Skip to content

Commit

Permalink
update snapshots (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: Acala Github Action Bot <hello@acala.network>
  • Loading branch information
github-actions[bot] and Acala Github Action Bot committed Sep 17, 2024
1 parent 826dbb1 commit 0e0b537
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tests/acala/__snapshots__/homa.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exports[`'acala' homa > with latest block > Homa redeem unbond works > system ev
"success": true,
"weightUsed": {
"proofSize": "(rounded 66000)",
"refTime": "(rounded 6300000000)",
"refTime": "(rounded 6200000000)",
},
},
"method": "Processed",
Expand Down
2 changes: 1 addition & 1 deletion tests/bridge-sdk/__snapshots__/polkadot.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ exports[`'polkadot' to 'assetHubPolkadot' using bridgeSDK cross-chain 'DOT' > Cr
}
`;

exports[`'polkadot' to 'assetHubPolkadot' using bridgeSDK cross-chain 'DOT' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.004)"`;
exports[`'polkadot' to 'assetHubPolkadot' using bridgeSDK cross-chain 'DOT' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.002)"`;

exports[`'polkadot' to 'assetHubPolkadot' using bridgeSDK cross-chain 'DOT' > Cross-chain using BridgeSDK works > initial 1`] = `
{
Expand Down
6 changes: 3 additions & 3 deletions tests/xcm-transfer/__snapshots__/polkadot-para.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ exports[`'acala' -> 'assetHubPolkadot' xcm transfer 'WBTC' > xtokens transfer >
"success": false,
"weightUsed": {
"proofSize": "(rounded 7200)",
"refTime": "(rounded 320000000)",
"refTime": "(rounded 330000000)",
},
},
"method": "Processed",
Expand Down Expand Up @@ -548,7 +548,7 @@ exports[`'assetHubPolkadot' -> 'acala' xcm transfer 'WBTC' > xcmPallet transfer
"Complete": {
"used": {
"proofSize": "(rounded 6200)",
"refTime": "(rounded 289000000)",
"refTime": "(rounded 298000000)",
},
},
},
Expand All @@ -561,7 +561,7 @@ exports[`'assetHubPolkadot' -> 'acala' xcm transfer 'WBTC' > xcmPallet transfer
"fees": [
{
"fun": {
"Fungible": "(rounded 311000000)",
"Fungible": "(rounded 305000000)",
},
"id": {
"interior": "Here",
Expand Down
8 changes: 4 additions & 4 deletions tests/xcm-transfer/__snapshots__/polkadot-relay.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ exports[`'acala' -> 'polkadot' xcm transfer 'DOT wiht limited weight' > xtokens
"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' xcm transfer 'DOT' > xtokens transfer > to chain
"success": true,
"weightUsed": {
"proofSize": "(rounded 7200)",
"refTime": "(rounded 260000000)",
"refTime": "(rounded 270000000)",
},
},
"method": "Processed",
Expand Down Expand Up @@ -373,7 +373,7 @@ exports[`'polkadot' -> 'acala' xcm transfer 'DOT' > xcmPallet transfer > tx even
"Complete": {
"used": {
"proofSize": "(rounded 6200)",
"refTime": "(rounded 246000000)",
"refTime": "(rounded 252000000)",
},
},
},
Expand Down Expand Up @@ -566,7 +566,7 @@ exports[`'polkadot' -> 'astar' xcm transfer 'DOT' > xcmPallet transfer > tx even
"Complete": {
"used": {
"proofSize": "(rounded 6200)",
"refTime": "(rounded 246000000)",
"refTime": "(rounded 252000000)",
},
},
},
Expand Down

0 comments on commit 0e0b537

Please sign in to comment.