-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Pull balances /w block-height | fetch tokenPrice for native tok…
…en (#119) * Pull balances|Add opt block height /w fetching native balance * Add commitment in solana getBlockHeight * Refactor appending token balances in usd * Fix minor issue | fix type issue * Bump with beta version * Make sure to compute tokenBalance in bigint * Refactor | Add usd balance for native tokens * Update code for all the chains * Fix type issue * Use number instead of bigint to avoid conversion issues * Fix cache invalidation of token prices * Accept blockHeightByChain as option in pullBalances method * Sync client wallet manager with wallet-manager changes * Fix Injecting native tokens logic * Lift priceFeedOptions as walletOptions * Optimize price feed instance instantiation * Bump version * Add comment for wallet balance config * Add chainName in balances schema * Bump version * minor update * publish beta version for integration * Revert mandatory blockHeight * Expose blockHeightPerChain method|remove chainName from balance * Bump package to latest version w.r.t main branch * Resolve PR review comment * Add coingeckoIds for cosm-wasm chains * Bump version
- Loading branch information
1 parent
435527f
commit b386051
Showing
25 changed files
with
999 additions
and
339 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.