Skip to content

Commit

Permalink
update snapshots (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 7, 2024
1 parent 2bdb7da commit 9f1b214
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 17 deletions.
32 changes: 16 additions & 16 deletions KNOWN_GOOD_BLOCK_NUMBERS.env
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
ACALA_BLOCK_NUMBER=7305255
ASSETHUBKUSAMA_BLOCK_NUMBER=8128769
ASSETHUBPOLKADOT_BLOCK_NUMBER=7504677
ASTAR_BLOCK_NUMBER=7404201
BASILISK_BLOCK_NUMBER=6951970
CORETIMEKUSAMA_BLOCK_NUMBER=1460539
CORETIMEPOLKADOT_BLOCK_NUMBER=449035
HYDRATION_BLOCK_NUMBER=6349559
KARURA_BLOCK_NUMBER=7992661
KUSAMA_BLOCK_NUMBER=25673457
MOONBEAM_BLOCK_NUMBER=8221454
MOONRIVER_BLOCK_NUMBER=8931709
PEOPLEKUSAMA_BLOCK_NUMBER=1586625
PEOPLEPOLKADOT_BLOCK_NUMBER=773798
POLKADOT_BLOCK_NUMBER=23303795
SHIDEN_BLOCK_NUMBER=7713161
ACALA_BLOCK_NUMBER=7309436
ASSETHUBKUSAMA_BLOCK_NUMBER=8132894
ASSETHUBPOLKADOT_BLOCK_NUMBER=7509048
ASTAR_BLOCK_NUMBER=7408519
BASILISK_BLOCK_NUMBER=6955945
CORETIMEKUSAMA_BLOCK_NUMBER=1464724
CORETIMEPOLKADOT_BLOCK_NUMBER=453387
HYDRATION_BLOCK_NUMBER=6353409
KARURA_BLOCK_NUMBER=7996730
KUSAMA_BLOCK_NUMBER=25682070
MOONBEAM_BLOCK_NUMBER=8230157
MOONRIVER_BLOCK_NUMBER=8940185
PEOPLEKUSAMA_BLOCK_NUMBER=1594977
PEOPLEPOLKADOT_BLOCK_NUMBER=778161
POLKADOT_BLOCK_NUMBER=23312580
SHIDEN_BLOCK_NUMBER=7721191
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ exports[`acala & moonbeam > moonbeam transfer ACA to acala > balance on to chain
"consumers": 0,
"data": {
"flags": "0x80000000000000000000000000000000",
"free": "(rounded 994000000000)",
"free": "(rounded 993000000000)",
"frozen": 0,
"reserved": 0,
},
Expand Down
18 changes: 18 additions & 0 deletions packages/polkadot/src/__snapshots__/acala.polkadot.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,24 @@ exports[`acala & polkadot > polkadot transfer DOT to acala > balance on to chain

exports[`acala & polkadot > polkadot transfer DOT to acala > to chain dmp events 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)",
Expand Down

0 comments on commit 9f1b214

Please sign in to comment.