Skip to content

Commit

Permalink
update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Oct 17, 2024
1 parent b3dc342 commit 7b96558
Showing 1 changed file with 69 additions and 1 deletion.
70 changes: 69 additions & 1 deletion packages/sdk/tests/acceptance/__snapshots__/sdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,71 @@ exports[`sdk > getParachainBalances > on 'Moonbase Alpha' for address: '0x4E8214
]
`;

exports[`sdk > getParachainBalances > on 'Moonbase Beta' for address: '0x4E82143Af671Cc8201Bc7efCBbCED3A69e8…' > should get expected balances 1`] = `
[
_AssetAmount {
"address": undefined,
"amount": 100000000000000000n,
"decimals": 18,
"ids": {
"balanceId": "198801030527939140930753142903035039136",
"id": {
"ForeignAsset": "198801030527939140930753142903035039136",
},
},
"key": "ftmwh",
"min": undefined,
"originSymbol": "FTM.wh",
"symbol": undefined,
},
_AssetAmount {
"address": undefined,
"amount": 0n,
"decimals": 6,
"ids": {
"balanceId": "319794858556516669238969276945382613133",
"id": {
"ForeignAsset": "319794858556516669238969276945382613133",
},
},
"key": "usdcwh",
"min": undefined,
"originSymbol": "USDC.Wh",
"symbol": undefined,
},
_AssetAmount {
"address": undefined,
"amount": 1100000000000000000n,
"decimals": 18,
"ids": {
"balanceId": "85534404031760856987006367174489651085",
"id": {
"ForeignAsset": "85534404031760856987006367174489651085",
},
},
"key": "alan",
"min": undefined,
"originSymbol": "ALAN",
"symbol": undefined,
},
_AssetAmount {
"address": undefined,
"amount": 1100000000000000000n,
"decimals": 18,
"ids": {
"balanceId": "222902676330054289648817870329963141953",
"id": {
"ForeignAsset": "222902676330054289648817870329963141953",
},
},
"key": "dev",
"min": undefined,
"originSymbol": "DEV",
"symbol": undefined,
},
]
`;

exports[`sdk > getParachainBalances > on 'Moonbeam' for address: '0x4E82143Af671Cc8201Bc7efCBbCED3A69e8…' > should get expected balances 1`] = `
[
_AssetAmount {
Expand Down Expand Up @@ -788,9 +853,12 @@ exports[`sdk > getParachainBalances > on 'Moonbeam' for address: '0x4E82143Af671
"symbol": undefined,
},
_AssetAmount {
"address": "0xFfFffFFF18898CB5Fe1E88E668152B4f4052A947",
"address": "0xFfffffFfB3229c8E7657eABEA704d5e75246e544",
"amount": 0n,
"decimals": 12,
"ids": {
"id": "238111524681612888331172110363070489924",
},
"key": "neuro",
"min": undefined,
"originSymbol": "NEURO",
Expand Down

0 comments on commit 7b96558

Please sign in to comment.