Skip to content

Commit

Permalink
add HydraDX e2e test with FTM and HDX balances
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Mar 18, 2024
1 parent dd750a0 commit 0f31eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/tests/acceptance/__snapshots__/sdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ exports[`sdk getParachainBalances should get expected balances for HydraDX 1`] =
exports[`sdk getParachainBalances should get expected balances for HydraDX Alphanet 1`] = `
[
r {
"amount": 0n,
"amount": 178046239082538836n,
"decimals": 18,
"key": "ftmwh",
"originSymbol": "FTM.wh",
Expand All @@ -90,7 +90,7 @@ exports[`sdk getParachainBalances should get expected balances for HydraDX Alpha
"symbol": "DEV",
},
r {
"amount": 0n,
"amount": 3000000000000n,
"decimals": 12,
"key": "hdx",
"originSymbol": "HDX",
Expand Down

0 comments on commit 0f31eaf

Please sign in to comment.