Skip to content

Commit

Permalink
update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Nov 14, 2024
1 parent 69fd74c commit e249007
Showing 1 changed file with 6 additions and 32 deletions.
38 changes: 6 additions & 32 deletions packages/sdk/tests/acceptance/__snapshots__/sdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,9 @@ exports[`sdk > getParachainBalances > on 'Moonbase Alpha' for address: '0x4E8214
"address": "0x566c1cebc6A4AFa1C122E039C4BEBe77043148Ee",
"amount": 1234567890000000000n,
"decimals": 18,
"ids": undefined,
"ids": {
"palletInstance": 48,
},
"key": "ftmwh",
"min": undefined,
"originSymbol": "FTM.wh",
Expand All @@ -358,7 +360,9 @@ exports[`sdk > getParachainBalances > on 'Moonbase Alpha' for address: '0x4E8214
"address": "0xE5dE10C4b744bac6b783fAF8d9B9fDFF14Acc3c9",
"amount": 10000n,
"decimals": 6,
"ids": undefined,
"ids": {
"palletInstance": 48,
},
"key": "usdcwh",
"min": undefined,
"originSymbol": "USDC.Wh",
Expand Down Expand Up @@ -475,36 +479,6 @@ 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,
Expand Down

0 comments on commit e249007

Please sign in to comment.