Skip to content

Commit 72766e9

Browse files
authored
Merge pull request #2457 from novasamatech/fix/dot-manta-xcm
Add MANTA to v6 transfers
2 parents ec64167 + 9e67be7 commit 72766e9

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

xcm/v6/transfers.json

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,19 @@
344344
"instructions": "xtokensReserve"
345345
}
346346
},
347+
"MANTA": {
348+
"chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb",
349+
"multiLocation": {
350+
"parachainId": 2104
351+
},
352+
"reserveFee": {
353+
"mode": {
354+
"type": "proportional",
355+
"value": "98974000"
356+
},
357+
"instructions": "xtokensReserve"
358+
}
359+
},
347360
"USDC-Statemint": {
348361
"chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
349362
"multiLocation": {
@@ -417,7 +430,8 @@
417430
"b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82": "200000000",
418431
"f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108": "1000000000",
419432
"cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf": "150000000",
420-
"4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000"
433+
"4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000",
434+
"f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb": "1000000000"
421435
},
422436
"chains": [
423437
{
@@ -923,6 +937,29 @@
923937
"type": "xtokens"
924938
}
925939
]
940+
},
941+
{
942+
"assetId": 22,
943+
"assetLocation": "MANTA",
944+
"assetLocationPath": {
945+
"type": "absolute"
946+
},
947+
"xcmTransfers": [
948+
{
949+
"destination": {
950+
"chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb",
951+
"assetId": 0,
952+
"fee": {
953+
"mode": {
954+
"type": "proportional",
955+
"value": "98974000"
956+
},
957+
"instructions": "xtokensDest"
958+
}
959+
},
960+
"type": "xtokens"
961+
}
962+
]
926963
}
927964
]
928965
},
@@ -1089,6 +1126,20 @@
10891126
}
10901127
},
10911128
"type": "xcmpallet"
1129+
},
1130+
{
1131+
"destination": {
1132+
"chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb",
1133+
"assetId": 1,
1134+
"fee": {
1135+
"mode": {
1136+
"type": "proportional",
1137+
"value": "13756927798"
1138+
},
1139+
"instructions": "xcmPalletDest"
1140+
}
1141+
},
1142+
"type": "xcmpallet"
10921143
}
10931144
]
10941145
}

0 commit comments

Comments
 (0)