Skip to content

Commit

Permalink
Merge pull request #65 from AstarNetwork/update-snapshots-0b6787d
Browse files Browse the repository at this point in the history
Update snapshots
  • Loading branch information
ermalkaleci authored Aug 29, 2024
2 parents 0b6787d + bfabb1c commit 8b11730
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
22 changes: 20 additions & 2 deletions tests/xcm-transfer/__snapshots__/kusama-shiden.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,32 @@ exports[`Kusama & Shiden > 001: Kusama transfer KSM to Shiden > 001: kusama even

exports[`Kusama & Shiden > 001: Kusama transfer KSM to Shiden > 003: shiden event 1`] = `
[
{
"data": {
"count": 1,
},
"method": "DownwardMessagesReceived",
"section": "parachainSystem",
},
{
"data": {
"dmqHead": "(hash)",
"weightUsed": {
"proofSize": "(rounded 8000)",
"refTime": "(rounded 530000000)",
},
},
"method": "DownwardMessagesProcessed",
"section": "parachainSystem",
},
{
"data": {
"id": "(hash)",
"origin": "Parent",
"success": true,
"weightUsed": {
"proofSize": "(rounded 11000)",
"refTime": "(rounded 990000000)",
"proofSize": "(rounded 9300)",
"refTime": "(rounded 880000000)",
},
},
"method": "Processed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ exports[`Shiden & AssetHub > 001: AssetHub transfer USDT to Shiden > 002: shiden
},
"success": true,
"weightUsed": {
"proofSize": "(rounded 11000)",
"refTime": "(rounded 990000000)",
"proofSize": "(rounded 9300)",
"refTime": "(rounded 880000000)",
},
},
"method": "Processed",
Expand Down

0 comments on commit 8b11730

Please sign in to comment.