Skip to content

Commit

Permalink
feat: vDOT xcms Hydra<->Moon (#3268)
Browse files Browse the repository at this point in the history
* feat: vDOT xcms Hydra<->Moon

* fix: decrease fee

* fix: coeff

* fix: decrease fee

* fix: xcms

* change location type to absolute

* fix moonbeam coeff

* update bifrost vDOT fee

* fix: update vdot fee
  • Loading branch information
stepanLav authored Dec 11, 2024
1 parent b5ed399 commit ab670ba
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions xcm/v6/transfers_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
"reserveFee": {
"mode": {
"type": "proportional",
"value": "932506"
"value": "42976931800"
},
"instructions": "xtokensReserve"
}
Expand Down Expand Up @@ -2678,6 +2678,29 @@
"type": "xcmpallet-transferAssets"
}
]
},
{
"assetId": 19,
"assetLocation": "vDOT",
"assetLocationPath": {
"type": "absolute"
},
"xcmTransfers": [
{
"destination": {
"chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d",
"assetId": 19,
"fee": {
"mode": {
"type": "proportional",
"value": "27911692308"
},
"instructions": "xcmPalletDest"
}
},
"type": "xcmpallet-transferAssets"
}
]
}
]
},
Expand Down Expand Up @@ -6509,7 +6532,21 @@
"fee": {
"mode": {
"type": "proportional",
"value": "932506"
"value": "42976931800"
},
"instructions": "xtokensDest"
}
},
"type": "xtokens"
},
{
"destination": {
"chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d",
"assetId": 19,
"fee": {
"mode": {
"type": "proportional",
"value": "32574154417"
},
"instructions": "xtokensDest"
}
Expand Down

0 comments on commit ab670ba

Please sign in to comment.