Skip to content

Commit

Permalink
update snapshots (#107)
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 Sep 9, 2023
1 parent 535d722 commit 6cb3697
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
18 changes: 6 additions & 12 deletions tests/acala/__snapshots__/stable-asset.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ exports[`'acala' stable asset > mint overflow > events 1`] = `
{
"data": {
"dispatchError": {
"Module": {
"error": "0x00000000",
"index": 11,
},
"Arithmetic": "Overflow",
},
"dispatchInfo": {
"class": "Normal",
"paysFee": "Yes",
"weight": {
"proofSize": "(rounded 46000)",
"refTime": "(rounded 1300000000)",
"proofSize": "(rounded 17000)",
"refTime": "(rounded 1400000000)",
},
},
},
Expand Down Expand Up @@ -58,17 +55,14 @@ exports[`'acala' stable asset > swap overflow > events 1`] = `
{
"data": {
"dispatchError": {
"Module": {
"error": "0x00000000",
"index": 11,
},
"Arithmetic": "Overflow",
},
"dispatchInfo": {
"class": "Normal",
"paysFee": "Yes",
"weight": {
"proofSize": "(rounded 42000)",
"refTime": "(rounded 2500000000)",
"proofSize": "(rounded 11000)",
"refTime": "(rounded 3300000000)",
},
},
},
Expand Down
8 changes: 4 additions & 4 deletions tests/bridge-sdk/__snapshots__/polkadot.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ exports[`'interlay' to 'acala' using bridgeSDK cross-chain 'INTR' > parachain br
}
`;

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

exports[`'interlay' to 'acala' using bridgeSDK cross-chain 'INTR' > parachain bridge to releaychain > Cross-chain using BridgeSDK works > initial 1`] = `
{
Expand All @@ -169,7 +169,7 @@ exports[`'parallel' to 'acala' using bridgeSDK cross-chain 'ACA' > parachain bri
}
`;

exports[`'parallel' to 'acala' using bridgeSDK cross-chain 'ACA' > parachain bridge to releaychain > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.008)"`;
exports[`'parallel' to 'acala' using bridgeSDK cross-chain 'ACA' > parachain bridge to releaychain > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.006)"`;

exports[`'parallel' to 'acala' using bridgeSDK cross-chain 'ACA' > parachain bridge to releaychain > Cross-chain using BridgeSDK works > initial 1`] = `
{
Expand All @@ -189,7 +189,7 @@ exports[`'parallel' to 'acala' using bridgeSDK cross-chain 'PARA' > parachain br
}
`;

exports[`'parallel' to 'acala' using bridgeSDK cross-chain 'PARA' > parachain bridge to releaychain > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.008)"`;
exports[`'parallel' to 'acala' using bridgeSDK cross-chain 'PARA' > parachain bridge to releaychain > Cross-chain using BridgeSDK works > fee 1`] = `"(rounded 0.006)"`;

exports[`'parallel' to 'acala' using bridgeSDK cross-chain 'PARA' > parachain bridge to releaychain > Cross-chain using BridgeSDK works > initial 1`] = `
{
Expand All @@ -209,7 +209,7 @@ exports[`'polkadot' to 'acala' using bridgeSDK cross-chain 'DOT' > parachain bri
}
`;

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

exports[`'polkadot' to 'acala' using bridgeSDK cross-chain 'DOT' > parachain bridge to releaychain > Cross-chain using BridgeSDK works > initial 1`] = `
{
Expand Down
3 changes: 3 additions & 0 deletions tests/xcm-transfer/__snapshots__/polkadot-para.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ exports[`'hydraDX' -> 'acala' xcm transfer 'DAI' > xtokens transfer > to chain x
{
"data": {
"messageHash": "(hash)",
"messageId": "(hash)",
"weight": {
"proofSize": 0,
"refTime": 800000000,
Expand Down Expand Up @@ -935,6 +936,7 @@ exports[`'moonbeam' -> 'acala' xcm transfer 'DOT' > xtokens transfer > to chain
[
{
"data": {
"messageHash": "(hash)",
"messageId": "(hash)",
"outcome": {
"Complete": {
Expand Down Expand Up @@ -1120,6 +1122,7 @@ exports[`'statemint' -> 'acala' xcm transfer 'WBTC' > xcmPallet transfer > to ch
{
"data": {
"messageHash": "(hash)",
"messageId": "(hash)",
"weight": {
"proofSize": 0,
"refTime": 800000000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ exports[`'polkadot' -> 'acala' xcm transfer 'DOT' > xcmPallet transfer > to chai
},
{
"data": {
"messageHash": "(hash)",
"messageId": "(hash)",
"outcome": {
"Complete": {
Expand Down

0 comments on commit 6cb3697

Please sign in to comment.