Skip to content

Commit

Permalink
update snapshots (#225)
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 Jan 22, 2025
1 parent cbee377 commit 6a249d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/acala/__snapshots__/homa.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports[`'acala' homa > with latest block > Homa redeem unbond works > events 2`
"eraIndexWhenUnbond": 100,
"liquidAmount": 1000000000000,
"redeemer": "23y3WetbNi6rDMgHmyRDjgpb7PnhgPotuPPawxruTMLYTLzG",
"unbondingStakingAmount": "(rounded 160000000000)",
"unbondingStakingAmount": "(rounded 170000000000)",
},
"method": "RedeemedByUnbond",
"section": "homa",
Expand All @@ -33,7 +33,7 @@ exports[`'acala' homa > with latest block > Homa redeem unbond works > system ev
[
{
"data": {
"amount": "(rounded 160000000000)",
"amount": "(rounded 170000000000)",
"stash": "(address)",
},
"method": "Unbonded",
Expand Down
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.007)"`;
exports[`'karura' to 'assetHubKusama' using bridgeSDK cross-chain 'USDT' > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.008)"`;

exports[`'karura' to 'assetHubKusama' using bridgeSDK cross-chain 'USDT' > Cross-chain using BridgeSDK works > initial 1`] = `
{
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 @@ -189,7 +189,7 @@ exports[`'polkadot' to 'acala' using bridgeSDK cross-chain 'DOT' > Cross-chain u
}
`;

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

exports[`'polkadot' to 'acala' using bridgeSDK cross-chain 'DOT' > Cross-chain using BridgeSDK works > initial 1`] = `
{
Expand Down

0 comments on commit 6a249d9

Please sign in to comment.