Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion networks/astar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
},
PolkadotXcm: {
// avoid sending xcm version change notifications to makes things faster
$removePrefix: ['versionNotifyTargets', 'versionNotifiers', 'supportedVersion'],
$removePrefix: ['versionNotifyTargets', 'versionNotifiers'],
},
},
}),
Expand Down
13 changes: 5 additions & 8 deletions tests/xcm-transfer/__snapshots__/astar-asset-hub.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ exports[`Astar & AssetHub > 001: AssetHub transfer USDT to Astar > 002: astar ev
},
"success": true,
"weightUsed": {
"proofSize": "(rounded 9300)",
"refTime": "(rounded 890000000)",
"proofSize": "(rounded 9400)",
"refTime": "(rounded 900000000)",
},
},
"method": "Processed",
Expand All @@ -122,7 +122,7 @@ exports[`Astar & AssetHub > 002: Astar transfer USDT to AssetHub > 001: astar um
"data": [
"ConcatenatedVersionedXcm",
{
"v2": [
"v3": [
{
"withdrawAsset": [
{
Expand Down Expand Up @@ -181,23 +181,20 @@ exports[`Astar & AssetHub > 002: Astar transfer USDT to AssetHub > 001: astar um
"depositAsset": {
"assets": {
"wild": {
"all": null,
"allCounted": 1,
},
},
"beneficiary": {
"interior": {
"x1": {
"accountId32": {
"id": "0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69",
"network": {
"any": null,
},
"network": null,
},
},
},
"parents": 0,
},
"maxAssets": 1,
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ exports[`Kusama & Shiden > 001: Kusama transfer KSM to Shiden > 003: shiden even
"success": true,
"weightUsed": {
"proofSize": "(rounded 9300)",
"refTime": "(rounded 880000000)",
"refTime": "(rounded 900000000)",
},
},
"method": "Processed",
Expand Down
4 changes: 2 additions & 2 deletions tests/xcm-transfer/__snapshots__/polkadot-astar.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ exports[`Polkadot & Astar > 001: Polkadot transfer DOT to Astar > 002: astar eve
"origin": "Parent",
"success": true,
"weightUsed": {
"proofSize": "(rounded 9300)",
"refTime": "(rounded 890000000)",
"proofSize": "(rounded 9400)",
"refTime": "(rounded 900000000)",
},
},
"method": "Processed",
Expand Down
11 changes: 4 additions & 7 deletions tests/xcm-transfer/__snapshots__/shiden-asset-hub.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ exports[`Shiden & AssetHub > 001: AssetHub transfer USDT to Shiden > 002: shiden
"success": true,
"weightUsed": {
"proofSize": "(rounded 9300)",
"refTime": "(rounded 880000000)",
"refTime": "(rounded 900000000)",
},
},
"method": "Processed",
Expand All @@ -122,7 +122,7 @@ exports[`Shiden & AssetHub > 002: Shiden transfer USDT to AssetHub > 001: shiden
"data": [
"ConcatenatedVersionedXcm",
{
"v2": [
"v3": [
{
"withdrawAsset": [
{
Expand Down Expand Up @@ -181,23 +181,20 @@ exports[`Shiden & AssetHub > 002: Shiden transfer USDT to AssetHub > 001: shiden
"depositAsset": {
"assets": {
"wild": {
"all": null,
"allCounted": 1,
},
},
"beneficiary": {
"interior": {
"x1": {
"accountId32": {
"id": "0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69",
"network": {
"any": null,
},
"network": null,
},
},
},
"parents": 0,
},
"maxAssets": 1,
},
},
],
Expand Down
Loading