Skip to content

Commit

Permalink
chore: added missing moonbeam assets
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Jan 9, 2025
1 parent c6e0fec commit d8ef361
Showing 1 changed file with 41 additions and 5 deletions.
46 changes: 41 additions & 5 deletions data/chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,14 +810,14 @@
"coingeckoId": "usd-coin-wormhole-from-ethereum"
},
{
"symbol": "wETH",
"symbol": "WETH",
"decimals": 18,
"ed": "10000000",
"onChainId": 10,
"coingeckoId": "weth"
},
{
"symbol": "wBTC",
"symbol": "WBTC",
"decimals": 8,
"ed": "1000000",
"onChainId": 11,
Expand Down Expand Up @@ -3413,7 +3413,43 @@
"balancesConfig": {
"substrate-native": {
"coingeckoId": "moonbeam"
}
},
"substrate-assets": [
{
"assetId": "36282181791341254438422467838694599751",
"symbol": "WBTC",
"coingeckoId": "wrapped-bitcoin"
},
{
"assetId": "42259045809535163221576417993425387648",
"symbol": "DOT",
"coingeckoId": "polkadot"
},
{
"assetId": "64174511183114006009298114091987195453",
"symbol": "PINK"
},
{
"assetId": "69606720909260275826784788104880799692",
"symbol": "HDX",
"coingeckoId": "hydradx"
},
{
"assetId": "166377000701797186346254371275954761085",
"symbol": "USDC",
"coingeckoId": "usd-coin"
},
{
"assetId": "178794693648360392906933130845919698647",
"symbol": "WETH",
"coingeckoId": "weth"
},
{
"assetId": "311091173110107856861649819128533077277",
"symbol": "USDT",
"coingeckoId": "tether"
}
]
}
},
{
Expand Down Expand Up @@ -3957,14 +3993,14 @@
"coingeckoId": "usd-coin"
},
{
"symbol": "wBTC",
"symbol": "WBTC",
"decimals": 8,
"ed": "0",
"onChainId": "\"bigint:132\"",
"coingeckoId": "wrapped-bitcoin"
},
{
"symbol": "wETH",
"symbol": "WETH",
"decimals": 18,
"ed": "0",
"onChainId": "\"bigint:133\"",
Expand Down

0 comments on commit d8ef361

Please sign in to comment.