Skip to content

Commit

Permalink
update snapshots (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: Acala Github Action Bot <[email protected]>
  • Loading branch information
github-actions[bot] and Acala Github Action Bot authored Nov 12, 2024
1 parent 96ed976 commit 0a39634
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/bridge-sdk/__snapshots__/kusama.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ exports[`'karura' to 'assetHubKusama' using bridgeSDK cross-chain 'USDT' > Cross
}
`;

exports[`'karura' to 'assetHubKusama' using bridgeSDK cross-chain 'USDT' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.01)"`;
exports[`'karura' to 'assetHubKusama' using bridgeSDK cross-chain 'USDT' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.02)"`;

exports[`'karura' to 'assetHubKusama' using bridgeSDK cross-chain 'USDT' > Cross-chain using BridgeSDK works > initial 1`] = `
{
Expand Down
4 changes: 2 additions & 2 deletions tests/bridge-sdk/__snapshots__/polkadot.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ exports[`'assetHubPolkadot' to 'acala' using bridgeSDK cross-chain 'USDT' > Cros
}
`;

exports[`'assetHubPolkadot' to 'acala' using bridgeSDK cross-chain 'USDT' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.0008)"`;
exports[`'assetHubPolkadot' to 'acala' using bridgeSDK cross-chain 'USDT' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.0009)"`;

exports[`'assetHubPolkadot' to 'acala' using bridgeSDK cross-chain 'USDT' > Cross-chain using BridgeSDK works > initial 1`] = `
{
Expand Down Expand Up @@ -169,7 +169,7 @@ exports[`'interlay' to 'acala' using bridgeSDK cross-chain 'INTR' > Cross-chain
}
`;

exports[`'interlay' to 'acala' using bridgeSDK cross-chain 'INTR' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.006)"`;
exports[`'interlay' to 'acala' using bridgeSDK cross-chain 'INTR' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.007)"`;

exports[`'interlay' to 'acala' using bridgeSDK cross-chain 'INTR' > Cross-chain using BridgeSDK works > initial 1`] = `
{
Expand Down
18 changes: 18 additions & 0 deletions tests/xcm-transfer/__snapshots__/polkadot-relay.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,24 @@ exports[`'polkadot' -> 'acala' xcm transfer 'DOT' > xcmPallet transfer > balance

exports[`'polkadot' -> 'acala' xcm transfer 'DOT' > xcmPallet transfer > 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 0a39634

Please sign in to comment.