Skip to content

Commit

Permalink
fix: missing bifrost tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Dec 9, 2024
1 parent a401c92 commit c9c3da8
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion data/chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,8 @@
"symbol": "FIL",
"decimals": 18,
"ed": "1000000000000",
"onChainId": "{\"type\":\"Token2\",\"value\":4}"
"onChainId": "{\"type\":\"Token2\",\"value\":4}",
"coingeckoId": "filecoin"
},
{
"symbol": "USDC",
Expand All @@ -1100,12 +1101,52 @@
"onChainId": "{\"type\":\"Token2\",\"value\":7}",
"coingeckoId": "interlay"
},
{
"symbol": "MANTA",
"decimals": 18,
"ed": "10000000000000",
"onChainId": "{\"type\":\"Token2\",\"value\":8}",
"coingeckoId": "manta-network"
},
{
"symbol": "PINK",
"decimals": 10,
"ed": "100000000",
"onChainId": "{\"type\":\"Token2\",\"value\":10}"
},
{
"symbol": "DED",
"decimals": 10,
"ed": "1",
"onChainId": "{\"type\":\"Token2\",\"value\":11}",
"coingeckoId": "dot-is-ded"
},
{
"symbol": "PEN",
"decimals": 12,
"ed": "100000000",
"onChainId": "{\"type\":\"Token2\",\"value\":12}",
"coingeckoId": "pendulum-chain"
},
{
"symbol": "WETH",
"decimals": 18,
"ed": "15000000000000",
"onChainId": "{\"type\":\"Token2\",\"value\":13}",
"coingeckoId": "weth"
},
{
"symbol": "WAVE",
"decimals": 18,
"ed": "100000000000000",
"onChainId": "{\"type\":\"Token2\",\"value\":14}"
},
{
"symbol": "vBNC",
"decimals": 12,
"ed": "10000000000",
"onChainId": "{\"type\":\"VToken\",\"value\":{\"type\":\"BNC\"}}"
},
{
"symbol": "vDOT",
"decimals": 10,
Expand Down Expand Up @@ -1133,6 +1174,13 @@
"ed": "1000000000000",
"onChainId": "{\"type\":\"VToken2\",\"value\":4}"
},
{
"symbol": "vMANTA",
"decimals": 18,
"ed": "10000000000000",
"onChainId": "{\"type\":\"VToken2\",\"value\":8}",
"coingeckoId": "bifrost-voucher-manta"
},
{
"symbol": "vsDOT",
"decimals": 10,
Expand Down

0 comments on commit c9c3da8

Please sign in to comment.