fix(metadao): correct token mint to post-migration address, add ownership-coin subtype
This commit is contained in:
parent
954e1cd089
commit
deb9658a07
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
type: entity
|
type: entity
|
||||||
entity_type: company
|
entity_type: company
|
||||||
|
subtype: ownership-coin
|
||||||
name: "MetaDAO"
|
name: "MetaDAO"
|
||||||
domain: internet-finance
|
domain: internet-finance
|
||||||
handles: ["@MetaDAOProject"]
|
handles: ["@MetaDAOProject"]
|
||||||
|
|
@ -30,7 +31,7 @@ tags: ["futarchy", "decision-markets", "ownership-coins", "capital-formation", "
|
||||||
initial_token_price_usd: 0.001
|
initial_token_price_usd: 0.001
|
||||||
monthly_allowance_usd: 240000
|
monthly_allowance_usd: 240000
|
||||||
chain:
|
chain:
|
||||||
token_mint: "METAewgxyPbgwsseH8T16a39CQ5VyVxZi9zXiDPY18m"
|
token_mint: "METAwkXcqyXKy1AtsSgJ8JiUHwGCafnZL38n3vYmeta"
|
||||||
network: solana
|
network: solana
|
||||||
market_cap_usd: null
|
market_cap_usd: null
|
||||||
price_usd: null
|
price_usd: null
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue