From bfabb1c4ac4a42cfe7888072b8626d1895af63f4 Mon Sep 17 00:00:00 2001 From: Astar Github Action Bot Date: Thu, 29 Aug 2024 12:57:14 +0000 Subject: [PATCH] update snapshots --- .../__snapshots__/kusama-shiden.test.ts.snap | 22 +++++++++++++++++-- .../shiden-asset-hub.test.ts.snap | 4 ++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/tests/xcm-transfer/__snapshots__/kusama-shiden.test.ts.snap b/tests/xcm-transfer/__snapshots__/kusama-shiden.test.ts.snap index e4e5892..dc7e414 100644 --- a/tests/xcm-transfer/__snapshots__/kusama-shiden.test.ts.snap +++ b/tests/xcm-transfer/__snapshots__/kusama-shiden.test.ts.snap @@ -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", diff --git a/tests/xcm-transfer/__snapshots__/shiden-asset-hub.test.ts.snap b/tests/xcm-transfer/__snapshots__/shiden-asset-hub.test.ts.snap index cb14b3f..c439ce2 100644 --- a/tests/xcm-transfer/__snapshots__/shiden-asset-hub.test.ts.snap +++ b/tests/xcm-transfer/__snapshots__/shiden-asset-hub.test.ts.snap @@ -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",