Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update-SnapShot-2357015301 #49

Merged
merged 1 commit into from
Sep 17, 2024
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
24 changes: 12 additions & 12 deletions KNOWN_GOOD_BLOCK_NUMBERS.env
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ACALA_BLOCK_NUMBER=6980438
ASSETHUBKUSAMA_BLOCK_NUMBER=7783754
ASSETHUBPOLKADOT_BLOCK_NUMBER=7141366
ASTAR_BLOCK_NUMBER=7042261
BASILISK_BLOCK_NUMBER=6630631
HYDRATION_BLOCK_NUMBER=6004649
KARURA_BLOCK_NUMBER=7671741
KUSAMA_BLOCK_NUMBER=24951256
MOONBEAM_BLOCK_NUMBER=7494220
MOONRIVER_BLOCK_NUMBER=8221568
POLKADOT_BLOCK_NUMBER=22567749
SHIDEN_BLOCK_NUMBER=7353261
ACALA_BLOCK_NUMBER=6986066
ASSETHUBKUSAMA_BLOCK_NUMBER=7789617
ASSETHUBPOLKADOT_BLOCK_NUMBER=7146916
ASTAR_BLOCK_NUMBER=7048501
BASILISK_BLOCK_NUMBER=6637039
HYDRATION_BLOCK_NUMBER=6010761
KARURA_BLOCK_NUMBER=7677486
KUSAMA_BLOCK_NUMBER=24964254
MOONBEAM_BLOCK_NUMBER=7506695
MOONRIVER_BLOCK_NUMBER=8234282
POLKADOT_BLOCK_NUMBER=22580659
SHIDEN_BLOCK_NUMBER=7359376
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`acala & assetHubPolkadot > acala transfer USDT to assetHubPolkadot > ba

exports[`acala & assetHubPolkadot > acala transfer USDT to assetHubPolkadot > balance on to chain 1`] = `
{
"balance": "(rounded 900000)",
"balance": "(rounded 1000000)",
"extra": null,
"reason": {
"sufficient": null,
Expand Down Expand Up @@ -348,7 +348,7 @@ exports[`acala & assetHubPolkadot > assetHubPolkadot transfer USDT to acala > tx
"Complete": {
"used": {
"proofSize": "(rounded 6200)",
"refTime": "(rounded 290000000)",
"refTime": "(rounded 300000000)",
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ exports[`acala & moonbeam > acala transfer DOT to moonbeam > route chain xcm eve
"success": true,
"weightUsed": {
"proofSize": "(rounded 7200)",
"refTime": "(rounded 540000000)",
"refTime": "(rounded 560000000)",
},
},
"method": "Processed",
Expand Down Expand Up @@ -975,7 +975,7 @@ exports[`acala & moonbeam > moonbeam transfer DOT to acala > route chain xcm eve
"success": true,
"weightUsed": {
"proofSize": "(rounded 7200)",
"refTime": "(rounded 540000000)",
"refTime": "(rounded 560000000)",
},
},
"method": "Processed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ exports[`acala & polkadot > acala transfer DOT to polkadot > to chain ump events
"success": true,
"weightUsed": {
"proofSize": "(rounded 7200)",
"refTime": "(rounded 260000000)",
"refTime": "(rounded 270000000)",
},
},
"method": "Processed",
Expand Down Expand Up @@ -270,7 +270,7 @@ exports[`acala & polkadot > acala transfer DOT wiht limited weight > to chain um
"success": true,
"weightUsed": {
"proofSize": "(rounded 7200)",
"refTime": "(rounded 260000000)",
"refTime": "(rounded 270000000)",
},
},
"method": "Processed",
Expand Down Expand Up @@ -373,7 +373,7 @@ exports[`acala & polkadot > polkadot transfer DOT to acala > tx events 1`] = `
"Complete": {
"used": {
"proofSize": "(rounded 6200)",
"refTime": "(rounded 246000000)",
"refTime": "(rounded 252000000)",
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ exports[`astar & polkadot > astar transfer DOT to polkadot > to chain ump events
"success": true,
"weightUsed": {
"proofSize": "(rounded 7200)",
"refTime": "(rounded 260000000)",
"refTime": "(rounded 270000000)",
},
},
"method": "Processed",
Expand Down Expand Up @@ -235,7 +235,7 @@ exports[`astar & polkadot > polkadot transfer DOT to astar > tx events 1`] = `
"Complete": {
"used": {
"proofSize": "(rounded 6200)",
"refTime": "(rounded 246000000)",
"refTime": "(rounded 252000000)",
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ exports[`hydration & moonbeam > hydration transfer DOT to moonbeam > route chain
"success": true,
"weightUsed": {
"proofSize": "(rounded 7200)",
"refTime": "(rounded 540000000)",
"refTime": "(rounded 560000000)",
},
},
"method": "Processed",
Expand Down Expand Up @@ -545,7 +545,7 @@ exports[`hydration & moonbeam > moonbeam transfer DOT to hydration > route chain
"success": true,
"weightUsed": {
"proofSize": "(rounded 7200)",
"refTime": "(rounded 540000000)",
"refTime": "(rounded 560000000)",
},
},
"method": "Processed",
Expand Down
Loading