- fad10357a: Updated Infura nft provider with fixes
- abdc69ead: Updated version
- 910879393: Set Fixed version of packages for ledger
- dbd8981ee: Updated version of ledger related packages
- 02c26c603: Fix nft image parsing
- 51db61f10: Minor bump on EVM
- 7996bf256: Near fee in number format.
- 01efb2cf4: Add setter and getter for provider in OptimismChainProvider.
- c52ea66e4: add ethers as dependency
- 49b7538c5: remove optimism exports as they are using different ehters version
- b332b8c61: patch @eth-optimism/sdk dependencies
- 57ccdb47a: export asL2Provider for optimism
- 44d79eb55: use asset.type instead of asset.isNative
- 74ba33141: Remove async from setters and getters in Chains class.
- 21cf21727: - fix github actions
- 23c964d0b: fee estimation for NFTs
- 2a17648d2: - fix script
- 4ba964b5b: - add npm auth token inside .yarnrc.yml
- 7e81ee996: - add npm auth token inside .yarnrc.yml
- 651760802: - fix github actions
- 3adef6d91: - fix github actions
- 83ea62866: - github actions
-
- use
@solana/spl-token-registry
- use
-
- solana nfts
-
- fix fetching token details for Terra
- implement fetching token details for Solana
- fix: nfts-on-arbitrum
- fix: moralis nfts return amount and type
-
- multicall improvements
- export multicall data type
- export method to build multicall data for fetching balances
- multicall improvements
-
- extend Network type with
helperUrl
- extend Network type with
-
- fix for all evm chains when sending amounts >=1000
-
- specify
from
property to EVM transactions when missing
- specify
-
- use forked version of @rainbow-me/fee-suggestions
- support naming service for EVM chains
- ENS Provider
-
- new eip1559 provider
-
- do not add gas margin for sending native assets
-
- fix exponent error for EVM swaps
- proper error handling when fetching balances
- add 50% gas limit margin for all EVM transactions
- new EIP1559 Fee API provider
- Publish again - types not correctly published
- rebuild
- nft transfer takes decimal string for token id
-
- Chain providers now have a new interface -
getTokenDetails
- Network object can now be passed during EVM Fee providers creation
- NFTAsset type moved to global level
- Chain providers now have a new interface -
- export base nft provider
- Add moralis nft provider Standardise nft fetch response
-
- terra fix for memo
- bump cryptoassets version
- bump terra-money.js version
-
- add block hash to tx response for Near
-
- fetch btc fees correctly
-
- add flexible swap options for EVM chains
- numberOfBlocksPerRequest - the amount of blocks to search for events in a single call (default = 2000)
- totalNumberOfBlocks - the total number of blocks to search for events (default = 100_000)
- gasLimitMargin - percentage gas margin for chains that does not estimate gas correctly (e.g. RSK) (default=10%)
- add address cache for EVM ledger
- use toLowerCase in EVM ledger to support RSK checksum
- add flexible swap options for EVM chains
-
- target is now es6
-
- ignore case when comparing addresses
- scrambleKey is now optional
-
- solana balances fetching
- ledger fixes and improvements
- 390c4f829: - nft logic is now part of client
- getWalletPublicKey is public (BitcoinLedgerProvider)
- 4a324c902: - add cryptoassets as dependency
- add sign typed data interface
- add optimism chain provider
- 719c01706: - Ensure that all hashes and addresses have 0x as prefix for the EVM packages
- Order of checks insideverifyInitiateSwapTransaction
- Fix for
withCachedUtxos
- Proper creation of BitcoinEsploraApiProvider
- 8383db002: - fee provider can be null
- export typechain from the evm package
- remove approval step from initiate swap for evm chains
- add gasLimit as optional parameter in the TransactionRequest type
- fee provider is now optional for BitcoinEsploraProvider
- new evm chain support - Optimism
- add wallet and chain update hooks
- fix evm fees handlin
- change namespace from @liquality to @chainify