Skip to content

Commit

Permalink
adding People xcm (#2929)
Browse files Browse the repository at this point in the history
* adding Kusama people xcm

* fix: people fee

* feat: adding polkadot people

* update polkadot people fee

* update kusama people

* update people fee
  • Loading branch information
stepanLav authored Aug 2, 2024
1 parent b78dbc4 commit 0fdbfe9
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chains/v20/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -9455,7 +9455,7 @@
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg",
"addressPrefix": 2,
"additional": {
"supportsGenericLedgerApp": true
"disabledCheckMetadataHash": true
}
},
{
Expand Down
88 changes: 87 additions & 1 deletion xcm/v6/transfers_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,9 @@
"4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f": "200000000",
"f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb": "1000000000",
"411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21": "124414000",
"f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9": "1000000000"
"f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9": "1000000000",
"c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f": "1000000000",
"67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008": "1000000000"
},
"chains": [
{
Expand Down Expand Up @@ -1471,6 +1473,20 @@
}
},
"type": "xcmpallet"
},
{
"destination": {
"chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f",
"assetId": 0,
"fee": {
"mode": {
"type": "proportional",
"value": "1329252966"
},
"instructions": "xcmPalletTeleportDest"
}
},
"type": "xcmpallet-teleport"
}
]
}
Expand Down Expand Up @@ -2842,6 +2858,20 @@
}
},
"type": "xcmpallet"
},
{
"destination": {
"chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008",
"assetId": 0,
"fee": {
"mode": {
"type": "proportional",
"value": "321808727"
},
"instructions": "xcmPalletTeleportDest"
}
},
"type": "xcmpallet-teleport"
}
]
}
Expand Down Expand Up @@ -9125,6 +9155,62 @@
]
}
]
},
{
"chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f",
"assets": [
{
"assetId": 0,
"assetLocation": "KSM",
"assetLocationPath": {
"type": "absolute"
},
"xcmTransfers": [
{
"destination": {
"chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
"assetId": 0,
"fee": {
"mode": {
"type": "proportional",
"value": "26729534265"
},
"instructions": "xcmPalletTeleportDest"
}
},
"type": "xcmpallet-teleport"
}
]
}
]
},
{
"chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008",
"assets": [
{
"assetId": 0,
"assetLocation": "DOT",
"assetLocationPath": {
"type": "absolute"
},
"xcmTransfers": [
{
"destination": {
"chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
"assetId": 0,
"fee": {
"mode": {
"type": "proportional",
"value": "4994684504"
},
"instructions": "xcmPalletTeleportDest"
}
},
"type": "xcmpallet-teleport"
}
]
}
]
}
]
}

0 comments on commit 0fdbfe9

Please sign in to comment.