Skip to content

Commit

Permalink
Feat/adding INTR to HydraDX (#2196)
Browse files Browse the repository at this point in the history
* adding INTR asset for HydraDX

* adding XCMs
  • Loading branch information
stepanLav authored Nov 7, 2023
1 parent adbfa27 commit c00227c
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 0 deletions.
14 changes: 14 additions & 0 deletions chains/v14/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -5597,6 +5597,20 @@
"existentialDeposit": "0",
"transfersEnabled": false
}
},
{
"assetId": 17,
"symbol": "INTR",
"precision": 10,
"priceId": "interlay",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg",
"type": "orml",
"typeExtras": {
"currencyIdScale": "0x11000000",
"currencyIdType": "u32",
"existentialDeposit": "6164274209",
"transfersEnabled": true
}
}
],
"nodes": [
Expand Down
14 changes: 14 additions & 0 deletions chains/v15/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -5595,6 +5595,20 @@
"existentialDeposit": "0",
"transfersEnabled": false
}
},
{
"assetId": 17,
"symbol": "INTR",
"precision": 10,
"priceId": "interlay",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg",
"type": "orml",
"typeExtras": {
"currencyIdScale": "0x11000000",
"currencyIdType": "u32",
"existentialDeposit": "6164274209",
"transfersEnabled": true
}
}
],
"nodes": [
Expand Down
14 changes: 14 additions & 0 deletions chains/v16/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -5382,6 +5382,20 @@
"existentialDeposit": "34854864344868000",
"transfersEnabled": true
}
},
{
"assetId": 17,
"symbol": "INTR",
"precision": 10,
"priceId": "interlay",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg",
"type": "orml",
"typeExtras": {
"currencyIdScale": "0x11000000",
"currencyIdType": "u32",
"existentialDeposit": "6164274209",
"transfersEnabled": true
}
}
],
"nodes": [
Expand Down
37 changes: 37 additions & 0 deletions xcm/v5/transfers_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -5305,6 +5305,20 @@
}
},
"type": "xtokens"
},
{
"destination": {
"chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d",
"assetId": 17,
"fee": {
"mode": {
"type": "proportional",
"value": "3404263581899470"
},
"instructions": "xtokensDest"
}
},
"type": "xtokens"
}
]
},
Expand Down Expand Up @@ -6711,6 +6725,29 @@
"type": "xtokens"
}
]
},
{
"assetId": 17,
"assetLocation": "INTR",
"assetLocationPath": {
"type": "absolute"
},
"xcmTransfers": [
{
"destination": {
"chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72",
"assetId": 0,
"fee": {
"mode": {
"type": "proportional",
"value": "24016821864"
},
"instructions": "xtokensDest"
}
},
"type": "xtokens"
}
]
}
]
},
Expand Down

0 comments on commit c00227c

Please sign in to comment.