Skip to content

Commit

Permalink
update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Nov 13, 2024
1 parent 6b7142d commit dee6be1
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions packages/sdk/tests/acceptance/__snapshots__/sdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,9 @@ exports[`sdk > getParachainBalances > on 'Moonbeam' for address: '0x4E82143Af671
"address": "0xab3f0245B83feB11d15AAffeFD7AD465a59817eD",
"amount": 0n,
"decimals": 18,
"ids": undefined,
"ids": {
"palletInstance": 110,
},
"key": "weth",
"min": undefined,
"originSymbol": "WETH",
Expand All @@ -636,7 +638,9 @@ exports[`sdk > getParachainBalances > on 'Moonbeam' for address: '0x4E82143Af671
"address": "0xE57eBd2d67B462E9926e04a8e33f01cD0D64346D",
"amount": 0n,
"decimals": 8,
"ids": undefined,
"ids": {
"palletInstance": 110,
},
"key": "wbtc",
"min": undefined,
"originSymbol": "WBTC",
Expand Down Expand Up @@ -706,7 +710,9 @@ exports[`sdk > getParachainBalances > on 'Moonbeam' for address: '0x4E82143Af671
"address": "0xc30E9cA94CF52f3Bf5692aaCF81353a27052c46f",
"amount": 0n,
"decimals": 6,
"ids": undefined,
"ids": {
"palletInstance": 110,
},
"key": "usdtwh",
"min": undefined,
"originSymbol": "USDT.Wh",
Expand All @@ -716,7 +722,9 @@ exports[`sdk > getParachainBalances > on 'Moonbeam' for address: '0x4E82143Af671
"address": "0x931715FEE2d06333043d11F658C8CE934aC61D0c",
"amount": 0n,
"decimals": 6,
"ids": undefined,
"ids": {
"palletInstance": 110,
},
"key": "usdcwh",
"min": undefined,
"originSymbol": "USDC.Wh",
Expand All @@ -726,7 +734,9 @@ exports[`sdk > getParachainBalances > on 'Moonbeam' for address: '0x4E82143Af671
"address": "0x06e605775296e851FF43b4dAa541Bb0984E9D6fD",
"amount": 0n,
"decimals": 18,
"ids": undefined,
"ids": {
"palletInstance": 110,
},
"key": "dai",
"min": undefined,
"originSymbol": "DAI",
Expand Down

0 comments on commit dee6be1

Please sign in to comment.