-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get Parachain balances, refactor getBalance and getDecimals (#217)
* update readme * add function to get chain balances by address * --wip-- [skip ci] * add logic to get tokens balances for chain and address, change getBalance and getDecimals to work without signer * fix unit tests * change sdk to return AssetAmount * add e2e tests for getBalances, remove darwiniaPangoro, fix erc20public to use contract address * change to map and get balances in parallel * add HydraDX Alphanet * add to chains config * add HydraDX alphanet e2e test * add HydraDX e2e test with FTM and HDX balances * add hydraDxAlphanet to chainsMap * add changeset * change version to minor * remove viem from config * fix HydraDX Alphanet decimals, add more e2e tests * Update packages/sdk/README.md Co-authored-by: mmaurello <[email protected]> * Update packages/sdk/README.md Co-authored-by: mmaurello <[email protected]> * Update packages/sdk/README.md Co-authored-by: mmaurello <[email protected]> * Update packages/config/src/chains.ts Co-authored-by: mmaurello <[email protected]> * fix nativeCurrency * add usdc wh and ftm wh to moonbase beta * add tokens to config * add e2e test for moonbase beta * add wFTM.wh to moonbase-alpha * fix erc20 contract call * add missing configurations for moonbase-alpha * add usdc.wh contract address * update snapshots * add DEV -> HydraDX Alpha to config * fix integrations * Updated deps and ESLint, TypeScript fixes * Updated actions * Fixed lint action * Updated endpoints monitoring action * Moved viem to peerDeps in types package * Improve Dev version script, fix acc tets, add more info to the pipeline * try to fix pipeline * add console.logs to pipeline * install but to actions * fix the script with dev versions * fix check websockets script * fix snapshots for acc tests --------- Co-authored-by: mmaurello <[email protected]> Co-authored-by: Mario J Maurello <[email protected]> Co-authored-by: Elmar Kenigs <[email protected]>
- Loading branch information
1 parent
ff22ecc
commit db25ff4
Showing
60 changed files
with
2,976 additions
and
1,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@moonbeam-network/xcm-builder': minor | ||
'@moonbeam-network/xcm-config': minor | ||
'@moonbeam-network/xcm-types': minor | ||
'@moonbeam-network/xcm-sdk': minor | ||
--- | ||
|
||
Add function to get balances, get balances and decimals without signer, add HydraDX Alphanet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.