Skip to content

Commit

Permalink
Merge pull request #1984 from novasamatech/feat/add_tokens_hydra
Browse files Browse the repository at this point in the history
add BNC and DAI, WBTC, WETH for Moonbeam wormhole on HydraDX
  • Loading branch information
leohar authored Aug 24, 2023
2 parents 22bd901 + ba7161e commit a71f65d
Showing 1 changed file with 59 additions and 3 deletions.
62 changes: 59 additions & 3 deletions chains/v13/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -4800,7 +4800,7 @@
},
{
"assetId": 2,
"symbol": "DAI-worm",
"symbol": "DAI-Acala",
"precision": 18,
"priceId": "dai",
"type": "orml",
Expand All @@ -4827,7 +4827,7 @@
},
{
"assetId": 4,
"symbol": "WETH-worm",
"symbol": "WETH-Acala",
"precision": 18,
"priceId": "ethereum-wormhole",
"type": "orml",
Expand All @@ -4841,7 +4841,7 @@
},
{
"assetId": 5,
"symbol": "WBTC-worm",
"symbol": "WBTC-Acala",
"precision": 8,
"priceId": "wrapped-bitcoin",
"type": "orml",
Expand Down Expand Up @@ -4922,6 +4922,62 @@
"existentialDeposit": "32467532467532500",
"transfersEnabled": true
}
},
{
"assetId": 11,
"symbol": "BNC",
"precision": 12,
"priceId": "bifrost-native-coin",
"type": "orml",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg",
"typeExtras": {
"currencyIdScale": "0x0e000000",
"currencyIdType": "u32",
"existentialDeposit": "68795189840",
"transfersEnabled": true
}
},
{
"assetId": 12,
"symbol": "DAI-Moonbeam",
"precision": 18,
"priceId": "dai",
"type": "orml",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg",
"typeExtras": {
"currencyIdScale": "0x12000000",
"currencyIdType": "u32",
"existentialDeposit": "10000000000000000",
"transfersEnabled": true
}
},
{
"assetId": 13,
"symbol": "WBTC-Moonbeam",
"precision": 8,
"priceId": "wrapped-bitcoin",
"type": "orml",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
"typeExtras": {
"currencyIdScale": "0x13000000",
"currencyIdType": "u32",
"existentialDeposit": "34",
"transfersEnabled": true
}
},
{
"assetId": 14,
"symbol": "WETH-Moonbeam",
"precision": 18,
"priceId": "ethereum-wormhole",
"type": "orml",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg",
"typeExtras": {
"currencyIdScale": "0x14000000",
"currencyIdType": "u32",
"existentialDeposit": "7000000000000",
"transfersEnabled": true
}
}
],
"nodes": [
Expand Down

0 comments on commit a71f65d

Please sign in to comment.