Skip to content

Commit

Permalink
added zero tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Oct 1, 2023
1 parent 07da2a3 commit 4f6adb8
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 @@ -3687,6 +3687,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 4f6adb8

Please sign in to comment.