Skip to content

new networks

Choose a tag to compare

@hicaru hicaru released this 02 Feb 04:17
· 14 commits to master since this release

Zilliqa EVM Tokens Support

  • Add Zilliqa EVM tokens support in tokensHints
  • Detect Zilliqa chain via slip44 and fetch tokens from zilpay.io API
  • Split tokensHints into separate methods for Zilliqa and Uniswap
  • Add ZilliqaEvmToken interface for API response
    Enhanced Rate Fetching
  • Refactor updateRates with CryptoCompare support and auto-detect currency
  • Add CryptoCompare as rate API option alongside CoinGecko
  • Implement chain-specific rate fetching (Zilstream for ZIL, MetaMask API for ETH)
  • Add detectCurrencyFromLocale() to auto-detect currency from system locale
  • Update UI components to support CryptoCompare option
    Network Updates
  • Add some networks
  • Updated networks
    Bug Fixes
    Code Quality
  • Fix MnemonicWordInput state initialization to avoid capturing initial prop value
  • Fix SignMessagePopup to use signMessage instead of non-existent signHash method
  • Fixed tests