Skip to content

Commit

Permalink
added zero tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Nov 22, 2023
1 parent b37b323 commit 47b36c5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3353,6 +3353,40 @@
"paraId": 2236,
"relay": {
"id": "kusama"
},
"balancesConfig": {
"substrate-orml": {
"disable": true
},
"substrate-tokens": {
"tokens": [
{
"symbol": "DOT",
"decimals": 10,
"ed": "0",
"onChainId": "{\"Token\":\"DOT\"}",
"coingeckoId": "polkadot"
},
{
"symbol": "GAME",
"decimals": 10,
"ed": "0",
"onChainId": "{\"Token\":\"GAME\"}"
},
{
"symbol": "PLAY",
"decimals": 10,
"ed": "0",
"onChainId": "{\"Token\":\"PLAY\"}"
},
{
"symbol": "ZERO",
"decimals": 18,
"ed": "0",
"onChainId": "{\"Token\":\"ZERO\"}"
}
]
}
}
}
]

0 comments on commit 47b36c5

Please sign in to comment.