Skip to content

Commit

Permalink
fix: updated bifrost tokens from assetRegistry pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Oct 11, 2023
1 parent ccc0c17 commit 83fa74e
Showing 1 changed file with 119 additions and 11 deletions.
130 changes: 119 additions & 11 deletions chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -656,49 +656,49 @@
{
"symbol": "KAR",
"decimals": 12,
"ed": "0",
"ed": "100000000",
"onChainId": "{\"Token\":\"KAR\"}",
"coingeckoId": "karura"
},
{
"symbol": "KSM",
"decimals": 12,
"ed": "0",
"ed": "100000000",
"onChainId": "{\"Token\":\"KSM\"}",
"coingeckoId": "kusama"
},
{
"symbol": "aSEED",
"decimals": 12,
"ed": "0",
"ed": "100000000",
"onChainId": "{\"Token\":\"KUSD\"}",
"coingeckoId": "acala-dollar"
},
{
"symbol": "MOVR",
"decimals": 18,
"ed": "0",
"ed": "1000000000000",
"onChainId": "{\"Token\":\"MOVR\"}",
"coingeckoId": "moonriver"
},
{
"symbol": "PHA",
"decimals": 12,
"ed": "0",
"ed": "40000000000",
"onChainId": "{\"Token\":\"PHA\"}",
"coingeckoId": "pha"
},
{
"symbol": "RMRK",
"decimals": 10,
"ed": "0",
"ed": "10000",
"onChainId": "{\"Token\":\"RMRK\"}",
"coingeckoId": "rmrk"
},
{
"symbol": "ZLK",
"decimals": 18,
"ed": "0",
"ed": "1000000000000",
"onChainId": "{\"Token\":\"ZLK\"}"
},
{
Expand All @@ -715,12 +715,44 @@
"onChainId": "{\"Token2\":0}",
"coingeckoId": "tether"
},
{
"symbol": "KINT",
"decimals": 12,
"ed": "10000000000",
"onChainId": "{\"Token2\":1}",
"coingeckoId": "kintsugi"
},
{
"symbol": "kBTC",
"decimals": 8,
"ed": "100",
"onChainId": "{\"Token2\":2}",
"coingeckoId": "kintsugi-btc"
},
{
"symbol": "SDN",
"decimals": 18,
"ed": "10000000000000000",
"onChainId": "{\"Token2\":3}"
},
{
"symbol": "MGX",
"decimals": 18,
"ed": "10000000000000",
"onChainId": "{\"Token2\":4}"
},
{
"symbol": "vBNC",
"decimals": 12,
"ed": "8000000000",
"ed": "10000000000",
"onChainId": "{\"VToken\":\"BNC\"}"
},
{
"symbol": "vMOVR",
"decimals": 18,
"ed": "1000000000000",
"onChainId": "{\"VToken\":\"MOVR\"}"
},
{
"symbol": "vKSM",
"decimals": 12,
Expand All @@ -732,6 +764,30 @@
"decimals": 12,
"ed": "100000000",
"onChainId": "{\"VSToken\":\"KSM\"}"
},
{
"symbol": "BLP0",
"decimals": 12,
"ed": "1000000",
"onChainId": "{\"BLP\":0}"
},
{
"symbol": "BLP1",
"decimals": 12,
"ed": "1000000",
"onChainId": "{\"BLP\":1}"
},
{
"symbol": "BLP2",
"decimals": 12,
"ed": "1000000",
"onChainId": "{\"BLP\":2}"
},
{
"symbol": "BLP3",
"decimals": 12,
"ed": "1000000",
"onChainId": "{\"BLP\":3}"
}
]
}
Expand Down Expand Up @@ -776,23 +832,75 @@
"onChainId": "{\"Token2\":1}",
"coingeckoId": "moonbeam"
},
{
"symbol": "USDT",
"decimals": 6,
"ed": "1000",
"onChainId": "{\"Token2\":2}",
"coingeckoId": "tether"
},
{
"symbol": "ASTR",
"decimals": 18,
"ed": "1000000000000",
"ed": "10000000000000000",
"onChainId": "{\"Token2\":3}",
"coingeckoId": "astar"
},
{
"symbol": "FIL",
"decimals": 18,
"ed": "1000000000000",
"onChainId": "{\"Token2\":4}"
},
{
"symbol": "USDC",
"decimals": 6,
"ed": "1000",
"onChainId": "{\"Token2\":5}",
"coingeckoId": "usd-coin"
},
{
"symbol": "IBTC",
"decimals": 8,
"ed": "100",
"onChainId": "{\"Token2\":6}",
"coingeckoId": "interbtc"
},
{
"symbol": "INTR",
"decimals": 10,
"ed": "10000000",
"onChainId": "{\"Token2\":7}",
"coingeckoId": "interlay"
},
{
"symbol": "vDOT",
"decimals": 10,
"ed": "100000000",
"ed": "1000000",
"onChainId": "{\"VToken2\":0}"
},
{
"symbol": "vGLMR",
"decimals": 18,
"ed": "1000000000000",
"onChainId": "{\"VToken2\":1}"
},
{
"symbol": "vASTR",
"decimals": 18,
"ed": "10000000000000000",
"onChainId": "{\"VToken2\":3}"
},
{
"symbol": "vFIL",
"decimals": 18,
"ed": "1000000000000",
"onChainId": "{\"VToken2\":4}"
},
{
"symbol": "vsDOT",
"decimals": 10,
"ed": "100000000",
"ed": "1000000",
"onChainId": "{\"VSToken2\":0}"
}
]
Expand Down

0 comments on commit 83fa74e

Please sign in to comment.