@ledgerhq/live-common 33.2.0 → 33.3.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/__tests__/currencies.js +0 -15
- package/lib/__tests__/currencies.js.map +1 -1
- package/lib/__tests__/test-helpers/environment.js +1 -0
- package/lib/__tests__/test-helpers/environment.js.map +1 -1
- package/lib/apps/inlineAppInstall.d.ts.map +1 -1
- package/lib/apps/inlineAppInstall.js +60 -48
- package/lib/apps/inlineAppInstall.js.map +1 -1
- package/lib/bot/engine.d.ts.map +1 -1
- package/lib/bot/engine.js +3 -5
- package/lib/bot/engine.js.map +1 -1
- package/lib/bot/index.d.ts.map +1 -1
- package/lib/bot/index.js.map +1 -1
- package/lib/bot/portfolio/process-sync.js +2 -2
- package/lib/bot/portfolio/process-sync.js.map +1 -1
- package/lib/bridge/react/BridgeSync.test.js +15 -1
- package/lib/bridge/react/BridgeSync.test.js.map +1 -1
- package/lib/countervalues/api/api.js +2 -2
- package/lib/countervalues/api/api.js.map +1 -1
- package/lib/countervalues/api/api.mock.d.ts.map +1 -1
- package/lib/countervalues/api/api.mock.js +12 -1
- package/lib/countervalues/api/api.mock.js.map +1 -1
- package/lib/countervalues/api/index.js +3 -3
- package/lib/countervalues/api/index.js.map +1 -1
- package/lib/countervalues/logic.d.ts.map +1 -1
- package/lib/countervalues/logic.integration.test.js +13 -8
- package/lib/countervalues/logic.integration.test.js.map +1 -1
- package/lib/countervalues/logic.js +0 -5
- package/lib/countervalues/logic.js.map +1 -1
- package/lib/countervalues/mock.test.js +2 -2
- package/lib/countervalues/mock.test.js.map +1 -1
- package/lib/countervalues/modules/index.d.ts +0 -1
- package/lib/countervalues/modules/index.d.ts.map +1 -1
- package/lib/countervalues/modules/index.js +1 -6
- package/lib/countervalues/modules/index.js.map +1 -1
- package/lib/countervalues/modules/types.d.ts +0 -1
- package/lib/countervalues/modules/types.d.ts.map +1 -1
- package/lib/countervalues/types.d.ts +1 -1
- package/lib/countervalues/types.d.ts.map +1 -1
- package/lib/currencies/cryptoIcons.d.ts +3 -0
- package/lib/currencies/cryptoIcons.d.ts.map +1 -0
- package/lib/currencies/cryptoIcons.js +24 -0
- package/lib/currencies/cryptoIcons.js.map +1 -0
- package/lib/currencies/hooks.d.ts +4 -0
- package/lib/currencies/hooks.d.ts.map +1 -0
- package/lib/currencies/hooks.js +28 -0
- package/lib/currencies/hooks.js.map +1 -0
- package/lib/currencies/index.d.ts +2 -2
- package/lib/currencies/index.d.ts.map +1 -1
- package/lib/currencies/index.js +2 -5
- package/lib/currencies/index.js.map +1 -1
- package/lib/currencies/mock.d.ts +1 -1
- package/lib/currencies/mock.d.ts.map +1 -1
- package/lib/currencies/mock.js +42 -42
- package/lib/currencies/mock.js.map +1 -1
- package/lib/currencies/sortByMarketcap.d.ts +3 -4
- package/lib/currencies/sortByMarketcap.d.ts.map +1 -1
- package/lib/currencies/sortByMarketcap.js +24 -72
- package/lib/currencies/sortByMarketcap.js.map +1 -1
- package/lib/currencies/sortByMarketcap.test.js +11 -5
- package/lib/currencies/sortByMarketcap.test.js.map +1 -1
- package/lib/deviceSDK/actions/getLatestAvailableFirmware.test.js +1 -1
- package/lib/deviceSDK/actions/getLatestAvailableFirmware.test.js.map +1 -1
- package/lib/deviceSDK/actions/updateFirmware.d.ts +1 -1
- package/lib/deviceSDK/actions/updateFirmware.d.ts.map +1 -1
- package/lib/deviceSDK/actions/updateFirmware.js +1 -0
- package/lib/deviceSDK/actions/updateFirmware.js.map +1 -1
- package/lib/deviceSDK/commands/core.d.ts +1 -0
- package/lib/deviceSDK/commands/core.d.ts.map +1 -1
- package/lib/deviceSDK/commands/core.js +2 -0
- package/lib/deviceSDK/commands/core.js.map +1 -1
- package/lib/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.d.ts.map +1 -1
- package/lib/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.js +4 -1
- package/lib/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.js.map +1 -1
- package/lib/deviceSDK/commands/firmwareUpdate/installFirmware.d.ts +2 -1
- package/lib/deviceSDK/commands/firmwareUpdate/installFirmware.d.ts.map +1 -1
- package/lib/deviceSDK/commands/firmwareUpdate/installFirmware.js +15 -7
- package/lib/deviceSDK/commands/firmwareUpdate/installFirmware.js.map +1 -1
- package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js +0 -2
- package/lib/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js.map +1 -1
- package/lib/deviceSDK/hooks/useBatteryStatuses.d.ts +2 -0
- package/lib/deviceSDK/hooks/useBatteryStatuses.d.ts.map +1 -1
- package/lib/deviceSDK/hooks/useBatteryStatuses.js +24 -3
- package/lib/deviceSDK/hooks/useBatteryStatuses.js.map +1 -1
- package/lib/deviceSDK/tasks/core.d.ts +2 -2
- package/lib/deviceSDK/tasks/core.d.ts.map +1 -1
- package/lib/deviceSDK/tasks/core.js +48 -48
- package/lib/deviceSDK/tasks/core.js.map +1 -1
- package/lib/deviceSDK/tasks/core.test.js +1 -1
- package/lib/deviceSDK/tasks/core.test.js.map +1 -1
- package/lib/deviceSDK/tasks/getBatteryStatuses.d.ts +1 -1
- package/lib/deviceSDK/tasks/getBatteryStatuses.d.ts.map +1 -1
- package/lib/deviceSDK/tasks/getBatteryStatuses.js +4 -0
- package/lib/deviceSDK/tasks/getBatteryStatuses.js.map +1 -1
- package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.d.ts.map +1 -1
- package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.js +0 -2
- package/lib/deviceSDK/tasks/toggleOnboardingEarlyCheck.js.map +1 -1
- package/lib/deviceSDK/tasks/updateFirmware.d.ts +4 -0
- package/lib/deviceSDK/tasks/updateFirmware.d.ts.map +1 -1
- package/lib/deviceSDK/tasks/updateFirmware.js +17 -3
- package/lib/deviceSDK/tasks/updateFirmware.js.map +1 -1
- package/lib/deviceSDK/transports/core.d.ts +1 -1
- package/lib/deviceSDK/transports/core.d.ts.map +1 -1
- package/lib/deviceSDK/transports/core.js +22 -32
- package/lib/deviceSDK/transports/core.js.map +1 -1
- package/lib/deviceSDK/transports/core.test.d.ts +2 -0
- package/lib/deviceSDK/transports/core.test.d.ts.map +1 -0
- package/lib/deviceSDK/transports/core.test.js +126 -0
- package/lib/deviceSDK/transports/core.test.js.map +1 -0
- package/lib/env.react.d.ts +1 -1
- package/lib/env.react.d.ts.map +1 -1
- package/lib/errors.d.ts +0 -3
- package/lib/errors.d.ts.map +1 -1
- package/lib/errors.js +2 -3
- package/lib/errors.js.map +1 -1
- package/lib/exchange/platform/transfer/completeExchange.d.ts.map +1 -1
- package/lib/exchange/platform/transfer/completeExchange.js +0 -2
- package/lib/exchange/platform/transfer/completeExchange.js.map +1 -1
- package/lib/exchange/swap/completeExchange.d.ts.map +1 -1
- package/lib/exchange/swap/completeExchange.js +0 -4
- package/lib/exchange/swap/completeExchange.js.map +1 -1
- package/lib/exchange/swap/hooks/useIsSwapLiveApp.js +2 -2
- package/lib/exchange/swap/hooks/useIsSwapLiveApp.js.map +1 -1
- package/lib/exchange/swap/hooks/useIsSwapLiveApp.test.js +3 -3
- package/lib/exchange/swap/hooks/useIsSwapLiveApp.test.js.map +1 -1
- package/lib/exchange/swap/hooks/usePickDefaultAccount.js +2 -2
- package/lib/exchange/swap/hooks/usePickDefaultAccount.js.map +1 -1
- package/lib/exchange/swap/hooks/useUpdateMaxAmount.test.js +1 -1
- package/lib/exchange/swap/hooks/useUpdateMaxAmount.test.js.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyAll.js +2 -2
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyAll.js.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyFrom.js +2 -2
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyFrom.js.map +1 -1
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyTo.js +2 -2
- package/lib/exchange/swap/hooks/v5/useFetchCurrencyTo.js.map +1 -1
- package/lib/exchange/swap/hooks/v5/useProviderRates.d.ts.map +1 -1
- package/lib/exchange/swap/hooks/v5/useProviderRates.js +12 -3
- package/lib/exchange/swap/hooks/v5/useProviderRates.js.map +1 -1
- package/lib/exchange/swap/initSwap.d.ts.map +1 -1
- package/lib/exchange/swap/initSwap.js +0 -3
- package/lib/exchange/swap/initSwap.js.map +1 -1
- package/lib/families/bitcoin/exchange.d.ts +1 -1
- package/lib/families/bitcoin/getAccountNetworkInfo.d.ts.map +1 -1
- package/lib/families/bitcoin/getAccountNetworkInfo.js +0 -13
- package/lib/families/bitcoin/getAccountNetworkInfo.js.map +1 -1
- package/lib/families/bitcoin/specs.d.ts.map +1 -1
- package/lib/families/bitcoin/specs.js +0 -23
- package/lib/families/bitcoin/specs.js.map +1 -1
- package/lib/families/bitcoin/types.d.ts +0 -1
- package/lib/families/bitcoin/types.d.ts.map +1 -1
- package/lib/families/bitcoin/types.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/__tests__/wallet.explorer.integration.test.js +0 -2
- package/lib/families/bitcoin/wallet-btc/__tests__/wallet.explorer.integration.test.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/__tests__/wallet.explorer.unit.test.js +0 -17
- package/lib/families/bitcoin/wallet-btc/__tests__/wallet.explorer.unit.test.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/explorer/index.d.ts +0 -1
- package/lib/families/bitcoin/wallet-btc/explorer/index.d.ts.map +1 -1
- package/lib/families/bitcoin/wallet-btc/explorer/index.js +0 -9
- package/lib/families/bitcoin/wallet-btc/explorer/index.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/explorer/types.d.ts +0 -1
- package/lib/families/bitcoin/wallet-btc/explorer/types.d.ts.map +1 -1
- package/lib/families/bitcoin/walletApiAdapter.d.ts.map +1 -1
- package/lib/families/bitcoin/walletApiAdapter.js +26 -7
- package/lib/families/bitcoin/walletApiAdapter.js.map +1 -1
- package/lib/families/bitcoin/walletApiAdapter.test.js +87 -17
- package/lib/families/bitcoin/walletApiAdapter.test.js.map +1 -1
- package/lib/families/cardano/deviceTransactionConfig.d.ts.map +1 -1
- package/lib/families/cardano/deviceTransactionConfig.js +1 -2
- package/lib/families/cardano/deviceTransactionConfig.js.map +1 -1
- package/lib/families/cardano/errors.d.ts +6 -0
- package/lib/families/cardano/errors.d.ts.map +1 -1
- package/lib/families/cardano/errors.js +5 -1
- package/lib/families/cardano/errors.js.map +1 -1
- package/lib/families/cardano/js-getTransactionStatus.d.ts.map +1 -1
- package/lib/families/cardano/js-getTransactionStatus.js +8 -0
- package/lib/families/cardano/js-getTransactionStatus.js.map +1 -1
- package/lib/families/cardano/js-synchronisation.d.ts +2 -0
- package/lib/families/cardano/js-synchronisation.d.ts.map +1 -1
- package/lib/families/cardano/js-synchronisation.js +8 -9
- package/lib/families/cardano/js-synchronisation.js.map +1 -1
- package/lib/families/cardano/js-synchronisation.unit.test.d.ts +2 -0
- package/lib/families/cardano/js-synchronisation.unit.test.d.ts.map +1 -0
- package/lib/families/cardano/js-synchronisation.unit.test.js +120 -0
- package/lib/families/cardano/js-synchronisation.unit.test.js.map +1 -0
- package/lib/families/cardano/logic.d.ts +6 -1
- package/lib/families/cardano/logic.d.ts.map +1 -1
- package/lib/families/cardano/logic.js +10 -1
- package/lib/families/cardano/logic.js.map +1 -1
- package/lib/families/cardano/logic.unit.test.d.ts +2 -0
- package/lib/families/cardano/logic.unit.test.d.ts.map +1 -0
- package/lib/families/cardano/logic.unit.test.js +52 -0
- package/lib/families/cardano/logic.unit.test.js.map +1 -0
- package/lib/families/cosmos/api/Cosmos.d.ts +5 -0
- package/lib/families/cosmos/api/Cosmos.d.ts.map +1 -1
- package/lib/families/cosmos/api/Cosmos.js +20 -0
- package/lib/families/cosmos/api/Cosmos.js.map +1 -1
- package/lib/families/cosmos/bridge/mock.d.ts.map +1 -1
- package/lib/families/cosmos/bridge/mock.js +21 -4
- package/lib/families/cosmos/bridge/mock.js.map +1 -1
- package/lib/families/cosmos/chain/Dydx.js +1 -1
- package/lib/families/cosmos/js-buildTransaction.js +10 -10
- package/lib/families/cosmos/js-buildTransaction.js.map +1 -1
- package/lib/families/cosmos/js-buildTransaction.test.js +133 -10
- package/lib/families/cosmos/js-buildTransaction.test.js.map +1 -1
- package/lib/families/cosmos/js-prepareTransaction.js +1 -1
- package/lib/families/cosmos/js-prepareTransaction.js.map +1 -1
- package/lib/families/cosmos/js-signOperation.js +2 -2
- package/lib/families/cosmos/js-signOperation.js.map +1 -1
- package/lib/families/crypto_org/account.d.ts.map +1 -1
- package/lib/families/crypto_org/account.js +2 -2
- package/lib/families/crypto_org/account.js.map +1 -1
- package/lib/families/evm/react.react.test.js +1 -1
- package/lib/families/evm/react.react.test.js.map +1 -1
- package/lib/families/evm/walletApiAdapter.d.ts.map +1 -1
- package/lib/families/evm/walletApiAdapter.js +37 -17
- package/lib/families/evm/walletApiAdapter.js.map +1 -1
- package/lib/families/evm/walletApiAdapter.test.js +189 -74
- package/lib/families/evm/walletApiAdapter.test.js.map +1 -1
- package/lib/families/hedera/api/mirror.js +1 -1
- package/lib/families/hedera/api/mirror.js.map +1 -1
- package/lib/families/hedera/types.d.ts +6 -0
- package/lib/families/hedera/types.d.ts.map +1 -1
- package/lib/families/polkadot/exchange.d.ts +1 -1
- package/lib/families/polkadot/walletApiAdapter.d.ts +1 -1
- package/lib/families/polkadot/walletApiAdapter.d.ts.map +1 -1
- package/lib/families/polkadot/walletApiAdapter.js +32 -5
- package/lib/families/polkadot/walletApiAdapter.js.map +1 -1
- package/lib/families/polkadot/walletApiAdapter.test.js +95 -18
- package/lib/families/polkadot/walletApiAdapter.test.js.map +1 -1
- package/lib/families/ripple/walletApiAdapter.js +3 -3
- package/lib/families/ripple/walletApiAdapter.js.map +1 -1
- package/lib/families/ripple/walletApiAdapter.test.js +8 -2
- package/lib/families/ripple/walletApiAdapter.test.js.map +1 -1
- package/lib/families/vechain/account.d.ts +7 -0
- package/lib/families/vechain/account.d.ts.map +1 -0
- package/lib/families/vechain/account.js +19 -0
- package/lib/families/vechain/account.js.map +1 -0
- package/lib/families/vechain/api/index.d.ts +7 -0
- package/lib/families/vechain/api/index.d.ts.map +1 -0
- package/lib/families/vechain/api/index.js +20 -0
- package/lib/families/vechain/api/index.js.map +1 -0
- package/lib/families/vechain/api/sdk.d.ts +47 -0
- package/lib/families/vechain/api/sdk.d.ts.map +1 -0
- package/lib/families/vechain/api/sdk.js +165 -0
- package/lib/families/vechain/api/sdk.js.map +1 -0
- package/lib/families/vechain/api/types.d.ts +71 -0
- package/lib/families/vechain/api/types.d.ts.map +1 -0
- package/lib/families/vechain/api/types.js +3 -0
- package/lib/families/vechain/api/types.js.map +1 -0
- package/lib/families/vechain/bridge/js-estimateMaxSpendable.d.ts +8 -0
- package/lib/families/vechain/bridge/js-estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/vechain/bridge/js-estimateMaxSpendable.js +30 -0
- package/lib/families/vechain/bridge/js-estimateMaxSpendable.js.map +1 -0
- package/lib/families/vechain/bridge/js.d.ts +8 -0
- package/lib/families/vechain/bridge/js.d.ts.map +1 -0
- package/lib/families/vechain/bridge/js.js +41 -0
- package/lib/families/vechain/bridge/js.js.map +1 -0
- package/lib/families/vechain/bridge/mock.d.ts +10 -0
- package/lib/families/vechain/bridge/mock.d.ts.map +1 -0
- package/lib/families/vechain/bridge/mock.js +127 -0
- package/lib/families/vechain/bridge/mock.js.map +1 -0
- package/lib/families/vechain/bridge.integration.test.d.ts +2 -0
- package/lib/families/vechain/bridge.integration.test.d.ts.map +1 -0
- package/lib/families/vechain/bridge.integration.test.js +248 -0
- package/lib/families/vechain/bridge.integration.test.js.map +1 -0
- package/lib/families/vechain/cli-transaction.d.ts +17 -0
- package/lib/families/vechain/cli-transaction.d.ts.map +1 -0
- package/lib/families/vechain/cli-transaction.js +48 -0
- package/lib/families/vechain/cli-transaction.js.map +1 -0
- package/lib/families/vechain/constants.d.ts +6 -0
- package/lib/families/vechain/constants.d.ts.map +1 -0
- package/lib/families/vechain/constants.js +9 -0
- package/lib/families/vechain/constants.js.map +1 -0
- package/lib/families/vechain/contracts/abis/VIP180.d.ts +17 -0
- package/lib/families/vechain/contracts/abis/VIP180.d.ts.map +1 -0
- package/lib/families/vechain/contracts/abis/VIP180.js +265 -0
- package/lib/families/vechain/contracts/abis/VIP180.js.map +1 -0
- package/lib/families/vechain/contracts/abis/params.d.ts +8 -0
- package/lib/families/vechain/contracts/abis/params.d.ts.map +1 -0
- package/lib/families/vechain/contracts/abis/params.js +69 -0
- package/lib/families/vechain/contracts/abis/params.js.map +1 -0
- package/lib/families/vechain/contracts/constants.d.ts +6 -0
- package/lib/families/vechain/contracts/constants.d.ts.map +1 -0
- package/lib/families/vechain/contracts/constants.js +10 -0
- package/lib/families/vechain/contracts/constants.js.map +1 -0
- package/lib/families/vechain/datasets/vechain.d.ts +5 -0
- package/lib/families/vechain/datasets/vechain.d.ts.map +1 -0
- package/lib/families/vechain/datasets/vechain.js +97 -0
- package/lib/families/vechain/datasets/vechain.js.map +1 -0
- package/lib/families/vechain/datasets/vechain.scanAccounts.1.d.ts +6 -0
- package/lib/families/vechain/datasets/vechain.scanAccounts.1.d.ts.map +1 -0
- package/lib/families/vechain/datasets/vechain.scanAccounts.1.js +16 -0
- package/lib/families/vechain/datasets/vechain.scanAccounts.1.js.map +1 -0
- package/lib/families/vechain/errors.d.ts +10 -0
- package/lib/families/vechain/errors.d.ts.map +1 -0
- package/lib/families/vechain/errors.js +8 -0
- package/lib/families/vechain/errors.js.map +1 -0
- package/lib/families/vechain/hw-getAddress.d.ts +4 -0
- package/lib/families/vechain/hw-getAddress.d.ts.map +1 -0
- package/lib/families/vechain/hw-getAddress.js +29 -0
- package/lib/families/vechain/hw-getAddress.js.map +1 -0
- package/lib/families/vechain/hw-signMessage.d.ts +15 -0
- package/lib/families/vechain/hw-signMessage.d.ts.map +1 -0
- package/lib/families/vechain/hw-signMessage.js +37 -0
- package/lib/families/vechain/hw-signMessage.js.map +1 -0
- package/lib/families/vechain/js-broadcast.d.ts +10 -0
- package/lib/families/vechain/js-broadcast.d.ts.map +1 -0
- package/lib/families/vechain/js-broadcast.js +26 -0
- package/lib/families/vechain/js-broadcast.js.map +1 -0
- package/lib/families/vechain/js-getTransactionStatus.d.ts +6 -0
- package/lib/families/vechain/js-getTransactionStatus.d.ts.map +1 -0
- package/lib/families/vechain/js-getTransactionStatus.js +75 -0
- package/lib/families/vechain/js-getTransactionStatus.js.map +1 -0
- package/lib/families/vechain/js-signOperation.d.ts +13 -0
- package/lib/families/vechain/js-signOperation.d.ts.map +1 -0
- package/lib/families/vechain/js-signOperation.js +86 -0
- package/lib/families/vechain/js-signOperation.js.map +1 -0
- package/lib/families/vechain/js-synchronisation.d.ts +3 -0
- package/lib/families/vechain/js-synchronisation.d.ts.map +1 -0
- package/lib/families/vechain/js-synchronisation.js +87 -0
- package/lib/families/vechain/js-synchronisation.js.map +1 -0
- package/lib/families/vechain/js-transaction.d.ts +20 -0
- package/lib/families/vechain/js-transaction.d.ts.map +1 -0
- package/lib/families/vechain/js-transaction.js +99 -0
- package/lib/families/vechain/js-transaction.js.map +1 -0
- package/lib/families/vechain/mock.d.ts +9 -0
- package/lib/families/vechain/mock.d.ts.map +1 -0
- package/lib/families/vechain/mock.js +13 -0
- package/lib/families/vechain/mock.js.map +1 -0
- package/lib/families/vechain/specs.d.ts +8 -0
- package/lib/families/vechain/specs.d.ts.map +1 -0
- package/lib/families/vechain/specs.js +162 -0
- package/lib/families/vechain/specs.js.map +1 -0
- package/lib/families/vechain/speculos-deviceActions.d.ts +7 -0
- package/lib/families/vechain/speculos-deviceActions.d.ts.map +1 -0
- package/lib/families/vechain/speculos-deviceActions.js +23 -0
- package/lib/families/vechain/speculos-deviceActions.js.map +1 -0
- package/lib/families/vechain/transaction.d.ts +17 -0
- package/lib/families/vechain/transaction.d.ts.map +1 -0
- package/lib/families/vechain/transaction.js +55 -0
- package/lib/families/vechain/transaction.js.map +1 -0
- package/lib/families/vechain/types.d.ts +25 -0
- package/lib/families/vechain/types.d.ts.map +1 -0
- package/lib/families/vechain/types.js +3 -0
- package/lib/families/vechain/types.js.map +1 -0
- package/lib/families/vechain/utils/address-utils.d.ts +2 -0
- package/lib/families/vechain/utils/address-utils.d.ts.map +1 -0
- package/lib/families/vechain/utils/address-utils.js +19 -0
- package/lib/families/vechain/utils/address-utils.js.map +1 -0
- package/lib/families/vechain/utils/hex-utils.d.ts +8 -0
- package/lib/families/vechain/utils/hex-utils.d.ts.map +1 -0
- package/lib/families/vechain/utils/hex-utils.js +52 -0
- package/lib/families/vechain/utils/hex-utils.js.map +1 -0
- package/lib/families/vechain/utils/mapping-utils.d.ts +5 -0
- package/lib/families/vechain/utils/mapping-utils.d.ts.map +1 -0
- package/lib/families/vechain/utils/mapping-utils.js +61 -0
- package/lib/families/vechain/utils/mapping-utils.js.map +1 -0
- package/lib/families/vechain/utils/pad-address.d.ts +2 -0
- package/lib/families/vechain/utils/pad-address.d.ts.map +1 -0
- package/lib/families/vechain/utils/pad-address.js +13 -0
- package/lib/families/vechain/utils/pad-address.js.map +1 -0
- package/lib/families/vechain/utils/transaction-utils.d.ts +30 -0
- package/lib/families/vechain/utils/transaction-utils.d.ts.map +1 -0
- package/lib/families/vechain/utils/transaction-utils.js +164 -0
- package/lib/families/vechain/utils/transaction-utils.js.map +1 -0
- package/lib/generated/account.d.ts +3 -0
- package/lib/generated/account.d.ts.map +1 -1
- package/lib/generated/account.js +6 -4
- package/lib/generated/account.js.map +1 -1
- package/lib/generated/bridge/js.d.ts +4 -0
- package/lib/generated/bridge/js.d.ts.map +1 -1
- package/lib/generated/bridge/js.js +2 -0
- package/lib/generated/bridge/js.js.map +1 -1
- package/lib/generated/bridge/mock.d.ts +4 -0
- package/lib/generated/bridge/mock.d.ts.map +1 -1
- package/lib/generated/bridge/mock.js +2 -0
- package/lib/generated/bridge/mock.js.map +1 -1
- package/lib/generated/cli-transaction.d.ts +12 -0
- package/lib/generated/cli-transaction.d.ts.map +1 -1
- package/lib/generated/cli-transaction.js +2 -0
- package/lib/generated/cli-transaction.js.map +1 -1
- package/lib/generated/exchange.d.ts +2 -2
- package/lib/generated/hw-getAddress.d.ts +1 -0
- package/lib/generated/hw-getAddress.d.ts.map +1 -1
- package/lib/generated/hw-getAddress.js +2 -0
- package/lib/generated/hw-getAddress.js.map +1 -1
- package/lib/generated/hw-signMessage.d.ts +7 -0
- package/lib/generated/hw-signMessage.d.ts.map +1 -1
- package/lib/generated/hw-signMessage.js +2 -0
- package/lib/generated/hw-signMessage.js.map +1 -1
- package/lib/generated/mock.d.ts +4 -0
- package/lib/generated/mock.d.ts.map +1 -1
- package/lib/generated/mock.js +4 -2
- package/lib/generated/mock.js.map +1 -1
- package/lib/generated/specs.d.ts +4 -0
- package/lib/generated/specs.d.ts.map +1 -1
- package/lib/generated/specs.js +8 -6
- package/lib/generated/specs.js.map +1 -1
- package/lib/generated/transaction.d.ts +8 -0
- package/lib/generated/transaction.d.ts.map +1 -1
- package/lib/generated/transaction.js +8 -6
- package/lib/generated/transaction.js.map +1 -1
- package/lib/generated/types.d.ts +8 -4
- package/lib/generated/types.d.ts.map +1 -1
- package/lib/hooks/recoverFeatureFlag.d.ts +1 -0
- package/lib/hooks/recoverFeatureFlag.d.ts.map +1 -1
- package/lib/hooks/recoverFeatureFlag.js +12 -6
- package/lib/hooks/recoverFeatureFlag.js.map +1 -1
- package/lib/hw/actions/implementations.d.ts +2 -0
- package/lib/hw/actions/implementations.d.ts.map +1 -1
- package/lib/hw/actions/implementations.js +22 -12
- package/lib/hw/actions/implementations.js.map +1 -1
- package/lib/hw/actions/installLanguage.d.ts.map +1 -1
- package/lib/hw/actions/installLanguage.js +1 -0
- package/lib/hw/actions/installLanguage.js.map +1 -1
- package/lib/hw/actions/manager.d.ts.map +1 -1
- package/lib/hw/actions/manager.js +1 -0
- package/lib/hw/actions/manager.js.map +1 -1
- package/lib/hw/actions/staxLoadImage.d.ts.map +1 -1
- package/lib/hw/actions/staxLoadImage.js +3 -0
- package/lib/hw/actions/staxLoadImage.js.map +1 -1
- package/lib/hw/actions/transaction.d.ts.map +1 -1
- package/lib/hw/actions/transaction.js +1 -3
- package/lib/hw/actions/transaction.js.map +1 -1
- package/lib/hw/connectApp.d.ts.map +1 -1
- package/lib/hw/connectApp.js +0 -3
- package/lib/hw/connectApp.js.map +1 -1
- package/lib/hw/connectManager.d.ts.map +1 -1
- package/lib/hw/connectManager.js +1 -3
- package/lib/hw/connectManager.js.map +1 -1
- package/lib/hw/deviceAccess.d.ts +46 -1
- package/lib/hw/deviceAccess.d.ts.map +1 -1
- package/lib/hw/deviceAccess.js +72 -32
- package/lib/hw/deviceAccess.js.map +1 -1
- package/lib/hw/deviceAccess.test.d.ts +2 -0
- package/lib/hw/deviceAccess.test.d.ts.map +1 -0
- package/lib/hw/deviceAccess.test.js +116 -0
- package/lib/hw/deviceAccess.test.js.map +1 -0
- package/lib/hw/getBatteryStatus.d.ts.map +1 -1
- package/lib/hw/getBatteryStatus.js +8 -0
- package/lib/hw/getBatteryStatus.js.map +1 -1
- package/lib/hw/getDeviceInfo.d.ts.map +1 -1
- package/lib/hw/getDeviceInfo.js +5 -3
- package/lib/hw/getDeviceInfo.js.map +1 -1
- package/lib/hw/getOnboardingStatePolling.d.ts +9 -3
- package/lib/hw/getOnboardingStatePolling.d.ts.map +1 -1
- package/lib/hw/getOnboardingStatePolling.js +20 -6
- package/lib/hw/getOnboardingStatePolling.js.map +1 -1
- package/lib/hw/getOnboardingStatePolling.test.js +8 -32
- package/lib/hw/getOnboardingStatePolling.test.js.map +1 -1
- package/lib/hw/getVersion.d.ts +10 -1
- package/lib/hw/getVersion.d.ts.map +1 -1
- package/lib/hw/getVersion.js +11 -2
- package/lib/hw/getVersion.js.map +1 -1
- package/lib/hw/index.d.ts +12 -2
- package/lib/hw/index.d.ts.map +1 -1
- package/lib/hw/index.js +54 -7
- package/lib/hw/index.js.map +1 -1
- package/lib/hw/index.test.d.ts +2 -0
- package/lib/hw/index.test.d.ts.map +1 -0
- package/lib/hw/index.test.js +98 -0
- package/lib/hw/index.test.js.map +1 -0
- package/lib/hw/installLanguage.d.ts.map +1 -1
- package/lib/hw/installLanguage.js +1 -3
- package/lib/hw/installLanguage.js.map +1 -1
- package/lib/hw/staxFetchImage.d.ts.map +1 -1
- package/lib/hw/staxFetchImage.js +1 -3
- package/lib/hw/staxFetchImage.js.map +1 -1
- package/lib/hw/staxLoadImage.d.ts.map +1 -1
- package/lib/hw/staxLoadImage.js +1 -3
- package/lib/hw/staxLoadImage.js.map +1 -1
- package/lib/hw/uninstallLanguage.d.ts.map +1 -1
- package/lib/hw/uninstallLanguage.js +1 -3
- package/lib/hw/uninstallLanguage.js.map +1 -1
- package/lib/load/speculos.d.ts +5 -0
- package/lib/load/speculos.d.ts.map +1 -1
- package/lib/load/speculos.js +5 -1
- package/lib/load/speculos.js.map +1 -1
- package/lib/manager/api.d.ts.map +1 -1
- package/lib/manager/api.js +1 -2
- package/lib/manager/api.js.map +1 -1
- package/lib/platform/types.d.ts +3 -0
- package/lib/platform/types.d.ts.map +1 -1
- package/lib/postOnboarding/actions.d.ts +1 -0
- package/lib/postOnboarding/actions.d.ts.map +1 -1
- package/lib/postOnboarding/actions.js +6 -1
- package/lib/postOnboarding/actions.js.map +1 -1
- package/lib/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.js +4 -0
- package/lib/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.js.map +1 -1
- package/lib/postOnboarding/hooks/usePostOnboardingHubState.d.ts.map +1 -1
- package/lib/postOnboarding/hooks/usePostOnboardingHubState.js +4 -2
- package/lib/postOnboarding/hooks/usePostOnboardingHubState.js.map +1 -1
- package/lib/postOnboarding/hooks/usePostOnboardingHubState.test.js +8 -4
- package/lib/postOnboarding/hooks/usePostOnboardingHubState.test.js.map +1 -1
- package/lib/postOnboarding/hooks/useStartPostOnboardingCallback.js +2 -2
- package/lib/postOnboarding/hooks/useStartPostOnboardingCallback.js.map +1 -1
- package/lib/postOnboarding/reducer.d.ts +4 -0
- package/lib/postOnboarding/reducer.d.ts.map +1 -1
- package/lib/postOnboarding/reducer.js +5 -1
- package/lib/postOnboarding/reducer.js.map +1 -1
- package/lib/postOnboarding/reducer.test.js +16 -4
- package/lib/postOnboarding/reducer.test.js.map +1 -1
- package/lib/react.d.ts +7 -2
- package/lib/react.d.ts.map +1 -1
- package/lib/react.js +28 -18
- package/lib/react.js.map +1 -1
- package/lib/reactNative.d.ts +7 -2
- package/lib/reactNative.d.ts.map +1 -1
- package/lib/reactNative.js +11 -15
- package/lib/reactNative.js.map +1 -1
- package/lib/utils/__tests__/runOnceWhen.test.d.ts +2 -0
- package/lib/utils/__tests__/runOnceWhen.test.d.ts.map +1 -0
- package/lib/utils/__tests__/runOnceWhen.test.js +53 -0
- package/lib/utils/__tests__/runOnceWhen.test.js.map +1 -0
- package/lib/utils/runOnceWhen.d.ts +2 -0
- package/lib/utils/runOnceWhen.d.ts.map +1 -0
- package/lib/utils/runOnceWhen.js +19 -0
- package/lib/utils/runOnceWhen.js.map +1 -0
- package/lib/wallet-api/converters.d.ts.map +1 -1
- package/lib/wallet-api/converters.js +11 -2
- package/lib/wallet-api/converters.js.map +1 -1
- package/lib/wallet-api/converters.test.d.ts.map +1 -1
- package/lib/wallet-api/converters.test.js +6 -3
- package/lib/wallet-api/converters.test.js.map +1 -1
- package/lib/wallet-api/logic.d.ts +3 -1
- package/lib/wallet-api/logic.d.ts.map +1 -1
- package/lib/wallet-api/logic.js +15 -5
- package/lib/wallet-api/logic.js.map +1 -1
- package/lib/wallet-api/react.d.ts.map +1 -1
- package/lib/wallet-api/react.js +1 -0
- package/lib/wallet-api/react.js.map +1 -1
- package/lib/wallet-api/types.d.ts +9 -3
- package/lib/wallet-api/types.d.ts.map +1 -1
- package/lib-es/__tests__/currencies.js +1 -16
- package/lib-es/__tests__/currencies.js.map +1 -1
- package/lib-es/__tests__/test-helpers/environment.js +1 -0
- package/lib-es/__tests__/test-helpers/environment.js.map +1 -1
- package/lib-es/apps/inlineAppInstall.d.ts.map +1 -1
- package/lib-es/apps/inlineAppInstall.js +60 -48
- package/lib-es/apps/inlineAppInstall.js.map +1 -1
- package/lib-es/bot/engine.d.ts.map +1 -1
- package/lib-es/bot/engine.js +3 -5
- package/lib-es/bot/engine.js.map +1 -1
- package/lib-es/bot/index.d.ts.map +1 -1
- package/lib-es/bot/index.js.map +1 -1
- package/lib-es/bot/portfolio/process-sync.js +2 -2
- package/lib-es/bot/portfolio/process-sync.js.map +1 -1
- package/lib-es/bridge/react/BridgeSync.test.js +15 -1
- package/lib-es/bridge/react/BridgeSync.test.js.map +1 -1
- package/lib-es/countervalues/api/api.js +2 -2
- package/lib-es/countervalues/api/api.js.map +1 -1
- package/lib-es/countervalues/api/api.mock.d.ts.map +1 -1
- package/lib-es/countervalues/api/api.mock.js +12 -1
- package/lib-es/countervalues/api/api.mock.js.map +1 -1
- package/lib-es/countervalues/api/index.js +3 -3
- package/lib-es/countervalues/api/index.js.map +1 -1
- package/lib-es/countervalues/logic.d.ts.map +1 -1
- package/lib-es/countervalues/logic.integration.test.js +10 -8
- package/lib-es/countervalues/logic.integration.test.js.map +1 -1
- package/lib-es/countervalues/logic.js +1 -6
- package/lib-es/countervalues/logic.js.map +1 -1
- package/lib-es/countervalues/mock.test.js +2 -2
- package/lib-es/countervalues/mock.test.js.map +1 -1
- package/lib-es/countervalues/modules/index.d.ts +0 -1
- package/lib-es/countervalues/modules/index.d.ts.map +1 -1
- package/lib-es/countervalues/modules/index.js +0 -4
- package/lib-es/countervalues/modules/index.js.map +1 -1
- package/lib-es/countervalues/modules/types.d.ts +0 -1
- package/lib-es/countervalues/modules/types.d.ts.map +1 -1
- package/lib-es/countervalues/types.d.ts +1 -1
- package/lib-es/countervalues/types.d.ts.map +1 -1
- package/lib-es/currencies/cryptoIcons.d.ts +3 -0
- package/lib-es/currencies/cryptoIcons.d.ts.map +1 -0
- package/lib-es/currencies/cryptoIcons.js +17 -0
- package/lib-es/currencies/cryptoIcons.js.map +1 -0
- package/lib-es/currencies/hooks.d.ts +4 -0
- package/lib-es/currencies/hooks.d.ts.map +1 -0
- package/lib-es/currencies/hooks.js +23 -0
- package/lib-es/currencies/hooks.js.map +1 -0
- package/lib-es/currencies/index.d.ts +2 -2
- package/lib-es/currencies/index.d.ts.map +1 -1
- package/lib-es/currencies/index.js +2 -2
- package/lib-es/currencies/index.js.map +1 -1
- package/lib-es/currencies/mock.d.ts +1 -1
- package/lib-es/currencies/mock.d.ts.map +1 -1
- package/lib-es/currencies/mock.js +41 -41
- package/lib-es/currencies/mock.js.map +1 -1
- package/lib-es/currencies/sortByMarketcap.d.ts +3 -4
- package/lib-es/currencies/sortByMarketcap.d.ts.map +1 -1
- package/lib-es/currencies/sortByMarketcap.js +21 -68
- package/lib-es/currencies/sortByMarketcap.js.map +1 -1
- package/lib-es/currencies/sortByMarketcap.test.js +14 -8
- package/lib-es/currencies/sortByMarketcap.test.js.map +1 -1
- package/lib-es/deviceSDK/actions/getLatestAvailableFirmware.test.js +1 -1
- package/lib-es/deviceSDK/actions/getLatestAvailableFirmware.test.js.map +1 -1
- package/lib-es/deviceSDK/actions/updateFirmware.d.ts +1 -1
- package/lib-es/deviceSDK/actions/updateFirmware.d.ts.map +1 -1
- package/lib-es/deviceSDK/actions/updateFirmware.js +1 -0
- package/lib-es/deviceSDK/actions/updateFirmware.js.map +1 -1
- package/lib-es/deviceSDK/commands/core.d.ts +1 -0
- package/lib-es/deviceSDK/commands/core.d.ts.map +1 -1
- package/lib-es/deviceSDK/commands/core.js +1 -1
- package/lib-es/deviceSDK/commands/core.js.map +1 -1
- package/lib-es/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.d.ts.map +1 -1
- package/lib-es/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.js +5 -2
- package/lib-es/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.js.map +1 -1
- package/lib-es/deviceSDK/commands/firmwareUpdate/installFirmware.d.ts +2 -1
- package/lib-es/deviceSDK/commands/firmwareUpdate/installFirmware.d.ts.map +1 -1
- package/lib-es/deviceSDK/commands/firmwareUpdate/installFirmware.js +16 -8
- package/lib-es/deviceSDK/commands/firmwareUpdate/installFirmware.js.map +1 -1
- package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js +0 -2
- package/lib-es/deviceSDK/commands/toggleOnboardingEarlyCheck.test.js.map +1 -1
- package/lib-es/deviceSDK/hooks/useBatteryStatuses.d.ts +2 -0
- package/lib-es/deviceSDK/hooks/useBatteryStatuses.d.ts.map +1 -1
- package/lib-es/deviceSDK/hooks/useBatteryStatuses.js +24 -3
- package/lib-es/deviceSDK/hooks/useBatteryStatuses.js.map +1 -1
- package/lib-es/deviceSDK/tasks/core.d.ts +2 -2
- package/lib-es/deviceSDK/tasks/core.d.ts.map +1 -1
- package/lib-es/deviceSDK/tasks/core.js +49 -49
- package/lib-es/deviceSDK/tasks/core.js.map +1 -1
- package/lib-es/deviceSDK/tasks/core.test.js +1 -1
- package/lib-es/deviceSDK/tasks/core.test.js.map +1 -1
- package/lib-es/deviceSDK/tasks/getBatteryStatuses.d.ts +1 -1
- package/lib-es/deviceSDK/tasks/getBatteryStatuses.d.ts.map +1 -1
- package/lib-es/deviceSDK/tasks/getBatteryStatuses.js +7 -3
- package/lib-es/deviceSDK/tasks/getBatteryStatuses.js.map +1 -1
- package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.d.ts.map +1 -1
- package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.js +0 -2
- package/lib-es/deviceSDK/tasks/toggleOnboardingEarlyCheck.js.map +1 -1
- package/lib-es/deviceSDK/tasks/updateFirmware.d.ts +4 -0
- package/lib-es/deviceSDK/tasks/updateFirmware.d.ts.map +1 -1
- package/lib-es/deviceSDK/tasks/updateFirmware.js +20 -6
- package/lib-es/deviceSDK/tasks/updateFirmware.js.map +1 -1
- package/lib-es/deviceSDK/transports/core.d.ts +1 -1
- package/lib-es/deviceSDK/transports/core.d.ts.map +1 -1
- package/lib-es/deviceSDK/transports/core.js +22 -32
- package/lib-es/deviceSDK/transports/core.js.map +1 -1
- package/lib-es/deviceSDK/transports/core.test.d.ts +2 -0
- package/lib-es/deviceSDK/transports/core.test.d.ts.map +1 -0
- package/lib-es/deviceSDK/transports/core.test.js +121 -0
- package/lib-es/deviceSDK/transports/core.test.js.map +1 -0
- package/lib-es/env.react.d.ts +1 -1
- package/lib-es/env.react.d.ts.map +1 -1
- package/lib-es/errors.d.ts +0 -3
- package/lib-es/errors.d.ts.map +1 -1
- package/lib-es/errors.js +0 -1
- package/lib-es/errors.js.map +1 -1
- package/lib-es/exchange/platform/transfer/completeExchange.d.ts.map +1 -1
- package/lib-es/exchange/platform/transfer/completeExchange.js +0 -2
- package/lib-es/exchange/platform/transfer/completeExchange.js.map +1 -1
- package/lib-es/exchange/swap/completeExchange.d.ts.map +1 -1
- package/lib-es/exchange/swap/completeExchange.js +0 -4
- package/lib-es/exchange/swap/completeExchange.js.map +1 -1
- package/lib-es/exchange/swap/hooks/useIsSwapLiveApp.js +1 -1
- package/lib-es/exchange/swap/hooks/useIsSwapLiveApp.js.map +1 -1
- package/lib-es/exchange/swap/hooks/useIsSwapLiveApp.test.js +2 -2
- package/lib-es/exchange/swap/hooks/useIsSwapLiveApp.test.js.map +1 -1
- package/lib-es/exchange/swap/hooks/usePickDefaultAccount.js +1 -1
- package/lib-es/exchange/swap/hooks/usePickDefaultAccount.js.map +1 -1
- package/lib-es/exchange/swap/hooks/useUpdateMaxAmount.test.js +1 -1
- package/lib-es/exchange/swap/hooks/useUpdateMaxAmount.test.js.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyAll.js +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyAll.js.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyFrom.js +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyFrom.js.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyTo.js +1 -1
- package/lib-es/exchange/swap/hooks/v5/useFetchCurrencyTo.js.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useProviderRates.d.ts.map +1 -1
- package/lib-es/exchange/swap/hooks/v5/useProviderRates.js +12 -3
- package/lib-es/exchange/swap/hooks/v5/useProviderRates.js.map +1 -1
- package/lib-es/exchange/swap/initSwap.d.ts.map +1 -1
- package/lib-es/exchange/swap/initSwap.js +0 -3
- package/lib-es/exchange/swap/initSwap.js.map +1 -1
- package/lib-es/families/bitcoin/exchange.d.ts +1 -1
- package/lib-es/families/bitcoin/getAccountNetworkInfo.d.ts.map +1 -1
- package/lib-es/families/bitcoin/getAccountNetworkInfo.js +0 -13
- package/lib-es/families/bitcoin/getAccountNetworkInfo.js.map +1 -1
- package/lib-es/families/bitcoin/specs.d.ts.map +1 -1
- package/lib-es/families/bitcoin/specs.js +1 -24
- package/lib-es/families/bitcoin/specs.js.map +1 -1
- package/lib-es/families/bitcoin/types.d.ts +0 -1
- package/lib-es/families/bitcoin/types.d.ts.map +1 -1
- package/lib-es/families/bitcoin/types.js.map +1 -1
- package/lib-es/families/bitcoin/wallet-btc/__tests__/wallet.explorer.integration.test.js +0 -2
- package/lib-es/families/bitcoin/wallet-btc/__tests__/wallet.explorer.integration.test.js.map +1 -1
- package/lib-es/families/bitcoin/wallet-btc/__tests__/wallet.explorer.unit.test.js +0 -17
- package/lib-es/families/bitcoin/wallet-btc/__tests__/wallet.explorer.unit.test.js.map +1 -1
- package/lib-es/families/bitcoin/wallet-btc/explorer/index.d.ts +0 -1
- package/lib-es/families/bitcoin/wallet-btc/explorer/index.d.ts.map +1 -1
- package/lib-es/families/bitcoin/wallet-btc/explorer/index.js +0 -9
- package/lib-es/families/bitcoin/wallet-btc/explorer/index.js.map +1 -1
- package/lib-es/families/bitcoin/wallet-btc/explorer/types.d.ts +0 -1
- package/lib-es/families/bitcoin/wallet-btc/explorer/types.d.ts.map +1 -1
- package/lib-es/families/bitcoin/walletApiAdapter.d.ts.map +1 -1
- package/lib-es/families/bitcoin/walletApiAdapter.js +23 -7
- package/lib-es/families/bitcoin/walletApiAdapter.js.map +1 -1
- package/lib-es/families/bitcoin/walletApiAdapter.test.js +87 -17
- package/lib-es/families/bitcoin/walletApiAdapter.test.js.map +1 -1
- package/lib-es/families/cardano/deviceTransactionConfig.d.ts.map +1 -1
- package/lib-es/families/cardano/deviceTransactionConfig.js +1 -2
- package/lib-es/families/cardano/deviceTransactionConfig.js.map +1 -1
- package/lib-es/families/cardano/errors.d.ts +6 -0
- package/lib-es/families/cardano/errors.d.ts.map +1 -1
- package/lib-es/families/cardano/errors.js +4 -0
- package/lib-es/families/cardano/errors.js.map +1 -1
- package/lib-es/families/cardano/js-getTransactionStatus.d.ts.map +1 -1
- package/lib-es/families/cardano/js-getTransactionStatus.js +9 -1
- package/lib-es/families/cardano/js-getTransactionStatus.js.map +1 -1
- package/lib-es/families/cardano/js-synchronisation.d.ts +2 -0
- package/lib-es/families/cardano/js-synchronisation.d.ts.map +1 -1
- package/lib-es/families/cardano/js-synchronisation.js +5 -7
- package/lib-es/families/cardano/js-synchronisation.js.map +1 -1
- package/lib-es/families/cardano/js-synchronisation.unit.test.d.ts +2 -0
- package/lib-es/families/cardano/js-synchronisation.unit.test.d.ts.map +1 -0
- package/lib-es/families/cardano/js-synchronisation.unit.test.js +115 -0
- package/lib-es/families/cardano/js-synchronisation.unit.test.js.map +1 -0
- package/lib-es/families/cardano/logic.d.ts +6 -1
- package/lib-es/families/cardano/logic.d.ts.map +1 -1
- package/lib-es/families/cardano/logic.js +8 -0
- package/lib-es/families/cardano/logic.js.map +1 -1
- package/lib-es/families/cardano/logic.unit.test.d.ts +2 -0
- package/lib-es/families/cardano/logic.unit.test.d.ts.map +1 -0
- package/lib-es/families/cardano/logic.unit.test.js +47 -0
- package/lib-es/families/cardano/logic.unit.test.js.map +1 -0
- package/lib-es/families/cosmos/api/Cosmos.d.ts +5 -0
- package/lib-es/families/cosmos/api/Cosmos.d.ts.map +1 -1
- package/lib-es/families/cosmos/api/Cosmos.js +20 -0
- package/lib-es/families/cosmos/api/Cosmos.js.map +1 -1
- package/lib-es/families/cosmos/bridge/mock.d.ts.map +1 -1
- package/lib-es/families/cosmos/bridge/mock.js +22 -5
- package/lib-es/families/cosmos/bridge/mock.js.map +1 -1
- package/lib-es/families/cosmos/chain/Dydx.js +1 -1
- package/lib-es/families/cosmos/js-buildTransaction.js +10 -10
- package/lib-es/families/cosmos/js-buildTransaction.js.map +1 -1
- package/lib-es/families/cosmos/js-buildTransaction.test.js +133 -10
- package/lib-es/families/cosmos/js-buildTransaction.test.js.map +1 -1
- package/lib-es/families/cosmos/js-prepareTransaction.js +1 -1
- package/lib-es/families/cosmos/js-prepareTransaction.js.map +1 -1
- package/lib-es/families/cosmos/js-signOperation.js +2 -2
- package/lib-es/families/cosmos/js-signOperation.js.map +1 -1
- package/lib-es/families/crypto_org/account.d.ts.map +1 -1
- package/lib-es/families/crypto_org/account.js +2 -2
- package/lib-es/families/crypto_org/account.js.map +1 -1
- package/lib-es/families/evm/react.react.test.js +1 -1
- package/lib-es/families/evm/react.react.test.js.map +1 -1
- package/lib-es/families/evm/walletApiAdapter.d.ts.map +1 -1
- package/lib-es/families/evm/walletApiAdapter.js +38 -18
- package/lib-es/families/evm/walletApiAdapter.js.map +1 -1
- package/lib-es/families/evm/walletApiAdapter.test.js +189 -74
- package/lib-es/families/evm/walletApiAdapter.test.js.map +1 -1
- package/lib-es/families/hedera/api/mirror.js +1 -1
- package/lib-es/families/hedera/api/mirror.js.map +1 -1
- package/lib-es/families/hedera/types.d.ts +6 -0
- package/lib-es/families/hedera/types.d.ts.map +1 -1
- package/lib-es/families/polkadot/exchange.d.ts +1 -1
- package/lib-es/families/polkadot/walletApiAdapter.d.ts +1 -1
- package/lib-es/families/polkadot/walletApiAdapter.d.ts.map +1 -1
- package/lib-es/families/polkadot/walletApiAdapter.js +29 -5
- package/lib-es/families/polkadot/walletApiAdapter.js.map +1 -1
- package/lib-es/families/polkadot/walletApiAdapter.test.js +95 -18
- package/lib-es/families/polkadot/walletApiAdapter.test.js.map +1 -1
- package/lib-es/families/ripple/walletApiAdapter.js +3 -3
- package/lib-es/families/ripple/walletApiAdapter.js.map +1 -1
- package/lib-es/families/ripple/walletApiAdapter.test.js +8 -2
- package/lib-es/families/ripple/walletApiAdapter.test.js.map +1 -1
- package/lib-es/families/vechain/account.d.ts +7 -0
- package/lib-es/families/vechain/account.d.ts.map +1 -0
- package/lib-es/families/vechain/account.js +17 -0
- package/lib-es/families/vechain/account.js.map +1 -0
- package/lib-es/families/vechain/api/index.d.ts +7 -0
- package/lib-es/families/vechain/api/index.d.ts.map +1 -0
- package/lib-es/families/vechain/api/index.js +4 -0
- package/lib-es/families/vechain/api/index.js.map +1 -0
- package/lib-es/families/vechain/api/sdk.d.ts +47 -0
- package/lib-es/families/vechain/api/sdk.d.ts.map +1 -0
- package/lib-es/families/vechain/api/sdk.js +151 -0
- package/lib-es/families/vechain/api/sdk.js.map +1 -0
- package/lib-es/families/vechain/api/types.d.ts +71 -0
- package/lib-es/families/vechain/api/types.d.ts.map +1 -0
- package/lib-es/families/vechain/api/types.js +2 -0
- package/lib-es/families/vechain/api/types.js.map +1 -0
- package/lib-es/families/vechain/bridge/js-estimateMaxSpendable.d.ts +8 -0
- package/lib-es/families/vechain/bridge/js-estimateMaxSpendable.d.ts.map +1 -0
- package/lib-es/families/vechain/bridge/js-estimateMaxSpendable.js +23 -0
- package/lib-es/families/vechain/bridge/js-estimateMaxSpendable.js.map +1 -0
- package/lib-es/families/vechain/bridge/js.d.ts +8 -0
- package/lib-es/families/vechain/bridge/js.d.ts.map +1 -0
- package/lib-es/families/vechain/bridge/js.js +36 -0
- package/lib-es/families/vechain/bridge/js.js.map +1 -0
- package/lib-es/families/vechain/bridge/mock.d.ts +10 -0
- package/lib-es/families/vechain/bridge/mock.d.ts.map +1 -0
- package/lib-es/families/vechain/bridge/mock.js +120 -0
- package/lib-es/families/vechain/bridge/mock.js.map +1 -0
- package/lib-es/families/vechain/bridge.integration.test.d.ts +2 -0
- package/lib-es/families/vechain/bridge.integration.test.d.ts.map +1 -0
- package/lib-es/families/vechain/bridge.integration.test.js +243 -0
- package/lib-es/families/vechain/bridge.integration.test.js.map +1 -0
- package/lib-es/families/vechain/cli-transaction.d.ts +17 -0
- package/lib-es/families/vechain/cli-transaction.d.ts.map +1 -0
- package/lib-es/families/vechain/cli-transaction.js +43 -0
- package/lib-es/families/vechain/cli-transaction.js.map +1 -0
- package/lib-es/families/vechain/constants.d.ts +6 -0
- package/lib-es/families/vechain/constants.d.ts.map +1 -0
- package/lib-es/families/vechain/constants.js +6 -0
- package/lib-es/families/vechain/constants.js.map +1 -0
- package/lib-es/families/vechain/contracts/abis/VIP180.d.ts +17 -0
- package/lib-es/families/vechain/contracts/abis/VIP180.d.ts.map +1 -0
- package/lib-es/families/vechain/contracts/abis/VIP180.js +263 -0
- package/lib-es/families/vechain/contracts/abis/VIP180.js.map +1 -0
- package/lib-es/families/vechain/contracts/abis/params.d.ts +8 -0
- package/lib-es/families/vechain/contracts/abis/params.d.ts.map +1 -0
- package/lib-es/families/vechain/contracts/abis/params.js +67 -0
- package/lib-es/families/vechain/contracts/abis/params.js.map +1 -0
- package/lib-es/families/vechain/contracts/constants.d.ts +6 -0
- package/lib-es/families/vechain/contracts/constants.d.ts.map +1 -0
- package/lib-es/families/vechain/contracts/constants.js +7 -0
- package/lib-es/families/vechain/contracts/constants.js.map +1 -0
- package/lib-es/families/vechain/datasets/vechain.d.ts +5 -0
- package/lib-es/families/vechain/datasets/vechain.d.ts.map +1 -0
- package/lib-es/families/vechain/datasets/vechain.js +94 -0
- package/lib-es/families/vechain/datasets/vechain.js.map +1 -0
- package/lib-es/families/vechain/datasets/vechain.scanAccounts.1.d.ts +6 -0
- package/lib-es/families/vechain/datasets/vechain.scanAccounts.1.d.ts.map +1 -0
- package/lib-es/families/vechain/datasets/vechain.scanAccounts.1.js +14 -0
- package/lib-es/families/vechain/datasets/vechain.scanAccounts.1.js.map +1 -0
- package/lib-es/families/vechain/errors.d.ts +10 -0
- package/lib-es/families/vechain/errors.d.ts.map +1 -0
- package/lib-es/families/vechain/errors.js +5 -0
- package/lib-es/families/vechain/errors.js.map +1 -0
- package/lib-es/families/vechain/hw-getAddress.d.ts +4 -0
- package/lib-es/families/vechain/hw-getAddress.d.ts.map +1 -0
- package/lib-es/families/vechain/hw-getAddress.js +24 -0
- package/lib-es/families/vechain/hw-getAddress.js.map +1 -0
- package/lib-es/families/vechain/hw-signMessage.d.ts +15 -0
- package/lib-es/families/vechain/hw-signMessage.d.ts.map +1 -0
- package/lib-es/families/vechain/hw-signMessage.js +30 -0
- package/lib-es/families/vechain/hw-signMessage.js.map +1 -0
- package/lib-es/families/vechain/js-broadcast.d.ts +10 -0
- package/lib-es/families/vechain/js-broadcast.d.ts.map +1 -0
- package/lib-es/families/vechain/js-broadcast.js +24 -0
- package/lib-es/families/vechain/js-broadcast.js.map +1 -0
- package/lib-es/families/vechain/js-getTransactionStatus.d.ts +6 -0
- package/lib-es/families/vechain/js-getTransactionStatus.d.ts.map +1 -0
- package/lib-es/families/vechain/js-getTransactionStatus.js +70 -0
- package/lib-es/families/vechain/js-getTransactionStatus.js.map +1 -0
- package/lib-es/families/vechain/js-signOperation.d.ts +13 -0
- package/lib-es/families/vechain/js-signOperation.d.ts.map +1 -0
- package/lib-es/families/vechain/js-signOperation.js +81 -0
- package/lib-es/families/vechain/js-signOperation.js.map +1 -0
- package/lib-es/families/vechain/js-synchronisation.d.ts +3 -0
- package/lib-es/families/vechain/js-synchronisation.d.ts.map +1 -0
- package/lib-es/families/vechain/js-synchronisation.js +81 -0
- package/lib-es/families/vechain/js-synchronisation.js.map +1 -0
- package/lib-es/families/vechain/js-transaction.d.ts +20 -0
- package/lib-es/families/vechain/js-transaction.d.ts.map +1 -0
- package/lib-es/families/vechain/js-transaction.js +89 -0
- package/lib-es/families/vechain/js-transaction.js.map +1 -0
- package/lib-es/families/vechain/mock.d.ts +9 -0
- package/lib-es/families/vechain/mock.d.ts.map +1 -0
- package/lib-es/families/vechain/mock.js +11 -0
- package/lib-es/families/vechain/mock.js.map +1 -0
- package/lib-es/families/vechain/specs.d.ts +8 -0
- package/lib-es/families/vechain/specs.d.ts.map +1 -0
- package/lib-es/families/vechain/specs.js +157 -0
- package/lib-es/families/vechain/specs.js.map +1 -0
- package/lib-es/families/vechain/speculos-deviceActions.d.ts +7 -0
- package/lib-es/families/vechain/speculos-deviceActions.d.ts.map +1 -0
- package/lib-es/families/vechain/speculos-deviceActions.js +21 -0
- package/lib-es/families/vechain/speculos-deviceActions.js.map +1 -0
- package/lib-es/families/vechain/transaction.d.ts +17 -0
- package/lib-es/families/vechain/transaction.d.ts.map +1 -0
- package/lib-es/families/vechain/transaction.js +47 -0
- package/lib-es/families/vechain/transaction.js.map +1 -0
- package/lib-es/families/vechain/types.d.ts +25 -0
- package/lib-es/families/vechain/types.d.ts.map +1 -0
- package/lib-es/families/vechain/types.js +2 -0
- package/lib-es/families/vechain/types.js.map +1 -0
- package/lib-es/families/vechain/utils/address-utils.d.ts +2 -0
- package/lib-es/families/vechain/utils/address-utils.d.ts.map +1 -0
- package/lib-es/families/vechain/utils/address-utils.js +12 -0
- package/lib-es/families/vechain/utils/address-utils.js.map +1 -0
- package/lib-es/families/vechain/utils/hex-utils.d.ts +8 -0
- package/lib-es/families/vechain/utils/hex-utils.d.ts.map +1 -0
- package/lib-es/families/vechain/utils/hex-utils.js +50 -0
- package/lib-es/families/vechain/utils/hex-utils.js.map +1 -0
- package/lib-es/families/vechain/utils/mapping-utils.d.ts +5 -0
- package/lib-es/families/vechain/utils/mapping-utils.d.ts.map +1 -0
- package/lib-es/families/vechain/utils/mapping-utils.js +53 -0
- package/lib-es/families/vechain/utils/mapping-utils.js.map +1 -0
- package/lib-es/families/vechain/utils/pad-address.d.ts +2 -0
- package/lib-es/families/vechain/utils/pad-address.d.ts.map +1 -0
- package/lib-es/families/vechain/utils/pad-address.js +9 -0
- package/lib-es/families/vechain/utils/pad-address.js.map +1 -0
- package/lib-es/families/vechain/utils/transaction-utils.d.ts +30 -0
- package/lib-es/families/vechain/utils/transaction-utils.d.ts.map +1 -0
- package/lib-es/families/vechain/utils/transaction-utils.js +153 -0
- package/lib-es/families/vechain/utils/transaction-utils.js.map +1 -0
- package/lib-es/generated/account.d.ts +3 -0
- package/lib-es/generated/account.d.ts.map +1 -1
- package/lib-es/generated/account.js +2 -0
- package/lib-es/generated/account.js.map +1 -1
- package/lib-es/generated/bridge/js.d.ts +4 -0
- package/lib-es/generated/bridge/js.d.ts.map +1 -1
- package/lib-es/generated/bridge/js.js +2 -0
- package/lib-es/generated/bridge/js.js.map +1 -1
- package/lib-es/generated/bridge/mock.d.ts +4 -0
- package/lib-es/generated/bridge/mock.d.ts.map +1 -1
- package/lib-es/generated/bridge/mock.js +2 -0
- package/lib-es/generated/bridge/mock.js.map +1 -1
- package/lib-es/generated/cli-transaction.d.ts +12 -0
- package/lib-es/generated/cli-transaction.d.ts.map +1 -1
- package/lib-es/generated/cli-transaction.js +2 -0
- package/lib-es/generated/cli-transaction.js.map +1 -1
- package/lib-es/generated/exchange.d.ts +2 -2
- package/lib-es/generated/hw-getAddress.d.ts +1 -0
- package/lib-es/generated/hw-getAddress.d.ts.map +1 -1
- package/lib-es/generated/hw-getAddress.js +2 -0
- package/lib-es/generated/hw-getAddress.js.map +1 -1
- package/lib-es/generated/hw-signMessage.d.ts +7 -0
- package/lib-es/generated/hw-signMessage.d.ts.map +1 -1
- package/lib-es/generated/hw-signMessage.js +2 -0
- package/lib-es/generated/hw-signMessage.js.map +1 -1
- package/lib-es/generated/mock.d.ts +4 -0
- package/lib-es/generated/mock.d.ts.map +1 -1
- package/lib-es/generated/mock.js +2 -0
- package/lib-es/generated/mock.js.map +1 -1
- package/lib-es/generated/specs.d.ts +4 -0
- package/lib-es/generated/specs.d.ts.map +1 -1
- package/lib-es/generated/specs.js +2 -0
- package/lib-es/generated/specs.js.map +1 -1
- package/lib-es/generated/transaction.d.ts +8 -0
- package/lib-es/generated/transaction.d.ts.map +1 -1
- package/lib-es/generated/transaction.js +2 -0
- package/lib-es/generated/transaction.js.map +1 -1
- package/lib-es/generated/types.d.ts +8 -4
- package/lib-es/generated/types.d.ts.map +1 -1
- package/lib-es/hooks/recoverFeatureFlag.d.ts +1 -0
- package/lib-es/hooks/recoverFeatureFlag.d.ts.map +1 -1
- package/lib-es/hooks/recoverFeatureFlag.js +10 -5
- package/lib-es/hooks/recoverFeatureFlag.js.map +1 -1
- package/lib-es/hw/actions/implementations.d.ts +2 -0
- package/lib-es/hw/actions/implementations.d.ts.map +1 -1
- package/lib-es/hw/actions/implementations.js +21 -11
- package/lib-es/hw/actions/implementations.js.map +1 -1
- package/lib-es/hw/actions/installLanguage.d.ts.map +1 -1
- package/lib-es/hw/actions/installLanguage.js +1 -0
- package/lib-es/hw/actions/installLanguage.js.map +1 -1
- package/lib-es/hw/actions/manager.d.ts.map +1 -1
- package/lib-es/hw/actions/manager.js +1 -0
- package/lib-es/hw/actions/manager.js.map +1 -1
- package/lib-es/hw/actions/staxLoadImage.d.ts.map +1 -1
- package/lib-es/hw/actions/staxLoadImage.js +4 -1
- package/lib-es/hw/actions/staxLoadImage.js.map +1 -1
- package/lib-es/hw/actions/transaction.d.ts.map +1 -1
- package/lib-es/hw/actions/transaction.js +1 -3
- package/lib-es/hw/actions/transaction.js.map +1 -1
- package/lib-es/hw/connectApp.d.ts.map +1 -1
- package/lib-es/hw/connectApp.js +0 -3
- package/lib-es/hw/connectApp.js.map +1 -1
- package/lib-es/hw/connectManager.d.ts.map +1 -1
- package/lib-es/hw/connectManager.js +1 -3
- package/lib-es/hw/connectManager.js.map +1 -1
- package/lib-es/hw/deviceAccess.d.ts +46 -1
- package/lib-es/hw/deviceAccess.d.ts.map +1 -1
- package/lib-es/hw/deviceAccess.js +70 -31
- package/lib-es/hw/deviceAccess.js.map +1 -1
- package/lib-es/hw/deviceAccess.test.d.ts +2 -0
- package/lib-es/hw/deviceAccess.test.d.ts.map +1 -0
- package/lib-es/hw/deviceAccess.test.js +111 -0
- package/lib-es/hw/deviceAccess.test.js.map +1 -0
- package/lib-es/hw/getBatteryStatus.d.ts.map +1 -1
- package/lib-es/hw/getBatteryStatus.js +8 -0
- package/lib-es/hw/getBatteryStatus.js.map +1 -1
- package/lib-es/hw/getDeviceInfo.d.ts.map +1 -1
- package/lib-es/hw/getDeviceInfo.js +6 -4
- package/lib-es/hw/getDeviceInfo.js.map +1 -1
- package/lib-es/hw/getOnboardingStatePolling.d.ts +9 -3
- package/lib-es/hw/getOnboardingStatePolling.d.ts.map +1 -1
- package/lib-es/hw/getOnboardingStatePolling.js +23 -9
- package/lib-es/hw/getOnboardingStatePolling.js.map +1 -1
- package/lib-es/hw/getOnboardingStatePolling.test.js +8 -32
- package/lib-es/hw/getOnboardingStatePolling.test.js.map +1 -1
- package/lib-es/hw/getVersion.d.ts +10 -1
- package/lib-es/hw/getVersion.d.ts.map +1 -1
- package/lib-es/hw/getVersion.js +11 -2
- package/lib-es/hw/getVersion.js.map +1 -1
- package/lib-es/hw/index.d.ts +12 -2
- package/lib-es/hw/index.d.ts.map +1 -1
- package/lib-es/hw/index.js +54 -7
- package/lib-es/hw/index.js.map +1 -1
- package/lib-es/hw/index.test.d.ts +2 -0
- package/lib-es/hw/index.test.d.ts.map +1 -0
- package/lib-es/hw/index.test.js +96 -0
- package/lib-es/hw/index.test.js.map +1 -0
- package/lib-es/hw/installLanguage.d.ts.map +1 -1
- package/lib-es/hw/installLanguage.js +1 -3
- package/lib-es/hw/installLanguage.js.map +1 -1
- package/lib-es/hw/staxFetchImage.d.ts.map +1 -1
- package/lib-es/hw/staxFetchImage.js +1 -3
- package/lib-es/hw/staxFetchImage.js.map +1 -1
- package/lib-es/hw/staxLoadImage.d.ts.map +1 -1
- package/lib-es/hw/staxLoadImage.js +1 -3
- package/lib-es/hw/staxLoadImage.js.map +1 -1
- package/lib-es/hw/uninstallLanguage.d.ts.map +1 -1
- package/lib-es/hw/uninstallLanguage.js +1 -3
- package/lib-es/hw/uninstallLanguage.js.map +1 -1
- package/lib-es/load/speculos.d.ts +5 -0
- package/lib-es/load/speculos.d.ts.map +1 -1
- package/lib-es/load/speculos.js +5 -1
- package/lib-es/load/speculos.js.map +1 -1
- package/lib-es/manager/api.d.ts.map +1 -1
- package/lib-es/manager/api.js +1 -2
- package/lib-es/manager/api.js.map +1 -1
- package/lib-es/platform/types.d.ts +3 -0
- package/lib-es/platform/types.d.ts.map +1 -1
- package/lib-es/postOnboarding/actions.d.ts +1 -0
- package/lib-es/postOnboarding/actions.d.ts.map +1 -1
- package/lib-es/postOnboarding/actions.js +4 -0
- package/lib-es/postOnboarding/actions.js.map +1 -1
- package/lib-es/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.js +4 -0
- package/lib-es/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.js.map +1 -1
- package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.d.ts.map +1 -1
- package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.js +3 -1
- package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.js.map +1 -1
- package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.test.js +7 -3
- package/lib-es/postOnboarding/hooks/usePostOnboardingHubState.test.js.map +1 -1
- package/lib-es/postOnboarding/hooks/useStartPostOnboardingCallback.js +1 -1
- package/lib-es/postOnboarding/hooks/useStartPostOnboardingCallback.js.map +1 -1
- package/lib-es/postOnboarding/reducer.d.ts +4 -0
- package/lib-es/postOnboarding/reducer.d.ts.map +1 -1
- package/lib-es/postOnboarding/reducer.js +5 -1
- package/lib-es/postOnboarding/reducer.js.map +1 -1
- package/lib-es/postOnboarding/reducer.test.js +16 -4
- package/lib-es/postOnboarding/reducer.test.js.map +1 -1
- package/lib-es/react.d.ts +7 -2
- package/lib-es/react.d.ts.map +1 -1
- package/lib-es/react.js +27 -16
- package/lib-es/react.js.map +1 -1
- package/lib-es/reactNative.d.ts +7 -2
- package/lib-es/reactNative.d.ts.map +1 -1
- package/lib-es/reactNative.js +10 -13
- package/lib-es/reactNative.js.map +1 -1
- package/lib-es/utils/__tests__/runOnceWhen.test.d.ts +2 -0
- package/lib-es/utils/__tests__/runOnceWhen.test.d.ts.map +1 -0
- package/lib-es/utils/__tests__/runOnceWhen.test.js +51 -0
- package/lib-es/utils/__tests__/runOnceWhen.test.js.map +1 -0
- package/lib-es/utils/runOnceWhen.d.ts +2 -0
- package/lib-es/utils/runOnceWhen.d.ts.map +1 -0
- package/lib-es/utils/runOnceWhen.js +15 -0
- package/lib-es/utils/runOnceWhen.js.map +1 -0
- package/lib-es/wallet-api/converters.d.ts.map +1 -1
- package/lib-es/wallet-api/converters.js +11 -2
- package/lib-es/wallet-api/converters.js.map +1 -1
- package/lib-es/wallet-api/converters.test.d.ts.map +1 -1
- package/lib-es/wallet-api/converters.test.js +6 -3
- package/lib-es/wallet-api/converters.test.js.map +1 -1
- package/lib-es/wallet-api/logic.d.ts +3 -1
- package/lib-es/wallet-api/logic.d.ts.map +1 -1
- package/lib-es/wallet-api/logic.js +16 -6
- package/lib-es/wallet-api/logic.js.map +1 -1
- package/lib-es/wallet-api/react.d.ts.map +1 -1
- package/lib-es/wallet-api/react.js +1 -0
- package/lib-es/wallet-api/react.js.map +1 -1
- package/lib-es/wallet-api/types.d.ts +9 -3
- package/lib-es/wallet-api/types.d.ts.map +1 -1
- package/package.json +42 -37
- package/src/__snapshots__/cross.test.ts.snap +11 -11
- package/src/__tests__/__snapshots__/portfolio.v2.ts.snap +1597 -1597
- package/src/__tests__/__snapshots__/range.ts.snap +6 -6
- package/src/__tests__/__snapshots__/user.ts.snap +1 -1
- package/src/__tests__/currencies.ts +2 -24
- package/src/__tests__/test-helpers/environment.ts +1 -0
- package/src/apps/inlineAppInstall.ts +20 -3
- package/src/bot/engine.ts +3 -4
- package/src/bot/index.ts +1 -0
- package/src/bot/portfolio/process-sync.ts +2 -1
- package/src/bridge/react/BridgeSync.test.tsx +16 -1
- package/src/countervalues/api/api.mock.ts +13 -1
- package/src/countervalues/api/api.ts +2 -2
- package/src/countervalues/api/index.ts +3 -3
- package/src/countervalues/logic.integration.test.ts +11 -9
- package/src/countervalues/logic.ts +1 -13
- package/src/countervalues/mock.test.ts +2 -2
- package/src/countervalues/modules/index.ts +0 -7
- package/src/countervalues/modules/types.ts +0 -1
- package/src/countervalues/types.ts +1 -1
- package/src/currencies/__snapshots__/sortByMarketcap.test.ts.snap +812 -310
- package/src/currencies/cryptoIcons.ts +19 -0
- package/src/currencies/hooks.ts +24 -0
- package/src/currencies/index.ts +2 -11
- package/src/currencies/mock.ts +41 -41
- package/src/currencies/sortByMarketcap.test.ts +14 -8
- package/src/currencies/sortByMarketcap.ts +24 -79
- package/src/deviceSDK/actions/getLatestAvailableFirmware.test.ts +1 -1
- package/src/deviceSDK/actions/updateFirmware.ts +3 -0
- package/src/deviceSDK/commands/core.ts +2 -0
- package/src/deviceSDK/commands/firmwareUpdate/flashMcuOrBootloader.ts +6 -2
- package/src/deviceSDK/commands/firmwareUpdate/installFirmware.ts +16 -9
- package/src/deviceSDK/commands/toggleOnboardingEarlyCheck.test.ts +0 -2
- package/src/deviceSDK/hooks/useBatteryStatuses.ts +27 -3
- package/src/deviceSDK/tasks/core.test.ts +1 -1
- package/src/deviceSDK/tasks/core.ts +58 -66
- package/src/deviceSDK/tasks/getBatteryStatuses.ts +10 -4
- package/src/deviceSDK/tasks/toggleOnboardingEarlyCheck.ts +1 -4
- package/src/deviceSDK/tasks/updateFirmware.ts +29 -4
- package/src/deviceSDK/transports/core.test.ts +141 -0
- package/src/deviceSDK/transports/core.ts +28 -36
- package/src/errors.ts +0 -1
- package/src/exchange/platform/transfer/completeExchange.ts +0 -2
- package/src/exchange/swap/completeExchange.ts +0 -4
- package/src/exchange/swap/hooks/useIsSwapLiveApp.test.ts +2 -2
- package/src/exchange/swap/hooks/useIsSwapLiveApp.ts +1 -1
- package/src/exchange/swap/hooks/usePickDefaultAccount.ts +1 -1
- package/src/exchange/swap/hooks/useUpdateMaxAmount.test.ts +1 -1
- package/src/exchange/swap/hooks/v5/useFetchCurrencyAll.ts +1 -1
- package/src/exchange/swap/hooks/v5/useFetchCurrencyFrom.ts +1 -1
- package/src/exchange/swap/hooks/v5/useFetchCurrencyTo.ts +1 -1
- package/src/exchange/swap/hooks/v5/useProviderRates.ts +15 -3
- package/src/exchange/swap/initSwap.ts +0 -3
- package/src/families/algorand/__snapshots__/bridge.integration.test.ts.snap +890 -890
- package/src/families/bitcoin/__snapshots__/bridge.integration.test.ts.snap +8642 -7809
- package/src/families/bitcoin/getAccountNetworkInfo.ts +0 -15
- package/src/families/bitcoin/specs.ts +1 -27
- package/src/families/bitcoin/types.ts +0 -1
- package/src/families/bitcoin/wallet-btc/__tests__/wallet.explorer.integration.test.ts +0 -3
- package/src/families/bitcoin/wallet-btc/__tests__/wallet.explorer.unit.test.ts +0 -18
- package/src/families/bitcoin/wallet-btc/explorer/index.ts +0 -8
- package/src/families/bitcoin/wallet-btc/explorer/types.ts +0 -1
- package/src/families/bitcoin/walletApiAdapter.test.ts +92 -21
- package/src/families/bitcoin/walletApiAdapter.ts +29 -13
- package/src/families/cardano/__snapshots__/bridge.integration.test.ts.snap +278 -315
- package/src/families/cardano/deviceTransactionConfig.ts +1 -2
- package/src/families/cardano/errors.ts +5 -0
- package/src/families/cardano/js-getTransactionStatus.ts +16 -1
- package/src/families/cardano/js-synchronisation.ts +6 -7
- package/src/families/cardano/js-synchronisation.unit.test.ts +125 -0
- package/src/families/cardano/logic.ts +9 -0
- package/src/families/cardano/logic.unit.test.ts +51 -0
- package/src/families/casper/__snapshots__/bridge.integration.test.ts.snap +44 -44
- package/src/families/celo/__snapshots__/bridge.integration.test.ts.snap +62 -62
- package/src/families/cosmos/api/Cosmos.ts +26 -0
- package/src/families/cosmos/bridge/mock.ts +27 -5
- package/src/families/cosmos/chain/Dydx.ts +1 -1
- package/src/families/cosmos/datasets/__snapshots__/axelar.integration.test.ts.snap +14 -14
- package/src/families/cosmos/datasets/__snapshots__/coreum.integration.test.ts.snap +38 -38
- package/src/families/cosmos/datasets/__snapshots__/cosmos.integration.test.ts.snap +692 -692
- package/src/families/cosmos/datasets/__snapshots__/desmos.integration.test.ts.snap +14 -14
- package/src/families/cosmos/datasets/__snapshots__/dydx.integration.test.ts.snap +63 -0
- package/src/families/cosmos/datasets/__snapshots__/injective.integration.test.ts.snap +14 -14
- package/src/families/cosmos/datasets/__snapshots__/onomy.integration.test.ts.snap +14 -14
- package/src/families/cosmos/datasets/__snapshots__/osmosis.integration.test.ts.snap +14 -14
- package/src/families/cosmos/datasets/__snapshots__/quicksilver.integration.test.ts.snap +14 -14
- package/src/families/cosmos/datasets/__snapshots__/secretNetwork.integration.test.ts.snap +14 -14
- package/src/families/cosmos/datasets/__snapshots__/seiNetwork.integration.test.ts.snap +12 -87
- package/src/families/cosmos/datasets/__snapshots__/stargaze.integration.test.ts.snap +14 -14
- package/src/families/cosmos/datasets/__snapshots__/umee.integration.test.ts.snap +14 -14
- package/src/families/cosmos/js-buildTransaction.test.ts +137 -10
- package/src/families/cosmos/js-buildTransaction.ts +10 -10
- package/src/families/cosmos/js-prepareTransaction.ts +1 -1
- package/src/families/cosmos/js-signOperation.ts +2 -2
- package/src/families/crypto_org/NOTES.md +10 -0
- package/src/families/crypto_org/__snapshots__/bridge.integration.test.ts.snap +502 -502
- package/src/families/crypto_org/account.ts +3 -2
- package/src/families/elrond/__snapshots__/bridge.integration.test.ts.snap +44 -44
- package/src/families/evm/react.react.test.ts +1 -1
- package/src/families/evm/walletApiAdapter.test.ts +199 -84
- package/src/families/evm/walletApiAdapter.ts +43 -33
- package/src/families/filecoin/__snapshots__/bridge.integration.test.ts.snap +25 -48
- package/src/families/hedera/__snapshots__/bridge.integration.test.ts.snap +46 -19
- package/src/families/hedera/api/mirror.ts +1 -1
- package/src/families/hedera/types.ts +8 -0
- package/src/families/internet_computer/__snapshots__/bridge.integration.test.ts.snap +18 -18
- package/src/families/polkadot/__snapshots__/bridge.integration.test.ts.snap +711 -711
- package/src/families/polkadot/walletApiAdapter.test.ts +105 -22
- package/src/families/polkadot/walletApiAdapter.ts +39 -9
- package/src/families/ripple/walletApiAdapter.test.ts +10 -5
- package/src/families/ripple/walletApiAdapter.ts +3 -3
- package/src/families/solana/__snapshots__/bridge.integration.test.ts.snap +24 -24
- package/src/families/stacks/__snapshots__/bridge.integration.test.ts.snap +22 -22
- package/src/families/stellar/__snapshots__/bridge.integration.test.ts.snap +428 -428
- package/src/families/tron/__snapshots__/bridge.integration.test.ts.snap +1451 -1451
- package/src/families/vechain/__snapshots__/bridge.integration.test.ts.snap +194 -0
- package/src/families/vechain/account.ts +22 -0
- package/src/families/vechain/api/index.ts +3 -0
- package/src/families/vechain/api/sdk.ts +174 -0
- package/src/families/vechain/api/types.ts +81 -0
- package/src/families/vechain/bridge/js-estimateMaxSpendable.ts +20 -0
- package/src/families/vechain/bridge/js.ts +33 -0
- package/src/families/vechain/bridge/mock.ts +137 -0
- package/src/families/vechain/bridge.integration.test.ts +258 -0
- package/src/families/vechain/cli-transaction.ts +69 -0
- package/src/families/vechain/constants.ts +5 -0
- package/src/families/vechain/contracts/abis/VIP180.ts +265 -0
- package/src/families/vechain/contracts/abis/params.ts +70 -0
- package/src/families/vechain/contracts/constants.ts +11 -0
- package/src/families/vechain/datasets/vechain.scanAccounts.1.ts +13 -0
- package/src/families/vechain/datasets/vechain.ts +98 -0
- package/src/families/vechain/errors.ts +7 -0
- package/src/families/vechain/hw-getAddress.ts +17 -0
- package/src/families/vechain/hw-signMessage.ts +25 -0
- package/src/families/vechain/js-broadcast.ts +22 -0
- package/src/families/vechain/js-getTransactionStatus.ts +78 -0
- package/src/families/vechain/js-signOperation.ts +103 -0
- package/src/families/vechain/js-synchronisation.ts +86 -0
- package/src/families/vechain/js-transaction.ts +107 -0
- package/src/families/vechain/mock.ts +14 -0
- package/src/families/vechain/specs.ts +210 -0
- package/src/families/vechain/speculos-deviceActions.ts +24 -0
- package/src/families/vechain/transaction.ts +74 -0
- package/src/families/vechain/types.ts +35 -0
- package/src/families/vechain/utils/address-utils.ts +11 -0
- package/src/families/vechain/utils/hex-utils.ts +53 -0
- package/src/families/vechain/utils/mapping-utils.ts +67 -0
- package/src/families/vechain/utils/pad-address.ts +8 -0
- package/src/families/vechain/utils/transaction-utils.ts +191 -0
- package/src/generated/account.ts +2 -0
- package/src/generated/bridge/js.ts +2 -0
- package/src/generated/bridge/mock.ts +2 -0
- package/src/generated/cli-transaction.ts +2 -0
- package/src/generated/hw-getAddress.ts +2 -0
- package/src/generated/hw-signMessage.ts +2 -0
- package/src/generated/mock.ts +2 -0
- package/src/generated/specs.ts +2 -0
- package/src/generated/transaction.ts +2 -0
- package/src/generated/types.ts +12 -4
- package/src/hooks/recoverFeatureFlag.ts +17 -5
- package/src/hw/actions/implementations.ts +27 -11
- package/src/hw/actions/installLanguage.ts +1 -0
- package/src/hw/actions/manager.ts +1 -0
- package/src/hw/actions/staxLoadImage.ts +8 -1
- package/src/hw/actions/transaction.ts +0 -1
- package/src/hw/connectApp.ts +0 -3
- package/src/hw/connectManager.ts +1 -4
- package/src/hw/deviceAccess.test.ts +131 -0
- package/src/hw/deviceAccess.ts +88 -34
- package/src/hw/getBatteryStatus.ts +10 -0
- package/src/hw/getDeviceInfo.ts +10 -4
- package/src/hw/getOnboardingStatePolling.test.ts +8 -36
- package/src/hw/getOnboardingStatePolling.ts +31 -12
- package/src/hw/getVersion.ts +14 -2
- package/src/hw/index.test.ts +97 -0
- package/src/hw/index.ts +61 -6
- package/src/hw/installLanguage.ts +1 -4
- package/src/hw/staxFetchImage.ts +1 -4
- package/src/hw/staxLoadImage.ts +1 -4
- package/src/hw/uninstallLanguage.ts +1 -4
- package/src/load/speculos.ts +13 -1
- package/src/manager/api.ts +1 -2
- package/src/platform/types.ts +3 -0
- package/src/postOnboarding/actions.ts +5 -0
- package/src/postOnboarding/hooks/useAllPostOnboardingActionsCompleted.test.ts +4 -0
- package/src/postOnboarding/hooks/usePostOnboardingHubState.test.ts +7 -3
- package/src/postOnboarding/hooks/usePostOnboardingHubState.ts +3 -1
- package/src/postOnboarding/hooks/useStartPostOnboardingCallback.ts +1 -1
- package/src/postOnboarding/reducer.test.ts +13 -1
- package/src/postOnboarding/reducer.ts +15 -2
- package/src/react.tsx +43 -0
- package/src/reactNative.ts +12 -14
- package/src/socket/__snapshots__/socket.test.ts.snap +108 -108
- package/src/utils/__tests__/runOnceWhen.test.ts +71 -0
- package/src/utils/runOnceWhen.ts +19 -0
- package/src/wallet-api/converters.test.ts +8 -5
- package/src/wallet-api/converters.ts +11 -2
- package/src/wallet-api/logic.ts +19 -6
- package/src/wallet-api/react.ts +1 -0
- package/src/wallet-api/types.ts +9 -5
- package/lib/data/flags/react/frFlag.d.ts +0 -7
- package/lib/data/flags/react/frFlag.d.ts.map +0 -1
- package/lib/data/flags/react/frFlag.js +0 -57
- package/lib/data/flags/react/frFlag.js.map +0 -1
- package/lib/data/flags/react/index.d.ts +0 -4
- package/lib/data/flags/react/index.d.ts.map +0 -1
- package/lib/data/flags/react/index.js +0 -13
- package/lib/data/flags/react/index.js.map +0 -1
- package/lib/data/flags/react/jpFlag.d.ts +0 -7
- package/lib/data/flags/react/jpFlag.d.ts.map +0 -1
- package/lib/data/flags/react/jpFlag.js +0 -59
- package/lib/data/flags/react/jpFlag.js.map +0 -1
- package/lib/data/flags/react/usFlag.d.ts +0 -7
- package/lib/data/flags/react/usFlag.d.ts.map +0 -1
- package/lib/data/flags/react/usFlag.js +0 -64
- package/lib/data/flags/react/usFlag.js.map +0 -1
- package/lib/data/flags/reactNative/frFlag.d.ts +0 -7
- package/lib/data/flags/reactNative/frFlag.d.ts.map +0 -1
- package/lib/data/flags/reactNative/frFlag.js +0 -50
- package/lib/data/flags/reactNative/frFlag.js.map +0 -1
- package/lib/data/flags/reactNative/index.d.ts +0 -4
- package/lib/data/flags/reactNative/index.d.ts.map +0 -1
- package/lib/data/flags/reactNative/index.js +0 -13
- package/lib/data/flags/reactNative/index.js.map +0 -1
- package/lib/data/flags/reactNative/jpFlag.d.ts +0 -7
- package/lib/data/flags/reactNative/jpFlag.d.ts.map +0 -1
- package/lib/data/flags/reactNative/jpFlag.js +0 -52
- package/lib/data/flags/reactNative/jpFlag.js.map +0 -1
- package/lib/data/flags/reactNative/usFlag.d.ts +0 -7
- package/lib/data/flags/reactNative/usFlag.d.ts.map +0 -1
- package/lib/data/flags/reactNative/usFlag.js +0 -57
- package/lib/data/flags/reactNative/usFlag.js.map +0 -1
- package/lib/data/icons/react/_0Xbtc.d.ts +0 -8
- package/lib/data/icons/react/_0Xbtc.d.ts.map +0 -1
- package/lib/data/icons/react/_0Xbtc.js +0 -37
- package/lib/data/icons/react/_0Xbtc.js.map +0 -1
- package/lib/data/icons/react/_2Give.d.ts +0 -8
- package/lib/data/icons/react/_2Give.d.ts.map +0 -1
- package/lib/data/icons/react/_2Give.js +0 -43
- package/lib/data/icons/react/_2Give.js.map +0 -1
- package/lib/data/icons/react/abi.d.ts +0 -8
- package/lib/data/icons/react/abi.d.ts.map +0 -1
- package/lib/data/icons/react/abi.js +0 -34
- package/lib/data/icons/react/abi.js.map +0 -1
- package/lib/data/icons/react/abt.d.ts +0 -8
- package/lib/data/icons/react/abt.d.ts.map +0 -1
- package/lib/data/icons/react/abt.js +0 -34
- package/lib/data/icons/react/abt.js.map +0 -1
- package/lib/data/icons/react/act.d.ts +0 -8
- package/lib/data/icons/react/act.d.ts.map +0 -1
- package/lib/data/icons/react/act.js +0 -34
- package/lib/data/icons/react/act.js.map +0 -1
- package/lib/data/icons/react/actn.d.ts +0 -8
- package/lib/data/icons/react/actn.d.ts.map +0 -1
- package/lib/data/icons/react/actn.js +0 -34
- package/lib/data/icons/react/actn.js.map +0 -1
- package/lib/data/icons/react/ada.d.ts +0 -8
- package/lib/data/icons/react/ada.d.ts.map +0 -1
- package/lib/data/icons/react/ada.js +0 -34
- package/lib/data/icons/react/ada.js.map +0 -1
- package/lib/data/icons/react/add.d.ts +0 -8
- package/lib/data/icons/react/add.d.ts.map +0 -1
- package/lib/data/icons/react/add.js +0 -34
- package/lib/data/icons/react/add.js.map +0 -1
- package/lib/data/icons/react/adx.d.ts +0 -8
- package/lib/data/icons/react/adx.d.ts.map +0 -1
- package/lib/data/icons/react/adx.js +0 -34
- package/lib/data/icons/react/adx.js.map +0 -1
- package/lib/data/icons/react/ae.d.ts +0 -8
- package/lib/data/icons/react/ae.d.ts.map +0 -1
- package/lib/data/icons/react/ae.js +0 -34
- package/lib/data/icons/react/ae.js.map +0 -1
- package/lib/data/icons/react/aeon.d.ts +0 -8
- package/lib/data/icons/react/aeon.d.ts.map +0 -1
- package/lib/data/icons/react/aeon.js +0 -37
- package/lib/data/icons/react/aeon.js.map +0 -1
- package/lib/data/icons/react/agi.d.ts +0 -8
- package/lib/data/icons/react/agi.d.ts.map +0 -1
- package/lib/data/icons/react/agi.js +0 -35
- package/lib/data/icons/react/agi.js.map +0 -1
- package/lib/data/icons/react/agrs.d.ts +0 -8
- package/lib/data/icons/react/agrs.d.ts.map +0 -1
- package/lib/data/icons/react/agrs.js +0 -34
- package/lib/data/icons/react/agrs.js.map +0 -1
- package/lib/data/icons/react/aion.d.ts +0 -8
- package/lib/data/icons/react/aion.d.ts.map +0 -1
- package/lib/data/icons/react/aion.js +0 -35
- package/lib/data/icons/react/aion.js.map +0 -1
- package/lib/data/icons/react/algo.d.ts +0 -8
- package/lib/data/icons/react/algo.d.ts.map +0 -1
- package/lib/data/icons/react/algo.js +0 -34
- package/lib/data/icons/react/algo.js.map +0 -1
- package/lib/data/icons/react/amb.d.ts +0 -8
- package/lib/data/icons/react/amb.d.ts.map +0 -1
- package/lib/data/icons/react/amb.js +0 -34
- package/lib/data/icons/react/amb.js.map +0 -1
- package/lib/data/icons/react/amp.d.ts +0 -8
- package/lib/data/icons/react/amp.d.ts.map +0 -1
- package/lib/data/icons/react/amp.js +0 -34
- package/lib/data/icons/react/amp.js.map +0 -1
- package/lib/data/icons/react/ampl.d.ts +0 -8
- package/lib/data/icons/react/ampl.d.ts.map +0 -1
- package/lib/data/icons/react/ampl.js +0 -34
- package/lib/data/icons/react/ampl.js.map +0 -1
- package/lib/data/icons/react/ant.d.ts +0 -8
- package/lib/data/icons/react/ant.d.ts.map +0 -1
- package/lib/data/icons/react/ant.js +0 -34
- package/lib/data/icons/react/ant.js.map +0 -1
- package/lib/data/icons/react/apex.d.ts +0 -8
- package/lib/data/icons/react/apex.d.ts.map +0 -1
- package/lib/data/icons/react/apex.js +0 -34
- package/lib/data/icons/react/apex.js.map +0 -1
- package/lib/data/icons/react/appc.d.ts +0 -8
- package/lib/data/icons/react/appc.d.ts.map +0 -1
- package/lib/data/icons/react/appc.js +0 -34
- package/lib/data/icons/react/appc.js.map +0 -1
- package/lib/data/icons/react/ardr.d.ts +0 -8
- package/lib/data/icons/react/ardr.d.ts.map +0 -1
- package/lib/data/icons/react/ardr.js +0 -34
- package/lib/data/icons/react/ardr.js.map +0 -1
- package/lib/data/icons/react/arg.d.ts +0 -8
- package/lib/data/icons/react/arg.d.ts.map +0 -1
- package/lib/data/icons/react/arg.js +0 -35
- package/lib/data/icons/react/arg.js.map +0 -1
- package/lib/data/icons/react/ark.d.ts +0 -8
- package/lib/data/icons/react/ark.d.ts.map +0 -1
- package/lib/data/icons/react/ark.js +0 -34
- package/lib/data/icons/react/ark.js.map +0 -1
- package/lib/data/icons/react/arn.d.ts +0 -8
- package/lib/data/icons/react/arn.d.ts.map +0 -1
- package/lib/data/icons/react/arn.js +0 -34
- package/lib/data/icons/react/arn.js.map +0 -1
- package/lib/data/icons/react/arnx.d.ts +0 -8
- package/lib/data/icons/react/arnx.d.ts.map +0 -1
- package/lib/data/icons/react/arnx.js +0 -36
- package/lib/data/icons/react/arnx.js.map +0 -1
- package/lib/data/icons/react/ary.d.ts +0 -8
- package/lib/data/icons/react/ary.d.ts.map +0 -1
- package/lib/data/icons/react/ary.js +0 -34
- package/lib/data/icons/react/ary.js.map +0 -1
- package/lib/data/icons/react/ast.d.ts +0 -8
- package/lib/data/icons/react/ast.d.ts.map +0 -1
- package/lib/data/icons/react/ast.js +0 -34
- package/lib/data/icons/react/ast.js.map +0 -1
- package/lib/data/icons/react/astr.d.ts +0 -8
- package/lib/data/icons/react/astr.d.ts.map +0 -1
- package/lib/data/icons/react/astr.js +0 -34
- package/lib/data/icons/react/astr.js.map +0 -1
- package/lib/data/icons/react/atm.d.ts +0 -8
- package/lib/data/icons/react/atm.d.ts.map +0 -1
- package/lib/data/icons/react/atm.js +0 -34
- package/lib/data/icons/react/atm.js.map +0 -1
- package/lib/data/icons/react/atom.d.ts +0 -8
- package/lib/data/icons/react/atom.d.ts.map +0 -1
- package/lib/data/icons/react/atom.js +0 -47
- package/lib/data/icons/react/atom.js.map +0 -1
- package/lib/data/icons/react/audr.d.ts +0 -8
- package/lib/data/icons/react/audr.d.ts.map +0 -1
- package/lib/data/icons/react/audr.js +0 -34
- package/lib/data/icons/react/audr.js.map +0 -1
- package/lib/data/icons/react/auto.d.ts +0 -8
- package/lib/data/icons/react/auto.d.ts.map +0 -1
- package/lib/data/icons/react/auto.js +0 -34
- package/lib/data/icons/react/auto.js.map +0 -1
- package/lib/data/icons/react/avax.d.ts +0 -8
- package/lib/data/icons/react/avax.d.ts.map +0 -1
- package/lib/data/icons/react/avax.js +0 -34
- package/lib/data/icons/react/avax.js.map +0 -1
- package/lib/data/icons/react/axl.d.ts +0 -8
- package/lib/data/icons/react/axl.d.ts.map +0 -1
- package/lib/data/icons/react/axl.js +0 -37
- package/lib/data/icons/react/axl.js.map +0 -1
- package/lib/data/icons/react/aywa.d.ts +0 -8
- package/lib/data/icons/react/aywa.d.ts.map +0 -1
- package/lib/data/icons/react/aywa.js +0 -36
- package/lib/data/icons/react/aywa.js.map +0 -1
- package/lib/data/icons/react/bab.d.ts +0 -8
- package/lib/data/icons/react/bab.d.ts.map +0 -1
- package/lib/data/icons/react/bab.js +0 -34
- package/lib/data/icons/react/bab.js.map +0 -1
- package/lib/data/icons/react/bal.d.ts +0 -8
- package/lib/data/icons/react/bal.d.ts.map +0 -1
- package/lib/data/icons/react/bal.js +0 -39
- package/lib/data/icons/react/bal.js.map +0 -1
- package/lib/data/icons/react/band.d.ts +0 -8
- package/lib/data/icons/react/band.d.ts.map +0 -1
- package/lib/data/icons/react/band.js +0 -35
- package/lib/data/icons/react/band.js.map +0 -1
- package/lib/data/icons/react/bat.d.ts +0 -8
- package/lib/data/icons/react/bat.d.ts.map +0 -1
- package/lib/data/icons/react/bat.js +0 -34
- package/lib/data/icons/react/bat.js.map +0 -1
- package/lib/data/icons/react/bay.d.ts +0 -8
- package/lib/data/icons/react/bay.d.ts.map +0 -1
- package/lib/data/icons/react/bay.js +0 -34
- package/lib/data/icons/react/bay.js.map +0 -1
- package/lib/data/icons/react/bcbc.d.ts +0 -8
- package/lib/data/icons/react/bcbc.d.ts.map +0 -1
- package/lib/data/icons/react/bcbc.js +0 -34
- package/lib/data/icons/react/bcbc.js.map +0 -1
- package/lib/data/icons/react/bcc.d.ts +0 -8
- package/lib/data/icons/react/bcc.d.ts.map +0 -1
- package/lib/data/icons/react/bcc.js +0 -34
- package/lib/data/icons/react/bcc.js.map +0 -1
- package/lib/data/icons/react/bcd.d.ts +0 -8
- package/lib/data/icons/react/bcd.d.ts.map +0 -1
- package/lib/data/icons/react/bcd.js +0 -34
- package/lib/data/icons/react/bcd.js.map +0 -1
- package/lib/data/icons/react/bcert.d.ts +0 -8
- package/lib/data/icons/react/bcert.d.ts.map +0 -1
- package/lib/data/icons/react/bcert.js +0 -39
- package/lib/data/icons/react/bcert.js.map +0 -1
- package/lib/data/icons/react/bch.d.ts +0 -8
- package/lib/data/icons/react/bch.d.ts.map +0 -1
- package/lib/data/icons/react/bch.js +0 -34
- package/lib/data/icons/react/bch.js.map +0 -1
- package/lib/data/icons/react/bcio.d.ts +0 -8
- package/lib/data/icons/react/bcio.d.ts.map +0 -1
- package/lib/data/icons/react/bcio.js +0 -34
- package/lib/data/icons/react/bcio.js.map +0 -1
- package/lib/data/icons/react/bcn.d.ts +0 -8
- package/lib/data/icons/react/bcn.d.ts.map +0 -1
- package/lib/data/icons/react/bcn.js +0 -34
- package/lib/data/icons/react/bcn.js.map +0 -1
- package/lib/data/icons/react/bco.d.ts +0 -8
- package/lib/data/icons/react/bco.d.ts.map +0 -1
- package/lib/data/icons/react/bco.js +0 -35
- package/lib/data/icons/react/bco.js.map +0 -1
- package/lib/data/icons/react/bcpt.d.ts +0 -8
- package/lib/data/icons/react/bcpt.d.ts.map +0 -1
- package/lib/data/icons/react/bcpt.js +0 -34
- package/lib/data/icons/react/bcpt.js.map +0 -1
- package/lib/data/icons/react/bdl.d.ts +0 -8
- package/lib/data/icons/react/bdl.d.ts.map +0 -1
- package/lib/data/icons/react/bdl.js +0 -35
- package/lib/data/icons/react/bdl.js.map +0 -1
- package/lib/data/icons/react/beam.d.ts +0 -8
- package/lib/data/icons/react/beam.d.ts.map +0 -1
- package/lib/data/icons/react/beam.js +0 -34
- package/lib/data/icons/react/beam.js.map +0 -1
- package/lib/data/icons/react/bela.d.ts +0 -8
- package/lib/data/icons/react/bela.d.ts.map +0 -1
- package/lib/data/icons/react/bela.js +0 -34
- package/lib/data/icons/react/bela.js.map +0 -1
- package/lib/data/icons/react/bix.d.ts +0 -8
- package/lib/data/icons/react/bix.d.ts.map +0 -1
- package/lib/data/icons/react/bix.js +0 -34
- package/lib/data/icons/react/bix.js.map +0 -1
- package/lib/data/icons/react/blcn.d.ts +0 -8
- package/lib/data/icons/react/blcn.d.ts.map +0 -1
- package/lib/data/icons/react/blcn.js +0 -34
- package/lib/data/icons/react/blcn.js.map +0 -1
- package/lib/data/icons/react/blk.d.ts +0 -8
- package/lib/data/icons/react/blk.d.ts.map +0 -1
- package/lib/data/icons/react/blk.js +0 -34
- package/lib/data/icons/react/blk.js.map +0 -1
- package/lib/data/icons/react/block.d.ts +0 -8
- package/lib/data/icons/react/block.d.ts.map +0 -1
- package/lib/data/icons/react/block.js +0 -37
- package/lib/data/icons/react/block.js.map +0 -1
- package/lib/data/icons/react/blz.d.ts +0 -8
- package/lib/data/icons/react/blz.d.ts.map +0 -1
- package/lib/data/icons/react/blz.js +0 -34
- package/lib/data/icons/react/blz.js.map +0 -1
- package/lib/data/icons/react/bnb.d.ts +0 -8
- package/lib/data/icons/react/bnb.d.ts.map +0 -1
- package/lib/data/icons/react/bnb.js +0 -34
- package/lib/data/icons/react/bnb.js.map +0 -1
- package/lib/data/icons/react/bnt.d.ts +0 -8
- package/lib/data/icons/react/bnt.d.ts.map +0 -1
- package/lib/data/icons/react/bnt.js +0 -34
- package/lib/data/icons/react/bnt.js.map +0 -1
- package/lib/data/icons/react/bnty.d.ts +0 -8
- package/lib/data/icons/react/bnty.d.ts.map +0 -1
- package/lib/data/icons/react/bnty.js +0 -34
- package/lib/data/icons/react/bnty.js.map +0 -1
- package/lib/data/icons/react/booty.d.ts +0 -8
- package/lib/data/icons/react/booty.d.ts.map +0 -1
- package/lib/data/icons/react/booty.js +0 -35
- package/lib/data/icons/react/booty.js.map +0 -1
- package/lib/data/icons/react/bos.d.ts +0 -8
- package/lib/data/icons/react/bos.d.ts.map +0 -1
- package/lib/data/icons/react/bos.js +0 -34
- package/lib/data/icons/react/bos.js.map +0 -1
- package/lib/data/icons/react/bpt.d.ts +0 -8
- package/lib/data/icons/react/bpt.d.ts.map +0 -1
- package/lib/data/icons/react/bpt.js +0 -34
- package/lib/data/icons/react/bpt.js.map +0 -1
- package/lib/data/icons/react/bq.d.ts +0 -8
- package/lib/data/icons/react/bq.d.ts.map +0 -1
- package/lib/data/icons/react/bq.js +0 -34
- package/lib/data/icons/react/bq.js.map +0 -1
- package/lib/data/icons/react/brd.d.ts +0 -8
- package/lib/data/icons/react/brd.d.ts.map +0 -1
- package/lib/data/icons/react/brd.js +0 -34
- package/lib/data/icons/react/brd.js.map +0 -1
- package/lib/data/icons/react/bsd.d.ts +0 -8
- package/lib/data/icons/react/bsd.d.ts.map +0 -1
- package/lib/data/icons/react/bsd.js +0 -34
- package/lib/data/icons/react/bsd.js.map +0 -1
- package/lib/data/icons/react/bsv.d.ts +0 -8
- package/lib/data/icons/react/bsv.d.ts.map +0 -1
- package/lib/data/icons/react/bsv.js +0 -34
- package/lib/data/icons/react/bsv.js.map +0 -1
- package/lib/data/icons/react/btc.d.ts +0 -8
- package/lib/data/icons/react/btc.d.ts.map +0 -1
- package/lib/data/icons/react/btc.js +0 -34
- package/lib/data/icons/react/btc.js.map +0 -1
- package/lib/data/icons/react/btcd.d.ts +0 -8
- package/lib/data/icons/react/btcd.d.ts.map +0 -1
- package/lib/data/icons/react/btcd.js +0 -34
- package/lib/data/icons/react/btcd.js.map +0 -1
- package/lib/data/icons/react/btch.d.ts +0 -8
- package/lib/data/icons/react/btch.d.ts.map +0 -1
- package/lib/data/icons/react/btch.js +0 -36
- package/lib/data/icons/react/btch.js.map +0 -1
- package/lib/data/icons/react/btcp.d.ts +0 -8
- package/lib/data/icons/react/btcp.d.ts.map +0 -1
- package/lib/data/icons/react/btcp.js +0 -34
- package/lib/data/icons/react/btcp.js.map +0 -1
- package/lib/data/icons/react/btcz.d.ts +0 -8
- package/lib/data/icons/react/btcz.d.ts.map +0 -1
- package/lib/data/icons/react/btcz.js +0 -34
- package/lib/data/icons/react/btcz.js.map +0 -1
- package/lib/data/icons/react/btdx.d.ts +0 -8
- package/lib/data/icons/react/btdx.d.ts.map +0 -1
- package/lib/data/icons/react/btdx.js +0 -35
- package/lib/data/icons/react/btdx.js.map +0 -1
- package/lib/data/icons/react/btg.d.ts +0 -8
- package/lib/data/icons/react/btg.d.ts.map +0 -1
- package/lib/data/icons/react/btg.js +0 -34
- package/lib/data/icons/react/btg.js.map +0 -1
- package/lib/data/icons/react/btm.d.ts +0 -8
- package/lib/data/icons/react/btm.d.ts.map +0 -1
- package/lib/data/icons/react/btm.js +0 -34
- package/lib/data/icons/react/btm.js.map +0 -1
- package/lib/data/icons/react/bts.d.ts +0 -8
- package/lib/data/icons/react/bts.d.ts.map +0 -1
- package/lib/data/icons/react/bts.js +0 -34
- package/lib/data/icons/react/bts.js.map +0 -1
- package/lib/data/icons/react/btt.d.ts +0 -8
- package/lib/data/icons/react/btt.d.ts.map +0 -1
- package/lib/data/icons/react/btt.js +0 -37
- package/lib/data/icons/react/btt.js.map +0 -1
- package/lib/data/icons/react/btx.d.ts +0 -8
- package/lib/data/icons/react/btx.d.ts.map +0 -1
- package/lib/data/icons/react/btx.js +0 -34
- package/lib/data/icons/react/btx.js.map +0 -1
- package/lib/data/icons/react/burst.d.ts +0 -8
- package/lib/data/icons/react/burst.d.ts.map +0 -1
- package/lib/data/icons/react/burst.js +0 -34
- package/lib/data/icons/react/burst.js.map +0 -1
- package/lib/data/icons/react/bze.d.ts +0 -8
- package/lib/data/icons/react/bze.d.ts.map +0 -1
- package/lib/data/icons/react/bze.js +0 -35
- package/lib/data/icons/react/bze.js.map +0 -1
- package/lib/data/icons/react/call.d.ts +0 -8
- package/lib/data/icons/react/call.d.ts.map +0 -1
- package/lib/data/icons/react/call.js +0 -35
- package/lib/data/icons/react/call.js.map +0 -1
- package/lib/data/icons/react/cc.d.ts +0 -8
- package/lib/data/icons/react/cc.d.ts.map +0 -1
- package/lib/data/icons/react/cc.js +0 -35
- package/lib/data/icons/react/cc.js.map +0 -1
- package/lib/data/icons/react/cdn.d.ts +0 -8
- package/lib/data/icons/react/cdn.d.ts.map +0 -1
- package/lib/data/icons/react/cdn.js +0 -34
- package/lib/data/icons/react/cdn.js.map +0 -1
- package/lib/data/icons/react/cdt.d.ts +0 -8
- package/lib/data/icons/react/cdt.d.ts.map +0 -1
- package/lib/data/icons/react/cdt.js +0 -34
- package/lib/data/icons/react/cdt.js.map +0 -1
- package/lib/data/icons/react/celo.d.ts +0 -8
- package/lib/data/icons/react/celo.d.ts.map +0 -1
- package/lib/data/icons/react/celo.js +0 -36
- package/lib/data/icons/react/celo.js.map +0 -1
- package/lib/data/icons/react/cenz.d.ts +0 -8
- package/lib/data/icons/react/cenz.d.ts.map +0 -1
- package/lib/data/icons/react/cenz.js +0 -35
- package/lib/data/icons/react/cenz.js.map +0 -1
- package/lib/data/icons/react/chain.d.ts +0 -8
- package/lib/data/icons/react/chain.d.ts.map +0 -1
- package/lib/data/icons/react/chain.js +0 -35
- package/lib/data/icons/react/chain.js.map +0 -1
- package/lib/data/icons/react/chat.d.ts +0 -8
- package/lib/data/icons/react/chat.d.ts.map +0 -1
- package/lib/data/icons/react/chat.js +0 -34
- package/lib/data/icons/react/chat.js.map +0 -1
- package/lib/data/icons/react/chips.d.ts +0 -8
- package/lib/data/icons/react/chips.d.ts.map +0 -1
- package/lib/data/icons/react/chips.js +0 -34
- package/lib/data/icons/react/chips.js.map +0 -1
- package/lib/data/icons/react/cix.d.ts +0 -8
- package/lib/data/icons/react/cix.d.ts.map +0 -1
- package/lib/data/icons/react/cix.js +0 -35
- package/lib/data/icons/react/cix.js.map +0 -1
- package/lib/data/icons/react/clam.d.ts +0 -8
- package/lib/data/icons/react/clam.d.ts.map +0 -1
- package/lib/data/icons/react/clam.js +0 -34
- package/lib/data/icons/react/clam.js.map +0 -1
- package/lib/data/icons/react/cloak.d.ts +0 -8
- package/lib/data/icons/react/cloak.d.ts.map +0 -1
- package/lib/data/icons/react/cloak.js +0 -34
- package/lib/data/icons/react/cloak.js.map +0 -1
- package/lib/data/icons/react/cmm.d.ts +0 -8
- package/lib/data/icons/react/cmm.d.ts.map +0 -1
- package/lib/data/icons/react/cmm.js +0 -34
- package/lib/data/icons/react/cmm.js.map +0 -1
- package/lib/data/icons/react/cmt.d.ts +0 -8
- package/lib/data/icons/react/cmt.d.ts.map +0 -1
- package/lib/data/icons/react/cmt.js +0 -34
- package/lib/data/icons/react/cmt.js.map +0 -1
- package/lib/data/icons/react/cnd.d.ts +0 -8
- package/lib/data/icons/react/cnd.d.ts.map +0 -1
- package/lib/data/icons/react/cnd.js +0 -34
- package/lib/data/icons/react/cnd.js.map +0 -1
- package/lib/data/icons/react/cnx.d.ts +0 -8
- package/lib/data/icons/react/cnx.d.ts.map +0 -1
- package/lib/data/icons/react/cnx.js +0 -35
- package/lib/data/icons/react/cnx.js.map +0 -1
- package/lib/data/icons/react/cny.d.ts +0 -8
- package/lib/data/icons/react/cny.d.ts.map +0 -1
- package/lib/data/icons/react/cny.js +0 -34
- package/lib/data/icons/react/cny.js.map +0 -1
- package/lib/data/icons/react/cob.d.ts +0 -8
- package/lib/data/icons/react/cob.d.ts.map +0 -1
- package/lib/data/icons/react/cob.js +0 -35
- package/lib/data/icons/react/cob.js.map +0 -1
- package/lib/data/icons/react/colx.d.ts +0 -8
- package/lib/data/icons/react/colx.d.ts.map +0 -1
- package/lib/data/icons/react/colx.js +0 -34
- package/lib/data/icons/react/colx.js.map +0 -1
- package/lib/data/icons/react/comp.d.ts +0 -8
- package/lib/data/icons/react/comp.d.ts.map +0 -1
- package/lib/data/icons/react/comp.js +0 -34
- package/lib/data/icons/react/comp.js.map +0 -1
- package/lib/data/icons/react/coqui.d.ts +0 -8
- package/lib/data/icons/react/coqui.d.ts.map +0 -1
- package/lib/data/icons/react/coqui.js +0 -34
- package/lib/data/icons/react/coqui.js.map +0 -1
- package/lib/data/icons/react/core.d.ts +0 -8
- package/lib/data/icons/react/core.d.ts.map +0 -1
- package/lib/data/icons/react/core.js +0 -34
- package/lib/data/icons/react/core.js.map +0 -1
- package/lib/data/icons/react/cred.d.ts +0 -8
- package/lib/data/icons/react/cred.d.ts.map +0 -1
- package/lib/data/icons/react/cred.js +0 -34
- package/lib/data/icons/react/cred.js.map +0 -1
- package/lib/data/icons/react/crk.d.ts +0 -8
- package/lib/data/icons/react/crk.d.ts.map +0 -1
- package/lib/data/icons/react/crk.js +0 -38
- package/lib/data/icons/react/crk.js.map +0 -1
- package/lib/data/icons/react/cro.d.ts +0 -8
- package/lib/data/icons/react/cro.d.ts.map +0 -1
- package/lib/data/icons/react/cro.js +0 -37
- package/lib/data/icons/react/cro.js.map +0 -1
- package/lib/data/icons/react/crpt.d.ts +0 -8
- package/lib/data/icons/react/crpt.d.ts.map +0 -1
- package/lib/data/icons/react/crpt.js +0 -34
- package/lib/data/icons/react/crpt.js.map +0 -1
- package/lib/data/icons/react/crw.d.ts +0 -8
- package/lib/data/icons/react/crw.d.ts.map +0 -1
- package/lib/data/icons/react/crw.js +0 -34
- package/lib/data/icons/react/crw.js.map +0 -1
- package/lib/data/icons/react/cs.d.ts +0 -8
- package/lib/data/icons/react/cs.d.ts.map +0 -1
- package/lib/data/icons/react/cs.js +0 -34
- package/lib/data/icons/react/cs.js.map +0 -1
- package/lib/data/icons/react/cspr.d.ts +0 -8
- package/lib/data/icons/react/cspr.d.ts.map +0 -1
- package/lib/data/icons/react/cspr.js +0 -38
- package/lib/data/icons/react/cspr.js.map +0 -1
- package/lib/data/icons/react/ctr.d.ts +0 -8
- package/lib/data/icons/react/ctr.d.ts.map +0 -1
- package/lib/data/icons/react/ctr.js +0 -35
- package/lib/data/icons/react/ctr.js.map +0 -1
- package/lib/data/icons/react/ctxc.d.ts +0 -8
- package/lib/data/icons/react/ctxc.d.ts.map +0 -1
- package/lib/data/icons/react/ctxc.js +0 -39
- package/lib/data/icons/react/ctxc.js.map +0 -1
- package/lib/data/icons/react/currencyArbitrum.d.ts +0 -8
- package/lib/data/icons/react/currencyArbitrum.d.ts.map +0 -1
- package/lib/data/icons/react/currencyArbitrum.js +0 -37
- package/lib/data/icons/react/currencyArbitrum.js.map +0 -1
- package/lib/data/icons/react/currencyArbitrumGoerli.d.ts +0 -8
- package/lib/data/icons/react/currencyArbitrumGoerli.d.ts.map +0 -1
- package/lib/data/icons/react/currencyArbitrumGoerli.js +0 -37
- package/lib/data/icons/react/currencyArbitrumGoerli.js.map +0 -1
- package/lib/data/icons/react/currencyBase.d.ts +0 -8
- package/lib/data/icons/react/currencyBase.d.ts.map +0 -1
- package/lib/data/icons/react/currencyBase.js +0 -34
- package/lib/data/icons/react/currencyBase.js.map +0 -1
- package/lib/data/icons/react/currencyBaseGoerli.d.ts +0 -8
- package/lib/data/icons/react/currencyBaseGoerli.d.ts.map +0 -1
- package/lib/data/icons/react/currencyBaseGoerli.js +0 -34
- package/lib/data/icons/react/currencyBaseGoerli.js.map +0 -1
- package/lib/data/icons/react/currencyBoba.d.ts +0 -8
- package/lib/data/icons/react/currencyBoba.d.ts.map +0 -1
- package/lib/data/icons/react/currencyBoba.js +0 -42
- package/lib/data/icons/react/currencyBoba.js.map +0 -1
- package/lib/data/icons/react/currencyOptimism.d.ts +0 -8
- package/lib/data/icons/react/currencyOptimism.d.ts.map +0 -1
- package/lib/data/icons/react/currencyOptimism.js +0 -36
- package/lib/data/icons/react/currencyOptimism.js.map +0 -1
- package/lib/data/icons/react/currencyOptimismGoerli.d.ts +0 -8
- package/lib/data/icons/react/currencyOptimismGoerli.d.ts.map +0 -1
- package/lib/data/icons/react/currencyOptimismGoerli.js +0 -36
- package/lib/data/icons/react/currencyOptimismGoerli.js.map +0 -1
- package/lib/data/icons/react/currencyPolygonZkEvm.d.ts +0 -8
- package/lib/data/icons/react/currencyPolygonZkEvm.d.ts.map +0 -1
- package/lib/data/icons/react/currencyPolygonZkEvm.js +0 -34
- package/lib/data/icons/react/currencyPolygonZkEvm.js.map +0 -1
- package/lib/data/icons/react/currencyPolygonZkEvmTestnet.d.ts +0 -8
- package/lib/data/icons/react/currencyPolygonZkEvmTestnet.d.ts.map +0 -1
- package/lib/data/icons/react/currencyPolygonZkEvmTestnet.js +0 -34
- package/lib/data/icons/react/currencyPolygonZkEvmTestnet.js.map +0 -1
- package/lib/data/icons/react/cvc.d.ts +0 -8
- package/lib/data/icons/react/cvc.d.ts.map +0 -1
- package/lib/data/icons/react/cvc.js +0 -34
- package/lib/data/icons/react/cvc.js.map +0 -1
- package/lib/data/icons/react/d.d.ts +0 -8
- package/lib/data/icons/react/d.d.ts.map +0 -1
- package/lib/data/icons/react/d.js +0 -35
- package/lib/data/icons/react/d.js.map +0 -1
- package/lib/data/icons/react/dai.d.ts +0 -8
- package/lib/data/icons/react/dai.d.ts.map +0 -1
- package/lib/data/icons/react/dai.js +0 -34
- package/lib/data/icons/react/dai.js.map +0 -1
- package/lib/data/icons/react/dash.d.ts +0 -8
- package/lib/data/icons/react/dash.d.ts.map +0 -1
- package/lib/data/icons/react/dash.js +0 -35
- package/lib/data/icons/react/dash.js.map +0 -1
- package/lib/data/icons/react/dat.d.ts +0 -8
- package/lib/data/icons/react/dat.d.ts.map +0 -1
- package/lib/data/icons/react/dat.js +0 -34
- package/lib/data/icons/react/dat.js.map +0 -1
- package/lib/data/icons/react/data.d.ts +0 -8
- package/lib/data/icons/react/data.d.ts.map +0 -1
- package/lib/data/icons/react/data.js +0 -34
- package/lib/data/icons/react/data.js.map +0 -1
- package/lib/data/icons/react/dbc.d.ts +0 -8
- package/lib/data/icons/react/dbc.d.ts.map +0 -1
- package/lib/data/icons/react/dbc.js +0 -34
- package/lib/data/icons/react/dbc.js.map +0 -1
- package/lib/data/icons/react/dcn.d.ts +0 -8
- package/lib/data/icons/react/dcn.d.ts.map +0 -1
- package/lib/data/icons/react/dcn.js +0 -35
- package/lib/data/icons/react/dcn.js.map +0 -1
- package/lib/data/icons/react/dcr.d.ts +0 -8
- package/lib/data/icons/react/dcr.d.ts.map +0 -1
- package/lib/data/icons/react/dcr.js +0 -35
- package/lib/data/icons/react/dcr.js.map +0 -1
- package/lib/data/icons/react/deez.d.ts +0 -8
- package/lib/data/icons/react/deez.d.ts.map +0 -1
- package/lib/data/icons/react/deez.js +0 -34
- package/lib/data/icons/react/deez.js.map +0 -1
- package/lib/data/icons/react/dent.d.ts +0 -8
- package/lib/data/icons/react/dent.d.ts.map +0 -1
- package/lib/data/icons/react/dent.js +0 -34
- package/lib/data/icons/react/dent.js.map +0 -1
- package/lib/data/icons/react/dew.d.ts +0 -8
- package/lib/data/icons/react/dew.d.ts.map +0 -1
- package/lib/data/icons/react/dew.js +0 -34
- package/lib/data/icons/react/dew.js.map +0 -1
- package/lib/data/icons/react/dgb.d.ts +0 -8
- package/lib/data/icons/react/dgb.d.ts.map +0 -1
- package/lib/data/icons/react/dgb.js +0 -34
- package/lib/data/icons/react/dgb.js.map +0 -1
- package/lib/data/icons/react/dgd.d.ts +0 -8
- package/lib/data/icons/react/dgd.d.ts.map +0 -1
- package/lib/data/icons/react/dgd.js +0 -34
- package/lib/data/icons/react/dgd.js.map +0 -1
- package/lib/data/icons/react/dlt.d.ts +0 -8
- package/lib/data/icons/react/dlt.d.ts.map +0 -1
- package/lib/data/icons/react/dlt.js +0 -34
- package/lib/data/icons/react/dlt.js.map +0 -1
- package/lib/data/icons/react/dnt.d.ts +0 -8
- package/lib/data/icons/react/dnt.d.ts.map +0 -1
- package/lib/data/icons/react/dnt.js +0 -34
- package/lib/data/icons/react/dnt.js.map +0 -1
- package/lib/data/icons/react/dock.d.ts +0 -8
- package/lib/data/icons/react/dock.d.ts.map +0 -1
- package/lib/data/icons/react/dock.js +0 -34
- package/lib/data/icons/react/dock.js.map +0 -1
- package/lib/data/icons/react/doge.d.ts +0 -8
- package/lib/data/icons/react/doge.d.ts.map +0 -1
- package/lib/data/icons/react/doge.js +0 -34
- package/lib/data/icons/react/doge.js.map +0 -1
- package/lib/data/icons/react/dot.d.ts +0 -8
- package/lib/data/icons/react/dot.d.ts.map +0 -1
- package/lib/data/icons/react/dot.js +0 -39
- package/lib/data/icons/react/dot.js.map +0 -1
- package/lib/data/icons/react/drgn.d.ts +0 -8
- package/lib/data/icons/react/drgn.d.ts.map +0 -1
- package/lib/data/icons/react/drgn.js +0 -35
- package/lib/data/icons/react/drgn.js.map +0 -1
- package/lib/data/icons/react/drop.d.ts +0 -8
- package/lib/data/icons/react/drop.d.ts.map +0 -1
- package/lib/data/icons/react/drop.js +0 -41
- package/lib/data/icons/react/drop.js.map +0 -1
- package/lib/data/icons/react/dsm.d.ts +0 -8
- package/lib/data/icons/react/dsm.d.ts.map +0 -1
- package/lib/data/icons/react/dsm.js +0 -34
- package/lib/data/icons/react/dsm.js.map +0 -1
- package/lib/data/icons/react/dta.d.ts +0 -8
- package/lib/data/icons/react/dta.d.ts.map +0 -1
- package/lib/data/icons/react/dta.js +0 -34
- package/lib/data/icons/react/dta.js.map +0 -1
- package/lib/data/icons/react/dth.d.ts +0 -8
- package/lib/data/icons/react/dth.d.ts.map +0 -1
- package/lib/data/icons/react/dth.js +0 -35
- package/lib/data/icons/react/dth.js.map +0 -1
- package/lib/data/icons/react/dtr.d.ts +0 -8
- package/lib/data/icons/react/dtr.d.ts.map +0 -1
- package/lib/data/icons/react/dtr.js +0 -35
- package/lib/data/icons/react/dtr.js.map +0 -1
- package/lib/data/icons/react/dydx.d.ts +0 -8
- package/lib/data/icons/react/dydx.d.ts.map +0 -1
- package/lib/data/icons/react/dydx.js +0 -37
- package/lib/data/icons/react/dydx.js.map +0 -1
- package/lib/data/icons/react/ebst.d.ts +0 -8
- package/lib/data/icons/react/ebst.d.ts.map +0 -1
- package/lib/data/icons/react/ebst.js +0 -34
- package/lib/data/icons/react/ebst.js.map +0 -1
- package/lib/data/icons/react/eca.d.ts +0 -8
- package/lib/data/icons/react/eca.d.ts.map +0 -1
- package/lib/data/icons/react/eca.js +0 -34
- package/lib/data/icons/react/eca.js.map +0 -1
- package/lib/data/icons/react/edg.d.ts +0 -8
- package/lib/data/icons/react/edg.d.ts.map +0 -1
- package/lib/data/icons/react/edg.js +0 -35
- package/lib/data/icons/react/edg.js.map +0 -1
- package/lib/data/icons/react/edo.d.ts +0 -8
- package/lib/data/icons/react/edo.d.ts.map +0 -1
- package/lib/data/icons/react/edo.js +0 -34
- package/lib/data/icons/react/edo.js.map +0 -1
- package/lib/data/icons/react/edoge.d.ts +0 -8
- package/lib/data/icons/react/edoge.d.ts.map +0 -1
- package/lib/data/icons/react/edoge.js +0 -34
- package/lib/data/icons/react/edoge.js.map +0 -1
- package/lib/data/icons/react/egem.d.ts +0 -8
- package/lib/data/icons/react/egem.d.ts.map +0 -1
- package/lib/data/icons/react/egem.js +0 -34
- package/lib/data/icons/react/egem.js.map +0 -1
- package/lib/data/icons/react/egld.d.ts +0 -8
- package/lib/data/icons/react/egld.d.ts.map +0 -1
- package/lib/data/icons/react/egld.js +0 -34
- package/lib/data/icons/react/egld.js.map +0 -1
- package/lib/data/icons/react/ela.d.ts +0 -8
- package/lib/data/icons/react/ela.d.ts.map +0 -1
- package/lib/data/icons/react/ela.js +0 -45
- package/lib/data/icons/react/ela.js.map +0 -1
- package/lib/data/icons/react/elec.d.ts +0 -8
- package/lib/data/icons/react/elec.d.ts.map +0 -1
- package/lib/data/icons/react/elec.js +0 -36
- package/lib/data/icons/react/elec.js.map +0 -1
- package/lib/data/icons/react/elf.d.ts +0 -8
- package/lib/data/icons/react/elf.d.ts.map +0 -1
- package/lib/data/icons/react/elf.js +0 -34
- package/lib/data/icons/react/elf.js.map +0 -1
- package/lib/data/icons/react/elix.d.ts +0 -8
- package/lib/data/icons/react/elix.d.ts.map +0 -1
- package/lib/data/icons/react/elix.js +0 -41
- package/lib/data/icons/react/elix.js.map +0 -1
- package/lib/data/icons/react/ella.d.ts +0 -8
- package/lib/data/icons/react/ella.d.ts.map +0 -1
- package/lib/data/icons/react/ella.js +0 -34
- package/lib/data/icons/react/ella.js.map +0 -1
- package/lib/data/icons/react/emc.d.ts +0 -8
- package/lib/data/icons/react/emc.d.ts.map +0 -1
- package/lib/data/icons/react/emc.js +0 -34
- package/lib/data/icons/react/emc.js.map +0 -1
- package/lib/data/icons/react/emc2.d.ts +0 -8
- package/lib/data/icons/react/emc2.d.ts.map +0 -1
- package/lib/data/icons/react/emc2.js +0 -36
- package/lib/data/icons/react/emc2.js.map +0 -1
- package/lib/data/icons/react/eng.d.ts +0 -8
- package/lib/data/icons/react/eng.d.ts.map +0 -1
- package/lib/data/icons/react/eng.js +0 -35
- package/lib/data/icons/react/eng.js.map +0 -1
- package/lib/data/icons/react/enj.d.ts +0 -8
- package/lib/data/icons/react/enj.d.ts.map +0 -1
- package/lib/data/icons/react/enj.js +0 -34
- package/lib/data/icons/react/enj.js.map +0 -1
- package/lib/data/icons/react/entrp.d.ts +0 -8
- package/lib/data/icons/react/entrp.d.ts.map +0 -1
- package/lib/data/icons/react/entrp.js +0 -34
- package/lib/data/icons/react/entrp.js.map +0 -1
- package/lib/data/icons/react/eon.d.ts +0 -8
- package/lib/data/icons/react/eon.d.ts.map +0 -1
- package/lib/data/icons/react/eon.js +0 -34
- package/lib/data/icons/react/eon.js.map +0 -1
- package/lib/data/icons/react/eop.d.ts +0 -8
- package/lib/data/icons/react/eop.d.ts.map +0 -1
- package/lib/data/icons/react/eop.js +0 -35
- package/lib/data/icons/react/eop.js.map +0 -1
- package/lib/data/icons/react/eos.d.ts +0 -8
- package/lib/data/icons/react/eos.d.ts.map +0 -1
- package/lib/data/icons/react/eos.js +0 -34
- package/lib/data/icons/react/eos.js.map +0 -1
- package/lib/data/icons/react/eqli.d.ts +0 -8
- package/lib/data/icons/react/eqli.d.ts.map +0 -1
- package/lib/data/icons/react/eqli.js +0 -34
- package/lib/data/icons/react/eqli.js.map +0 -1
- package/lib/data/icons/react/equa.d.ts +0 -8
- package/lib/data/icons/react/equa.d.ts.map +0 -1
- package/lib/data/icons/react/equa.js +0 -34
- package/lib/data/icons/react/equa.js.map +0 -1
- package/lib/data/icons/react/eqz.d.ts +0 -8
- package/lib/data/icons/react/eqz.d.ts.map +0 -1
- package/lib/data/icons/react/eqz.js +0 -34
- package/lib/data/icons/react/eqz.js.map +0 -1
- package/lib/data/icons/react/etc.d.ts +0 -8
- package/lib/data/icons/react/etc.d.ts.map +0 -1
- package/lib/data/icons/react/etc.js +0 -37
- package/lib/data/icons/react/etc.js.map +0 -1
- package/lib/data/icons/react/eth.d.ts +0 -8
- package/lib/data/icons/react/eth.d.ts.map +0 -1
- package/lib/data/icons/react/eth.js +0 -39
- package/lib/data/icons/react/eth.js.map +0 -1
- package/lib/data/icons/react/ethos.d.ts +0 -8
- package/lib/data/icons/react/ethos.d.ts.map +0 -1
- package/lib/data/icons/react/ethos.js +0 -35
- package/lib/data/icons/react/ethos.js.map +0 -1
- package/lib/data/icons/react/etn.d.ts +0 -8
- package/lib/data/icons/react/etn.d.ts.map +0 -1
- package/lib/data/icons/react/etn.js +0 -34
- package/lib/data/icons/react/etn.js.map +0 -1
- package/lib/data/icons/react/etp.d.ts +0 -8
- package/lib/data/icons/react/etp.d.ts.map +0 -1
- package/lib/data/icons/react/etp.js +0 -35
- package/lib/data/icons/react/etp.js.map +0 -1
- package/lib/data/icons/react/euroc.d.ts +0 -8
- package/lib/data/icons/react/euroc.d.ts.map +0 -1
- package/lib/data/icons/react/euroc.js +0 -36
- package/lib/data/icons/react/euroc.js.map +0 -1
- package/lib/data/icons/react/evmos.d.ts +0 -8
- package/lib/data/icons/react/evmos.d.ts.map +0 -1
- package/lib/data/icons/react/evmos.js +0 -34
- package/lib/data/icons/react/evmos.js.map +0 -1
- package/lib/data/icons/react/evx.d.ts +0 -8
- package/lib/data/icons/react/evx.d.ts.map +0 -1
- package/lib/data/icons/react/evx.js +0 -35
- package/lib/data/icons/react/evx.js.map +0 -1
- package/lib/data/icons/react/ewt.d.ts +0 -8
- package/lib/data/icons/react/ewt.d.ts.map +0 -1
- package/lib/data/icons/react/ewt.js +0 -34
- package/lib/data/icons/react/ewt.js.map +0 -1
- package/lib/data/icons/react/exmo.d.ts +0 -8
- package/lib/data/icons/react/exmo.d.ts.map +0 -1
- package/lib/data/icons/react/exmo.js +0 -34
- package/lib/data/icons/react/exmo.js.map +0 -1
- package/lib/data/icons/react/exp.d.ts +0 -8
- package/lib/data/icons/react/exp.d.ts.map +0 -1
- package/lib/data/icons/react/exp.js +0 -34
- package/lib/data/icons/react/exp.js.map +0 -1
- package/lib/data/icons/react/fair.d.ts +0 -8
- package/lib/data/icons/react/fair.d.ts.map +0 -1
- package/lib/data/icons/react/fair.js +0 -34
- package/lib/data/icons/react/fair.js.map +0 -1
- package/lib/data/icons/react/fct.d.ts +0 -8
- package/lib/data/icons/react/fct.d.ts.map +0 -1
- package/lib/data/icons/react/fct.js +0 -34
- package/lib/data/icons/react/fct.js.map +0 -1
- package/lib/data/icons/react/fil.d.ts +0 -8
- package/lib/data/icons/react/fil.d.ts.map +0 -1
- package/lib/data/icons/react/fil.js +0 -34
- package/lib/data/icons/react/fil.js.map +0 -1
- package/lib/data/icons/react/fjc.d.ts +0 -8
- package/lib/data/icons/react/fjc.d.ts.map +0 -1
- package/lib/data/icons/react/fjc.js +0 -36
- package/lib/data/icons/react/fjc.js.map +0 -1
- package/lib/data/icons/react/fldc.d.ts +0 -8
- package/lib/data/icons/react/fldc.d.ts.map +0 -1
- package/lib/data/icons/react/fldc.js +0 -34
- package/lib/data/icons/react/fldc.js.map +0 -1
- package/lib/data/icons/react/flo.d.ts +0 -8
- package/lib/data/icons/react/flo.d.ts.map +0 -1
- package/lib/data/icons/react/flo.js +0 -34
- package/lib/data/icons/react/flo.js.map +0 -1
- package/lib/data/icons/react/flr.d.ts +0 -8
- package/lib/data/icons/react/flr.d.ts.map +0 -1
- package/lib/data/icons/react/flr.js +0 -34
- package/lib/data/icons/react/flr.js.map +0 -1
- package/lib/data/icons/react/fsn.d.ts +0 -8
- package/lib/data/icons/react/fsn.d.ts.map +0 -1
- package/lib/data/icons/react/fsn.js +0 -34
- package/lib/data/icons/react/fsn.js.map +0 -1
- package/lib/data/icons/react/ftc.d.ts +0 -8
- package/lib/data/icons/react/ftc.d.ts.map +0 -1
- package/lib/data/icons/react/ftc.js +0 -34
- package/lib/data/icons/react/ftc.js.map +0 -1
- package/lib/data/icons/react/ftm.d.ts +0 -8
- package/lib/data/icons/react/ftm.d.ts.map +0 -1
- package/lib/data/icons/react/ftm.js +0 -34
- package/lib/data/icons/react/ftm.js.map +0 -1
- package/lib/data/icons/react/fuel.d.ts +0 -8
- package/lib/data/icons/react/fuel.d.ts.map +0 -1
- package/lib/data/icons/react/fuel.js +0 -34
- package/lib/data/icons/react/fuel.js.map +0 -1
- package/lib/data/icons/react/fun.d.ts +0 -8
- package/lib/data/icons/react/fun.d.ts.map +0 -1
- package/lib/data/icons/react/fun.js +0 -34
- package/lib/data/icons/react/fun.js.map +0 -1
- package/lib/data/icons/react/gAbi.d.ts +0 -8
- package/lib/data/icons/react/gAbi.d.ts.map +0 -1
- package/lib/data/icons/react/gAbi.js +0 -35
- package/lib/data/icons/react/gAbi.js.map +0 -1
- package/lib/data/icons/react/game.d.ts +0 -8
- package/lib/data/icons/react/game.d.ts.map +0 -1
- package/lib/data/icons/react/game.js +0 -34
- package/lib/data/icons/react/game.js.map +0 -1
- package/lib/data/icons/react/gas.d.ts +0 -8
- package/lib/data/icons/react/gas.d.ts.map +0 -1
- package/lib/data/icons/react/gas.js +0 -34
- package/lib/data/icons/react/gas.js.map +0 -1
- package/lib/data/icons/react/gbx.d.ts +0 -8
- package/lib/data/icons/react/gbx.d.ts.map +0 -1
- package/lib/data/icons/react/gbx.js +0 -35
- package/lib/data/icons/react/gbx.js.map +0 -1
- package/lib/data/icons/react/gbyte.d.ts +0 -8
- package/lib/data/icons/react/gbyte.d.ts.map +0 -1
- package/lib/data/icons/react/gbyte.js +0 -35
- package/lib/data/icons/react/gbyte.js.map +0 -1
- package/lib/data/icons/react/generic.d.ts +0 -8
- package/lib/data/icons/react/generic.d.ts.map +0 -1
- package/lib/data/icons/react/generic.js +0 -34
- package/lib/data/icons/react/generic.js.map +0 -1
- package/lib/data/icons/react/gin.d.ts +0 -8
- package/lib/data/icons/react/gin.d.ts.map +0 -1
- package/lib/data/icons/react/gin.js +0 -35
- package/lib/data/icons/react/gin.js.map +0 -1
- package/lib/data/icons/react/glmr.d.ts +0 -8
- package/lib/data/icons/react/glmr.d.ts.map +0 -1
- package/lib/data/icons/react/glmr.js +0 -48
- package/lib/data/icons/react/glmr.js.map +0 -1
- package/lib/data/icons/react/glxt.d.ts +0 -8
- package/lib/data/icons/react/glxt.d.ts.map +0 -1
- package/lib/data/icons/react/glxt.js +0 -34
- package/lib/data/icons/react/glxt.js.map +0 -1
- package/lib/data/icons/react/gm.d.ts +0 -8
- package/lib/data/icons/react/gm.d.ts.map +0 -1
- package/lib/data/icons/react/gm.js +0 -35
- package/lib/data/icons/react/gm.js.map +0 -1
- package/lib/data/icons/react/gmr.d.ts +0 -8
- package/lib/data/icons/react/gmr.d.ts.map +0 -1
- package/lib/data/icons/react/gmr.js +0 -38
- package/lib/data/icons/react/gmr.js.map +0 -1
- package/lib/data/icons/react/gno.d.ts +0 -8
- package/lib/data/icons/react/gno.d.ts.map +0 -1
- package/lib/data/icons/react/gno.js +0 -34
- package/lib/data/icons/react/gno.js.map +0 -1
- package/lib/data/icons/react/gnt.d.ts +0 -8
- package/lib/data/icons/react/gnt.d.ts.map +0 -1
- package/lib/data/icons/react/gnt.js +0 -34
- package/lib/data/icons/react/gnt.js.map +0 -1
- package/lib/data/icons/react/gold.d.ts +0 -8
- package/lib/data/icons/react/gold.d.ts.map +0 -1
- package/lib/data/icons/react/gold.js +0 -34
- package/lib/data/icons/react/gold.js.map +0 -1
- package/lib/data/icons/react/grc.d.ts +0 -8
- package/lib/data/icons/react/grc.d.ts.map +0 -1
- package/lib/data/icons/react/grc.js +0 -34
- package/lib/data/icons/react/grc.js.map +0 -1
- package/lib/data/icons/react/grin.d.ts +0 -8
- package/lib/data/icons/react/grin.d.ts.map +0 -1
- package/lib/data/icons/react/grin.js +0 -34
- package/lib/data/icons/react/grin.js.map +0 -1
- package/lib/data/icons/react/gsc.d.ts +0 -8
- package/lib/data/icons/react/gsc.d.ts.map +0 -1
- package/lib/data/icons/react/gsc.js +0 -34
- package/lib/data/icons/react/gsc.js.map +0 -1
- package/lib/data/icons/react/gto.d.ts +0 -8
- package/lib/data/icons/react/gto.d.ts.map +0 -1
- package/lib/data/icons/react/gto.js +0 -35
- package/lib/data/icons/react/gto.js.map +0 -1
- package/lib/data/icons/react/gup.d.ts +0 -8
- package/lib/data/icons/react/gup.d.ts.map +0 -1
- package/lib/data/icons/react/gup.js +0 -34
- package/lib/data/icons/react/gup.js.map +0 -1
- package/lib/data/icons/react/gusd.d.ts +0 -8
- package/lib/data/icons/react/gusd.d.ts.map +0 -1
- package/lib/data/icons/react/gusd.js +0 -34
- package/lib/data/icons/react/gusd.js.map +0 -1
- package/lib/data/icons/react/gvt.d.ts +0 -8
- package/lib/data/icons/react/gvt.d.ts.map +0 -1
- package/lib/data/icons/react/gvt.js +0 -34
- package/lib/data/icons/react/gvt.js.map +0 -1
- package/lib/data/icons/react/gxs.d.ts +0 -8
- package/lib/data/icons/react/gxs.d.ts.map +0 -1
- package/lib/data/icons/react/gxs.js +0 -34
- package/lib/data/icons/react/gxs.js.map +0 -1
- package/lib/data/icons/react/gzr.d.ts +0 -8
- package/lib/data/icons/react/gzr.d.ts.map +0 -1
- package/lib/data/icons/react/gzr.js +0 -37
- package/lib/data/icons/react/gzr.js.map +0 -1
- package/lib/data/icons/react/hbar.d.ts +0 -8
- package/lib/data/icons/react/hbar.d.ts.map +0 -1
- package/lib/data/icons/react/hbar.js +0 -34
- package/lib/data/icons/react/hbar.js.map +0 -1
- package/lib/data/icons/react/hight.d.ts +0 -8
- package/lib/data/icons/react/hight.d.ts.map +0 -1
- package/lib/data/icons/react/hight.js +0 -34
- package/lib/data/icons/react/hight.js.map +0 -1
- package/lib/data/icons/react/hmmm.d.ts +0 -8
- package/lib/data/icons/react/hmmm.d.ts.map +0 -1
- package/lib/data/icons/react/hmmm.js +0 -35
- package/lib/data/icons/react/hmmm.js.map +0 -1
- package/lib/data/icons/react/hodl.d.ts +0 -8
- package/lib/data/icons/react/hodl.d.ts.map +0 -1
- package/lib/data/icons/react/hodl.js +0 -34
- package/lib/data/icons/react/hodl.js.map +0 -1
- package/lib/data/icons/react/hot.d.ts +0 -8
- package/lib/data/icons/react/hot.d.ts.map +0 -1
- package/lib/data/icons/react/hot.js +0 -34
- package/lib/data/icons/react/hot.js.map +0 -1
- package/lib/data/icons/react/hpb.d.ts +0 -8
- package/lib/data/icons/react/hpb.d.ts.map +0 -1
- package/lib/data/icons/react/hpb.js +0 -35
- package/lib/data/icons/react/hpb.js.map +0 -1
- package/lib/data/icons/react/hsr.d.ts +0 -8
- package/lib/data/icons/react/hsr.d.ts.map +0 -1
- package/lib/data/icons/react/hsr.js +0 -35
- package/lib/data/icons/react/hsr.js.map +0 -1
- package/lib/data/icons/react/ht.d.ts +0 -8
- package/lib/data/icons/react/ht.d.ts.map +0 -1
- package/lib/data/icons/react/ht.js +0 -35
- package/lib/data/icons/react/ht.js.map +0 -1
- package/lib/data/icons/react/html.d.ts +0 -8
- package/lib/data/icons/react/html.d.ts.map +0 -1
- package/lib/data/icons/react/html.js +0 -34
- package/lib/data/icons/react/html.js.map +0 -1
- package/lib/data/icons/react/huc.d.ts +0 -8
- package/lib/data/icons/react/huc.d.ts.map +0 -1
- package/lib/data/icons/react/huc.js +0 -34
- package/lib/data/icons/react/huc.js.map +0 -1
- package/lib/data/icons/react/hush.d.ts +0 -8
- package/lib/data/icons/react/hush.d.ts.map +0 -1
- package/lib/data/icons/react/hush.js +0 -34
- package/lib/data/icons/react/hush.js.map +0 -1
- package/lib/data/icons/react/icn.d.ts +0 -8
- package/lib/data/icons/react/icn.d.ts.map +0 -1
- package/lib/data/icons/react/icn.js +0 -34
- package/lib/data/icons/react/icn.js.map +0 -1
- package/lib/data/icons/react/icp.d.ts +0 -8
- package/lib/data/icons/react/icp.d.ts.map +0 -1
- package/lib/data/icons/react/icp.js +0 -34
- package/lib/data/icons/react/icp.js.map +0 -1
- package/lib/data/icons/react/icx.d.ts +0 -8
- package/lib/data/icons/react/icx.d.ts.map +0 -1
- package/lib/data/icons/react/icx.js +0 -34
- package/lib/data/icons/react/icx.js.map +0 -1
- package/lib/data/icons/react/ignis.d.ts +0 -8
- package/lib/data/icons/react/ignis.d.ts.map +0 -1
- package/lib/data/icons/react/ignis.js +0 -35
- package/lib/data/icons/react/ignis.js.map +0 -1
- package/lib/data/icons/react/ilk.d.ts +0 -8
- package/lib/data/icons/react/ilk.d.ts.map +0 -1
- package/lib/data/icons/react/ilk.js +0 -34
- package/lib/data/icons/react/ilk.js.map +0 -1
- package/lib/data/icons/react/index.d.ts +0 -516
- package/lib/data/icons/react/index.d.ts.map +0 -1
- package/lib/data/icons/react/index.js +0 -1047
- package/lib/data/icons/react/index.js.map +0 -1
- package/lib/data/icons/react/inj.d.ts +0 -8
- package/lib/data/icons/react/inj.d.ts.map +0 -1
- package/lib/data/icons/react/inj.js +0 -35
- package/lib/data/icons/react/inj.js.map +0 -1
- package/lib/data/icons/react/ink.d.ts +0 -8
- package/lib/data/icons/react/ink.d.ts.map +0 -1
- package/lib/data/icons/react/ink.js +0 -35
- package/lib/data/icons/react/ink.js.map +0 -1
- package/lib/data/icons/react/ins.d.ts +0 -8
- package/lib/data/icons/react/ins.d.ts.map +0 -1
- package/lib/data/icons/react/ins.js +0 -37
- package/lib/data/icons/react/ins.js.map +0 -1
- package/lib/data/icons/react/ion.d.ts +0 -8
- package/lib/data/icons/react/ion.d.ts.map +0 -1
- package/lib/data/icons/react/ion.js +0 -34
- package/lib/data/icons/react/ion.js.map +0 -1
- package/lib/data/icons/react/iop.d.ts +0 -8
- package/lib/data/icons/react/iop.d.ts.map +0 -1
- package/lib/data/icons/react/iop.js +0 -36
- package/lib/data/icons/react/iop.js.map +0 -1
- package/lib/data/icons/react/iost.d.ts +0 -8
- package/lib/data/icons/react/iost.d.ts.map +0 -1
- package/lib/data/icons/react/iost.js +0 -34
- package/lib/data/icons/react/iost.js.map +0 -1
- package/lib/data/icons/react/iotx.d.ts +0 -8
- package/lib/data/icons/react/iotx.d.ts.map +0 -1
- package/lib/data/icons/react/iotx.js +0 -56
- package/lib/data/icons/react/iotx.js.map +0 -1
- package/lib/data/icons/react/iq.d.ts +0 -8
- package/lib/data/icons/react/iq.d.ts.map +0 -1
- package/lib/data/icons/react/iq.js +0 -34
- package/lib/data/icons/react/iq.js.map +0 -1
- package/lib/data/icons/react/itc.d.ts +0 -8
- package/lib/data/icons/react/itc.d.ts.map +0 -1
- package/lib/data/icons/react/itc.js +0 -34
- package/lib/data/icons/react/itc.js.map +0 -1
- package/lib/data/icons/react/jnt.d.ts +0 -8
- package/lib/data/icons/react/jnt.d.ts.map +0 -1
- package/lib/data/icons/react/jnt.js +0 -34
- package/lib/data/icons/react/jnt.js.map +0 -1
- package/lib/data/icons/react/jpy.d.ts +0 -8
- package/lib/data/icons/react/jpy.d.ts.map +0 -1
- package/lib/data/icons/react/jpy.js +0 -34
- package/lib/data/icons/react/jpy.js.map +0 -1
- package/lib/data/icons/react/kava.d.ts +0 -8
- package/lib/data/icons/react/kava.d.ts.map +0 -1
- package/lib/data/icons/react/kava.js +0 -35
- package/lib/data/icons/react/kava.js.map +0 -1
- package/lib/data/icons/react/kcs.d.ts +0 -8
- package/lib/data/icons/react/kcs.d.ts.map +0 -1
- package/lib/data/icons/react/kcs.js +0 -34
- package/lib/data/icons/react/kcs.js.map +0 -1
- package/lib/data/icons/react/kin.d.ts +0 -8
- package/lib/data/icons/react/kin.d.ts.map +0 -1
- package/lib/data/icons/react/kin.js +0 -34
- package/lib/data/icons/react/kin.js.map +0 -1
- package/lib/data/icons/react/klay.d.ts +0 -8
- package/lib/data/icons/react/klay.d.ts.map +0 -1
- package/lib/data/icons/react/klay.js +0 -37
- package/lib/data/icons/react/klay.js.map +0 -1
- package/lib/data/icons/react/klown.d.ts +0 -8
- package/lib/data/icons/react/klown.d.ts.map +0 -1
- package/lib/data/icons/react/klown.js +0 -54
- package/lib/data/icons/react/klown.js.map +0 -1
- package/lib/data/icons/react/kmd.d.ts +0 -8
- package/lib/data/icons/react/kmd.d.ts.map +0 -1
- package/lib/data/icons/react/kmd.js +0 -35
- package/lib/data/icons/react/kmd.js.map +0 -1
- package/lib/data/icons/react/knc.d.ts +0 -8
- package/lib/data/icons/react/knc.d.ts.map +0 -1
- package/lib/data/icons/react/knc.js +0 -34
- package/lib/data/icons/react/knc.js.map +0 -1
- package/lib/data/icons/react/krb.d.ts +0 -8
- package/lib/data/icons/react/krb.d.ts.map +0 -1
- package/lib/data/icons/react/krb.js +0 -34
- package/lib/data/icons/react/krb.js.map +0 -1
- package/lib/data/icons/react/lbc.d.ts +0 -8
- package/lib/data/icons/react/lbc.d.ts.map +0 -1
- package/lib/data/icons/react/lbc.js +0 -34
- package/lib/data/icons/react/lbc.js.map +0 -1
- package/lib/data/icons/react/lend.d.ts +0 -8
- package/lib/data/icons/react/lend.d.ts.map +0 -1
- package/lib/data/icons/react/lend.js +0 -34
- package/lib/data/icons/react/lend.js.map +0 -1
- package/lib/data/icons/react/leo.d.ts +0 -8
- package/lib/data/icons/react/leo.d.ts.map +0 -1
- package/lib/data/icons/react/leo.js +0 -37
- package/lib/data/icons/react/leo.js.map +0 -1
- package/lib/data/icons/react/link.d.ts +0 -8
- package/lib/data/icons/react/link.d.ts.map +0 -1
- package/lib/data/icons/react/link.js +0 -34
- package/lib/data/icons/react/link.js.map +0 -1
- package/lib/data/icons/react/lkk.d.ts +0 -8
- package/lib/data/icons/react/lkk.d.ts.map +0 -1
- package/lib/data/icons/react/lkk.js +0 -34
- package/lib/data/icons/react/lkk.js.map +0 -1
- package/lib/data/icons/react/loom.d.ts +0 -8
- package/lib/data/icons/react/loom.d.ts.map +0 -1
- package/lib/data/icons/react/loom.js +0 -39
- package/lib/data/icons/react/loom.js.map +0 -1
- package/lib/data/icons/react/lpt.d.ts +0 -8
- package/lib/data/icons/react/lpt.d.ts.map +0 -1
- package/lib/data/icons/react/lpt.js +0 -34
- package/lib/data/icons/react/lpt.js.map +0 -1
- package/lib/data/icons/react/lrc.d.ts +0 -8
- package/lib/data/icons/react/lrc.d.ts.map +0 -1
- package/lib/data/icons/react/lrc.js +0 -34
- package/lib/data/icons/react/lrc.js.map +0 -1
- package/lib/data/icons/react/lsk.d.ts +0 -8
- package/lib/data/icons/react/lsk.d.ts.map +0 -1
- package/lib/data/icons/react/lsk.js +0 -34
- package/lib/data/icons/react/lsk.js.map +0 -1
- package/lib/data/icons/react/ltc.d.ts +0 -8
- package/lib/data/icons/react/ltc.d.ts.map +0 -1
- package/lib/data/icons/react/ltc.js +0 -34
- package/lib/data/icons/react/ltc.js.map +0 -1
- package/lib/data/icons/react/lun.d.ts +0 -8
- package/lib/data/icons/react/lun.d.ts.map +0 -1
- package/lib/data/icons/react/lun.js +0 -34
- package/lib/data/icons/react/lun.js.map +0 -1
- package/lib/data/icons/react/lyx.d.ts +0 -8
- package/lib/data/icons/react/lyx.d.ts.map +0 -1
- package/lib/data/icons/react/lyx.js +0 -34
- package/lib/data/icons/react/lyx.js.map +0 -1
- package/lib/data/icons/react/maid.d.ts +0 -8
- package/lib/data/icons/react/maid.d.ts.map +0 -1
- package/lib/data/icons/react/maid.js +0 -36
- package/lib/data/icons/react/maid.js.map +0 -1
- package/lib/data/icons/react/mana.d.ts +0 -8
- package/lib/data/icons/react/mana.d.ts.map +0 -1
- package/lib/data/icons/react/mana.js +0 -34
- package/lib/data/icons/react/mana.js.map +0 -1
- package/lib/data/icons/react/matic.d.ts +0 -8
- package/lib/data/icons/react/matic.d.ts.map +0 -1
- package/lib/data/icons/react/matic.js +0 -34
- package/lib/data/icons/react/matic.js.map +0 -1
- package/lib/data/icons/react/mcap.d.ts +0 -8
- package/lib/data/icons/react/mcap.d.ts.map +0 -1
- package/lib/data/icons/react/mcap.js +0 -34
- package/lib/data/icons/react/mcap.js.map +0 -1
- package/lib/data/icons/react/mco.d.ts +0 -8
- package/lib/data/icons/react/mco.d.ts.map +0 -1
- package/lib/data/icons/react/mco.js +0 -34
- package/lib/data/icons/react/mco.js.map +0 -1
- package/lib/data/icons/react/mda.d.ts +0 -8
- package/lib/data/icons/react/mda.d.ts.map +0 -1
- package/lib/data/icons/react/mda.js +0 -34
- package/lib/data/icons/react/mda.js.map +0 -1
- package/lib/data/icons/react/mds.d.ts +0 -8
- package/lib/data/icons/react/mds.d.ts.map +0 -1
- package/lib/data/icons/react/mds.js +0 -34
- package/lib/data/icons/react/mds.js.map +0 -1
- package/lib/data/icons/react/med.d.ts +0 -8
- package/lib/data/icons/react/med.d.ts.map +0 -1
- package/lib/data/icons/react/med.js +0 -34
- package/lib/data/icons/react/med.js.map +0 -1
- package/lib/data/icons/react/meetone.d.ts +0 -8
- package/lib/data/icons/react/meetone.d.ts.map +0 -1
- package/lib/data/icons/react/meetone.js +0 -35
- package/lib/data/icons/react/meetone.js.map +0 -1
- package/lib/data/icons/react/metis.d.ts +0 -8
- package/lib/data/icons/react/metis.d.ts.map +0 -1
- package/lib/data/icons/react/metis.js +0 -34
- package/lib/data/icons/react/metis.js.map +0 -1
- package/lib/data/icons/react/mex.d.ts +0 -8
- package/lib/data/icons/react/mex.d.ts.map +0 -1
- package/lib/data/icons/react/mex.js +0 -34
- package/lib/data/icons/react/mex.js.map +0 -1
- package/lib/data/icons/react/mft.d.ts +0 -8
- package/lib/data/icons/react/mft.d.ts.map +0 -1
- package/lib/data/icons/react/mft.js +0 -34
- package/lib/data/icons/react/mft.js.map +0 -1
- package/lib/data/icons/react/miota.d.ts +0 -8
- package/lib/data/icons/react/miota.d.ts.map +0 -1
- package/lib/data/icons/react/miota.js +0 -34
- package/lib/data/icons/react/miota.js.map +0 -1
- package/lib/data/icons/react/mith.d.ts +0 -8
- package/lib/data/icons/react/mith.d.ts.map +0 -1
- package/lib/data/icons/react/mith.js +0 -34
- package/lib/data/icons/react/mith.js.map +0 -1
- package/lib/data/icons/react/mkr.d.ts +0 -8
- package/lib/data/icons/react/mkr.d.ts.map +0 -1
- package/lib/data/icons/react/mkr.js +0 -34
- package/lib/data/icons/react/mkr.js.map +0 -1
- package/lib/data/icons/react/mln.d.ts +0 -8
- package/lib/data/icons/react/mln.d.ts.map +0 -1
- package/lib/data/icons/react/mln.js +0 -35
- package/lib/data/icons/react/mln.js.map +0 -1
- package/lib/data/icons/react/mnx.d.ts +0 -8
- package/lib/data/icons/react/mnx.d.ts.map +0 -1
- package/lib/data/icons/react/mnx.js +0 -35
- package/lib/data/icons/react/mnx.js.map +0 -1
- package/lib/data/icons/react/mnz.d.ts +0 -8
- package/lib/data/icons/react/mnz.d.ts.map +0 -1
- package/lib/data/icons/react/mnz.js +0 -34
- package/lib/data/icons/react/mnz.js.map +0 -1
- package/lib/data/icons/react/moac.d.ts +0 -8
- package/lib/data/icons/react/moac.d.ts.map +0 -1
- package/lib/data/icons/react/moac.js +0 -34
- package/lib/data/icons/react/moac.js.map +0 -1
- package/lib/data/icons/react/mod.d.ts +0 -8
- package/lib/data/icons/react/mod.d.ts.map +0 -1
- package/lib/data/icons/react/mod.js +0 -35
- package/lib/data/icons/react/mod.js.map +0 -1
- package/lib/data/icons/react/mona.d.ts +0 -8
- package/lib/data/icons/react/mona.d.ts.map +0 -1
- package/lib/data/icons/react/mona.js +0 -34
- package/lib/data/icons/react/mona.js.map +0 -1
- package/lib/data/icons/react/movr.d.ts +0 -8
- package/lib/data/icons/react/movr.d.ts.map +0 -1
- package/lib/data/icons/react/movr.js +0 -43
- package/lib/data/icons/react/movr.js.map +0 -1
- package/lib/data/icons/react/msr.d.ts +0 -8
- package/lib/data/icons/react/msr.d.ts.map +0 -1
- package/lib/data/icons/react/msr.js +0 -35
- package/lib/data/icons/react/msr.js.map +0 -1
- package/lib/data/icons/react/mth.d.ts +0 -8
- package/lib/data/icons/react/mth.d.ts.map +0 -1
- package/lib/data/icons/react/mth.js +0 -41
- package/lib/data/icons/react/mth.js.map +0 -1
- package/lib/data/icons/react/mtl.d.ts +0 -8
- package/lib/data/icons/react/mtl.d.ts.map +0 -1
- package/lib/data/icons/react/mtl.js +0 -34
- package/lib/data/icons/react/mtl.js.map +0 -1
- package/lib/data/icons/react/music.d.ts +0 -8
- package/lib/data/icons/react/music.d.ts.map +0 -1
- package/lib/data/icons/react/music.js +0 -34
- package/lib/data/icons/react/music.js.map +0 -1
- package/lib/data/icons/react/mzc.d.ts +0 -8
- package/lib/data/icons/react/mzc.d.ts.map +0 -1
- package/lib/data/icons/react/mzc.js +0 -34
- package/lib/data/icons/react/mzc.js.map +0 -1
- package/lib/data/icons/react/nano.d.ts +0 -8
- package/lib/data/icons/react/nano.d.ts.map +0 -1
- package/lib/data/icons/react/nano.js +0 -34
- package/lib/data/icons/react/nano.js.map +0 -1
- package/lib/data/icons/react/nas.d.ts +0 -8
- package/lib/data/icons/react/nas.d.ts.map +0 -1
- package/lib/data/icons/react/nas.js +0 -34
- package/lib/data/icons/react/nas.js.map +0 -1
- package/lib/data/icons/react/nav.d.ts +0 -8
- package/lib/data/icons/react/nav.d.ts.map +0 -1
- package/lib/data/icons/react/nav.js +0 -34
- package/lib/data/icons/react/nav.js.map +0 -1
- package/lib/data/icons/react/ncash.d.ts +0 -8
- package/lib/data/icons/react/ncash.d.ts.map +0 -1
- package/lib/data/icons/react/ncash.js +0 -34
- package/lib/data/icons/react/ncash.js.map +0 -1
- package/lib/data/icons/react/ndz.d.ts +0 -8
- package/lib/data/icons/react/ndz.d.ts.map +0 -1
- package/lib/data/icons/react/ndz.js +0 -34
- package/lib/data/icons/react/ndz.js.map +0 -1
- package/lib/data/icons/react/near.d.ts +0 -8
- package/lib/data/icons/react/near.d.ts.map +0 -1
- package/lib/data/icons/react/near.js +0 -34
- package/lib/data/icons/react/near.js.map +0 -1
- package/lib/data/icons/react/nebl.d.ts +0 -8
- package/lib/data/icons/react/nebl.d.ts.map +0 -1
- package/lib/data/icons/react/nebl.js +0 -34
- package/lib/data/icons/react/nebl.js.map +0 -1
- package/lib/data/icons/react/neo.d.ts +0 -8
- package/lib/data/icons/react/neo.d.ts.map +0 -1
- package/lib/data/icons/react/neo.js +0 -34
- package/lib/data/icons/react/neo.js.map +0 -1
- package/lib/data/icons/react/neon.d.ts +0 -8
- package/lib/data/icons/react/neon.d.ts.map +0 -1
- package/lib/data/icons/react/neon.js +0 -34
- package/lib/data/icons/react/neon.js.map +0 -1
- package/lib/data/icons/react/neos.d.ts +0 -8
- package/lib/data/icons/react/neos.d.ts.map +0 -1
- package/lib/data/icons/react/neos.js +0 -34
- package/lib/data/icons/react/neos.js.map +0 -1
- package/lib/data/icons/react/neu.d.ts +0 -8
- package/lib/data/icons/react/neu.d.ts.map +0 -1
- package/lib/data/icons/react/neu.js +0 -37
- package/lib/data/icons/react/neu.js.map +0 -1
- package/lib/data/icons/react/nexo.d.ts +0 -8
- package/lib/data/icons/react/nexo.d.ts.map +0 -1
- package/lib/data/icons/react/nexo.js +0 -39
- package/lib/data/icons/react/nexo.js.map +0 -1
- package/lib/data/icons/react/ngc.d.ts +0 -8
- package/lib/data/icons/react/ngc.d.ts.map +0 -1
- package/lib/data/icons/react/ngc.js +0 -34
- package/lib/data/icons/react/ngc.js.map +0 -1
- package/lib/data/icons/react/nim.d.ts +0 -8
- package/lib/data/icons/react/nim.d.ts.map +0 -1
- package/lib/data/icons/react/nim.js +0 -34
- package/lib/data/icons/react/nim.js.map +0 -1
- package/lib/data/icons/react/nio.d.ts +0 -8
- package/lib/data/icons/react/nio.d.ts.map +0 -1
- package/lib/data/icons/react/nio.js +0 -34
- package/lib/data/icons/react/nio.js.map +0 -1
- package/lib/data/icons/react/nlc2.d.ts +0 -8
- package/lib/data/icons/react/nlc2.d.ts.map +0 -1
- package/lib/data/icons/react/nlc2.js +0 -34
- package/lib/data/icons/react/nlc2.js.map +0 -1
- package/lib/data/icons/react/nlg.d.ts +0 -8
- package/lib/data/icons/react/nlg.d.ts.map +0 -1
- package/lib/data/icons/react/nlg.js +0 -34
- package/lib/data/icons/react/nlg.js.map +0 -1
- package/lib/data/icons/react/nmc.d.ts +0 -8
- package/lib/data/icons/react/nmc.d.ts.map +0 -1
- package/lib/data/icons/react/nmc.js +0 -34
- package/lib/data/icons/react/nmc.js.map +0 -1
- package/lib/data/icons/react/nmr.d.ts +0 -8
- package/lib/data/icons/react/nmr.d.ts.map +0 -1
- package/lib/data/icons/react/nmr.js +0 -34
- package/lib/data/icons/react/nmr.js.map +0 -1
- package/lib/data/icons/react/nom.d.ts +0 -8
- package/lib/data/icons/react/nom.d.ts.map +0 -1
- package/lib/data/icons/react/nom.js +0 -34
- package/lib/data/icons/react/nom.js.map +0 -1
- package/lib/data/icons/react/npxs.d.ts +0 -8
- package/lib/data/icons/react/npxs.d.ts.map +0 -1
- package/lib/data/icons/react/npxs.js +0 -35
- package/lib/data/icons/react/npxs.js.map +0 -1
- package/lib/data/icons/react/nuls.d.ts +0 -8
- package/lib/data/icons/react/nuls.d.ts.map +0 -1
- package/lib/data/icons/react/nuls.js +0 -34
- package/lib/data/icons/react/nuls.js.map +0 -1
- package/lib/data/icons/react/nxs.d.ts +0 -8
- package/lib/data/icons/react/nxs.d.ts.map +0 -1
- package/lib/data/icons/react/nxs.js +0 -34
- package/lib/data/icons/react/nxs.js.map +0 -1
- package/lib/data/icons/react/nxt.d.ts +0 -8
- package/lib/data/icons/react/nxt.d.ts.map +0 -1
- package/lib/data/icons/react/nxt.js +0 -34
- package/lib/data/icons/react/nxt.js.map +0 -1
- package/lib/data/icons/react/nym.d.ts +0 -8
- package/lib/data/icons/react/nym.d.ts.map +0 -1
- package/lib/data/icons/react/nym.js +0 -38
- package/lib/data/icons/react/nym.js.map +0 -1
- package/lib/data/icons/react/nyx.d.ts +0 -8
- package/lib/data/icons/react/nyx.d.ts.map +0 -1
- package/lib/data/icons/react/nyx.js +0 -36
- package/lib/data/icons/react/nyx.js.map +0 -1
- package/lib/data/icons/react/oax.d.ts +0 -8
- package/lib/data/icons/react/oax.d.ts.map +0 -1
- package/lib/data/icons/react/oax.js +0 -34
- package/lib/data/icons/react/oax.js.map +0 -1
- package/lib/data/icons/react/ok.d.ts +0 -8
- package/lib/data/icons/react/ok.d.ts.map +0 -1
- package/lib/data/icons/react/ok.js +0 -34
- package/lib/data/icons/react/ok.js.map +0 -1
- package/lib/data/icons/react/okb.d.ts +0 -8
- package/lib/data/icons/react/okb.d.ts.map +0 -1
- package/lib/data/icons/react/okb.js +0 -37
- package/lib/data/icons/react/okb.js.map +0 -1
- package/lib/data/icons/react/omg.d.ts +0 -8
- package/lib/data/icons/react/omg.d.ts.map +0 -1
- package/lib/data/icons/react/omg.js +0 -34
- package/lib/data/icons/react/omg.js.map +0 -1
- package/lib/data/icons/react/omni.d.ts +0 -8
- package/lib/data/icons/react/omni.d.ts.map +0 -1
- package/lib/data/icons/react/omni.js +0 -34
- package/lib/data/icons/react/omni.js.map +0 -1
- package/lib/data/icons/react/ong.d.ts +0 -8
- package/lib/data/icons/react/ong.d.ts.map +0 -1
- package/lib/data/icons/react/ong.js +0 -36
- package/lib/data/icons/react/ong.js.map +0 -1
- package/lib/data/icons/react/ont.d.ts +0 -8
- package/lib/data/icons/react/ont.d.ts.map +0 -1
- package/lib/data/icons/react/ont.js +0 -34
- package/lib/data/icons/react/ont.js.map +0 -1
- package/lib/data/icons/react/oot.d.ts +0 -8
- package/lib/data/icons/react/oot.d.ts.map +0 -1
- package/lib/data/icons/react/oot.js +0 -34
- package/lib/data/icons/react/oot.js.map +0 -1
- package/lib/data/icons/react/osmo.d.ts +0 -8
- package/lib/data/icons/react/osmo.d.ts.map +0 -1
- package/lib/data/icons/react/osmo.js +0 -38
- package/lib/data/icons/react/osmo.js.map +0 -1
- package/lib/data/icons/react/ost.d.ts +0 -8
- package/lib/data/icons/react/ost.d.ts.map +0 -1
- package/lib/data/icons/react/ost.js +0 -35
- package/lib/data/icons/react/ost.js.map +0 -1
- package/lib/data/icons/react/ox.d.ts +0 -8
- package/lib/data/icons/react/ox.d.ts.map +0 -1
- package/lib/data/icons/react/ox.js +0 -34
- package/lib/data/icons/react/ox.js.map +0 -1
- package/lib/data/icons/react/oxt.d.ts +0 -8
- package/lib/data/icons/react/oxt.d.ts.map +0 -1
- package/lib/data/icons/react/oxt.js +0 -34
- package/lib/data/icons/react/oxt.js.map +0 -1
- package/lib/data/icons/react/pac.d.ts +0 -8
- package/lib/data/icons/react/pac.d.ts.map +0 -1
- package/lib/data/icons/react/pac.js +0 -34
- package/lib/data/icons/react/pac.js.map +0 -1
- package/lib/data/icons/react/part.d.ts +0 -8
- package/lib/data/icons/react/part.d.ts.map +0 -1
- package/lib/data/icons/react/part.js +0 -34
- package/lib/data/icons/react/part.js.map +0 -1
- package/lib/data/icons/react/pasc.d.ts +0 -8
- package/lib/data/icons/react/pasc.d.ts.map +0 -1
- package/lib/data/icons/react/pasc.js +0 -34
- package/lib/data/icons/react/pasc.js.map +0 -1
- package/lib/data/icons/react/pasl.d.ts +0 -8
- package/lib/data/icons/react/pasl.d.ts.map +0 -1
- package/lib/data/icons/react/pasl.js +0 -34
- package/lib/data/icons/react/pasl.js.map +0 -1
- package/lib/data/icons/react/pax.d.ts +0 -8
- package/lib/data/icons/react/pax.d.ts.map +0 -1
- package/lib/data/icons/react/pax.js +0 -34
- package/lib/data/icons/react/pax.js.map +0 -1
- package/lib/data/icons/react/pay.d.ts +0 -8
- package/lib/data/icons/react/pay.d.ts.map +0 -1
- package/lib/data/icons/react/pay.js +0 -34
- package/lib/data/icons/react/pay.js.map +0 -1
- package/lib/data/icons/react/payx.d.ts +0 -8
- package/lib/data/icons/react/payx.d.ts.map +0 -1
- package/lib/data/icons/react/payx.js +0 -35
- package/lib/data/icons/react/payx.js.map +0 -1
- package/lib/data/icons/react/pink.d.ts +0 -8
- package/lib/data/icons/react/pink.d.ts.map +0 -1
- package/lib/data/icons/react/pink.js +0 -35
- package/lib/data/icons/react/pink.js.map +0 -1
- package/lib/data/icons/react/pirl.d.ts +0 -8
- package/lib/data/icons/react/pirl.d.ts.map +0 -1
- package/lib/data/icons/react/pirl.js +0 -34
- package/lib/data/icons/react/pirl.js.map +0 -1
- package/lib/data/icons/react/pivx.d.ts +0 -8
- package/lib/data/icons/react/pivx.d.ts.map +0 -1
- package/lib/data/icons/react/pivx.js +0 -34
- package/lib/data/icons/react/pivx.js.map +0 -1
- package/lib/data/icons/react/plr.d.ts +0 -8
- package/lib/data/icons/react/plr.d.ts.map +0 -1
- package/lib/data/icons/react/plr.js +0 -34
- package/lib/data/icons/react/plr.js.map +0 -1
- package/lib/data/icons/react/poa.d.ts +0 -8
- package/lib/data/icons/react/poa.d.ts.map +0 -1
- package/lib/data/icons/react/poa.js +0 -35
- package/lib/data/icons/react/poa.js.map +0 -1
- package/lib/data/icons/react/poe.d.ts +0 -8
- package/lib/data/icons/react/poe.d.ts.map +0 -1
- package/lib/data/icons/react/poe.js +0 -35
- package/lib/data/icons/react/poe.js.map +0 -1
- package/lib/data/icons/react/polis.d.ts +0 -8
- package/lib/data/icons/react/polis.d.ts.map +0 -1
- package/lib/data/icons/react/polis.js +0 -34
- package/lib/data/icons/react/polis.js.map +0 -1
- package/lib/data/icons/react/poly.d.ts +0 -8
- package/lib/data/icons/react/poly.d.ts.map +0 -1
- package/lib/data/icons/react/poly.js +0 -34
- package/lib/data/icons/react/poly.js.map +0 -1
- package/lib/data/icons/react/pot.d.ts +0 -8
- package/lib/data/icons/react/pot.d.ts.map +0 -1
- package/lib/data/icons/react/pot.js +0 -34
- package/lib/data/icons/react/pot.js.map +0 -1
- package/lib/data/icons/react/powr.d.ts +0 -8
- package/lib/data/icons/react/powr.d.ts.map +0 -1
- package/lib/data/icons/react/powr.js +0 -34
- package/lib/data/icons/react/powr.js.map +0 -1
- package/lib/data/icons/react/ppc.d.ts +0 -8
- package/lib/data/icons/react/ppc.d.ts.map +0 -1
- package/lib/data/icons/react/ppc.js +0 -35
- package/lib/data/icons/react/ppc.js.map +0 -1
- package/lib/data/icons/react/ppp.d.ts +0 -8
- package/lib/data/icons/react/ppp.d.ts.map +0 -1
- package/lib/data/icons/react/ppp.js +0 -34
- package/lib/data/icons/react/ppp.js.map +0 -1
- package/lib/data/icons/react/ppt.d.ts +0 -8
- package/lib/data/icons/react/ppt.d.ts.map +0 -1
- package/lib/data/icons/react/ppt.js +0 -34
- package/lib/data/icons/react/ppt.js.map +0 -1
- package/lib/data/icons/react/pre.d.ts +0 -8
- package/lib/data/icons/react/pre.d.ts.map +0 -1
- package/lib/data/icons/react/pre.js +0 -39
- package/lib/data/icons/react/pre.js.map +0 -1
- package/lib/data/icons/react/prl.d.ts +0 -8
- package/lib/data/icons/react/prl.d.ts.map +0 -1
- package/lib/data/icons/react/prl.js +0 -34
- package/lib/data/icons/react/prl.js.map +0 -1
- package/lib/data/icons/react/ptrn.d.ts +0 -8
- package/lib/data/icons/react/ptrn.d.ts.map +0 -1
- package/lib/data/icons/react/ptrn.js +0 -34
- package/lib/data/icons/react/ptrn.js.map +0 -1
- package/lib/data/icons/react/pungo.d.ts +0 -8
- package/lib/data/icons/react/pungo.d.ts.map +0 -1
- package/lib/data/icons/react/pungo.js +0 -34
- package/lib/data/icons/react/pungo.js.map +0 -1
- package/lib/data/icons/react/pura.d.ts +0 -8
- package/lib/data/icons/react/pura.d.ts.map +0 -1
- package/lib/data/icons/react/pura.js +0 -34
- package/lib/data/icons/react/pura.js.map +0 -1
- package/lib/data/icons/react/pyusd.d.ts +0 -8
- package/lib/data/icons/react/pyusd.d.ts.map +0 -1
- package/lib/data/icons/react/pyusd.js +0 -35
- package/lib/data/icons/react/pyusd.js.map +0 -1
- package/lib/data/icons/react/qash.d.ts +0 -8
- package/lib/data/icons/react/qash.d.ts.map +0 -1
- package/lib/data/icons/react/qash.js +0 -34
- package/lib/data/icons/react/qash.js.map +0 -1
- package/lib/data/icons/react/qck.d.ts +0 -8
- package/lib/data/icons/react/qck.d.ts.map +0 -1
- package/lib/data/icons/react/qck.js +0 -35
- package/lib/data/icons/react/qck.js.map +0 -1
- package/lib/data/icons/react/qiwi.d.ts +0 -8
- package/lib/data/icons/react/qiwi.d.ts.map +0 -1
- package/lib/data/icons/react/qiwi.js +0 -34
- package/lib/data/icons/react/qiwi.js.map +0 -1
- package/lib/data/icons/react/qlc.d.ts +0 -8
- package/lib/data/icons/react/qlc.d.ts.map +0 -1
- package/lib/data/icons/react/qlc.js +0 -34
- package/lib/data/icons/react/qlc.js.map +0 -1
- package/lib/data/icons/react/qrl.d.ts +0 -8
- package/lib/data/icons/react/qrl.d.ts.map +0 -1
- package/lib/data/icons/react/qrl.js +0 -34
- package/lib/data/icons/react/qrl.js.map +0 -1
- package/lib/data/icons/react/qsp.d.ts +0 -8
- package/lib/data/icons/react/qsp.d.ts.map +0 -1
- package/lib/data/icons/react/qsp.js +0 -34
- package/lib/data/icons/react/qsp.js.map +0 -1
- package/lib/data/icons/react/qtum.d.ts +0 -8
- package/lib/data/icons/react/qtum.d.ts.map +0 -1
- package/lib/data/icons/react/qtum.js +0 -34
- package/lib/data/icons/react/qtum.js.map +0 -1
- package/lib/data/icons/react/r.d.ts +0 -8
- package/lib/data/icons/react/r.d.ts.map +0 -1
- package/lib/data/icons/react/r.js +0 -34
- package/lib/data/icons/react/r.js.map +0 -1
- package/lib/data/icons/react/rads.d.ts +0 -8
- package/lib/data/icons/react/rads.d.ts.map +0 -1
- package/lib/data/icons/react/rads.js +0 -35
- package/lib/data/icons/react/rads.js.map +0 -1
- package/lib/data/icons/react/rap.d.ts +0 -8
- package/lib/data/icons/react/rap.d.ts.map +0 -1
- package/lib/data/icons/react/rap.js +0 -34
- package/lib/data/icons/react/rap.js.map +0 -1
- package/lib/data/icons/react/rbtc.d.ts +0 -8
- package/lib/data/icons/react/rbtc.d.ts.map +0 -1
- package/lib/data/icons/react/rbtc.js +0 -35
- package/lib/data/icons/react/rbtc.js.map +0 -1
- package/lib/data/icons/react/rcn.d.ts +0 -8
- package/lib/data/icons/react/rcn.d.ts.map +0 -1
- package/lib/data/icons/react/rcn.js +0 -34
- package/lib/data/icons/react/rcn.js.map +0 -1
- package/lib/data/icons/react/rdd.d.ts +0 -8
- package/lib/data/icons/react/rdd.d.ts.map +0 -1
- package/lib/data/icons/react/rdd.js +0 -35
- package/lib/data/icons/react/rdd.js.map +0 -1
- package/lib/data/icons/react/rdn.d.ts +0 -8
- package/lib/data/icons/react/rdn.d.ts.map +0 -1
- package/lib/data/icons/react/rdn.js +0 -34
- package/lib/data/icons/react/rdn.js.map +0 -1
- package/lib/data/icons/react/ren.d.ts +0 -8
- package/lib/data/icons/react/ren.d.ts.map +0 -1
- package/lib/data/icons/react/ren.js +0 -34
- package/lib/data/icons/react/ren.js.map +0 -1
- package/lib/data/icons/react/rep.d.ts +0 -8
- package/lib/data/icons/react/rep.d.ts.map +0 -1
- package/lib/data/icons/react/rep.js +0 -34
- package/lib/data/icons/react/rep.js.map +0 -1
- package/lib/data/icons/react/repv2.d.ts +0 -8
- package/lib/data/icons/react/repv2.d.ts.map +0 -1
- package/lib/data/icons/react/repv2.js +0 -35
- package/lib/data/icons/react/repv2.js.map +0 -1
- package/lib/data/icons/react/req.d.ts +0 -8
- package/lib/data/icons/react/req.d.ts.map +0 -1
- package/lib/data/icons/react/req.js +0 -34
- package/lib/data/icons/react/req.js.map +0 -1
- package/lib/data/icons/react/rhoc.d.ts +0 -8
- package/lib/data/icons/react/rhoc.d.ts.map +0 -1
- package/lib/data/icons/react/rhoc.js +0 -34
- package/lib/data/icons/react/rhoc.js.map +0 -1
- package/lib/data/icons/react/ric.d.ts +0 -8
- package/lib/data/icons/react/ric.d.ts.map +0 -1
- package/lib/data/icons/react/ric.js +0 -34
- package/lib/data/icons/react/ric.js.map +0 -1
- package/lib/data/icons/react/ride.d.ts +0 -8
- package/lib/data/icons/react/ride.d.ts.map +0 -1
- package/lib/data/icons/react/ride.js +0 -34
- package/lib/data/icons/react/ride.js.map +0 -1
- package/lib/data/icons/react/rise.d.ts +0 -8
- package/lib/data/icons/react/rise.d.ts.map +0 -1
- package/lib/data/icons/react/rise.js +0 -34
- package/lib/data/icons/react/rise.js.map +0 -1
- package/lib/data/icons/react/rlc.d.ts +0 -8
- package/lib/data/icons/react/rlc.d.ts.map +0 -1
- package/lib/data/icons/react/rlc.js +0 -34
- package/lib/data/icons/react/rlc.js.map +0 -1
- package/lib/data/icons/react/rpx.d.ts +0 -8
- package/lib/data/icons/react/rpx.d.ts.map +0 -1
- package/lib/data/icons/react/rpx.js +0 -34
- package/lib/data/icons/react/rpx.js.map +0 -1
- package/lib/data/icons/react/rub.d.ts +0 -8
- package/lib/data/icons/react/rub.d.ts.map +0 -1
- package/lib/data/icons/react/rub.js +0 -34
- package/lib/data/icons/react/rub.js.map +0 -1
- package/lib/data/icons/react/rvn.d.ts +0 -8
- package/lib/data/icons/react/rvn.d.ts.map +0 -1
- package/lib/data/icons/react/rvn.js +0 -34
- package/lib/data/icons/react/rvn.js.map +0 -1
- package/lib/data/icons/react/ryo.d.ts +0 -8
- package/lib/data/icons/react/ryo.d.ts.map +0 -1
- package/lib/data/icons/react/ryo.js +0 -35
- package/lib/data/icons/react/ryo.js.map +0 -1
- package/lib/data/icons/react/sAbi.d.ts +0 -8
- package/lib/data/icons/react/sAbi.d.ts.map +0 -1
- package/lib/data/icons/react/sAbi.js +0 -34
- package/lib/data/icons/react/sAbi.js.map +0 -1
- package/lib/data/icons/react/safe.d.ts +0 -8
- package/lib/data/icons/react/safe.d.ts.map +0 -1
- package/lib/data/icons/react/safe.js +0 -35
- package/lib/data/icons/react/safe.js.map +0 -1
- package/lib/data/icons/react/sai.d.ts +0 -8
- package/lib/data/icons/react/sai.d.ts.map +0 -1
- package/lib/data/icons/react/sai.js +0 -34
- package/lib/data/icons/react/sai.js.map +0 -1
- package/lib/data/icons/react/salt.d.ts +0 -8
- package/lib/data/icons/react/salt.d.ts.map +0 -1
- package/lib/data/icons/react/salt.js +0 -34
- package/lib/data/icons/react/salt.js.map +0 -1
- package/lib/data/icons/react/san.d.ts +0 -8
- package/lib/data/icons/react/san.d.ts.map +0 -1
- package/lib/data/icons/react/san.js +0 -34
- package/lib/data/icons/react/san.js.map +0 -1
- package/lib/data/icons/react/sbd.d.ts +0 -8
- package/lib/data/icons/react/sbd.d.ts.map +0 -1
- package/lib/data/icons/react/sbd.js +0 -34
- package/lib/data/icons/react/sbd.js.map +0 -1
- package/lib/data/icons/react/sberbank.d.ts +0 -8
- package/lib/data/icons/react/sberbank.d.ts.map +0 -1
- package/lib/data/icons/react/sberbank.js +0 -34
- package/lib/data/icons/react/sberbank.js.map +0 -1
- package/lib/data/icons/react/sc.d.ts +0 -8
- package/lib/data/icons/react/sc.d.ts.map +0 -1
- package/lib/data/icons/react/sc.js +0 -34
- package/lib/data/icons/react/sc.js.map +0 -1
- package/lib/data/icons/react/scrt.d.ts +0 -8
- package/lib/data/icons/react/scrt.d.ts.map +0 -1
- package/lib/data/icons/react/scrt.js +0 -35
- package/lib/data/icons/react/scrt.js.map +0 -1
- package/lib/data/icons/react/sei.d.ts +0 -8
- package/lib/data/icons/react/sei.d.ts.map +0 -1
- package/lib/data/icons/react/sei.js +0 -34
- package/lib/data/icons/react/sei.js.map +0 -1
- package/lib/data/icons/react/sgb.d.ts +0 -8
- package/lib/data/icons/react/sgb.d.ts.map +0 -1
- package/lib/data/icons/react/sgb.js +0 -40
- package/lib/data/icons/react/sgb.js.map +0 -1
- package/lib/data/icons/react/shift.d.ts +0 -8
- package/lib/data/icons/react/shift.d.ts.map +0 -1
- package/lib/data/icons/react/shift.js +0 -37
- package/lib/data/icons/react/shift.js.map +0 -1
- package/lib/data/icons/react/sib.d.ts +0 -8
- package/lib/data/icons/react/sib.d.ts.map +0 -1
- package/lib/data/icons/react/sib.js +0 -34
- package/lib/data/icons/react/sib.js.map +0 -1
- package/lib/data/icons/react/sin.d.ts +0 -8
- package/lib/data/icons/react/sin.d.ts.map +0 -1
- package/lib/data/icons/react/sin.js +0 -35
- package/lib/data/icons/react/sin.js.map +0 -1
- package/lib/data/icons/react/sky.d.ts +0 -8
- package/lib/data/icons/react/sky.d.ts.map +0 -1
- package/lib/data/icons/react/sky.js +0 -34
- package/lib/data/icons/react/sky.js.map +0 -1
- package/lib/data/icons/react/slr.d.ts +0 -8
- package/lib/data/icons/react/slr.d.ts.map +0 -1
- package/lib/data/icons/react/slr.js +0 -34
- package/lib/data/icons/react/slr.js.map +0 -1
- package/lib/data/icons/react/sls.d.ts +0 -8
- package/lib/data/icons/react/sls.d.ts.map +0 -1
- package/lib/data/icons/react/sls.js +0 -34
- package/lib/data/icons/react/sls.js.map +0 -1
- package/lib/data/icons/react/smart.d.ts +0 -8
- package/lib/data/icons/react/smart.d.ts.map +0 -1
- package/lib/data/icons/react/smart.js +0 -35
- package/lib/data/icons/react/smart.js.map +0 -1
- package/lib/data/icons/react/sngls.d.ts +0 -8
- package/lib/data/icons/react/sngls.d.ts.map +0 -1
- package/lib/data/icons/react/sngls.js +0 -34
- package/lib/data/icons/react/sngls.js.map +0 -1
- package/lib/data/icons/react/snm.d.ts +0 -8
- package/lib/data/icons/react/snm.d.ts.map +0 -1
- package/lib/data/icons/react/snm.js +0 -34
- package/lib/data/icons/react/snm.js.map +0 -1
- package/lib/data/icons/react/snt.d.ts +0 -8
- package/lib/data/icons/react/snt.d.ts.map +0 -1
- package/lib/data/icons/react/snt.js +0 -34
- package/lib/data/icons/react/snt.js.map +0 -1
- package/lib/data/icons/react/soc.d.ts +0 -8
- package/lib/data/icons/react/soc.d.ts.map +0 -1
- package/lib/data/icons/react/soc.js +0 -35
- package/lib/data/icons/react/soc.js.map +0 -1
- package/lib/data/icons/react/sol.d.ts +0 -8
- package/lib/data/icons/react/sol.d.ts.map +0 -1
- package/lib/data/icons/react/sol.js +0 -36
- package/lib/data/icons/react/sol.js.map +0 -1
- package/lib/data/icons/react/spank.d.ts +0 -8
- package/lib/data/icons/react/spank.d.ts.map +0 -1
- package/lib/data/icons/react/spank.js +0 -34
- package/lib/data/icons/react/spank.js.map +0 -1
- package/lib/data/icons/react/sphtx.d.ts +0 -8
- package/lib/data/icons/react/sphtx.d.ts.map +0 -1
- package/lib/data/icons/react/sphtx.js +0 -34
- package/lib/data/icons/react/sphtx.js.map +0 -1
- package/lib/data/icons/react/srn.d.ts +0 -8
- package/lib/data/icons/react/srn.d.ts.map +0 -1
- package/lib/data/icons/react/srn.js +0 -34
- package/lib/data/icons/react/srn.js.map +0 -1
- package/lib/data/icons/react/ssv.d.ts +0 -8
- package/lib/data/icons/react/ssv.d.ts.map +0 -1
- package/lib/data/icons/react/ssv.js +0 -35
- package/lib/data/icons/react/ssv.js.map +0 -1
- package/lib/data/icons/react/stak.d.ts +0 -8
- package/lib/data/icons/react/stak.d.ts.map +0 -1
- package/lib/data/icons/react/stak.js +0 -34
- package/lib/data/icons/react/stak.js.map +0 -1
- package/lib/data/icons/react/stars.d.ts +0 -8
- package/lib/data/icons/react/stars.d.ts.map +0 -1
- package/lib/data/icons/react/stars.js +0 -34
- package/lib/data/icons/react/stars.js.map +0 -1
- package/lib/data/icons/react/start.d.ts +0 -8
- package/lib/data/icons/react/start.d.ts.map +0 -1
- package/lib/data/icons/react/start.js +0 -34
- package/lib/data/icons/react/start.js.map +0 -1
- package/lib/data/icons/react/steem.d.ts +0 -8
- package/lib/data/icons/react/steem.d.ts.map +0 -1
- package/lib/data/icons/react/steem.js +0 -34
- package/lib/data/icons/react/steem.js.map +0 -1
- package/lib/data/icons/react/storj.d.ts +0 -8
- package/lib/data/icons/react/storj.d.ts.map +0 -1
- package/lib/data/icons/react/storj.js +0 -34
- package/lib/data/icons/react/storj.js.map +0 -1
- package/lib/data/icons/react/storm.d.ts +0 -8
- package/lib/data/icons/react/storm.d.ts.map +0 -1
- package/lib/data/icons/react/storm.js +0 -34
- package/lib/data/icons/react/storm.js.map +0 -1
- package/lib/data/icons/react/stq.d.ts +0 -8
- package/lib/data/icons/react/stq.d.ts.map +0 -1
- package/lib/data/icons/react/stq.js +0 -34
- package/lib/data/icons/react/stq.js.map +0 -1
- package/lib/data/icons/react/strat.d.ts +0 -8
- package/lib/data/icons/react/strat.d.ts.map +0 -1
- package/lib/data/icons/react/strat.js +0 -34
- package/lib/data/icons/react/strat.js.map +0 -1
- package/lib/data/icons/react/strd.d.ts +0 -8
- package/lib/data/icons/react/strd.d.ts.map +0 -1
- package/lib/data/icons/react/strd.js +0 -35
- package/lib/data/icons/react/strd.js.map +0 -1
- package/lib/data/icons/react/stx.d.ts +0 -8
- package/lib/data/icons/react/stx.d.ts.map +0 -1
- package/lib/data/icons/react/stx.js +0 -36
- package/lib/data/icons/react/stx.js.map +0 -1
- package/lib/data/icons/react/sub.d.ts +0 -8
- package/lib/data/icons/react/sub.d.ts.map +0 -1
- package/lib/data/icons/react/sub.js +0 -34
- package/lib/data/icons/react/sub.js.map +0 -1
- package/lib/data/icons/react/sumo.d.ts +0 -8
- package/lib/data/icons/react/sumo.d.ts.map +0 -1
- package/lib/data/icons/react/sumo.js +0 -34
- package/lib/data/icons/react/sumo.js.map +0 -1
- package/lib/data/icons/react/sys.d.ts +0 -8
- package/lib/data/icons/react/sys.d.ts.map +0 -1
- package/lib/data/icons/react/sys.js +0 -35
- package/lib/data/icons/react/sys.js.map +0 -1
- package/lib/data/icons/react/taas.d.ts +0 -8
- package/lib/data/icons/react/taas.d.ts.map +0 -1
- package/lib/data/icons/react/taas.js +0 -34
- package/lib/data/icons/react/taas.js.map +0 -1
- package/lib/data/icons/react/tau.d.ts +0 -8
- package/lib/data/icons/react/tau.d.ts.map +0 -1
- package/lib/data/icons/react/tau.js +0 -34
- package/lib/data/icons/react/tau.js.map +0 -1
- package/lib/data/icons/react/tbx.d.ts +0 -8
- package/lib/data/icons/react/tbx.d.ts.map +0 -1
- package/lib/data/icons/react/tbx.js +0 -35
- package/lib/data/icons/react/tbx.js.map +0 -1
- package/lib/data/icons/react/tel.d.ts +0 -8
- package/lib/data/icons/react/tel.d.ts.map +0 -1
- package/lib/data/icons/react/tel.js +0 -34
- package/lib/data/icons/react/tel.js.map +0 -1
- package/lib/data/icons/react/ten.d.ts +0 -8
- package/lib/data/icons/react/ten.d.ts.map +0 -1
- package/lib/data/icons/react/ten.js +0 -34
- package/lib/data/icons/react/ten.js.map +0 -1
- package/lib/data/icons/react/tern.d.ts +0 -8
- package/lib/data/icons/react/tern.d.ts.map +0 -1
- package/lib/data/icons/react/tern.js +0 -34
- package/lib/data/icons/react/tern.js.map +0 -1
- package/lib/data/icons/react/tgch.d.ts +0 -8
- package/lib/data/icons/react/tgch.d.ts.map +0 -1
- package/lib/data/icons/react/tgch.js +0 -35
- package/lib/data/icons/react/tgch.js.map +0 -1
- package/lib/data/icons/react/theta.d.ts +0 -8
- package/lib/data/icons/react/theta.d.ts.map +0 -1
- package/lib/data/icons/react/theta.js +0 -34
- package/lib/data/icons/react/theta.js.map +0 -1
- package/lib/data/icons/react/tifi.d.ts +0 -8
- package/lib/data/icons/react/tifi.d.ts.map +0 -1
- package/lib/data/icons/react/tifi.js +0 -34
- package/lib/data/icons/react/tifi.js.map +0 -1
- package/lib/data/icons/react/tix.d.ts +0 -8
- package/lib/data/icons/react/tix.d.ts.map +0 -1
- package/lib/data/icons/react/tix.js +0 -34
- package/lib/data/icons/react/tix.js.map +0 -1
- package/lib/data/icons/react/tkn.d.ts +0 -8
- package/lib/data/icons/react/tkn.d.ts.map +0 -1
- package/lib/data/icons/react/tkn.js +0 -34
- package/lib/data/icons/react/tkn.js.map +0 -1
- package/lib/data/icons/react/tks.d.ts +0 -8
- package/lib/data/icons/react/tks.d.ts.map +0 -1
- package/lib/data/icons/react/tks.js +0 -35
- package/lib/data/icons/react/tks.js.map +0 -1
- package/lib/data/icons/react/tlos.d.ts +0 -8
- package/lib/data/icons/react/tlos.d.ts.map +0 -1
- package/lib/data/icons/react/tlos.js +0 -34
- package/lib/data/icons/react/tlos.js.map +0 -1
- package/lib/data/icons/react/tnb.d.ts +0 -8
- package/lib/data/icons/react/tnb.d.ts.map +0 -1
- package/lib/data/icons/react/tnb.js +0 -34
- package/lib/data/icons/react/tnb.js.map +0 -1
- package/lib/data/icons/react/tnc.d.ts +0 -8
- package/lib/data/icons/react/tnc.d.ts.map +0 -1
- package/lib/data/icons/react/tnc.js +0 -34
- package/lib/data/icons/react/tnc.js.map +0 -1
- package/lib/data/icons/react/tnt.d.ts +0 -8
- package/lib/data/icons/react/tnt.d.ts.map +0 -1
- package/lib/data/icons/react/tnt.js +0 -34
- package/lib/data/icons/react/tnt.js.map +0 -1
- package/lib/data/icons/react/tomo.d.ts +0 -8
- package/lib/data/icons/react/tomo.d.ts.map +0 -1
- package/lib/data/icons/react/tomo.js +0 -34
- package/lib/data/icons/react/tomo.js.map +0 -1
- package/lib/data/icons/react/tpay.d.ts +0 -8
- package/lib/data/icons/react/tpay.d.ts.map +0 -1
- package/lib/data/icons/react/tpay.js +0 -36
- package/lib/data/icons/react/tpay.js.map +0 -1
- package/lib/data/icons/react/trig.d.ts +0 -8
- package/lib/data/icons/react/trig.d.ts.map +0 -1
- package/lib/data/icons/react/trig.js +0 -34
- package/lib/data/icons/react/trig.js.map +0 -1
- package/lib/data/icons/react/trtl.d.ts +0 -8
- package/lib/data/icons/react/trtl.d.ts.map +0 -1
- package/lib/data/icons/react/trtl.js +0 -35
- package/lib/data/icons/react/trtl.js.map +0 -1
- package/lib/data/icons/react/trx.d.ts +0 -8
- package/lib/data/icons/react/trx.d.ts.map +0 -1
- package/lib/data/icons/react/trx.js +0 -35
- package/lib/data/icons/react/trx.js.map +0 -1
- package/lib/data/icons/react/tusd.d.ts +0 -8
- package/lib/data/icons/react/tusd.d.ts.map +0 -1
- package/lib/data/icons/react/tusd.js +0 -36
- package/lib/data/icons/react/tusd.js.map +0 -1
- package/lib/data/icons/react/tyc.d.ts +0 -8
- package/lib/data/icons/react/tyc.d.ts.map +0 -1
- package/lib/data/icons/react/tyc.js +0 -37
- package/lib/data/icons/react/tyc.js.map +0 -1
- package/lib/data/icons/react/tzc.d.ts +0 -8
- package/lib/data/icons/react/tzc.d.ts.map +0 -1
- package/lib/data/icons/react/tzc.js +0 -34
- package/lib/data/icons/react/tzc.js.map +0 -1
- package/lib/data/icons/react/ubq.d.ts +0 -8
- package/lib/data/icons/react/ubq.d.ts.map +0 -1
- package/lib/data/icons/react/ubq.js +0 -35
- package/lib/data/icons/react/ubq.js.map +0 -1
- package/lib/data/icons/react/uma.d.ts +0 -8
- package/lib/data/icons/react/uma.d.ts.map +0 -1
- package/lib/data/icons/react/uma.js +0 -35
- package/lib/data/icons/react/uma.js.map +0 -1
- package/lib/data/icons/react/umee.d.ts +0 -8
- package/lib/data/icons/react/umee.d.ts.map +0 -1
- package/lib/data/icons/react/umee.js +0 -36
- package/lib/data/icons/react/umee.js.map +0 -1
- package/lib/data/icons/react/uni.d.ts +0 -8
- package/lib/data/icons/react/uni.d.ts.map +0 -1
- package/lib/data/icons/react/uni.js +0 -41
- package/lib/data/icons/react/uni.js.map +0 -1
- package/lib/data/icons/react/unity.d.ts +0 -8
- package/lib/data/icons/react/unity.d.ts.map +0 -1
- package/lib/data/icons/react/unity.js +0 -35
- package/lib/data/icons/react/unity.js.map +0 -1
- package/lib/data/icons/react/usdc.d.ts +0 -8
- package/lib/data/icons/react/usdc.d.ts.map +0 -1
- package/lib/data/icons/react/usdc.js +0 -34
- package/lib/data/icons/react/usdc.js.map +0 -1
- package/lib/data/icons/react/usdt.d.ts +0 -8
- package/lib/data/icons/react/usdt.d.ts.map +0 -1
- package/lib/data/icons/react/usdt.js +0 -34
- package/lib/data/icons/react/usdt.js.map +0 -1
- package/lib/data/icons/react/utk.d.ts +0 -8
- package/lib/data/icons/react/utk.d.ts.map +0 -1
- package/lib/data/icons/react/utk.js +0 -34
- package/lib/data/icons/react/utk.js.map +0 -1
- package/lib/data/icons/react/veri.d.ts +0 -8
- package/lib/data/icons/react/veri.d.ts.map +0 -1
- package/lib/data/icons/react/veri.js +0 -34
- package/lib/data/icons/react/veri.js.map +0 -1
- package/lib/data/icons/react/verse.d.ts +0 -8
- package/lib/data/icons/react/verse.d.ts.map +0 -1
- package/lib/data/icons/react/verse.js +0 -34
- package/lib/data/icons/react/verse.js.map +0 -1
- package/lib/data/icons/react/vet.d.ts +0 -8
- package/lib/data/icons/react/vet.d.ts.map +0 -1
- package/lib/data/icons/react/vet.js +0 -34
- package/lib/data/icons/react/vet.js.map +0 -1
- package/lib/data/icons/react/via.d.ts +0 -8
- package/lib/data/icons/react/via.d.ts.map +0 -1
- package/lib/data/icons/react/via.js +0 -34
- package/lib/data/icons/react/via.js.map +0 -1
- package/lib/data/icons/react/vib.d.ts +0 -8
- package/lib/data/icons/react/vib.d.ts.map +0 -1
- package/lib/data/icons/react/vib.js +0 -34
- package/lib/data/icons/react/vib.js.map +0 -1
- package/lib/data/icons/react/vibe.d.ts +0 -8
- package/lib/data/icons/react/vibe.d.ts.map +0 -1
- package/lib/data/icons/react/vibe.js +0 -34
- package/lib/data/icons/react/vibe.js.map +0 -1
- package/lib/data/icons/react/vivo.d.ts +0 -8
- package/lib/data/icons/react/vivo.d.ts.map +0 -1
- package/lib/data/icons/react/vivo.js +0 -34
- package/lib/data/icons/react/vivo.js.map +0 -1
- package/lib/data/icons/react/vlx.d.ts +0 -8
- package/lib/data/icons/react/vlx.d.ts.map +0 -1
- package/lib/data/icons/react/vlx.js +0 -34
- package/lib/data/icons/react/vlx.js.map +0 -1
- package/lib/data/icons/react/vrc.d.ts +0 -8
- package/lib/data/icons/react/vrc.d.ts.map +0 -1
- package/lib/data/icons/react/vrc.js +0 -34
- package/lib/data/icons/react/vrc.js.map +0 -1
- package/lib/data/icons/react/vrsc.d.ts +0 -8
- package/lib/data/icons/react/vrsc.d.ts.map +0 -1
- package/lib/data/icons/react/vrsc.js +0 -35
- package/lib/data/icons/react/vrsc.js.map +0 -1
- package/lib/data/icons/react/vtc.d.ts +0 -8
- package/lib/data/icons/react/vtc.d.ts.map +0 -1
- package/lib/data/icons/react/vtc.js +0 -34
- package/lib/data/icons/react/vtc.js.map +0 -1
- package/lib/data/icons/react/vtho.d.ts +0 -8
- package/lib/data/icons/react/vtho.d.ts.map +0 -1
- package/lib/data/icons/react/vtho.js +0 -35
- package/lib/data/icons/react/vtho.js.map +0 -1
- package/lib/data/icons/react/wabi.d.ts +0 -8
- package/lib/data/icons/react/wabi.d.ts.map +0 -1
- package/lib/data/icons/react/wabi.js +0 -34
- package/lib/data/icons/react/wabi.js.map +0 -1
- package/lib/data/icons/react/waifu.d.ts +0 -8
- package/lib/data/icons/react/waifu.d.ts.map +0 -1
- package/lib/data/icons/react/waifu.js +0 -35
- package/lib/data/icons/react/waifu.js.map +0 -1
- package/lib/data/icons/react/wan.d.ts +0 -8
- package/lib/data/icons/react/wan.d.ts.map +0 -1
- package/lib/data/icons/react/wan.js +0 -35
- package/lib/data/icons/react/wan.js.map +0 -1
- package/lib/data/icons/react/waves.d.ts +0 -8
- package/lib/data/icons/react/waves.d.ts.map +0 -1
- package/lib/data/icons/react/waves.js +0 -34
- package/lib/data/icons/react/waves.js.map +0 -1
- package/lib/data/icons/react/wax.d.ts +0 -8
- package/lib/data/icons/react/wax.d.ts.map +0 -1
- package/lib/data/icons/react/wax.js +0 -34
- package/lib/data/icons/react/wax.js.map +0 -1
- package/lib/data/icons/react/wbtc.d.ts +0 -8
- package/lib/data/icons/react/wbtc.d.ts.map +0 -1
- package/lib/data/icons/react/wbtc.js +0 -35
- package/lib/data/icons/react/wbtc.js.map +0 -1
- package/lib/data/icons/react/wdoge.d.ts +0 -8
- package/lib/data/icons/react/wdoge.d.ts.map +0 -1
- package/lib/data/icons/react/wdoge.js +0 -36
- package/lib/data/icons/react/wdoge.js.map +0 -1
- package/lib/data/icons/react/wgr.d.ts +0 -8
- package/lib/data/icons/react/wgr.d.ts.map +0 -1
- package/lib/data/icons/react/wgr.js +0 -34
- package/lib/data/icons/react/wgr.js.map +0 -1
- package/lib/data/icons/react/wicc.d.ts +0 -8
- package/lib/data/icons/react/wicc.d.ts.map +0 -1
- package/lib/data/icons/react/wicc.js +0 -35
- package/lib/data/icons/react/wicc.js.map +0 -1
- package/lib/data/icons/react/wings.d.ts +0 -8
- package/lib/data/icons/react/wings.d.ts.map +0 -1
- package/lib/data/icons/react/wings.js +0 -36
- package/lib/data/icons/react/wings.js.map +0 -1
- package/lib/data/icons/react/wpr.d.ts +0 -8
- package/lib/data/icons/react/wpr.d.ts.map +0 -1
- package/lib/data/icons/react/wpr.js +0 -34
- package/lib/data/icons/react/wpr.js.map +0 -1
- package/lib/data/icons/react/wtc.d.ts +0 -8
- package/lib/data/icons/react/wtc.d.ts.map +0 -1
- package/lib/data/icons/react/wtc.js +0 -37
- package/lib/data/icons/react/wtc.js.map +0 -1
- package/lib/data/icons/react/x.d.ts +0 -8
- package/lib/data/icons/react/x.d.ts.map +0 -1
- package/lib/data/icons/react/x.js +0 -36
- package/lib/data/icons/react/x.js.map +0 -1
- package/lib/data/icons/react/xas.d.ts +0 -8
- package/lib/data/icons/react/xas.d.ts.map +0 -1
- package/lib/data/icons/react/xas.js +0 -35
- package/lib/data/icons/react/xas.js.map +0 -1
- package/lib/data/icons/react/xbc.d.ts +0 -8
- package/lib/data/icons/react/xbc.d.ts.map +0 -1
- package/lib/data/icons/react/xbc.js +0 -35
- package/lib/data/icons/react/xbc.js.map +0 -1
- package/lib/data/icons/react/xbp.d.ts +0 -8
- package/lib/data/icons/react/xbp.d.ts.map +0 -1
- package/lib/data/icons/react/xbp.js +0 -34
- package/lib/data/icons/react/xbp.js.map +0 -1
- package/lib/data/icons/react/xby.d.ts +0 -8
- package/lib/data/icons/react/xby.d.ts.map +0 -1
- package/lib/data/icons/react/xby.js +0 -34
- package/lib/data/icons/react/xby.js.map +0 -1
- package/lib/data/icons/react/xcp.d.ts +0 -8
- package/lib/data/icons/react/xcp.d.ts.map +0 -1
- package/lib/data/icons/react/xcp.js +0 -34
- package/lib/data/icons/react/xcp.js.map +0 -1
- package/lib/data/icons/react/xdn.d.ts +0 -8
- package/lib/data/icons/react/xdn.d.ts.map +0 -1
- package/lib/data/icons/react/xdn.js +0 -34
- package/lib/data/icons/react/xdn.js.map +0 -1
- package/lib/data/icons/react/xem.d.ts +0 -8
- package/lib/data/icons/react/xem.d.ts.map +0 -1
- package/lib/data/icons/react/xem.js +0 -34
- package/lib/data/icons/react/xem.js.map +0 -1
- package/lib/data/icons/react/xin.d.ts +0 -8
- package/lib/data/icons/react/xin.d.ts.map +0 -1
- package/lib/data/icons/react/xin.js +0 -34
- package/lib/data/icons/react/xin.js.map +0 -1
- package/lib/data/icons/react/xlm.d.ts +0 -8
- package/lib/data/icons/react/xlm.d.ts.map +0 -1
- package/lib/data/icons/react/xlm.js +0 -35
- package/lib/data/icons/react/xlm.js.map +0 -1
- package/lib/data/icons/react/xmcc.d.ts +0 -8
- package/lib/data/icons/react/xmcc.d.ts.map +0 -1
- package/lib/data/icons/react/xmcc.js +0 -35
- package/lib/data/icons/react/xmcc.js.map +0 -1
- package/lib/data/icons/react/xmg.d.ts +0 -8
- package/lib/data/icons/react/xmg.d.ts.map +0 -1
- package/lib/data/icons/react/xmg.js +0 -35
- package/lib/data/icons/react/xmg.js.map +0 -1
- package/lib/data/icons/react/xmo.d.ts +0 -8
- package/lib/data/icons/react/xmo.d.ts.map +0 -1
- package/lib/data/icons/react/xmo.js +0 -36
- package/lib/data/icons/react/xmo.js.map +0 -1
- package/lib/data/icons/react/xmr.d.ts +0 -8
- package/lib/data/icons/react/xmr.d.ts.map +0 -1
- package/lib/data/icons/react/xmr.js +0 -34
- package/lib/data/icons/react/xmr.js.map +0 -1
- package/lib/data/icons/react/xmy.d.ts +0 -8
- package/lib/data/icons/react/xmy.d.ts.map +0 -1
- package/lib/data/icons/react/xmy.js +0 -35
- package/lib/data/icons/react/xmy.js.map +0 -1
- package/lib/data/icons/react/xp.d.ts +0 -8
- package/lib/data/icons/react/xp.d.ts.map +0 -1
- package/lib/data/icons/react/xp.js +0 -34
- package/lib/data/icons/react/xp.js.map +0 -1
- package/lib/data/icons/react/xpa.d.ts +0 -8
- package/lib/data/icons/react/xpa.d.ts.map +0 -1
- package/lib/data/icons/react/xpa.js +0 -34
- package/lib/data/icons/react/xpa.js.map +0 -1
- package/lib/data/icons/react/xpm.d.ts +0 -8
- package/lib/data/icons/react/xpm.d.ts.map +0 -1
- package/lib/data/icons/react/xpm.js +0 -34
- package/lib/data/icons/react/xpm.js.map +0 -1
- package/lib/data/icons/react/xprt.d.ts +0 -8
- package/lib/data/icons/react/xprt.d.ts.map +0 -1
- package/lib/data/icons/react/xprt.js +0 -35
- package/lib/data/icons/react/xprt.js.map +0 -1
- package/lib/data/icons/react/xrp.d.ts +0 -8
- package/lib/data/icons/react/xrp.d.ts.map +0 -1
- package/lib/data/icons/react/xrp.js +0 -34
- package/lib/data/icons/react/xrp.js.map +0 -1
- package/lib/data/icons/react/xsg.d.ts +0 -8
- package/lib/data/icons/react/xsg.d.ts.map +0 -1
- package/lib/data/icons/react/xsg.js +0 -34
- package/lib/data/icons/react/xsg.js.map +0 -1
- package/lib/data/icons/react/xst.d.ts +0 -8
- package/lib/data/icons/react/xst.d.ts.map +0 -1
- package/lib/data/icons/react/xst.js +0 -34
- package/lib/data/icons/react/xst.js.map +0 -1
- package/lib/data/icons/react/xtz.d.ts +0 -8
- package/lib/data/icons/react/xtz.d.ts.map +0 -1
- package/lib/data/icons/react/xtz.js +0 -34
- package/lib/data/icons/react/xtz.js.map +0 -1
- package/lib/data/icons/react/xuc.d.ts +0 -8
- package/lib/data/icons/react/xuc.d.ts.map +0 -1
- package/lib/data/icons/react/xuc.js +0 -35
- package/lib/data/icons/react/xuc.js.map +0 -1
- package/lib/data/icons/react/xvc.d.ts +0 -8
- package/lib/data/icons/react/xvc.d.ts.map +0 -1
- package/lib/data/icons/react/xvc.js +0 -34
- package/lib/data/icons/react/xvc.js.map +0 -1
- package/lib/data/icons/react/xvg.d.ts +0 -8
- package/lib/data/icons/react/xvg.d.ts.map +0 -1
- package/lib/data/icons/react/xvg.js +0 -35
- package/lib/data/icons/react/xvg.js.map +0 -1
- package/lib/data/icons/react/xzc.d.ts +0 -8
- package/lib/data/icons/react/xzc.d.ts.map +0 -1
- package/lib/data/icons/react/xzc.js +0 -34
- package/lib/data/icons/react/xzc.js.map +0 -1
- package/lib/data/icons/react/yae.d.ts +0 -8
- package/lib/data/icons/react/yae.d.ts.map +0 -1
- package/lib/data/icons/react/yae.js +0 -34
- package/lib/data/icons/react/yae.js.map +0 -1
- package/lib/data/icons/react/yfi.d.ts +0 -8
- package/lib/data/icons/react/yfi.d.ts.map +0 -1
- package/lib/data/icons/react/yfi.js +0 -35
- package/lib/data/icons/react/yfi.js.map +0 -1
- package/lib/data/icons/react/yoyow.d.ts +0 -8
- package/lib/data/icons/react/yoyow.d.ts.map +0 -1
- package/lib/data/icons/react/yoyow.js +0 -34
- package/lib/data/icons/react/yoyow.js.map +0 -1
- package/lib/data/icons/react/zcl.d.ts +0 -8
- package/lib/data/icons/react/zcl.d.ts.map +0 -1
- package/lib/data/icons/react/zcl.js +0 -34
- package/lib/data/icons/react/zcl.js.map +0 -1
- package/lib/data/icons/react/zec.d.ts +0 -8
- package/lib/data/icons/react/zec.d.ts.map +0 -1
- package/lib/data/icons/react/zec.js +0 -34
- package/lib/data/icons/react/zec.js.map +0 -1
- package/lib/data/icons/react/zel.d.ts +0 -8
- package/lib/data/icons/react/zel.d.ts.map +0 -1
- package/lib/data/icons/react/zel.js +0 -34
- package/lib/data/icons/react/zel.js.map +0 -1
- package/lib/data/icons/react/zen.d.ts +0 -8
- package/lib/data/icons/react/zen.d.ts.map +0 -1
- package/lib/data/icons/react/zen.js +0 -36
- package/lib/data/icons/react/zen.js.map +0 -1
- package/lib/data/icons/react/zest.d.ts +0 -8
- package/lib/data/icons/react/zest.d.ts.map +0 -1
- package/lib/data/icons/react/zest.js +0 -36
- package/lib/data/icons/react/zest.js.map +0 -1
- package/lib/data/icons/react/zil.d.ts +0 -8
- package/lib/data/icons/react/zil.d.ts.map +0 -1
- package/lib/data/icons/react/zil.js +0 -36
- package/lib/data/icons/react/zil.js.map +0 -1
- package/lib/data/icons/react/zilla.d.ts +0 -8
- package/lib/data/icons/react/zilla.d.ts.map +0 -1
- package/lib/data/icons/react/zilla.js +0 -34
- package/lib/data/icons/react/zilla.js.map +0 -1
- package/lib/data/icons/react/zrx.d.ts +0 -8
- package/lib/data/icons/react/zrx.d.ts.map +0 -1
- package/lib/data/icons/react/zrx.js +0 -34
- package/lib/data/icons/react/zrx.js.map +0 -1
- package/lib/data/icons/reactNative/_0Xbtc.d.ts +0 -8
- package/lib/data/icons/reactNative/_0Xbtc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/_0Xbtc.js +0 -38
- package/lib/data/icons/reactNative/_0Xbtc.js.map +0 -1
- package/lib/data/icons/reactNative/_2Give.d.ts +0 -8
- package/lib/data/icons/reactNative/_2Give.d.ts.map +0 -1
- package/lib/data/icons/reactNative/_2Give.js +0 -44
- package/lib/data/icons/reactNative/_2Give.js.map +0 -1
- package/lib/data/icons/reactNative/abi.d.ts +0 -8
- package/lib/data/icons/reactNative/abi.d.ts.map +0 -1
- package/lib/data/icons/reactNative/abi.js +0 -35
- package/lib/data/icons/reactNative/abi.js.map +0 -1
- package/lib/data/icons/reactNative/abt.d.ts +0 -8
- package/lib/data/icons/reactNative/abt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/abt.js +0 -35
- package/lib/data/icons/reactNative/abt.js.map +0 -1
- package/lib/data/icons/reactNative/act.d.ts +0 -8
- package/lib/data/icons/reactNative/act.d.ts.map +0 -1
- package/lib/data/icons/reactNative/act.js +0 -35
- package/lib/data/icons/reactNative/act.js.map +0 -1
- package/lib/data/icons/reactNative/actn.d.ts +0 -8
- package/lib/data/icons/reactNative/actn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/actn.js +0 -35
- package/lib/data/icons/reactNative/actn.js.map +0 -1
- package/lib/data/icons/reactNative/ada.d.ts +0 -8
- package/lib/data/icons/reactNative/ada.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ada.js +0 -35
- package/lib/data/icons/reactNative/ada.js.map +0 -1
- package/lib/data/icons/reactNative/add.d.ts +0 -8
- package/lib/data/icons/reactNative/add.d.ts.map +0 -1
- package/lib/data/icons/reactNative/add.js +0 -35
- package/lib/data/icons/reactNative/add.js.map +0 -1
- package/lib/data/icons/reactNative/adx.d.ts +0 -8
- package/lib/data/icons/reactNative/adx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/adx.js +0 -35
- package/lib/data/icons/reactNative/adx.js.map +0 -1
- package/lib/data/icons/reactNative/ae.d.ts +0 -8
- package/lib/data/icons/reactNative/ae.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ae.js +0 -35
- package/lib/data/icons/reactNative/ae.js.map +0 -1
- package/lib/data/icons/reactNative/aeon.d.ts +0 -8
- package/lib/data/icons/reactNative/aeon.d.ts.map +0 -1
- package/lib/data/icons/reactNative/aeon.js +0 -38
- package/lib/data/icons/reactNative/aeon.js.map +0 -1
- package/lib/data/icons/reactNative/agi.d.ts +0 -8
- package/lib/data/icons/reactNative/agi.d.ts.map +0 -1
- package/lib/data/icons/reactNative/agi.js +0 -36
- package/lib/data/icons/reactNative/agi.js.map +0 -1
- package/lib/data/icons/reactNative/agrs.d.ts +0 -8
- package/lib/data/icons/reactNative/agrs.d.ts.map +0 -1
- package/lib/data/icons/reactNative/agrs.js +0 -35
- package/lib/data/icons/reactNative/agrs.js.map +0 -1
- package/lib/data/icons/reactNative/aion.d.ts +0 -8
- package/lib/data/icons/reactNative/aion.d.ts.map +0 -1
- package/lib/data/icons/reactNative/aion.js +0 -36
- package/lib/data/icons/reactNative/aion.js.map +0 -1
- package/lib/data/icons/reactNative/algo.d.ts +0 -8
- package/lib/data/icons/reactNative/algo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/algo.js +0 -35
- package/lib/data/icons/reactNative/algo.js.map +0 -1
- package/lib/data/icons/reactNative/amb.d.ts +0 -8
- package/lib/data/icons/reactNative/amb.d.ts.map +0 -1
- package/lib/data/icons/reactNative/amb.js +0 -35
- package/lib/data/icons/reactNative/amb.js.map +0 -1
- package/lib/data/icons/reactNative/amp.d.ts +0 -8
- package/lib/data/icons/reactNative/amp.d.ts.map +0 -1
- package/lib/data/icons/reactNative/amp.js +0 -35
- package/lib/data/icons/reactNative/amp.js.map +0 -1
- package/lib/data/icons/reactNative/ampl.d.ts +0 -8
- package/lib/data/icons/reactNative/ampl.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ampl.js +0 -35
- package/lib/data/icons/reactNative/ampl.js.map +0 -1
- package/lib/data/icons/reactNative/ant.d.ts +0 -8
- package/lib/data/icons/reactNative/ant.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ant.js +0 -35
- package/lib/data/icons/reactNative/ant.js.map +0 -1
- package/lib/data/icons/reactNative/apex.d.ts +0 -8
- package/lib/data/icons/reactNative/apex.d.ts.map +0 -1
- package/lib/data/icons/reactNative/apex.js +0 -35
- package/lib/data/icons/reactNative/apex.js.map +0 -1
- package/lib/data/icons/reactNative/appc.d.ts +0 -8
- package/lib/data/icons/reactNative/appc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/appc.js +0 -35
- package/lib/data/icons/reactNative/appc.js.map +0 -1
- package/lib/data/icons/reactNative/ardr.d.ts +0 -8
- package/lib/data/icons/reactNative/ardr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ardr.js +0 -35
- package/lib/data/icons/reactNative/ardr.js.map +0 -1
- package/lib/data/icons/reactNative/arg.d.ts +0 -8
- package/lib/data/icons/reactNative/arg.d.ts.map +0 -1
- package/lib/data/icons/reactNative/arg.js +0 -36
- package/lib/data/icons/reactNative/arg.js.map +0 -1
- package/lib/data/icons/reactNative/ark.d.ts +0 -8
- package/lib/data/icons/reactNative/ark.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ark.js +0 -35
- package/lib/data/icons/reactNative/ark.js.map +0 -1
- package/lib/data/icons/reactNative/arn.d.ts +0 -8
- package/lib/data/icons/reactNative/arn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/arn.js +0 -35
- package/lib/data/icons/reactNative/arn.js.map +0 -1
- package/lib/data/icons/reactNative/arnx.d.ts +0 -8
- package/lib/data/icons/reactNative/arnx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/arnx.js +0 -37
- package/lib/data/icons/reactNative/arnx.js.map +0 -1
- package/lib/data/icons/reactNative/ary.d.ts +0 -8
- package/lib/data/icons/reactNative/ary.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ary.js +0 -35
- package/lib/data/icons/reactNative/ary.js.map +0 -1
- package/lib/data/icons/reactNative/ast.d.ts +0 -8
- package/lib/data/icons/reactNative/ast.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ast.js +0 -35
- package/lib/data/icons/reactNative/ast.js.map +0 -1
- package/lib/data/icons/reactNative/astr.d.ts +0 -8
- package/lib/data/icons/reactNative/astr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/astr.js +0 -35
- package/lib/data/icons/reactNative/astr.js.map +0 -1
- package/lib/data/icons/reactNative/atm.d.ts +0 -8
- package/lib/data/icons/reactNative/atm.d.ts.map +0 -1
- package/lib/data/icons/reactNative/atm.js +0 -35
- package/lib/data/icons/reactNative/atm.js.map +0 -1
- package/lib/data/icons/reactNative/atom.d.ts +0 -8
- package/lib/data/icons/reactNative/atom.d.ts.map +0 -1
- package/lib/data/icons/reactNative/atom.js +0 -48
- package/lib/data/icons/reactNative/atom.js.map +0 -1
- package/lib/data/icons/reactNative/audr.d.ts +0 -8
- package/lib/data/icons/reactNative/audr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/audr.js +0 -35
- package/lib/data/icons/reactNative/audr.js.map +0 -1
- package/lib/data/icons/reactNative/auto.d.ts +0 -8
- package/lib/data/icons/reactNative/auto.d.ts.map +0 -1
- package/lib/data/icons/reactNative/auto.js +0 -35
- package/lib/data/icons/reactNative/auto.js.map +0 -1
- package/lib/data/icons/reactNative/avax.d.ts +0 -8
- package/lib/data/icons/reactNative/avax.d.ts.map +0 -1
- package/lib/data/icons/reactNative/avax.js +0 -35
- package/lib/data/icons/reactNative/avax.js.map +0 -1
- package/lib/data/icons/reactNative/axl.d.ts +0 -8
- package/lib/data/icons/reactNative/axl.d.ts.map +0 -1
- package/lib/data/icons/reactNative/axl.js +0 -38
- package/lib/data/icons/reactNative/axl.js.map +0 -1
- package/lib/data/icons/reactNative/aywa.d.ts +0 -8
- package/lib/data/icons/reactNative/aywa.d.ts.map +0 -1
- package/lib/data/icons/reactNative/aywa.js +0 -37
- package/lib/data/icons/reactNative/aywa.js.map +0 -1
- package/lib/data/icons/reactNative/bab.d.ts +0 -8
- package/lib/data/icons/reactNative/bab.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bab.js +0 -35
- package/lib/data/icons/reactNative/bab.js.map +0 -1
- package/lib/data/icons/reactNative/bal.d.ts +0 -8
- package/lib/data/icons/reactNative/bal.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bal.js +0 -40
- package/lib/data/icons/reactNative/bal.js.map +0 -1
- package/lib/data/icons/reactNative/band.d.ts +0 -8
- package/lib/data/icons/reactNative/band.d.ts.map +0 -1
- package/lib/data/icons/reactNative/band.js +0 -36
- package/lib/data/icons/reactNative/band.js.map +0 -1
- package/lib/data/icons/reactNative/bat.d.ts +0 -8
- package/lib/data/icons/reactNative/bat.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bat.js +0 -35
- package/lib/data/icons/reactNative/bat.js.map +0 -1
- package/lib/data/icons/reactNative/bay.d.ts +0 -8
- package/lib/data/icons/reactNative/bay.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bay.js +0 -35
- package/lib/data/icons/reactNative/bay.js.map +0 -1
- package/lib/data/icons/reactNative/bcbc.d.ts +0 -8
- package/lib/data/icons/reactNative/bcbc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bcbc.js +0 -35
- package/lib/data/icons/reactNative/bcbc.js.map +0 -1
- package/lib/data/icons/reactNative/bcc.d.ts +0 -8
- package/lib/data/icons/reactNative/bcc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bcc.js +0 -35
- package/lib/data/icons/reactNative/bcc.js.map +0 -1
- package/lib/data/icons/reactNative/bcd.d.ts +0 -8
- package/lib/data/icons/reactNative/bcd.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bcd.js +0 -35
- package/lib/data/icons/reactNative/bcd.js.map +0 -1
- package/lib/data/icons/reactNative/bcert.d.ts +0 -8
- package/lib/data/icons/reactNative/bcert.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bcert.js +0 -40
- package/lib/data/icons/reactNative/bcert.js.map +0 -1
- package/lib/data/icons/reactNative/bch.d.ts +0 -8
- package/lib/data/icons/reactNative/bch.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bch.js +0 -35
- package/lib/data/icons/reactNative/bch.js.map +0 -1
- package/lib/data/icons/reactNative/bcio.d.ts +0 -8
- package/lib/data/icons/reactNative/bcio.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bcio.js +0 -35
- package/lib/data/icons/reactNative/bcio.js.map +0 -1
- package/lib/data/icons/reactNative/bcn.d.ts +0 -8
- package/lib/data/icons/reactNative/bcn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bcn.js +0 -35
- package/lib/data/icons/reactNative/bcn.js.map +0 -1
- package/lib/data/icons/reactNative/bco.d.ts +0 -8
- package/lib/data/icons/reactNative/bco.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bco.js +0 -36
- package/lib/data/icons/reactNative/bco.js.map +0 -1
- package/lib/data/icons/reactNative/bcpt.d.ts +0 -8
- package/lib/data/icons/reactNative/bcpt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bcpt.js +0 -35
- package/lib/data/icons/reactNative/bcpt.js.map +0 -1
- package/lib/data/icons/reactNative/bdl.d.ts +0 -8
- package/lib/data/icons/reactNative/bdl.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bdl.js +0 -36
- package/lib/data/icons/reactNative/bdl.js.map +0 -1
- package/lib/data/icons/reactNative/beam.d.ts +0 -8
- package/lib/data/icons/reactNative/beam.d.ts.map +0 -1
- package/lib/data/icons/reactNative/beam.js +0 -35
- package/lib/data/icons/reactNative/beam.js.map +0 -1
- package/lib/data/icons/reactNative/bela.d.ts +0 -8
- package/lib/data/icons/reactNative/bela.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bela.js +0 -35
- package/lib/data/icons/reactNative/bela.js.map +0 -1
- package/lib/data/icons/reactNative/bix.d.ts +0 -8
- package/lib/data/icons/reactNative/bix.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bix.js +0 -35
- package/lib/data/icons/reactNative/bix.js.map +0 -1
- package/lib/data/icons/reactNative/blcn.d.ts +0 -8
- package/lib/data/icons/reactNative/blcn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/blcn.js +0 -35
- package/lib/data/icons/reactNative/blcn.js.map +0 -1
- package/lib/data/icons/reactNative/blk.d.ts +0 -8
- package/lib/data/icons/reactNative/blk.d.ts.map +0 -1
- package/lib/data/icons/reactNative/blk.js +0 -35
- package/lib/data/icons/reactNative/blk.js.map +0 -1
- package/lib/data/icons/reactNative/block.d.ts +0 -8
- package/lib/data/icons/reactNative/block.d.ts.map +0 -1
- package/lib/data/icons/reactNative/block.js +0 -38
- package/lib/data/icons/reactNative/block.js.map +0 -1
- package/lib/data/icons/reactNative/blz.d.ts +0 -8
- package/lib/data/icons/reactNative/blz.d.ts.map +0 -1
- package/lib/data/icons/reactNative/blz.js +0 -35
- package/lib/data/icons/reactNative/blz.js.map +0 -1
- package/lib/data/icons/reactNative/bnb.d.ts +0 -8
- package/lib/data/icons/reactNative/bnb.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bnb.js +0 -35
- package/lib/data/icons/reactNative/bnb.js.map +0 -1
- package/lib/data/icons/reactNative/bnt.d.ts +0 -8
- package/lib/data/icons/reactNative/bnt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bnt.js +0 -35
- package/lib/data/icons/reactNative/bnt.js.map +0 -1
- package/lib/data/icons/reactNative/bnty.d.ts +0 -8
- package/lib/data/icons/reactNative/bnty.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bnty.js +0 -35
- package/lib/data/icons/reactNative/bnty.js.map +0 -1
- package/lib/data/icons/reactNative/booty.d.ts +0 -8
- package/lib/data/icons/reactNative/booty.d.ts.map +0 -1
- package/lib/data/icons/reactNative/booty.js +0 -36
- package/lib/data/icons/reactNative/booty.js.map +0 -1
- package/lib/data/icons/reactNative/bos.d.ts +0 -8
- package/lib/data/icons/reactNative/bos.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bos.js +0 -35
- package/lib/data/icons/reactNative/bos.js.map +0 -1
- package/lib/data/icons/reactNative/bpt.d.ts +0 -8
- package/lib/data/icons/reactNative/bpt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bpt.js +0 -35
- package/lib/data/icons/reactNative/bpt.js.map +0 -1
- package/lib/data/icons/reactNative/bq.d.ts +0 -8
- package/lib/data/icons/reactNative/bq.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bq.js +0 -35
- package/lib/data/icons/reactNative/bq.js.map +0 -1
- package/lib/data/icons/reactNative/brd.d.ts +0 -8
- package/lib/data/icons/reactNative/brd.d.ts.map +0 -1
- package/lib/data/icons/reactNative/brd.js +0 -35
- package/lib/data/icons/reactNative/brd.js.map +0 -1
- package/lib/data/icons/reactNative/bsd.d.ts +0 -8
- package/lib/data/icons/reactNative/bsd.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bsd.js +0 -35
- package/lib/data/icons/reactNative/bsd.js.map +0 -1
- package/lib/data/icons/reactNative/bsv.d.ts +0 -8
- package/lib/data/icons/reactNative/bsv.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bsv.js +0 -35
- package/lib/data/icons/reactNative/bsv.js.map +0 -1
- package/lib/data/icons/reactNative/btc.d.ts +0 -8
- package/lib/data/icons/reactNative/btc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/btc.js +0 -35
- package/lib/data/icons/reactNative/btc.js.map +0 -1
- package/lib/data/icons/reactNative/btcd.d.ts +0 -8
- package/lib/data/icons/reactNative/btcd.d.ts.map +0 -1
- package/lib/data/icons/reactNative/btcd.js +0 -35
- package/lib/data/icons/reactNative/btcd.js.map +0 -1
- package/lib/data/icons/reactNative/btch.d.ts +0 -8
- package/lib/data/icons/reactNative/btch.d.ts.map +0 -1
- package/lib/data/icons/reactNative/btch.js +0 -37
- package/lib/data/icons/reactNative/btch.js.map +0 -1
- package/lib/data/icons/reactNative/btcp.d.ts +0 -8
- package/lib/data/icons/reactNative/btcp.d.ts.map +0 -1
- package/lib/data/icons/reactNative/btcp.js +0 -35
- package/lib/data/icons/reactNative/btcp.js.map +0 -1
- package/lib/data/icons/reactNative/btcz.d.ts +0 -8
- package/lib/data/icons/reactNative/btcz.d.ts.map +0 -1
- package/lib/data/icons/reactNative/btcz.js +0 -35
- package/lib/data/icons/reactNative/btcz.js.map +0 -1
- package/lib/data/icons/reactNative/btdx.d.ts +0 -8
- package/lib/data/icons/reactNative/btdx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/btdx.js +0 -36
- package/lib/data/icons/reactNative/btdx.js.map +0 -1
- package/lib/data/icons/reactNative/btg.d.ts +0 -8
- package/lib/data/icons/reactNative/btg.d.ts.map +0 -1
- package/lib/data/icons/reactNative/btg.js +0 -35
- package/lib/data/icons/reactNative/btg.js.map +0 -1
- package/lib/data/icons/reactNative/btm.d.ts +0 -8
- package/lib/data/icons/reactNative/btm.d.ts.map +0 -1
- package/lib/data/icons/reactNative/btm.js +0 -35
- package/lib/data/icons/reactNative/btm.js.map +0 -1
- package/lib/data/icons/reactNative/bts.d.ts +0 -8
- package/lib/data/icons/reactNative/bts.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bts.js +0 -35
- package/lib/data/icons/reactNative/bts.js.map +0 -1
- package/lib/data/icons/reactNative/btt.d.ts +0 -8
- package/lib/data/icons/reactNative/btt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/btt.js +0 -38
- package/lib/data/icons/reactNative/btt.js.map +0 -1
- package/lib/data/icons/reactNative/btx.d.ts +0 -8
- package/lib/data/icons/reactNative/btx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/btx.js +0 -35
- package/lib/data/icons/reactNative/btx.js.map +0 -1
- package/lib/data/icons/reactNative/burst.d.ts +0 -8
- package/lib/data/icons/reactNative/burst.d.ts.map +0 -1
- package/lib/data/icons/reactNative/burst.js +0 -35
- package/lib/data/icons/reactNative/burst.js.map +0 -1
- package/lib/data/icons/reactNative/bze.d.ts +0 -8
- package/lib/data/icons/reactNative/bze.d.ts.map +0 -1
- package/lib/data/icons/reactNative/bze.js +0 -36
- package/lib/data/icons/reactNative/bze.js.map +0 -1
- package/lib/data/icons/reactNative/call.d.ts +0 -8
- package/lib/data/icons/reactNative/call.d.ts.map +0 -1
- package/lib/data/icons/reactNative/call.js +0 -36
- package/lib/data/icons/reactNative/call.js.map +0 -1
- package/lib/data/icons/reactNative/cc.d.ts +0 -8
- package/lib/data/icons/reactNative/cc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cc.js +0 -36
- package/lib/data/icons/reactNative/cc.js.map +0 -1
- package/lib/data/icons/reactNative/cdn.d.ts +0 -8
- package/lib/data/icons/reactNative/cdn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cdn.js +0 -35
- package/lib/data/icons/reactNative/cdn.js.map +0 -1
- package/lib/data/icons/reactNative/cdt.d.ts +0 -8
- package/lib/data/icons/reactNative/cdt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cdt.js +0 -35
- package/lib/data/icons/reactNative/cdt.js.map +0 -1
- package/lib/data/icons/reactNative/celo.d.ts +0 -8
- package/lib/data/icons/reactNative/celo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/celo.js +0 -37
- package/lib/data/icons/reactNative/celo.js.map +0 -1
- package/lib/data/icons/reactNative/cenz.d.ts +0 -8
- package/lib/data/icons/reactNative/cenz.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cenz.js +0 -36
- package/lib/data/icons/reactNative/cenz.js.map +0 -1
- package/lib/data/icons/reactNative/chain.d.ts +0 -8
- package/lib/data/icons/reactNative/chain.d.ts.map +0 -1
- package/lib/data/icons/reactNative/chain.js +0 -36
- package/lib/data/icons/reactNative/chain.js.map +0 -1
- package/lib/data/icons/reactNative/chat.d.ts +0 -8
- package/lib/data/icons/reactNative/chat.d.ts.map +0 -1
- package/lib/data/icons/reactNative/chat.js +0 -35
- package/lib/data/icons/reactNative/chat.js.map +0 -1
- package/lib/data/icons/reactNative/chips.d.ts +0 -8
- package/lib/data/icons/reactNative/chips.d.ts.map +0 -1
- package/lib/data/icons/reactNative/chips.js +0 -35
- package/lib/data/icons/reactNative/chips.js.map +0 -1
- package/lib/data/icons/reactNative/cix.d.ts +0 -8
- package/lib/data/icons/reactNative/cix.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cix.js +0 -36
- package/lib/data/icons/reactNative/cix.js.map +0 -1
- package/lib/data/icons/reactNative/clam.d.ts +0 -8
- package/lib/data/icons/reactNative/clam.d.ts.map +0 -1
- package/lib/data/icons/reactNative/clam.js +0 -35
- package/lib/data/icons/reactNative/clam.js.map +0 -1
- package/lib/data/icons/reactNative/cloak.d.ts +0 -8
- package/lib/data/icons/reactNative/cloak.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cloak.js +0 -35
- package/lib/data/icons/reactNative/cloak.js.map +0 -1
- package/lib/data/icons/reactNative/cmm.d.ts +0 -8
- package/lib/data/icons/reactNative/cmm.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cmm.js +0 -35
- package/lib/data/icons/reactNative/cmm.js.map +0 -1
- package/lib/data/icons/reactNative/cmt.d.ts +0 -8
- package/lib/data/icons/reactNative/cmt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cmt.js +0 -35
- package/lib/data/icons/reactNative/cmt.js.map +0 -1
- package/lib/data/icons/reactNative/cnd.d.ts +0 -8
- package/lib/data/icons/reactNative/cnd.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cnd.js +0 -35
- package/lib/data/icons/reactNative/cnd.js.map +0 -1
- package/lib/data/icons/reactNative/cnx.d.ts +0 -8
- package/lib/data/icons/reactNative/cnx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cnx.js +0 -36
- package/lib/data/icons/reactNative/cnx.js.map +0 -1
- package/lib/data/icons/reactNative/cny.d.ts +0 -8
- package/lib/data/icons/reactNative/cny.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cny.js +0 -35
- package/lib/data/icons/reactNative/cny.js.map +0 -1
- package/lib/data/icons/reactNative/cob.d.ts +0 -8
- package/lib/data/icons/reactNative/cob.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cob.js +0 -36
- package/lib/data/icons/reactNative/cob.js.map +0 -1
- package/lib/data/icons/reactNative/colx.d.ts +0 -8
- package/lib/data/icons/reactNative/colx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/colx.js +0 -35
- package/lib/data/icons/reactNative/colx.js.map +0 -1
- package/lib/data/icons/reactNative/comp.d.ts +0 -8
- package/lib/data/icons/reactNative/comp.d.ts.map +0 -1
- package/lib/data/icons/reactNative/comp.js +0 -35
- package/lib/data/icons/reactNative/comp.js.map +0 -1
- package/lib/data/icons/reactNative/coqui.d.ts +0 -8
- package/lib/data/icons/reactNative/coqui.d.ts.map +0 -1
- package/lib/data/icons/reactNative/coqui.js +0 -35
- package/lib/data/icons/reactNative/coqui.js.map +0 -1
- package/lib/data/icons/reactNative/core.d.ts +0 -8
- package/lib/data/icons/reactNative/core.d.ts.map +0 -1
- package/lib/data/icons/reactNative/core.js +0 -35
- package/lib/data/icons/reactNative/core.js.map +0 -1
- package/lib/data/icons/reactNative/cred.d.ts +0 -8
- package/lib/data/icons/reactNative/cred.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cred.js +0 -35
- package/lib/data/icons/reactNative/cred.js.map +0 -1
- package/lib/data/icons/reactNative/crk.d.ts +0 -8
- package/lib/data/icons/reactNative/crk.d.ts.map +0 -1
- package/lib/data/icons/reactNative/crk.js +0 -39
- package/lib/data/icons/reactNative/crk.js.map +0 -1
- package/lib/data/icons/reactNative/cro.d.ts +0 -8
- package/lib/data/icons/reactNative/cro.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cro.js +0 -38
- package/lib/data/icons/reactNative/cro.js.map +0 -1
- package/lib/data/icons/reactNative/crpt.d.ts +0 -8
- package/lib/data/icons/reactNative/crpt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/crpt.js +0 -35
- package/lib/data/icons/reactNative/crpt.js.map +0 -1
- package/lib/data/icons/reactNative/crw.d.ts +0 -8
- package/lib/data/icons/reactNative/crw.d.ts.map +0 -1
- package/lib/data/icons/reactNative/crw.js +0 -35
- package/lib/data/icons/reactNative/crw.js.map +0 -1
- package/lib/data/icons/reactNative/cs.d.ts +0 -8
- package/lib/data/icons/reactNative/cs.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cs.js +0 -35
- package/lib/data/icons/reactNative/cs.js.map +0 -1
- package/lib/data/icons/reactNative/cspr.d.ts +0 -8
- package/lib/data/icons/reactNative/cspr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cspr.js +0 -39
- package/lib/data/icons/reactNative/cspr.js.map +0 -1
- package/lib/data/icons/reactNative/ctr.d.ts +0 -8
- package/lib/data/icons/reactNative/ctr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ctr.js +0 -36
- package/lib/data/icons/reactNative/ctr.js.map +0 -1
- package/lib/data/icons/reactNative/ctxc.d.ts +0 -8
- package/lib/data/icons/reactNative/ctxc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ctxc.js +0 -40
- package/lib/data/icons/reactNative/ctxc.js.map +0 -1
- package/lib/data/icons/reactNative/currencyArbitrum.d.ts +0 -8
- package/lib/data/icons/reactNative/currencyArbitrum.d.ts.map +0 -1
- package/lib/data/icons/reactNative/currencyArbitrum.js +0 -38
- package/lib/data/icons/reactNative/currencyArbitrum.js.map +0 -1
- package/lib/data/icons/reactNative/currencyArbitrumGoerli.d.ts +0 -8
- package/lib/data/icons/reactNative/currencyArbitrumGoerli.d.ts.map +0 -1
- package/lib/data/icons/reactNative/currencyArbitrumGoerli.js +0 -38
- package/lib/data/icons/reactNative/currencyArbitrumGoerli.js.map +0 -1
- package/lib/data/icons/reactNative/currencyBase.d.ts +0 -8
- package/lib/data/icons/reactNative/currencyBase.d.ts.map +0 -1
- package/lib/data/icons/reactNative/currencyBase.js +0 -35
- package/lib/data/icons/reactNative/currencyBase.js.map +0 -1
- package/lib/data/icons/reactNative/currencyBaseGoerli.d.ts +0 -8
- package/lib/data/icons/reactNative/currencyBaseGoerli.d.ts.map +0 -1
- package/lib/data/icons/reactNative/currencyBaseGoerli.js +0 -35
- package/lib/data/icons/reactNative/currencyBaseGoerli.js.map +0 -1
- package/lib/data/icons/reactNative/currencyBoba.d.ts +0 -8
- package/lib/data/icons/reactNative/currencyBoba.d.ts.map +0 -1
- package/lib/data/icons/reactNative/currencyBoba.js +0 -43
- package/lib/data/icons/reactNative/currencyBoba.js.map +0 -1
- package/lib/data/icons/reactNative/currencyOptimism.d.ts +0 -8
- package/lib/data/icons/reactNative/currencyOptimism.d.ts.map +0 -1
- package/lib/data/icons/reactNative/currencyOptimism.js +0 -37
- package/lib/data/icons/reactNative/currencyOptimism.js.map +0 -1
- package/lib/data/icons/reactNative/currencyOptimismGoerli.d.ts +0 -8
- package/lib/data/icons/reactNative/currencyOptimismGoerli.d.ts.map +0 -1
- package/lib/data/icons/reactNative/currencyOptimismGoerli.js +0 -37
- package/lib/data/icons/reactNative/currencyOptimismGoerli.js.map +0 -1
- package/lib/data/icons/reactNative/currencyPolygonZkEvm.d.ts +0 -8
- package/lib/data/icons/reactNative/currencyPolygonZkEvm.d.ts.map +0 -1
- package/lib/data/icons/reactNative/currencyPolygonZkEvm.js +0 -35
- package/lib/data/icons/reactNative/currencyPolygonZkEvm.js.map +0 -1
- package/lib/data/icons/reactNative/currencyPolygonZkEvmTestnet.d.ts +0 -8
- package/lib/data/icons/reactNative/currencyPolygonZkEvmTestnet.d.ts.map +0 -1
- package/lib/data/icons/reactNative/currencyPolygonZkEvmTestnet.js +0 -35
- package/lib/data/icons/reactNative/currencyPolygonZkEvmTestnet.js.map +0 -1
- package/lib/data/icons/reactNative/cvc.d.ts +0 -8
- package/lib/data/icons/reactNative/cvc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/cvc.js +0 -35
- package/lib/data/icons/reactNative/cvc.js.map +0 -1
- package/lib/data/icons/reactNative/d.d.ts +0 -8
- package/lib/data/icons/reactNative/d.d.ts.map +0 -1
- package/lib/data/icons/reactNative/d.js +0 -36
- package/lib/data/icons/reactNative/d.js.map +0 -1
- package/lib/data/icons/reactNative/dai.d.ts +0 -8
- package/lib/data/icons/reactNative/dai.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dai.js +0 -35
- package/lib/data/icons/reactNative/dai.js.map +0 -1
- package/lib/data/icons/reactNative/dash.d.ts +0 -8
- package/lib/data/icons/reactNative/dash.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dash.js +0 -36
- package/lib/data/icons/reactNative/dash.js.map +0 -1
- package/lib/data/icons/reactNative/dat.d.ts +0 -8
- package/lib/data/icons/reactNative/dat.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dat.js +0 -35
- package/lib/data/icons/reactNative/dat.js.map +0 -1
- package/lib/data/icons/reactNative/data.d.ts +0 -8
- package/lib/data/icons/reactNative/data.d.ts.map +0 -1
- package/lib/data/icons/reactNative/data.js +0 -35
- package/lib/data/icons/reactNative/data.js.map +0 -1
- package/lib/data/icons/reactNative/dbc.d.ts +0 -8
- package/lib/data/icons/reactNative/dbc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dbc.js +0 -35
- package/lib/data/icons/reactNative/dbc.js.map +0 -1
- package/lib/data/icons/reactNative/dcn.d.ts +0 -8
- package/lib/data/icons/reactNative/dcn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dcn.js +0 -36
- package/lib/data/icons/reactNative/dcn.js.map +0 -1
- package/lib/data/icons/reactNative/dcr.d.ts +0 -8
- package/lib/data/icons/reactNative/dcr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dcr.js +0 -36
- package/lib/data/icons/reactNative/dcr.js.map +0 -1
- package/lib/data/icons/reactNative/deez.d.ts +0 -8
- package/lib/data/icons/reactNative/deez.d.ts.map +0 -1
- package/lib/data/icons/reactNative/deez.js +0 -35
- package/lib/data/icons/reactNative/deez.js.map +0 -1
- package/lib/data/icons/reactNative/dent.d.ts +0 -8
- package/lib/data/icons/reactNative/dent.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dent.js +0 -35
- package/lib/data/icons/reactNative/dent.js.map +0 -1
- package/lib/data/icons/reactNative/dew.d.ts +0 -8
- package/lib/data/icons/reactNative/dew.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dew.js +0 -35
- package/lib/data/icons/reactNative/dew.js.map +0 -1
- package/lib/data/icons/reactNative/dgb.d.ts +0 -8
- package/lib/data/icons/reactNative/dgb.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dgb.js +0 -35
- package/lib/data/icons/reactNative/dgb.js.map +0 -1
- package/lib/data/icons/reactNative/dgd.d.ts +0 -8
- package/lib/data/icons/reactNative/dgd.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dgd.js +0 -35
- package/lib/data/icons/reactNative/dgd.js.map +0 -1
- package/lib/data/icons/reactNative/dlt.d.ts +0 -8
- package/lib/data/icons/reactNative/dlt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dlt.js +0 -35
- package/lib/data/icons/reactNative/dlt.js.map +0 -1
- package/lib/data/icons/reactNative/dnt.d.ts +0 -8
- package/lib/data/icons/reactNative/dnt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dnt.js +0 -35
- package/lib/data/icons/reactNative/dnt.js.map +0 -1
- package/lib/data/icons/reactNative/dock.d.ts +0 -8
- package/lib/data/icons/reactNative/dock.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dock.js +0 -35
- package/lib/data/icons/reactNative/dock.js.map +0 -1
- package/lib/data/icons/reactNative/doge.d.ts +0 -8
- package/lib/data/icons/reactNative/doge.d.ts.map +0 -1
- package/lib/data/icons/reactNative/doge.js +0 -35
- package/lib/data/icons/reactNative/doge.js.map +0 -1
- package/lib/data/icons/reactNative/dot.d.ts +0 -8
- package/lib/data/icons/reactNative/dot.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dot.js +0 -40
- package/lib/data/icons/reactNative/dot.js.map +0 -1
- package/lib/data/icons/reactNative/drgn.d.ts +0 -8
- package/lib/data/icons/reactNative/drgn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/drgn.js +0 -36
- package/lib/data/icons/reactNative/drgn.js.map +0 -1
- package/lib/data/icons/reactNative/drop.d.ts +0 -8
- package/lib/data/icons/reactNative/drop.d.ts.map +0 -1
- package/lib/data/icons/reactNative/drop.js +0 -42
- package/lib/data/icons/reactNative/drop.js.map +0 -1
- package/lib/data/icons/reactNative/dsm.d.ts +0 -8
- package/lib/data/icons/reactNative/dsm.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dsm.js +0 -35
- package/lib/data/icons/reactNative/dsm.js.map +0 -1
- package/lib/data/icons/reactNative/dta.d.ts +0 -8
- package/lib/data/icons/reactNative/dta.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dta.js +0 -35
- package/lib/data/icons/reactNative/dta.js.map +0 -1
- package/lib/data/icons/reactNative/dth.d.ts +0 -8
- package/lib/data/icons/reactNative/dth.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dth.js +0 -36
- package/lib/data/icons/reactNative/dth.js.map +0 -1
- package/lib/data/icons/reactNative/dtr.d.ts +0 -8
- package/lib/data/icons/reactNative/dtr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dtr.js +0 -36
- package/lib/data/icons/reactNative/dtr.js.map +0 -1
- package/lib/data/icons/reactNative/dydx.d.ts +0 -8
- package/lib/data/icons/reactNative/dydx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/dydx.js +0 -38
- package/lib/data/icons/reactNative/dydx.js.map +0 -1
- package/lib/data/icons/reactNative/ebst.d.ts +0 -8
- package/lib/data/icons/reactNative/ebst.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ebst.js +0 -35
- package/lib/data/icons/reactNative/ebst.js.map +0 -1
- package/lib/data/icons/reactNative/eca.d.ts +0 -8
- package/lib/data/icons/reactNative/eca.d.ts.map +0 -1
- package/lib/data/icons/reactNative/eca.js +0 -35
- package/lib/data/icons/reactNative/eca.js.map +0 -1
- package/lib/data/icons/reactNative/edg.d.ts +0 -8
- package/lib/data/icons/reactNative/edg.d.ts.map +0 -1
- package/lib/data/icons/reactNative/edg.js +0 -36
- package/lib/data/icons/reactNative/edg.js.map +0 -1
- package/lib/data/icons/reactNative/edo.d.ts +0 -8
- package/lib/data/icons/reactNative/edo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/edo.js +0 -35
- package/lib/data/icons/reactNative/edo.js.map +0 -1
- package/lib/data/icons/reactNative/edoge.d.ts +0 -8
- package/lib/data/icons/reactNative/edoge.d.ts.map +0 -1
- package/lib/data/icons/reactNative/edoge.js +0 -35
- package/lib/data/icons/reactNative/edoge.js.map +0 -1
- package/lib/data/icons/reactNative/egem.d.ts +0 -8
- package/lib/data/icons/reactNative/egem.d.ts.map +0 -1
- package/lib/data/icons/reactNative/egem.js +0 -35
- package/lib/data/icons/reactNative/egem.js.map +0 -1
- package/lib/data/icons/reactNative/egld.d.ts +0 -8
- package/lib/data/icons/reactNative/egld.d.ts.map +0 -1
- package/lib/data/icons/reactNative/egld.js +0 -35
- package/lib/data/icons/reactNative/egld.js.map +0 -1
- package/lib/data/icons/reactNative/ela.d.ts +0 -8
- package/lib/data/icons/reactNative/ela.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ela.js +0 -46
- package/lib/data/icons/reactNative/ela.js.map +0 -1
- package/lib/data/icons/reactNative/elec.d.ts +0 -8
- package/lib/data/icons/reactNative/elec.d.ts.map +0 -1
- package/lib/data/icons/reactNative/elec.js +0 -37
- package/lib/data/icons/reactNative/elec.js.map +0 -1
- package/lib/data/icons/reactNative/elf.d.ts +0 -8
- package/lib/data/icons/reactNative/elf.d.ts.map +0 -1
- package/lib/data/icons/reactNative/elf.js +0 -35
- package/lib/data/icons/reactNative/elf.js.map +0 -1
- package/lib/data/icons/reactNative/elix.d.ts +0 -8
- package/lib/data/icons/reactNative/elix.d.ts.map +0 -1
- package/lib/data/icons/reactNative/elix.js +0 -42
- package/lib/data/icons/reactNative/elix.js.map +0 -1
- package/lib/data/icons/reactNative/ella.d.ts +0 -8
- package/lib/data/icons/reactNative/ella.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ella.js +0 -35
- package/lib/data/icons/reactNative/ella.js.map +0 -1
- package/lib/data/icons/reactNative/emc.d.ts +0 -8
- package/lib/data/icons/reactNative/emc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/emc.js +0 -35
- package/lib/data/icons/reactNative/emc.js.map +0 -1
- package/lib/data/icons/reactNative/emc2.d.ts +0 -8
- package/lib/data/icons/reactNative/emc2.d.ts.map +0 -1
- package/lib/data/icons/reactNative/emc2.js +0 -37
- package/lib/data/icons/reactNative/emc2.js.map +0 -1
- package/lib/data/icons/reactNative/eng.d.ts +0 -8
- package/lib/data/icons/reactNative/eng.d.ts.map +0 -1
- package/lib/data/icons/reactNative/eng.js +0 -36
- package/lib/data/icons/reactNative/eng.js.map +0 -1
- package/lib/data/icons/reactNative/enj.d.ts +0 -8
- package/lib/data/icons/reactNative/enj.d.ts.map +0 -1
- package/lib/data/icons/reactNative/enj.js +0 -35
- package/lib/data/icons/reactNative/enj.js.map +0 -1
- package/lib/data/icons/reactNative/entrp.d.ts +0 -8
- package/lib/data/icons/reactNative/entrp.d.ts.map +0 -1
- package/lib/data/icons/reactNative/entrp.js +0 -35
- package/lib/data/icons/reactNative/entrp.js.map +0 -1
- package/lib/data/icons/reactNative/eon.d.ts +0 -8
- package/lib/data/icons/reactNative/eon.d.ts.map +0 -1
- package/lib/data/icons/reactNative/eon.js +0 -35
- package/lib/data/icons/reactNative/eon.js.map +0 -1
- package/lib/data/icons/reactNative/eop.d.ts +0 -8
- package/lib/data/icons/reactNative/eop.d.ts.map +0 -1
- package/lib/data/icons/reactNative/eop.js +0 -36
- package/lib/data/icons/reactNative/eop.js.map +0 -1
- package/lib/data/icons/reactNative/eos.d.ts +0 -8
- package/lib/data/icons/reactNative/eos.d.ts.map +0 -1
- package/lib/data/icons/reactNative/eos.js +0 -35
- package/lib/data/icons/reactNative/eos.js.map +0 -1
- package/lib/data/icons/reactNative/eqli.d.ts +0 -8
- package/lib/data/icons/reactNative/eqli.d.ts.map +0 -1
- package/lib/data/icons/reactNative/eqli.js +0 -35
- package/lib/data/icons/reactNative/eqli.js.map +0 -1
- package/lib/data/icons/reactNative/equa.d.ts +0 -8
- package/lib/data/icons/reactNative/equa.d.ts.map +0 -1
- package/lib/data/icons/reactNative/equa.js +0 -35
- package/lib/data/icons/reactNative/equa.js.map +0 -1
- package/lib/data/icons/reactNative/eqz.d.ts +0 -8
- package/lib/data/icons/reactNative/eqz.d.ts.map +0 -1
- package/lib/data/icons/reactNative/eqz.js +0 -35
- package/lib/data/icons/reactNative/eqz.js.map +0 -1
- package/lib/data/icons/reactNative/etc.d.ts +0 -8
- package/lib/data/icons/reactNative/etc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/etc.js +0 -38
- package/lib/data/icons/reactNative/etc.js.map +0 -1
- package/lib/data/icons/reactNative/eth.d.ts +0 -8
- package/lib/data/icons/reactNative/eth.d.ts.map +0 -1
- package/lib/data/icons/reactNative/eth.js +0 -40
- package/lib/data/icons/reactNative/eth.js.map +0 -1
- package/lib/data/icons/reactNative/ethos.d.ts +0 -8
- package/lib/data/icons/reactNative/ethos.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ethos.js +0 -36
- package/lib/data/icons/reactNative/ethos.js.map +0 -1
- package/lib/data/icons/reactNative/etn.d.ts +0 -8
- package/lib/data/icons/reactNative/etn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/etn.js +0 -35
- package/lib/data/icons/reactNative/etn.js.map +0 -1
- package/lib/data/icons/reactNative/etp.d.ts +0 -8
- package/lib/data/icons/reactNative/etp.d.ts.map +0 -1
- package/lib/data/icons/reactNative/etp.js +0 -36
- package/lib/data/icons/reactNative/etp.js.map +0 -1
- package/lib/data/icons/reactNative/euroc.d.ts +0 -8
- package/lib/data/icons/reactNative/euroc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/euroc.js +0 -37
- package/lib/data/icons/reactNative/euroc.js.map +0 -1
- package/lib/data/icons/reactNative/evmos.d.ts +0 -8
- package/lib/data/icons/reactNative/evmos.d.ts.map +0 -1
- package/lib/data/icons/reactNative/evmos.js +0 -35
- package/lib/data/icons/reactNative/evmos.js.map +0 -1
- package/lib/data/icons/reactNative/evx.d.ts +0 -8
- package/lib/data/icons/reactNative/evx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/evx.js +0 -36
- package/lib/data/icons/reactNative/evx.js.map +0 -1
- package/lib/data/icons/reactNative/ewt.d.ts +0 -8
- package/lib/data/icons/reactNative/ewt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ewt.js +0 -35
- package/lib/data/icons/reactNative/ewt.js.map +0 -1
- package/lib/data/icons/reactNative/exmo.d.ts +0 -8
- package/lib/data/icons/reactNative/exmo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/exmo.js +0 -35
- package/lib/data/icons/reactNative/exmo.js.map +0 -1
- package/lib/data/icons/reactNative/exp.d.ts +0 -8
- package/lib/data/icons/reactNative/exp.d.ts.map +0 -1
- package/lib/data/icons/reactNative/exp.js +0 -35
- package/lib/data/icons/reactNative/exp.js.map +0 -1
- package/lib/data/icons/reactNative/fair.d.ts +0 -8
- package/lib/data/icons/reactNative/fair.d.ts.map +0 -1
- package/lib/data/icons/reactNative/fair.js +0 -35
- package/lib/data/icons/reactNative/fair.js.map +0 -1
- package/lib/data/icons/reactNative/fct.d.ts +0 -8
- package/lib/data/icons/reactNative/fct.d.ts.map +0 -1
- package/lib/data/icons/reactNative/fct.js +0 -35
- package/lib/data/icons/reactNative/fct.js.map +0 -1
- package/lib/data/icons/reactNative/fil.d.ts +0 -8
- package/lib/data/icons/reactNative/fil.d.ts.map +0 -1
- package/lib/data/icons/reactNative/fil.js +0 -35
- package/lib/data/icons/reactNative/fil.js.map +0 -1
- package/lib/data/icons/reactNative/fjc.d.ts +0 -8
- package/lib/data/icons/reactNative/fjc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/fjc.js +0 -37
- package/lib/data/icons/reactNative/fjc.js.map +0 -1
- package/lib/data/icons/reactNative/fldc.d.ts +0 -8
- package/lib/data/icons/reactNative/fldc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/fldc.js +0 -35
- package/lib/data/icons/reactNative/fldc.js.map +0 -1
- package/lib/data/icons/reactNative/flo.d.ts +0 -8
- package/lib/data/icons/reactNative/flo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/flo.js +0 -35
- package/lib/data/icons/reactNative/flo.js.map +0 -1
- package/lib/data/icons/reactNative/flr.d.ts +0 -8
- package/lib/data/icons/reactNative/flr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/flr.js +0 -35
- package/lib/data/icons/reactNative/flr.js.map +0 -1
- package/lib/data/icons/reactNative/fsn.d.ts +0 -8
- package/lib/data/icons/reactNative/fsn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/fsn.js +0 -35
- package/lib/data/icons/reactNative/fsn.js.map +0 -1
- package/lib/data/icons/reactNative/ftc.d.ts +0 -8
- package/lib/data/icons/reactNative/ftc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ftc.js +0 -35
- package/lib/data/icons/reactNative/ftc.js.map +0 -1
- package/lib/data/icons/reactNative/ftm.d.ts +0 -8
- package/lib/data/icons/reactNative/ftm.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ftm.js +0 -35
- package/lib/data/icons/reactNative/ftm.js.map +0 -1
- package/lib/data/icons/reactNative/fuel.d.ts +0 -8
- package/lib/data/icons/reactNative/fuel.d.ts.map +0 -1
- package/lib/data/icons/reactNative/fuel.js +0 -35
- package/lib/data/icons/reactNative/fuel.js.map +0 -1
- package/lib/data/icons/reactNative/fun.d.ts +0 -8
- package/lib/data/icons/reactNative/fun.d.ts.map +0 -1
- package/lib/data/icons/reactNative/fun.js +0 -35
- package/lib/data/icons/reactNative/fun.js.map +0 -1
- package/lib/data/icons/reactNative/gAbi.d.ts +0 -8
- package/lib/data/icons/reactNative/gAbi.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gAbi.js +0 -36
- package/lib/data/icons/reactNative/gAbi.js.map +0 -1
- package/lib/data/icons/reactNative/game.d.ts +0 -8
- package/lib/data/icons/reactNative/game.d.ts.map +0 -1
- package/lib/data/icons/reactNative/game.js +0 -35
- package/lib/data/icons/reactNative/game.js.map +0 -1
- package/lib/data/icons/reactNative/gas.d.ts +0 -8
- package/lib/data/icons/reactNative/gas.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gas.js +0 -35
- package/lib/data/icons/reactNative/gas.js.map +0 -1
- package/lib/data/icons/reactNative/gbx.d.ts +0 -8
- package/lib/data/icons/reactNative/gbx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gbx.js +0 -36
- package/lib/data/icons/reactNative/gbx.js.map +0 -1
- package/lib/data/icons/reactNative/gbyte.d.ts +0 -8
- package/lib/data/icons/reactNative/gbyte.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gbyte.js +0 -36
- package/lib/data/icons/reactNative/gbyte.js.map +0 -1
- package/lib/data/icons/reactNative/generic.d.ts +0 -8
- package/lib/data/icons/reactNative/generic.d.ts.map +0 -1
- package/lib/data/icons/reactNative/generic.js +0 -35
- package/lib/data/icons/reactNative/generic.js.map +0 -1
- package/lib/data/icons/reactNative/gin.d.ts +0 -8
- package/lib/data/icons/reactNative/gin.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gin.js +0 -36
- package/lib/data/icons/reactNative/gin.js.map +0 -1
- package/lib/data/icons/reactNative/glmr.d.ts +0 -8
- package/lib/data/icons/reactNative/glmr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/glmr.js +0 -49
- package/lib/data/icons/reactNative/glmr.js.map +0 -1
- package/lib/data/icons/reactNative/glxt.d.ts +0 -8
- package/lib/data/icons/reactNative/glxt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/glxt.js +0 -35
- package/lib/data/icons/reactNative/glxt.js.map +0 -1
- package/lib/data/icons/reactNative/gm.d.ts +0 -8
- package/lib/data/icons/reactNative/gm.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gm.js +0 -36
- package/lib/data/icons/reactNative/gm.js.map +0 -1
- package/lib/data/icons/reactNative/gmr.d.ts +0 -8
- package/lib/data/icons/reactNative/gmr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gmr.js +0 -39
- package/lib/data/icons/reactNative/gmr.js.map +0 -1
- package/lib/data/icons/reactNative/gno.d.ts +0 -8
- package/lib/data/icons/reactNative/gno.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gno.js +0 -35
- package/lib/data/icons/reactNative/gno.js.map +0 -1
- package/lib/data/icons/reactNative/gnt.d.ts +0 -8
- package/lib/data/icons/reactNative/gnt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gnt.js +0 -35
- package/lib/data/icons/reactNative/gnt.js.map +0 -1
- package/lib/data/icons/reactNative/gold.d.ts +0 -8
- package/lib/data/icons/reactNative/gold.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gold.js +0 -35
- package/lib/data/icons/reactNative/gold.js.map +0 -1
- package/lib/data/icons/reactNative/grc.d.ts +0 -8
- package/lib/data/icons/reactNative/grc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/grc.js +0 -35
- package/lib/data/icons/reactNative/grc.js.map +0 -1
- package/lib/data/icons/reactNative/grin.d.ts +0 -8
- package/lib/data/icons/reactNative/grin.d.ts.map +0 -1
- package/lib/data/icons/reactNative/grin.js +0 -35
- package/lib/data/icons/reactNative/grin.js.map +0 -1
- package/lib/data/icons/reactNative/gsc.d.ts +0 -8
- package/lib/data/icons/reactNative/gsc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gsc.js +0 -35
- package/lib/data/icons/reactNative/gsc.js.map +0 -1
- package/lib/data/icons/reactNative/gto.d.ts +0 -8
- package/lib/data/icons/reactNative/gto.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gto.js +0 -36
- package/lib/data/icons/reactNative/gto.js.map +0 -1
- package/lib/data/icons/reactNative/gup.d.ts +0 -8
- package/lib/data/icons/reactNative/gup.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gup.js +0 -35
- package/lib/data/icons/reactNative/gup.js.map +0 -1
- package/lib/data/icons/reactNative/gusd.d.ts +0 -8
- package/lib/data/icons/reactNative/gusd.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gusd.js +0 -35
- package/lib/data/icons/reactNative/gusd.js.map +0 -1
- package/lib/data/icons/reactNative/gvt.d.ts +0 -8
- package/lib/data/icons/reactNative/gvt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gvt.js +0 -35
- package/lib/data/icons/reactNative/gvt.js.map +0 -1
- package/lib/data/icons/reactNative/gxs.d.ts +0 -8
- package/lib/data/icons/reactNative/gxs.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gxs.js +0 -35
- package/lib/data/icons/reactNative/gxs.js.map +0 -1
- package/lib/data/icons/reactNative/gzr.d.ts +0 -8
- package/lib/data/icons/reactNative/gzr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/gzr.js +0 -38
- package/lib/data/icons/reactNative/gzr.js.map +0 -1
- package/lib/data/icons/reactNative/hbar.d.ts +0 -8
- package/lib/data/icons/reactNative/hbar.d.ts.map +0 -1
- package/lib/data/icons/reactNative/hbar.js +0 -35
- package/lib/data/icons/reactNative/hbar.js.map +0 -1
- package/lib/data/icons/reactNative/hight.d.ts +0 -8
- package/lib/data/icons/reactNative/hight.d.ts.map +0 -1
- package/lib/data/icons/reactNative/hight.js +0 -35
- package/lib/data/icons/reactNative/hight.js.map +0 -1
- package/lib/data/icons/reactNative/hmmm.d.ts +0 -8
- package/lib/data/icons/reactNative/hmmm.d.ts.map +0 -1
- package/lib/data/icons/reactNative/hmmm.js +0 -36
- package/lib/data/icons/reactNative/hmmm.js.map +0 -1
- package/lib/data/icons/reactNative/hodl.d.ts +0 -8
- package/lib/data/icons/reactNative/hodl.d.ts.map +0 -1
- package/lib/data/icons/reactNative/hodl.js +0 -35
- package/lib/data/icons/reactNative/hodl.js.map +0 -1
- package/lib/data/icons/reactNative/hot.d.ts +0 -8
- package/lib/data/icons/reactNative/hot.d.ts.map +0 -1
- package/lib/data/icons/reactNative/hot.js +0 -35
- package/lib/data/icons/reactNative/hot.js.map +0 -1
- package/lib/data/icons/reactNative/hpb.d.ts +0 -8
- package/lib/data/icons/reactNative/hpb.d.ts.map +0 -1
- package/lib/data/icons/reactNative/hpb.js +0 -36
- package/lib/data/icons/reactNative/hpb.js.map +0 -1
- package/lib/data/icons/reactNative/hsr.d.ts +0 -8
- package/lib/data/icons/reactNative/hsr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/hsr.js +0 -36
- package/lib/data/icons/reactNative/hsr.js.map +0 -1
- package/lib/data/icons/reactNative/ht.d.ts +0 -8
- package/lib/data/icons/reactNative/ht.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ht.js +0 -36
- package/lib/data/icons/reactNative/ht.js.map +0 -1
- package/lib/data/icons/reactNative/html.d.ts +0 -8
- package/lib/data/icons/reactNative/html.d.ts.map +0 -1
- package/lib/data/icons/reactNative/html.js +0 -35
- package/lib/data/icons/reactNative/html.js.map +0 -1
- package/lib/data/icons/reactNative/huc.d.ts +0 -8
- package/lib/data/icons/reactNative/huc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/huc.js +0 -35
- package/lib/data/icons/reactNative/huc.js.map +0 -1
- package/lib/data/icons/reactNative/hush.d.ts +0 -8
- package/lib/data/icons/reactNative/hush.d.ts.map +0 -1
- package/lib/data/icons/reactNative/hush.js +0 -35
- package/lib/data/icons/reactNative/hush.js.map +0 -1
- package/lib/data/icons/reactNative/icn.d.ts +0 -8
- package/lib/data/icons/reactNative/icn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/icn.js +0 -35
- package/lib/data/icons/reactNative/icn.js.map +0 -1
- package/lib/data/icons/reactNative/icp.d.ts +0 -8
- package/lib/data/icons/reactNative/icp.d.ts.map +0 -1
- package/lib/data/icons/reactNative/icp.js +0 -35
- package/lib/data/icons/reactNative/icp.js.map +0 -1
- package/lib/data/icons/reactNative/icx.d.ts +0 -8
- package/lib/data/icons/reactNative/icx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/icx.js +0 -35
- package/lib/data/icons/reactNative/icx.js.map +0 -1
- package/lib/data/icons/reactNative/ignis.d.ts +0 -8
- package/lib/data/icons/reactNative/ignis.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ignis.js +0 -36
- package/lib/data/icons/reactNative/ignis.js.map +0 -1
- package/lib/data/icons/reactNative/ilk.d.ts +0 -8
- package/lib/data/icons/reactNative/ilk.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ilk.js +0 -35
- package/lib/data/icons/reactNative/ilk.js.map +0 -1
- package/lib/data/icons/reactNative/index.d.ts +0 -516
- package/lib/data/icons/reactNative/index.d.ts.map +0 -1
- package/lib/data/icons/reactNative/index.js +0 -1047
- package/lib/data/icons/reactNative/index.js.map +0 -1
- package/lib/data/icons/reactNative/inj.d.ts +0 -8
- package/lib/data/icons/reactNative/inj.d.ts.map +0 -1
- package/lib/data/icons/reactNative/inj.js +0 -36
- package/lib/data/icons/reactNative/inj.js.map +0 -1
- package/lib/data/icons/reactNative/ink.d.ts +0 -8
- package/lib/data/icons/reactNative/ink.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ink.js +0 -36
- package/lib/data/icons/reactNative/ink.js.map +0 -1
- package/lib/data/icons/reactNative/ins.d.ts +0 -8
- package/lib/data/icons/reactNative/ins.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ins.js +0 -38
- package/lib/data/icons/reactNative/ins.js.map +0 -1
- package/lib/data/icons/reactNative/ion.d.ts +0 -8
- package/lib/data/icons/reactNative/ion.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ion.js +0 -35
- package/lib/data/icons/reactNative/ion.js.map +0 -1
- package/lib/data/icons/reactNative/iop.d.ts +0 -8
- package/lib/data/icons/reactNative/iop.d.ts.map +0 -1
- package/lib/data/icons/reactNative/iop.js +0 -37
- package/lib/data/icons/reactNative/iop.js.map +0 -1
- package/lib/data/icons/reactNative/iost.d.ts +0 -8
- package/lib/data/icons/reactNative/iost.d.ts.map +0 -1
- package/lib/data/icons/reactNative/iost.js +0 -35
- package/lib/data/icons/reactNative/iost.js.map +0 -1
- package/lib/data/icons/reactNative/iotx.d.ts +0 -8
- package/lib/data/icons/reactNative/iotx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/iotx.js +0 -57
- package/lib/data/icons/reactNative/iotx.js.map +0 -1
- package/lib/data/icons/reactNative/iq.d.ts +0 -8
- package/lib/data/icons/reactNative/iq.d.ts.map +0 -1
- package/lib/data/icons/reactNative/iq.js +0 -35
- package/lib/data/icons/reactNative/iq.js.map +0 -1
- package/lib/data/icons/reactNative/itc.d.ts +0 -8
- package/lib/data/icons/reactNative/itc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/itc.js +0 -35
- package/lib/data/icons/reactNative/itc.js.map +0 -1
- package/lib/data/icons/reactNative/jnt.d.ts +0 -8
- package/lib/data/icons/reactNative/jnt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/jnt.js +0 -35
- package/lib/data/icons/reactNative/jnt.js.map +0 -1
- package/lib/data/icons/reactNative/jpy.d.ts +0 -8
- package/lib/data/icons/reactNative/jpy.d.ts.map +0 -1
- package/lib/data/icons/reactNative/jpy.js +0 -35
- package/lib/data/icons/reactNative/jpy.js.map +0 -1
- package/lib/data/icons/reactNative/kava.d.ts +0 -8
- package/lib/data/icons/reactNative/kava.d.ts.map +0 -1
- package/lib/data/icons/reactNative/kava.js +0 -36
- package/lib/data/icons/reactNative/kava.js.map +0 -1
- package/lib/data/icons/reactNative/kcs.d.ts +0 -8
- package/lib/data/icons/reactNative/kcs.d.ts.map +0 -1
- package/lib/data/icons/reactNative/kcs.js +0 -35
- package/lib/data/icons/reactNative/kcs.js.map +0 -1
- package/lib/data/icons/reactNative/kin.d.ts +0 -8
- package/lib/data/icons/reactNative/kin.d.ts.map +0 -1
- package/lib/data/icons/reactNative/kin.js +0 -35
- package/lib/data/icons/reactNative/kin.js.map +0 -1
- package/lib/data/icons/reactNative/klay.d.ts +0 -8
- package/lib/data/icons/reactNative/klay.d.ts.map +0 -1
- package/lib/data/icons/reactNative/klay.js +0 -38
- package/lib/data/icons/reactNative/klay.js.map +0 -1
- package/lib/data/icons/reactNative/klown.d.ts +0 -8
- package/lib/data/icons/reactNative/klown.d.ts.map +0 -1
- package/lib/data/icons/reactNative/klown.js +0 -55
- package/lib/data/icons/reactNative/klown.js.map +0 -1
- package/lib/data/icons/reactNative/kmd.d.ts +0 -8
- package/lib/data/icons/reactNative/kmd.d.ts.map +0 -1
- package/lib/data/icons/reactNative/kmd.js +0 -36
- package/lib/data/icons/reactNative/kmd.js.map +0 -1
- package/lib/data/icons/reactNative/knc.d.ts +0 -8
- package/lib/data/icons/reactNative/knc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/knc.js +0 -35
- package/lib/data/icons/reactNative/knc.js.map +0 -1
- package/lib/data/icons/reactNative/krb.d.ts +0 -8
- package/lib/data/icons/reactNative/krb.d.ts.map +0 -1
- package/lib/data/icons/reactNative/krb.js +0 -35
- package/lib/data/icons/reactNative/krb.js.map +0 -1
- package/lib/data/icons/reactNative/lbc.d.ts +0 -8
- package/lib/data/icons/reactNative/lbc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/lbc.js +0 -35
- package/lib/data/icons/reactNative/lbc.js.map +0 -1
- package/lib/data/icons/reactNative/lend.d.ts +0 -8
- package/lib/data/icons/reactNative/lend.d.ts.map +0 -1
- package/lib/data/icons/reactNative/lend.js +0 -35
- package/lib/data/icons/reactNative/lend.js.map +0 -1
- package/lib/data/icons/reactNative/leo.d.ts +0 -8
- package/lib/data/icons/reactNative/leo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/leo.js +0 -38
- package/lib/data/icons/reactNative/leo.js.map +0 -1
- package/lib/data/icons/reactNative/link.d.ts +0 -8
- package/lib/data/icons/reactNative/link.d.ts.map +0 -1
- package/lib/data/icons/reactNative/link.js +0 -35
- package/lib/data/icons/reactNative/link.js.map +0 -1
- package/lib/data/icons/reactNative/lkk.d.ts +0 -8
- package/lib/data/icons/reactNative/lkk.d.ts.map +0 -1
- package/lib/data/icons/reactNative/lkk.js +0 -35
- package/lib/data/icons/reactNative/lkk.js.map +0 -1
- package/lib/data/icons/reactNative/loom.d.ts +0 -8
- package/lib/data/icons/reactNative/loom.d.ts.map +0 -1
- package/lib/data/icons/reactNative/loom.js +0 -40
- package/lib/data/icons/reactNative/loom.js.map +0 -1
- package/lib/data/icons/reactNative/lpt.d.ts +0 -8
- package/lib/data/icons/reactNative/lpt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/lpt.js +0 -35
- package/lib/data/icons/reactNative/lpt.js.map +0 -1
- package/lib/data/icons/reactNative/lrc.d.ts +0 -8
- package/lib/data/icons/reactNative/lrc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/lrc.js +0 -35
- package/lib/data/icons/reactNative/lrc.js.map +0 -1
- package/lib/data/icons/reactNative/lsk.d.ts +0 -8
- package/lib/data/icons/reactNative/lsk.d.ts.map +0 -1
- package/lib/data/icons/reactNative/lsk.js +0 -35
- package/lib/data/icons/reactNative/lsk.js.map +0 -1
- package/lib/data/icons/reactNative/ltc.d.ts +0 -8
- package/lib/data/icons/reactNative/ltc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ltc.js +0 -35
- package/lib/data/icons/reactNative/ltc.js.map +0 -1
- package/lib/data/icons/reactNative/lun.d.ts +0 -8
- package/lib/data/icons/reactNative/lun.d.ts.map +0 -1
- package/lib/data/icons/reactNative/lun.js +0 -35
- package/lib/data/icons/reactNative/lun.js.map +0 -1
- package/lib/data/icons/reactNative/lyx.d.ts +0 -8
- package/lib/data/icons/reactNative/lyx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/lyx.js +0 -35
- package/lib/data/icons/reactNative/lyx.js.map +0 -1
- package/lib/data/icons/reactNative/maid.d.ts +0 -8
- package/lib/data/icons/reactNative/maid.d.ts.map +0 -1
- package/lib/data/icons/reactNative/maid.js +0 -37
- package/lib/data/icons/reactNative/maid.js.map +0 -1
- package/lib/data/icons/reactNative/mana.d.ts +0 -8
- package/lib/data/icons/reactNative/mana.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mana.js +0 -35
- package/lib/data/icons/reactNative/mana.js.map +0 -1
- package/lib/data/icons/reactNative/matic.d.ts +0 -8
- package/lib/data/icons/reactNative/matic.d.ts.map +0 -1
- package/lib/data/icons/reactNative/matic.js +0 -35
- package/lib/data/icons/reactNative/matic.js.map +0 -1
- package/lib/data/icons/reactNative/mcap.d.ts +0 -8
- package/lib/data/icons/reactNative/mcap.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mcap.js +0 -35
- package/lib/data/icons/reactNative/mcap.js.map +0 -1
- package/lib/data/icons/reactNative/mco.d.ts +0 -8
- package/lib/data/icons/reactNative/mco.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mco.js +0 -35
- package/lib/data/icons/reactNative/mco.js.map +0 -1
- package/lib/data/icons/reactNative/mda.d.ts +0 -8
- package/lib/data/icons/reactNative/mda.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mda.js +0 -35
- package/lib/data/icons/reactNative/mda.js.map +0 -1
- package/lib/data/icons/reactNative/mds.d.ts +0 -8
- package/lib/data/icons/reactNative/mds.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mds.js +0 -35
- package/lib/data/icons/reactNative/mds.js.map +0 -1
- package/lib/data/icons/reactNative/med.d.ts +0 -8
- package/lib/data/icons/reactNative/med.d.ts.map +0 -1
- package/lib/data/icons/reactNative/med.js +0 -35
- package/lib/data/icons/reactNative/med.js.map +0 -1
- package/lib/data/icons/reactNative/meetone.d.ts +0 -8
- package/lib/data/icons/reactNative/meetone.d.ts.map +0 -1
- package/lib/data/icons/reactNative/meetone.js +0 -36
- package/lib/data/icons/reactNative/meetone.js.map +0 -1
- package/lib/data/icons/reactNative/metis.d.ts +0 -8
- package/lib/data/icons/reactNative/metis.d.ts.map +0 -1
- package/lib/data/icons/reactNative/metis.js +0 -35
- package/lib/data/icons/reactNative/metis.js.map +0 -1
- package/lib/data/icons/reactNative/mex.d.ts +0 -8
- package/lib/data/icons/reactNative/mex.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mex.js +0 -35
- package/lib/data/icons/reactNative/mex.js.map +0 -1
- package/lib/data/icons/reactNative/mft.d.ts +0 -8
- package/lib/data/icons/reactNative/mft.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mft.js +0 -35
- package/lib/data/icons/reactNative/mft.js.map +0 -1
- package/lib/data/icons/reactNative/miota.d.ts +0 -8
- package/lib/data/icons/reactNative/miota.d.ts.map +0 -1
- package/lib/data/icons/reactNative/miota.js +0 -35
- package/lib/data/icons/reactNative/miota.js.map +0 -1
- package/lib/data/icons/reactNative/mith.d.ts +0 -8
- package/lib/data/icons/reactNative/mith.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mith.js +0 -35
- package/lib/data/icons/reactNative/mith.js.map +0 -1
- package/lib/data/icons/reactNative/mkr.d.ts +0 -8
- package/lib/data/icons/reactNative/mkr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mkr.js +0 -35
- package/lib/data/icons/reactNative/mkr.js.map +0 -1
- package/lib/data/icons/reactNative/mln.d.ts +0 -8
- package/lib/data/icons/reactNative/mln.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mln.js +0 -36
- package/lib/data/icons/reactNative/mln.js.map +0 -1
- package/lib/data/icons/reactNative/mnx.d.ts +0 -8
- package/lib/data/icons/reactNative/mnx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mnx.js +0 -36
- package/lib/data/icons/reactNative/mnx.js.map +0 -1
- package/lib/data/icons/reactNative/mnz.d.ts +0 -8
- package/lib/data/icons/reactNative/mnz.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mnz.js +0 -35
- package/lib/data/icons/reactNative/mnz.js.map +0 -1
- package/lib/data/icons/reactNative/moac.d.ts +0 -8
- package/lib/data/icons/reactNative/moac.d.ts.map +0 -1
- package/lib/data/icons/reactNative/moac.js +0 -35
- package/lib/data/icons/reactNative/moac.js.map +0 -1
- package/lib/data/icons/reactNative/mod.d.ts +0 -8
- package/lib/data/icons/reactNative/mod.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mod.js +0 -36
- package/lib/data/icons/reactNative/mod.js.map +0 -1
- package/lib/data/icons/reactNative/mona.d.ts +0 -8
- package/lib/data/icons/reactNative/mona.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mona.js +0 -35
- package/lib/data/icons/reactNative/mona.js.map +0 -1
- package/lib/data/icons/reactNative/movr.d.ts +0 -8
- package/lib/data/icons/reactNative/movr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/movr.js +0 -44
- package/lib/data/icons/reactNative/movr.js.map +0 -1
- package/lib/data/icons/reactNative/msr.d.ts +0 -8
- package/lib/data/icons/reactNative/msr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/msr.js +0 -36
- package/lib/data/icons/reactNative/msr.js.map +0 -1
- package/lib/data/icons/reactNative/mth.d.ts +0 -8
- package/lib/data/icons/reactNative/mth.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mth.js +0 -42
- package/lib/data/icons/reactNative/mth.js.map +0 -1
- package/lib/data/icons/reactNative/mtl.d.ts +0 -8
- package/lib/data/icons/reactNative/mtl.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mtl.js +0 -35
- package/lib/data/icons/reactNative/mtl.js.map +0 -1
- package/lib/data/icons/reactNative/music.d.ts +0 -8
- package/lib/data/icons/reactNative/music.d.ts.map +0 -1
- package/lib/data/icons/reactNative/music.js +0 -35
- package/lib/data/icons/reactNative/music.js.map +0 -1
- package/lib/data/icons/reactNative/mzc.d.ts +0 -8
- package/lib/data/icons/reactNative/mzc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/mzc.js +0 -35
- package/lib/data/icons/reactNative/mzc.js.map +0 -1
- package/lib/data/icons/reactNative/nano.d.ts +0 -8
- package/lib/data/icons/reactNative/nano.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nano.js +0 -35
- package/lib/data/icons/reactNative/nano.js.map +0 -1
- package/lib/data/icons/reactNative/nas.d.ts +0 -8
- package/lib/data/icons/reactNative/nas.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nas.js +0 -35
- package/lib/data/icons/reactNative/nas.js.map +0 -1
- package/lib/data/icons/reactNative/nav.d.ts +0 -8
- package/lib/data/icons/reactNative/nav.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nav.js +0 -35
- package/lib/data/icons/reactNative/nav.js.map +0 -1
- package/lib/data/icons/reactNative/ncash.d.ts +0 -8
- package/lib/data/icons/reactNative/ncash.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ncash.js +0 -35
- package/lib/data/icons/reactNative/ncash.js.map +0 -1
- package/lib/data/icons/reactNative/ndz.d.ts +0 -8
- package/lib/data/icons/reactNative/ndz.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ndz.js +0 -35
- package/lib/data/icons/reactNative/ndz.js.map +0 -1
- package/lib/data/icons/reactNative/near.d.ts +0 -8
- package/lib/data/icons/reactNative/near.d.ts.map +0 -1
- package/lib/data/icons/reactNative/near.js +0 -35
- package/lib/data/icons/reactNative/near.js.map +0 -1
- package/lib/data/icons/reactNative/nebl.d.ts +0 -8
- package/lib/data/icons/reactNative/nebl.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nebl.js +0 -35
- package/lib/data/icons/reactNative/nebl.js.map +0 -1
- package/lib/data/icons/reactNative/neo.d.ts +0 -8
- package/lib/data/icons/reactNative/neo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/neo.js +0 -35
- package/lib/data/icons/reactNative/neo.js.map +0 -1
- package/lib/data/icons/reactNative/neon.d.ts +0 -8
- package/lib/data/icons/reactNative/neon.d.ts.map +0 -1
- package/lib/data/icons/reactNative/neon.js +0 -35
- package/lib/data/icons/reactNative/neon.js.map +0 -1
- package/lib/data/icons/reactNative/neos.d.ts +0 -8
- package/lib/data/icons/reactNative/neos.d.ts.map +0 -1
- package/lib/data/icons/reactNative/neos.js +0 -35
- package/lib/data/icons/reactNative/neos.js.map +0 -1
- package/lib/data/icons/reactNative/neu.d.ts +0 -8
- package/lib/data/icons/reactNative/neu.d.ts.map +0 -1
- package/lib/data/icons/reactNative/neu.js +0 -38
- package/lib/data/icons/reactNative/neu.js.map +0 -1
- package/lib/data/icons/reactNative/nexo.d.ts +0 -8
- package/lib/data/icons/reactNative/nexo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nexo.js +0 -40
- package/lib/data/icons/reactNative/nexo.js.map +0 -1
- package/lib/data/icons/reactNative/ngc.d.ts +0 -8
- package/lib/data/icons/reactNative/ngc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ngc.js +0 -35
- package/lib/data/icons/reactNative/ngc.js.map +0 -1
- package/lib/data/icons/reactNative/nim.d.ts +0 -8
- package/lib/data/icons/reactNative/nim.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nim.js +0 -35
- package/lib/data/icons/reactNative/nim.js.map +0 -1
- package/lib/data/icons/reactNative/nio.d.ts +0 -8
- package/lib/data/icons/reactNative/nio.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nio.js +0 -35
- package/lib/data/icons/reactNative/nio.js.map +0 -1
- package/lib/data/icons/reactNative/nlc2.d.ts +0 -8
- package/lib/data/icons/reactNative/nlc2.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nlc2.js +0 -35
- package/lib/data/icons/reactNative/nlc2.js.map +0 -1
- package/lib/data/icons/reactNative/nlg.d.ts +0 -8
- package/lib/data/icons/reactNative/nlg.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nlg.js +0 -35
- package/lib/data/icons/reactNative/nlg.js.map +0 -1
- package/lib/data/icons/reactNative/nmc.d.ts +0 -8
- package/lib/data/icons/reactNative/nmc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nmc.js +0 -35
- package/lib/data/icons/reactNative/nmc.js.map +0 -1
- package/lib/data/icons/reactNative/nmr.d.ts +0 -8
- package/lib/data/icons/reactNative/nmr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nmr.js +0 -35
- package/lib/data/icons/reactNative/nmr.js.map +0 -1
- package/lib/data/icons/reactNative/nom.d.ts +0 -8
- package/lib/data/icons/reactNative/nom.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nom.js +0 -35
- package/lib/data/icons/reactNative/nom.js.map +0 -1
- package/lib/data/icons/reactNative/npxs.d.ts +0 -8
- package/lib/data/icons/reactNative/npxs.d.ts.map +0 -1
- package/lib/data/icons/reactNative/npxs.js +0 -36
- package/lib/data/icons/reactNative/npxs.js.map +0 -1
- package/lib/data/icons/reactNative/nuls.d.ts +0 -8
- package/lib/data/icons/reactNative/nuls.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nuls.js +0 -35
- package/lib/data/icons/reactNative/nuls.js.map +0 -1
- package/lib/data/icons/reactNative/nxs.d.ts +0 -8
- package/lib/data/icons/reactNative/nxs.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nxs.js +0 -35
- package/lib/data/icons/reactNative/nxs.js.map +0 -1
- package/lib/data/icons/reactNative/nxt.d.ts +0 -8
- package/lib/data/icons/reactNative/nxt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nxt.js +0 -35
- package/lib/data/icons/reactNative/nxt.js.map +0 -1
- package/lib/data/icons/reactNative/nym.d.ts +0 -8
- package/lib/data/icons/reactNative/nym.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nym.js +0 -39
- package/lib/data/icons/reactNative/nym.js.map +0 -1
- package/lib/data/icons/reactNative/nyx.d.ts +0 -8
- package/lib/data/icons/reactNative/nyx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/nyx.js +0 -37
- package/lib/data/icons/reactNative/nyx.js.map +0 -1
- package/lib/data/icons/reactNative/oax.d.ts +0 -8
- package/lib/data/icons/reactNative/oax.d.ts.map +0 -1
- package/lib/data/icons/reactNative/oax.js +0 -35
- package/lib/data/icons/reactNative/oax.js.map +0 -1
- package/lib/data/icons/reactNative/ok.d.ts +0 -8
- package/lib/data/icons/reactNative/ok.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ok.js +0 -35
- package/lib/data/icons/reactNative/ok.js.map +0 -1
- package/lib/data/icons/reactNative/okb.d.ts +0 -8
- package/lib/data/icons/reactNative/okb.d.ts.map +0 -1
- package/lib/data/icons/reactNative/okb.js +0 -38
- package/lib/data/icons/reactNative/okb.js.map +0 -1
- package/lib/data/icons/reactNative/omg.d.ts +0 -8
- package/lib/data/icons/reactNative/omg.d.ts.map +0 -1
- package/lib/data/icons/reactNative/omg.js +0 -35
- package/lib/data/icons/reactNative/omg.js.map +0 -1
- package/lib/data/icons/reactNative/omni.d.ts +0 -8
- package/lib/data/icons/reactNative/omni.d.ts.map +0 -1
- package/lib/data/icons/reactNative/omni.js +0 -35
- package/lib/data/icons/reactNative/omni.js.map +0 -1
- package/lib/data/icons/reactNative/ong.d.ts +0 -8
- package/lib/data/icons/reactNative/ong.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ong.js +0 -37
- package/lib/data/icons/reactNative/ong.js.map +0 -1
- package/lib/data/icons/reactNative/ont.d.ts +0 -8
- package/lib/data/icons/reactNative/ont.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ont.js +0 -35
- package/lib/data/icons/reactNative/ont.js.map +0 -1
- package/lib/data/icons/reactNative/oot.d.ts +0 -8
- package/lib/data/icons/reactNative/oot.d.ts.map +0 -1
- package/lib/data/icons/reactNative/oot.js +0 -35
- package/lib/data/icons/reactNative/oot.js.map +0 -1
- package/lib/data/icons/reactNative/osmo.d.ts +0 -8
- package/lib/data/icons/reactNative/osmo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/osmo.js +0 -39
- package/lib/data/icons/reactNative/osmo.js.map +0 -1
- package/lib/data/icons/reactNative/ost.d.ts +0 -8
- package/lib/data/icons/reactNative/ost.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ost.js +0 -36
- package/lib/data/icons/reactNative/ost.js.map +0 -1
- package/lib/data/icons/reactNative/ox.d.ts +0 -8
- package/lib/data/icons/reactNative/ox.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ox.js +0 -35
- package/lib/data/icons/reactNative/ox.js.map +0 -1
- package/lib/data/icons/reactNative/oxt.d.ts +0 -8
- package/lib/data/icons/reactNative/oxt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/oxt.js +0 -35
- package/lib/data/icons/reactNative/oxt.js.map +0 -1
- package/lib/data/icons/reactNative/pac.d.ts +0 -8
- package/lib/data/icons/reactNative/pac.d.ts.map +0 -1
- package/lib/data/icons/reactNative/pac.js +0 -35
- package/lib/data/icons/reactNative/pac.js.map +0 -1
- package/lib/data/icons/reactNative/part.d.ts +0 -8
- package/lib/data/icons/reactNative/part.d.ts.map +0 -1
- package/lib/data/icons/reactNative/part.js +0 -35
- package/lib/data/icons/reactNative/part.js.map +0 -1
- package/lib/data/icons/reactNative/pasc.d.ts +0 -8
- package/lib/data/icons/reactNative/pasc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/pasc.js +0 -35
- package/lib/data/icons/reactNative/pasc.js.map +0 -1
- package/lib/data/icons/reactNative/pasl.d.ts +0 -8
- package/lib/data/icons/reactNative/pasl.d.ts.map +0 -1
- package/lib/data/icons/reactNative/pasl.js +0 -35
- package/lib/data/icons/reactNative/pasl.js.map +0 -1
- package/lib/data/icons/reactNative/pax.d.ts +0 -8
- package/lib/data/icons/reactNative/pax.d.ts.map +0 -1
- package/lib/data/icons/reactNative/pax.js +0 -35
- package/lib/data/icons/reactNative/pax.js.map +0 -1
- package/lib/data/icons/reactNative/pay.d.ts +0 -8
- package/lib/data/icons/reactNative/pay.d.ts.map +0 -1
- package/lib/data/icons/reactNative/pay.js +0 -35
- package/lib/data/icons/reactNative/pay.js.map +0 -1
- package/lib/data/icons/reactNative/payx.d.ts +0 -8
- package/lib/data/icons/reactNative/payx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/payx.js +0 -36
- package/lib/data/icons/reactNative/payx.js.map +0 -1
- package/lib/data/icons/reactNative/pink.d.ts +0 -8
- package/lib/data/icons/reactNative/pink.d.ts.map +0 -1
- package/lib/data/icons/reactNative/pink.js +0 -36
- package/lib/data/icons/reactNative/pink.js.map +0 -1
- package/lib/data/icons/reactNative/pirl.d.ts +0 -8
- package/lib/data/icons/reactNative/pirl.d.ts.map +0 -1
- package/lib/data/icons/reactNative/pirl.js +0 -35
- package/lib/data/icons/reactNative/pirl.js.map +0 -1
- package/lib/data/icons/reactNative/pivx.d.ts +0 -8
- package/lib/data/icons/reactNative/pivx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/pivx.js +0 -35
- package/lib/data/icons/reactNative/pivx.js.map +0 -1
- package/lib/data/icons/reactNative/plr.d.ts +0 -8
- package/lib/data/icons/reactNative/plr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/plr.js +0 -35
- package/lib/data/icons/reactNative/plr.js.map +0 -1
- package/lib/data/icons/reactNative/poa.d.ts +0 -8
- package/lib/data/icons/reactNative/poa.d.ts.map +0 -1
- package/lib/data/icons/reactNative/poa.js +0 -36
- package/lib/data/icons/reactNative/poa.js.map +0 -1
- package/lib/data/icons/reactNative/poe.d.ts +0 -8
- package/lib/data/icons/reactNative/poe.d.ts.map +0 -1
- package/lib/data/icons/reactNative/poe.js +0 -36
- package/lib/data/icons/reactNative/poe.js.map +0 -1
- package/lib/data/icons/reactNative/polis.d.ts +0 -8
- package/lib/data/icons/reactNative/polis.d.ts.map +0 -1
- package/lib/data/icons/reactNative/polis.js +0 -35
- package/lib/data/icons/reactNative/polis.js.map +0 -1
- package/lib/data/icons/reactNative/poly.d.ts +0 -8
- package/lib/data/icons/reactNative/poly.d.ts.map +0 -1
- package/lib/data/icons/reactNative/poly.js +0 -35
- package/lib/data/icons/reactNative/poly.js.map +0 -1
- package/lib/data/icons/reactNative/pot.d.ts +0 -8
- package/lib/data/icons/reactNative/pot.d.ts.map +0 -1
- package/lib/data/icons/reactNative/pot.js +0 -35
- package/lib/data/icons/reactNative/pot.js.map +0 -1
- package/lib/data/icons/reactNative/powr.d.ts +0 -8
- package/lib/data/icons/reactNative/powr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/powr.js +0 -35
- package/lib/data/icons/reactNative/powr.js.map +0 -1
- package/lib/data/icons/reactNative/ppc.d.ts +0 -8
- package/lib/data/icons/reactNative/ppc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ppc.js +0 -36
- package/lib/data/icons/reactNative/ppc.js.map +0 -1
- package/lib/data/icons/reactNative/ppp.d.ts +0 -8
- package/lib/data/icons/reactNative/ppp.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ppp.js +0 -35
- package/lib/data/icons/reactNative/ppp.js.map +0 -1
- package/lib/data/icons/reactNative/ppt.d.ts +0 -8
- package/lib/data/icons/reactNative/ppt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ppt.js +0 -35
- package/lib/data/icons/reactNative/ppt.js.map +0 -1
- package/lib/data/icons/reactNative/pre.d.ts +0 -8
- package/lib/data/icons/reactNative/pre.d.ts.map +0 -1
- package/lib/data/icons/reactNative/pre.js +0 -40
- package/lib/data/icons/reactNative/pre.js.map +0 -1
- package/lib/data/icons/reactNative/prl.d.ts +0 -8
- package/lib/data/icons/reactNative/prl.d.ts.map +0 -1
- package/lib/data/icons/reactNative/prl.js +0 -35
- package/lib/data/icons/reactNative/prl.js.map +0 -1
- package/lib/data/icons/reactNative/ptrn.d.ts +0 -8
- package/lib/data/icons/reactNative/ptrn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ptrn.js +0 -35
- package/lib/data/icons/reactNative/ptrn.js.map +0 -1
- package/lib/data/icons/reactNative/pungo.d.ts +0 -8
- package/lib/data/icons/reactNative/pungo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/pungo.js +0 -35
- package/lib/data/icons/reactNative/pungo.js.map +0 -1
- package/lib/data/icons/reactNative/pura.d.ts +0 -8
- package/lib/data/icons/reactNative/pura.d.ts.map +0 -1
- package/lib/data/icons/reactNative/pura.js +0 -35
- package/lib/data/icons/reactNative/pura.js.map +0 -1
- package/lib/data/icons/reactNative/pyusd.d.ts +0 -8
- package/lib/data/icons/reactNative/pyusd.d.ts.map +0 -1
- package/lib/data/icons/reactNative/pyusd.js +0 -36
- package/lib/data/icons/reactNative/pyusd.js.map +0 -1
- package/lib/data/icons/reactNative/qash.d.ts +0 -8
- package/lib/data/icons/reactNative/qash.d.ts.map +0 -1
- package/lib/data/icons/reactNative/qash.js +0 -35
- package/lib/data/icons/reactNative/qash.js.map +0 -1
- package/lib/data/icons/reactNative/qck.d.ts +0 -8
- package/lib/data/icons/reactNative/qck.d.ts.map +0 -1
- package/lib/data/icons/reactNative/qck.js +0 -36
- package/lib/data/icons/reactNative/qck.js.map +0 -1
- package/lib/data/icons/reactNative/qiwi.d.ts +0 -8
- package/lib/data/icons/reactNative/qiwi.d.ts.map +0 -1
- package/lib/data/icons/reactNative/qiwi.js +0 -35
- package/lib/data/icons/reactNative/qiwi.js.map +0 -1
- package/lib/data/icons/reactNative/qlc.d.ts +0 -8
- package/lib/data/icons/reactNative/qlc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/qlc.js +0 -35
- package/lib/data/icons/reactNative/qlc.js.map +0 -1
- package/lib/data/icons/reactNative/qrl.d.ts +0 -8
- package/lib/data/icons/reactNative/qrl.d.ts.map +0 -1
- package/lib/data/icons/reactNative/qrl.js +0 -35
- package/lib/data/icons/reactNative/qrl.js.map +0 -1
- package/lib/data/icons/reactNative/qsp.d.ts +0 -8
- package/lib/data/icons/reactNative/qsp.d.ts.map +0 -1
- package/lib/data/icons/reactNative/qsp.js +0 -35
- package/lib/data/icons/reactNative/qsp.js.map +0 -1
- package/lib/data/icons/reactNative/qtum.d.ts +0 -8
- package/lib/data/icons/reactNative/qtum.d.ts.map +0 -1
- package/lib/data/icons/reactNative/qtum.js +0 -35
- package/lib/data/icons/reactNative/qtum.js.map +0 -1
- package/lib/data/icons/reactNative/r.d.ts +0 -8
- package/lib/data/icons/reactNative/r.d.ts.map +0 -1
- package/lib/data/icons/reactNative/r.js +0 -35
- package/lib/data/icons/reactNative/r.js.map +0 -1
- package/lib/data/icons/reactNative/rads.d.ts +0 -8
- package/lib/data/icons/reactNative/rads.d.ts.map +0 -1
- package/lib/data/icons/reactNative/rads.js +0 -36
- package/lib/data/icons/reactNative/rads.js.map +0 -1
- package/lib/data/icons/reactNative/rap.d.ts +0 -8
- package/lib/data/icons/reactNative/rap.d.ts.map +0 -1
- package/lib/data/icons/reactNative/rap.js +0 -35
- package/lib/data/icons/reactNative/rap.js.map +0 -1
- package/lib/data/icons/reactNative/rbtc.d.ts +0 -8
- package/lib/data/icons/reactNative/rbtc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/rbtc.js +0 -36
- package/lib/data/icons/reactNative/rbtc.js.map +0 -1
- package/lib/data/icons/reactNative/rcn.d.ts +0 -8
- package/lib/data/icons/reactNative/rcn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/rcn.js +0 -35
- package/lib/data/icons/reactNative/rcn.js.map +0 -1
- package/lib/data/icons/reactNative/rdd.d.ts +0 -8
- package/lib/data/icons/reactNative/rdd.d.ts.map +0 -1
- package/lib/data/icons/reactNative/rdd.js +0 -36
- package/lib/data/icons/reactNative/rdd.js.map +0 -1
- package/lib/data/icons/reactNative/rdn.d.ts +0 -8
- package/lib/data/icons/reactNative/rdn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/rdn.js +0 -35
- package/lib/data/icons/reactNative/rdn.js.map +0 -1
- package/lib/data/icons/reactNative/ren.d.ts +0 -8
- package/lib/data/icons/reactNative/ren.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ren.js +0 -35
- package/lib/data/icons/reactNative/ren.js.map +0 -1
- package/lib/data/icons/reactNative/rep.d.ts +0 -8
- package/lib/data/icons/reactNative/rep.d.ts.map +0 -1
- package/lib/data/icons/reactNative/rep.js +0 -35
- package/lib/data/icons/reactNative/rep.js.map +0 -1
- package/lib/data/icons/reactNative/repv2.d.ts +0 -8
- package/lib/data/icons/reactNative/repv2.d.ts.map +0 -1
- package/lib/data/icons/reactNative/repv2.js +0 -36
- package/lib/data/icons/reactNative/repv2.js.map +0 -1
- package/lib/data/icons/reactNative/req.d.ts +0 -8
- package/lib/data/icons/reactNative/req.d.ts.map +0 -1
- package/lib/data/icons/reactNative/req.js +0 -35
- package/lib/data/icons/reactNative/req.js.map +0 -1
- package/lib/data/icons/reactNative/rhoc.d.ts +0 -8
- package/lib/data/icons/reactNative/rhoc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/rhoc.js +0 -35
- package/lib/data/icons/reactNative/rhoc.js.map +0 -1
- package/lib/data/icons/reactNative/ric.d.ts +0 -8
- package/lib/data/icons/reactNative/ric.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ric.js +0 -35
- package/lib/data/icons/reactNative/ric.js.map +0 -1
- package/lib/data/icons/reactNative/ride.d.ts +0 -8
- package/lib/data/icons/reactNative/ride.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ride.js +0 -35
- package/lib/data/icons/reactNative/ride.js.map +0 -1
- package/lib/data/icons/reactNative/rise.d.ts +0 -8
- package/lib/data/icons/reactNative/rise.d.ts.map +0 -1
- package/lib/data/icons/reactNative/rise.js +0 -35
- package/lib/data/icons/reactNative/rise.js.map +0 -1
- package/lib/data/icons/reactNative/rlc.d.ts +0 -8
- package/lib/data/icons/reactNative/rlc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/rlc.js +0 -35
- package/lib/data/icons/reactNative/rlc.js.map +0 -1
- package/lib/data/icons/reactNative/rpx.d.ts +0 -8
- package/lib/data/icons/reactNative/rpx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/rpx.js +0 -35
- package/lib/data/icons/reactNative/rpx.js.map +0 -1
- package/lib/data/icons/reactNative/rub.d.ts +0 -8
- package/lib/data/icons/reactNative/rub.d.ts.map +0 -1
- package/lib/data/icons/reactNative/rub.js +0 -35
- package/lib/data/icons/reactNative/rub.js.map +0 -1
- package/lib/data/icons/reactNative/rvn.d.ts +0 -8
- package/lib/data/icons/reactNative/rvn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/rvn.js +0 -35
- package/lib/data/icons/reactNative/rvn.js.map +0 -1
- package/lib/data/icons/reactNative/ryo.d.ts +0 -8
- package/lib/data/icons/reactNative/ryo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ryo.js +0 -36
- package/lib/data/icons/reactNative/ryo.js.map +0 -1
- package/lib/data/icons/reactNative/sAbi.d.ts +0 -8
- package/lib/data/icons/reactNative/sAbi.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sAbi.js +0 -35
- package/lib/data/icons/reactNative/sAbi.js.map +0 -1
- package/lib/data/icons/reactNative/safe.d.ts +0 -8
- package/lib/data/icons/reactNative/safe.d.ts.map +0 -1
- package/lib/data/icons/reactNative/safe.js +0 -36
- package/lib/data/icons/reactNative/safe.js.map +0 -1
- package/lib/data/icons/reactNative/sai.d.ts +0 -8
- package/lib/data/icons/reactNative/sai.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sai.js +0 -35
- package/lib/data/icons/reactNative/sai.js.map +0 -1
- package/lib/data/icons/reactNative/salt.d.ts +0 -8
- package/lib/data/icons/reactNative/salt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/salt.js +0 -35
- package/lib/data/icons/reactNative/salt.js.map +0 -1
- package/lib/data/icons/reactNative/san.d.ts +0 -8
- package/lib/data/icons/reactNative/san.d.ts.map +0 -1
- package/lib/data/icons/reactNative/san.js +0 -35
- package/lib/data/icons/reactNative/san.js.map +0 -1
- package/lib/data/icons/reactNative/sbd.d.ts +0 -8
- package/lib/data/icons/reactNative/sbd.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sbd.js +0 -35
- package/lib/data/icons/reactNative/sbd.js.map +0 -1
- package/lib/data/icons/reactNative/sberbank.d.ts +0 -8
- package/lib/data/icons/reactNative/sberbank.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sberbank.js +0 -35
- package/lib/data/icons/reactNative/sberbank.js.map +0 -1
- package/lib/data/icons/reactNative/sc.d.ts +0 -8
- package/lib/data/icons/reactNative/sc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sc.js +0 -35
- package/lib/data/icons/reactNative/sc.js.map +0 -1
- package/lib/data/icons/reactNative/scrt.d.ts +0 -8
- package/lib/data/icons/reactNative/scrt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/scrt.js +0 -36
- package/lib/data/icons/reactNative/scrt.js.map +0 -1
- package/lib/data/icons/reactNative/sei.d.ts +0 -8
- package/lib/data/icons/reactNative/sei.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sei.js +0 -35
- package/lib/data/icons/reactNative/sei.js.map +0 -1
- package/lib/data/icons/reactNative/sgb.d.ts +0 -8
- package/lib/data/icons/reactNative/sgb.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sgb.js +0 -41
- package/lib/data/icons/reactNative/sgb.js.map +0 -1
- package/lib/data/icons/reactNative/shift.d.ts +0 -8
- package/lib/data/icons/reactNative/shift.d.ts.map +0 -1
- package/lib/data/icons/reactNative/shift.js +0 -38
- package/lib/data/icons/reactNative/shift.js.map +0 -1
- package/lib/data/icons/reactNative/sib.d.ts +0 -8
- package/lib/data/icons/reactNative/sib.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sib.js +0 -35
- package/lib/data/icons/reactNative/sib.js.map +0 -1
- package/lib/data/icons/reactNative/sin.d.ts +0 -8
- package/lib/data/icons/reactNative/sin.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sin.js +0 -36
- package/lib/data/icons/reactNative/sin.js.map +0 -1
- package/lib/data/icons/reactNative/sky.d.ts +0 -8
- package/lib/data/icons/reactNative/sky.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sky.js +0 -35
- package/lib/data/icons/reactNative/sky.js.map +0 -1
- package/lib/data/icons/reactNative/slr.d.ts +0 -8
- package/lib/data/icons/reactNative/slr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/slr.js +0 -35
- package/lib/data/icons/reactNative/slr.js.map +0 -1
- package/lib/data/icons/reactNative/sls.d.ts +0 -8
- package/lib/data/icons/reactNative/sls.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sls.js +0 -35
- package/lib/data/icons/reactNative/sls.js.map +0 -1
- package/lib/data/icons/reactNative/smart.d.ts +0 -8
- package/lib/data/icons/reactNative/smart.d.ts.map +0 -1
- package/lib/data/icons/reactNative/smart.js +0 -36
- package/lib/data/icons/reactNative/smart.js.map +0 -1
- package/lib/data/icons/reactNative/sngls.d.ts +0 -8
- package/lib/data/icons/reactNative/sngls.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sngls.js +0 -35
- package/lib/data/icons/reactNative/sngls.js.map +0 -1
- package/lib/data/icons/reactNative/snm.d.ts +0 -8
- package/lib/data/icons/reactNative/snm.d.ts.map +0 -1
- package/lib/data/icons/reactNative/snm.js +0 -35
- package/lib/data/icons/reactNative/snm.js.map +0 -1
- package/lib/data/icons/reactNative/snt.d.ts +0 -8
- package/lib/data/icons/reactNative/snt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/snt.js +0 -35
- package/lib/data/icons/reactNative/snt.js.map +0 -1
- package/lib/data/icons/reactNative/soc.d.ts +0 -8
- package/lib/data/icons/reactNative/soc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/soc.js +0 -36
- package/lib/data/icons/reactNative/soc.js.map +0 -1
- package/lib/data/icons/reactNative/sol.d.ts +0 -8
- package/lib/data/icons/reactNative/sol.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sol.js +0 -37
- package/lib/data/icons/reactNative/sol.js.map +0 -1
- package/lib/data/icons/reactNative/spank.d.ts +0 -8
- package/lib/data/icons/reactNative/spank.d.ts.map +0 -1
- package/lib/data/icons/reactNative/spank.js +0 -35
- package/lib/data/icons/reactNative/spank.js.map +0 -1
- package/lib/data/icons/reactNative/sphtx.d.ts +0 -8
- package/lib/data/icons/reactNative/sphtx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sphtx.js +0 -35
- package/lib/data/icons/reactNative/sphtx.js.map +0 -1
- package/lib/data/icons/reactNative/srn.d.ts +0 -8
- package/lib/data/icons/reactNative/srn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/srn.js +0 -35
- package/lib/data/icons/reactNative/srn.js.map +0 -1
- package/lib/data/icons/reactNative/ssv.d.ts +0 -8
- package/lib/data/icons/reactNative/ssv.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ssv.js +0 -36
- package/lib/data/icons/reactNative/ssv.js.map +0 -1
- package/lib/data/icons/reactNative/stak.d.ts +0 -8
- package/lib/data/icons/reactNative/stak.d.ts.map +0 -1
- package/lib/data/icons/reactNative/stak.js +0 -35
- package/lib/data/icons/reactNative/stak.js.map +0 -1
- package/lib/data/icons/reactNative/stars.d.ts +0 -8
- package/lib/data/icons/reactNative/stars.d.ts.map +0 -1
- package/lib/data/icons/reactNative/stars.js +0 -35
- package/lib/data/icons/reactNative/stars.js.map +0 -1
- package/lib/data/icons/reactNative/start.d.ts +0 -8
- package/lib/data/icons/reactNative/start.d.ts.map +0 -1
- package/lib/data/icons/reactNative/start.js +0 -35
- package/lib/data/icons/reactNative/start.js.map +0 -1
- package/lib/data/icons/reactNative/steem.d.ts +0 -8
- package/lib/data/icons/reactNative/steem.d.ts.map +0 -1
- package/lib/data/icons/reactNative/steem.js +0 -35
- package/lib/data/icons/reactNative/steem.js.map +0 -1
- package/lib/data/icons/reactNative/storj.d.ts +0 -8
- package/lib/data/icons/reactNative/storj.d.ts.map +0 -1
- package/lib/data/icons/reactNative/storj.js +0 -35
- package/lib/data/icons/reactNative/storj.js.map +0 -1
- package/lib/data/icons/reactNative/storm.d.ts +0 -8
- package/lib/data/icons/reactNative/storm.d.ts.map +0 -1
- package/lib/data/icons/reactNative/storm.js +0 -35
- package/lib/data/icons/reactNative/storm.js.map +0 -1
- package/lib/data/icons/reactNative/stq.d.ts +0 -8
- package/lib/data/icons/reactNative/stq.d.ts.map +0 -1
- package/lib/data/icons/reactNative/stq.js +0 -35
- package/lib/data/icons/reactNative/stq.js.map +0 -1
- package/lib/data/icons/reactNative/strat.d.ts +0 -8
- package/lib/data/icons/reactNative/strat.d.ts.map +0 -1
- package/lib/data/icons/reactNative/strat.js +0 -35
- package/lib/data/icons/reactNative/strat.js.map +0 -1
- package/lib/data/icons/reactNative/strd.d.ts +0 -8
- package/lib/data/icons/reactNative/strd.d.ts.map +0 -1
- package/lib/data/icons/reactNative/strd.js +0 -36
- package/lib/data/icons/reactNative/strd.js.map +0 -1
- package/lib/data/icons/reactNative/stx.d.ts +0 -8
- package/lib/data/icons/reactNative/stx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/stx.js +0 -37
- package/lib/data/icons/reactNative/stx.js.map +0 -1
- package/lib/data/icons/reactNative/sub.d.ts +0 -8
- package/lib/data/icons/reactNative/sub.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sub.js +0 -35
- package/lib/data/icons/reactNative/sub.js.map +0 -1
- package/lib/data/icons/reactNative/sumo.d.ts +0 -8
- package/lib/data/icons/reactNative/sumo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sumo.js +0 -35
- package/lib/data/icons/reactNative/sumo.js.map +0 -1
- package/lib/data/icons/reactNative/sys.d.ts +0 -8
- package/lib/data/icons/reactNative/sys.d.ts.map +0 -1
- package/lib/data/icons/reactNative/sys.js +0 -36
- package/lib/data/icons/reactNative/sys.js.map +0 -1
- package/lib/data/icons/reactNative/taas.d.ts +0 -8
- package/lib/data/icons/reactNative/taas.d.ts.map +0 -1
- package/lib/data/icons/reactNative/taas.js +0 -35
- package/lib/data/icons/reactNative/taas.js.map +0 -1
- package/lib/data/icons/reactNative/tau.d.ts +0 -8
- package/lib/data/icons/reactNative/tau.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tau.js +0 -35
- package/lib/data/icons/reactNative/tau.js.map +0 -1
- package/lib/data/icons/reactNative/tbx.d.ts +0 -8
- package/lib/data/icons/reactNative/tbx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tbx.js +0 -36
- package/lib/data/icons/reactNative/tbx.js.map +0 -1
- package/lib/data/icons/reactNative/tel.d.ts +0 -8
- package/lib/data/icons/reactNative/tel.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tel.js +0 -35
- package/lib/data/icons/reactNative/tel.js.map +0 -1
- package/lib/data/icons/reactNative/ten.d.ts +0 -8
- package/lib/data/icons/reactNative/ten.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ten.js +0 -35
- package/lib/data/icons/reactNative/ten.js.map +0 -1
- package/lib/data/icons/reactNative/tern.d.ts +0 -8
- package/lib/data/icons/reactNative/tern.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tern.js +0 -35
- package/lib/data/icons/reactNative/tern.js.map +0 -1
- package/lib/data/icons/reactNative/tgch.d.ts +0 -8
- package/lib/data/icons/reactNative/tgch.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tgch.js +0 -36
- package/lib/data/icons/reactNative/tgch.js.map +0 -1
- package/lib/data/icons/reactNative/theta.d.ts +0 -8
- package/lib/data/icons/reactNative/theta.d.ts.map +0 -1
- package/lib/data/icons/reactNative/theta.js +0 -35
- package/lib/data/icons/reactNative/theta.js.map +0 -1
- package/lib/data/icons/reactNative/tifi.d.ts +0 -8
- package/lib/data/icons/reactNative/tifi.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tifi.js +0 -35
- package/lib/data/icons/reactNative/tifi.js.map +0 -1
- package/lib/data/icons/reactNative/tix.d.ts +0 -8
- package/lib/data/icons/reactNative/tix.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tix.js +0 -35
- package/lib/data/icons/reactNative/tix.js.map +0 -1
- package/lib/data/icons/reactNative/tkn.d.ts +0 -8
- package/lib/data/icons/reactNative/tkn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tkn.js +0 -35
- package/lib/data/icons/reactNative/tkn.js.map +0 -1
- package/lib/data/icons/reactNative/tks.d.ts +0 -8
- package/lib/data/icons/reactNative/tks.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tks.js +0 -36
- package/lib/data/icons/reactNative/tks.js.map +0 -1
- package/lib/data/icons/reactNative/tlos.d.ts +0 -8
- package/lib/data/icons/reactNative/tlos.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tlos.js +0 -35
- package/lib/data/icons/reactNative/tlos.js.map +0 -1
- package/lib/data/icons/reactNative/tnb.d.ts +0 -8
- package/lib/data/icons/reactNative/tnb.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tnb.js +0 -35
- package/lib/data/icons/reactNative/tnb.js.map +0 -1
- package/lib/data/icons/reactNative/tnc.d.ts +0 -8
- package/lib/data/icons/reactNative/tnc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tnc.js +0 -35
- package/lib/data/icons/reactNative/tnc.js.map +0 -1
- package/lib/data/icons/reactNative/tnt.d.ts +0 -8
- package/lib/data/icons/reactNative/tnt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tnt.js +0 -35
- package/lib/data/icons/reactNative/tnt.js.map +0 -1
- package/lib/data/icons/reactNative/tomo.d.ts +0 -8
- package/lib/data/icons/reactNative/tomo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tomo.js +0 -35
- package/lib/data/icons/reactNative/tomo.js.map +0 -1
- package/lib/data/icons/reactNative/tpay.d.ts +0 -8
- package/lib/data/icons/reactNative/tpay.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tpay.js +0 -37
- package/lib/data/icons/reactNative/tpay.js.map +0 -1
- package/lib/data/icons/reactNative/trig.d.ts +0 -8
- package/lib/data/icons/reactNative/trig.d.ts.map +0 -1
- package/lib/data/icons/reactNative/trig.js +0 -35
- package/lib/data/icons/reactNative/trig.js.map +0 -1
- package/lib/data/icons/reactNative/trtl.d.ts +0 -8
- package/lib/data/icons/reactNative/trtl.d.ts.map +0 -1
- package/lib/data/icons/reactNative/trtl.js +0 -36
- package/lib/data/icons/reactNative/trtl.js.map +0 -1
- package/lib/data/icons/reactNative/trx.d.ts +0 -8
- package/lib/data/icons/reactNative/trx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/trx.js +0 -36
- package/lib/data/icons/reactNative/trx.js.map +0 -1
- package/lib/data/icons/reactNative/tusd.d.ts +0 -8
- package/lib/data/icons/reactNative/tusd.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tusd.js +0 -37
- package/lib/data/icons/reactNative/tusd.js.map +0 -1
- package/lib/data/icons/reactNative/tyc.d.ts +0 -8
- package/lib/data/icons/reactNative/tyc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tyc.js +0 -38
- package/lib/data/icons/reactNative/tyc.js.map +0 -1
- package/lib/data/icons/reactNative/tzc.d.ts +0 -8
- package/lib/data/icons/reactNative/tzc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/tzc.js +0 -35
- package/lib/data/icons/reactNative/tzc.js.map +0 -1
- package/lib/data/icons/reactNative/ubq.d.ts +0 -8
- package/lib/data/icons/reactNative/ubq.d.ts.map +0 -1
- package/lib/data/icons/reactNative/ubq.js +0 -36
- package/lib/data/icons/reactNative/ubq.js.map +0 -1
- package/lib/data/icons/reactNative/uma.d.ts +0 -8
- package/lib/data/icons/reactNative/uma.d.ts.map +0 -1
- package/lib/data/icons/reactNative/uma.js +0 -36
- package/lib/data/icons/reactNative/uma.js.map +0 -1
- package/lib/data/icons/reactNative/umee.d.ts +0 -8
- package/lib/data/icons/reactNative/umee.d.ts.map +0 -1
- package/lib/data/icons/reactNative/umee.js +0 -37
- package/lib/data/icons/reactNative/umee.js.map +0 -1
- package/lib/data/icons/reactNative/uni.d.ts +0 -8
- package/lib/data/icons/reactNative/uni.d.ts.map +0 -1
- package/lib/data/icons/reactNative/uni.js +0 -42
- package/lib/data/icons/reactNative/uni.js.map +0 -1
- package/lib/data/icons/reactNative/unity.d.ts +0 -8
- package/lib/data/icons/reactNative/unity.d.ts.map +0 -1
- package/lib/data/icons/reactNative/unity.js +0 -36
- package/lib/data/icons/reactNative/unity.js.map +0 -1
- package/lib/data/icons/reactNative/usdc.d.ts +0 -8
- package/lib/data/icons/reactNative/usdc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/usdc.js +0 -35
- package/lib/data/icons/reactNative/usdc.js.map +0 -1
- package/lib/data/icons/reactNative/usdt.d.ts +0 -8
- package/lib/data/icons/reactNative/usdt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/usdt.js +0 -35
- package/lib/data/icons/reactNative/usdt.js.map +0 -1
- package/lib/data/icons/reactNative/utk.d.ts +0 -8
- package/lib/data/icons/reactNative/utk.d.ts.map +0 -1
- package/lib/data/icons/reactNative/utk.js +0 -35
- package/lib/data/icons/reactNative/utk.js.map +0 -1
- package/lib/data/icons/reactNative/veri.d.ts +0 -8
- package/lib/data/icons/reactNative/veri.d.ts.map +0 -1
- package/lib/data/icons/reactNative/veri.js +0 -35
- package/lib/data/icons/reactNative/veri.js.map +0 -1
- package/lib/data/icons/reactNative/verse.d.ts +0 -8
- package/lib/data/icons/reactNative/verse.d.ts.map +0 -1
- package/lib/data/icons/reactNative/verse.js +0 -35
- package/lib/data/icons/reactNative/verse.js.map +0 -1
- package/lib/data/icons/reactNative/vet.d.ts +0 -8
- package/lib/data/icons/reactNative/vet.d.ts.map +0 -1
- package/lib/data/icons/reactNative/vet.js +0 -35
- package/lib/data/icons/reactNative/vet.js.map +0 -1
- package/lib/data/icons/reactNative/via.d.ts +0 -8
- package/lib/data/icons/reactNative/via.d.ts.map +0 -1
- package/lib/data/icons/reactNative/via.js +0 -35
- package/lib/data/icons/reactNative/via.js.map +0 -1
- package/lib/data/icons/reactNative/vib.d.ts +0 -8
- package/lib/data/icons/reactNative/vib.d.ts.map +0 -1
- package/lib/data/icons/reactNative/vib.js +0 -35
- package/lib/data/icons/reactNative/vib.js.map +0 -1
- package/lib/data/icons/reactNative/vibe.d.ts +0 -8
- package/lib/data/icons/reactNative/vibe.d.ts.map +0 -1
- package/lib/data/icons/reactNative/vibe.js +0 -35
- package/lib/data/icons/reactNative/vibe.js.map +0 -1
- package/lib/data/icons/reactNative/vivo.d.ts +0 -8
- package/lib/data/icons/reactNative/vivo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/vivo.js +0 -35
- package/lib/data/icons/reactNative/vivo.js.map +0 -1
- package/lib/data/icons/reactNative/vlx.d.ts +0 -8
- package/lib/data/icons/reactNative/vlx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/vlx.js +0 -35
- package/lib/data/icons/reactNative/vlx.js.map +0 -1
- package/lib/data/icons/reactNative/vrc.d.ts +0 -8
- package/lib/data/icons/reactNative/vrc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/vrc.js +0 -35
- package/lib/data/icons/reactNative/vrc.js.map +0 -1
- package/lib/data/icons/reactNative/vrsc.d.ts +0 -8
- package/lib/data/icons/reactNative/vrsc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/vrsc.js +0 -36
- package/lib/data/icons/reactNative/vrsc.js.map +0 -1
- package/lib/data/icons/reactNative/vtc.d.ts +0 -8
- package/lib/data/icons/reactNative/vtc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/vtc.js +0 -35
- package/lib/data/icons/reactNative/vtc.js.map +0 -1
- package/lib/data/icons/reactNative/vtho.d.ts +0 -8
- package/lib/data/icons/reactNative/vtho.d.ts.map +0 -1
- package/lib/data/icons/reactNative/vtho.js +0 -36
- package/lib/data/icons/reactNative/vtho.js.map +0 -1
- package/lib/data/icons/reactNative/wabi.d.ts +0 -8
- package/lib/data/icons/reactNative/wabi.d.ts.map +0 -1
- package/lib/data/icons/reactNative/wabi.js +0 -35
- package/lib/data/icons/reactNative/wabi.js.map +0 -1
- package/lib/data/icons/reactNative/waifu.d.ts +0 -8
- package/lib/data/icons/reactNative/waifu.d.ts.map +0 -1
- package/lib/data/icons/reactNative/waifu.js +0 -36
- package/lib/data/icons/reactNative/waifu.js.map +0 -1
- package/lib/data/icons/reactNative/wan.d.ts +0 -8
- package/lib/data/icons/reactNative/wan.d.ts.map +0 -1
- package/lib/data/icons/reactNative/wan.js +0 -36
- package/lib/data/icons/reactNative/wan.js.map +0 -1
- package/lib/data/icons/reactNative/waves.d.ts +0 -8
- package/lib/data/icons/reactNative/waves.d.ts.map +0 -1
- package/lib/data/icons/reactNative/waves.js +0 -35
- package/lib/data/icons/reactNative/waves.js.map +0 -1
- package/lib/data/icons/reactNative/wax.d.ts +0 -8
- package/lib/data/icons/reactNative/wax.d.ts.map +0 -1
- package/lib/data/icons/reactNative/wax.js +0 -35
- package/lib/data/icons/reactNative/wax.js.map +0 -1
- package/lib/data/icons/reactNative/wbtc.d.ts +0 -8
- package/lib/data/icons/reactNative/wbtc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/wbtc.js +0 -36
- package/lib/data/icons/reactNative/wbtc.js.map +0 -1
- package/lib/data/icons/reactNative/wdoge.d.ts +0 -8
- package/lib/data/icons/reactNative/wdoge.d.ts.map +0 -1
- package/lib/data/icons/reactNative/wdoge.js +0 -37
- package/lib/data/icons/reactNative/wdoge.js.map +0 -1
- package/lib/data/icons/reactNative/wgr.d.ts +0 -8
- package/lib/data/icons/reactNative/wgr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/wgr.js +0 -35
- package/lib/data/icons/reactNative/wgr.js.map +0 -1
- package/lib/data/icons/reactNative/wicc.d.ts +0 -8
- package/lib/data/icons/reactNative/wicc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/wicc.js +0 -36
- package/lib/data/icons/reactNative/wicc.js.map +0 -1
- package/lib/data/icons/reactNative/wings.d.ts +0 -8
- package/lib/data/icons/reactNative/wings.d.ts.map +0 -1
- package/lib/data/icons/reactNative/wings.js +0 -37
- package/lib/data/icons/reactNative/wings.js.map +0 -1
- package/lib/data/icons/reactNative/wpr.d.ts +0 -8
- package/lib/data/icons/reactNative/wpr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/wpr.js +0 -35
- package/lib/data/icons/reactNative/wpr.js.map +0 -1
- package/lib/data/icons/reactNative/wtc.d.ts +0 -8
- package/lib/data/icons/reactNative/wtc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/wtc.js +0 -38
- package/lib/data/icons/reactNative/wtc.js.map +0 -1
- package/lib/data/icons/reactNative/x.d.ts +0 -8
- package/lib/data/icons/reactNative/x.d.ts.map +0 -1
- package/lib/data/icons/reactNative/x.js +0 -37
- package/lib/data/icons/reactNative/x.js.map +0 -1
- package/lib/data/icons/reactNative/xas.d.ts +0 -8
- package/lib/data/icons/reactNative/xas.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xas.js +0 -36
- package/lib/data/icons/reactNative/xas.js.map +0 -1
- package/lib/data/icons/reactNative/xbc.d.ts +0 -8
- package/lib/data/icons/reactNative/xbc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xbc.js +0 -36
- package/lib/data/icons/reactNative/xbc.js.map +0 -1
- package/lib/data/icons/reactNative/xbp.d.ts +0 -8
- package/lib/data/icons/reactNative/xbp.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xbp.js +0 -35
- package/lib/data/icons/reactNative/xbp.js.map +0 -1
- package/lib/data/icons/reactNative/xby.d.ts +0 -8
- package/lib/data/icons/reactNative/xby.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xby.js +0 -35
- package/lib/data/icons/reactNative/xby.js.map +0 -1
- package/lib/data/icons/reactNative/xcp.d.ts +0 -8
- package/lib/data/icons/reactNative/xcp.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xcp.js +0 -35
- package/lib/data/icons/reactNative/xcp.js.map +0 -1
- package/lib/data/icons/reactNative/xdn.d.ts +0 -8
- package/lib/data/icons/reactNative/xdn.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xdn.js +0 -35
- package/lib/data/icons/reactNative/xdn.js.map +0 -1
- package/lib/data/icons/reactNative/xem.d.ts +0 -8
- package/lib/data/icons/reactNative/xem.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xem.js +0 -35
- package/lib/data/icons/reactNative/xem.js.map +0 -1
- package/lib/data/icons/reactNative/xin.d.ts +0 -8
- package/lib/data/icons/reactNative/xin.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xin.js +0 -35
- package/lib/data/icons/reactNative/xin.js.map +0 -1
- package/lib/data/icons/reactNative/xlm.d.ts +0 -8
- package/lib/data/icons/reactNative/xlm.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xlm.js +0 -36
- package/lib/data/icons/reactNative/xlm.js.map +0 -1
- package/lib/data/icons/reactNative/xmcc.d.ts +0 -8
- package/lib/data/icons/reactNative/xmcc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xmcc.js +0 -36
- package/lib/data/icons/reactNative/xmcc.js.map +0 -1
- package/lib/data/icons/reactNative/xmg.d.ts +0 -8
- package/lib/data/icons/reactNative/xmg.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xmg.js +0 -36
- package/lib/data/icons/reactNative/xmg.js.map +0 -1
- package/lib/data/icons/reactNative/xmo.d.ts +0 -8
- package/lib/data/icons/reactNative/xmo.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xmo.js +0 -37
- package/lib/data/icons/reactNative/xmo.js.map +0 -1
- package/lib/data/icons/reactNative/xmr.d.ts +0 -8
- package/lib/data/icons/reactNative/xmr.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xmr.js +0 -35
- package/lib/data/icons/reactNative/xmr.js.map +0 -1
- package/lib/data/icons/reactNative/xmy.d.ts +0 -8
- package/lib/data/icons/reactNative/xmy.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xmy.js +0 -36
- package/lib/data/icons/reactNative/xmy.js.map +0 -1
- package/lib/data/icons/reactNative/xp.d.ts +0 -8
- package/lib/data/icons/reactNative/xp.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xp.js +0 -35
- package/lib/data/icons/reactNative/xp.js.map +0 -1
- package/lib/data/icons/reactNative/xpa.d.ts +0 -8
- package/lib/data/icons/reactNative/xpa.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xpa.js +0 -35
- package/lib/data/icons/reactNative/xpa.js.map +0 -1
- package/lib/data/icons/reactNative/xpm.d.ts +0 -8
- package/lib/data/icons/reactNative/xpm.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xpm.js +0 -35
- package/lib/data/icons/reactNative/xpm.js.map +0 -1
- package/lib/data/icons/reactNative/xprt.d.ts +0 -8
- package/lib/data/icons/reactNative/xprt.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xprt.js +0 -36
- package/lib/data/icons/reactNative/xprt.js.map +0 -1
- package/lib/data/icons/reactNative/xrp.d.ts +0 -8
- package/lib/data/icons/reactNative/xrp.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xrp.js +0 -35
- package/lib/data/icons/reactNative/xrp.js.map +0 -1
- package/lib/data/icons/reactNative/xsg.d.ts +0 -8
- package/lib/data/icons/reactNative/xsg.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xsg.js +0 -35
- package/lib/data/icons/reactNative/xsg.js.map +0 -1
- package/lib/data/icons/reactNative/xst.d.ts +0 -8
- package/lib/data/icons/reactNative/xst.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xst.js +0 -35
- package/lib/data/icons/reactNative/xst.js.map +0 -1
- package/lib/data/icons/reactNative/xtz.d.ts +0 -8
- package/lib/data/icons/reactNative/xtz.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xtz.js +0 -35
- package/lib/data/icons/reactNative/xtz.js.map +0 -1
- package/lib/data/icons/reactNative/xuc.d.ts +0 -8
- package/lib/data/icons/reactNative/xuc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xuc.js +0 -36
- package/lib/data/icons/reactNative/xuc.js.map +0 -1
- package/lib/data/icons/reactNative/xvc.d.ts +0 -8
- package/lib/data/icons/reactNative/xvc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xvc.js +0 -35
- package/lib/data/icons/reactNative/xvc.js.map +0 -1
- package/lib/data/icons/reactNative/xvg.d.ts +0 -8
- package/lib/data/icons/reactNative/xvg.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xvg.js +0 -36
- package/lib/data/icons/reactNative/xvg.js.map +0 -1
- package/lib/data/icons/reactNative/xzc.d.ts +0 -8
- package/lib/data/icons/reactNative/xzc.d.ts.map +0 -1
- package/lib/data/icons/reactNative/xzc.js +0 -35
- package/lib/data/icons/reactNative/xzc.js.map +0 -1
- package/lib/data/icons/reactNative/yae.d.ts +0 -8
- package/lib/data/icons/reactNative/yae.d.ts.map +0 -1
- package/lib/data/icons/reactNative/yae.js +0 -35
- package/lib/data/icons/reactNative/yae.js.map +0 -1
- package/lib/data/icons/reactNative/yfi.d.ts +0 -8
- package/lib/data/icons/reactNative/yfi.d.ts.map +0 -1
- package/lib/data/icons/reactNative/yfi.js +0 -36
- package/lib/data/icons/reactNative/yfi.js.map +0 -1
- package/lib/data/icons/reactNative/yoyow.d.ts +0 -8
- package/lib/data/icons/reactNative/yoyow.d.ts.map +0 -1
- package/lib/data/icons/reactNative/yoyow.js +0 -35
- package/lib/data/icons/reactNative/yoyow.js.map +0 -1
- package/lib/data/icons/reactNative/zcl.d.ts +0 -8
- package/lib/data/icons/reactNative/zcl.d.ts.map +0 -1
- package/lib/data/icons/reactNative/zcl.js +0 -35
- package/lib/data/icons/reactNative/zcl.js.map +0 -1
- package/lib/data/icons/reactNative/zec.d.ts +0 -8
- package/lib/data/icons/reactNative/zec.d.ts.map +0 -1
- package/lib/data/icons/reactNative/zec.js +0 -35
- package/lib/data/icons/reactNative/zec.js.map +0 -1
- package/lib/data/icons/reactNative/zel.d.ts +0 -8
- package/lib/data/icons/reactNative/zel.d.ts.map +0 -1
- package/lib/data/icons/reactNative/zel.js +0 -35
- package/lib/data/icons/reactNative/zel.js.map +0 -1
- package/lib/data/icons/reactNative/zen.d.ts +0 -8
- package/lib/data/icons/reactNative/zen.d.ts.map +0 -1
- package/lib/data/icons/reactNative/zen.js +0 -37
- package/lib/data/icons/reactNative/zen.js.map +0 -1
- package/lib/data/icons/reactNative/zest.d.ts +0 -8
- package/lib/data/icons/reactNative/zest.d.ts.map +0 -1
- package/lib/data/icons/reactNative/zest.js +0 -37
- package/lib/data/icons/reactNative/zest.js.map +0 -1
- package/lib/data/icons/reactNative/zil.d.ts +0 -8
- package/lib/data/icons/reactNative/zil.d.ts.map +0 -1
- package/lib/data/icons/reactNative/zil.js +0 -37
- package/lib/data/icons/reactNative/zil.js.map +0 -1
- package/lib/data/icons/reactNative/zilla.d.ts +0 -8
- package/lib/data/icons/reactNative/zilla.d.ts.map +0 -1
- package/lib/data/icons/reactNative/zilla.js +0 -35
- package/lib/data/icons/reactNative/zilla.js.map +0 -1
- package/lib/data/icons/reactNative/zrx.d.ts +0 -8
- package/lib/data/icons/reactNative/zrx.d.ts.map +0 -1
- package/lib/data/icons/reactNative/zrx.js +0 -35
- package/lib/data/icons/reactNative/zrx.js.map +0 -1
- package/lib/featureFlags/FeatureFlagsContext.d.ts +0 -46
- package/lib/featureFlags/FeatureFlagsContext.d.ts.map +0 -1
- package/lib/featureFlags/FeatureFlagsContext.js +0 -27
- package/lib/featureFlags/FeatureFlagsContext.js.map +0 -1
- package/lib/featureFlags/FeatureFlagsContext.test.d.ts +0 -2
- package/lib/featureFlags/FeatureFlagsContext.test.d.ts.map +0 -1
- package/lib/featureFlags/FeatureFlagsContext.test.js +0 -15
- package/lib/featureFlags/FeatureFlagsContext.test.js.map +0 -1
- package/lib/featureFlags/FeatureToggle.d.ts +0 -10
- package/lib/featureFlags/FeatureToggle.d.ts.map +0 -1
- package/lib/featureFlags/FeatureToggle.js +0 -16
- package/lib/featureFlags/FeatureToggle.js.map +0 -1
- package/lib/featureFlags/defaultFeatures.d.ts +0 -59
- package/lib/featureFlags/defaultFeatures.d.ts.map +0 -1
- package/lib/featureFlags/defaultFeatures.js +0 -308
- package/lib/featureFlags/defaultFeatures.js.map +0 -1
- package/lib/featureFlags/groupedFeatures.d.ts +0 -6
- package/lib/featureFlags/groupedFeatures.d.ts.map +0 -1
- package/lib/featureFlags/groupedFeatures.js +0 -22
- package/lib/featureFlags/groupedFeatures.js.map +0 -1
- package/lib/featureFlags/helper.d.ts +0 -2
- package/lib/featureFlags/helper.d.ts.map +0 -1
- package/lib/featureFlags/helper.js +0 -10
- package/lib/featureFlags/helper.js.map +0 -1
- package/lib/featureFlags/index.d.ts +0 -9
- package/lib/featureFlags/index.d.ts.map +0 -1
- package/lib/featureFlags/index.js +0 -30
- package/lib/featureFlags/index.js.map +0 -1
- package/lib/featureFlags/mock.d.ts +0 -11
- package/lib/featureFlags/mock.d.ts.map +0 -1
- package/lib/featureFlags/mock.js +0 -26
- package/lib/featureFlags/mock.js.map +0 -1
- package/lib/featureFlags/useFeature.d.ts +0 -14
- package/lib/featureFlags/useFeature.d.ts.map +0 -1
- package/lib/featureFlags/useFeature.js +0 -21
- package/lib/featureFlags/useFeature.js.map +0 -1
- package/lib/featureFlags/useFeature.test.d.ts +0 -2
- package/lib/featureFlags/useFeature.test.d.ts.map +0 -1
- package/lib/featureFlags/useFeature.test.js +0 -27
- package/lib/featureFlags/useFeature.test.js.map +0 -1
- package/lib/featureFlags/useHasOverriddenFeatureFlags.d.ts +0 -6
- package/lib/featureFlags/useHasOverriddenFeatureFlags.d.ts.map +0 -1
- package/lib/featureFlags/useHasOverriddenFeatureFlags.js +0 -24
- package/lib/featureFlags/useHasOverriddenFeatureFlags.js.map +0 -1
- package/lib-es/data/flags/react/frFlag.d.ts +0 -7
- package/lib-es/data/flags/react/frFlag.d.ts.map +0 -1
- package/lib-es/data/flags/react/frFlag.js +0 -32
- package/lib-es/data/flags/react/frFlag.js.map +0 -1
- package/lib-es/data/flags/react/index.d.ts +0 -4
- package/lib-es/data/flags/react/index.d.ts.map +0 -1
- package/lib-es/data/flags/react/index.js +0 -4
- package/lib-es/data/flags/react/index.js.map +0 -1
- package/lib-es/data/flags/react/jpFlag.d.ts +0 -7
- package/lib-es/data/flags/react/jpFlag.d.ts.map +0 -1
- package/lib-es/data/flags/react/jpFlag.js +0 -34
- package/lib-es/data/flags/react/jpFlag.js.map +0 -1
- package/lib-es/data/flags/react/usFlag.d.ts +0 -7
- package/lib-es/data/flags/react/usFlag.d.ts.map +0 -1
- package/lib-es/data/flags/react/usFlag.js +0 -39
- package/lib-es/data/flags/react/usFlag.js.map +0 -1
- package/lib-es/data/flags/reactNative/frFlag.d.ts +0 -7
- package/lib-es/data/flags/reactNative/frFlag.d.ts.map +0 -1
- package/lib-es/data/flags/reactNative/frFlag.js +0 -25
- package/lib-es/data/flags/reactNative/frFlag.js.map +0 -1
- package/lib-es/data/flags/reactNative/index.d.ts +0 -4
- package/lib-es/data/flags/reactNative/index.d.ts.map +0 -1
- package/lib-es/data/flags/reactNative/index.js +0 -4
- package/lib-es/data/flags/reactNative/index.js.map +0 -1
- package/lib-es/data/flags/reactNative/jpFlag.d.ts +0 -7
- package/lib-es/data/flags/reactNative/jpFlag.d.ts.map +0 -1
- package/lib-es/data/flags/reactNative/jpFlag.js +0 -27
- package/lib-es/data/flags/reactNative/jpFlag.js.map +0 -1
- package/lib-es/data/flags/reactNative/usFlag.d.ts +0 -7
- package/lib-es/data/flags/reactNative/usFlag.d.ts.map +0 -1
- package/lib-es/data/flags/reactNative/usFlag.js +0 -32
- package/lib-es/data/flags/reactNative/usFlag.js.map +0 -1
- package/lib-es/data/icons/react/_0Xbtc.d.ts +0 -8
- package/lib-es/data/icons/react/_0Xbtc.d.ts.map +0 -1
- package/lib-es/data/icons/react/_0Xbtc.js +0 -12
- package/lib-es/data/icons/react/_0Xbtc.js.map +0 -1
- package/lib-es/data/icons/react/_2Give.d.ts +0 -8
- package/lib-es/data/icons/react/_2Give.d.ts.map +0 -1
- package/lib-es/data/icons/react/_2Give.js +0 -18
- package/lib-es/data/icons/react/_2Give.js.map +0 -1
- package/lib-es/data/icons/react/abi.d.ts +0 -8
- package/lib-es/data/icons/react/abi.d.ts.map +0 -1
- package/lib-es/data/icons/react/abi.js +0 -9
- package/lib-es/data/icons/react/abi.js.map +0 -1
- package/lib-es/data/icons/react/abt.d.ts +0 -8
- package/lib-es/data/icons/react/abt.d.ts.map +0 -1
- package/lib-es/data/icons/react/abt.js +0 -9
- package/lib-es/data/icons/react/abt.js.map +0 -1
- package/lib-es/data/icons/react/act.d.ts +0 -8
- package/lib-es/data/icons/react/act.d.ts.map +0 -1
- package/lib-es/data/icons/react/act.js +0 -9
- package/lib-es/data/icons/react/act.js.map +0 -1
- package/lib-es/data/icons/react/actn.d.ts +0 -8
- package/lib-es/data/icons/react/actn.d.ts.map +0 -1
- package/lib-es/data/icons/react/actn.js +0 -9
- package/lib-es/data/icons/react/actn.js.map +0 -1
- package/lib-es/data/icons/react/ada.d.ts +0 -8
- package/lib-es/data/icons/react/ada.d.ts.map +0 -1
- package/lib-es/data/icons/react/ada.js +0 -9
- package/lib-es/data/icons/react/ada.js.map +0 -1
- package/lib-es/data/icons/react/add.d.ts +0 -8
- package/lib-es/data/icons/react/add.d.ts.map +0 -1
- package/lib-es/data/icons/react/add.js +0 -9
- package/lib-es/data/icons/react/add.js.map +0 -1
- package/lib-es/data/icons/react/adx.d.ts +0 -8
- package/lib-es/data/icons/react/adx.d.ts.map +0 -1
- package/lib-es/data/icons/react/adx.js +0 -9
- package/lib-es/data/icons/react/adx.js.map +0 -1
- package/lib-es/data/icons/react/ae.d.ts +0 -8
- package/lib-es/data/icons/react/ae.d.ts.map +0 -1
- package/lib-es/data/icons/react/ae.js +0 -9
- package/lib-es/data/icons/react/ae.js.map +0 -1
- package/lib-es/data/icons/react/aeon.d.ts +0 -8
- package/lib-es/data/icons/react/aeon.d.ts.map +0 -1
- package/lib-es/data/icons/react/aeon.js +0 -12
- package/lib-es/data/icons/react/aeon.js.map +0 -1
- package/lib-es/data/icons/react/agi.d.ts +0 -8
- package/lib-es/data/icons/react/agi.d.ts.map +0 -1
- package/lib-es/data/icons/react/agi.js +0 -10
- package/lib-es/data/icons/react/agi.js.map +0 -1
- package/lib-es/data/icons/react/agrs.d.ts +0 -8
- package/lib-es/data/icons/react/agrs.d.ts.map +0 -1
- package/lib-es/data/icons/react/agrs.js +0 -9
- package/lib-es/data/icons/react/agrs.js.map +0 -1
- package/lib-es/data/icons/react/aion.d.ts +0 -8
- package/lib-es/data/icons/react/aion.d.ts.map +0 -1
- package/lib-es/data/icons/react/aion.js +0 -10
- package/lib-es/data/icons/react/aion.js.map +0 -1
- package/lib-es/data/icons/react/algo.d.ts +0 -8
- package/lib-es/data/icons/react/algo.d.ts.map +0 -1
- package/lib-es/data/icons/react/algo.js +0 -9
- package/lib-es/data/icons/react/algo.js.map +0 -1
- package/lib-es/data/icons/react/amb.d.ts +0 -8
- package/lib-es/data/icons/react/amb.d.ts.map +0 -1
- package/lib-es/data/icons/react/amb.js +0 -9
- package/lib-es/data/icons/react/amb.js.map +0 -1
- package/lib-es/data/icons/react/amp.d.ts +0 -8
- package/lib-es/data/icons/react/amp.d.ts.map +0 -1
- package/lib-es/data/icons/react/amp.js +0 -9
- package/lib-es/data/icons/react/amp.js.map +0 -1
- package/lib-es/data/icons/react/ampl.d.ts +0 -8
- package/lib-es/data/icons/react/ampl.d.ts.map +0 -1
- package/lib-es/data/icons/react/ampl.js +0 -9
- package/lib-es/data/icons/react/ampl.js.map +0 -1
- package/lib-es/data/icons/react/ant.d.ts +0 -8
- package/lib-es/data/icons/react/ant.d.ts.map +0 -1
- package/lib-es/data/icons/react/ant.js +0 -9
- package/lib-es/data/icons/react/ant.js.map +0 -1
- package/lib-es/data/icons/react/apex.d.ts +0 -8
- package/lib-es/data/icons/react/apex.d.ts.map +0 -1
- package/lib-es/data/icons/react/apex.js +0 -9
- package/lib-es/data/icons/react/apex.js.map +0 -1
- package/lib-es/data/icons/react/appc.d.ts +0 -8
- package/lib-es/data/icons/react/appc.d.ts.map +0 -1
- package/lib-es/data/icons/react/appc.js +0 -9
- package/lib-es/data/icons/react/appc.js.map +0 -1
- package/lib-es/data/icons/react/ardr.d.ts +0 -8
- package/lib-es/data/icons/react/ardr.d.ts.map +0 -1
- package/lib-es/data/icons/react/ardr.js +0 -9
- package/lib-es/data/icons/react/ardr.js.map +0 -1
- package/lib-es/data/icons/react/arg.d.ts +0 -8
- package/lib-es/data/icons/react/arg.d.ts.map +0 -1
- package/lib-es/data/icons/react/arg.js +0 -10
- package/lib-es/data/icons/react/arg.js.map +0 -1
- package/lib-es/data/icons/react/ark.d.ts +0 -8
- package/lib-es/data/icons/react/ark.d.ts.map +0 -1
- package/lib-es/data/icons/react/ark.js +0 -9
- package/lib-es/data/icons/react/ark.js.map +0 -1
- package/lib-es/data/icons/react/arn.d.ts +0 -8
- package/lib-es/data/icons/react/arn.d.ts.map +0 -1
- package/lib-es/data/icons/react/arn.js +0 -9
- package/lib-es/data/icons/react/arn.js.map +0 -1
- package/lib-es/data/icons/react/arnx.d.ts +0 -8
- package/lib-es/data/icons/react/arnx.d.ts.map +0 -1
- package/lib-es/data/icons/react/arnx.js +0 -11
- package/lib-es/data/icons/react/arnx.js.map +0 -1
- package/lib-es/data/icons/react/ary.d.ts +0 -8
- package/lib-es/data/icons/react/ary.d.ts.map +0 -1
- package/lib-es/data/icons/react/ary.js +0 -9
- package/lib-es/data/icons/react/ary.js.map +0 -1
- package/lib-es/data/icons/react/ast.d.ts +0 -8
- package/lib-es/data/icons/react/ast.d.ts.map +0 -1
- package/lib-es/data/icons/react/ast.js +0 -9
- package/lib-es/data/icons/react/ast.js.map +0 -1
- package/lib-es/data/icons/react/astr.d.ts +0 -8
- package/lib-es/data/icons/react/astr.d.ts.map +0 -1
- package/lib-es/data/icons/react/astr.js +0 -9
- package/lib-es/data/icons/react/astr.js.map +0 -1
- package/lib-es/data/icons/react/atm.d.ts +0 -8
- package/lib-es/data/icons/react/atm.d.ts.map +0 -1
- package/lib-es/data/icons/react/atm.js +0 -9
- package/lib-es/data/icons/react/atm.js.map +0 -1
- package/lib-es/data/icons/react/atom.d.ts +0 -8
- package/lib-es/data/icons/react/atom.d.ts.map +0 -1
- package/lib-es/data/icons/react/atom.js +0 -22
- package/lib-es/data/icons/react/atom.js.map +0 -1
- package/lib-es/data/icons/react/audr.d.ts +0 -8
- package/lib-es/data/icons/react/audr.d.ts.map +0 -1
- package/lib-es/data/icons/react/audr.js +0 -9
- package/lib-es/data/icons/react/audr.js.map +0 -1
- package/lib-es/data/icons/react/auto.d.ts +0 -8
- package/lib-es/data/icons/react/auto.d.ts.map +0 -1
- package/lib-es/data/icons/react/auto.js +0 -9
- package/lib-es/data/icons/react/auto.js.map +0 -1
- package/lib-es/data/icons/react/avax.d.ts +0 -8
- package/lib-es/data/icons/react/avax.d.ts.map +0 -1
- package/lib-es/data/icons/react/avax.js +0 -9
- package/lib-es/data/icons/react/avax.js.map +0 -1
- package/lib-es/data/icons/react/axl.d.ts +0 -8
- package/lib-es/data/icons/react/axl.d.ts.map +0 -1
- package/lib-es/data/icons/react/axl.js +0 -12
- package/lib-es/data/icons/react/axl.js.map +0 -1
- package/lib-es/data/icons/react/aywa.d.ts +0 -8
- package/lib-es/data/icons/react/aywa.d.ts.map +0 -1
- package/lib-es/data/icons/react/aywa.js +0 -11
- package/lib-es/data/icons/react/aywa.js.map +0 -1
- package/lib-es/data/icons/react/bab.d.ts +0 -8
- package/lib-es/data/icons/react/bab.d.ts.map +0 -1
- package/lib-es/data/icons/react/bab.js +0 -9
- package/lib-es/data/icons/react/bab.js.map +0 -1
- package/lib-es/data/icons/react/bal.d.ts +0 -8
- package/lib-es/data/icons/react/bal.d.ts.map +0 -1
- package/lib-es/data/icons/react/bal.js +0 -14
- package/lib-es/data/icons/react/bal.js.map +0 -1
- package/lib-es/data/icons/react/band.d.ts +0 -8
- package/lib-es/data/icons/react/band.d.ts.map +0 -1
- package/lib-es/data/icons/react/band.js +0 -10
- package/lib-es/data/icons/react/band.js.map +0 -1
- package/lib-es/data/icons/react/bat.d.ts +0 -8
- package/lib-es/data/icons/react/bat.d.ts.map +0 -1
- package/lib-es/data/icons/react/bat.js +0 -9
- package/lib-es/data/icons/react/bat.js.map +0 -1
- package/lib-es/data/icons/react/bay.d.ts +0 -8
- package/lib-es/data/icons/react/bay.d.ts.map +0 -1
- package/lib-es/data/icons/react/bay.js +0 -9
- package/lib-es/data/icons/react/bay.js.map +0 -1
- package/lib-es/data/icons/react/bcbc.d.ts +0 -8
- package/lib-es/data/icons/react/bcbc.d.ts.map +0 -1
- package/lib-es/data/icons/react/bcbc.js +0 -9
- package/lib-es/data/icons/react/bcbc.js.map +0 -1
- package/lib-es/data/icons/react/bcc.d.ts +0 -8
- package/lib-es/data/icons/react/bcc.d.ts.map +0 -1
- package/lib-es/data/icons/react/bcc.js +0 -9
- package/lib-es/data/icons/react/bcc.js.map +0 -1
- package/lib-es/data/icons/react/bcd.d.ts +0 -8
- package/lib-es/data/icons/react/bcd.d.ts.map +0 -1
- package/lib-es/data/icons/react/bcd.js +0 -9
- package/lib-es/data/icons/react/bcd.js.map +0 -1
- package/lib-es/data/icons/react/bcert.d.ts +0 -8
- package/lib-es/data/icons/react/bcert.d.ts.map +0 -1
- package/lib-es/data/icons/react/bcert.js +0 -14
- package/lib-es/data/icons/react/bcert.js.map +0 -1
- package/lib-es/data/icons/react/bch.d.ts +0 -8
- package/lib-es/data/icons/react/bch.d.ts.map +0 -1
- package/lib-es/data/icons/react/bch.js +0 -9
- package/lib-es/data/icons/react/bch.js.map +0 -1
- package/lib-es/data/icons/react/bcio.d.ts +0 -8
- package/lib-es/data/icons/react/bcio.d.ts.map +0 -1
- package/lib-es/data/icons/react/bcio.js +0 -9
- package/lib-es/data/icons/react/bcio.js.map +0 -1
- package/lib-es/data/icons/react/bcn.d.ts +0 -8
- package/lib-es/data/icons/react/bcn.d.ts.map +0 -1
- package/lib-es/data/icons/react/bcn.js +0 -9
- package/lib-es/data/icons/react/bcn.js.map +0 -1
- package/lib-es/data/icons/react/bco.d.ts +0 -8
- package/lib-es/data/icons/react/bco.d.ts.map +0 -1
- package/lib-es/data/icons/react/bco.js +0 -10
- package/lib-es/data/icons/react/bco.js.map +0 -1
- package/lib-es/data/icons/react/bcpt.d.ts +0 -8
- package/lib-es/data/icons/react/bcpt.d.ts.map +0 -1
- package/lib-es/data/icons/react/bcpt.js +0 -9
- package/lib-es/data/icons/react/bcpt.js.map +0 -1
- package/lib-es/data/icons/react/bdl.d.ts +0 -8
- package/lib-es/data/icons/react/bdl.d.ts.map +0 -1
- package/lib-es/data/icons/react/bdl.js +0 -10
- package/lib-es/data/icons/react/bdl.js.map +0 -1
- package/lib-es/data/icons/react/beam.d.ts +0 -8
- package/lib-es/data/icons/react/beam.d.ts.map +0 -1
- package/lib-es/data/icons/react/beam.js +0 -9
- package/lib-es/data/icons/react/beam.js.map +0 -1
- package/lib-es/data/icons/react/bela.d.ts +0 -8
- package/lib-es/data/icons/react/bela.d.ts.map +0 -1
- package/lib-es/data/icons/react/bela.js +0 -9
- package/lib-es/data/icons/react/bela.js.map +0 -1
- package/lib-es/data/icons/react/bix.d.ts +0 -8
- package/lib-es/data/icons/react/bix.d.ts.map +0 -1
- package/lib-es/data/icons/react/bix.js +0 -9
- package/lib-es/data/icons/react/bix.js.map +0 -1
- package/lib-es/data/icons/react/blcn.d.ts +0 -8
- package/lib-es/data/icons/react/blcn.d.ts.map +0 -1
- package/lib-es/data/icons/react/blcn.js +0 -9
- package/lib-es/data/icons/react/blcn.js.map +0 -1
- package/lib-es/data/icons/react/blk.d.ts +0 -8
- package/lib-es/data/icons/react/blk.d.ts.map +0 -1
- package/lib-es/data/icons/react/blk.js +0 -9
- package/lib-es/data/icons/react/blk.js.map +0 -1
- package/lib-es/data/icons/react/block.d.ts +0 -8
- package/lib-es/data/icons/react/block.d.ts.map +0 -1
- package/lib-es/data/icons/react/block.js +0 -12
- package/lib-es/data/icons/react/block.js.map +0 -1
- package/lib-es/data/icons/react/blz.d.ts +0 -8
- package/lib-es/data/icons/react/blz.d.ts.map +0 -1
- package/lib-es/data/icons/react/blz.js +0 -9
- package/lib-es/data/icons/react/blz.js.map +0 -1
- package/lib-es/data/icons/react/bnb.d.ts +0 -8
- package/lib-es/data/icons/react/bnb.d.ts.map +0 -1
- package/lib-es/data/icons/react/bnb.js +0 -9
- package/lib-es/data/icons/react/bnb.js.map +0 -1
- package/lib-es/data/icons/react/bnt.d.ts +0 -8
- package/lib-es/data/icons/react/bnt.d.ts.map +0 -1
- package/lib-es/data/icons/react/bnt.js +0 -9
- package/lib-es/data/icons/react/bnt.js.map +0 -1
- package/lib-es/data/icons/react/bnty.d.ts +0 -8
- package/lib-es/data/icons/react/bnty.d.ts.map +0 -1
- package/lib-es/data/icons/react/bnty.js +0 -9
- package/lib-es/data/icons/react/bnty.js.map +0 -1
- package/lib-es/data/icons/react/booty.d.ts +0 -8
- package/lib-es/data/icons/react/booty.d.ts.map +0 -1
- package/lib-es/data/icons/react/booty.js +0 -10
- package/lib-es/data/icons/react/booty.js.map +0 -1
- package/lib-es/data/icons/react/bos.d.ts +0 -8
- package/lib-es/data/icons/react/bos.d.ts.map +0 -1
- package/lib-es/data/icons/react/bos.js +0 -9
- package/lib-es/data/icons/react/bos.js.map +0 -1
- package/lib-es/data/icons/react/bpt.d.ts +0 -8
- package/lib-es/data/icons/react/bpt.d.ts.map +0 -1
- package/lib-es/data/icons/react/bpt.js +0 -9
- package/lib-es/data/icons/react/bpt.js.map +0 -1
- package/lib-es/data/icons/react/bq.d.ts +0 -8
- package/lib-es/data/icons/react/bq.d.ts.map +0 -1
- package/lib-es/data/icons/react/bq.js +0 -9
- package/lib-es/data/icons/react/bq.js.map +0 -1
- package/lib-es/data/icons/react/brd.d.ts +0 -8
- package/lib-es/data/icons/react/brd.d.ts.map +0 -1
- package/lib-es/data/icons/react/brd.js +0 -9
- package/lib-es/data/icons/react/brd.js.map +0 -1
- package/lib-es/data/icons/react/bsd.d.ts +0 -8
- package/lib-es/data/icons/react/bsd.d.ts.map +0 -1
- package/lib-es/data/icons/react/bsd.js +0 -9
- package/lib-es/data/icons/react/bsd.js.map +0 -1
- package/lib-es/data/icons/react/bsv.d.ts +0 -8
- package/lib-es/data/icons/react/bsv.d.ts.map +0 -1
- package/lib-es/data/icons/react/bsv.js +0 -9
- package/lib-es/data/icons/react/bsv.js.map +0 -1
- package/lib-es/data/icons/react/btc.d.ts +0 -8
- package/lib-es/data/icons/react/btc.d.ts.map +0 -1
- package/lib-es/data/icons/react/btc.js +0 -9
- package/lib-es/data/icons/react/btc.js.map +0 -1
- package/lib-es/data/icons/react/btcd.d.ts +0 -8
- package/lib-es/data/icons/react/btcd.d.ts.map +0 -1
- package/lib-es/data/icons/react/btcd.js +0 -9
- package/lib-es/data/icons/react/btcd.js.map +0 -1
- package/lib-es/data/icons/react/btch.d.ts +0 -8
- package/lib-es/data/icons/react/btch.d.ts.map +0 -1
- package/lib-es/data/icons/react/btch.js +0 -11
- package/lib-es/data/icons/react/btch.js.map +0 -1
- package/lib-es/data/icons/react/btcp.d.ts +0 -8
- package/lib-es/data/icons/react/btcp.d.ts.map +0 -1
- package/lib-es/data/icons/react/btcp.js +0 -9
- package/lib-es/data/icons/react/btcp.js.map +0 -1
- package/lib-es/data/icons/react/btcz.d.ts +0 -8
- package/lib-es/data/icons/react/btcz.d.ts.map +0 -1
- package/lib-es/data/icons/react/btcz.js +0 -9
- package/lib-es/data/icons/react/btcz.js.map +0 -1
- package/lib-es/data/icons/react/btdx.d.ts +0 -8
- package/lib-es/data/icons/react/btdx.d.ts.map +0 -1
- package/lib-es/data/icons/react/btdx.js +0 -10
- package/lib-es/data/icons/react/btdx.js.map +0 -1
- package/lib-es/data/icons/react/btg.d.ts +0 -8
- package/lib-es/data/icons/react/btg.d.ts.map +0 -1
- package/lib-es/data/icons/react/btg.js +0 -9
- package/lib-es/data/icons/react/btg.js.map +0 -1
- package/lib-es/data/icons/react/btm.d.ts +0 -8
- package/lib-es/data/icons/react/btm.d.ts.map +0 -1
- package/lib-es/data/icons/react/btm.js +0 -9
- package/lib-es/data/icons/react/btm.js.map +0 -1
- package/lib-es/data/icons/react/bts.d.ts +0 -8
- package/lib-es/data/icons/react/bts.d.ts.map +0 -1
- package/lib-es/data/icons/react/bts.js +0 -9
- package/lib-es/data/icons/react/bts.js.map +0 -1
- package/lib-es/data/icons/react/btt.d.ts +0 -8
- package/lib-es/data/icons/react/btt.d.ts.map +0 -1
- package/lib-es/data/icons/react/btt.js +0 -12
- package/lib-es/data/icons/react/btt.js.map +0 -1
- package/lib-es/data/icons/react/btx.d.ts +0 -8
- package/lib-es/data/icons/react/btx.d.ts.map +0 -1
- package/lib-es/data/icons/react/btx.js +0 -9
- package/lib-es/data/icons/react/btx.js.map +0 -1
- package/lib-es/data/icons/react/burst.d.ts +0 -8
- package/lib-es/data/icons/react/burst.d.ts.map +0 -1
- package/lib-es/data/icons/react/burst.js +0 -9
- package/lib-es/data/icons/react/burst.js.map +0 -1
- package/lib-es/data/icons/react/bze.d.ts +0 -8
- package/lib-es/data/icons/react/bze.d.ts.map +0 -1
- package/lib-es/data/icons/react/bze.js +0 -10
- package/lib-es/data/icons/react/bze.js.map +0 -1
- package/lib-es/data/icons/react/call.d.ts +0 -8
- package/lib-es/data/icons/react/call.d.ts.map +0 -1
- package/lib-es/data/icons/react/call.js +0 -10
- package/lib-es/data/icons/react/call.js.map +0 -1
- package/lib-es/data/icons/react/cc.d.ts +0 -8
- package/lib-es/data/icons/react/cc.d.ts.map +0 -1
- package/lib-es/data/icons/react/cc.js +0 -10
- package/lib-es/data/icons/react/cc.js.map +0 -1
- package/lib-es/data/icons/react/cdn.d.ts +0 -8
- package/lib-es/data/icons/react/cdn.d.ts.map +0 -1
- package/lib-es/data/icons/react/cdn.js +0 -9
- package/lib-es/data/icons/react/cdn.js.map +0 -1
- package/lib-es/data/icons/react/cdt.d.ts +0 -8
- package/lib-es/data/icons/react/cdt.d.ts.map +0 -1
- package/lib-es/data/icons/react/cdt.js +0 -9
- package/lib-es/data/icons/react/cdt.js.map +0 -1
- package/lib-es/data/icons/react/celo.d.ts +0 -8
- package/lib-es/data/icons/react/celo.d.ts.map +0 -1
- package/lib-es/data/icons/react/celo.js +0 -11
- package/lib-es/data/icons/react/celo.js.map +0 -1
- package/lib-es/data/icons/react/cenz.d.ts +0 -8
- package/lib-es/data/icons/react/cenz.d.ts.map +0 -1
- package/lib-es/data/icons/react/cenz.js +0 -10
- package/lib-es/data/icons/react/cenz.js.map +0 -1
- package/lib-es/data/icons/react/chain.d.ts +0 -8
- package/lib-es/data/icons/react/chain.d.ts.map +0 -1
- package/lib-es/data/icons/react/chain.js +0 -10
- package/lib-es/data/icons/react/chain.js.map +0 -1
- package/lib-es/data/icons/react/chat.d.ts +0 -8
- package/lib-es/data/icons/react/chat.d.ts.map +0 -1
- package/lib-es/data/icons/react/chat.js +0 -9
- package/lib-es/data/icons/react/chat.js.map +0 -1
- package/lib-es/data/icons/react/chips.d.ts +0 -8
- package/lib-es/data/icons/react/chips.d.ts.map +0 -1
- package/lib-es/data/icons/react/chips.js +0 -9
- package/lib-es/data/icons/react/chips.js.map +0 -1
- package/lib-es/data/icons/react/cix.d.ts +0 -8
- package/lib-es/data/icons/react/cix.d.ts.map +0 -1
- package/lib-es/data/icons/react/cix.js +0 -10
- package/lib-es/data/icons/react/cix.js.map +0 -1
- package/lib-es/data/icons/react/clam.d.ts +0 -8
- package/lib-es/data/icons/react/clam.d.ts.map +0 -1
- package/lib-es/data/icons/react/clam.js +0 -9
- package/lib-es/data/icons/react/clam.js.map +0 -1
- package/lib-es/data/icons/react/cloak.d.ts +0 -8
- package/lib-es/data/icons/react/cloak.d.ts.map +0 -1
- package/lib-es/data/icons/react/cloak.js +0 -9
- package/lib-es/data/icons/react/cloak.js.map +0 -1
- package/lib-es/data/icons/react/cmm.d.ts +0 -8
- package/lib-es/data/icons/react/cmm.d.ts.map +0 -1
- package/lib-es/data/icons/react/cmm.js +0 -9
- package/lib-es/data/icons/react/cmm.js.map +0 -1
- package/lib-es/data/icons/react/cmt.d.ts +0 -8
- package/lib-es/data/icons/react/cmt.d.ts.map +0 -1
- package/lib-es/data/icons/react/cmt.js +0 -9
- package/lib-es/data/icons/react/cmt.js.map +0 -1
- package/lib-es/data/icons/react/cnd.d.ts +0 -8
- package/lib-es/data/icons/react/cnd.d.ts.map +0 -1
- package/lib-es/data/icons/react/cnd.js +0 -9
- package/lib-es/data/icons/react/cnd.js.map +0 -1
- package/lib-es/data/icons/react/cnx.d.ts +0 -8
- package/lib-es/data/icons/react/cnx.d.ts.map +0 -1
- package/lib-es/data/icons/react/cnx.js +0 -10
- package/lib-es/data/icons/react/cnx.js.map +0 -1
- package/lib-es/data/icons/react/cny.d.ts +0 -8
- package/lib-es/data/icons/react/cny.d.ts.map +0 -1
- package/lib-es/data/icons/react/cny.js +0 -9
- package/lib-es/data/icons/react/cny.js.map +0 -1
- package/lib-es/data/icons/react/cob.d.ts +0 -8
- package/lib-es/data/icons/react/cob.d.ts.map +0 -1
- package/lib-es/data/icons/react/cob.js +0 -10
- package/lib-es/data/icons/react/cob.js.map +0 -1
- package/lib-es/data/icons/react/colx.d.ts +0 -8
- package/lib-es/data/icons/react/colx.d.ts.map +0 -1
- package/lib-es/data/icons/react/colx.js +0 -9
- package/lib-es/data/icons/react/colx.js.map +0 -1
- package/lib-es/data/icons/react/comp.d.ts +0 -8
- package/lib-es/data/icons/react/comp.d.ts.map +0 -1
- package/lib-es/data/icons/react/comp.js +0 -9
- package/lib-es/data/icons/react/comp.js.map +0 -1
- package/lib-es/data/icons/react/coqui.d.ts +0 -8
- package/lib-es/data/icons/react/coqui.d.ts.map +0 -1
- package/lib-es/data/icons/react/coqui.js +0 -9
- package/lib-es/data/icons/react/coqui.js.map +0 -1
- package/lib-es/data/icons/react/core.d.ts +0 -8
- package/lib-es/data/icons/react/core.d.ts.map +0 -1
- package/lib-es/data/icons/react/core.js +0 -9
- package/lib-es/data/icons/react/core.js.map +0 -1
- package/lib-es/data/icons/react/cred.d.ts +0 -8
- package/lib-es/data/icons/react/cred.d.ts.map +0 -1
- package/lib-es/data/icons/react/cred.js +0 -9
- package/lib-es/data/icons/react/cred.js.map +0 -1
- package/lib-es/data/icons/react/crk.d.ts +0 -8
- package/lib-es/data/icons/react/crk.d.ts.map +0 -1
- package/lib-es/data/icons/react/crk.js +0 -13
- package/lib-es/data/icons/react/crk.js.map +0 -1
- package/lib-es/data/icons/react/cro.d.ts +0 -8
- package/lib-es/data/icons/react/cro.d.ts.map +0 -1
- package/lib-es/data/icons/react/cro.js +0 -12
- package/lib-es/data/icons/react/cro.js.map +0 -1
- package/lib-es/data/icons/react/crpt.d.ts +0 -8
- package/lib-es/data/icons/react/crpt.d.ts.map +0 -1
- package/lib-es/data/icons/react/crpt.js +0 -9
- package/lib-es/data/icons/react/crpt.js.map +0 -1
- package/lib-es/data/icons/react/crw.d.ts +0 -8
- package/lib-es/data/icons/react/crw.d.ts.map +0 -1
- package/lib-es/data/icons/react/crw.js +0 -9
- package/lib-es/data/icons/react/crw.js.map +0 -1
- package/lib-es/data/icons/react/cs.d.ts +0 -8
- package/lib-es/data/icons/react/cs.d.ts.map +0 -1
- package/lib-es/data/icons/react/cs.js +0 -9
- package/lib-es/data/icons/react/cs.js.map +0 -1
- package/lib-es/data/icons/react/cspr.d.ts +0 -8
- package/lib-es/data/icons/react/cspr.d.ts.map +0 -1
- package/lib-es/data/icons/react/cspr.js +0 -13
- package/lib-es/data/icons/react/cspr.js.map +0 -1
- package/lib-es/data/icons/react/ctr.d.ts +0 -8
- package/lib-es/data/icons/react/ctr.d.ts.map +0 -1
- package/lib-es/data/icons/react/ctr.js +0 -10
- package/lib-es/data/icons/react/ctr.js.map +0 -1
- package/lib-es/data/icons/react/ctxc.d.ts +0 -8
- package/lib-es/data/icons/react/ctxc.d.ts.map +0 -1
- package/lib-es/data/icons/react/ctxc.js +0 -14
- package/lib-es/data/icons/react/ctxc.js.map +0 -1
- package/lib-es/data/icons/react/currencyArbitrum.d.ts +0 -8
- package/lib-es/data/icons/react/currencyArbitrum.d.ts.map +0 -1
- package/lib-es/data/icons/react/currencyArbitrum.js +0 -12
- package/lib-es/data/icons/react/currencyArbitrum.js.map +0 -1
- package/lib-es/data/icons/react/currencyArbitrumGoerli.d.ts +0 -8
- package/lib-es/data/icons/react/currencyArbitrumGoerli.d.ts.map +0 -1
- package/lib-es/data/icons/react/currencyArbitrumGoerli.js +0 -12
- package/lib-es/data/icons/react/currencyArbitrumGoerli.js.map +0 -1
- package/lib-es/data/icons/react/currencyBase.d.ts +0 -8
- package/lib-es/data/icons/react/currencyBase.d.ts.map +0 -1
- package/lib-es/data/icons/react/currencyBase.js +0 -9
- package/lib-es/data/icons/react/currencyBase.js.map +0 -1
- package/lib-es/data/icons/react/currencyBaseGoerli.d.ts +0 -8
- package/lib-es/data/icons/react/currencyBaseGoerli.d.ts.map +0 -1
- package/lib-es/data/icons/react/currencyBaseGoerli.js +0 -9
- package/lib-es/data/icons/react/currencyBaseGoerli.js.map +0 -1
- package/lib-es/data/icons/react/currencyBoba.d.ts +0 -8
- package/lib-es/data/icons/react/currencyBoba.d.ts.map +0 -1
- package/lib-es/data/icons/react/currencyBoba.js +0 -17
- package/lib-es/data/icons/react/currencyBoba.js.map +0 -1
- package/lib-es/data/icons/react/currencyOptimism.d.ts +0 -8
- package/lib-es/data/icons/react/currencyOptimism.d.ts.map +0 -1
- package/lib-es/data/icons/react/currencyOptimism.js +0 -11
- package/lib-es/data/icons/react/currencyOptimism.js.map +0 -1
- package/lib-es/data/icons/react/currencyOptimismGoerli.d.ts +0 -8
- package/lib-es/data/icons/react/currencyOptimismGoerli.d.ts.map +0 -1
- package/lib-es/data/icons/react/currencyOptimismGoerli.js +0 -11
- package/lib-es/data/icons/react/currencyOptimismGoerli.js.map +0 -1
- package/lib-es/data/icons/react/currencyPolygonZkEvm.d.ts +0 -8
- package/lib-es/data/icons/react/currencyPolygonZkEvm.d.ts.map +0 -1
- package/lib-es/data/icons/react/currencyPolygonZkEvm.js +0 -9
- package/lib-es/data/icons/react/currencyPolygonZkEvm.js.map +0 -1
- package/lib-es/data/icons/react/currencyPolygonZkEvmTestnet.d.ts +0 -8
- package/lib-es/data/icons/react/currencyPolygonZkEvmTestnet.d.ts.map +0 -1
- package/lib-es/data/icons/react/currencyPolygonZkEvmTestnet.js +0 -9
- package/lib-es/data/icons/react/currencyPolygonZkEvmTestnet.js.map +0 -1
- package/lib-es/data/icons/react/cvc.d.ts +0 -8
- package/lib-es/data/icons/react/cvc.d.ts.map +0 -1
- package/lib-es/data/icons/react/cvc.js +0 -9
- package/lib-es/data/icons/react/cvc.js.map +0 -1
- package/lib-es/data/icons/react/d.d.ts +0 -8
- package/lib-es/data/icons/react/d.d.ts.map +0 -1
- package/lib-es/data/icons/react/d.js +0 -10
- package/lib-es/data/icons/react/d.js.map +0 -1
- package/lib-es/data/icons/react/dai.d.ts +0 -8
- package/lib-es/data/icons/react/dai.d.ts.map +0 -1
- package/lib-es/data/icons/react/dai.js +0 -9
- package/lib-es/data/icons/react/dai.js.map +0 -1
- package/lib-es/data/icons/react/dash.d.ts +0 -8
- package/lib-es/data/icons/react/dash.d.ts.map +0 -1
- package/lib-es/data/icons/react/dash.js +0 -10
- package/lib-es/data/icons/react/dash.js.map +0 -1
- package/lib-es/data/icons/react/dat.d.ts +0 -8
- package/lib-es/data/icons/react/dat.d.ts.map +0 -1
- package/lib-es/data/icons/react/dat.js +0 -9
- package/lib-es/data/icons/react/dat.js.map +0 -1
- package/lib-es/data/icons/react/data.d.ts +0 -8
- package/lib-es/data/icons/react/data.d.ts.map +0 -1
- package/lib-es/data/icons/react/data.js +0 -9
- package/lib-es/data/icons/react/data.js.map +0 -1
- package/lib-es/data/icons/react/dbc.d.ts +0 -8
- package/lib-es/data/icons/react/dbc.d.ts.map +0 -1
- package/lib-es/data/icons/react/dbc.js +0 -9
- package/lib-es/data/icons/react/dbc.js.map +0 -1
- package/lib-es/data/icons/react/dcn.d.ts +0 -8
- package/lib-es/data/icons/react/dcn.d.ts.map +0 -1
- package/lib-es/data/icons/react/dcn.js +0 -10
- package/lib-es/data/icons/react/dcn.js.map +0 -1
- package/lib-es/data/icons/react/dcr.d.ts +0 -8
- package/lib-es/data/icons/react/dcr.d.ts.map +0 -1
- package/lib-es/data/icons/react/dcr.js +0 -10
- package/lib-es/data/icons/react/dcr.js.map +0 -1
- package/lib-es/data/icons/react/deez.d.ts +0 -8
- package/lib-es/data/icons/react/deez.d.ts.map +0 -1
- package/lib-es/data/icons/react/deez.js +0 -9
- package/lib-es/data/icons/react/deez.js.map +0 -1
- package/lib-es/data/icons/react/dent.d.ts +0 -8
- package/lib-es/data/icons/react/dent.d.ts.map +0 -1
- package/lib-es/data/icons/react/dent.js +0 -9
- package/lib-es/data/icons/react/dent.js.map +0 -1
- package/lib-es/data/icons/react/dew.d.ts +0 -8
- package/lib-es/data/icons/react/dew.d.ts.map +0 -1
- package/lib-es/data/icons/react/dew.js +0 -9
- package/lib-es/data/icons/react/dew.js.map +0 -1
- package/lib-es/data/icons/react/dgb.d.ts +0 -8
- package/lib-es/data/icons/react/dgb.d.ts.map +0 -1
- package/lib-es/data/icons/react/dgb.js +0 -9
- package/lib-es/data/icons/react/dgb.js.map +0 -1
- package/lib-es/data/icons/react/dgd.d.ts +0 -8
- package/lib-es/data/icons/react/dgd.d.ts.map +0 -1
- package/lib-es/data/icons/react/dgd.js +0 -9
- package/lib-es/data/icons/react/dgd.js.map +0 -1
- package/lib-es/data/icons/react/dlt.d.ts +0 -8
- package/lib-es/data/icons/react/dlt.d.ts.map +0 -1
- package/lib-es/data/icons/react/dlt.js +0 -9
- package/lib-es/data/icons/react/dlt.js.map +0 -1
- package/lib-es/data/icons/react/dnt.d.ts +0 -8
- package/lib-es/data/icons/react/dnt.d.ts.map +0 -1
- package/lib-es/data/icons/react/dnt.js +0 -9
- package/lib-es/data/icons/react/dnt.js.map +0 -1
- package/lib-es/data/icons/react/dock.d.ts +0 -8
- package/lib-es/data/icons/react/dock.d.ts.map +0 -1
- package/lib-es/data/icons/react/dock.js +0 -9
- package/lib-es/data/icons/react/dock.js.map +0 -1
- package/lib-es/data/icons/react/doge.d.ts +0 -8
- package/lib-es/data/icons/react/doge.d.ts.map +0 -1
- package/lib-es/data/icons/react/doge.js +0 -9
- package/lib-es/data/icons/react/doge.js.map +0 -1
- package/lib-es/data/icons/react/dot.d.ts +0 -8
- package/lib-es/data/icons/react/dot.d.ts.map +0 -1
- package/lib-es/data/icons/react/dot.js +0 -14
- package/lib-es/data/icons/react/dot.js.map +0 -1
- package/lib-es/data/icons/react/drgn.d.ts +0 -8
- package/lib-es/data/icons/react/drgn.d.ts.map +0 -1
- package/lib-es/data/icons/react/drgn.js +0 -10
- package/lib-es/data/icons/react/drgn.js.map +0 -1
- package/lib-es/data/icons/react/drop.d.ts +0 -8
- package/lib-es/data/icons/react/drop.d.ts.map +0 -1
- package/lib-es/data/icons/react/drop.js +0 -16
- package/lib-es/data/icons/react/drop.js.map +0 -1
- package/lib-es/data/icons/react/dsm.d.ts +0 -8
- package/lib-es/data/icons/react/dsm.d.ts.map +0 -1
- package/lib-es/data/icons/react/dsm.js +0 -9
- package/lib-es/data/icons/react/dsm.js.map +0 -1
- package/lib-es/data/icons/react/dta.d.ts +0 -8
- package/lib-es/data/icons/react/dta.d.ts.map +0 -1
- package/lib-es/data/icons/react/dta.js +0 -9
- package/lib-es/data/icons/react/dta.js.map +0 -1
- package/lib-es/data/icons/react/dth.d.ts +0 -8
- package/lib-es/data/icons/react/dth.d.ts.map +0 -1
- package/lib-es/data/icons/react/dth.js +0 -10
- package/lib-es/data/icons/react/dth.js.map +0 -1
- package/lib-es/data/icons/react/dtr.d.ts +0 -8
- package/lib-es/data/icons/react/dtr.d.ts.map +0 -1
- package/lib-es/data/icons/react/dtr.js +0 -10
- package/lib-es/data/icons/react/dtr.js.map +0 -1
- package/lib-es/data/icons/react/dydx.d.ts +0 -8
- package/lib-es/data/icons/react/dydx.d.ts.map +0 -1
- package/lib-es/data/icons/react/dydx.js +0 -12
- package/lib-es/data/icons/react/dydx.js.map +0 -1
- package/lib-es/data/icons/react/ebst.d.ts +0 -8
- package/lib-es/data/icons/react/ebst.d.ts.map +0 -1
- package/lib-es/data/icons/react/ebst.js +0 -9
- package/lib-es/data/icons/react/ebst.js.map +0 -1
- package/lib-es/data/icons/react/eca.d.ts +0 -8
- package/lib-es/data/icons/react/eca.d.ts.map +0 -1
- package/lib-es/data/icons/react/eca.js +0 -9
- package/lib-es/data/icons/react/eca.js.map +0 -1
- package/lib-es/data/icons/react/edg.d.ts +0 -8
- package/lib-es/data/icons/react/edg.d.ts.map +0 -1
- package/lib-es/data/icons/react/edg.js +0 -10
- package/lib-es/data/icons/react/edg.js.map +0 -1
- package/lib-es/data/icons/react/edo.d.ts +0 -8
- package/lib-es/data/icons/react/edo.d.ts.map +0 -1
- package/lib-es/data/icons/react/edo.js +0 -9
- package/lib-es/data/icons/react/edo.js.map +0 -1
- package/lib-es/data/icons/react/edoge.d.ts +0 -8
- package/lib-es/data/icons/react/edoge.d.ts.map +0 -1
- package/lib-es/data/icons/react/edoge.js +0 -9
- package/lib-es/data/icons/react/edoge.js.map +0 -1
- package/lib-es/data/icons/react/egem.d.ts +0 -8
- package/lib-es/data/icons/react/egem.d.ts.map +0 -1
- package/lib-es/data/icons/react/egem.js +0 -9
- package/lib-es/data/icons/react/egem.js.map +0 -1
- package/lib-es/data/icons/react/egld.d.ts +0 -8
- package/lib-es/data/icons/react/egld.d.ts.map +0 -1
- package/lib-es/data/icons/react/egld.js +0 -9
- package/lib-es/data/icons/react/egld.js.map +0 -1
- package/lib-es/data/icons/react/ela.d.ts +0 -8
- package/lib-es/data/icons/react/ela.d.ts.map +0 -1
- package/lib-es/data/icons/react/ela.js +0 -20
- package/lib-es/data/icons/react/ela.js.map +0 -1
- package/lib-es/data/icons/react/elec.d.ts +0 -8
- package/lib-es/data/icons/react/elec.d.ts.map +0 -1
- package/lib-es/data/icons/react/elec.js +0 -11
- package/lib-es/data/icons/react/elec.js.map +0 -1
- package/lib-es/data/icons/react/elf.d.ts +0 -8
- package/lib-es/data/icons/react/elf.d.ts.map +0 -1
- package/lib-es/data/icons/react/elf.js +0 -9
- package/lib-es/data/icons/react/elf.js.map +0 -1
- package/lib-es/data/icons/react/elix.d.ts +0 -8
- package/lib-es/data/icons/react/elix.d.ts.map +0 -1
- package/lib-es/data/icons/react/elix.js +0 -16
- package/lib-es/data/icons/react/elix.js.map +0 -1
- package/lib-es/data/icons/react/ella.d.ts +0 -8
- package/lib-es/data/icons/react/ella.d.ts.map +0 -1
- package/lib-es/data/icons/react/ella.js +0 -9
- package/lib-es/data/icons/react/ella.js.map +0 -1
- package/lib-es/data/icons/react/emc.d.ts +0 -8
- package/lib-es/data/icons/react/emc.d.ts.map +0 -1
- package/lib-es/data/icons/react/emc.js +0 -9
- package/lib-es/data/icons/react/emc.js.map +0 -1
- package/lib-es/data/icons/react/emc2.d.ts +0 -8
- package/lib-es/data/icons/react/emc2.d.ts.map +0 -1
- package/lib-es/data/icons/react/emc2.js +0 -11
- package/lib-es/data/icons/react/emc2.js.map +0 -1
- package/lib-es/data/icons/react/eng.d.ts +0 -8
- package/lib-es/data/icons/react/eng.d.ts.map +0 -1
- package/lib-es/data/icons/react/eng.js +0 -10
- package/lib-es/data/icons/react/eng.js.map +0 -1
- package/lib-es/data/icons/react/enj.d.ts +0 -8
- package/lib-es/data/icons/react/enj.d.ts.map +0 -1
- package/lib-es/data/icons/react/enj.js +0 -9
- package/lib-es/data/icons/react/enj.js.map +0 -1
- package/lib-es/data/icons/react/entrp.d.ts +0 -8
- package/lib-es/data/icons/react/entrp.d.ts.map +0 -1
- package/lib-es/data/icons/react/entrp.js +0 -9
- package/lib-es/data/icons/react/entrp.js.map +0 -1
- package/lib-es/data/icons/react/eon.d.ts +0 -8
- package/lib-es/data/icons/react/eon.d.ts.map +0 -1
- package/lib-es/data/icons/react/eon.js +0 -9
- package/lib-es/data/icons/react/eon.js.map +0 -1
- package/lib-es/data/icons/react/eop.d.ts +0 -8
- package/lib-es/data/icons/react/eop.d.ts.map +0 -1
- package/lib-es/data/icons/react/eop.js +0 -10
- package/lib-es/data/icons/react/eop.js.map +0 -1
- package/lib-es/data/icons/react/eos.d.ts +0 -8
- package/lib-es/data/icons/react/eos.d.ts.map +0 -1
- package/lib-es/data/icons/react/eos.js +0 -9
- package/lib-es/data/icons/react/eos.js.map +0 -1
- package/lib-es/data/icons/react/eqli.d.ts +0 -8
- package/lib-es/data/icons/react/eqli.d.ts.map +0 -1
- package/lib-es/data/icons/react/eqli.js +0 -9
- package/lib-es/data/icons/react/eqli.js.map +0 -1
- package/lib-es/data/icons/react/equa.d.ts +0 -8
- package/lib-es/data/icons/react/equa.d.ts.map +0 -1
- package/lib-es/data/icons/react/equa.js +0 -9
- package/lib-es/data/icons/react/equa.js.map +0 -1
- package/lib-es/data/icons/react/eqz.d.ts +0 -8
- package/lib-es/data/icons/react/eqz.d.ts.map +0 -1
- package/lib-es/data/icons/react/eqz.js +0 -9
- package/lib-es/data/icons/react/eqz.js.map +0 -1
- package/lib-es/data/icons/react/etc.d.ts +0 -8
- package/lib-es/data/icons/react/etc.d.ts.map +0 -1
- package/lib-es/data/icons/react/etc.js +0 -12
- package/lib-es/data/icons/react/etc.js.map +0 -1
- package/lib-es/data/icons/react/eth.d.ts +0 -8
- package/lib-es/data/icons/react/eth.d.ts.map +0 -1
- package/lib-es/data/icons/react/eth.js +0 -14
- package/lib-es/data/icons/react/eth.js.map +0 -1
- package/lib-es/data/icons/react/ethos.d.ts +0 -8
- package/lib-es/data/icons/react/ethos.d.ts.map +0 -1
- package/lib-es/data/icons/react/ethos.js +0 -10
- package/lib-es/data/icons/react/ethos.js.map +0 -1
- package/lib-es/data/icons/react/etn.d.ts +0 -8
- package/lib-es/data/icons/react/etn.d.ts.map +0 -1
- package/lib-es/data/icons/react/etn.js +0 -9
- package/lib-es/data/icons/react/etn.js.map +0 -1
- package/lib-es/data/icons/react/etp.d.ts +0 -8
- package/lib-es/data/icons/react/etp.d.ts.map +0 -1
- package/lib-es/data/icons/react/etp.js +0 -10
- package/lib-es/data/icons/react/etp.js.map +0 -1
- package/lib-es/data/icons/react/euroc.d.ts +0 -8
- package/lib-es/data/icons/react/euroc.d.ts.map +0 -1
- package/lib-es/data/icons/react/euroc.js +0 -11
- package/lib-es/data/icons/react/euroc.js.map +0 -1
- package/lib-es/data/icons/react/evmos.d.ts +0 -8
- package/lib-es/data/icons/react/evmos.d.ts.map +0 -1
- package/lib-es/data/icons/react/evmos.js +0 -9
- package/lib-es/data/icons/react/evmos.js.map +0 -1
- package/lib-es/data/icons/react/evx.d.ts +0 -8
- package/lib-es/data/icons/react/evx.d.ts.map +0 -1
- package/lib-es/data/icons/react/evx.js +0 -10
- package/lib-es/data/icons/react/evx.js.map +0 -1
- package/lib-es/data/icons/react/ewt.d.ts +0 -8
- package/lib-es/data/icons/react/ewt.d.ts.map +0 -1
- package/lib-es/data/icons/react/ewt.js +0 -9
- package/lib-es/data/icons/react/ewt.js.map +0 -1
- package/lib-es/data/icons/react/exmo.d.ts +0 -8
- package/lib-es/data/icons/react/exmo.d.ts.map +0 -1
- package/lib-es/data/icons/react/exmo.js +0 -9
- package/lib-es/data/icons/react/exmo.js.map +0 -1
- package/lib-es/data/icons/react/exp.d.ts +0 -8
- package/lib-es/data/icons/react/exp.d.ts.map +0 -1
- package/lib-es/data/icons/react/exp.js +0 -9
- package/lib-es/data/icons/react/exp.js.map +0 -1
- package/lib-es/data/icons/react/fair.d.ts +0 -8
- package/lib-es/data/icons/react/fair.d.ts.map +0 -1
- package/lib-es/data/icons/react/fair.js +0 -9
- package/lib-es/data/icons/react/fair.js.map +0 -1
- package/lib-es/data/icons/react/fct.d.ts +0 -8
- package/lib-es/data/icons/react/fct.d.ts.map +0 -1
- package/lib-es/data/icons/react/fct.js +0 -9
- package/lib-es/data/icons/react/fct.js.map +0 -1
- package/lib-es/data/icons/react/fil.d.ts +0 -8
- package/lib-es/data/icons/react/fil.d.ts.map +0 -1
- package/lib-es/data/icons/react/fil.js +0 -9
- package/lib-es/data/icons/react/fil.js.map +0 -1
- package/lib-es/data/icons/react/fjc.d.ts +0 -8
- package/lib-es/data/icons/react/fjc.d.ts.map +0 -1
- package/lib-es/data/icons/react/fjc.js +0 -11
- package/lib-es/data/icons/react/fjc.js.map +0 -1
- package/lib-es/data/icons/react/fldc.d.ts +0 -8
- package/lib-es/data/icons/react/fldc.d.ts.map +0 -1
- package/lib-es/data/icons/react/fldc.js +0 -9
- package/lib-es/data/icons/react/fldc.js.map +0 -1
- package/lib-es/data/icons/react/flo.d.ts +0 -8
- package/lib-es/data/icons/react/flo.d.ts.map +0 -1
- package/lib-es/data/icons/react/flo.js +0 -9
- package/lib-es/data/icons/react/flo.js.map +0 -1
- package/lib-es/data/icons/react/flr.d.ts +0 -8
- package/lib-es/data/icons/react/flr.d.ts.map +0 -1
- package/lib-es/data/icons/react/flr.js +0 -9
- package/lib-es/data/icons/react/flr.js.map +0 -1
- package/lib-es/data/icons/react/fsn.d.ts +0 -8
- package/lib-es/data/icons/react/fsn.d.ts.map +0 -1
- package/lib-es/data/icons/react/fsn.js +0 -9
- package/lib-es/data/icons/react/fsn.js.map +0 -1
- package/lib-es/data/icons/react/ftc.d.ts +0 -8
- package/lib-es/data/icons/react/ftc.d.ts.map +0 -1
- package/lib-es/data/icons/react/ftc.js +0 -9
- package/lib-es/data/icons/react/ftc.js.map +0 -1
- package/lib-es/data/icons/react/ftm.d.ts +0 -8
- package/lib-es/data/icons/react/ftm.d.ts.map +0 -1
- package/lib-es/data/icons/react/ftm.js +0 -9
- package/lib-es/data/icons/react/ftm.js.map +0 -1
- package/lib-es/data/icons/react/fuel.d.ts +0 -8
- package/lib-es/data/icons/react/fuel.d.ts.map +0 -1
- package/lib-es/data/icons/react/fuel.js +0 -9
- package/lib-es/data/icons/react/fuel.js.map +0 -1
- package/lib-es/data/icons/react/fun.d.ts +0 -8
- package/lib-es/data/icons/react/fun.d.ts.map +0 -1
- package/lib-es/data/icons/react/fun.js +0 -9
- package/lib-es/data/icons/react/fun.js.map +0 -1
- package/lib-es/data/icons/react/gAbi.d.ts +0 -8
- package/lib-es/data/icons/react/gAbi.d.ts.map +0 -1
- package/lib-es/data/icons/react/gAbi.js +0 -10
- package/lib-es/data/icons/react/gAbi.js.map +0 -1
- package/lib-es/data/icons/react/game.d.ts +0 -8
- package/lib-es/data/icons/react/game.d.ts.map +0 -1
- package/lib-es/data/icons/react/game.js +0 -9
- package/lib-es/data/icons/react/game.js.map +0 -1
- package/lib-es/data/icons/react/gas.d.ts +0 -8
- package/lib-es/data/icons/react/gas.d.ts.map +0 -1
- package/lib-es/data/icons/react/gas.js +0 -9
- package/lib-es/data/icons/react/gas.js.map +0 -1
- package/lib-es/data/icons/react/gbx.d.ts +0 -8
- package/lib-es/data/icons/react/gbx.d.ts.map +0 -1
- package/lib-es/data/icons/react/gbx.js +0 -10
- package/lib-es/data/icons/react/gbx.js.map +0 -1
- package/lib-es/data/icons/react/gbyte.d.ts +0 -8
- package/lib-es/data/icons/react/gbyte.d.ts.map +0 -1
- package/lib-es/data/icons/react/gbyte.js +0 -10
- package/lib-es/data/icons/react/gbyte.js.map +0 -1
- package/lib-es/data/icons/react/generic.d.ts +0 -8
- package/lib-es/data/icons/react/generic.d.ts.map +0 -1
- package/lib-es/data/icons/react/generic.js +0 -9
- package/lib-es/data/icons/react/generic.js.map +0 -1
- package/lib-es/data/icons/react/gin.d.ts +0 -8
- package/lib-es/data/icons/react/gin.d.ts.map +0 -1
- package/lib-es/data/icons/react/gin.js +0 -10
- package/lib-es/data/icons/react/gin.js.map +0 -1
- package/lib-es/data/icons/react/glmr.d.ts +0 -8
- package/lib-es/data/icons/react/glmr.d.ts.map +0 -1
- package/lib-es/data/icons/react/glmr.js +0 -23
- package/lib-es/data/icons/react/glmr.js.map +0 -1
- package/lib-es/data/icons/react/glxt.d.ts +0 -8
- package/lib-es/data/icons/react/glxt.d.ts.map +0 -1
- package/lib-es/data/icons/react/glxt.js +0 -9
- package/lib-es/data/icons/react/glxt.js.map +0 -1
- package/lib-es/data/icons/react/gm.d.ts +0 -8
- package/lib-es/data/icons/react/gm.d.ts.map +0 -1
- package/lib-es/data/icons/react/gm.js +0 -10
- package/lib-es/data/icons/react/gm.js.map +0 -1
- package/lib-es/data/icons/react/gmr.d.ts +0 -8
- package/lib-es/data/icons/react/gmr.d.ts.map +0 -1
- package/lib-es/data/icons/react/gmr.js +0 -13
- package/lib-es/data/icons/react/gmr.js.map +0 -1
- package/lib-es/data/icons/react/gno.d.ts +0 -8
- package/lib-es/data/icons/react/gno.d.ts.map +0 -1
- package/lib-es/data/icons/react/gno.js +0 -9
- package/lib-es/data/icons/react/gno.js.map +0 -1
- package/lib-es/data/icons/react/gnt.d.ts +0 -8
- package/lib-es/data/icons/react/gnt.d.ts.map +0 -1
- package/lib-es/data/icons/react/gnt.js +0 -9
- package/lib-es/data/icons/react/gnt.js.map +0 -1
- package/lib-es/data/icons/react/gold.d.ts +0 -8
- package/lib-es/data/icons/react/gold.d.ts.map +0 -1
- package/lib-es/data/icons/react/gold.js +0 -9
- package/lib-es/data/icons/react/gold.js.map +0 -1
- package/lib-es/data/icons/react/grc.d.ts +0 -8
- package/lib-es/data/icons/react/grc.d.ts.map +0 -1
- package/lib-es/data/icons/react/grc.js +0 -9
- package/lib-es/data/icons/react/grc.js.map +0 -1
- package/lib-es/data/icons/react/grin.d.ts +0 -8
- package/lib-es/data/icons/react/grin.d.ts.map +0 -1
- package/lib-es/data/icons/react/grin.js +0 -9
- package/lib-es/data/icons/react/grin.js.map +0 -1
- package/lib-es/data/icons/react/gsc.d.ts +0 -8
- package/lib-es/data/icons/react/gsc.d.ts.map +0 -1
- package/lib-es/data/icons/react/gsc.js +0 -9
- package/lib-es/data/icons/react/gsc.js.map +0 -1
- package/lib-es/data/icons/react/gto.d.ts +0 -8
- package/lib-es/data/icons/react/gto.d.ts.map +0 -1
- package/lib-es/data/icons/react/gto.js +0 -10
- package/lib-es/data/icons/react/gto.js.map +0 -1
- package/lib-es/data/icons/react/gup.d.ts +0 -8
- package/lib-es/data/icons/react/gup.d.ts.map +0 -1
- package/lib-es/data/icons/react/gup.js +0 -9
- package/lib-es/data/icons/react/gup.js.map +0 -1
- package/lib-es/data/icons/react/gusd.d.ts +0 -8
- package/lib-es/data/icons/react/gusd.d.ts.map +0 -1
- package/lib-es/data/icons/react/gusd.js +0 -9
- package/lib-es/data/icons/react/gusd.js.map +0 -1
- package/lib-es/data/icons/react/gvt.d.ts +0 -8
- package/lib-es/data/icons/react/gvt.d.ts.map +0 -1
- package/lib-es/data/icons/react/gvt.js +0 -9
- package/lib-es/data/icons/react/gvt.js.map +0 -1
- package/lib-es/data/icons/react/gxs.d.ts +0 -8
- package/lib-es/data/icons/react/gxs.d.ts.map +0 -1
- package/lib-es/data/icons/react/gxs.js +0 -9
- package/lib-es/data/icons/react/gxs.js.map +0 -1
- package/lib-es/data/icons/react/gzr.d.ts +0 -8
- package/lib-es/data/icons/react/gzr.d.ts.map +0 -1
- package/lib-es/data/icons/react/gzr.js +0 -12
- package/lib-es/data/icons/react/gzr.js.map +0 -1
- package/lib-es/data/icons/react/hbar.d.ts +0 -8
- package/lib-es/data/icons/react/hbar.d.ts.map +0 -1
- package/lib-es/data/icons/react/hbar.js +0 -9
- package/lib-es/data/icons/react/hbar.js.map +0 -1
- package/lib-es/data/icons/react/hight.d.ts +0 -8
- package/lib-es/data/icons/react/hight.d.ts.map +0 -1
- package/lib-es/data/icons/react/hight.js +0 -9
- package/lib-es/data/icons/react/hight.js.map +0 -1
- package/lib-es/data/icons/react/hmmm.d.ts +0 -8
- package/lib-es/data/icons/react/hmmm.d.ts.map +0 -1
- package/lib-es/data/icons/react/hmmm.js +0 -10
- package/lib-es/data/icons/react/hmmm.js.map +0 -1
- package/lib-es/data/icons/react/hodl.d.ts +0 -8
- package/lib-es/data/icons/react/hodl.d.ts.map +0 -1
- package/lib-es/data/icons/react/hodl.js +0 -9
- package/lib-es/data/icons/react/hodl.js.map +0 -1
- package/lib-es/data/icons/react/hot.d.ts +0 -8
- package/lib-es/data/icons/react/hot.d.ts.map +0 -1
- package/lib-es/data/icons/react/hot.js +0 -9
- package/lib-es/data/icons/react/hot.js.map +0 -1
- package/lib-es/data/icons/react/hpb.d.ts +0 -8
- package/lib-es/data/icons/react/hpb.d.ts.map +0 -1
- package/lib-es/data/icons/react/hpb.js +0 -10
- package/lib-es/data/icons/react/hpb.js.map +0 -1
- package/lib-es/data/icons/react/hsr.d.ts +0 -8
- package/lib-es/data/icons/react/hsr.d.ts.map +0 -1
- package/lib-es/data/icons/react/hsr.js +0 -10
- package/lib-es/data/icons/react/hsr.js.map +0 -1
- package/lib-es/data/icons/react/ht.d.ts +0 -8
- package/lib-es/data/icons/react/ht.d.ts.map +0 -1
- package/lib-es/data/icons/react/ht.js +0 -10
- package/lib-es/data/icons/react/ht.js.map +0 -1
- package/lib-es/data/icons/react/html.d.ts +0 -8
- package/lib-es/data/icons/react/html.d.ts.map +0 -1
- package/lib-es/data/icons/react/html.js +0 -9
- package/lib-es/data/icons/react/html.js.map +0 -1
- package/lib-es/data/icons/react/huc.d.ts +0 -8
- package/lib-es/data/icons/react/huc.d.ts.map +0 -1
- package/lib-es/data/icons/react/huc.js +0 -9
- package/lib-es/data/icons/react/huc.js.map +0 -1
- package/lib-es/data/icons/react/hush.d.ts +0 -8
- package/lib-es/data/icons/react/hush.d.ts.map +0 -1
- package/lib-es/data/icons/react/hush.js +0 -9
- package/lib-es/data/icons/react/hush.js.map +0 -1
- package/lib-es/data/icons/react/icn.d.ts +0 -8
- package/lib-es/data/icons/react/icn.d.ts.map +0 -1
- package/lib-es/data/icons/react/icn.js +0 -9
- package/lib-es/data/icons/react/icn.js.map +0 -1
- package/lib-es/data/icons/react/icp.d.ts +0 -8
- package/lib-es/data/icons/react/icp.d.ts.map +0 -1
- package/lib-es/data/icons/react/icp.js +0 -9
- package/lib-es/data/icons/react/icp.js.map +0 -1
- package/lib-es/data/icons/react/icx.d.ts +0 -8
- package/lib-es/data/icons/react/icx.d.ts.map +0 -1
- package/lib-es/data/icons/react/icx.js +0 -9
- package/lib-es/data/icons/react/icx.js.map +0 -1
- package/lib-es/data/icons/react/ignis.d.ts +0 -8
- package/lib-es/data/icons/react/ignis.d.ts.map +0 -1
- package/lib-es/data/icons/react/ignis.js +0 -10
- package/lib-es/data/icons/react/ignis.js.map +0 -1
- package/lib-es/data/icons/react/ilk.d.ts +0 -8
- package/lib-es/data/icons/react/ilk.d.ts.map +0 -1
- package/lib-es/data/icons/react/ilk.js +0 -9
- package/lib-es/data/icons/react/ilk.js.map +0 -1
- package/lib-es/data/icons/react/index.d.ts +0 -516
- package/lib-es/data/icons/react/index.d.ts.map +0 -1
- package/lib-es/data/icons/react/index.js +0 -516
- package/lib-es/data/icons/react/index.js.map +0 -1
- package/lib-es/data/icons/react/inj.d.ts +0 -8
- package/lib-es/data/icons/react/inj.d.ts.map +0 -1
- package/lib-es/data/icons/react/inj.js +0 -10
- package/lib-es/data/icons/react/inj.js.map +0 -1
- package/lib-es/data/icons/react/ink.d.ts +0 -8
- package/lib-es/data/icons/react/ink.d.ts.map +0 -1
- package/lib-es/data/icons/react/ink.js +0 -10
- package/lib-es/data/icons/react/ink.js.map +0 -1
- package/lib-es/data/icons/react/ins.d.ts +0 -8
- package/lib-es/data/icons/react/ins.d.ts.map +0 -1
- package/lib-es/data/icons/react/ins.js +0 -12
- package/lib-es/data/icons/react/ins.js.map +0 -1
- package/lib-es/data/icons/react/ion.d.ts +0 -8
- package/lib-es/data/icons/react/ion.d.ts.map +0 -1
- package/lib-es/data/icons/react/ion.js +0 -9
- package/lib-es/data/icons/react/ion.js.map +0 -1
- package/lib-es/data/icons/react/iop.d.ts +0 -8
- package/lib-es/data/icons/react/iop.d.ts.map +0 -1
- package/lib-es/data/icons/react/iop.js +0 -11
- package/lib-es/data/icons/react/iop.js.map +0 -1
- package/lib-es/data/icons/react/iost.d.ts +0 -8
- package/lib-es/data/icons/react/iost.d.ts.map +0 -1
- package/lib-es/data/icons/react/iost.js +0 -9
- package/lib-es/data/icons/react/iost.js.map +0 -1
- package/lib-es/data/icons/react/iotx.d.ts +0 -8
- package/lib-es/data/icons/react/iotx.d.ts.map +0 -1
- package/lib-es/data/icons/react/iotx.js +0 -31
- package/lib-es/data/icons/react/iotx.js.map +0 -1
- package/lib-es/data/icons/react/iq.d.ts +0 -8
- package/lib-es/data/icons/react/iq.d.ts.map +0 -1
- package/lib-es/data/icons/react/iq.js +0 -9
- package/lib-es/data/icons/react/iq.js.map +0 -1
- package/lib-es/data/icons/react/itc.d.ts +0 -8
- package/lib-es/data/icons/react/itc.d.ts.map +0 -1
- package/lib-es/data/icons/react/itc.js +0 -9
- package/lib-es/data/icons/react/itc.js.map +0 -1
- package/lib-es/data/icons/react/jnt.d.ts +0 -8
- package/lib-es/data/icons/react/jnt.d.ts.map +0 -1
- package/lib-es/data/icons/react/jnt.js +0 -9
- package/lib-es/data/icons/react/jnt.js.map +0 -1
- package/lib-es/data/icons/react/jpy.d.ts +0 -8
- package/lib-es/data/icons/react/jpy.d.ts.map +0 -1
- package/lib-es/data/icons/react/jpy.js +0 -9
- package/lib-es/data/icons/react/jpy.js.map +0 -1
- package/lib-es/data/icons/react/kava.d.ts +0 -8
- package/lib-es/data/icons/react/kava.d.ts.map +0 -1
- package/lib-es/data/icons/react/kava.js +0 -10
- package/lib-es/data/icons/react/kava.js.map +0 -1
- package/lib-es/data/icons/react/kcs.d.ts +0 -8
- package/lib-es/data/icons/react/kcs.d.ts.map +0 -1
- package/lib-es/data/icons/react/kcs.js +0 -9
- package/lib-es/data/icons/react/kcs.js.map +0 -1
- package/lib-es/data/icons/react/kin.d.ts +0 -8
- package/lib-es/data/icons/react/kin.d.ts.map +0 -1
- package/lib-es/data/icons/react/kin.js +0 -9
- package/lib-es/data/icons/react/kin.js.map +0 -1
- package/lib-es/data/icons/react/klay.d.ts +0 -8
- package/lib-es/data/icons/react/klay.d.ts.map +0 -1
- package/lib-es/data/icons/react/klay.js +0 -12
- package/lib-es/data/icons/react/klay.js.map +0 -1
- package/lib-es/data/icons/react/klown.d.ts +0 -8
- package/lib-es/data/icons/react/klown.d.ts.map +0 -1
- package/lib-es/data/icons/react/klown.js +0 -29
- package/lib-es/data/icons/react/klown.js.map +0 -1
- package/lib-es/data/icons/react/kmd.d.ts +0 -8
- package/lib-es/data/icons/react/kmd.d.ts.map +0 -1
- package/lib-es/data/icons/react/kmd.js +0 -10
- package/lib-es/data/icons/react/kmd.js.map +0 -1
- package/lib-es/data/icons/react/knc.d.ts +0 -8
- package/lib-es/data/icons/react/knc.d.ts.map +0 -1
- package/lib-es/data/icons/react/knc.js +0 -9
- package/lib-es/data/icons/react/knc.js.map +0 -1
- package/lib-es/data/icons/react/krb.d.ts +0 -8
- package/lib-es/data/icons/react/krb.d.ts.map +0 -1
- package/lib-es/data/icons/react/krb.js +0 -9
- package/lib-es/data/icons/react/krb.js.map +0 -1
- package/lib-es/data/icons/react/lbc.d.ts +0 -8
- package/lib-es/data/icons/react/lbc.d.ts.map +0 -1
- package/lib-es/data/icons/react/lbc.js +0 -9
- package/lib-es/data/icons/react/lbc.js.map +0 -1
- package/lib-es/data/icons/react/lend.d.ts +0 -8
- package/lib-es/data/icons/react/lend.d.ts.map +0 -1
- package/lib-es/data/icons/react/lend.js +0 -9
- package/lib-es/data/icons/react/lend.js.map +0 -1
- package/lib-es/data/icons/react/leo.d.ts +0 -8
- package/lib-es/data/icons/react/leo.d.ts.map +0 -1
- package/lib-es/data/icons/react/leo.js +0 -12
- package/lib-es/data/icons/react/leo.js.map +0 -1
- package/lib-es/data/icons/react/link.d.ts +0 -8
- package/lib-es/data/icons/react/link.d.ts.map +0 -1
- package/lib-es/data/icons/react/link.js +0 -9
- package/lib-es/data/icons/react/link.js.map +0 -1
- package/lib-es/data/icons/react/lkk.d.ts +0 -8
- package/lib-es/data/icons/react/lkk.d.ts.map +0 -1
- package/lib-es/data/icons/react/lkk.js +0 -9
- package/lib-es/data/icons/react/lkk.js.map +0 -1
- package/lib-es/data/icons/react/loom.d.ts +0 -8
- package/lib-es/data/icons/react/loom.d.ts.map +0 -1
- package/lib-es/data/icons/react/loom.js +0 -14
- package/lib-es/data/icons/react/loom.js.map +0 -1
- package/lib-es/data/icons/react/lpt.d.ts +0 -8
- package/lib-es/data/icons/react/lpt.d.ts.map +0 -1
- package/lib-es/data/icons/react/lpt.js +0 -9
- package/lib-es/data/icons/react/lpt.js.map +0 -1
- package/lib-es/data/icons/react/lrc.d.ts +0 -8
- package/lib-es/data/icons/react/lrc.d.ts.map +0 -1
- package/lib-es/data/icons/react/lrc.js +0 -9
- package/lib-es/data/icons/react/lrc.js.map +0 -1
- package/lib-es/data/icons/react/lsk.d.ts +0 -8
- package/lib-es/data/icons/react/lsk.d.ts.map +0 -1
- package/lib-es/data/icons/react/lsk.js +0 -9
- package/lib-es/data/icons/react/lsk.js.map +0 -1
- package/lib-es/data/icons/react/ltc.d.ts +0 -8
- package/lib-es/data/icons/react/ltc.d.ts.map +0 -1
- package/lib-es/data/icons/react/ltc.js +0 -9
- package/lib-es/data/icons/react/ltc.js.map +0 -1
- package/lib-es/data/icons/react/lun.d.ts +0 -8
- package/lib-es/data/icons/react/lun.d.ts.map +0 -1
- package/lib-es/data/icons/react/lun.js +0 -9
- package/lib-es/data/icons/react/lun.js.map +0 -1
- package/lib-es/data/icons/react/lyx.d.ts +0 -8
- package/lib-es/data/icons/react/lyx.d.ts.map +0 -1
- package/lib-es/data/icons/react/lyx.js +0 -9
- package/lib-es/data/icons/react/lyx.js.map +0 -1
- package/lib-es/data/icons/react/maid.d.ts +0 -8
- package/lib-es/data/icons/react/maid.d.ts.map +0 -1
- package/lib-es/data/icons/react/maid.js +0 -11
- package/lib-es/data/icons/react/maid.js.map +0 -1
- package/lib-es/data/icons/react/mana.d.ts +0 -8
- package/lib-es/data/icons/react/mana.d.ts.map +0 -1
- package/lib-es/data/icons/react/mana.js +0 -9
- package/lib-es/data/icons/react/mana.js.map +0 -1
- package/lib-es/data/icons/react/matic.d.ts +0 -8
- package/lib-es/data/icons/react/matic.d.ts.map +0 -1
- package/lib-es/data/icons/react/matic.js +0 -9
- package/lib-es/data/icons/react/matic.js.map +0 -1
- package/lib-es/data/icons/react/mcap.d.ts +0 -8
- package/lib-es/data/icons/react/mcap.d.ts.map +0 -1
- package/lib-es/data/icons/react/mcap.js +0 -9
- package/lib-es/data/icons/react/mcap.js.map +0 -1
- package/lib-es/data/icons/react/mco.d.ts +0 -8
- package/lib-es/data/icons/react/mco.d.ts.map +0 -1
- package/lib-es/data/icons/react/mco.js +0 -9
- package/lib-es/data/icons/react/mco.js.map +0 -1
- package/lib-es/data/icons/react/mda.d.ts +0 -8
- package/lib-es/data/icons/react/mda.d.ts.map +0 -1
- package/lib-es/data/icons/react/mda.js +0 -9
- package/lib-es/data/icons/react/mda.js.map +0 -1
- package/lib-es/data/icons/react/mds.d.ts +0 -8
- package/lib-es/data/icons/react/mds.d.ts.map +0 -1
- package/lib-es/data/icons/react/mds.js +0 -9
- package/lib-es/data/icons/react/mds.js.map +0 -1
- package/lib-es/data/icons/react/med.d.ts +0 -8
- package/lib-es/data/icons/react/med.d.ts.map +0 -1
- package/lib-es/data/icons/react/med.js +0 -9
- package/lib-es/data/icons/react/med.js.map +0 -1
- package/lib-es/data/icons/react/meetone.d.ts +0 -8
- package/lib-es/data/icons/react/meetone.d.ts.map +0 -1
- package/lib-es/data/icons/react/meetone.js +0 -10
- package/lib-es/data/icons/react/meetone.js.map +0 -1
- package/lib-es/data/icons/react/metis.d.ts +0 -8
- package/lib-es/data/icons/react/metis.d.ts.map +0 -1
- package/lib-es/data/icons/react/metis.js +0 -9
- package/lib-es/data/icons/react/metis.js.map +0 -1
- package/lib-es/data/icons/react/mex.d.ts +0 -8
- package/lib-es/data/icons/react/mex.d.ts.map +0 -1
- package/lib-es/data/icons/react/mex.js +0 -9
- package/lib-es/data/icons/react/mex.js.map +0 -1
- package/lib-es/data/icons/react/mft.d.ts +0 -8
- package/lib-es/data/icons/react/mft.d.ts.map +0 -1
- package/lib-es/data/icons/react/mft.js +0 -9
- package/lib-es/data/icons/react/mft.js.map +0 -1
- package/lib-es/data/icons/react/miota.d.ts +0 -8
- package/lib-es/data/icons/react/miota.d.ts.map +0 -1
- package/lib-es/data/icons/react/miota.js +0 -9
- package/lib-es/data/icons/react/miota.js.map +0 -1
- package/lib-es/data/icons/react/mith.d.ts +0 -8
- package/lib-es/data/icons/react/mith.d.ts.map +0 -1
- package/lib-es/data/icons/react/mith.js +0 -9
- package/lib-es/data/icons/react/mith.js.map +0 -1
- package/lib-es/data/icons/react/mkr.d.ts +0 -8
- package/lib-es/data/icons/react/mkr.d.ts.map +0 -1
- package/lib-es/data/icons/react/mkr.js +0 -9
- package/lib-es/data/icons/react/mkr.js.map +0 -1
- package/lib-es/data/icons/react/mln.d.ts +0 -8
- package/lib-es/data/icons/react/mln.d.ts.map +0 -1
- package/lib-es/data/icons/react/mln.js +0 -10
- package/lib-es/data/icons/react/mln.js.map +0 -1
- package/lib-es/data/icons/react/mnx.d.ts +0 -8
- package/lib-es/data/icons/react/mnx.d.ts.map +0 -1
- package/lib-es/data/icons/react/mnx.js +0 -10
- package/lib-es/data/icons/react/mnx.js.map +0 -1
- package/lib-es/data/icons/react/mnz.d.ts +0 -8
- package/lib-es/data/icons/react/mnz.d.ts.map +0 -1
- package/lib-es/data/icons/react/mnz.js +0 -9
- package/lib-es/data/icons/react/mnz.js.map +0 -1
- package/lib-es/data/icons/react/moac.d.ts +0 -8
- package/lib-es/data/icons/react/moac.d.ts.map +0 -1
- package/lib-es/data/icons/react/moac.js +0 -9
- package/lib-es/data/icons/react/moac.js.map +0 -1
- package/lib-es/data/icons/react/mod.d.ts +0 -8
- package/lib-es/data/icons/react/mod.d.ts.map +0 -1
- package/lib-es/data/icons/react/mod.js +0 -10
- package/lib-es/data/icons/react/mod.js.map +0 -1
- package/lib-es/data/icons/react/mona.d.ts +0 -8
- package/lib-es/data/icons/react/mona.d.ts.map +0 -1
- package/lib-es/data/icons/react/mona.js +0 -9
- package/lib-es/data/icons/react/mona.js.map +0 -1
- package/lib-es/data/icons/react/movr.d.ts +0 -8
- package/lib-es/data/icons/react/movr.d.ts.map +0 -1
- package/lib-es/data/icons/react/movr.js +0 -18
- package/lib-es/data/icons/react/movr.js.map +0 -1
- package/lib-es/data/icons/react/msr.d.ts +0 -8
- package/lib-es/data/icons/react/msr.d.ts.map +0 -1
- package/lib-es/data/icons/react/msr.js +0 -10
- package/lib-es/data/icons/react/msr.js.map +0 -1
- package/lib-es/data/icons/react/mth.d.ts +0 -8
- package/lib-es/data/icons/react/mth.d.ts.map +0 -1
- package/lib-es/data/icons/react/mth.js +0 -16
- package/lib-es/data/icons/react/mth.js.map +0 -1
- package/lib-es/data/icons/react/mtl.d.ts +0 -8
- package/lib-es/data/icons/react/mtl.d.ts.map +0 -1
- package/lib-es/data/icons/react/mtl.js +0 -9
- package/lib-es/data/icons/react/mtl.js.map +0 -1
- package/lib-es/data/icons/react/music.d.ts +0 -8
- package/lib-es/data/icons/react/music.d.ts.map +0 -1
- package/lib-es/data/icons/react/music.js +0 -9
- package/lib-es/data/icons/react/music.js.map +0 -1
- package/lib-es/data/icons/react/mzc.d.ts +0 -8
- package/lib-es/data/icons/react/mzc.d.ts.map +0 -1
- package/lib-es/data/icons/react/mzc.js +0 -9
- package/lib-es/data/icons/react/mzc.js.map +0 -1
- package/lib-es/data/icons/react/nano.d.ts +0 -8
- package/lib-es/data/icons/react/nano.d.ts.map +0 -1
- package/lib-es/data/icons/react/nano.js +0 -9
- package/lib-es/data/icons/react/nano.js.map +0 -1
- package/lib-es/data/icons/react/nas.d.ts +0 -8
- package/lib-es/data/icons/react/nas.d.ts.map +0 -1
- package/lib-es/data/icons/react/nas.js +0 -9
- package/lib-es/data/icons/react/nas.js.map +0 -1
- package/lib-es/data/icons/react/nav.d.ts +0 -8
- package/lib-es/data/icons/react/nav.d.ts.map +0 -1
- package/lib-es/data/icons/react/nav.js +0 -9
- package/lib-es/data/icons/react/nav.js.map +0 -1
- package/lib-es/data/icons/react/ncash.d.ts +0 -8
- package/lib-es/data/icons/react/ncash.d.ts.map +0 -1
- package/lib-es/data/icons/react/ncash.js +0 -9
- package/lib-es/data/icons/react/ncash.js.map +0 -1
- package/lib-es/data/icons/react/ndz.d.ts +0 -8
- package/lib-es/data/icons/react/ndz.d.ts.map +0 -1
- package/lib-es/data/icons/react/ndz.js +0 -9
- package/lib-es/data/icons/react/ndz.js.map +0 -1
- package/lib-es/data/icons/react/near.d.ts +0 -8
- package/lib-es/data/icons/react/near.d.ts.map +0 -1
- package/lib-es/data/icons/react/near.js +0 -9
- package/lib-es/data/icons/react/near.js.map +0 -1
- package/lib-es/data/icons/react/nebl.d.ts +0 -8
- package/lib-es/data/icons/react/nebl.d.ts.map +0 -1
- package/lib-es/data/icons/react/nebl.js +0 -9
- package/lib-es/data/icons/react/nebl.js.map +0 -1
- package/lib-es/data/icons/react/neo.d.ts +0 -8
- package/lib-es/data/icons/react/neo.d.ts.map +0 -1
- package/lib-es/data/icons/react/neo.js +0 -9
- package/lib-es/data/icons/react/neo.js.map +0 -1
- package/lib-es/data/icons/react/neon.d.ts +0 -8
- package/lib-es/data/icons/react/neon.d.ts.map +0 -1
- package/lib-es/data/icons/react/neon.js +0 -9
- package/lib-es/data/icons/react/neon.js.map +0 -1
- package/lib-es/data/icons/react/neos.d.ts +0 -8
- package/lib-es/data/icons/react/neos.d.ts.map +0 -1
- package/lib-es/data/icons/react/neos.js +0 -9
- package/lib-es/data/icons/react/neos.js.map +0 -1
- package/lib-es/data/icons/react/neu.d.ts +0 -8
- package/lib-es/data/icons/react/neu.d.ts.map +0 -1
- package/lib-es/data/icons/react/neu.js +0 -12
- package/lib-es/data/icons/react/neu.js.map +0 -1
- package/lib-es/data/icons/react/nexo.d.ts +0 -8
- package/lib-es/data/icons/react/nexo.d.ts.map +0 -1
- package/lib-es/data/icons/react/nexo.js +0 -14
- package/lib-es/data/icons/react/nexo.js.map +0 -1
- package/lib-es/data/icons/react/ngc.d.ts +0 -8
- package/lib-es/data/icons/react/ngc.d.ts.map +0 -1
- package/lib-es/data/icons/react/ngc.js +0 -9
- package/lib-es/data/icons/react/ngc.js.map +0 -1
- package/lib-es/data/icons/react/nim.d.ts +0 -8
- package/lib-es/data/icons/react/nim.d.ts.map +0 -1
- package/lib-es/data/icons/react/nim.js +0 -9
- package/lib-es/data/icons/react/nim.js.map +0 -1
- package/lib-es/data/icons/react/nio.d.ts +0 -8
- package/lib-es/data/icons/react/nio.d.ts.map +0 -1
- package/lib-es/data/icons/react/nio.js +0 -9
- package/lib-es/data/icons/react/nio.js.map +0 -1
- package/lib-es/data/icons/react/nlc2.d.ts +0 -8
- package/lib-es/data/icons/react/nlc2.d.ts.map +0 -1
- package/lib-es/data/icons/react/nlc2.js +0 -9
- package/lib-es/data/icons/react/nlc2.js.map +0 -1
- package/lib-es/data/icons/react/nlg.d.ts +0 -8
- package/lib-es/data/icons/react/nlg.d.ts.map +0 -1
- package/lib-es/data/icons/react/nlg.js +0 -9
- package/lib-es/data/icons/react/nlg.js.map +0 -1
- package/lib-es/data/icons/react/nmc.d.ts +0 -8
- package/lib-es/data/icons/react/nmc.d.ts.map +0 -1
- package/lib-es/data/icons/react/nmc.js +0 -9
- package/lib-es/data/icons/react/nmc.js.map +0 -1
- package/lib-es/data/icons/react/nmr.d.ts +0 -8
- package/lib-es/data/icons/react/nmr.d.ts.map +0 -1
- package/lib-es/data/icons/react/nmr.js +0 -9
- package/lib-es/data/icons/react/nmr.js.map +0 -1
- package/lib-es/data/icons/react/nom.d.ts +0 -8
- package/lib-es/data/icons/react/nom.d.ts.map +0 -1
- package/lib-es/data/icons/react/nom.js +0 -9
- package/lib-es/data/icons/react/nom.js.map +0 -1
- package/lib-es/data/icons/react/npxs.d.ts +0 -8
- package/lib-es/data/icons/react/npxs.d.ts.map +0 -1
- package/lib-es/data/icons/react/npxs.js +0 -10
- package/lib-es/data/icons/react/npxs.js.map +0 -1
- package/lib-es/data/icons/react/nuls.d.ts +0 -8
- package/lib-es/data/icons/react/nuls.d.ts.map +0 -1
- package/lib-es/data/icons/react/nuls.js +0 -9
- package/lib-es/data/icons/react/nuls.js.map +0 -1
- package/lib-es/data/icons/react/nxs.d.ts +0 -8
- package/lib-es/data/icons/react/nxs.d.ts.map +0 -1
- package/lib-es/data/icons/react/nxs.js +0 -9
- package/lib-es/data/icons/react/nxs.js.map +0 -1
- package/lib-es/data/icons/react/nxt.d.ts +0 -8
- package/lib-es/data/icons/react/nxt.d.ts.map +0 -1
- package/lib-es/data/icons/react/nxt.js +0 -9
- package/lib-es/data/icons/react/nxt.js.map +0 -1
- package/lib-es/data/icons/react/nym.d.ts +0 -8
- package/lib-es/data/icons/react/nym.d.ts.map +0 -1
- package/lib-es/data/icons/react/nym.js +0 -13
- package/lib-es/data/icons/react/nym.js.map +0 -1
- package/lib-es/data/icons/react/nyx.d.ts +0 -8
- package/lib-es/data/icons/react/nyx.d.ts.map +0 -1
- package/lib-es/data/icons/react/nyx.js +0 -11
- package/lib-es/data/icons/react/nyx.js.map +0 -1
- package/lib-es/data/icons/react/oax.d.ts +0 -8
- package/lib-es/data/icons/react/oax.d.ts.map +0 -1
- package/lib-es/data/icons/react/oax.js +0 -9
- package/lib-es/data/icons/react/oax.js.map +0 -1
- package/lib-es/data/icons/react/ok.d.ts +0 -8
- package/lib-es/data/icons/react/ok.d.ts.map +0 -1
- package/lib-es/data/icons/react/ok.js +0 -9
- package/lib-es/data/icons/react/ok.js.map +0 -1
- package/lib-es/data/icons/react/okb.d.ts +0 -8
- package/lib-es/data/icons/react/okb.d.ts.map +0 -1
- package/lib-es/data/icons/react/okb.js +0 -12
- package/lib-es/data/icons/react/okb.js.map +0 -1
- package/lib-es/data/icons/react/omg.d.ts +0 -8
- package/lib-es/data/icons/react/omg.d.ts.map +0 -1
- package/lib-es/data/icons/react/omg.js +0 -9
- package/lib-es/data/icons/react/omg.js.map +0 -1
- package/lib-es/data/icons/react/omni.d.ts +0 -8
- package/lib-es/data/icons/react/omni.d.ts.map +0 -1
- package/lib-es/data/icons/react/omni.js +0 -9
- package/lib-es/data/icons/react/omni.js.map +0 -1
- package/lib-es/data/icons/react/ong.d.ts +0 -8
- package/lib-es/data/icons/react/ong.d.ts.map +0 -1
- package/lib-es/data/icons/react/ong.js +0 -11
- package/lib-es/data/icons/react/ong.js.map +0 -1
- package/lib-es/data/icons/react/ont.d.ts +0 -8
- package/lib-es/data/icons/react/ont.d.ts.map +0 -1
- package/lib-es/data/icons/react/ont.js +0 -9
- package/lib-es/data/icons/react/ont.js.map +0 -1
- package/lib-es/data/icons/react/oot.d.ts +0 -8
- package/lib-es/data/icons/react/oot.d.ts.map +0 -1
- package/lib-es/data/icons/react/oot.js +0 -9
- package/lib-es/data/icons/react/oot.js.map +0 -1
- package/lib-es/data/icons/react/osmo.d.ts +0 -8
- package/lib-es/data/icons/react/osmo.d.ts.map +0 -1
- package/lib-es/data/icons/react/osmo.js +0 -13
- package/lib-es/data/icons/react/osmo.js.map +0 -1
- package/lib-es/data/icons/react/ost.d.ts +0 -8
- package/lib-es/data/icons/react/ost.d.ts.map +0 -1
- package/lib-es/data/icons/react/ost.js +0 -10
- package/lib-es/data/icons/react/ost.js.map +0 -1
- package/lib-es/data/icons/react/ox.d.ts +0 -8
- package/lib-es/data/icons/react/ox.d.ts.map +0 -1
- package/lib-es/data/icons/react/ox.js +0 -9
- package/lib-es/data/icons/react/ox.js.map +0 -1
- package/lib-es/data/icons/react/oxt.d.ts +0 -8
- package/lib-es/data/icons/react/oxt.d.ts.map +0 -1
- package/lib-es/data/icons/react/oxt.js +0 -9
- package/lib-es/data/icons/react/oxt.js.map +0 -1
- package/lib-es/data/icons/react/pac.d.ts +0 -8
- package/lib-es/data/icons/react/pac.d.ts.map +0 -1
- package/lib-es/data/icons/react/pac.js +0 -9
- package/lib-es/data/icons/react/pac.js.map +0 -1
- package/lib-es/data/icons/react/part.d.ts +0 -8
- package/lib-es/data/icons/react/part.d.ts.map +0 -1
- package/lib-es/data/icons/react/part.js +0 -9
- package/lib-es/data/icons/react/part.js.map +0 -1
- package/lib-es/data/icons/react/pasc.d.ts +0 -8
- package/lib-es/data/icons/react/pasc.d.ts.map +0 -1
- package/lib-es/data/icons/react/pasc.js +0 -9
- package/lib-es/data/icons/react/pasc.js.map +0 -1
- package/lib-es/data/icons/react/pasl.d.ts +0 -8
- package/lib-es/data/icons/react/pasl.d.ts.map +0 -1
- package/lib-es/data/icons/react/pasl.js +0 -9
- package/lib-es/data/icons/react/pasl.js.map +0 -1
- package/lib-es/data/icons/react/pax.d.ts +0 -8
- package/lib-es/data/icons/react/pax.d.ts.map +0 -1
- package/lib-es/data/icons/react/pax.js +0 -9
- package/lib-es/data/icons/react/pax.js.map +0 -1
- package/lib-es/data/icons/react/pay.d.ts +0 -8
- package/lib-es/data/icons/react/pay.d.ts.map +0 -1
- package/lib-es/data/icons/react/pay.js +0 -9
- package/lib-es/data/icons/react/pay.js.map +0 -1
- package/lib-es/data/icons/react/payx.d.ts +0 -8
- package/lib-es/data/icons/react/payx.d.ts.map +0 -1
- package/lib-es/data/icons/react/payx.js +0 -10
- package/lib-es/data/icons/react/payx.js.map +0 -1
- package/lib-es/data/icons/react/pink.d.ts +0 -8
- package/lib-es/data/icons/react/pink.d.ts.map +0 -1
- package/lib-es/data/icons/react/pink.js +0 -10
- package/lib-es/data/icons/react/pink.js.map +0 -1
- package/lib-es/data/icons/react/pirl.d.ts +0 -8
- package/lib-es/data/icons/react/pirl.d.ts.map +0 -1
- package/lib-es/data/icons/react/pirl.js +0 -9
- package/lib-es/data/icons/react/pirl.js.map +0 -1
- package/lib-es/data/icons/react/pivx.d.ts +0 -8
- package/lib-es/data/icons/react/pivx.d.ts.map +0 -1
- package/lib-es/data/icons/react/pivx.js +0 -9
- package/lib-es/data/icons/react/pivx.js.map +0 -1
- package/lib-es/data/icons/react/plr.d.ts +0 -8
- package/lib-es/data/icons/react/plr.d.ts.map +0 -1
- package/lib-es/data/icons/react/plr.js +0 -9
- package/lib-es/data/icons/react/plr.js.map +0 -1
- package/lib-es/data/icons/react/poa.d.ts +0 -8
- package/lib-es/data/icons/react/poa.d.ts.map +0 -1
- package/lib-es/data/icons/react/poa.js +0 -10
- package/lib-es/data/icons/react/poa.js.map +0 -1
- package/lib-es/data/icons/react/poe.d.ts +0 -8
- package/lib-es/data/icons/react/poe.d.ts.map +0 -1
- package/lib-es/data/icons/react/poe.js +0 -10
- package/lib-es/data/icons/react/poe.js.map +0 -1
- package/lib-es/data/icons/react/polis.d.ts +0 -8
- package/lib-es/data/icons/react/polis.d.ts.map +0 -1
- package/lib-es/data/icons/react/polis.js +0 -9
- package/lib-es/data/icons/react/polis.js.map +0 -1
- package/lib-es/data/icons/react/poly.d.ts +0 -8
- package/lib-es/data/icons/react/poly.d.ts.map +0 -1
- package/lib-es/data/icons/react/poly.js +0 -9
- package/lib-es/data/icons/react/poly.js.map +0 -1
- package/lib-es/data/icons/react/pot.d.ts +0 -8
- package/lib-es/data/icons/react/pot.d.ts.map +0 -1
- package/lib-es/data/icons/react/pot.js +0 -9
- package/lib-es/data/icons/react/pot.js.map +0 -1
- package/lib-es/data/icons/react/powr.d.ts +0 -8
- package/lib-es/data/icons/react/powr.d.ts.map +0 -1
- package/lib-es/data/icons/react/powr.js +0 -9
- package/lib-es/data/icons/react/powr.js.map +0 -1
- package/lib-es/data/icons/react/ppc.d.ts +0 -8
- package/lib-es/data/icons/react/ppc.d.ts.map +0 -1
- package/lib-es/data/icons/react/ppc.js +0 -10
- package/lib-es/data/icons/react/ppc.js.map +0 -1
- package/lib-es/data/icons/react/ppp.d.ts +0 -8
- package/lib-es/data/icons/react/ppp.d.ts.map +0 -1
- package/lib-es/data/icons/react/ppp.js +0 -9
- package/lib-es/data/icons/react/ppp.js.map +0 -1
- package/lib-es/data/icons/react/ppt.d.ts +0 -8
- package/lib-es/data/icons/react/ppt.d.ts.map +0 -1
- package/lib-es/data/icons/react/ppt.js +0 -9
- package/lib-es/data/icons/react/ppt.js.map +0 -1
- package/lib-es/data/icons/react/pre.d.ts +0 -8
- package/lib-es/data/icons/react/pre.d.ts.map +0 -1
- package/lib-es/data/icons/react/pre.js +0 -14
- package/lib-es/data/icons/react/pre.js.map +0 -1
- package/lib-es/data/icons/react/prl.d.ts +0 -8
- package/lib-es/data/icons/react/prl.d.ts.map +0 -1
- package/lib-es/data/icons/react/prl.js +0 -9
- package/lib-es/data/icons/react/prl.js.map +0 -1
- package/lib-es/data/icons/react/ptrn.d.ts +0 -8
- package/lib-es/data/icons/react/ptrn.d.ts.map +0 -1
- package/lib-es/data/icons/react/ptrn.js +0 -9
- package/lib-es/data/icons/react/ptrn.js.map +0 -1
- package/lib-es/data/icons/react/pungo.d.ts +0 -8
- package/lib-es/data/icons/react/pungo.d.ts.map +0 -1
- package/lib-es/data/icons/react/pungo.js +0 -9
- package/lib-es/data/icons/react/pungo.js.map +0 -1
- package/lib-es/data/icons/react/pura.d.ts +0 -8
- package/lib-es/data/icons/react/pura.d.ts.map +0 -1
- package/lib-es/data/icons/react/pura.js +0 -9
- package/lib-es/data/icons/react/pura.js.map +0 -1
- package/lib-es/data/icons/react/pyusd.d.ts +0 -8
- package/lib-es/data/icons/react/pyusd.d.ts.map +0 -1
- package/lib-es/data/icons/react/pyusd.js +0 -10
- package/lib-es/data/icons/react/pyusd.js.map +0 -1
- package/lib-es/data/icons/react/qash.d.ts +0 -8
- package/lib-es/data/icons/react/qash.d.ts.map +0 -1
- package/lib-es/data/icons/react/qash.js +0 -9
- package/lib-es/data/icons/react/qash.js.map +0 -1
- package/lib-es/data/icons/react/qck.d.ts +0 -8
- package/lib-es/data/icons/react/qck.d.ts.map +0 -1
- package/lib-es/data/icons/react/qck.js +0 -10
- package/lib-es/data/icons/react/qck.js.map +0 -1
- package/lib-es/data/icons/react/qiwi.d.ts +0 -8
- package/lib-es/data/icons/react/qiwi.d.ts.map +0 -1
- package/lib-es/data/icons/react/qiwi.js +0 -9
- package/lib-es/data/icons/react/qiwi.js.map +0 -1
- package/lib-es/data/icons/react/qlc.d.ts +0 -8
- package/lib-es/data/icons/react/qlc.d.ts.map +0 -1
- package/lib-es/data/icons/react/qlc.js +0 -9
- package/lib-es/data/icons/react/qlc.js.map +0 -1
- package/lib-es/data/icons/react/qrl.d.ts +0 -8
- package/lib-es/data/icons/react/qrl.d.ts.map +0 -1
- package/lib-es/data/icons/react/qrl.js +0 -9
- package/lib-es/data/icons/react/qrl.js.map +0 -1
- package/lib-es/data/icons/react/qsp.d.ts +0 -8
- package/lib-es/data/icons/react/qsp.d.ts.map +0 -1
- package/lib-es/data/icons/react/qsp.js +0 -9
- package/lib-es/data/icons/react/qsp.js.map +0 -1
- package/lib-es/data/icons/react/qtum.d.ts +0 -8
- package/lib-es/data/icons/react/qtum.d.ts.map +0 -1
- package/lib-es/data/icons/react/qtum.js +0 -9
- package/lib-es/data/icons/react/qtum.js.map +0 -1
- package/lib-es/data/icons/react/r.d.ts +0 -8
- package/lib-es/data/icons/react/r.d.ts.map +0 -1
- package/lib-es/data/icons/react/r.js +0 -9
- package/lib-es/data/icons/react/r.js.map +0 -1
- package/lib-es/data/icons/react/rads.d.ts +0 -8
- package/lib-es/data/icons/react/rads.d.ts.map +0 -1
- package/lib-es/data/icons/react/rads.js +0 -10
- package/lib-es/data/icons/react/rads.js.map +0 -1
- package/lib-es/data/icons/react/rap.d.ts +0 -8
- package/lib-es/data/icons/react/rap.d.ts.map +0 -1
- package/lib-es/data/icons/react/rap.js +0 -9
- package/lib-es/data/icons/react/rap.js.map +0 -1
- package/lib-es/data/icons/react/rbtc.d.ts +0 -8
- package/lib-es/data/icons/react/rbtc.d.ts.map +0 -1
- package/lib-es/data/icons/react/rbtc.js +0 -10
- package/lib-es/data/icons/react/rbtc.js.map +0 -1
- package/lib-es/data/icons/react/rcn.d.ts +0 -8
- package/lib-es/data/icons/react/rcn.d.ts.map +0 -1
- package/lib-es/data/icons/react/rcn.js +0 -9
- package/lib-es/data/icons/react/rcn.js.map +0 -1
- package/lib-es/data/icons/react/rdd.d.ts +0 -8
- package/lib-es/data/icons/react/rdd.d.ts.map +0 -1
- package/lib-es/data/icons/react/rdd.js +0 -10
- package/lib-es/data/icons/react/rdd.js.map +0 -1
- package/lib-es/data/icons/react/rdn.d.ts +0 -8
- package/lib-es/data/icons/react/rdn.d.ts.map +0 -1
- package/lib-es/data/icons/react/rdn.js +0 -9
- package/lib-es/data/icons/react/rdn.js.map +0 -1
- package/lib-es/data/icons/react/ren.d.ts +0 -8
- package/lib-es/data/icons/react/ren.d.ts.map +0 -1
- package/lib-es/data/icons/react/ren.js +0 -9
- package/lib-es/data/icons/react/ren.js.map +0 -1
- package/lib-es/data/icons/react/rep.d.ts +0 -8
- package/lib-es/data/icons/react/rep.d.ts.map +0 -1
- package/lib-es/data/icons/react/rep.js +0 -9
- package/lib-es/data/icons/react/rep.js.map +0 -1
- package/lib-es/data/icons/react/repv2.d.ts +0 -8
- package/lib-es/data/icons/react/repv2.d.ts.map +0 -1
- package/lib-es/data/icons/react/repv2.js +0 -10
- package/lib-es/data/icons/react/repv2.js.map +0 -1
- package/lib-es/data/icons/react/req.d.ts +0 -8
- package/lib-es/data/icons/react/req.d.ts.map +0 -1
- package/lib-es/data/icons/react/req.js +0 -9
- package/lib-es/data/icons/react/req.js.map +0 -1
- package/lib-es/data/icons/react/rhoc.d.ts +0 -8
- package/lib-es/data/icons/react/rhoc.d.ts.map +0 -1
- package/lib-es/data/icons/react/rhoc.js +0 -9
- package/lib-es/data/icons/react/rhoc.js.map +0 -1
- package/lib-es/data/icons/react/ric.d.ts +0 -8
- package/lib-es/data/icons/react/ric.d.ts.map +0 -1
- package/lib-es/data/icons/react/ric.js +0 -9
- package/lib-es/data/icons/react/ric.js.map +0 -1
- package/lib-es/data/icons/react/ride.d.ts +0 -8
- package/lib-es/data/icons/react/ride.d.ts.map +0 -1
- package/lib-es/data/icons/react/ride.js +0 -9
- package/lib-es/data/icons/react/ride.js.map +0 -1
- package/lib-es/data/icons/react/rise.d.ts +0 -8
- package/lib-es/data/icons/react/rise.d.ts.map +0 -1
- package/lib-es/data/icons/react/rise.js +0 -9
- package/lib-es/data/icons/react/rise.js.map +0 -1
- package/lib-es/data/icons/react/rlc.d.ts +0 -8
- package/lib-es/data/icons/react/rlc.d.ts.map +0 -1
- package/lib-es/data/icons/react/rlc.js +0 -9
- package/lib-es/data/icons/react/rlc.js.map +0 -1
- package/lib-es/data/icons/react/rpx.d.ts +0 -8
- package/lib-es/data/icons/react/rpx.d.ts.map +0 -1
- package/lib-es/data/icons/react/rpx.js +0 -9
- package/lib-es/data/icons/react/rpx.js.map +0 -1
- package/lib-es/data/icons/react/rub.d.ts +0 -8
- package/lib-es/data/icons/react/rub.d.ts.map +0 -1
- package/lib-es/data/icons/react/rub.js +0 -9
- package/lib-es/data/icons/react/rub.js.map +0 -1
- package/lib-es/data/icons/react/rvn.d.ts +0 -8
- package/lib-es/data/icons/react/rvn.d.ts.map +0 -1
- package/lib-es/data/icons/react/rvn.js +0 -9
- package/lib-es/data/icons/react/rvn.js.map +0 -1
- package/lib-es/data/icons/react/ryo.d.ts +0 -8
- package/lib-es/data/icons/react/ryo.d.ts.map +0 -1
- package/lib-es/data/icons/react/ryo.js +0 -10
- package/lib-es/data/icons/react/ryo.js.map +0 -1
- package/lib-es/data/icons/react/sAbi.d.ts +0 -8
- package/lib-es/data/icons/react/sAbi.d.ts.map +0 -1
- package/lib-es/data/icons/react/sAbi.js +0 -9
- package/lib-es/data/icons/react/sAbi.js.map +0 -1
- package/lib-es/data/icons/react/safe.d.ts +0 -8
- package/lib-es/data/icons/react/safe.d.ts.map +0 -1
- package/lib-es/data/icons/react/safe.js +0 -10
- package/lib-es/data/icons/react/safe.js.map +0 -1
- package/lib-es/data/icons/react/sai.d.ts +0 -8
- package/lib-es/data/icons/react/sai.d.ts.map +0 -1
- package/lib-es/data/icons/react/sai.js +0 -9
- package/lib-es/data/icons/react/sai.js.map +0 -1
- package/lib-es/data/icons/react/salt.d.ts +0 -8
- package/lib-es/data/icons/react/salt.d.ts.map +0 -1
- package/lib-es/data/icons/react/salt.js +0 -9
- package/lib-es/data/icons/react/salt.js.map +0 -1
- package/lib-es/data/icons/react/san.d.ts +0 -8
- package/lib-es/data/icons/react/san.d.ts.map +0 -1
- package/lib-es/data/icons/react/san.js +0 -9
- package/lib-es/data/icons/react/san.js.map +0 -1
- package/lib-es/data/icons/react/sbd.d.ts +0 -8
- package/lib-es/data/icons/react/sbd.d.ts.map +0 -1
- package/lib-es/data/icons/react/sbd.js +0 -9
- package/lib-es/data/icons/react/sbd.js.map +0 -1
- package/lib-es/data/icons/react/sberbank.d.ts +0 -8
- package/lib-es/data/icons/react/sberbank.d.ts.map +0 -1
- package/lib-es/data/icons/react/sberbank.js +0 -9
- package/lib-es/data/icons/react/sberbank.js.map +0 -1
- package/lib-es/data/icons/react/sc.d.ts +0 -8
- package/lib-es/data/icons/react/sc.d.ts.map +0 -1
- package/lib-es/data/icons/react/sc.js +0 -9
- package/lib-es/data/icons/react/sc.js.map +0 -1
- package/lib-es/data/icons/react/scrt.d.ts +0 -8
- package/lib-es/data/icons/react/scrt.d.ts.map +0 -1
- package/lib-es/data/icons/react/scrt.js +0 -10
- package/lib-es/data/icons/react/scrt.js.map +0 -1
- package/lib-es/data/icons/react/sei.d.ts +0 -8
- package/lib-es/data/icons/react/sei.d.ts.map +0 -1
- package/lib-es/data/icons/react/sei.js +0 -9
- package/lib-es/data/icons/react/sei.js.map +0 -1
- package/lib-es/data/icons/react/sgb.d.ts +0 -8
- package/lib-es/data/icons/react/sgb.d.ts.map +0 -1
- package/lib-es/data/icons/react/sgb.js +0 -15
- package/lib-es/data/icons/react/sgb.js.map +0 -1
- package/lib-es/data/icons/react/shift.d.ts +0 -8
- package/lib-es/data/icons/react/shift.d.ts.map +0 -1
- package/lib-es/data/icons/react/shift.js +0 -12
- package/lib-es/data/icons/react/shift.js.map +0 -1
- package/lib-es/data/icons/react/sib.d.ts +0 -8
- package/lib-es/data/icons/react/sib.d.ts.map +0 -1
- package/lib-es/data/icons/react/sib.js +0 -9
- package/lib-es/data/icons/react/sib.js.map +0 -1
- package/lib-es/data/icons/react/sin.d.ts +0 -8
- package/lib-es/data/icons/react/sin.d.ts.map +0 -1
- package/lib-es/data/icons/react/sin.js +0 -10
- package/lib-es/data/icons/react/sin.js.map +0 -1
- package/lib-es/data/icons/react/sky.d.ts +0 -8
- package/lib-es/data/icons/react/sky.d.ts.map +0 -1
- package/lib-es/data/icons/react/sky.js +0 -9
- package/lib-es/data/icons/react/sky.js.map +0 -1
- package/lib-es/data/icons/react/slr.d.ts +0 -8
- package/lib-es/data/icons/react/slr.d.ts.map +0 -1
- package/lib-es/data/icons/react/slr.js +0 -9
- package/lib-es/data/icons/react/slr.js.map +0 -1
- package/lib-es/data/icons/react/sls.d.ts +0 -8
- package/lib-es/data/icons/react/sls.d.ts.map +0 -1
- package/lib-es/data/icons/react/sls.js +0 -9
- package/lib-es/data/icons/react/sls.js.map +0 -1
- package/lib-es/data/icons/react/smart.d.ts +0 -8
- package/lib-es/data/icons/react/smart.d.ts.map +0 -1
- package/lib-es/data/icons/react/smart.js +0 -10
- package/lib-es/data/icons/react/smart.js.map +0 -1
- package/lib-es/data/icons/react/sngls.d.ts +0 -8
- package/lib-es/data/icons/react/sngls.d.ts.map +0 -1
- package/lib-es/data/icons/react/sngls.js +0 -9
- package/lib-es/data/icons/react/sngls.js.map +0 -1
- package/lib-es/data/icons/react/snm.d.ts +0 -8
- package/lib-es/data/icons/react/snm.d.ts.map +0 -1
- package/lib-es/data/icons/react/snm.js +0 -9
- package/lib-es/data/icons/react/snm.js.map +0 -1
- package/lib-es/data/icons/react/snt.d.ts +0 -8
- package/lib-es/data/icons/react/snt.d.ts.map +0 -1
- package/lib-es/data/icons/react/snt.js +0 -9
- package/lib-es/data/icons/react/snt.js.map +0 -1
- package/lib-es/data/icons/react/soc.d.ts +0 -8
- package/lib-es/data/icons/react/soc.d.ts.map +0 -1
- package/lib-es/data/icons/react/soc.js +0 -10
- package/lib-es/data/icons/react/soc.js.map +0 -1
- package/lib-es/data/icons/react/sol.d.ts +0 -8
- package/lib-es/data/icons/react/sol.d.ts.map +0 -1
- package/lib-es/data/icons/react/sol.js +0 -11
- package/lib-es/data/icons/react/sol.js.map +0 -1
- package/lib-es/data/icons/react/spank.d.ts +0 -8
- package/lib-es/data/icons/react/spank.d.ts.map +0 -1
- package/lib-es/data/icons/react/spank.js +0 -9
- package/lib-es/data/icons/react/spank.js.map +0 -1
- package/lib-es/data/icons/react/sphtx.d.ts +0 -8
- package/lib-es/data/icons/react/sphtx.d.ts.map +0 -1
- package/lib-es/data/icons/react/sphtx.js +0 -9
- package/lib-es/data/icons/react/sphtx.js.map +0 -1
- package/lib-es/data/icons/react/srn.d.ts +0 -8
- package/lib-es/data/icons/react/srn.d.ts.map +0 -1
- package/lib-es/data/icons/react/srn.js +0 -9
- package/lib-es/data/icons/react/srn.js.map +0 -1
- package/lib-es/data/icons/react/ssv.d.ts +0 -8
- package/lib-es/data/icons/react/ssv.d.ts.map +0 -1
- package/lib-es/data/icons/react/ssv.js +0 -10
- package/lib-es/data/icons/react/ssv.js.map +0 -1
- package/lib-es/data/icons/react/stak.d.ts +0 -8
- package/lib-es/data/icons/react/stak.d.ts.map +0 -1
- package/lib-es/data/icons/react/stak.js +0 -9
- package/lib-es/data/icons/react/stak.js.map +0 -1
- package/lib-es/data/icons/react/stars.d.ts +0 -8
- package/lib-es/data/icons/react/stars.d.ts.map +0 -1
- package/lib-es/data/icons/react/stars.js +0 -9
- package/lib-es/data/icons/react/stars.js.map +0 -1
- package/lib-es/data/icons/react/start.d.ts +0 -8
- package/lib-es/data/icons/react/start.d.ts.map +0 -1
- package/lib-es/data/icons/react/start.js +0 -9
- package/lib-es/data/icons/react/start.js.map +0 -1
- package/lib-es/data/icons/react/steem.d.ts +0 -8
- package/lib-es/data/icons/react/steem.d.ts.map +0 -1
- package/lib-es/data/icons/react/steem.js +0 -9
- package/lib-es/data/icons/react/steem.js.map +0 -1
- package/lib-es/data/icons/react/storj.d.ts +0 -8
- package/lib-es/data/icons/react/storj.d.ts.map +0 -1
- package/lib-es/data/icons/react/storj.js +0 -9
- package/lib-es/data/icons/react/storj.js.map +0 -1
- package/lib-es/data/icons/react/storm.d.ts +0 -8
- package/lib-es/data/icons/react/storm.d.ts.map +0 -1
- package/lib-es/data/icons/react/storm.js +0 -9
- package/lib-es/data/icons/react/storm.js.map +0 -1
- package/lib-es/data/icons/react/stq.d.ts +0 -8
- package/lib-es/data/icons/react/stq.d.ts.map +0 -1
- package/lib-es/data/icons/react/stq.js +0 -9
- package/lib-es/data/icons/react/stq.js.map +0 -1
- package/lib-es/data/icons/react/strat.d.ts +0 -8
- package/lib-es/data/icons/react/strat.d.ts.map +0 -1
- package/lib-es/data/icons/react/strat.js +0 -9
- package/lib-es/data/icons/react/strat.js.map +0 -1
- package/lib-es/data/icons/react/strd.d.ts +0 -8
- package/lib-es/data/icons/react/strd.d.ts.map +0 -1
- package/lib-es/data/icons/react/strd.js +0 -10
- package/lib-es/data/icons/react/strd.js.map +0 -1
- package/lib-es/data/icons/react/stx.d.ts +0 -8
- package/lib-es/data/icons/react/stx.d.ts.map +0 -1
- package/lib-es/data/icons/react/stx.js +0 -11
- package/lib-es/data/icons/react/stx.js.map +0 -1
- package/lib-es/data/icons/react/sub.d.ts +0 -8
- package/lib-es/data/icons/react/sub.d.ts.map +0 -1
- package/lib-es/data/icons/react/sub.js +0 -9
- package/lib-es/data/icons/react/sub.js.map +0 -1
- package/lib-es/data/icons/react/sumo.d.ts +0 -8
- package/lib-es/data/icons/react/sumo.d.ts.map +0 -1
- package/lib-es/data/icons/react/sumo.js +0 -9
- package/lib-es/data/icons/react/sumo.js.map +0 -1
- package/lib-es/data/icons/react/sys.d.ts +0 -8
- package/lib-es/data/icons/react/sys.d.ts.map +0 -1
- package/lib-es/data/icons/react/sys.js +0 -10
- package/lib-es/data/icons/react/sys.js.map +0 -1
- package/lib-es/data/icons/react/taas.d.ts +0 -8
- package/lib-es/data/icons/react/taas.d.ts.map +0 -1
- package/lib-es/data/icons/react/taas.js +0 -9
- package/lib-es/data/icons/react/taas.js.map +0 -1
- package/lib-es/data/icons/react/tau.d.ts +0 -8
- package/lib-es/data/icons/react/tau.d.ts.map +0 -1
- package/lib-es/data/icons/react/tau.js +0 -9
- package/lib-es/data/icons/react/tau.js.map +0 -1
- package/lib-es/data/icons/react/tbx.d.ts +0 -8
- package/lib-es/data/icons/react/tbx.d.ts.map +0 -1
- package/lib-es/data/icons/react/tbx.js +0 -10
- package/lib-es/data/icons/react/tbx.js.map +0 -1
- package/lib-es/data/icons/react/tel.d.ts +0 -8
- package/lib-es/data/icons/react/tel.d.ts.map +0 -1
- package/lib-es/data/icons/react/tel.js +0 -9
- package/lib-es/data/icons/react/tel.js.map +0 -1
- package/lib-es/data/icons/react/ten.d.ts +0 -8
- package/lib-es/data/icons/react/ten.d.ts.map +0 -1
- package/lib-es/data/icons/react/ten.js +0 -9
- package/lib-es/data/icons/react/ten.js.map +0 -1
- package/lib-es/data/icons/react/tern.d.ts +0 -8
- package/lib-es/data/icons/react/tern.d.ts.map +0 -1
- package/lib-es/data/icons/react/tern.js +0 -9
- package/lib-es/data/icons/react/tern.js.map +0 -1
- package/lib-es/data/icons/react/tgch.d.ts +0 -8
- package/lib-es/data/icons/react/tgch.d.ts.map +0 -1
- package/lib-es/data/icons/react/tgch.js +0 -10
- package/lib-es/data/icons/react/tgch.js.map +0 -1
- package/lib-es/data/icons/react/theta.d.ts +0 -8
- package/lib-es/data/icons/react/theta.d.ts.map +0 -1
- package/lib-es/data/icons/react/theta.js +0 -9
- package/lib-es/data/icons/react/theta.js.map +0 -1
- package/lib-es/data/icons/react/tifi.d.ts +0 -8
- package/lib-es/data/icons/react/tifi.d.ts.map +0 -1
- package/lib-es/data/icons/react/tifi.js +0 -9
- package/lib-es/data/icons/react/tifi.js.map +0 -1
- package/lib-es/data/icons/react/tix.d.ts +0 -8
- package/lib-es/data/icons/react/tix.d.ts.map +0 -1
- package/lib-es/data/icons/react/tix.js +0 -9
- package/lib-es/data/icons/react/tix.js.map +0 -1
- package/lib-es/data/icons/react/tkn.d.ts +0 -8
- package/lib-es/data/icons/react/tkn.d.ts.map +0 -1
- package/lib-es/data/icons/react/tkn.js +0 -9
- package/lib-es/data/icons/react/tkn.js.map +0 -1
- package/lib-es/data/icons/react/tks.d.ts +0 -8
- package/lib-es/data/icons/react/tks.d.ts.map +0 -1
- package/lib-es/data/icons/react/tks.js +0 -10
- package/lib-es/data/icons/react/tks.js.map +0 -1
- package/lib-es/data/icons/react/tlos.d.ts +0 -8
- package/lib-es/data/icons/react/tlos.d.ts.map +0 -1
- package/lib-es/data/icons/react/tlos.js +0 -9
- package/lib-es/data/icons/react/tlos.js.map +0 -1
- package/lib-es/data/icons/react/tnb.d.ts +0 -8
- package/lib-es/data/icons/react/tnb.d.ts.map +0 -1
- package/lib-es/data/icons/react/tnb.js +0 -9
- package/lib-es/data/icons/react/tnb.js.map +0 -1
- package/lib-es/data/icons/react/tnc.d.ts +0 -8
- package/lib-es/data/icons/react/tnc.d.ts.map +0 -1
- package/lib-es/data/icons/react/tnc.js +0 -9
- package/lib-es/data/icons/react/tnc.js.map +0 -1
- package/lib-es/data/icons/react/tnt.d.ts +0 -8
- package/lib-es/data/icons/react/tnt.d.ts.map +0 -1
- package/lib-es/data/icons/react/tnt.js +0 -9
- package/lib-es/data/icons/react/tnt.js.map +0 -1
- package/lib-es/data/icons/react/tomo.d.ts +0 -8
- package/lib-es/data/icons/react/tomo.d.ts.map +0 -1
- package/lib-es/data/icons/react/tomo.js +0 -9
- package/lib-es/data/icons/react/tomo.js.map +0 -1
- package/lib-es/data/icons/react/tpay.d.ts +0 -8
- package/lib-es/data/icons/react/tpay.d.ts.map +0 -1
- package/lib-es/data/icons/react/tpay.js +0 -11
- package/lib-es/data/icons/react/tpay.js.map +0 -1
- package/lib-es/data/icons/react/trig.d.ts +0 -8
- package/lib-es/data/icons/react/trig.d.ts.map +0 -1
- package/lib-es/data/icons/react/trig.js +0 -9
- package/lib-es/data/icons/react/trig.js.map +0 -1
- package/lib-es/data/icons/react/trtl.d.ts +0 -8
- package/lib-es/data/icons/react/trtl.d.ts.map +0 -1
- package/lib-es/data/icons/react/trtl.js +0 -10
- package/lib-es/data/icons/react/trtl.js.map +0 -1
- package/lib-es/data/icons/react/trx.d.ts +0 -8
- package/lib-es/data/icons/react/trx.d.ts.map +0 -1
- package/lib-es/data/icons/react/trx.js +0 -10
- package/lib-es/data/icons/react/trx.js.map +0 -1
- package/lib-es/data/icons/react/tusd.d.ts +0 -8
- package/lib-es/data/icons/react/tusd.d.ts.map +0 -1
- package/lib-es/data/icons/react/tusd.js +0 -11
- package/lib-es/data/icons/react/tusd.js.map +0 -1
- package/lib-es/data/icons/react/tyc.d.ts +0 -8
- package/lib-es/data/icons/react/tyc.d.ts.map +0 -1
- package/lib-es/data/icons/react/tyc.js +0 -12
- package/lib-es/data/icons/react/tyc.js.map +0 -1
- package/lib-es/data/icons/react/tzc.d.ts +0 -8
- package/lib-es/data/icons/react/tzc.d.ts.map +0 -1
- package/lib-es/data/icons/react/tzc.js +0 -9
- package/lib-es/data/icons/react/tzc.js.map +0 -1
- package/lib-es/data/icons/react/ubq.d.ts +0 -8
- package/lib-es/data/icons/react/ubq.d.ts.map +0 -1
- package/lib-es/data/icons/react/ubq.js +0 -10
- package/lib-es/data/icons/react/ubq.js.map +0 -1
- package/lib-es/data/icons/react/uma.d.ts +0 -8
- package/lib-es/data/icons/react/uma.d.ts.map +0 -1
- package/lib-es/data/icons/react/uma.js +0 -10
- package/lib-es/data/icons/react/uma.js.map +0 -1
- package/lib-es/data/icons/react/umee.d.ts +0 -8
- package/lib-es/data/icons/react/umee.d.ts.map +0 -1
- package/lib-es/data/icons/react/umee.js +0 -11
- package/lib-es/data/icons/react/umee.js.map +0 -1
- package/lib-es/data/icons/react/uni.d.ts +0 -8
- package/lib-es/data/icons/react/uni.d.ts.map +0 -1
- package/lib-es/data/icons/react/uni.js +0 -16
- package/lib-es/data/icons/react/uni.js.map +0 -1
- package/lib-es/data/icons/react/unity.d.ts +0 -8
- package/lib-es/data/icons/react/unity.d.ts.map +0 -1
- package/lib-es/data/icons/react/unity.js +0 -10
- package/lib-es/data/icons/react/unity.js.map +0 -1
- package/lib-es/data/icons/react/usdc.d.ts +0 -8
- package/lib-es/data/icons/react/usdc.d.ts.map +0 -1
- package/lib-es/data/icons/react/usdc.js +0 -9
- package/lib-es/data/icons/react/usdc.js.map +0 -1
- package/lib-es/data/icons/react/usdt.d.ts +0 -8
- package/lib-es/data/icons/react/usdt.d.ts.map +0 -1
- package/lib-es/data/icons/react/usdt.js +0 -9
- package/lib-es/data/icons/react/usdt.js.map +0 -1
- package/lib-es/data/icons/react/utk.d.ts +0 -8
- package/lib-es/data/icons/react/utk.d.ts.map +0 -1
- package/lib-es/data/icons/react/utk.js +0 -9
- package/lib-es/data/icons/react/utk.js.map +0 -1
- package/lib-es/data/icons/react/veri.d.ts +0 -8
- package/lib-es/data/icons/react/veri.d.ts.map +0 -1
- package/lib-es/data/icons/react/veri.js +0 -9
- package/lib-es/data/icons/react/veri.js.map +0 -1
- package/lib-es/data/icons/react/verse.d.ts +0 -8
- package/lib-es/data/icons/react/verse.d.ts.map +0 -1
- package/lib-es/data/icons/react/verse.js +0 -9
- package/lib-es/data/icons/react/verse.js.map +0 -1
- package/lib-es/data/icons/react/vet.d.ts +0 -8
- package/lib-es/data/icons/react/vet.d.ts.map +0 -1
- package/lib-es/data/icons/react/vet.js +0 -9
- package/lib-es/data/icons/react/vet.js.map +0 -1
- package/lib-es/data/icons/react/via.d.ts +0 -8
- package/lib-es/data/icons/react/via.d.ts.map +0 -1
- package/lib-es/data/icons/react/via.js +0 -9
- package/lib-es/data/icons/react/via.js.map +0 -1
- package/lib-es/data/icons/react/vib.d.ts +0 -8
- package/lib-es/data/icons/react/vib.d.ts.map +0 -1
- package/lib-es/data/icons/react/vib.js +0 -9
- package/lib-es/data/icons/react/vib.js.map +0 -1
- package/lib-es/data/icons/react/vibe.d.ts +0 -8
- package/lib-es/data/icons/react/vibe.d.ts.map +0 -1
- package/lib-es/data/icons/react/vibe.js +0 -9
- package/lib-es/data/icons/react/vibe.js.map +0 -1
- package/lib-es/data/icons/react/vivo.d.ts +0 -8
- package/lib-es/data/icons/react/vivo.d.ts.map +0 -1
- package/lib-es/data/icons/react/vivo.js +0 -9
- package/lib-es/data/icons/react/vivo.js.map +0 -1
- package/lib-es/data/icons/react/vlx.d.ts +0 -8
- package/lib-es/data/icons/react/vlx.d.ts.map +0 -1
- package/lib-es/data/icons/react/vlx.js +0 -9
- package/lib-es/data/icons/react/vlx.js.map +0 -1
- package/lib-es/data/icons/react/vrc.d.ts +0 -8
- package/lib-es/data/icons/react/vrc.d.ts.map +0 -1
- package/lib-es/data/icons/react/vrc.js +0 -9
- package/lib-es/data/icons/react/vrc.js.map +0 -1
- package/lib-es/data/icons/react/vrsc.d.ts +0 -8
- package/lib-es/data/icons/react/vrsc.d.ts.map +0 -1
- package/lib-es/data/icons/react/vrsc.js +0 -10
- package/lib-es/data/icons/react/vrsc.js.map +0 -1
- package/lib-es/data/icons/react/vtc.d.ts +0 -8
- package/lib-es/data/icons/react/vtc.d.ts.map +0 -1
- package/lib-es/data/icons/react/vtc.js +0 -9
- package/lib-es/data/icons/react/vtc.js.map +0 -1
- package/lib-es/data/icons/react/vtho.d.ts +0 -8
- package/lib-es/data/icons/react/vtho.d.ts.map +0 -1
- package/lib-es/data/icons/react/vtho.js +0 -10
- package/lib-es/data/icons/react/vtho.js.map +0 -1
- package/lib-es/data/icons/react/wabi.d.ts +0 -8
- package/lib-es/data/icons/react/wabi.d.ts.map +0 -1
- package/lib-es/data/icons/react/wabi.js +0 -9
- package/lib-es/data/icons/react/wabi.js.map +0 -1
- package/lib-es/data/icons/react/waifu.d.ts +0 -8
- package/lib-es/data/icons/react/waifu.d.ts.map +0 -1
- package/lib-es/data/icons/react/waifu.js +0 -10
- package/lib-es/data/icons/react/waifu.js.map +0 -1
- package/lib-es/data/icons/react/wan.d.ts +0 -8
- package/lib-es/data/icons/react/wan.d.ts.map +0 -1
- package/lib-es/data/icons/react/wan.js +0 -10
- package/lib-es/data/icons/react/wan.js.map +0 -1
- package/lib-es/data/icons/react/waves.d.ts +0 -8
- package/lib-es/data/icons/react/waves.d.ts.map +0 -1
- package/lib-es/data/icons/react/waves.js +0 -9
- package/lib-es/data/icons/react/waves.js.map +0 -1
- package/lib-es/data/icons/react/wax.d.ts +0 -8
- package/lib-es/data/icons/react/wax.d.ts.map +0 -1
- package/lib-es/data/icons/react/wax.js +0 -9
- package/lib-es/data/icons/react/wax.js.map +0 -1
- package/lib-es/data/icons/react/wbtc.d.ts +0 -8
- package/lib-es/data/icons/react/wbtc.d.ts.map +0 -1
- package/lib-es/data/icons/react/wbtc.js +0 -10
- package/lib-es/data/icons/react/wbtc.js.map +0 -1
- package/lib-es/data/icons/react/wdoge.d.ts +0 -8
- package/lib-es/data/icons/react/wdoge.d.ts.map +0 -1
- package/lib-es/data/icons/react/wdoge.js +0 -11
- package/lib-es/data/icons/react/wdoge.js.map +0 -1
- package/lib-es/data/icons/react/wgr.d.ts +0 -8
- package/lib-es/data/icons/react/wgr.d.ts.map +0 -1
- package/lib-es/data/icons/react/wgr.js +0 -9
- package/lib-es/data/icons/react/wgr.js.map +0 -1
- package/lib-es/data/icons/react/wicc.d.ts +0 -8
- package/lib-es/data/icons/react/wicc.d.ts.map +0 -1
- package/lib-es/data/icons/react/wicc.js +0 -10
- package/lib-es/data/icons/react/wicc.js.map +0 -1
- package/lib-es/data/icons/react/wings.d.ts +0 -8
- package/lib-es/data/icons/react/wings.d.ts.map +0 -1
- package/lib-es/data/icons/react/wings.js +0 -11
- package/lib-es/data/icons/react/wings.js.map +0 -1
- package/lib-es/data/icons/react/wpr.d.ts +0 -8
- package/lib-es/data/icons/react/wpr.d.ts.map +0 -1
- package/lib-es/data/icons/react/wpr.js +0 -9
- package/lib-es/data/icons/react/wpr.js.map +0 -1
- package/lib-es/data/icons/react/wtc.d.ts +0 -8
- package/lib-es/data/icons/react/wtc.d.ts.map +0 -1
- package/lib-es/data/icons/react/wtc.js +0 -12
- package/lib-es/data/icons/react/wtc.js.map +0 -1
- package/lib-es/data/icons/react/x.d.ts +0 -8
- package/lib-es/data/icons/react/x.d.ts.map +0 -1
- package/lib-es/data/icons/react/x.js +0 -11
- package/lib-es/data/icons/react/x.js.map +0 -1
- package/lib-es/data/icons/react/xas.d.ts +0 -8
- package/lib-es/data/icons/react/xas.d.ts.map +0 -1
- package/lib-es/data/icons/react/xas.js +0 -10
- package/lib-es/data/icons/react/xas.js.map +0 -1
- package/lib-es/data/icons/react/xbc.d.ts +0 -8
- package/lib-es/data/icons/react/xbc.d.ts.map +0 -1
- package/lib-es/data/icons/react/xbc.js +0 -10
- package/lib-es/data/icons/react/xbc.js.map +0 -1
- package/lib-es/data/icons/react/xbp.d.ts +0 -8
- package/lib-es/data/icons/react/xbp.d.ts.map +0 -1
- package/lib-es/data/icons/react/xbp.js +0 -9
- package/lib-es/data/icons/react/xbp.js.map +0 -1
- package/lib-es/data/icons/react/xby.d.ts +0 -8
- package/lib-es/data/icons/react/xby.d.ts.map +0 -1
- package/lib-es/data/icons/react/xby.js +0 -9
- package/lib-es/data/icons/react/xby.js.map +0 -1
- package/lib-es/data/icons/react/xcp.d.ts +0 -8
- package/lib-es/data/icons/react/xcp.d.ts.map +0 -1
- package/lib-es/data/icons/react/xcp.js +0 -9
- package/lib-es/data/icons/react/xcp.js.map +0 -1
- package/lib-es/data/icons/react/xdn.d.ts +0 -8
- package/lib-es/data/icons/react/xdn.d.ts.map +0 -1
- package/lib-es/data/icons/react/xdn.js +0 -9
- package/lib-es/data/icons/react/xdn.js.map +0 -1
- package/lib-es/data/icons/react/xem.d.ts +0 -8
- package/lib-es/data/icons/react/xem.d.ts.map +0 -1
- package/lib-es/data/icons/react/xem.js +0 -9
- package/lib-es/data/icons/react/xem.js.map +0 -1
- package/lib-es/data/icons/react/xin.d.ts +0 -8
- package/lib-es/data/icons/react/xin.d.ts.map +0 -1
- package/lib-es/data/icons/react/xin.js +0 -9
- package/lib-es/data/icons/react/xin.js.map +0 -1
- package/lib-es/data/icons/react/xlm.d.ts +0 -8
- package/lib-es/data/icons/react/xlm.d.ts.map +0 -1
- package/lib-es/data/icons/react/xlm.js +0 -10
- package/lib-es/data/icons/react/xlm.js.map +0 -1
- package/lib-es/data/icons/react/xmcc.d.ts +0 -8
- package/lib-es/data/icons/react/xmcc.d.ts.map +0 -1
- package/lib-es/data/icons/react/xmcc.js +0 -10
- package/lib-es/data/icons/react/xmcc.js.map +0 -1
- package/lib-es/data/icons/react/xmg.d.ts +0 -8
- package/lib-es/data/icons/react/xmg.d.ts.map +0 -1
- package/lib-es/data/icons/react/xmg.js +0 -10
- package/lib-es/data/icons/react/xmg.js.map +0 -1
- package/lib-es/data/icons/react/xmo.d.ts +0 -8
- package/lib-es/data/icons/react/xmo.d.ts.map +0 -1
- package/lib-es/data/icons/react/xmo.js +0 -11
- package/lib-es/data/icons/react/xmo.js.map +0 -1
- package/lib-es/data/icons/react/xmr.d.ts +0 -8
- package/lib-es/data/icons/react/xmr.d.ts.map +0 -1
- package/lib-es/data/icons/react/xmr.js +0 -9
- package/lib-es/data/icons/react/xmr.js.map +0 -1
- package/lib-es/data/icons/react/xmy.d.ts +0 -8
- package/lib-es/data/icons/react/xmy.d.ts.map +0 -1
- package/lib-es/data/icons/react/xmy.js +0 -10
- package/lib-es/data/icons/react/xmy.js.map +0 -1
- package/lib-es/data/icons/react/xp.d.ts +0 -8
- package/lib-es/data/icons/react/xp.d.ts.map +0 -1
- package/lib-es/data/icons/react/xp.js +0 -9
- package/lib-es/data/icons/react/xp.js.map +0 -1
- package/lib-es/data/icons/react/xpa.d.ts +0 -8
- package/lib-es/data/icons/react/xpa.d.ts.map +0 -1
- package/lib-es/data/icons/react/xpa.js +0 -9
- package/lib-es/data/icons/react/xpa.js.map +0 -1
- package/lib-es/data/icons/react/xpm.d.ts +0 -8
- package/lib-es/data/icons/react/xpm.d.ts.map +0 -1
- package/lib-es/data/icons/react/xpm.js +0 -9
- package/lib-es/data/icons/react/xpm.js.map +0 -1
- package/lib-es/data/icons/react/xprt.d.ts +0 -8
- package/lib-es/data/icons/react/xprt.d.ts.map +0 -1
- package/lib-es/data/icons/react/xprt.js +0 -10
- package/lib-es/data/icons/react/xprt.js.map +0 -1
- package/lib-es/data/icons/react/xrp.d.ts +0 -8
- package/lib-es/data/icons/react/xrp.d.ts.map +0 -1
- package/lib-es/data/icons/react/xrp.js +0 -9
- package/lib-es/data/icons/react/xrp.js.map +0 -1
- package/lib-es/data/icons/react/xsg.d.ts +0 -8
- package/lib-es/data/icons/react/xsg.d.ts.map +0 -1
- package/lib-es/data/icons/react/xsg.js +0 -9
- package/lib-es/data/icons/react/xsg.js.map +0 -1
- package/lib-es/data/icons/react/xst.d.ts +0 -8
- package/lib-es/data/icons/react/xst.d.ts.map +0 -1
- package/lib-es/data/icons/react/xst.js +0 -9
- package/lib-es/data/icons/react/xst.js.map +0 -1
- package/lib-es/data/icons/react/xtz.d.ts +0 -8
- package/lib-es/data/icons/react/xtz.d.ts.map +0 -1
- package/lib-es/data/icons/react/xtz.js +0 -9
- package/lib-es/data/icons/react/xtz.js.map +0 -1
- package/lib-es/data/icons/react/xuc.d.ts +0 -8
- package/lib-es/data/icons/react/xuc.d.ts.map +0 -1
- package/lib-es/data/icons/react/xuc.js +0 -10
- package/lib-es/data/icons/react/xuc.js.map +0 -1
- package/lib-es/data/icons/react/xvc.d.ts +0 -8
- package/lib-es/data/icons/react/xvc.d.ts.map +0 -1
- package/lib-es/data/icons/react/xvc.js +0 -9
- package/lib-es/data/icons/react/xvc.js.map +0 -1
- package/lib-es/data/icons/react/xvg.d.ts +0 -8
- package/lib-es/data/icons/react/xvg.d.ts.map +0 -1
- package/lib-es/data/icons/react/xvg.js +0 -10
- package/lib-es/data/icons/react/xvg.js.map +0 -1
- package/lib-es/data/icons/react/xzc.d.ts +0 -8
- package/lib-es/data/icons/react/xzc.d.ts.map +0 -1
- package/lib-es/data/icons/react/xzc.js +0 -9
- package/lib-es/data/icons/react/xzc.js.map +0 -1
- package/lib-es/data/icons/react/yae.d.ts +0 -8
- package/lib-es/data/icons/react/yae.d.ts.map +0 -1
- package/lib-es/data/icons/react/yae.js +0 -9
- package/lib-es/data/icons/react/yae.js.map +0 -1
- package/lib-es/data/icons/react/yfi.d.ts +0 -8
- package/lib-es/data/icons/react/yfi.d.ts.map +0 -1
- package/lib-es/data/icons/react/yfi.js +0 -10
- package/lib-es/data/icons/react/yfi.js.map +0 -1
- package/lib-es/data/icons/react/yoyow.d.ts +0 -8
- package/lib-es/data/icons/react/yoyow.d.ts.map +0 -1
- package/lib-es/data/icons/react/yoyow.js +0 -9
- package/lib-es/data/icons/react/yoyow.js.map +0 -1
- package/lib-es/data/icons/react/zcl.d.ts +0 -8
- package/lib-es/data/icons/react/zcl.d.ts.map +0 -1
- package/lib-es/data/icons/react/zcl.js +0 -9
- package/lib-es/data/icons/react/zcl.js.map +0 -1
- package/lib-es/data/icons/react/zec.d.ts +0 -8
- package/lib-es/data/icons/react/zec.d.ts.map +0 -1
- package/lib-es/data/icons/react/zec.js +0 -9
- package/lib-es/data/icons/react/zec.js.map +0 -1
- package/lib-es/data/icons/react/zel.d.ts +0 -8
- package/lib-es/data/icons/react/zel.d.ts.map +0 -1
- package/lib-es/data/icons/react/zel.js +0 -9
- package/lib-es/data/icons/react/zel.js.map +0 -1
- package/lib-es/data/icons/react/zen.d.ts +0 -8
- package/lib-es/data/icons/react/zen.d.ts.map +0 -1
- package/lib-es/data/icons/react/zen.js +0 -11
- package/lib-es/data/icons/react/zen.js.map +0 -1
- package/lib-es/data/icons/react/zest.d.ts +0 -8
- package/lib-es/data/icons/react/zest.d.ts.map +0 -1
- package/lib-es/data/icons/react/zest.js +0 -11
- package/lib-es/data/icons/react/zest.js.map +0 -1
- package/lib-es/data/icons/react/zil.d.ts +0 -8
- package/lib-es/data/icons/react/zil.d.ts.map +0 -1
- package/lib-es/data/icons/react/zil.js +0 -11
- package/lib-es/data/icons/react/zil.js.map +0 -1
- package/lib-es/data/icons/react/zilla.d.ts +0 -8
- package/lib-es/data/icons/react/zilla.d.ts.map +0 -1
- package/lib-es/data/icons/react/zilla.js +0 -9
- package/lib-es/data/icons/react/zilla.js.map +0 -1
- package/lib-es/data/icons/react/zrx.d.ts +0 -8
- package/lib-es/data/icons/react/zrx.d.ts.map +0 -1
- package/lib-es/data/icons/react/zrx.js +0 -9
- package/lib-es/data/icons/react/zrx.js.map +0 -1
- package/lib-es/data/icons/reactNative/_0Xbtc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/_0Xbtc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/_0Xbtc.js +0 -13
- package/lib-es/data/icons/reactNative/_0Xbtc.js.map +0 -1
- package/lib-es/data/icons/reactNative/_2Give.d.ts +0 -8
- package/lib-es/data/icons/reactNative/_2Give.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/_2Give.js +0 -19
- package/lib-es/data/icons/reactNative/_2Give.js.map +0 -1
- package/lib-es/data/icons/reactNative/abi.d.ts +0 -8
- package/lib-es/data/icons/reactNative/abi.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/abi.js +0 -10
- package/lib-es/data/icons/reactNative/abi.js.map +0 -1
- package/lib-es/data/icons/reactNative/abt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/abt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/abt.js +0 -10
- package/lib-es/data/icons/reactNative/abt.js.map +0 -1
- package/lib-es/data/icons/reactNative/act.d.ts +0 -8
- package/lib-es/data/icons/reactNative/act.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/act.js +0 -10
- package/lib-es/data/icons/reactNative/act.js.map +0 -1
- package/lib-es/data/icons/reactNative/actn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/actn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/actn.js +0 -10
- package/lib-es/data/icons/reactNative/actn.js.map +0 -1
- package/lib-es/data/icons/reactNative/ada.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ada.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ada.js +0 -10
- package/lib-es/data/icons/reactNative/ada.js.map +0 -1
- package/lib-es/data/icons/reactNative/add.d.ts +0 -8
- package/lib-es/data/icons/reactNative/add.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/add.js +0 -10
- package/lib-es/data/icons/reactNative/add.js.map +0 -1
- package/lib-es/data/icons/reactNative/adx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/adx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/adx.js +0 -10
- package/lib-es/data/icons/reactNative/adx.js.map +0 -1
- package/lib-es/data/icons/reactNative/ae.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ae.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ae.js +0 -10
- package/lib-es/data/icons/reactNative/ae.js.map +0 -1
- package/lib-es/data/icons/reactNative/aeon.d.ts +0 -8
- package/lib-es/data/icons/reactNative/aeon.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/aeon.js +0 -13
- package/lib-es/data/icons/reactNative/aeon.js.map +0 -1
- package/lib-es/data/icons/reactNative/agi.d.ts +0 -8
- package/lib-es/data/icons/reactNative/agi.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/agi.js +0 -11
- package/lib-es/data/icons/reactNative/agi.js.map +0 -1
- package/lib-es/data/icons/reactNative/agrs.d.ts +0 -8
- package/lib-es/data/icons/reactNative/agrs.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/agrs.js +0 -10
- package/lib-es/data/icons/reactNative/agrs.js.map +0 -1
- package/lib-es/data/icons/reactNative/aion.d.ts +0 -8
- package/lib-es/data/icons/reactNative/aion.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/aion.js +0 -11
- package/lib-es/data/icons/reactNative/aion.js.map +0 -1
- package/lib-es/data/icons/reactNative/algo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/algo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/algo.js +0 -10
- package/lib-es/data/icons/reactNative/algo.js.map +0 -1
- package/lib-es/data/icons/reactNative/amb.d.ts +0 -8
- package/lib-es/data/icons/reactNative/amb.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/amb.js +0 -10
- package/lib-es/data/icons/reactNative/amb.js.map +0 -1
- package/lib-es/data/icons/reactNative/amp.d.ts +0 -8
- package/lib-es/data/icons/reactNative/amp.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/amp.js +0 -10
- package/lib-es/data/icons/reactNative/amp.js.map +0 -1
- package/lib-es/data/icons/reactNative/ampl.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ampl.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ampl.js +0 -10
- package/lib-es/data/icons/reactNative/ampl.js.map +0 -1
- package/lib-es/data/icons/reactNative/ant.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ant.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ant.js +0 -10
- package/lib-es/data/icons/reactNative/ant.js.map +0 -1
- package/lib-es/data/icons/reactNative/apex.d.ts +0 -8
- package/lib-es/data/icons/reactNative/apex.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/apex.js +0 -10
- package/lib-es/data/icons/reactNative/apex.js.map +0 -1
- package/lib-es/data/icons/reactNative/appc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/appc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/appc.js +0 -10
- package/lib-es/data/icons/reactNative/appc.js.map +0 -1
- package/lib-es/data/icons/reactNative/ardr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ardr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ardr.js +0 -10
- package/lib-es/data/icons/reactNative/ardr.js.map +0 -1
- package/lib-es/data/icons/reactNative/arg.d.ts +0 -8
- package/lib-es/data/icons/reactNative/arg.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/arg.js +0 -11
- package/lib-es/data/icons/reactNative/arg.js.map +0 -1
- package/lib-es/data/icons/reactNative/ark.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ark.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ark.js +0 -10
- package/lib-es/data/icons/reactNative/ark.js.map +0 -1
- package/lib-es/data/icons/reactNative/arn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/arn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/arn.js +0 -10
- package/lib-es/data/icons/reactNative/arn.js.map +0 -1
- package/lib-es/data/icons/reactNative/arnx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/arnx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/arnx.js +0 -12
- package/lib-es/data/icons/reactNative/arnx.js.map +0 -1
- package/lib-es/data/icons/reactNative/ary.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ary.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ary.js +0 -10
- package/lib-es/data/icons/reactNative/ary.js.map +0 -1
- package/lib-es/data/icons/reactNative/ast.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ast.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ast.js +0 -10
- package/lib-es/data/icons/reactNative/ast.js.map +0 -1
- package/lib-es/data/icons/reactNative/astr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/astr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/astr.js +0 -10
- package/lib-es/data/icons/reactNative/astr.js.map +0 -1
- package/lib-es/data/icons/reactNative/atm.d.ts +0 -8
- package/lib-es/data/icons/reactNative/atm.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/atm.js +0 -10
- package/lib-es/data/icons/reactNative/atm.js.map +0 -1
- package/lib-es/data/icons/reactNative/atom.d.ts +0 -8
- package/lib-es/data/icons/reactNative/atom.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/atom.js +0 -23
- package/lib-es/data/icons/reactNative/atom.js.map +0 -1
- package/lib-es/data/icons/reactNative/audr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/audr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/audr.js +0 -10
- package/lib-es/data/icons/reactNative/audr.js.map +0 -1
- package/lib-es/data/icons/reactNative/auto.d.ts +0 -8
- package/lib-es/data/icons/reactNative/auto.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/auto.js +0 -10
- package/lib-es/data/icons/reactNative/auto.js.map +0 -1
- package/lib-es/data/icons/reactNative/avax.d.ts +0 -8
- package/lib-es/data/icons/reactNative/avax.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/avax.js +0 -10
- package/lib-es/data/icons/reactNative/avax.js.map +0 -1
- package/lib-es/data/icons/reactNative/axl.d.ts +0 -8
- package/lib-es/data/icons/reactNative/axl.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/axl.js +0 -13
- package/lib-es/data/icons/reactNative/axl.js.map +0 -1
- package/lib-es/data/icons/reactNative/aywa.d.ts +0 -8
- package/lib-es/data/icons/reactNative/aywa.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/aywa.js +0 -12
- package/lib-es/data/icons/reactNative/aywa.js.map +0 -1
- package/lib-es/data/icons/reactNative/bab.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bab.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bab.js +0 -10
- package/lib-es/data/icons/reactNative/bab.js.map +0 -1
- package/lib-es/data/icons/reactNative/bal.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bal.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bal.js +0 -15
- package/lib-es/data/icons/reactNative/bal.js.map +0 -1
- package/lib-es/data/icons/reactNative/band.d.ts +0 -8
- package/lib-es/data/icons/reactNative/band.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/band.js +0 -11
- package/lib-es/data/icons/reactNative/band.js.map +0 -1
- package/lib-es/data/icons/reactNative/bat.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bat.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bat.js +0 -10
- package/lib-es/data/icons/reactNative/bat.js.map +0 -1
- package/lib-es/data/icons/reactNative/bay.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bay.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bay.js +0 -10
- package/lib-es/data/icons/reactNative/bay.js.map +0 -1
- package/lib-es/data/icons/reactNative/bcbc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bcbc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bcbc.js +0 -10
- package/lib-es/data/icons/reactNative/bcbc.js.map +0 -1
- package/lib-es/data/icons/reactNative/bcc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bcc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bcc.js +0 -10
- package/lib-es/data/icons/reactNative/bcc.js.map +0 -1
- package/lib-es/data/icons/reactNative/bcd.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bcd.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bcd.js +0 -10
- package/lib-es/data/icons/reactNative/bcd.js.map +0 -1
- package/lib-es/data/icons/reactNative/bcert.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bcert.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bcert.js +0 -15
- package/lib-es/data/icons/reactNative/bcert.js.map +0 -1
- package/lib-es/data/icons/reactNative/bch.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bch.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bch.js +0 -10
- package/lib-es/data/icons/reactNative/bch.js.map +0 -1
- package/lib-es/data/icons/reactNative/bcio.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bcio.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bcio.js +0 -10
- package/lib-es/data/icons/reactNative/bcio.js.map +0 -1
- package/lib-es/data/icons/reactNative/bcn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bcn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bcn.js +0 -10
- package/lib-es/data/icons/reactNative/bcn.js.map +0 -1
- package/lib-es/data/icons/reactNative/bco.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bco.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bco.js +0 -11
- package/lib-es/data/icons/reactNative/bco.js.map +0 -1
- package/lib-es/data/icons/reactNative/bcpt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bcpt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bcpt.js +0 -10
- package/lib-es/data/icons/reactNative/bcpt.js.map +0 -1
- package/lib-es/data/icons/reactNative/bdl.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bdl.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bdl.js +0 -11
- package/lib-es/data/icons/reactNative/bdl.js.map +0 -1
- package/lib-es/data/icons/reactNative/beam.d.ts +0 -8
- package/lib-es/data/icons/reactNative/beam.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/beam.js +0 -10
- package/lib-es/data/icons/reactNative/beam.js.map +0 -1
- package/lib-es/data/icons/reactNative/bela.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bela.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bela.js +0 -10
- package/lib-es/data/icons/reactNative/bela.js.map +0 -1
- package/lib-es/data/icons/reactNative/bix.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bix.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bix.js +0 -10
- package/lib-es/data/icons/reactNative/bix.js.map +0 -1
- package/lib-es/data/icons/reactNative/blcn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/blcn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/blcn.js +0 -10
- package/lib-es/data/icons/reactNative/blcn.js.map +0 -1
- package/lib-es/data/icons/reactNative/blk.d.ts +0 -8
- package/lib-es/data/icons/reactNative/blk.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/blk.js +0 -10
- package/lib-es/data/icons/reactNative/blk.js.map +0 -1
- package/lib-es/data/icons/reactNative/block.d.ts +0 -8
- package/lib-es/data/icons/reactNative/block.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/block.js +0 -13
- package/lib-es/data/icons/reactNative/block.js.map +0 -1
- package/lib-es/data/icons/reactNative/blz.d.ts +0 -8
- package/lib-es/data/icons/reactNative/blz.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/blz.js +0 -10
- package/lib-es/data/icons/reactNative/blz.js.map +0 -1
- package/lib-es/data/icons/reactNative/bnb.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bnb.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bnb.js +0 -10
- package/lib-es/data/icons/reactNative/bnb.js.map +0 -1
- package/lib-es/data/icons/reactNative/bnt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bnt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bnt.js +0 -10
- package/lib-es/data/icons/reactNative/bnt.js.map +0 -1
- package/lib-es/data/icons/reactNative/bnty.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bnty.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bnty.js +0 -10
- package/lib-es/data/icons/reactNative/bnty.js.map +0 -1
- package/lib-es/data/icons/reactNative/booty.d.ts +0 -8
- package/lib-es/data/icons/reactNative/booty.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/booty.js +0 -11
- package/lib-es/data/icons/reactNative/booty.js.map +0 -1
- package/lib-es/data/icons/reactNative/bos.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bos.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bos.js +0 -10
- package/lib-es/data/icons/reactNative/bos.js.map +0 -1
- package/lib-es/data/icons/reactNative/bpt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bpt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bpt.js +0 -10
- package/lib-es/data/icons/reactNative/bpt.js.map +0 -1
- package/lib-es/data/icons/reactNative/bq.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bq.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bq.js +0 -10
- package/lib-es/data/icons/reactNative/bq.js.map +0 -1
- package/lib-es/data/icons/reactNative/brd.d.ts +0 -8
- package/lib-es/data/icons/reactNative/brd.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/brd.js +0 -10
- package/lib-es/data/icons/reactNative/brd.js.map +0 -1
- package/lib-es/data/icons/reactNative/bsd.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bsd.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bsd.js +0 -10
- package/lib-es/data/icons/reactNative/bsd.js.map +0 -1
- package/lib-es/data/icons/reactNative/bsv.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bsv.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bsv.js +0 -10
- package/lib-es/data/icons/reactNative/bsv.js.map +0 -1
- package/lib-es/data/icons/reactNative/btc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/btc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/btc.js +0 -10
- package/lib-es/data/icons/reactNative/btc.js.map +0 -1
- package/lib-es/data/icons/reactNative/btcd.d.ts +0 -8
- package/lib-es/data/icons/reactNative/btcd.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/btcd.js +0 -10
- package/lib-es/data/icons/reactNative/btcd.js.map +0 -1
- package/lib-es/data/icons/reactNative/btch.d.ts +0 -8
- package/lib-es/data/icons/reactNative/btch.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/btch.js +0 -12
- package/lib-es/data/icons/reactNative/btch.js.map +0 -1
- package/lib-es/data/icons/reactNative/btcp.d.ts +0 -8
- package/lib-es/data/icons/reactNative/btcp.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/btcp.js +0 -10
- package/lib-es/data/icons/reactNative/btcp.js.map +0 -1
- package/lib-es/data/icons/reactNative/btcz.d.ts +0 -8
- package/lib-es/data/icons/reactNative/btcz.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/btcz.js +0 -10
- package/lib-es/data/icons/reactNative/btcz.js.map +0 -1
- package/lib-es/data/icons/reactNative/btdx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/btdx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/btdx.js +0 -11
- package/lib-es/data/icons/reactNative/btdx.js.map +0 -1
- package/lib-es/data/icons/reactNative/btg.d.ts +0 -8
- package/lib-es/data/icons/reactNative/btg.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/btg.js +0 -10
- package/lib-es/data/icons/reactNative/btg.js.map +0 -1
- package/lib-es/data/icons/reactNative/btm.d.ts +0 -8
- package/lib-es/data/icons/reactNative/btm.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/btm.js +0 -10
- package/lib-es/data/icons/reactNative/btm.js.map +0 -1
- package/lib-es/data/icons/reactNative/bts.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bts.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bts.js +0 -10
- package/lib-es/data/icons/reactNative/bts.js.map +0 -1
- package/lib-es/data/icons/reactNative/btt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/btt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/btt.js +0 -13
- package/lib-es/data/icons/reactNative/btt.js.map +0 -1
- package/lib-es/data/icons/reactNative/btx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/btx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/btx.js +0 -10
- package/lib-es/data/icons/reactNative/btx.js.map +0 -1
- package/lib-es/data/icons/reactNative/burst.d.ts +0 -8
- package/lib-es/data/icons/reactNative/burst.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/burst.js +0 -10
- package/lib-es/data/icons/reactNative/burst.js.map +0 -1
- package/lib-es/data/icons/reactNative/bze.d.ts +0 -8
- package/lib-es/data/icons/reactNative/bze.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/bze.js +0 -11
- package/lib-es/data/icons/reactNative/bze.js.map +0 -1
- package/lib-es/data/icons/reactNative/call.d.ts +0 -8
- package/lib-es/data/icons/reactNative/call.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/call.js +0 -11
- package/lib-es/data/icons/reactNative/call.js.map +0 -1
- package/lib-es/data/icons/reactNative/cc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cc.js +0 -11
- package/lib-es/data/icons/reactNative/cc.js.map +0 -1
- package/lib-es/data/icons/reactNative/cdn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cdn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cdn.js +0 -10
- package/lib-es/data/icons/reactNative/cdn.js.map +0 -1
- package/lib-es/data/icons/reactNative/cdt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cdt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cdt.js +0 -10
- package/lib-es/data/icons/reactNative/cdt.js.map +0 -1
- package/lib-es/data/icons/reactNative/celo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/celo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/celo.js +0 -12
- package/lib-es/data/icons/reactNative/celo.js.map +0 -1
- package/lib-es/data/icons/reactNative/cenz.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cenz.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cenz.js +0 -11
- package/lib-es/data/icons/reactNative/cenz.js.map +0 -1
- package/lib-es/data/icons/reactNative/chain.d.ts +0 -8
- package/lib-es/data/icons/reactNative/chain.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/chain.js +0 -11
- package/lib-es/data/icons/reactNative/chain.js.map +0 -1
- package/lib-es/data/icons/reactNative/chat.d.ts +0 -8
- package/lib-es/data/icons/reactNative/chat.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/chat.js +0 -10
- package/lib-es/data/icons/reactNative/chat.js.map +0 -1
- package/lib-es/data/icons/reactNative/chips.d.ts +0 -8
- package/lib-es/data/icons/reactNative/chips.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/chips.js +0 -10
- package/lib-es/data/icons/reactNative/chips.js.map +0 -1
- package/lib-es/data/icons/reactNative/cix.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cix.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cix.js +0 -11
- package/lib-es/data/icons/reactNative/cix.js.map +0 -1
- package/lib-es/data/icons/reactNative/clam.d.ts +0 -8
- package/lib-es/data/icons/reactNative/clam.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/clam.js +0 -10
- package/lib-es/data/icons/reactNative/clam.js.map +0 -1
- package/lib-es/data/icons/reactNative/cloak.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cloak.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cloak.js +0 -10
- package/lib-es/data/icons/reactNative/cloak.js.map +0 -1
- package/lib-es/data/icons/reactNative/cmm.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cmm.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cmm.js +0 -10
- package/lib-es/data/icons/reactNative/cmm.js.map +0 -1
- package/lib-es/data/icons/reactNative/cmt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cmt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cmt.js +0 -10
- package/lib-es/data/icons/reactNative/cmt.js.map +0 -1
- package/lib-es/data/icons/reactNative/cnd.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cnd.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cnd.js +0 -10
- package/lib-es/data/icons/reactNative/cnd.js.map +0 -1
- package/lib-es/data/icons/reactNative/cnx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cnx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cnx.js +0 -11
- package/lib-es/data/icons/reactNative/cnx.js.map +0 -1
- package/lib-es/data/icons/reactNative/cny.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cny.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cny.js +0 -10
- package/lib-es/data/icons/reactNative/cny.js.map +0 -1
- package/lib-es/data/icons/reactNative/cob.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cob.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cob.js +0 -11
- package/lib-es/data/icons/reactNative/cob.js.map +0 -1
- package/lib-es/data/icons/reactNative/colx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/colx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/colx.js +0 -10
- package/lib-es/data/icons/reactNative/colx.js.map +0 -1
- package/lib-es/data/icons/reactNative/comp.d.ts +0 -8
- package/lib-es/data/icons/reactNative/comp.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/comp.js +0 -10
- package/lib-es/data/icons/reactNative/comp.js.map +0 -1
- package/lib-es/data/icons/reactNative/coqui.d.ts +0 -8
- package/lib-es/data/icons/reactNative/coqui.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/coqui.js +0 -10
- package/lib-es/data/icons/reactNative/coqui.js.map +0 -1
- package/lib-es/data/icons/reactNative/core.d.ts +0 -8
- package/lib-es/data/icons/reactNative/core.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/core.js +0 -10
- package/lib-es/data/icons/reactNative/core.js.map +0 -1
- package/lib-es/data/icons/reactNative/cred.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cred.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cred.js +0 -10
- package/lib-es/data/icons/reactNative/cred.js.map +0 -1
- package/lib-es/data/icons/reactNative/crk.d.ts +0 -8
- package/lib-es/data/icons/reactNative/crk.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/crk.js +0 -14
- package/lib-es/data/icons/reactNative/crk.js.map +0 -1
- package/lib-es/data/icons/reactNative/cro.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cro.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cro.js +0 -13
- package/lib-es/data/icons/reactNative/cro.js.map +0 -1
- package/lib-es/data/icons/reactNative/crpt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/crpt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/crpt.js +0 -10
- package/lib-es/data/icons/reactNative/crpt.js.map +0 -1
- package/lib-es/data/icons/reactNative/crw.d.ts +0 -8
- package/lib-es/data/icons/reactNative/crw.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/crw.js +0 -10
- package/lib-es/data/icons/reactNative/crw.js.map +0 -1
- package/lib-es/data/icons/reactNative/cs.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cs.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cs.js +0 -10
- package/lib-es/data/icons/reactNative/cs.js.map +0 -1
- package/lib-es/data/icons/reactNative/cspr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cspr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cspr.js +0 -14
- package/lib-es/data/icons/reactNative/cspr.js.map +0 -1
- package/lib-es/data/icons/reactNative/ctr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ctr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ctr.js +0 -11
- package/lib-es/data/icons/reactNative/ctr.js.map +0 -1
- package/lib-es/data/icons/reactNative/ctxc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ctxc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ctxc.js +0 -15
- package/lib-es/data/icons/reactNative/ctxc.js.map +0 -1
- package/lib-es/data/icons/reactNative/currencyArbitrum.d.ts +0 -8
- package/lib-es/data/icons/reactNative/currencyArbitrum.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/currencyArbitrum.js +0 -13
- package/lib-es/data/icons/reactNative/currencyArbitrum.js.map +0 -1
- package/lib-es/data/icons/reactNative/currencyArbitrumGoerli.d.ts +0 -8
- package/lib-es/data/icons/reactNative/currencyArbitrumGoerli.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/currencyArbitrumGoerli.js +0 -13
- package/lib-es/data/icons/reactNative/currencyArbitrumGoerli.js.map +0 -1
- package/lib-es/data/icons/reactNative/currencyBase.d.ts +0 -8
- package/lib-es/data/icons/reactNative/currencyBase.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/currencyBase.js +0 -10
- package/lib-es/data/icons/reactNative/currencyBase.js.map +0 -1
- package/lib-es/data/icons/reactNative/currencyBaseGoerli.d.ts +0 -8
- package/lib-es/data/icons/reactNative/currencyBaseGoerli.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/currencyBaseGoerli.js +0 -10
- package/lib-es/data/icons/reactNative/currencyBaseGoerli.js.map +0 -1
- package/lib-es/data/icons/reactNative/currencyBoba.d.ts +0 -8
- package/lib-es/data/icons/reactNative/currencyBoba.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/currencyBoba.js +0 -18
- package/lib-es/data/icons/reactNative/currencyBoba.js.map +0 -1
- package/lib-es/data/icons/reactNative/currencyOptimism.d.ts +0 -8
- package/lib-es/data/icons/reactNative/currencyOptimism.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/currencyOptimism.js +0 -12
- package/lib-es/data/icons/reactNative/currencyOptimism.js.map +0 -1
- package/lib-es/data/icons/reactNative/currencyOptimismGoerli.d.ts +0 -8
- package/lib-es/data/icons/reactNative/currencyOptimismGoerli.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/currencyOptimismGoerli.js +0 -12
- package/lib-es/data/icons/reactNative/currencyOptimismGoerli.js.map +0 -1
- package/lib-es/data/icons/reactNative/currencyPolygonZkEvm.d.ts +0 -8
- package/lib-es/data/icons/reactNative/currencyPolygonZkEvm.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/currencyPolygonZkEvm.js +0 -10
- package/lib-es/data/icons/reactNative/currencyPolygonZkEvm.js.map +0 -1
- package/lib-es/data/icons/reactNative/currencyPolygonZkEvmTestnet.d.ts +0 -8
- package/lib-es/data/icons/reactNative/currencyPolygonZkEvmTestnet.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/currencyPolygonZkEvmTestnet.js +0 -10
- package/lib-es/data/icons/reactNative/currencyPolygonZkEvmTestnet.js.map +0 -1
- package/lib-es/data/icons/reactNative/cvc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/cvc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/cvc.js +0 -10
- package/lib-es/data/icons/reactNative/cvc.js.map +0 -1
- package/lib-es/data/icons/reactNative/d.d.ts +0 -8
- package/lib-es/data/icons/reactNative/d.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/d.js +0 -11
- package/lib-es/data/icons/reactNative/d.js.map +0 -1
- package/lib-es/data/icons/reactNative/dai.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dai.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dai.js +0 -10
- package/lib-es/data/icons/reactNative/dai.js.map +0 -1
- package/lib-es/data/icons/reactNative/dash.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dash.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dash.js +0 -11
- package/lib-es/data/icons/reactNative/dash.js.map +0 -1
- package/lib-es/data/icons/reactNative/dat.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dat.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dat.js +0 -10
- package/lib-es/data/icons/reactNative/dat.js.map +0 -1
- package/lib-es/data/icons/reactNative/data.d.ts +0 -8
- package/lib-es/data/icons/reactNative/data.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/data.js +0 -10
- package/lib-es/data/icons/reactNative/data.js.map +0 -1
- package/lib-es/data/icons/reactNative/dbc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dbc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dbc.js +0 -10
- package/lib-es/data/icons/reactNative/dbc.js.map +0 -1
- package/lib-es/data/icons/reactNative/dcn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dcn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dcn.js +0 -11
- package/lib-es/data/icons/reactNative/dcn.js.map +0 -1
- package/lib-es/data/icons/reactNative/dcr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dcr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dcr.js +0 -11
- package/lib-es/data/icons/reactNative/dcr.js.map +0 -1
- package/lib-es/data/icons/reactNative/deez.d.ts +0 -8
- package/lib-es/data/icons/reactNative/deez.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/deez.js +0 -10
- package/lib-es/data/icons/reactNative/deez.js.map +0 -1
- package/lib-es/data/icons/reactNative/dent.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dent.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dent.js +0 -10
- package/lib-es/data/icons/reactNative/dent.js.map +0 -1
- package/lib-es/data/icons/reactNative/dew.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dew.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dew.js +0 -10
- package/lib-es/data/icons/reactNative/dew.js.map +0 -1
- package/lib-es/data/icons/reactNative/dgb.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dgb.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dgb.js +0 -10
- package/lib-es/data/icons/reactNative/dgb.js.map +0 -1
- package/lib-es/data/icons/reactNative/dgd.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dgd.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dgd.js +0 -10
- package/lib-es/data/icons/reactNative/dgd.js.map +0 -1
- package/lib-es/data/icons/reactNative/dlt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dlt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dlt.js +0 -10
- package/lib-es/data/icons/reactNative/dlt.js.map +0 -1
- package/lib-es/data/icons/reactNative/dnt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dnt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dnt.js +0 -10
- package/lib-es/data/icons/reactNative/dnt.js.map +0 -1
- package/lib-es/data/icons/reactNative/dock.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dock.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dock.js +0 -10
- package/lib-es/data/icons/reactNative/dock.js.map +0 -1
- package/lib-es/data/icons/reactNative/doge.d.ts +0 -8
- package/lib-es/data/icons/reactNative/doge.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/doge.js +0 -10
- package/lib-es/data/icons/reactNative/doge.js.map +0 -1
- package/lib-es/data/icons/reactNative/dot.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dot.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dot.js +0 -15
- package/lib-es/data/icons/reactNative/dot.js.map +0 -1
- package/lib-es/data/icons/reactNative/drgn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/drgn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/drgn.js +0 -11
- package/lib-es/data/icons/reactNative/drgn.js.map +0 -1
- package/lib-es/data/icons/reactNative/drop.d.ts +0 -8
- package/lib-es/data/icons/reactNative/drop.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/drop.js +0 -17
- package/lib-es/data/icons/reactNative/drop.js.map +0 -1
- package/lib-es/data/icons/reactNative/dsm.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dsm.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dsm.js +0 -10
- package/lib-es/data/icons/reactNative/dsm.js.map +0 -1
- package/lib-es/data/icons/reactNative/dta.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dta.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dta.js +0 -10
- package/lib-es/data/icons/reactNative/dta.js.map +0 -1
- package/lib-es/data/icons/reactNative/dth.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dth.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dth.js +0 -11
- package/lib-es/data/icons/reactNative/dth.js.map +0 -1
- package/lib-es/data/icons/reactNative/dtr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dtr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dtr.js +0 -11
- package/lib-es/data/icons/reactNative/dtr.js.map +0 -1
- package/lib-es/data/icons/reactNative/dydx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/dydx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/dydx.js +0 -13
- package/lib-es/data/icons/reactNative/dydx.js.map +0 -1
- package/lib-es/data/icons/reactNative/ebst.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ebst.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ebst.js +0 -10
- package/lib-es/data/icons/reactNative/ebst.js.map +0 -1
- package/lib-es/data/icons/reactNative/eca.d.ts +0 -8
- package/lib-es/data/icons/reactNative/eca.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/eca.js +0 -10
- package/lib-es/data/icons/reactNative/eca.js.map +0 -1
- package/lib-es/data/icons/reactNative/edg.d.ts +0 -8
- package/lib-es/data/icons/reactNative/edg.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/edg.js +0 -11
- package/lib-es/data/icons/reactNative/edg.js.map +0 -1
- package/lib-es/data/icons/reactNative/edo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/edo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/edo.js +0 -10
- package/lib-es/data/icons/reactNative/edo.js.map +0 -1
- package/lib-es/data/icons/reactNative/edoge.d.ts +0 -8
- package/lib-es/data/icons/reactNative/edoge.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/edoge.js +0 -10
- package/lib-es/data/icons/reactNative/edoge.js.map +0 -1
- package/lib-es/data/icons/reactNative/egem.d.ts +0 -8
- package/lib-es/data/icons/reactNative/egem.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/egem.js +0 -10
- package/lib-es/data/icons/reactNative/egem.js.map +0 -1
- package/lib-es/data/icons/reactNative/egld.d.ts +0 -8
- package/lib-es/data/icons/reactNative/egld.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/egld.js +0 -10
- package/lib-es/data/icons/reactNative/egld.js.map +0 -1
- package/lib-es/data/icons/reactNative/ela.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ela.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ela.js +0 -21
- package/lib-es/data/icons/reactNative/ela.js.map +0 -1
- package/lib-es/data/icons/reactNative/elec.d.ts +0 -8
- package/lib-es/data/icons/reactNative/elec.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/elec.js +0 -12
- package/lib-es/data/icons/reactNative/elec.js.map +0 -1
- package/lib-es/data/icons/reactNative/elf.d.ts +0 -8
- package/lib-es/data/icons/reactNative/elf.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/elf.js +0 -10
- package/lib-es/data/icons/reactNative/elf.js.map +0 -1
- package/lib-es/data/icons/reactNative/elix.d.ts +0 -8
- package/lib-es/data/icons/reactNative/elix.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/elix.js +0 -17
- package/lib-es/data/icons/reactNative/elix.js.map +0 -1
- package/lib-es/data/icons/reactNative/ella.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ella.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ella.js +0 -10
- package/lib-es/data/icons/reactNative/ella.js.map +0 -1
- package/lib-es/data/icons/reactNative/emc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/emc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/emc.js +0 -10
- package/lib-es/data/icons/reactNative/emc.js.map +0 -1
- package/lib-es/data/icons/reactNative/emc2.d.ts +0 -8
- package/lib-es/data/icons/reactNative/emc2.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/emc2.js +0 -12
- package/lib-es/data/icons/reactNative/emc2.js.map +0 -1
- package/lib-es/data/icons/reactNative/eng.d.ts +0 -8
- package/lib-es/data/icons/reactNative/eng.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/eng.js +0 -11
- package/lib-es/data/icons/reactNative/eng.js.map +0 -1
- package/lib-es/data/icons/reactNative/enj.d.ts +0 -8
- package/lib-es/data/icons/reactNative/enj.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/enj.js +0 -10
- package/lib-es/data/icons/reactNative/enj.js.map +0 -1
- package/lib-es/data/icons/reactNative/entrp.d.ts +0 -8
- package/lib-es/data/icons/reactNative/entrp.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/entrp.js +0 -10
- package/lib-es/data/icons/reactNative/entrp.js.map +0 -1
- package/lib-es/data/icons/reactNative/eon.d.ts +0 -8
- package/lib-es/data/icons/reactNative/eon.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/eon.js +0 -10
- package/lib-es/data/icons/reactNative/eon.js.map +0 -1
- package/lib-es/data/icons/reactNative/eop.d.ts +0 -8
- package/lib-es/data/icons/reactNative/eop.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/eop.js +0 -11
- package/lib-es/data/icons/reactNative/eop.js.map +0 -1
- package/lib-es/data/icons/reactNative/eos.d.ts +0 -8
- package/lib-es/data/icons/reactNative/eos.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/eos.js +0 -10
- package/lib-es/data/icons/reactNative/eos.js.map +0 -1
- package/lib-es/data/icons/reactNative/eqli.d.ts +0 -8
- package/lib-es/data/icons/reactNative/eqli.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/eqli.js +0 -10
- package/lib-es/data/icons/reactNative/eqli.js.map +0 -1
- package/lib-es/data/icons/reactNative/equa.d.ts +0 -8
- package/lib-es/data/icons/reactNative/equa.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/equa.js +0 -10
- package/lib-es/data/icons/reactNative/equa.js.map +0 -1
- package/lib-es/data/icons/reactNative/eqz.d.ts +0 -8
- package/lib-es/data/icons/reactNative/eqz.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/eqz.js +0 -10
- package/lib-es/data/icons/reactNative/eqz.js.map +0 -1
- package/lib-es/data/icons/reactNative/etc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/etc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/etc.js +0 -13
- package/lib-es/data/icons/reactNative/etc.js.map +0 -1
- package/lib-es/data/icons/reactNative/eth.d.ts +0 -8
- package/lib-es/data/icons/reactNative/eth.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/eth.js +0 -15
- package/lib-es/data/icons/reactNative/eth.js.map +0 -1
- package/lib-es/data/icons/reactNative/ethos.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ethos.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ethos.js +0 -11
- package/lib-es/data/icons/reactNative/ethos.js.map +0 -1
- package/lib-es/data/icons/reactNative/etn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/etn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/etn.js +0 -10
- package/lib-es/data/icons/reactNative/etn.js.map +0 -1
- package/lib-es/data/icons/reactNative/etp.d.ts +0 -8
- package/lib-es/data/icons/reactNative/etp.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/etp.js +0 -11
- package/lib-es/data/icons/reactNative/etp.js.map +0 -1
- package/lib-es/data/icons/reactNative/euroc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/euroc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/euroc.js +0 -12
- package/lib-es/data/icons/reactNative/euroc.js.map +0 -1
- package/lib-es/data/icons/reactNative/evmos.d.ts +0 -8
- package/lib-es/data/icons/reactNative/evmos.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/evmos.js +0 -10
- package/lib-es/data/icons/reactNative/evmos.js.map +0 -1
- package/lib-es/data/icons/reactNative/evx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/evx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/evx.js +0 -11
- package/lib-es/data/icons/reactNative/evx.js.map +0 -1
- package/lib-es/data/icons/reactNative/ewt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ewt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ewt.js +0 -10
- package/lib-es/data/icons/reactNative/ewt.js.map +0 -1
- package/lib-es/data/icons/reactNative/exmo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/exmo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/exmo.js +0 -10
- package/lib-es/data/icons/reactNative/exmo.js.map +0 -1
- package/lib-es/data/icons/reactNative/exp.d.ts +0 -8
- package/lib-es/data/icons/reactNative/exp.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/exp.js +0 -10
- package/lib-es/data/icons/reactNative/exp.js.map +0 -1
- package/lib-es/data/icons/reactNative/fair.d.ts +0 -8
- package/lib-es/data/icons/reactNative/fair.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/fair.js +0 -10
- package/lib-es/data/icons/reactNative/fair.js.map +0 -1
- package/lib-es/data/icons/reactNative/fct.d.ts +0 -8
- package/lib-es/data/icons/reactNative/fct.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/fct.js +0 -10
- package/lib-es/data/icons/reactNative/fct.js.map +0 -1
- package/lib-es/data/icons/reactNative/fil.d.ts +0 -8
- package/lib-es/data/icons/reactNative/fil.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/fil.js +0 -10
- package/lib-es/data/icons/reactNative/fil.js.map +0 -1
- package/lib-es/data/icons/reactNative/fjc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/fjc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/fjc.js +0 -12
- package/lib-es/data/icons/reactNative/fjc.js.map +0 -1
- package/lib-es/data/icons/reactNative/fldc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/fldc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/fldc.js +0 -10
- package/lib-es/data/icons/reactNative/fldc.js.map +0 -1
- package/lib-es/data/icons/reactNative/flo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/flo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/flo.js +0 -10
- package/lib-es/data/icons/reactNative/flo.js.map +0 -1
- package/lib-es/data/icons/reactNative/flr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/flr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/flr.js +0 -10
- package/lib-es/data/icons/reactNative/flr.js.map +0 -1
- package/lib-es/data/icons/reactNative/fsn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/fsn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/fsn.js +0 -10
- package/lib-es/data/icons/reactNative/fsn.js.map +0 -1
- package/lib-es/data/icons/reactNative/ftc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ftc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ftc.js +0 -10
- package/lib-es/data/icons/reactNative/ftc.js.map +0 -1
- package/lib-es/data/icons/reactNative/ftm.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ftm.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ftm.js +0 -10
- package/lib-es/data/icons/reactNative/ftm.js.map +0 -1
- package/lib-es/data/icons/reactNative/fuel.d.ts +0 -8
- package/lib-es/data/icons/reactNative/fuel.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/fuel.js +0 -10
- package/lib-es/data/icons/reactNative/fuel.js.map +0 -1
- package/lib-es/data/icons/reactNative/fun.d.ts +0 -8
- package/lib-es/data/icons/reactNative/fun.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/fun.js +0 -10
- package/lib-es/data/icons/reactNative/fun.js.map +0 -1
- package/lib-es/data/icons/reactNative/gAbi.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gAbi.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gAbi.js +0 -11
- package/lib-es/data/icons/reactNative/gAbi.js.map +0 -1
- package/lib-es/data/icons/reactNative/game.d.ts +0 -8
- package/lib-es/data/icons/reactNative/game.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/game.js +0 -10
- package/lib-es/data/icons/reactNative/game.js.map +0 -1
- package/lib-es/data/icons/reactNative/gas.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gas.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gas.js +0 -10
- package/lib-es/data/icons/reactNative/gas.js.map +0 -1
- package/lib-es/data/icons/reactNative/gbx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gbx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gbx.js +0 -11
- package/lib-es/data/icons/reactNative/gbx.js.map +0 -1
- package/lib-es/data/icons/reactNative/gbyte.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gbyte.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gbyte.js +0 -11
- package/lib-es/data/icons/reactNative/gbyte.js.map +0 -1
- package/lib-es/data/icons/reactNative/generic.d.ts +0 -8
- package/lib-es/data/icons/reactNative/generic.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/generic.js +0 -10
- package/lib-es/data/icons/reactNative/generic.js.map +0 -1
- package/lib-es/data/icons/reactNative/gin.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gin.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gin.js +0 -11
- package/lib-es/data/icons/reactNative/gin.js.map +0 -1
- package/lib-es/data/icons/reactNative/glmr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/glmr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/glmr.js +0 -24
- package/lib-es/data/icons/reactNative/glmr.js.map +0 -1
- package/lib-es/data/icons/reactNative/glxt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/glxt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/glxt.js +0 -10
- package/lib-es/data/icons/reactNative/glxt.js.map +0 -1
- package/lib-es/data/icons/reactNative/gm.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gm.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gm.js +0 -11
- package/lib-es/data/icons/reactNative/gm.js.map +0 -1
- package/lib-es/data/icons/reactNative/gmr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gmr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gmr.js +0 -14
- package/lib-es/data/icons/reactNative/gmr.js.map +0 -1
- package/lib-es/data/icons/reactNative/gno.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gno.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gno.js +0 -10
- package/lib-es/data/icons/reactNative/gno.js.map +0 -1
- package/lib-es/data/icons/reactNative/gnt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gnt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gnt.js +0 -10
- package/lib-es/data/icons/reactNative/gnt.js.map +0 -1
- package/lib-es/data/icons/reactNative/gold.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gold.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gold.js +0 -10
- package/lib-es/data/icons/reactNative/gold.js.map +0 -1
- package/lib-es/data/icons/reactNative/grc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/grc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/grc.js +0 -10
- package/lib-es/data/icons/reactNative/grc.js.map +0 -1
- package/lib-es/data/icons/reactNative/grin.d.ts +0 -8
- package/lib-es/data/icons/reactNative/grin.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/grin.js +0 -10
- package/lib-es/data/icons/reactNative/grin.js.map +0 -1
- package/lib-es/data/icons/reactNative/gsc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gsc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gsc.js +0 -10
- package/lib-es/data/icons/reactNative/gsc.js.map +0 -1
- package/lib-es/data/icons/reactNative/gto.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gto.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gto.js +0 -11
- package/lib-es/data/icons/reactNative/gto.js.map +0 -1
- package/lib-es/data/icons/reactNative/gup.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gup.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gup.js +0 -10
- package/lib-es/data/icons/reactNative/gup.js.map +0 -1
- package/lib-es/data/icons/reactNative/gusd.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gusd.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gusd.js +0 -10
- package/lib-es/data/icons/reactNative/gusd.js.map +0 -1
- package/lib-es/data/icons/reactNative/gvt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gvt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gvt.js +0 -10
- package/lib-es/data/icons/reactNative/gvt.js.map +0 -1
- package/lib-es/data/icons/reactNative/gxs.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gxs.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gxs.js +0 -10
- package/lib-es/data/icons/reactNative/gxs.js.map +0 -1
- package/lib-es/data/icons/reactNative/gzr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/gzr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/gzr.js +0 -13
- package/lib-es/data/icons/reactNative/gzr.js.map +0 -1
- package/lib-es/data/icons/reactNative/hbar.d.ts +0 -8
- package/lib-es/data/icons/reactNative/hbar.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/hbar.js +0 -10
- package/lib-es/data/icons/reactNative/hbar.js.map +0 -1
- package/lib-es/data/icons/reactNative/hight.d.ts +0 -8
- package/lib-es/data/icons/reactNative/hight.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/hight.js +0 -10
- package/lib-es/data/icons/reactNative/hight.js.map +0 -1
- package/lib-es/data/icons/reactNative/hmmm.d.ts +0 -8
- package/lib-es/data/icons/reactNative/hmmm.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/hmmm.js +0 -11
- package/lib-es/data/icons/reactNative/hmmm.js.map +0 -1
- package/lib-es/data/icons/reactNative/hodl.d.ts +0 -8
- package/lib-es/data/icons/reactNative/hodl.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/hodl.js +0 -10
- package/lib-es/data/icons/reactNative/hodl.js.map +0 -1
- package/lib-es/data/icons/reactNative/hot.d.ts +0 -8
- package/lib-es/data/icons/reactNative/hot.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/hot.js +0 -10
- package/lib-es/data/icons/reactNative/hot.js.map +0 -1
- package/lib-es/data/icons/reactNative/hpb.d.ts +0 -8
- package/lib-es/data/icons/reactNative/hpb.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/hpb.js +0 -11
- package/lib-es/data/icons/reactNative/hpb.js.map +0 -1
- package/lib-es/data/icons/reactNative/hsr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/hsr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/hsr.js +0 -11
- package/lib-es/data/icons/reactNative/hsr.js.map +0 -1
- package/lib-es/data/icons/reactNative/ht.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ht.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ht.js +0 -11
- package/lib-es/data/icons/reactNative/ht.js.map +0 -1
- package/lib-es/data/icons/reactNative/html.d.ts +0 -8
- package/lib-es/data/icons/reactNative/html.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/html.js +0 -10
- package/lib-es/data/icons/reactNative/html.js.map +0 -1
- package/lib-es/data/icons/reactNative/huc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/huc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/huc.js +0 -10
- package/lib-es/data/icons/reactNative/huc.js.map +0 -1
- package/lib-es/data/icons/reactNative/hush.d.ts +0 -8
- package/lib-es/data/icons/reactNative/hush.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/hush.js +0 -10
- package/lib-es/data/icons/reactNative/hush.js.map +0 -1
- package/lib-es/data/icons/reactNative/icn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/icn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/icn.js +0 -10
- package/lib-es/data/icons/reactNative/icn.js.map +0 -1
- package/lib-es/data/icons/reactNative/icp.d.ts +0 -8
- package/lib-es/data/icons/reactNative/icp.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/icp.js +0 -10
- package/lib-es/data/icons/reactNative/icp.js.map +0 -1
- package/lib-es/data/icons/reactNative/icx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/icx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/icx.js +0 -10
- package/lib-es/data/icons/reactNative/icx.js.map +0 -1
- package/lib-es/data/icons/reactNative/ignis.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ignis.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ignis.js +0 -11
- package/lib-es/data/icons/reactNative/ignis.js.map +0 -1
- package/lib-es/data/icons/reactNative/ilk.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ilk.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ilk.js +0 -10
- package/lib-es/data/icons/reactNative/ilk.js.map +0 -1
- package/lib-es/data/icons/reactNative/index.d.ts +0 -516
- package/lib-es/data/icons/reactNative/index.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/index.js +0 -516
- package/lib-es/data/icons/reactNative/index.js.map +0 -1
- package/lib-es/data/icons/reactNative/inj.d.ts +0 -8
- package/lib-es/data/icons/reactNative/inj.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/inj.js +0 -11
- package/lib-es/data/icons/reactNative/inj.js.map +0 -1
- package/lib-es/data/icons/reactNative/ink.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ink.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ink.js +0 -11
- package/lib-es/data/icons/reactNative/ink.js.map +0 -1
- package/lib-es/data/icons/reactNative/ins.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ins.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ins.js +0 -13
- package/lib-es/data/icons/reactNative/ins.js.map +0 -1
- package/lib-es/data/icons/reactNative/ion.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ion.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ion.js +0 -10
- package/lib-es/data/icons/reactNative/ion.js.map +0 -1
- package/lib-es/data/icons/reactNative/iop.d.ts +0 -8
- package/lib-es/data/icons/reactNative/iop.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/iop.js +0 -12
- package/lib-es/data/icons/reactNative/iop.js.map +0 -1
- package/lib-es/data/icons/reactNative/iost.d.ts +0 -8
- package/lib-es/data/icons/reactNative/iost.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/iost.js +0 -10
- package/lib-es/data/icons/reactNative/iost.js.map +0 -1
- package/lib-es/data/icons/reactNative/iotx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/iotx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/iotx.js +0 -32
- package/lib-es/data/icons/reactNative/iotx.js.map +0 -1
- package/lib-es/data/icons/reactNative/iq.d.ts +0 -8
- package/lib-es/data/icons/reactNative/iq.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/iq.js +0 -10
- package/lib-es/data/icons/reactNative/iq.js.map +0 -1
- package/lib-es/data/icons/reactNative/itc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/itc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/itc.js +0 -10
- package/lib-es/data/icons/reactNative/itc.js.map +0 -1
- package/lib-es/data/icons/reactNative/jnt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/jnt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/jnt.js +0 -10
- package/lib-es/data/icons/reactNative/jnt.js.map +0 -1
- package/lib-es/data/icons/reactNative/jpy.d.ts +0 -8
- package/lib-es/data/icons/reactNative/jpy.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/jpy.js +0 -10
- package/lib-es/data/icons/reactNative/jpy.js.map +0 -1
- package/lib-es/data/icons/reactNative/kava.d.ts +0 -8
- package/lib-es/data/icons/reactNative/kava.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/kava.js +0 -11
- package/lib-es/data/icons/reactNative/kava.js.map +0 -1
- package/lib-es/data/icons/reactNative/kcs.d.ts +0 -8
- package/lib-es/data/icons/reactNative/kcs.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/kcs.js +0 -10
- package/lib-es/data/icons/reactNative/kcs.js.map +0 -1
- package/lib-es/data/icons/reactNative/kin.d.ts +0 -8
- package/lib-es/data/icons/reactNative/kin.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/kin.js +0 -10
- package/lib-es/data/icons/reactNative/kin.js.map +0 -1
- package/lib-es/data/icons/reactNative/klay.d.ts +0 -8
- package/lib-es/data/icons/reactNative/klay.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/klay.js +0 -13
- package/lib-es/data/icons/reactNative/klay.js.map +0 -1
- package/lib-es/data/icons/reactNative/klown.d.ts +0 -8
- package/lib-es/data/icons/reactNative/klown.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/klown.js +0 -30
- package/lib-es/data/icons/reactNative/klown.js.map +0 -1
- package/lib-es/data/icons/reactNative/kmd.d.ts +0 -8
- package/lib-es/data/icons/reactNative/kmd.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/kmd.js +0 -11
- package/lib-es/data/icons/reactNative/kmd.js.map +0 -1
- package/lib-es/data/icons/reactNative/knc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/knc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/knc.js +0 -10
- package/lib-es/data/icons/reactNative/knc.js.map +0 -1
- package/lib-es/data/icons/reactNative/krb.d.ts +0 -8
- package/lib-es/data/icons/reactNative/krb.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/krb.js +0 -10
- package/lib-es/data/icons/reactNative/krb.js.map +0 -1
- package/lib-es/data/icons/reactNative/lbc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/lbc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/lbc.js +0 -10
- package/lib-es/data/icons/reactNative/lbc.js.map +0 -1
- package/lib-es/data/icons/reactNative/lend.d.ts +0 -8
- package/lib-es/data/icons/reactNative/lend.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/lend.js +0 -10
- package/lib-es/data/icons/reactNative/lend.js.map +0 -1
- package/lib-es/data/icons/reactNative/leo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/leo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/leo.js +0 -13
- package/lib-es/data/icons/reactNative/leo.js.map +0 -1
- package/lib-es/data/icons/reactNative/link.d.ts +0 -8
- package/lib-es/data/icons/reactNative/link.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/link.js +0 -10
- package/lib-es/data/icons/reactNative/link.js.map +0 -1
- package/lib-es/data/icons/reactNative/lkk.d.ts +0 -8
- package/lib-es/data/icons/reactNative/lkk.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/lkk.js +0 -10
- package/lib-es/data/icons/reactNative/lkk.js.map +0 -1
- package/lib-es/data/icons/reactNative/loom.d.ts +0 -8
- package/lib-es/data/icons/reactNative/loom.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/loom.js +0 -15
- package/lib-es/data/icons/reactNative/loom.js.map +0 -1
- package/lib-es/data/icons/reactNative/lpt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/lpt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/lpt.js +0 -10
- package/lib-es/data/icons/reactNative/lpt.js.map +0 -1
- package/lib-es/data/icons/reactNative/lrc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/lrc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/lrc.js +0 -10
- package/lib-es/data/icons/reactNative/lrc.js.map +0 -1
- package/lib-es/data/icons/reactNative/lsk.d.ts +0 -8
- package/lib-es/data/icons/reactNative/lsk.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/lsk.js +0 -10
- package/lib-es/data/icons/reactNative/lsk.js.map +0 -1
- package/lib-es/data/icons/reactNative/ltc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ltc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ltc.js +0 -10
- package/lib-es/data/icons/reactNative/ltc.js.map +0 -1
- package/lib-es/data/icons/reactNative/lun.d.ts +0 -8
- package/lib-es/data/icons/reactNative/lun.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/lun.js +0 -10
- package/lib-es/data/icons/reactNative/lun.js.map +0 -1
- package/lib-es/data/icons/reactNative/lyx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/lyx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/lyx.js +0 -10
- package/lib-es/data/icons/reactNative/lyx.js.map +0 -1
- package/lib-es/data/icons/reactNative/maid.d.ts +0 -8
- package/lib-es/data/icons/reactNative/maid.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/maid.js +0 -12
- package/lib-es/data/icons/reactNative/maid.js.map +0 -1
- package/lib-es/data/icons/reactNative/mana.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mana.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mana.js +0 -10
- package/lib-es/data/icons/reactNative/mana.js.map +0 -1
- package/lib-es/data/icons/reactNative/matic.d.ts +0 -8
- package/lib-es/data/icons/reactNative/matic.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/matic.js +0 -10
- package/lib-es/data/icons/reactNative/matic.js.map +0 -1
- package/lib-es/data/icons/reactNative/mcap.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mcap.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mcap.js +0 -10
- package/lib-es/data/icons/reactNative/mcap.js.map +0 -1
- package/lib-es/data/icons/reactNative/mco.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mco.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mco.js +0 -10
- package/lib-es/data/icons/reactNative/mco.js.map +0 -1
- package/lib-es/data/icons/reactNative/mda.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mda.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mda.js +0 -10
- package/lib-es/data/icons/reactNative/mda.js.map +0 -1
- package/lib-es/data/icons/reactNative/mds.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mds.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mds.js +0 -10
- package/lib-es/data/icons/reactNative/mds.js.map +0 -1
- package/lib-es/data/icons/reactNative/med.d.ts +0 -8
- package/lib-es/data/icons/reactNative/med.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/med.js +0 -10
- package/lib-es/data/icons/reactNative/med.js.map +0 -1
- package/lib-es/data/icons/reactNative/meetone.d.ts +0 -8
- package/lib-es/data/icons/reactNative/meetone.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/meetone.js +0 -11
- package/lib-es/data/icons/reactNative/meetone.js.map +0 -1
- package/lib-es/data/icons/reactNative/metis.d.ts +0 -8
- package/lib-es/data/icons/reactNative/metis.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/metis.js +0 -10
- package/lib-es/data/icons/reactNative/metis.js.map +0 -1
- package/lib-es/data/icons/reactNative/mex.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mex.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mex.js +0 -10
- package/lib-es/data/icons/reactNative/mex.js.map +0 -1
- package/lib-es/data/icons/reactNative/mft.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mft.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mft.js +0 -10
- package/lib-es/data/icons/reactNative/mft.js.map +0 -1
- package/lib-es/data/icons/reactNative/miota.d.ts +0 -8
- package/lib-es/data/icons/reactNative/miota.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/miota.js +0 -10
- package/lib-es/data/icons/reactNative/miota.js.map +0 -1
- package/lib-es/data/icons/reactNative/mith.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mith.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mith.js +0 -10
- package/lib-es/data/icons/reactNative/mith.js.map +0 -1
- package/lib-es/data/icons/reactNative/mkr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mkr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mkr.js +0 -10
- package/lib-es/data/icons/reactNative/mkr.js.map +0 -1
- package/lib-es/data/icons/reactNative/mln.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mln.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mln.js +0 -11
- package/lib-es/data/icons/reactNative/mln.js.map +0 -1
- package/lib-es/data/icons/reactNative/mnx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mnx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mnx.js +0 -11
- package/lib-es/data/icons/reactNative/mnx.js.map +0 -1
- package/lib-es/data/icons/reactNative/mnz.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mnz.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mnz.js +0 -10
- package/lib-es/data/icons/reactNative/mnz.js.map +0 -1
- package/lib-es/data/icons/reactNative/moac.d.ts +0 -8
- package/lib-es/data/icons/reactNative/moac.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/moac.js +0 -10
- package/lib-es/data/icons/reactNative/moac.js.map +0 -1
- package/lib-es/data/icons/reactNative/mod.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mod.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mod.js +0 -11
- package/lib-es/data/icons/reactNative/mod.js.map +0 -1
- package/lib-es/data/icons/reactNative/mona.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mona.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mona.js +0 -10
- package/lib-es/data/icons/reactNative/mona.js.map +0 -1
- package/lib-es/data/icons/reactNative/movr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/movr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/movr.js +0 -19
- package/lib-es/data/icons/reactNative/movr.js.map +0 -1
- package/lib-es/data/icons/reactNative/msr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/msr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/msr.js +0 -11
- package/lib-es/data/icons/reactNative/msr.js.map +0 -1
- package/lib-es/data/icons/reactNative/mth.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mth.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mth.js +0 -17
- package/lib-es/data/icons/reactNative/mth.js.map +0 -1
- package/lib-es/data/icons/reactNative/mtl.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mtl.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mtl.js +0 -10
- package/lib-es/data/icons/reactNative/mtl.js.map +0 -1
- package/lib-es/data/icons/reactNative/music.d.ts +0 -8
- package/lib-es/data/icons/reactNative/music.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/music.js +0 -10
- package/lib-es/data/icons/reactNative/music.js.map +0 -1
- package/lib-es/data/icons/reactNative/mzc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/mzc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/mzc.js +0 -10
- package/lib-es/data/icons/reactNative/mzc.js.map +0 -1
- package/lib-es/data/icons/reactNative/nano.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nano.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nano.js +0 -10
- package/lib-es/data/icons/reactNative/nano.js.map +0 -1
- package/lib-es/data/icons/reactNative/nas.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nas.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nas.js +0 -10
- package/lib-es/data/icons/reactNative/nas.js.map +0 -1
- package/lib-es/data/icons/reactNative/nav.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nav.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nav.js +0 -10
- package/lib-es/data/icons/reactNative/nav.js.map +0 -1
- package/lib-es/data/icons/reactNative/ncash.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ncash.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ncash.js +0 -10
- package/lib-es/data/icons/reactNative/ncash.js.map +0 -1
- package/lib-es/data/icons/reactNative/ndz.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ndz.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ndz.js +0 -10
- package/lib-es/data/icons/reactNative/ndz.js.map +0 -1
- package/lib-es/data/icons/reactNative/near.d.ts +0 -8
- package/lib-es/data/icons/reactNative/near.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/near.js +0 -10
- package/lib-es/data/icons/reactNative/near.js.map +0 -1
- package/lib-es/data/icons/reactNative/nebl.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nebl.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nebl.js +0 -10
- package/lib-es/data/icons/reactNative/nebl.js.map +0 -1
- package/lib-es/data/icons/reactNative/neo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/neo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/neo.js +0 -10
- package/lib-es/data/icons/reactNative/neo.js.map +0 -1
- package/lib-es/data/icons/reactNative/neon.d.ts +0 -8
- package/lib-es/data/icons/reactNative/neon.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/neon.js +0 -10
- package/lib-es/data/icons/reactNative/neon.js.map +0 -1
- package/lib-es/data/icons/reactNative/neos.d.ts +0 -8
- package/lib-es/data/icons/reactNative/neos.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/neos.js +0 -10
- package/lib-es/data/icons/reactNative/neos.js.map +0 -1
- package/lib-es/data/icons/reactNative/neu.d.ts +0 -8
- package/lib-es/data/icons/reactNative/neu.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/neu.js +0 -13
- package/lib-es/data/icons/reactNative/neu.js.map +0 -1
- package/lib-es/data/icons/reactNative/nexo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nexo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nexo.js +0 -15
- package/lib-es/data/icons/reactNative/nexo.js.map +0 -1
- package/lib-es/data/icons/reactNative/ngc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ngc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ngc.js +0 -10
- package/lib-es/data/icons/reactNative/ngc.js.map +0 -1
- package/lib-es/data/icons/reactNative/nim.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nim.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nim.js +0 -10
- package/lib-es/data/icons/reactNative/nim.js.map +0 -1
- package/lib-es/data/icons/reactNative/nio.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nio.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nio.js +0 -10
- package/lib-es/data/icons/reactNative/nio.js.map +0 -1
- package/lib-es/data/icons/reactNative/nlc2.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nlc2.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nlc2.js +0 -10
- package/lib-es/data/icons/reactNative/nlc2.js.map +0 -1
- package/lib-es/data/icons/reactNative/nlg.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nlg.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nlg.js +0 -10
- package/lib-es/data/icons/reactNative/nlg.js.map +0 -1
- package/lib-es/data/icons/reactNative/nmc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nmc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nmc.js +0 -10
- package/lib-es/data/icons/reactNative/nmc.js.map +0 -1
- package/lib-es/data/icons/reactNative/nmr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nmr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nmr.js +0 -10
- package/lib-es/data/icons/reactNative/nmr.js.map +0 -1
- package/lib-es/data/icons/reactNative/nom.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nom.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nom.js +0 -10
- package/lib-es/data/icons/reactNative/nom.js.map +0 -1
- package/lib-es/data/icons/reactNative/npxs.d.ts +0 -8
- package/lib-es/data/icons/reactNative/npxs.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/npxs.js +0 -11
- package/lib-es/data/icons/reactNative/npxs.js.map +0 -1
- package/lib-es/data/icons/reactNative/nuls.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nuls.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nuls.js +0 -10
- package/lib-es/data/icons/reactNative/nuls.js.map +0 -1
- package/lib-es/data/icons/reactNative/nxs.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nxs.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nxs.js +0 -10
- package/lib-es/data/icons/reactNative/nxs.js.map +0 -1
- package/lib-es/data/icons/reactNative/nxt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nxt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nxt.js +0 -10
- package/lib-es/data/icons/reactNative/nxt.js.map +0 -1
- package/lib-es/data/icons/reactNative/nym.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nym.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nym.js +0 -14
- package/lib-es/data/icons/reactNative/nym.js.map +0 -1
- package/lib-es/data/icons/reactNative/nyx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/nyx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/nyx.js +0 -12
- package/lib-es/data/icons/reactNative/nyx.js.map +0 -1
- package/lib-es/data/icons/reactNative/oax.d.ts +0 -8
- package/lib-es/data/icons/reactNative/oax.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/oax.js +0 -10
- package/lib-es/data/icons/reactNative/oax.js.map +0 -1
- package/lib-es/data/icons/reactNative/ok.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ok.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ok.js +0 -10
- package/lib-es/data/icons/reactNative/ok.js.map +0 -1
- package/lib-es/data/icons/reactNative/okb.d.ts +0 -8
- package/lib-es/data/icons/reactNative/okb.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/okb.js +0 -13
- package/lib-es/data/icons/reactNative/okb.js.map +0 -1
- package/lib-es/data/icons/reactNative/omg.d.ts +0 -8
- package/lib-es/data/icons/reactNative/omg.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/omg.js +0 -10
- package/lib-es/data/icons/reactNative/omg.js.map +0 -1
- package/lib-es/data/icons/reactNative/omni.d.ts +0 -8
- package/lib-es/data/icons/reactNative/omni.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/omni.js +0 -10
- package/lib-es/data/icons/reactNative/omni.js.map +0 -1
- package/lib-es/data/icons/reactNative/ong.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ong.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ong.js +0 -12
- package/lib-es/data/icons/reactNative/ong.js.map +0 -1
- package/lib-es/data/icons/reactNative/ont.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ont.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ont.js +0 -10
- package/lib-es/data/icons/reactNative/ont.js.map +0 -1
- package/lib-es/data/icons/reactNative/oot.d.ts +0 -8
- package/lib-es/data/icons/reactNative/oot.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/oot.js +0 -10
- package/lib-es/data/icons/reactNative/oot.js.map +0 -1
- package/lib-es/data/icons/reactNative/osmo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/osmo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/osmo.js +0 -14
- package/lib-es/data/icons/reactNative/osmo.js.map +0 -1
- package/lib-es/data/icons/reactNative/ost.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ost.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ost.js +0 -11
- package/lib-es/data/icons/reactNative/ost.js.map +0 -1
- package/lib-es/data/icons/reactNative/ox.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ox.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ox.js +0 -10
- package/lib-es/data/icons/reactNative/ox.js.map +0 -1
- package/lib-es/data/icons/reactNative/oxt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/oxt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/oxt.js +0 -10
- package/lib-es/data/icons/reactNative/oxt.js.map +0 -1
- package/lib-es/data/icons/reactNative/pac.d.ts +0 -8
- package/lib-es/data/icons/reactNative/pac.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/pac.js +0 -10
- package/lib-es/data/icons/reactNative/pac.js.map +0 -1
- package/lib-es/data/icons/reactNative/part.d.ts +0 -8
- package/lib-es/data/icons/reactNative/part.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/part.js +0 -10
- package/lib-es/data/icons/reactNative/part.js.map +0 -1
- package/lib-es/data/icons/reactNative/pasc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/pasc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/pasc.js +0 -10
- package/lib-es/data/icons/reactNative/pasc.js.map +0 -1
- package/lib-es/data/icons/reactNative/pasl.d.ts +0 -8
- package/lib-es/data/icons/reactNative/pasl.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/pasl.js +0 -10
- package/lib-es/data/icons/reactNative/pasl.js.map +0 -1
- package/lib-es/data/icons/reactNative/pax.d.ts +0 -8
- package/lib-es/data/icons/reactNative/pax.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/pax.js +0 -10
- package/lib-es/data/icons/reactNative/pax.js.map +0 -1
- package/lib-es/data/icons/reactNative/pay.d.ts +0 -8
- package/lib-es/data/icons/reactNative/pay.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/pay.js +0 -10
- package/lib-es/data/icons/reactNative/pay.js.map +0 -1
- package/lib-es/data/icons/reactNative/payx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/payx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/payx.js +0 -11
- package/lib-es/data/icons/reactNative/payx.js.map +0 -1
- package/lib-es/data/icons/reactNative/pink.d.ts +0 -8
- package/lib-es/data/icons/reactNative/pink.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/pink.js +0 -11
- package/lib-es/data/icons/reactNative/pink.js.map +0 -1
- package/lib-es/data/icons/reactNative/pirl.d.ts +0 -8
- package/lib-es/data/icons/reactNative/pirl.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/pirl.js +0 -10
- package/lib-es/data/icons/reactNative/pirl.js.map +0 -1
- package/lib-es/data/icons/reactNative/pivx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/pivx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/pivx.js +0 -10
- package/lib-es/data/icons/reactNative/pivx.js.map +0 -1
- package/lib-es/data/icons/reactNative/plr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/plr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/plr.js +0 -10
- package/lib-es/data/icons/reactNative/plr.js.map +0 -1
- package/lib-es/data/icons/reactNative/poa.d.ts +0 -8
- package/lib-es/data/icons/reactNative/poa.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/poa.js +0 -11
- package/lib-es/data/icons/reactNative/poa.js.map +0 -1
- package/lib-es/data/icons/reactNative/poe.d.ts +0 -8
- package/lib-es/data/icons/reactNative/poe.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/poe.js +0 -11
- package/lib-es/data/icons/reactNative/poe.js.map +0 -1
- package/lib-es/data/icons/reactNative/polis.d.ts +0 -8
- package/lib-es/data/icons/reactNative/polis.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/polis.js +0 -10
- package/lib-es/data/icons/reactNative/polis.js.map +0 -1
- package/lib-es/data/icons/reactNative/poly.d.ts +0 -8
- package/lib-es/data/icons/reactNative/poly.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/poly.js +0 -10
- package/lib-es/data/icons/reactNative/poly.js.map +0 -1
- package/lib-es/data/icons/reactNative/pot.d.ts +0 -8
- package/lib-es/data/icons/reactNative/pot.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/pot.js +0 -10
- package/lib-es/data/icons/reactNative/pot.js.map +0 -1
- package/lib-es/data/icons/reactNative/powr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/powr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/powr.js +0 -10
- package/lib-es/data/icons/reactNative/powr.js.map +0 -1
- package/lib-es/data/icons/reactNative/ppc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ppc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ppc.js +0 -11
- package/lib-es/data/icons/reactNative/ppc.js.map +0 -1
- package/lib-es/data/icons/reactNative/ppp.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ppp.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ppp.js +0 -10
- package/lib-es/data/icons/reactNative/ppp.js.map +0 -1
- package/lib-es/data/icons/reactNative/ppt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ppt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ppt.js +0 -10
- package/lib-es/data/icons/reactNative/ppt.js.map +0 -1
- package/lib-es/data/icons/reactNative/pre.d.ts +0 -8
- package/lib-es/data/icons/reactNative/pre.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/pre.js +0 -15
- package/lib-es/data/icons/reactNative/pre.js.map +0 -1
- package/lib-es/data/icons/reactNative/prl.d.ts +0 -8
- package/lib-es/data/icons/reactNative/prl.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/prl.js +0 -10
- package/lib-es/data/icons/reactNative/prl.js.map +0 -1
- package/lib-es/data/icons/reactNative/ptrn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ptrn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ptrn.js +0 -10
- package/lib-es/data/icons/reactNative/ptrn.js.map +0 -1
- package/lib-es/data/icons/reactNative/pungo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/pungo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/pungo.js +0 -10
- package/lib-es/data/icons/reactNative/pungo.js.map +0 -1
- package/lib-es/data/icons/reactNative/pura.d.ts +0 -8
- package/lib-es/data/icons/reactNative/pura.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/pura.js +0 -10
- package/lib-es/data/icons/reactNative/pura.js.map +0 -1
- package/lib-es/data/icons/reactNative/pyusd.d.ts +0 -8
- package/lib-es/data/icons/reactNative/pyusd.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/pyusd.js +0 -11
- package/lib-es/data/icons/reactNative/pyusd.js.map +0 -1
- package/lib-es/data/icons/reactNative/qash.d.ts +0 -8
- package/lib-es/data/icons/reactNative/qash.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/qash.js +0 -10
- package/lib-es/data/icons/reactNative/qash.js.map +0 -1
- package/lib-es/data/icons/reactNative/qck.d.ts +0 -8
- package/lib-es/data/icons/reactNative/qck.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/qck.js +0 -11
- package/lib-es/data/icons/reactNative/qck.js.map +0 -1
- package/lib-es/data/icons/reactNative/qiwi.d.ts +0 -8
- package/lib-es/data/icons/reactNative/qiwi.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/qiwi.js +0 -10
- package/lib-es/data/icons/reactNative/qiwi.js.map +0 -1
- package/lib-es/data/icons/reactNative/qlc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/qlc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/qlc.js +0 -10
- package/lib-es/data/icons/reactNative/qlc.js.map +0 -1
- package/lib-es/data/icons/reactNative/qrl.d.ts +0 -8
- package/lib-es/data/icons/reactNative/qrl.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/qrl.js +0 -10
- package/lib-es/data/icons/reactNative/qrl.js.map +0 -1
- package/lib-es/data/icons/reactNative/qsp.d.ts +0 -8
- package/lib-es/data/icons/reactNative/qsp.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/qsp.js +0 -10
- package/lib-es/data/icons/reactNative/qsp.js.map +0 -1
- package/lib-es/data/icons/reactNative/qtum.d.ts +0 -8
- package/lib-es/data/icons/reactNative/qtum.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/qtum.js +0 -10
- package/lib-es/data/icons/reactNative/qtum.js.map +0 -1
- package/lib-es/data/icons/reactNative/r.d.ts +0 -8
- package/lib-es/data/icons/reactNative/r.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/r.js +0 -10
- package/lib-es/data/icons/reactNative/r.js.map +0 -1
- package/lib-es/data/icons/reactNative/rads.d.ts +0 -8
- package/lib-es/data/icons/reactNative/rads.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/rads.js +0 -11
- package/lib-es/data/icons/reactNative/rads.js.map +0 -1
- package/lib-es/data/icons/reactNative/rap.d.ts +0 -8
- package/lib-es/data/icons/reactNative/rap.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/rap.js +0 -10
- package/lib-es/data/icons/reactNative/rap.js.map +0 -1
- package/lib-es/data/icons/reactNative/rbtc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/rbtc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/rbtc.js +0 -11
- package/lib-es/data/icons/reactNative/rbtc.js.map +0 -1
- package/lib-es/data/icons/reactNative/rcn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/rcn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/rcn.js +0 -10
- package/lib-es/data/icons/reactNative/rcn.js.map +0 -1
- package/lib-es/data/icons/reactNative/rdd.d.ts +0 -8
- package/lib-es/data/icons/reactNative/rdd.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/rdd.js +0 -11
- package/lib-es/data/icons/reactNative/rdd.js.map +0 -1
- package/lib-es/data/icons/reactNative/rdn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/rdn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/rdn.js +0 -10
- package/lib-es/data/icons/reactNative/rdn.js.map +0 -1
- package/lib-es/data/icons/reactNative/ren.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ren.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ren.js +0 -10
- package/lib-es/data/icons/reactNative/ren.js.map +0 -1
- package/lib-es/data/icons/reactNative/rep.d.ts +0 -8
- package/lib-es/data/icons/reactNative/rep.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/rep.js +0 -10
- package/lib-es/data/icons/reactNative/rep.js.map +0 -1
- package/lib-es/data/icons/reactNative/repv2.d.ts +0 -8
- package/lib-es/data/icons/reactNative/repv2.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/repv2.js +0 -11
- package/lib-es/data/icons/reactNative/repv2.js.map +0 -1
- package/lib-es/data/icons/reactNative/req.d.ts +0 -8
- package/lib-es/data/icons/reactNative/req.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/req.js +0 -10
- package/lib-es/data/icons/reactNative/req.js.map +0 -1
- package/lib-es/data/icons/reactNative/rhoc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/rhoc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/rhoc.js +0 -10
- package/lib-es/data/icons/reactNative/rhoc.js.map +0 -1
- package/lib-es/data/icons/reactNative/ric.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ric.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ric.js +0 -10
- package/lib-es/data/icons/reactNative/ric.js.map +0 -1
- package/lib-es/data/icons/reactNative/ride.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ride.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ride.js +0 -10
- package/lib-es/data/icons/reactNative/ride.js.map +0 -1
- package/lib-es/data/icons/reactNative/rise.d.ts +0 -8
- package/lib-es/data/icons/reactNative/rise.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/rise.js +0 -10
- package/lib-es/data/icons/reactNative/rise.js.map +0 -1
- package/lib-es/data/icons/reactNative/rlc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/rlc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/rlc.js +0 -10
- package/lib-es/data/icons/reactNative/rlc.js.map +0 -1
- package/lib-es/data/icons/reactNative/rpx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/rpx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/rpx.js +0 -10
- package/lib-es/data/icons/reactNative/rpx.js.map +0 -1
- package/lib-es/data/icons/reactNative/rub.d.ts +0 -8
- package/lib-es/data/icons/reactNative/rub.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/rub.js +0 -10
- package/lib-es/data/icons/reactNative/rub.js.map +0 -1
- package/lib-es/data/icons/reactNative/rvn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/rvn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/rvn.js +0 -10
- package/lib-es/data/icons/reactNative/rvn.js.map +0 -1
- package/lib-es/data/icons/reactNative/ryo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ryo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ryo.js +0 -11
- package/lib-es/data/icons/reactNative/ryo.js.map +0 -1
- package/lib-es/data/icons/reactNative/sAbi.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sAbi.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sAbi.js +0 -10
- package/lib-es/data/icons/reactNative/sAbi.js.map +0 -1
- package/lib-es/data/icons/reactNative/safe.d.ts +0 -8
- package/lib-es/data/icons/reactNative/safe.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/safe.js +0 -11
- package/lib-es/data/icons/reactNative/safe.js.map +0 -1
- package/lib-es/data/icons/reactNative/sai.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sai.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sai.js +0 -10
- package/lib-es/data/icons/reactNative/sai.js.map +0 -1
- package/lib-es/data/icons/reactNative/salt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/salt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/salt.js +0 -10
- package/lib-es/data/icons/reactNative/salt.js.map +0 -1
- package/lib-es/data/icons/reactNative/san.d.ts +0 -8
- package/lib-es/data/icons/reactNative/san.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/san.js +0 -10
- package/lib-es/data/icons/reactNative/san.js.map +0 -1
- package/lib-es/data/icons/reactNative/sbd.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sbd.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sbd.js +0 -10
- package/lib-es/data/icons/reactNative/sbd.js.map +0 -1
- package/lib-es/data/icons/reactNative/sberbank.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sberbank.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sberbank.js +0 -10
- package/lib-es/data/icons/reactNative/sberbank.js.map +0 -1
- package/lib-es/data/icons/reactNative/sc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sc.js +0 -10
- package/lib-es/data/icons/reactNative/sc.js.map +0 -1
- package/lib-es/data/icons/reactNative/scrt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/scrt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/scrt.js +0 -11
- package/lib-es/data/icons/reactNative/scrt.js.map +0 -1
- package/lib-es/data/icons/reactNative/sei.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sei.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sei.js +0 -10
- package/lib-es/data/icons/reactNative/sei.js.map +0 -1
- package/lib-es/data/icons/reactNative/sgb.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sgb.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sgb.js +0 -16
- package/lib-es/data/icons/reactNative/sgb.js.map +0 -1
- package/lib-es/data/icons/reactNative/shift.d.ts +0 -8
- package/lib-es/data/icons/reactNative/shift.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/shift.js +0 -13
- package/lib-es/data/icons/reactNative/shift.js.map +0 -1
- package/lib-es/data/icons/reactNative/sib.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sib.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sib.js +0 -10
- package/lib-es/data/icons/reactNative/sib.js.map +0 -1
- package/lib-es/data/icons/reactNative/sin.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sin.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sin.js +0 -11
- package/lib-es/data/icons/reactNative/sin.js.map +0 -1
- package/lib-es/data/icons/reactNative/sky.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sky.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sky.js +0 -10
- package/lib-es/data/icons/reactNative/sky.js.map +0 -1
- package/lib-es/data/icons/reactNative/slr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/slr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/slr.js +0 -10
- package/lib-es/data/icons/reactNative/slr.js.map +0 -1
- package/lib-es/data/icons/reactNative/sls.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sls.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sls.js +0 -10
- package/lib-es/data/icons/reactNative/sls.js.map +0 -1
- package/lib-es/data/icons/reactNative/smart.d.ts +0 -8
- package/lib-es/data/icons/reactNative/smart.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/smart.js +0 -11
- package/lib-es/data/icons/reactNative/smart.js.map +0 -1
- package/lib-es/data/icons/reactNative/sngls.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sngls.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sngls.js +0 -10
- package/lib-es/data/icons/reactNative/sngls.js.map +0 -1
- package/lib-es/data/icons/reactNative/snm.d.ts +0 -8
- package/lib-es/data/icons/reactNative/snm.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/snm.js +0 -10
- package/lib-es/data/icons/reactNative/snm.js.map +0 -1
- package/lib-es/data/icons/reactNative/snt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/snt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/snt.js +0 -10
- package/lib-es/data/icons/reactNative/snt.js.map +0 -1
- package/lib-es/data/icons/reactNative/soc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/soc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/soc.js +0 -11
- package/lib-es/data/icons/reactNative/soc.js.map +0 -1
- package/lib-es/data/icons/reactNative/sol.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sol.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sol.js +0 -12
- package/lib-es/data/icons/reactNative/sol.js.map +0 -1
- package/lib-es/data/icons/reactNative/spank.d.ts +0 -8
- package/lib-es/data/icons/reactNative/spank.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/spank.js +0 -10
- package/lib-es/data/icons/reactNative/spank.js.map +0 -1
- package/lib-es/data/icons/reactNative/sphtx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sphtx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sphtx.js +0 -10
- package/lib-es/data/icons/reactNative/sphtx.js.map +0 -1
- package/lib-es/data/icons/reactNative/srn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/srn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/srn.js +0 -10
- package/lib-es/data/icons/reactNative/srn.js.map +0 -1
- package/lib-es/data/icons/reactNative/ssv.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ssv.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ssv.js +0 -11
- package/lib-es/data/icons/reactNative/ssv.js.map +0 -1
- package/lib-es/data/icons/reactNative/stak.d.ts +0 -8
- package/lib-es/data/icons/reactNative/stak.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/stak.js +0 -10
- package/lib-es/data/icons/reactNative/stak.js.map +0 -1
- package/lib-es/data/icons/reactNative/stars.d.ts +0 -8
- package/lib-es/data/icons/reactNative/stars.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/stars.js +0 -10
- package/lib-es/data/icons/reactNative/stars.js.map +0 -1
- package/lib-es/data/icons/reactNative/start.d.ts +0 -8
- package/lib-es/data/icons/reactNative/start.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/start.js +0 -10
- package/lib-es/data/icons/reactNative/start.js.map +0 -1
- package/lib-es/data/icons/reactNative/steem.d.ts +0 -8
- package/lib-es/data/icons/reactNative/steem.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/steem.js +0 -10
- package/lib-es/data/icons/reactNative/steem.js.map +0 -1
- package/lib-es/data/icons/reactNative/storj.d.ts +0 -8
- package/lib-es/data/icons/reactNative/storj.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/storj.js +0 -10
- package/lib-es/data/icons/reactNative/storj.js.map +0 -1
- package/lib-es/data/icons/reactNative/storm.d.ts +0 -8
- package/lib-es/data/icons/reactNative/storm.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/storm.js +0 -10
- package/lib-es/data/icons/reactNative/storm.js.map +0 -1
- package/lib-es/data/icons/reactNative/stq.d.ts +0 -8
- package/lib-es/data/icons/reactNative/stq.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/stq.js +0 -10
- package/lib-es/data/icons/reactNative/stq.js.map +0 -1
- package/lib-es/data/icons/reactNative/strat.d.ts +0 -8
- package/lib-es/data/icons/reactNative/strat.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/strat.js +0 -10
- package/lib-es/data/icons/reactNative/strat.js.map +0 -1
- package/lib-es/data/icons/reactNative/strd.d.ts +0 -8
- package/lib-es/data/icons/reactNative/strd.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/strd.js +0 -11
- package/lib-es/data/icons/reactNative/strd.js.map +0 -1
- package/lib-es/data/icons/reactNative/stx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/stx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/stx.js +0 -12
- package/lib-es/data/icons/reactNative/stx.js.map +0 -1
- package/lib-es/data/icons/reactNative/sub.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sub.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sub.js +0 -10
- package/lib-es/data/icons/reactNative/sub.js.map +0 -1
- package/lib-es/data/icons/reactNative/sumo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sumo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sumo.js +0 -10
- package/lib-es/data/icons/reactNative/sumo.js.map +0 -1
- package/lib-es/data/icons/reactNative/sys.d.ts +0 -8
- package/lib-es/data/icons/reactNative/sys.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/sys.js +0 -11
- package/lib-es/data/icons/reactNative/sys.js.map +0 -1
- package/lib-es/data/icons/reactNative/taas.d.ts +0 -8
- package/lib-es/data/icons/reactNative/taas.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/taas.js +0 -10
- package/lib-es/data/icons/reactNative/taas.js.map +0 -1
- package/lib-es/data/icons/reactNative/tau.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tau.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tau.js +0 -10
- package/lib-es/data/icons/reactNative/tau.js.map +0 -1
- package/lib-es/data/icons/reactNative/tbx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tbx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tbx.js +0 -11
- package/lib-es/data/icons/reactNative/tbx.js.map +0 -1
- package/lib-es/data/icons/reactNative/tel.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tel.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tel.js +0 -10
- package/lib-es/data/icons/reactNative/tel.js.map +0 -1
- package/lib-es/data/icons/reactNative/ten.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ten.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ten.js +0 -10
- package/lib-es/data/icons/reactNative/ten.js.map +0 -1
- package/lib-es/data/icons/reactNative/tern.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tern.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tern.js +0 -10
- package/lib-es/data/icons/reactNative/tern.js.map +0 -1
- package/lib-es/data/icons/reactNative/tgch.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tgch.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tgch.js +0 -11
- package/lib-es/data/icons/reactNative/tgch.js.map +0 -1
- package/lib-es/data/icons/reactNative/theta.d.ts +0 -8
- package/lib-es/data/icons/reactNative/theta.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/theta.js +0 -10
- package/lib-es/data/icons/reactNative/theta.js.map +0 -1
- package/lib-es/data/icons/reactNative/tifi.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tifi.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tifi.js +0 -10
- package/lib-es/data/icons/reactNative/tifi.js.map +0 -1
- package/lib-es/data/icons/reactNative/tix.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tix.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tix.js +0 -10
- package/lib-es/data/icons/reactNative/tix.js.map +0 -1
- package/lib-es/data/icons/reactNative/tkn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tkn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tkn.js +0 -10
- package/lib-es/data/icons/reactNative/tkn.js.map +0 -1
- package/lib-es/data/icons/reactNative/tks.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tks.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tks.js +0 -11
- package/lib-es/data/icons/reactNative/tks.js.map +0 -1
- package/lib-es/data/icons/reactNative/tlos.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tlos.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tlos.js +0 -10
- package/lib-es/data/icons/reactNative/tlos.js.map +0 -1
- package/lib-es/data/icons/reactNative/tnb.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tnb.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tnb.js +0 -10
- package/lib-es/data/icons/reactNative/tnb.js.map +0 -1
- package/lib-es/data/icons/reactNative/tnc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tnc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tnc.js +0 -10
- package/lib-es/data/icons/reactNative/tnc.js.map +0 -1
- package/lib-es/data/icons/reactNative/tnt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tnt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tnt.js +0 -10
- package/lib-es/data/icons/reactNative/tnt.js.map +0 -1
- package/lib-es/data/icons/reactNative/tomo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tomo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tomo.js +0 -10
- package/lib-es/data/icons/reactNative/tomo.js.map +0 -1
- package/lib-es/data/icons/reactNative/tpay.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tpay.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tpay.js +0 -12
- package/lib-es/data/icons/reactNative/tpay.js.map +0 -1
- package/lib-es/data/icons/reactNative/trig.d.ts +0 -8
- package/lib-es/data/icons/reactNative/trig.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/trig.js +0 -10
- package/lib-es/data/icons/reactNative/trig.js.map +0 -1
- package/lib-es/data/icons/reactNative/trtl.d.ts +0 -8
- package/lib-es/data/icons/reactNative/trtl.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/trtl.js +0 -11
- package/lib-es/data/icons/reactNative/trtl.js.map +0 -1
- package/lib-es/data/icons/reactNative/trx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/trx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/trx.js +0 -11
- package/lib-es/data/icons/reactNative/trx.js.map +0 -1
- package/lib-es/data/icons/reactNative/tusd.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tusd.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tusd.js +0 -12
- package/lib-es/data/icons/reactNative/tusd.js.map +0 -1
- package/lib-es/data/icons/reactNative/tyc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tyc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tyc.js +0 -13
- package/lib-es/data/icons/reactNative/tyc.js.map +0 -1
- package/lib-es/data/icons/reactNative/tzc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/tzc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/tzc.js +0 -10
- package/lib-es/data/icons/reactNative/tzc.js.map +0 -1
- package/lib-es/data/icons/reactNative/ubq.d.ts +0 -8
- package/lib-es/data/icons/reactNative/ubq.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/ubq.js +0 -11
- package/lib-es/data/icons/reactNative/ubq.js.map +0 -1
- package/lib-es/data/icons/reactNative/uma.d.ts +0 -8
- package/lib-es/data/icons/reactNative/uma.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/uma.js +0 -11
- package/lib-es/data/icons/reactNative/uma.js.map +0 -1
- package/lib-es/data/icons/reactNative/umee.d.ts +0 -8
- package/lib-es/data/icons/reactNative/umee.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/umee.js +0 -12
- package/lib-es/data/icons/reactNative/umee.js.map +0 -1
- package/lib-es/data/icons/reactNative/uni.d.ts +0 -8
- package/lib-es/data/icons/reactNative/uni.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/uni.js +0 -17
- package/lib-es/data/icons/reactNative/uni.js.map +0 -1
- package/lib-es/data/icons/reactNative/unity.d.ts +0 -8
- package/lib-es/data/icons/reactNative/unity.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/unity.js +0 -11
- package/lib-es/data/icons/reactNative/unity.js.map +0 -1
- package/lib-es/data/icons/reactNative/usdc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/usdc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/usdc.js +0 -10
- package/lib-es/data/icons/reactNative/usdc.js.map +0 -1
- package/lib-es/data/icons/reactNative/usdt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/usdt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/usdt.js +0 -10
- package/lib-es/data/icons/reactNative/usdt.js.map +0 -1
- package/lib-es/data/icons/reactNative/utk.d.ts +0 -8
- package/lib-es/data/icons/reactNative/utk.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/utk.js +0 -10
- package/lib-es/data/icons/reactNative/utk.js.map +0 -1
- package/lib-es/data/icons/reactNative/veri.d.ts +0 -8
- package/lib-es/data/icons/reactNative/veri.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/veri.js +0 -10
- package/lib-es/data/icons/reactNative/veri.js.map +0 -1
- package/lib-es/data/icons/reactNative/verse.d.ts +0 -8
- package/lib-es/data/icons/reactNative/verse.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/verse.js +0 -10
- package/lib-es/data/icons/reactNative/verse.js.map +0 -1
- package/lib-es/data/icons/reactNative/vet.d.ts +0 -8
- package/lib-es/data/icons/reactNative/vet.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/vet.js +0 -10
- package/lib-es/data/icons/reactNative/vet.js.map +0 -1
- package/lib-es/data/icons/reactNative/via.d.ts +0 -8
- package/lib-es/data/icons/reactNative/via.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/via.js +0 -10
- package/lib-es/data/icons/reactNative/via.js.map +0 -1
- package/lib-es/data/icons/reactNative/vib.d.ts +0 -8
- package/lib-es/data/icons/reactNative/vib.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/vib.js +0 -10
- package/lib-es/data/icons/reactNative/vib.js.map +0 -1
- package/lib-es/data/icons/reactNative/vibe.d.ts +0 -8
- package/lib-es/data/icons/reactNative/vibe.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/vibe.js +0 -10
- package/lib-es/data/icons/reactNative/vibe.js.map +0 -1
- package/lib-es/data/icons/reactNative/vivo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/vivo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/vivo.js +0 -10
- package/lib-es/data/icons/reactNative/vivo.js.map +0 -1
- package/lib-es/data/icons/reactNative/vlx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/vlx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/vlx.js +0 -10
- package/lib-es/data/icons/reactNative/vlx.js.map +0 -1
- package/lib-es/data/icons/reactNative/vrc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/vrc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/vrc.js +0 -10
- package/lib-es/data/icons/reactNative/vrc.js.map +0 -1
- package/lib-es/data/icons/reactNative/vrsc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/vrsc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/vrsc.js +0 -11
- package/lib-es/data/icons/reactNative/vrsc.js.map +0 -1
- package/lib-es/data/icons/reactNative/vtc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/vtc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/vtc.js +0 -10
- package/lib-es/data/icons/reactNative/vtc.js.map +0 -1
- package/lib-es/data/icons/reactNative/vtho.d.ts +0 -8
- package/lib-es/data/icons/reactNative/vtho.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/vtho.js +0 -11
- package/lib-es/data/icons/reactNative/vtho.js.map +0 -1
- package/lib-es/data/icons/reactNative/wabi.d.ts +0 -8
- package/lib-es/data/icons/reactNative/wabi.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/wabi.js +0 -10
- package/lib-es/data/icons/reactNative/wabi.js.map +0 -1
- package/lib-es/data/icons/reactNative/waifu.d.ts +0 -8
- package/lib-es/data/icons/reactNative/waifu.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/waifu.js +0 -11
- package/lib-es/data/icons/reactNative/waifu.js.map +0 -1
- package/lib-es/data/icons/reactNative/wan.d.ts +0 -8
- package/lib-es/data/icons/reactNative/wan.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/wan.js +0 -11
- package/lib-es/data/icons/reactNative/wan.js.map +0 -1
- package/lib-es/data/icons/reactNative/waves.d.ts +0 -8
- package/lib-es/data/icons/reactNative/waves.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/waves.js +0 -10
- package/lib-es/data/icons/reactNative/waves.js.map +0 -1
- package/lib-es/data/icons/reactNative/wax.d.ts +0 -8
- package/lib-es/data/icons/reactNative/wax.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/wax.js +0 -10
- package/lib-es/data/icons/reactNative/wax.js.map +0 -1
- package/lib-es/data/icons/reactNative/wbtc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/wbtc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/wbtc.js +0 -11
- package/lib-es/data/icons/reactNative/wbtc.js.map +0 -1
- package/lib-es/data/icons/reactNative/wdoge.d.ts +0 -8
- package/lib-es/data/icons/reactNative/wdoge.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/wdoge.js +0 -12
- package/lib-es/data/icons/reactNative/wdoge.js.map +0 -1
- package/lib-es/data/icons/reactNative/wgr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/wgr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/wgr.js +0 -10
- package/lib-es/data/icons/reactNative/wgr.js.map +0 -1
- package/lib-es/data/icons/reactNative/wicc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/wicc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/wicc.js +0 -11
- package/lib-es/data/icons/reactNative/wicc.js.map +0 -1
- package/lib-es/data/icons/reactNative/wings.d.ts +0 -8
- package/lib-es/data/icons/reactNative/wings.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/wings.js +0 -12
- package/lib-es/data/icons/reactNative/wings.js.map +0 -1
- package/lib-es/data/icons/reactNative/wpr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/wpr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/wpr.js +0 -10
- package/lib-es/data/icons/reactNative/wpr.js.map +0 -1
- package/lib-es/data/icons/reactNative/wtc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/wtc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/wtc.js +0 -13
- package/lib-es/data/icons/reactNative/wtc.js.map +0 -1
- package/lib-es/data/icons/reactNative/x.d.ts +0 -8
- package/lib-es/data/icons/reactNative/x.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/x.js +0 -12
- package/lib-es/data/icons/reactNative/x.js.map +0 -1
- package/lib-es/data/icons/reactNative/xas.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xas.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xas.js +0 -11
- package/lib-es/data/icons/reactNative/xas.js.map +0 -1
- package/lib-es/data/icons/reactNative/xbc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xbc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xbc.js +0 -11
- package/lib-es/data/icons/reactNative/xbc.js.map +0 -1
- package/lib-es/data/icons/reactNative/xbp.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xbp.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xbp.js +0 -10
- package/lib-es/data/icons/reactNative/xbp.js.map +0 -1
- package/lib-es/data/icons/reactNative/xby.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xby.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xby.js +0 -10
- package/lib-es/data/icons/reactNative/xby.js.map +0 -1
- package/lib-es/data/icons/reactNative/xcp.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xcp.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xcp.js +0 -10
- package/lib-es/data/icons/reactNative/xcp.js.map +0 -1
- package/lib-es/data/icons/reactNative/xdn.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xdn.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xdn.js +0 -10
- package/lib-es/data/icons/reactNative/xdn.js.map +0 -1
- package/lib-es/data/icons/reactNative/xem.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xem.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xem.js +0 -10
- package/lib-es/data/icons/reactNative/xem.js.map +0 -1
- package/lib-es/data/icons/reactNative/xin.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xin.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xin.js +0 -10
- package/lib-es/data/icons/reactNative/xin.js.map +0 -1
- package/lib-es/data/icons/reactNative/xlm.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xlm.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xlm.js +0 -11
- package/lib-es/data/icons/reactNative/xlm.js.map +0 -1
- package/lib-es/data/icons/reactNative/xmcc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xmcc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xmcc.js +0 -11
- package/lib-es/data/icons/reactNative/xmcc.js.map +0 -1
- package/lib-es/data/icons/reactNative/xmg.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xmg.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xmg.js +0 -11
- package/lib-es/data/icons/reactNative/xmg.js.map +0 -1
- package/lib-es/data/icons/reactNative/xmo.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xmo.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xmo.js +0 -12
- package/lib-es/data/icons/reactNative/xmo.js.map +0 -1
- package/lib-es/data/icons/reactNative/xmr.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xmr.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xmr.js +0 -10
- package/lib-es/data/icons/reactNative/xmr.js.map +0 -1
- package/lib-es/data/icons/reactNative/xmy.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xmy.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xmy.js +0 -11
- package/lib-es/data/icons/reactNative/xmy.js.map +0 -1
- package/lib-es/data/icons/reactNative/xp.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xp.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xp.js +0 -10
- package/lib-es/data/icons/reactNative/xp.js.map +0 -1
- package/lib-es/data/icons/reactNative/xpa.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xpa.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xpa.js +0 -10
- package/lib-es/data/icons/reactNative/xpa.js.map +0 -1
- package/lib-es/data/icons/reactNative/xpm.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xpm.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xpm.js +0 -10
- package/lib-es/data/icons/reactNative/xpm.js.map +0 -1
- package/lib-es/data/icons/reactNative/xprt.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xprt.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xprt.js +0 -11
- package/lib-es/data/icons/reactNative/xprt.js.map +0 -1
- package/lib-es/data/icons/reactNative/xrp.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xrp.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xrp.js +0 -10
- package/lib-es/data/icons/reactNative/xrp.js.map +0 -1
- package/lib-es/data/icons/reactNative/xsg.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xsg.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xsg.js +0 -10
- package/lib-es/data/icons/reactNative/xsg.js.map +0 -1
- package/lib-es/data/icons/reactNative/xst.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xst.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xst.js +0 -10
- package/lib-es/data/icons/reactNative/xst.js.map +0 -1
- package/lib-es/data/icons/reactNative/xtz.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xtz.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xtz.js +0 -10
- package/lib-es/data/icons/reactNative/xtz.js.map +0 -1
- package/lib-es/data/icons/reactNative/xuc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xuc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xuc.js +0 -11
- package/lib-es/data/icons/reactNative/xuc.js.map +0 -1
- package/lib-es/data/icons/reactNative/xvc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xvc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xvc.js +0 -10
- package/lib-es/data/icons/reactNative/xvc.js.map +0 -1
- package/lib-es/data/icons/reactNative/xvg.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xvg.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xvg.js +0 -11
- package/lib-es/data/icons/reactNative/xvg.js.map +0 -1
- package/lib-es/data/icons/reactNative/xzc.d.ts +0 -8
- package/lib-es/data/icons/reactNative/xzc.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/xzc.js +0 -10
- package/lib-es/data/icons/reactNative/xzc.js.map +0 -1
- package/lib-es/data/icons/reactNative/yae.d.ts +0 -8
- package/lib-es/data/icons/reactNative/yae.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/yae.js +0 -10
- package/lib-es/data/icons/reactNative/yae.js.map +0 -1
- package/lib-es/data/icons/reactNative/yfi.d.ts +0 -8
- package/lib-es/data/icons/reactNative/yfi.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/yfi.js +0 -11
- package/lib-es/data/icons/reactNative/yfi.js.map +0 -1
- package/lib-es/data/icons/reactNative/yoyow.d.ts +0 -8
- package/lib-es/data/icons/reactNative/yoyow.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/yoyow.js +0 -10
- package/lib-es/data/icons/reactNative/yoyow.js.map +0 -1
- package/lib-es/data/icons/reactNative/zcl.d.ts +0 -8
- package/lib-es/data/icons/reactNative/zcl.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/zcl.js +0 -10
- package/lib-es/data/icons/reactNative/zcl.js.map +0 -1
- package/lib-es/data/icons/reactNative/zec.d.ts +0 -8
- package/lib-es/data/icons/reactNative/zec.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/zec.js +0 -10
- package/lib-es/data/icons/reactNative/zec.js.map +0 -1
- package/lib-es/data/icons/reactNative/zel.d.ts +0 -8
- package/lib-es/data/icons/reactNative/zel.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/zel.js +0 -10
- package/lib-es/data/icons/reactNative/zel.js.map +0 -1
- package/lib-es/data/icons/reactNative/zen.d.ts +0 -8
- package/lib-es/data/icons/reactNative/zen.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/zen.js +0 -12
- package/lib-es/data/icons/reactNative/zen.js.map +0 -1
- package/lib-es/data/icons/reactNative/zest.d.ts +0 -8
- package/lib-es/data/icons/reactNative/zest.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/zest.js +0 -12
- package/lib-es/data/icons/reactNative/zest.js.map +0 -1
- package/lib-es/data/icons/reactNative/zil.d.ts +0 -8
- package/lib-es/data/icons/reactNative/zil.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/zil.js +0 -12
- package/lib-es/data/icons/reactNative/zil.js.map +0 -1
- package/lib-es/data/icons/reactNative/zilla.d.ts +0 -8
- package/lib-es/data/icons/reactNative/zilla.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/zilla.js +0 -10
- package/lib-es/data/icons/reactNative/zilla.js.map +0 -1
- package/lib-es/data/icons/reactNative/zrx.d.ts +0 -8
- package/lib-es/data/icons/reactNative/zrx.d.ts.map +0 -1
- package/lib-es/data/icons/reactNative/zrx.js +0 -10
- package/lib-es/data/icons/reactNative/zrx.js.map +0 -1
- package/lib-es/featureFlags/FeatureFlagsContext.d.ts +0 -46
- package/lib-es/featureFlags/FeatureFlagsContext.d.ts.map +0 -1
- package/lib-es/featureFlags/FeatureFlagsContext.js +0 -23
- package/lib-es/featureFlags/FeatureFlagsContext.js.map +0 -1
- package/lib-es/featureFlags/FeatureFlagsContext.test.d.ts +0 -2
- package/lib-es/featureFlags/FeatureFlagsContext.test.d.ts.map +0 -1
- package/lib-es/featureFlags/FeatureFlagsContext.test.js +0 -13
- package/lib-es/featureFlags/FeatureFlagsContext.test.js.map +0 -1
- package/lib-es/featureFlags/FeatureToggle.d.ts +0 -10
- package/lib-es/featureFlags/FeatureToggle.d.ts.map +0 -1
- package/lib-es/featureFlags/FeatureToggle.js +0 -11
- package/lib-es/featureFlags/FeatureToggle.js.map +0 -1
- package/lib-es/featureFlags/defaultFeatures.d.ts +0 -59
- package/lib-es/featureFlags/defaultFeatures.d.ts.map +0 -1
- package/lib-es/featureFlags/defaultFeatures.js +0 -304
- package/lib-es/featureFlags/defaultFeatures.js.map +0 -1
- package/lib-es/featureFlags/groupedFeatures.d.ts +0 -6
- package/lib-es/featureFlags/groupedFeatures.d.ts.map +0 -1
- package/lib-es/featureFlags/groupedFeatures.js +0 -19
- package/lib-es/featureFlags/groupedFeatures.js.map +0 -1
- package/lib-es/featureFlags/helper.d.ts +0 -2
- package/lib-es/featureFlags/helper.d.ts.map +0 -1
- package/lib-es/featureFlags/helper.js +0 -6
- package/lib-es/featureFlags/helper.js.map +0 -1
- package/lib-es/featureFlags/index.d.ts +0 -9
- package/lib-es/featureFlags/index.d.ts.map +0 -1
- package/lib-es/featureFlags/index.js +0 -9
- package/lib-es/featureFlags/index.js.map +0 -1
- package/lib-es/featureFlags/mock.d.ts +0 -11
- package/lib-es/featureFlags/mock.d.ts.map +0 -1
- package/lib-es/featureFlags/mock.js +0 -18
- package/lib-es/featureFlags/mock.js.map +0 -1
- package/lib-es/featureFlags/useFeature.d.ts +0 -14
- package/lib-es/featureFlags/useFeature.d.ts.map +0 -1
- package/lib-es/featureFlags/useFeature.js +0 -19
- package/lib-es/featureFlags/useFeature.js.map +0 -1
- package/lib-es/featureFlags/useFeature.test.d.ts +0 -2
- package/lib-es/featureFlags/useFeature.test.d.ts.map +0 -1
- package/lib-es/featureFlags/useFeature.test.js +0 -22
- package/lib-es/featureFlags/useFeature.test.js.map +0 -1
- package/lib-es/featureFlags/useHasOverriddenFeatureFlags.d.ts +0 -6
- package/lib-es/featureFlags/useHasOverriddenFeatureFlags.d.ts.map +0 -1
- package/lib-es/featureFlags/useHasOverriddenFeatureFlags.js +0 -20
- package/lib-es/featureFlags/useHasOverriddenFeatureFlags.js.map +0 -1
- package/src/data/flags/react/frFlag.tsx +0 -17
- package/src/data/flags/react/index.tsx +0 -3
- package/src/data/flags/react/jpFlag.tsx +0 -17
- package/src/data/flags/react/usFlag.tsx +0 -17
- package/src/data/flags/reactNative/frFlag.tsx +0 -19
- package/src/data/flags/reactNative/index.tsx +0 -3
- package/src/data/flags/reactNative/jpFlag.tsx +0 -19
- package/src/data/flags/reactNative/usFlag.tsx +0 -19
- package/src/data/flags/svg/FR.svg +0 -29
- package/src/data/flags/svg/JP.svg +0 -33
- package/src/data/flags/svg/US.svg +0 -36
- package/src/data/icons/react/_0Xbtc.tsx +0 -12
- package/src/data/icons/react/_2Give.tsx +0 -12
- package/src/data/icons/react/abi.tsx +0 -12
- package/src/data/icons/react/abt.tsx +0 -12
- package/src/data/icons/react/act.tsx +0 -12
- package/src/data/icons/react/actn.tsx +0 -12
- package/src/data/icons/react/ada.tsx +0 -12
- package/src/data/icons/react/add.tsx +0 -12
- package/src/data/icons/react/adx.tsx +0 -12
- package/src/data/icons/react/ae.tsx +0 -12
- package/src/data/icons/react/aeon.tsx +0 -12
- package/src/data/icons/react/agi.tsx +0 -12
- package/src/data/icons/react/agrs.tsx +0 -12
- package/src/data/icons/react/aion.tsx +0 -12
- package/src/data/icons/react/algo.tsx +0 -12
- package/src/data/icons/react/amb.tsx +0 -12
- package/src/data/icons/react/amp.tsx +0 -12
- package/src/data/icons/react/ampl.tsx +0 -12
- package/src/data/icons/react/ant.tsx +0 -12
- package/src/data/icons/react/apex.tsx +0 -12
- package/src/data/icons/react/appc.tsx +0 -12
- package/src/data/icons/react/ardr.tsx +0 -12
- package/src/data/icons/react/arg.tsx +0 -12
- package/src/data/icons/react/ark.tsx +0 -12
- package/src/data/icons/react/arn.tsx +0 -12
- package/src/data/icons/react/arnx.tsx +0 -12
- package/src/data/icons/react/ary.tsx +0 -12
- package/src/data/icons/react/ast.tsx +0 -12
- package/src/data/icons/react/astr.tsx +0 -12
- package/src/data/icons/react/atm.tsx +0 -12
- package/src/data/icons/react/atom.tsx +0 -12
- package/src/data/icons/react/audr.tsx +0 -12
- package/src/data/icons/react/auto.tsx +0 -12
- package/src/data/icons/react/avax.tsx +0 -12
- package/src/data/icons/react/axl.tsx +0 -12
- package/src/data/icons/react/aywa.tsx +0 -12
- package/src/data/icons/react/bab.tsx +0 -12
- package/src/data/icons/react/bal.tsx +0 -12
- package/src/data/icons/react/band.tsx +0 -12
- package/src/data/icons/react/bat.tsx +0 -12
- package/src/data/icons/react/bay.tsx +0 -12
- package/src/data/icons/react/bcbc.tsx +0 -12
- package/src/data/icons/react/bcc.tsx +0 -12
- package/src/data/icons/react/bcd.tsx +0 -12
- package/src/data/icons/react/bcert.tsx +0 -12
- package/src/data/icons/react/bch.tsx +0 -12
- package/src/data/icons/react/bcio.tsx +0 -12
- package/src/data/icons/react/bcn.tsx +0 -12
- package/src/data/icons/react/bco.tsx +0 -12
- package/src/data/icons/react/bcpt.tsx +0 -12
- package/src/data/icons/react/bdl.tsx +0 -12
- package/src/data/icons/react/beam.tsx +0 -12
- package/src/data/icons/react/bela.tsx +0 -12
- package/src/data/icons/react/bix.tsx +0 -12
- package/src/data/icons/react/blcn.tsx +0 -12
- package/src/data/icons/react/blk.tsx +0 -12
- package/src/data/icons/react/block.tsx +0 -12
- package/src/data/icons/react/blz.tsx +0 -12
- package/src/data/icons/react/bnb.tsx +0 -12
- package/src/data/icons/react/bnt.tsx +0 -12
- package/src/data/icons/react/bnty.tsx +0 -12
- package/src/data/icons/react/booty.tsx +0 -12
- package/src/data/icons/react/bos.tsx +0 -12
- package/src/data/icons/react/bpt.tsx +0 -12
- package/src/data/icons/react/bq.tsx +0 -12
- package/src/data/icons/react/brd.tsx +0 -12
- package/src/data/icons/react/bsd.tsx +0 -12
- package/src/data/icons/react/bsv.tsx +0 -12
- package/src/data/icons/react/btc.tsx +0 -12
- package/src/data/icons/react/btcd.tsx +0 -12
- package/src/data/icons/react/btch.tsx +0 -12
- package/src/data/icons/react/btcp.tsx +0 -12
- package/src/data/icons/react/btcz.tsx +0 -12
- package/src/data/icons/react/btdx.tsx +0 -12
- package/src/data/icons/react/btg.tsx +0 -12
- package/src/data/icons/react/btm.tsx +0 -12
- package/src/data/icons/react/bts.tsx +0 -12
- package/src/data/icons/react/btt.tsx +0 -12
- package/src/data/icons/react/btx.tsx +0 -12
- package/src/data/icons/react/burst.tsx +0 -12
- package/src/data/icons/react/bze.tsx +0 -12
- package/src/data/icons/react/call.tsx +0 -12
- package/src/data/icons/react/cc.tsx +0 -12
- package/src/data/icons/react/cdn.tsx +0 -12
- package/src/data/icons/react/cdt.tsx +0 -12
- package/src/data/icons/react/celo.tsx +0 -12
- package/src/data/icons/react/cenz.tsx +0 -12
- package/src/data/icons/react/chain.tsx +0 -12
- package/src/data/icons/react/chat.tsx +0 -12
- package/src/data/icons/react/chips.tsx +0 -12
- package/src/data/icons/react/cix.tsx +0 -12
- package/src/data/icons/react/clam.tsx +0 -12
- package/src/data/icons/react/cloak.tsx +0 -12
- package/src/data/icons/react/cmm.tsx +0 -12
- package/src/data/icons/react/cmt.tsx +0 -12
- package/src/data/icons/react/cnd.tsx +0 -12
- package/src/data/icons/react/cnx.tsx +0 -12
- package/src/data/icons/react/cny.tsx +0 -12
- package/src/data/icons/react/cob.tsx +0 -12
- package/src/data/icons/react/colx.tsx +0 -12
- package/src/data/icons/react/comp.tsx +0 -12
- package/src/data/icons/react/coqui.tsx +0 -12
- package/src/data/icons/react/core.tsx +0 -12
- package/src/data/icons/react/cred.tsx +0 -12
- package/src/data/icons/react/crk.tsx +0 -12
- package/src/data/icons/react/cro.tsx +0 -12
- package/src/data/icons/react/crpt.tsx +0 -12
- package/src/data/icons/react/crw.tsx +0 -12
- package/src/data/icons/react/cs.tsx +0 -12
- package/src/data/icons/react/cspr.tsx +0 -12
- package/src/data/icons/react/ctr.tsx +0 -12
- package/src/data/icons/react/ctxc.tsx +0 -12
- package/src/data/icons/react/currencyArbitrum.tsx +0 -12
- package/src/data/icons/react/currencyArbitrumGoerli.tsx +0 -12
- package/src/data/icons/react/currencyBase.tsx +0 -12
- package/src/data/icons/react/currencyBaseGoerli.tsx +0 -12
- package/src/data/icons/react/currencyBoba.tsx +0 -12
- package/src/data/icons/react/currencyOptimism.tsx +0 -12
- package/src/data/icons/react/currencyOptimismGoerli.tsx +0 -12
- package/src/data/icons/react/currencyPolygonZkEvm.tsx +0 -12
- package/src/data/icons/react/currencyPolygonZkEvmTestnet.tsx +0 -12
- package/src/data/icons/react/cvc.tsx +0 -12
- package/src/data/icons/react/d.tsx +0 -12
- package/src/data/icons/react/dai.tsx +0 -12
- package/src/data/icons/react/dash.tsx +0 -12
- package/src/data/icons/react/dat.tsx +0 -12
- package/src/data/icons/react/data.tsx +0 -12
- package/src/data/icons/react/dbc.tsx +0 -12
- package/src/data/icons/react/dcn.tsx +0 -12
- package/src/data/icons/react/dcr.tsx +0 -12
- package/src/data/icons/react/deez.tsx +0 -12
- package/src/data/icons/react/dent.tsx +0 -12
- package/src/data/icons/react/dew.tsx +0 -12
- package/src/data/icons/react/dgb.tsx +0 -12
- package/src/data/icons/react/dgd.tsx +0 -12
- package/src/data/icons/react/dlt.tsx +0 -12
- package/src/data/icons/react/dnt.tsx +0 -12
- package/src/data/icons/react/dock.tsx +0 -12
- package/src/data/icons/react/doge.tsx +0 -12
- package/src/data/icons/react/dot.tsx +0 -12
- package/src/data/icons/react/drgn.tsx +0 -12
- package/src/data/icons/react/drop.tsx +0 -12
- package/src/data/icons/react/dsm.tsx +0 -12
- package/src/data/icons/react/dta.tsx +0 -12
- package/src/data/icons/react/dth.tsx +0 -12
- package/src/data/icons/react/dtr.tsx +0 -12
- package/src/data/icons/react/dydx.tsx +0 -12
- package/src/data/icons/react/ebst.tsx +0 -12
- package/src/data/icons/react/eca.tsx +0 -12
- package/src/data/icons/react/edg.tsx +0 -12
- package/src/data/icons/react/edo.tsx +0 -12
- package/src/data/icons/react/edoge.tsx +0 -12
- package/src/data/icons/react/egem.tsx +0 -12
- package/src/data/icons/react/egld.tsx +0 -12
- package/src/data/icons/react/ela.tsx +0 -12
- package/src/data/icons/react/elec.tsx +0 -12
- package/src/data/icons/react/elf.tsx +0 -12
- package/src/data/icons/react/elix.tsx +0 -12
- package/src/data/icons/react/ella.tsx +0 -12
- package/src/data/icons/react/emc.tsx +0 -12
- package/src/data/icons/react/emc2.tsx +0 -12
- package/src/data/icons/react/eng.tsx +0 -12
- package/src/data/icons/react/enj.tsx +0 -12
- package/src/data/icons/react/entrp.tsx +0 -12
- package/src/data/icons/react/eon.tsx +0 -12
- package/src/data/icons/react/eop.tsx +0 -12
- package/src/data/icons/react/eos.tsx +0 -12
- package/src/data/icons/react/eqli.tsx +0 -12
- package/src/data/icons/react/equa.tsx +0 -12
- package/src/data/icons/react/eqz.tsx +0 -12
- package/src/data/icons/react/etc.tsx +0 -12
- package/src/data/icons/react/eth.tsx +0 -12
- package/src/data/icons/react/ethos.tsx +0 -12
- package/src/data/icons/react/etn.tsx +0 -12
- package/src/data/icons/react/etp.tsx +0 -12
- package/src/data/icons/react/euroc.tsx +0 -12
- package/src/data/icons/react/evmos.tsx +0 -12
- package/src/data/icons/react/evx.tsx +0 -12
- package/src/data/icons/react/ewt.tsx +0 -12
- package/src/data/icons/react/exmo.tsx +0 -12
- package/src/data/icons/react/exp.tsx +0 -12
- package/src/data/icons/react/fair.tsx +0 -12
- package/src/data/icons/react/fct.tsx +0 -12
- package/src/data/icons/react/fil.tsx +0 -12
- package/src/data/icons/react/fjc.tsx +0 -12
- package/src/data/icons/react/fldc.tsx +0 -12
- package/src/data/icons/react/flo.tsx +0 -12
- package/src/data/icons/react/flr.tsx +0 -12
- package/src/data/icons/react/fsn.tsx +0 -12
- package/src/data/icons/react/ftc.tsx +0 -12
- package/src/data/icons/react/ftm.tsx +0 -12
- package/src/data/icons/react/fuel.tsx +0 -12
- package/src/data/icons/react/fun.tsx +0 -12
- package/src/data/icons/react/gAbi.tsx +0 -12
- package/src/data/icons/react/game.tsx +0 -12
- package/src/data/icons/react/gas.tsx +0 -12
- package/src/data/icons/react/gbx.tsx +0 -12
- package/src/data/icons/react/gbyte.tsx +0 -12
- package/src/data/icons/react/generic.tsx +0 -12
- package/src/data/icons/react/gin.tsx +0 -12
- package/src/data/icons/react/glmr.tsx +0 -12
- package/src/data/icons/react/glxt.tsx +0 -12
- package/src/data/icons/react/gm.tsx +0 -12
- package/src/data/icons/react/gmr.tsx +0 -12
- package/src/data/icons/react/gno.tsx +0 -12
- package/src/data/icons/react/gnt.tsx +0 -12
- package/src/data/icons/react/gold.tsx +0 -12
- package/src/data/icons/react/grc.tsx +0 -12
- package/src/data/icons/react/grin.tsx +0 -12
- package/src/data/icons/react/gsc.tsx +0 -12
- package/src/data/icons/react/gto.tsx +0 -12
- package/src/data/icons/react/gup.tsx +0 -12
- package/src/data/icons/react/gusd.tsx +0 -12
- package/src/data/icons/react/gvt.tsx +0 -12
- package/src/data/icons/react/gxs.tsx +0 -12
- package/src/data/icons/react/gzr.tsx +0 -12
- package/src/data/icons/react/hbar.tsx +0 -12
- package/src/data/icons/react/hight.tsx +0 -12
- package/src/data/icons/react/hmmm.tsx +0 -12
- package/src/data/icons/react/hodl.tsx +0 -12
- package/src/data/icons/react/hot.tsx +0 -12
- package/src/data/icons/react/hpb.tsx +0 -12
- package/src/data/icons/react/hsr.tsx +0 -12
- package/src/data/icons/react/ht.tsx +0 -12
- package/src/data/icons/react/html.tsx +0 -12
- package/src/data/icons/react/huc.tsx +0 -12
- package/src/data/icons/react/hush.tsx +0 -12
- package/src/data/icons/react/icn.tsx +0 -12
- package/src/data/icons/react/icp.tsx +0 -12
- package/src/data/icons/react/icx.tsx +0 -12
- package/src/data/icons/react/ignis.tsx +0 -12
- package/src/data/icons/react/ilk.tsx +0 -12
- package/src/data/icons/react/index.tsx +0 -515
- package/src/data/icons/react/inj.tsx +0 -12
- package/src/data/icons/react/ink.tsx +0 -12
- package/src/data/icons/react/ins.tsx +0 -12
- package/src/data/icons/react/ion.tsx +0 -12
- package/src/data/icons/react/iop.tsx +0 -12
- package/src/data/icons/react/iost.tsx +0 -12
- package/src/data/icons/react/iotx.tsx +0 -12
- package/src/data/icons/react/iq.tsx +0 -12
- package/src/data/icons/react/itc.tsx +0 -12
- package/src/data/icons/react/jnt.tsx +0 -12
- package/src/data/icons/react/jpy.tsx +0 -12
- package/src/data/icons/react/kava.tsx +0 -12
- package/src/data/icons/react/kcs.tsx +0 -12
- package/src/data/icons/react/kin.tsx +0 -12
- package/src/data/icons/react/klay.tsx +0 -12
- package/src/data/icons/react/klown.tsx +0 -12
- package/src/data/icons/react/kmd.tsx +0 -12
- package/src/data/icons/react/knc.tsx +0 -12
- package/src/data/icons/react/krb.tsx +0 -12
- package/src/data/icons/react/lbc.tsx +0 -12
- package/src/data/icons/react/lend.tsx +0 -12
- package/src/data/icons/react/leo.tsx +0 -12
- package/src/data/icons/react/link.tsx +0 -12
- package/src/data/icons/react/lkk.tsx +0 -12
- package/src/data/icons/react/loom.tsx +0 -12
- package/src/data/icons/react/lpt.tsx +0 -12
- package/src/data/icons/react/lrc.tsx +0 -12
- package/src/data/icons/react/lsk.tsx +0 -12
- package/src/data/icons/react/ltc.tsx +0 -12
- package/src/data/icons/react/lun.tsx +0 -12
- package/src/data/icons/react/lyx.tsx +0 -12
- package/src/data/icons/react/maid.tsx +0 -12
- package/src/data/icons/react/mana.tsx +0 -12
- package/src/data/icons/react/matic.tsx +0 -12
- package/src/data/icons/react/mcap.tsx +0 -12
- package/src/data/icons/react/mco.tsx +0 -12
- package/src/data/icons/react/mda.tsx +0 -12
- package/src/data/icons/react/mds.tsx +0 -12
- package/src/data/icons/react/med.tsx +0 -12
- package/src/data/icons/react/meetone.tsx +0 -12
- package/src/data/icons/react/metis.tsx +0 -12
- package/src/data/icons/react/mex.tsx +0 -12
- package/src/data/icons/react/mft.tsx +0 -12
- package/src/data/icons/react/miota.tsx +0 -12
- package/src/data/icons/react/mith.tsx +0 -12
- package/src/data/icons/react/mkr.tsx +0 -12
- package/src/data/icons/react/mln.tsx +0 -12
- package/src/data/icons/react/mnx.tsx +0 -12
- package/src/data/icons/react/mnz.tsx +0 -12
- package/src/data/icons/react/moac.tsx +0 -12
- package/src/data/icons/react/mod.tsx +0 -12
- package/src/data/icons/react/mona.tsx +0 -12
- package/src/data/icons/react/movr.tsx +0 -12
- package/src/data/icons/react/msr.tsx +0 -12
- package/src/data/icons/react/mth.tsx +0 -12
- package/src/data/icons/react/mtl.tsx +0 -12
- package/src/data/icons/react/music.tsx +0 -12
- package/src/data/icons/react/mzc.tsx +0 -12
- package/src/data/icons/react/nano.tsx +0 -12
- package/src/data/icons/react/nas.tsx +0 -12
- package/src/data/icons/react/nav.tsx +0 -12
- package/src/data/icons/react/ncash.tsx +0 -12
- package/src/data/icons/react/ndz.tsx +0 -12
- package/src/data/icons/react/near.tsx +0 -12
- package/src/data/icons/react/nebl.tsx +0 -12
- package/src/data/icons/react/neo.tsx +0 -12
- package/src/data/icons/react/neon.tsx +0 -12
- package/src/data/icons/react/neos.tsx +0 -12
- package/src/data/icons/react/neu.tsx +0 -12
- package/src/data/icons/react/nexo.tsx +0 -12
- package/src/data/icons/react/ngc.tsx +0 -12
- package/src/data/icons/react/nim.tsx +0 -12
- package/src/data/icons/react/nio.tsx +0 -12
- package/src/data/icons/react/nlc2.tsx +0 -12
- package/src/data/icons/react/nlg.tsx +0 -12
- package/src/data/icons/react/nmc.tsx +0 -12
- package/src/data/icons/react/nmr.tsx +0 -12
- package/src/data/icons/react/nom.tsx +0 -12
- package/src/data/icons/react/npxs.tsx +0 -12
- package/src/data/icons/react/nuls.tsx +0 -12
- package/src/data/icons/react/nxs.tsx +0 -12
- package/src/data/icons/react/nxt.tsx +0 -12
- package/src/data/icons/react/nym.tsx +0 -12
- package/src/data/icons/react/nyx.tsx +0 -12
- package/src/data/icons/react/oax.tsx +0 -12
- package/src/data/icons/react/ok.tsx +0 -12
- package/src/data/icons/react/okb.tsx +0 -12
- package/src/data/icons/react/omg.tsx +0 -12
- package/src/data/icons/react/omni.tsx +0 -12
- package/src/data/icons/react/ong.tsx +0 -12
- package/src/data/icons/react/ont.tsx +0 -12
- package/src/data/icons/react/oot.tsx +0 -12
- package/src/data/icons/react/osmo.tsx +0 -12
- package/src/data/icons/react/ost.tsx +0 -12
- package/src/data/icons/react/ox.tsx +0 -12
- package/src/data/icons/react/oxt.tsx +0 -12
- package/src/data/icons/react/pac.tsx +0 -12
- package/src/data/icons/react/part.tsx +0 -12
- package/src/data/icons/react/pasc.tsx +0 -12
- package/src/data/icons/react/pasl.tsx +0 -12
- package/src/data/icons/react/pax.tsx +0 -12
- package/src/data/icons/react/pay.tsx +0 -12
- package/src/data/icons/react/payx.tsx +0 -12
- package/src/data/icons/react/pink.tsx +0 -12
- package/src/data/icons/react/pirl.tsx +0 -12
- package/src/data/icons/react/pivx.tsx +0 -12
- package/src/data/icons/react/plr.tsx +0 -12
- package/src/data/icons/react/poa.tsx +0 -12
- package/src/data/icons/react/poe.tsx +0 -12
- package/src/data/icons/react/polis.tsx +0 -12
- package/src/data/icons/react/poly.tsx +0 -12
- package/src/data/icons/react/pot.tsx +0 -12
- package/src/data/icons/react/powr.tsx +0 -12
- package/src/data/icons/react/ppc.tsx +0 -12
- package/src/data/icons/react/ppp.tsx +0 -12
- package/src/data/icons/react/ppt.tsx +0 -12
- package/src/data/icons/react/pre.tsx +0 -12
- package/src/data/icons/react/prl.tsx +0 -12
- package/src/data/icons/react/ptrn.tsx +0 -12
- package/src/data/icons/react/pungo.tsx +0 -12
- package/src/data/icons/react/pura.tsx +0 -12
- package/src/data/icons/react/pyusd.tsx +0 -12
- package/src/data/icons/react/qash.tsx +0 -12
- package/src/data/icons/react/qck.tsx +0 -12
- package/src/data/icons/react/qiwi.tsx +0 -12
- package/src/data/icons/react/qlc.tsx +0 -12
- package/src/data/icons/react/qrl.tsx +0 -12
- package/src/data/icons/react/qsp.tsx +0 -12
- package/src/data/icons/react/qtum.tsx +0 -12
- package/src/data/icons/react/r.tsx +0 -12
- package/src/data/icons/react/rads.tsx +0 -12
- package/src/data/icons/react/rap.tsx +0 -12
- package/src/data/icons/react/rbtc.tsx +0 -12
- package/src/data/icons/react/rcn.tsx +0 -12
- package/src/data/icons/react/rdd.tsx +0 -12
- package/src/data/icons/react/rdn.tsx +0 -12
- package/src/data/icons/react/ren.tsx +0 -12
- package/src/data/icons/react/rep.tsx +0 -12
- package/src/data/icons/react/repv2.tsx +0 -12
- package/src/data/icons/react/req.tsx +0 -12
- package/src/data/icons/react/rhoc.tsx +0 -12
- package/src/data/icons/react/ric.tsx +0 -12
- package/src/data/icons/react/ride.tsx +0 -12
- package/src/data/icons/react/rise.tsx +0 -12
- package/src/data/icons/react/rlc.tsx +0 -12
- package/src/data/icons/react/rpx.tsx +0 -12
- package/src/data/icons/react/rub.tsx +0 -12
- package/src/data/icons/react/rvn.tsx +0 -12
- package/src/data/icons/react/ryo.tsx +0 -12
- package/src/data/icons/react/sAbi.tsx +0 -12
- package/src/data/icons/react/safe.tsx +0 -12
- package/src/data/icons/react/sai.tsx +0 -12
- package/src/data/icons/react/salt.tsx +0 -12
- package/src/data/icons/react/san.tsx +0 -12
- package/src/data/icons/react/sbd.tsx +0 -12
- package/src/data/icons/react/sberbank.tsx +0 -12
- package/src/data/icons/react/sc.tsx +0 -12
- package/src/data/icons/react/scrt.tsx +0 -12
- package/src/data/icons/react/sei.tsx +0 -12
- package/src/data/icons/react/sgb.tsx +0 -12
- package/src/data/icons/react/shift.tsx +0 -12
- package/src/data/icons/react/sib.tsx +0 -12
- package/src/data/icons/react/sin.tsx +0 -12
- package/src/data/icons/react/sky.tsx +0 -12
- package/src/data/icons/react/slr.tsx +0 -12
- package/src/data/icons/react/sls.tsx +0 -12
- package/src/data/icons/react/smart.tsx +0 -12
- package/src/data/icons/react/sngls.tsx +0 -12
- package/src/data/icons/react/snm.tsx +0 -12
- package/src/data/icons/react/snt.tsx +0 -12
- package/src/data/icons/react/soc.tsx +0 -12
- package/src/data/icons/react/sol.tsx +0 -12
- package/src/data/icons/react/spank.tsx +0 -12
- package/src/data/icons/react/sphtx.tsx +0 -12
- package/src/data/icons/react/srn.tsx +0 -12
- package/src/data/icons/react/ssv.tsx +0 -12
- package/src/data/icons/react/stak.tsx +0 -12
- package/src/data/icons/react/stars.tsx +0 -12
- package/src/data/icons/react/start.tsx +0 -12
- package/src/data/icons/react/steem.tsx +0 -12
- package/src/data/icons/react/storj.tsx +0 -12
- package/src/data/icons/react/storm.tsx +0 -12
- package/src/data/icons/react/stq.tsx +0 -12
- package/src/data/icons/react/strat.tsx +0 -12
- package/src/data/icons/react/strd.tsx +0 -12
- package/src/data/icons/react/stx.tsx +0 -12
- package/src/data/icons/react/sub.tsx +0 -12
- package/src/data/icons/react/sumo.tsx +0 -12
- package/src/data/icons/react/sys.tsx +0 -12
- package/src/data/icons/react/taas.tsx +0 -12
- package/src/data/icons/react/tau.tsx +0 -12
- package/src/data/icons/react/tbx.tsx +0 -12
- package/src/data/icons/react/tel.tsx +0 -12
- package/src/data/icons/react/ten.tsx +0 -12
- package/src/data/icons/react/tern.tsx +0 -12
- package/src/data/icons/react/tgch.tsx +0 -12
- package/src/data/icons/react/theta.tsx +0 -12
- package/src/data/icons/react/tifi.tsx +0 -12
- package/src/data/icons/react/tix.tsx +0 -12
- package/src/data/icons/react/tkn.tsx +0 -12
- package/src/data/icons/react/tks.tsx +0 -12
- package/src/data/icons/react/tlos.tsx +0 -12
- package/src/data/icons/react/tnb.tsx +0 -12
- package/src/data/icons/react/tnc.tsx +0 -12
- package/src/data/icons/react/tnt.tsx +0 -12
- package/src/data/icons/react/tomo.tsx +0 -12
- package/src/data/icons/react/tpay.tsx +0 -12
- package/src/data/icons/react/trig.tsx +0 -12
- package/src/data/icons/react/trtl.tsx +0 -12
- package/src/data/icons/react/trx.tsx +0 -12
- package/src/data/icons/react/tusd.tsx +0 -12
- package/src/data/icons/react/tyc.tsx +0 -12
- package/src/data/icons/react/tzc.tsx +0 -12
- package/src/data/icons/react/ubq.tsx +0 -12
- package/src/data/icons/react/uma.tsx +0 -12
- package/src/data/icons/react/umee.tsx +0 -12
- package/src/data/icons/react/uni.tsx +0 -12
- package/src/data/icons/react/unity.tsx +0 -12
- package/src/data/icons/react/usdc.tsx +0 -12
- package/src/data/icons/react/usdt.tsx +0 -12
- package/src/data/icons/react/utk.tsx +0 -12
- package/src/data/icons/react/veri.tsx +0 -12
- package/src/data/icons/react/verse.tsx +0 -12
- package/src/data/icons/react/vet.tsx +0 -12
- package/src/data/icons/react/via.tsx +0 -12
- package/src/data/icons/react/vib.tsx +0 -12
- package/src/data/icons/react/vibe.tsx +0 -12
- package/src/data/icons/react/vivo.tsx +0 -12
- package/src/data/icons/react/vlx.tsx +0 -12
- package/src/data/icons/react/vrc.tsx +0 -12
- package/src/data/icons/react/vrsc.tsx +0 -12
- package/src/data/icons/react/vtc.tsx +0 -12
- package/src/data/icons/react/vtho.tsx +0 -12
- package/src/data/icons/react/wabi.tsx +0 -12
- package/src/data/icons/react/waifu.tsx +0 -12
- package/src/data/icons/react/wan.tsx +0 -12
- package/src/data/icons/react/waves.tsx +0 -12
- package/src/data/icons/react/wax.tsx +0 -12
- package/src/data/icons/react/wbtc.tsx +0 -12
- package/src/data/icons/react/wdoge.tsx +0 -12
- package/src/data/icons/react/wgr.tsx +0 -12
- package/src/data/icons/react/wicc.tsx +0 -12
- package/src/data/icons/react/wings.tsx +0 -12
- package/src/data/icons/react/wpr.tsx +0 -12
- package/src/data/icons/react/wtc.tsx +0 -12
- package/src/data/icons/react/x.tsx +0 -12
- package/src/data/icons/react/xas.tsx +0 -12
- package/src/data/icons/react/xbc.tsx +0 -12
- package/src/data/icons/react/xbp.tsx +0 -12
- package/src/data/icons/react/xby.tsx +0 -12
- package/src/data/icons/react/xcp.tsx +0 -12
- package/src/data/icons/react/xdn.tsx +0 -12
- package/src/data/icons/react/xem.tsx +0 -12
- package/src/data/icons/react/xin.tsx +0 -12
- package/src/data/icons/react/xlm.tsx +0 -12
- package/src/data/icons/react/xmcc.tsx +0 -12
- package/src/data/icons/react/xmg.tsx +0 -12
- package/src/data/icons/react/xmo.tsx +0 -12
- package/src/data/icons/react/xmr.tsx +0 -12
- package/src/data/icons/react/xmy.tsx +0 -12
- package/src/data/icons/react/xp.tsx +0 -12
- package/src/data/icons/react/xpa.tsx +0 -12
- package/src/data/icons/react/xpm.tsx +0 -12
- package/src/data/icons/react/xprt.tsx +0 -12
- package/src/data/icons/react/xrp.tsx +0 -12
- package/src/data/icons/react/xsg.tsx +0 -12
- package/src/data/icons/react/xst.tsx +0 -12
- package/src/data/icons/react/xtz.tsx +0 -12
- package/src/data/icons/react/xuc.tsx +0 -12
- package/src/data/icons/react/xvc.tsx +0 -12
- package/src/data/icons/react/xvg.tsx +0 -12
- package/src/data/icons/react/xzc.tsx +0 -12
- package/src/data/icons/react/yae.tsx +0 -12
- package/src/data/icons/react/yfi.tsx +0 -12
- package/src/data/icons/react/yoyow.tsx +0 -12
- package/src/data/icons/react/zcl.tsx +0 -12
- package/src/data/icons/react/zec.tsx +0 -12
- package/src/data/icons/react/zel.tsx +0 -12
- package/src/data/icons/react/zen.tsx +0 -12
- package/src/data/icons/react/zest.tsx +0 -12
- package/src/data/icons/react/zil.tsx +0 -12
- package/src/data/icons/react/zilla.tsx +0 -12
- package/src/data/icons/react/zrx.tsx +0 -12
- package/src/data/icons/reactNative/_0Xbtc.tsx +0 -13
- package/src/data/icons/reactNative/_2Give.tsx +0 -13
- package/src/data/icons/reactNative/abi.tsx +0 -13
- package/src/data/icons/reactNative/abt.tsx +0 -13
- package/src/data/icons/reactNative/act.tsx +0 -13
- package/src/data/icons/reactNative/actn.tsx +0 -13
- package/src/data/icons/reactNative/ada.tsx +0 -13
- package/src/data/icons/reactNative/add.tsx +0 -13
- package/src/data/icons/reactNative/adx.tsx +0 -13
- package/src/data/icons/reactNative/ae.tsx +0 -13
- package/src/data/icons/reactNative/aeon.tsx +0 -13
- package/src/data/icons/reactNative/agi.tsx +0 -13
- package/src/data/icons/reactNative/agrs.tsx +0 -13
- package/src/data/icons/reactNative/aion.tsx +0 -13
- package/src/data/icons/reactNative/algo.tsx +0 -13
- package/src/data/icons/reactNative/amb.tsx +0 -13
- package/src/data/icons/reactNative/amp.tsx +0 -13
- package/src/data/icons/reactNative/ampl.tsx +0 -13
- package/src/data/icons/reactNative/ant.tsx +0 -13
- package/src/data/icons/reactNative/apex.tsx +0 -13
- package/src/data/icons/reactNative/appc.tsx +0 -13
- package/src/data/icons/reactNative/ardr.tsx +0 -13
- package/src/data/icons/reactNative/arg.tsx +0 -13
- package/src/data/icons/reactNative/ark.tsx +0 -13
- package/src/data/icons/reactNative/arn.tsx +0 -13
- package/src/data/icons/reactNative/arnx.tsx +0 -13
- package/src/data/icons/reactNative/ary.tsx +0 -13
- package/src/data/icons/reactNative/ast.tsx +0 -13
- package/src/data/icons/reactNative/astr.tsx +0 -13
- package/src/data/icons/reactNative/atm.tsx +0 -13
- package/src/data/icons/reactNative/atom.tsx +0 -13
- package/src/data/icons/reactNative/audr.tsx +0 -13
- package/src/data/icons/reactNative/auto.tsx +0 -13
- package/src/data/icons/reactNative/avax.tsx +0 -13
- package/src/data/icons/reactNative/axl.tsx +0 -13
- package/src/data/icons/reactNative/aywa.tsx +0 -13
- package/src/data/icons/reactNative/bab.tsx +0 -13
- package/src/data/icons/reactNative/bal.tsx +0 -13
- package/src/data/icons/reactNative/band.tsx +0 -13
- package/src/data/icons/reactNative/bat.tsx +0 -13
- package/src/data/icons/reactNative/bay.tsx +0 -13
- package/src/data/icons/reactNative/bcbc.tsx +0 -13
- package/src/data/icons/reactNative/bcc.tsx +0 -13
- package/src/data/icons/reactNative/bcd.tsx +0 -13
- package/src/data/icons/reactNative/bcert.tsx +0 -13
- package/src/data/icons/reactNative/bch.tsx +0 -13
- package/src/data/icons/reactNative/bcio.tsx +0 -13
- package/src/data/icons/reactNative/bcn.tsx +0 -13
- package/src/data/icons/reactNative/bco.tsx +0 -13
- package/src/data/icons/reactNative/bcpt.tsx +0 -13
- package/src/data/icons/reactNative/bdl.tsx +0 -13
- package/src/data/icons/reactNative/beam.tsx +0 -13
- package/src/data/icons/reactNative/bela.tsx +0 -13
- package/src/data/icons/reactNative/bix.tsx +0 -13
- package/src/data/icons/reactNative/blcn.tsx +0 -13
- package/src/data/icons/reactNative/blk.tsx +0 -13
- package/src/data/icons/reactNative/block.tsx +0 -13
- package/src/data/icons/reactNative/blz.tsx +0 -13
- package/src/data/icons/reactNative/bnb.tsx +0 -13
- package/src/data/icons/reactNative/bnt.tsx +0 -13
- package/src/data/icons/reactNative/bnty.tsx +0 -13
- package/src/data/icons/reactNative/booty.tsx +0 -13
- package/src/data/icons/reactNative/bos.tsx +0 -13
- package/src/data/icons/reactNative/bpt.tsx +0 -13
- package/src/data/icons/reactNative/bq.tsx +0 -13
- package/src/data/icons/reactNative/brd.tsx +0 -13
- package/src/data/icons/reactNative/bsd.tsx +0 -13
- package/src/data/icons/reactNative/bsv.tsx +0 -13
- package/src/data/icons/reactNative/btc.tsx +0 -13
- package/src/data/icons/reactNative/btcd.tsx +0 -13
- package/src/data/icons/reactNative/btch.tsx +0 -13
- package/src/data/icons/reactNative/btcp.tsx +0 -13
- package/src/data/icons/reactNative/btcz.tsx +0 -13
- package/src/data/icons/reactNative/btdx.tsx +0 -13
- package/src/data/icons/reactNative/btg.tsx +0 -13
- package/src/data/icons/reactNative/btm.tsx +0 -13
- package/src/data/icons/reactNative/bts.tsx +0 -13
- package/src/data/icons/reactNative/btt.tsx +0 -13
- package/src/data/icons/reactNative/btx.tsx +0 -13
- package/src/data/icons/reactNative/burst.tsx +0 -13
- package/src/data/icons/reactNative/bze.tsx +0 -13
- package/src/data/icons/reactNative/call.tsx +0 -13
- package/src/data/icons/reactNative/cc.tsx +0 -13
- package/src/data/icons/reactNative/cdn.tsx +0 -13
- package/src/data/icons/reactNative/cdt.tsx +0 -13
- package/src/data/icons/reactNative/celo.tsx +0 -13
- package/src/data/icons/reactNative/cenz.tsx +0 -13
- package/src/data/icons/reactNative/chain.tsx +0 -13
- package/src/data/icons/reactNative/chat.tsx +0 -13
- package/src/data/icons/reactNative/chips.tsx +0 -13
- package/src/data/icons/reactNative/cix.tsx +0 -13
- package/src/data/icons/reactNative/clam.tsx +0 -13
- package/src/data/icons/reactNative/cloak.tsx +0 -13
- package/src/data/icons/reactNative/cmm.tsx +0 -13
- package/src/data/icons/reactNative/cmt.tsx +0 -13
- package/src/data/icons/reactNative/cnd.tsx +0 -13
- package/src/data/icons/reactNative/cnx.tsx +0 -13
- package/src/data/icons/reactNative/cny.tsx +0 -13
- package/src/data/icons/reactNative/cob.tsx +0 -13
- package/src/data/icons/reactNative/colx.tsx +0 -13
- package/src/data/icons/reactNative/comp.tsx +0 -13
- package/src/data/icons/reactNative/coqui.tsx +0 -13
- package/src/data/icons/reactNative/core.tsx +0 -13
- package/src/data/icons/reactNative/cred.tsx +0 -13
- package/src/data/icons/reactNative/crk.tsx +0 -13
- package/src/data/icons/reactNative/cro.tsx +0 -13
- package/src/data/icons/reactNative/crpt.tsx +0 -13
- package/src/data/icons/reactNative/crw.tsx +0 -13
- package/src/data/icons/reactNative/cs.tsx +0 -13
- package/src/data/icons/reactNative/cspr.tsx +0 -13
- package/src/data/icons/reactNative/ctr.tsx +0 -13
- package/src/data/icons/reactNative/ctxc.tsx +0 -13
- package/src/data/icons/reactNative/currencyArbitrum.tsx +0 -13
- package/src/data/icons/reactNative/currencyArbitrumGoerli.tsx +0 -13
- package/src/data/icons/reactNative/currencyBase.tsx +0 -13
- package/src/data/icons/reactNative/currencyBaseGoerli.tsx +0 -13
- package/src/data/icons/reactNative/currencyBoba.tsx +0 -13
- package/src/data/icons/reactNative/currencyOptimism.tsx +0 -13
- package/src/data/icons/reactNative/currencyOptimismGoerli.tsx +0 -13
- package/src/data/icons/reactNative/currencyPolygonZkEvm.tsx +0 -13
- package/src/data/icons/reactNative/currencyPolygonZkEvmTestnet.tsx +0 -13
- package/src/data/icons/reactNative/cvc.tsx +0 -13
- package/src/data/icons/reactNative/d.tsx +0 -13
- package/src/data/icons/reactNative/dai.tsx +0 -13
- package/src/data/icons/reactNative/dash.tsx +0 -13
- package/src/data/icons/reactNative/dat.tsx +0 -13
- package/src/data/icons/reactNative/data.tsx +0 -13
- package/src/data/icons/reactNative/dbc.tsx +0 -13
- package/src/data/icons/reactNative/dcn.tsx +0 -13
- package/src/data/icons/reactNative/dcr.tsx +0 -13
- package/src/data/icons/reactNative/deez.tsx +0 -13
- package/src/data/icons/reactNative/dent.tsx +0 -13
- package/src/data/icons/reactNative/dew.tsx +0 -13
- package/src/data/icons/reactNative/dgb.tsx +0 -13
- package/src/data/icons/reactNative/dgd.tsx +0 -13
- package/src/data/icons/reactNative/dlt.tsx +0 -13
- package/src/data/icons/reactNative/dnt.tsx +0 -13
- package/src/data/icons/reactNative/dock.tsx +0 -13
- package/src/data/icons/reactNative/doge.tsx +0 -13
- package/src/data/icons/reactNative/dot.tsx +0 -13
- package/src/data/icons/reactNative/drgn.tsx +0 -13
- package/src/data/icons/reactNative/drop.tsx +0 -13
- package/src/data/icons/reactNative/dsm.tsx +0 -13
- package/src/data/icons/reactNative/dta.tsx +0 -13
- package/src/data/icons/reactNative/dth.tsx +0 -13
- package/src/data/icons/reactNative/dtr.tsx +0 -13
- package/src/data/icons/reactNative/dydx.tsx +0 -13
- package/src/data/icons/reactNative/ebst.tsx +0 -13
- package/src/data/icons/reactNative/eca.tsx +0 -13
- package/src/data/icons/reactNative/edg.tsx +0 -13
- package/src/data/icons/reactNative/edo.tsx +0 -13
- package/src/data/icons/reactNative/edoge.tsx +0 -13
- package/src/data/icons/reactNative/egem.tsx +0 -13
- package/src/data/icons/reactNative/egld.tsx +0 -13
- package/src/data/icons/reactNative/ela.tsx +0 -13
- package/src/data/icons/reactNative/elec.tsx +0 -13
- package/src/data/icons/reactNative/elf.tsx +0 -13
- package/src/data/icons/reactNative/elix.tsx +0 -13
- package/src/data/icons/reactNative/ella.tsx +0 -13
- package/src/data/icons/reactNative/emc.tsx +0 -13
- package/src/data/icons/reactNative/emc2.tsx +0 -13
- package/src/data/icons/reactNative/eng.tsx +0 -13
- package/src/data/icons/reactNative/enj.tsx +0 -13
- package/src/data/icons/reactNative/entrp.tsx +0 -13
- package/src/data/icons/reactNative/eon.tsx +0 -13
- package/src/data/icons/reactNative/eop.tsx +0 -13
- package/src/data/icons/reactNative/eos.tsx +0 -13
- package/src/data/icons/reactNative/eqli.tsx +0 -13
- package/src/data/icons/reactNative/equa.tsx +0 -13
- package/src/data/icons/reactNative/eqz.tsx +0 -13
- package/src/data/icons/reactNative/etc.tsx +0 -13
- package/src/data/icons/reactNative/eth.tsx +0 -13
- package/src/data/icons/reactNative/ethos.tsx +0 -13
- package/src/data/icons/reactNative/etn.tsx +0 -13
- package/src/data/icons/reactNative/etp.tsx +0 -13
- package/src/data/icons/reactNative/euroc.tsx +0 -13
- package/src/data/icons/reactNative/evmos.tsx +0 -13
- package/src/data/icons/reactNative/evx.tsx +0 -13
- package/src/data/icons/reactNative/ewt.tsx +0 -13
- package/src/data/icons/reactNative/exmo.tsx +0 -13
- package/src/data/icons/reactNative/exp.tsx +0 -13
- package/src/data/icons/reactNative/fair.tsx +0 -13
- package/src/data/icons/reactNative/fct.tsx +0 -13
- package/src/data/icons/reactNative/fil.tsx +0 -13
- package/src/data/icons/reactNative/fjc.tsx +0 -13
- package/src/data/icons/reactNative/fldc.tsx +0 -13
- package/src/data/icons/reactNative/flo.tsx +0 -13
- package/src/data/icons/reactNative/flr.tsx +0 -13
- package/src/data/icons/reactNative/fsn.tsx +0 -13
- package/src/data/icons/reactNative/ftc.tsx +0 -13
- package/src/data/icons/reactNative/ftm.tsx +0 -13
- package/src/data/icons/reactNative/fuel.tsx +0 -13
- package/src/data/icons/reactNative/fun.tsx +0 -13
- package/src/data/icons/reactNative/gAbi.tsx +0 -13
- package/src/data/icons/reactNative/game.tsx +0 -13
- package/src/data/icons/reactNative/gas.tsx +0 -13
- package/src/data/icons/reactNative/gbx.tsx +0 -13
- package/src/data/icons/reactNative/gbyte.tsx +0 -13
- package/src/data/icons/reactNative/generic.tsx +0 -13
- package/src/data/icons/reactNative/gin.tsx +0 -13
- package/src/data/icons/reactNative/glmr.tsx +0 -13
- package/src/data/icons/reactNative/glxt.tsx +0 -13
- package/src/data/icons/reactNative/gm.tsx +0 -13
- package/src/data/icons/reactNative/gmr.tsx +0 -13
- package/src/data/icons/reactNative/gno.tsx +0 -13
- package/src/data/icons/reactNative/gnt.tsx +0 -13
- package/src/data/icons/reactNative/gold.tsx +0 -13
- package/src/data/icons/reactNative/grc.tsx +0 -13
- package/src/data/icons/reactNative/grin.tsx +0 -13
- package/src/data/icons/reactNative/gsc.tsx +0 -13
- package/src/data/icons/reactNative/gto.tsx +0 -13
- package/src/data/icons/reactNative/gup.tsx +0 -13
- package/src/data/icons/reactNative/gusd.tsx +0 -13
- package/src/data/icons/reactNative/gvt.tsx +0 -13
- package/src/data/icons/reactNative/gxs.tsx +0 -13
- package/src/data/icons/reactNative/gzr.tsx +0 -13
- package/src/data/icons/reactNative/hbar.tsx +0 -13
- package/src/data/icons/reactNative/hight.tsx +0 -13
- package/src/data/icons/reactNative/hmmm.tsx +0 -13
- package/src/data/icons/reactNative/hodl.tsx +0 -13
- package/src/data/icons/reactNative/hot.tsx +0 -13
- package/src/data/icons/reactNative/hpb.tsx +0 -13
- package/src/data/icons/reactNative/hsr.tsx +0 -13
- package/src/data/icons/reactNative/ht.tsx +0 -13
- package/src/data/icons/reactNative/html.tsx +0 -13
- package/src/data/icons/reactNative/huc.tsx +0 -13
- package/src/data/icons/reactNative/hush.tsx +0 -13
- package/src/data/icons/reactNative/icn.tsx +0 -13
- package/src/data/icons/reactNative/icp.tsx +0 -13
- package/src/data/icons/reactNative/icx.tsx +0 -13
- package/src/data/icons/reactNative/ignis.tsx +0 -13
- package/src/data/icons/reactNative/ilk.tsx +0 -13
- package/src/data/icons/reactNative/index.tsx +0 -515
- package/src/data/icons/reactNative/inj.tsx +0 -13
- package/src/data/icons/reactNative/ink.tsx +0 -13
- package/src/data/icons/reactNative/ins.tsx +0 -13
- package/src/data/icons/reactNative/ion.tsx +0 -13
- package/src/data/icons/reactNative/iop.tsx +0 -13
- package/src/data/icons/reactNative/iost.tsx +0 -13
- package/src/data/icons/reactNative/iotx.tsx +0 -13
- package/src/data/icons/reactNative/iq.tsx +0 -13
- package/src/data/icons/reactNative/itc.tsx +0 -13
- package/src/data/icons/reactNative/jnt.tsx +0 -13
- package/src/data/icons/reactNative/jpy.tsx +0 -13
- package/src/data/icons/reactNative/kava.tsx +0 -13
- package/src/data/icons/reactNative/kcs.tsx +0 -13
- package/src/data/icons/reactNative/kin.tsx +0 -13
- package/src/data/icons/reactNative/klay.tsx +0 -13
- package/src/data/icons/reactNative/klown.tsx +0 -13
- package/src/data/icons/reactNative/kmd.tsx +0 -13
- package/src/data/icons/reactNative/knc.tsx +0 -13
- package/src/data/icons/reactNative/krb.tsx +0 -13
- package/src/data/icons/reactNative/lbc.tsx +0 -13
- package/src/data/icons/reactNative/lend.tsx +0 -13
- package/src/data/icons/reactNative/leo.tsx +0 -13
- package/src/data/icons/reactNative/link.tsx +0 -13
- package/src/data/icons/reactNative/lkk.tsx +0 -13
- package/src/data/icons/reactNative/loom.tsx +0 -13
- package/src/data/icons/reactNative/lpt.tsx +0 -13
- package/src/data/icons/reactNative/lrc.tsx +0 -13
- package/src/data/icons/reactNative/lsk.tsx +0 -13
- package/src/data/icons/reactNative/ltc.tsx +0 -13
- package/src/data/icons/reactNative/lun.tsx +0 -13
- package/src/data/icons/reactNative/lyx.tsx +0 -13
- package/src/data/icons/reactNative/maid.tsx +0 -13
- package/src/data/icons/reactNative/mana.tsx +0 -13
- package/src/data/icons/reactNative/matic.tsx +0 -13
- package/src/data/icons/reactNative/mcap.tsx +0 -13
- package/src/data/icons/reactNative/mco.tsx +0 -13
- package/src/data/icons/reactNative/mda.tsx +0 -13
- package/src/data/icons/reactNative/mds.tsx +0 -13
- package/src/data/icons/reactNative/med.tsx +0 -13
- package/src/data/icons/reactNative/meetone.tsx +0 -13
- package/src/data/icons/reactNative/metis.tsx +0 -13
- package/src/data/icons/reactNative/mex.tsx +0 -13
- package/src/data/icons/reactNative/mft.tsx +0 -13
- package/src/data/icons/reactNative/miota.tsx +0 -13
- package/src/data/icons/reactNative/mith.tsx +0 -13
- package/src/data/icons/reactNative/mkr.tsx +0 -13
- package/src/data/icons/reactNative/mln.tsx +0 -13
- package/src/data/icons/reactNative/mnx.tsx +0 -13
- package/src/data/icons/reactNative/mnz.tsx +0 -13
- package/src/data/icons/reactNative/moac.tsx +0 -13
- package/src/data/icons/reactNative/mod.tsx +0 -13
- package/src/data/icons/reactNative/mona.tsx +0 -13
- package/src/data/icons/reactNative/movr.tsx +0 -13
- package/src/data/icons/reactNative/msr.tsx +0 -13
- package/src/data/icons/reactNative/mth.tsx +0 -13
- package/src/data/icons/reactNative/mtl.tsx +0 -13
- package/src/data/icons/reactNative/music.tsx +0 -13
- package/src/data/icons/reactNative/mzc.tsx +0 -13
- package/src/data/icons/reactNative/nano.tsx +0 -13
- package/src/data/icons/reactNative/nas.tsx +0 -13
- package/src/data/icons/reactNative/nav.tsx +0 -13
- package/src/data/icons/reactNative/ncash.tsx +0 -13
- package/src/data/icons/reactNative/ndz.tsx +0 -13
- package/src/data/icons/reactNative/near.tsx +0 -13
- package/src/data/icons/reactNative/nebl.tsx +0 -13
- package/src/data/icons/reactNative/neo.tsx +0 -13
- package/src/data/icons/reactNative/neon.tsx +0 -13
- package/src/data/icons/reactNative/neos.tsx +0 -13
- package/src/data/icons/reactNative/neu.tsx +0 -13
- package/src/data/icons/reactNative/nexo.tsx +0 -13
- package/src/data/icons/reactNative/ngc.tsx +0 -13
- package/src/data/icons/reactNative/nim.tsx +0 -13
- package/src/data/icons/reactNative/nio.tsx +0 -13
- package/src/data/icons/reactNative/nlc2.tsx +0 -13
- package/src/data/icons/reactNative/nlg.tsx +0 -13
- package/src/data/icons/reactNative/nmc.tsx +0 -13
- package/src/data/icons/reactNative/nmr.tsx +0 -13
- package/src/data/icons/reactNative/nom.tsx +0 -13
- package/src/data/icons/reactNative/npxs.tsx +0 -13
- package/src/data/icons/reactNative/nuls.tsx +0 -13
- package/src/data/icons/reactNative/nxs.tsx +0 -13
- package/src/data/icons/reactNative/nxt.tsx +0 -13
- package/src/data/icons/reactNative/nym.tsx +0 -13
- package/src/data/icons/reactNative/nyx.tsx +0 -13
- package/src/data/icons/reactNative/oax.tsx +0 -13
- package/src/data/icons/reactNative/ok.tsx +0 -13
- package/src/data/icons/reactNative/okb.tsx +0 -13
- package/src/data/icons/reactNative/omg.tsx +0 -13
- package/src/data/icons/reactNative/omni.tsx +0 -13
- package/src/data/icons/reactNative/ong.tsx +0 -13
- package/src/data/icons/reactNative/ont.tsx +0 -13
- package/src/data/icons/reactNative/oot.tsx +0 -13
- package/src/data/icons/reactNative/osmo.tsx +0 -13
- package/src/data/icons/reactNative/ost.tsx +0 -13
- package/src/data/icons/reactNative/ox.tsx +0 -13
- package/src/data/icons/reactNative/oxt.tsx +0 -13
- package/src/data/icons/reactNative/pac.tsx +0 -13
- package/src/data/icons/reactNative/part.tsx +0 -13
- package/src/data/icons/reactNative/pasc.tsx +0 -13
- package/src/data/icons/reactNative/pasl.tsx +0 -13
- package/src/data/icons/reactNative/pax.tsx +0 -13
- package/src/data/icons/reactNative/pay.tsx +0 -13
- package/src/data/icons/reactNative/payx.tsx +0 -13
- package/src/data/icons/reactNative/pink.tsx +0 -13
- package/src/data/icons/reactNative/pirl.tsx +0 -13
- package/src/data/icons/reactNative/pivx.tsx +0 -13
- package/src/data/icons/reactNative/plr.tsx +0 -13
- package/src/data/icons/reactNative/poa.tsx +0 -13
- package/src/data/icons/reactNative/poe.tsx +0 -13
- package/src/data/icons/reactNative/polis.tsx +0 -13
- package/src/data/icons/reactNative/poly.tsx +0 -13
- package/src/data/icons/reactNative/pot.tsx +0 -13
- package/src/data/icons/reactNative/powr.tsx +0 -13
- package/src/data/icons/reactNative/ppc.tsx +0 -13
- package/src/data/icons/reactNative/ppp.tsx +0 -13
- package/src/data/icons/reactNative/ppt.tsx +0 -13
- package/src/data/icons/reactNative/pre.tsx +0 -13
- package/src/data/icons/reactNative/prl.tsx +0 -13
- package/src/data/icons/reactNative/ptrn.tsx +0 -13
- package/src/data/icons/reactNative/pungo.tsx +0 -13
- package/src/data/icons/reactNative/pura.tsx +0 -13
- package/src/data/icons/reactNative/pyusd.tsx +0 -13
- package/src/data/icons/reactNative/qash.tsx +0 -13
- package/src/data/icons/reactNative/qck.tsx +0 -13
- package/src/data/icons/reactNative/qiwi.tsx +0 -13
- package/src/data/icons/reactNative/qlc.tsx +0 -13
- package/src/data/icons/reactNative/qrl.tsx +0 -13
- package/src/data/icons/reactNative/qsp.tsx +0 -13
- package/src/data/icons/reactNative/qtum.tsx +0 -13
- package/src/data/icons/reactNative/r.tsx +0 -13
- package/src/data/icons/reactNative/rads.tsx +0 -13
- package/src/data/icons/reactNative/rap.tsx +0 -13
- package/src/data/icons/reactNative/rbtc.tsx +0 -13
- package/src/data/icons/reactNative/rcn.tsx +0 -13
- package/src/data/icons/reactNative/rdd.tsx +0 -13
- package/src/data/icons/reactNative/rdn.tsx +0 -13
- package/src/data/icons/reactNative/ren.tsx +0 -13
- package/src/data/icons/reactNative/rep.tsx +0 -13
- package/src/data/icons/reactNative/repv2.tsx +0 -13
- package/src/data/icons/reactNative/req.tsx +0 -13
- package/src/data/icons/reactNative/rhoc.tsx +0 -13
- package/src/data/icons/reactNative/ric.tsx +0 -13
- package/src/data/icons/reactNative/ride.tsx +0 -13
- package/src/data/icons/reactNative/rise.tsx +0 -13
- package/src/data/icons/reactNative/rlc.tsx +0 -13
- package/src/data/icons/reactNative/rpx.tsx +0 -13
- package/src/data/icons/reactNative/rub.tsx +0 -13
- package/src/data/icons/reactNative/rvn.tsx +0 -13
- package/src/data/icons/reactNative/ryo.tsx +0 -13
- package/src/data/icons/reactNative/sAbi.tsx +0 -13
- package/src/data/icons/reactNative/safe.tsx +0 -13
- package/src/data/icons/reactNative/sai.tsx +0 -13
- package/src/data/icons/reactNative/salt.tsx +0 -13
- package/src/data/icons/reactNative/san.tsx +0 -13
- package/src/data/icons/reactNative/sbd.tsx +0 -13
- package/src/data/icons/reactNative/sberbank.tsx +0 -13
- package/src/data/icons/reactNative/sc.tsx +0 -13
- package/src/data/icons/reactNative/scrt.tsx +0 -13
- package/src/data/icons/reactNative/sei.tsx +0 -13
- package/src/data/icons/reactNative/sgb.tsx +0 -13
- package/src/data/icons/reactNative/shift.tsx +0 -13
- package/src/data/icons/reactNative/sib.tsx +0 -13
- package/src/data/icons/reactNative/sin.tsx +0 -13
- package/src/data/icons/reactNative/sky.tsx +0 -13
- package/src/data/icons/reactNative/slr.tsx +0 -13
- package/src/data/icons/reactNative/sls.tsx +0 -13
- package/src/data/icons/reactNative/smart.tsx +0 -13
- package/src/data/icons/reactNative/sngls.tsx +0 -13
- package/src/data/icons/reactNative/snm.tsx +0 -13
- package/src/data/icons/reactNative/snt.tsx +0 -13
- package/src/data/icons/reactNative/soc.tsx +0 -13
- package/src/data/icons/reactNative/sol.tsx +0 -13
- package/src/data/icons/reactNative/spank.tsx +0 -13
- package/src/data/icons/reactNative/sphtx.tsx +0 -13
- package/src/data/icons/reactNative/srn.tsx +0 -13
- package/src/data/icons/reactNative/ssv.tsx +0 -13
- package/src/data/icons/reactNative/stak.tsx +0 -13
- package/src/data/icons/reactNative/stars.tsx +0 -13
- package/src/data/icons/reactNative/start.tsx +0 -13
- package/src/data/icons/reactNative/steem.tsx +0 -13
- package/src/data/icons/reactNative/storj.tsx +0 -13
- package/src/data/icons/reactNative/storm.tsx +0 -13
- package/src/data/icons/reactNative/stq.tsx +0 -13
- package/src/data/icons/reactNative/strat.tsx +0 -13
- package/src/data/icons/reactNative/strd.tsx +0 -13
- package/src/data/icons/reactNative/stx.tsx +0 -13
- package/src/data/icons/reactNative/sub.tsx +0 -13
- package/src/data/icons/reactNative/sumo.tsx +0 -13
- package/src/data/icons/reactNative/sys.tsx +0 -13
- package/src/data/icons/reactNative/taas.tsx +0 -13
- package/src/data/icons/reactNative/tau.tsx +0 -13
- package/src/data/icons/reactNative/tbx.tsx +0 -13
- package/src/data/icons/reactNative/tel.tsx +0 -13
- package/src/data/icons/reactNative/ten.tsx +0 -13
- package/src/data/icons/reactNative/tern.tsx +0 -13
- package/src/data/icons/reactNative/tgch.tsx +0 -13
- package/src/data/icons/reactNative/theta.tsx +0 -13
- package/src/data/icons/reactNative/tifi.tsx +0 -13
- package/src/data/icons/reactNative/tix.tsx +0 -13
- package/src/data/icons/reactNative/tkn.tsx +0 -13
- package/src/data/icons/reactNative/tks.tsx +0 -13
- package/src/data/icons/reactNative/tlos.tsx +0 -13
- package/src/data/icons/reactNative/tnb.tsx +0 -13
- package/src/data/icons/reactNative/tnc.tsx +0 -13
- package/src/data/icons/reactNative/tnt.tsx +0 -13
- package/src/data/icons/reactNative/tomo.tsx +0 -13
- package/src/data/icons/reactNative/tpay.tsx +0 -13
- package/src/data/icons/reactNative/trig.tsx +0 -13
- package/src/data/icons/reactNative/trtl.tsx +0 -13
- package/src/data/icons/reactNative/trx.tsx +0 -13
- package/src/data/icons/reactNative/tusd.tsx +0 -13
- package/src/data/icons/reactNative/tyc.tsx +0 -13
- package/src/data/icons/reactNative/tzc.tsx +0 -13
- package/src/data/icons/reactNative/ubq.tsx +0 -13
- package/src/data/icons/reactNative/uma.tsx +0 -13
- package/src/data/icons/reactNative/umee.tsx +0 -13
- package/src/data/icons/reactNative/uni.tsx +0 -13
- package/src/data/icons/reactNative/unity.tsx +0 -13
- package/src/data/icons/reactNative/usdc.tsx +0 -13
- package/src/data/icons/reactNative/usdt.tsx +0 -13
- package/src/data/icons/reactNative/utk.tsx +0 -13
- package/src/data/icons/reactNative/veri.tsx +0 -13
- package/src/data/icons/reactNative/verse.tsx +0 -13
- package/src/data/icons/reactNative/vet.tsx +0 -13
- package/src/data/icons/reactNative/via.tsx +0 -13
- package/src/data/icons/reactNative/vib.tsx +0 -13
- package/src/data/icons/reactNative/vibe.tsx +0 -13
- package/src/data/icons/reactNative/vivo.tsx +0 -13
- package/src/data/icons/reactNative/vlx.tsx +0 -13
- package/src/data/icons/reactNative/vrc.tsx +0 -13
- package/src/data/icons/reactNative/vrsc.tsx +0 -13
- package/src/data/icons/reactNative/vtc.tsx +0 -13
- package/src/data/icons/reactNative/vtho.tsx +0 -13
- package/src/data/icons/reactNative/wabi.tsx +0 -13
- package/src/data/icons/reactNative/waifu.tsx +0 -13
- package/src/data/icons/reactNative/wan.tsx +0 -13
- package/src/data/icons/reactNative/waves.tsx +0 -13
- package/src/data/icons/reactNative/wax.tsx +0 -13
- package/src/data/icons/reactNative/wbtc.tsx +0 -13
- package/src/data/icons/reactNative/wdoge.tsx +0 -13
- package/src/data/icons/reactNative/wgr.tsx +0 -13
- package/src/data/icons/reactNative/wicc.tsx +0 -13
- package/src/data/icons/reactNative/wings.tsx +0 -13
- package/src/data/icons/reactNative/wpr.tsx +0 -13
- package/src/data/icons/reactNative/wtc.tsx +0 -13
- package/src/data/icons/reactNative/x.tsx +0 -13
- package/src/data/icons/reactNative/xas.tsx +0 -13
- package/src/data/icons/reactNative/xbc.tsx +0 -13
- package/src/data/icons/reactNative/xbp.tsx +0 -13
- package/src/data/icons/reactNative/xby.tsx +0 -13
- package/src/data/icons/reactNative/xcp.tsx +0 -13
- package/src/data/icons/reactNative/xdn.tsx +0 -13
- package/src/data/icons/reactNative/xem.tsx +0 -13
- package/src/data/icons/reactNative/xin.tsx +0 -13
- package/src/data/icons/reactNative/xlm.tsx +0 -13
- package/src/data/icons/reactNative/xmcc.tsx +0 -13
- package/src/data/icons/reactNative/xmg.tsx +0 -13
- package/src/data/icons/reactNative/xmo.tsx +0 -13
- package/src/data/icons/reactNative/xmr.tsx +0 -13
- package/src/data/icons/reactNative/xmy.tsx +0 -13
- package/src/data/icons/reactNative/xp.tsx +0 -13
- package/src/data/icons/reactNative/xpa.tsx +0 -13
- package/src/data/icons/reactNative/xpm.tsx +0 -13
- package/src/data/icons/reactNative/xprt.tsx +0 -13
- package/src/data/icons/reactNative/xrp.tsx +0 -13
- package/src/data/icons/reactNative/xsg.tsx +0 -13
- package/src/data/icons/reactNative/xst.tsx +0 -13
- package/src/data/icons/reactNative/xtz.tsx +0 -13
- package/src/data/icons/reactNative/xuc.tsx +0 -13
- package/src/data/icons/reactNative/xvc.tsx +0 -13
- package/src/data/icons/reactNative/xvg.tsx +0 -13
- package/src/data/icons/reactNative/xzc.tsx +0 -13
- package/src/data/icons/reactNative/yae.tsx +0 -13
- package/src/data/icons/reactNative/yfi.tsx +0 -13
- package/src/data/icons/reactNative/yoyow.tsx +0 -13
- package/src/data/icons/reactNative/zcl.tsx +0 -13
- package/src/data/icons/reactNative/zec.tsx +0 -13
- package/src/data/icons/reactNative/zel.tsx +0 -13
- package/src/data/icons/reactNative/zen.tsx +0 -13
- package/src/data/icons/reactNative/zest.tsx +0 -13
- package/src/data/icons/reactNative/zil.tsx +0 -13
- package/src/data/icons/reactNative/zilla.tsx +0 -13
- package/src/data/icons/reactNative/zrx.tsx +0 -13
- package/src/data/icons/svg/0XBTC.svg +0 -6
- package/src/data/icons/svg/2GIVE.svg +0 -12
- package/src/data/icons/svg/ABI.svg +0 -3
- package/src/data/icons/svg/ABT.svg +0 -3
- package/src/data/icons/svg/ACT.svg +0 -3
- package/src/data/icons/svg/ACTN.svg +0 -3
- package/src/data/icons/svg/ADA.svg +0 -3
- package/src/data/icons/svg/ADD.svg +0 -3
- package/src/data/icons/svg/ADX.svg +0 -3
- package/src/data/icons/svg/AE.svg +0 -3
- package/src/data/icons/svg/AEON.svg +0 -6
- package/src/data/icons/svg/AGI.svg +0 -4
- package/src/data/icons/svg/AGRS.svg +0 -3
- package/src/data/icons/svg/AION.svg +0 -4
- package/src/data/icons/svg/ALGO.svg +0 -3
- package/src/data/icons/svg/AMB.svg +0 -3
- package/src/data/icons/svg/AMP.svg +0 -3
- package/src/data/icons/svg/AMPL.svg +0 -3
- package/src/data/icons/svg/ANT.svg +0 -3
- package/src/data/icons/svg/APEX.svg +0 -3
- package/src/data/icons/svg/APPC.svg +0 -3
- package/src/data/icons/svg/ARDR.svg +0 -3
- package/src/data/icons/svg/ARG.svg +0 -4
- package/src/data/icons/svg/ARK.svg +0 -3
- package/src/data/icons/svg/ARN.svg +0 -3
- package/src/data/icons/svg/ARNX.svg +0 -5
- package/src/data/icons/svg/ARY.svg +0 -3
- package/src/data/icons/svg/AST.svg +0 -3
- package/src/data/icons/svg/ASTR.svg +0 -3
- package/src/data/icons/svg/ATM.svg +0 -3
- package/src/data/icons/svg/ATOM.svg +0 -16
- package/src/data/icons/svg/AUDR.svg +0 -3
- package/src/data/icons/svg/AUTO.svg +0 -3
- package/src/data/icons/svg/AVAX.svg +0 -3
- package/src/data/icons/svg/AXL.svg +0 -6
- package/src/data/icons/svg/AYWA.svg +0 -5
- package/src/data/icons/svg/BAB.svg +0 -3
- package/src/data/icons/svg/BAL.svg +0 -8
- package/src/data/icons/svg/BAND.svg +0 -4
- package/src/data/icons/svg/BAT.svg +0 -3
- package/src/data/icons/svg/BAY.svg +0 -3
- package/src/data/icons/svg/BCBC.svg +0 -3
- package/src/data/icons/svg/BCC.svg +0 -3
- package/src/data/icons/svg/BCD.svg +0 -3
- package/src/data/icons/svg/BCERT.svg +0 -8
- package/src/data/icons/svg/BCH.svg +0 -3
- package/src/data/icons/svg/BCIO.svg +0 -3
- package/src/data/icons/svg/BCN.svg +0 -3
- package/src/data/icons/svg/BCO.svg +0 -4
- package/src/data/icons/svg/BCPT.svg +0 -3
- package/src/data/icons/svg/BDL.svg +0 -4
- package/src/data/icons/svg/BEAM.svg +0 -3
- package/src/data/icons/svg/BELA.svg +0 -3
- package/src/data/icons/svg/BIX.svg +0 -3
- package/src/data/icons/svg/BLCN.svg +0 -3
- package/src/data/icons/svg/BLK.svg +0 -3
- package/src/data/icons/svg/BLOCK.svg +0 -6
- package/src/data/icons/svg/BLZ.svg +0 -3
- package/src/data/icons/svg/BNB.svg +0 -3
- package/src/data/icons/svg/BNT.svg +0 -3
- package/src/data/icons/svg/BNTY.svg +0 -3
- package/src/data/icons/svg/BOOTY.svg +0 -4
- package/src/data/icons/svg/BOS.svg +0 -3
- package/src/data/icons/svg/BPT.svg +0 -3
- package/src/data/icons/svg/BQ.svg +0 -3
- package/src/data/icons/svg/BRD.svg +0 -3
- package/src/data/icons/svg/BSD.svg +0 -3
- package/src/data/icons/svg/BSV.svg +0 -3
- package/src/data/icons/svg/BTC.svg +0 -3
- package/src/data/icons/svg/BTCD.svg +0 -3
- package/src/data/icons/svg/BTCH.svg +0 -5
- package/src/data/icons/svg/BTCP.svg +0 -3
- package/src/data/icons/svg/BTCZ.svg +0 -3
- package/src/data/icons/svg/BTDX.svg +0 -4
- package/src/data/icons/svg/BTG.svg +0 -3
- package/src/data/icons/svg/BTM.svg +0 -3
- package/src/data/icons/svg/BTS.svg +0 -3
- package/src/data/icons/svg/BTT.svg +0 -6
- package/src/data/icons/svg/BTX.svg +0 -3
- package/src/data/icons/svg/BURST.svg +0 -3
- package/src/data/icons/svg/BZE.svg +0 -4
- package/src/data/icons/svg/CALL.svg +0 -4
- package/src/data/icons/svg/CC.svg +0 -4
- package/src/data/icons/svg/CDN.svg +0 -3
- package/src/data/icons/svg/CDT.svg +0 -3
- package/src/data/icons/svg/CELO.svg +0 -5
- package/src/data/icons/svg/CENZ.svg +0 -4
- package/src/data/icons/svg/CHAIN.svg +0 -4
- package/src/data/icons/svg/CHAT.svg +0 -3
- package/src/data/icons/svg/CHIPS.svg +0 -3
- package/src/data/icons/svg/CIX.svg +0 -4
- package/src/data/icons/svg/CLAM.svg +0 -3
- package/src/data/icons/svg/CLOAK.svg +0 -3
- package/src/data/icons/svg/CMM.svg +0 -3
- package/src/data/icons/svg/CMT.svg +0 -3
- package/src/data/icons/svg/CND.svg +0 -3
- package/src/data/icons/svg/CNX.svg +0 -4
- package/src/data/icons/svg/CNY.svg +0 -3
- package/src/data/icons/svg/COB.svg +0 -4
- package/src/data/icons/svg/COLX.svg +0 -3
- package/src/data/icons/svg/COMP.svg +0 -3
- package/src/data/icons/svg/COQUI.svg +0 -3
- package/src/data/icons/svg/CORE.svg +0 -3
- package/src/data/icons/svg/CRED.svg +0 -3
- package/src/data/icons/svg/CRK.svg +0 -7
- package/src/data/icons/svg/CRO.svg +0 -6
- package/src/data/icons/svg/CRPT.svg +0 -3
- package/src/data/icons/svg/CRW.svg +0 -3
- package/src/data/icons/svg/CS.svg +0 -3
- package/src/data/icons/svg/CSPR.svg +0 -8
- package/src/data/icons/svg/CTR.svg +0 -4
- package/src/data/icons/svg/CTXC.svg +0 -8
- package/src/data/icons/svg/CVC.svg +0 -3
- package/src/data/icons/svg/D.svg +0 -4
- package/src/data/icons/svg/DAI.svg +0 -3
- package/src/data/icons/svg/DASH.svg +0 -4
- package/src/data/icons/svg/DAT.svg +0 -3
- package/src/data/icons/svg/DATA.svg +0 -3
- package/src/data/icons/svg/DBC.svg +0 -3
- package/src/data/icons/svg/DCN.svg +0 -4
- package/src/data/icons/svg/DCR.svg +0 -4
- package/src/data/icons/svg/DEEZ.svg +0 -3
- package/src/data/icons/svg/DENT.svg +0 -3
- package/src/data/icons/svg/DEW.svg +0 -3
- package/src/data/icons/svg/DGB.svg +0 -3
- package/src/data/icons/svg/DGD.svg +0 -3
- package/src/data/icons/svg/DLT.svg +0 -3
- package/src/data/icons/svg/DNT.svg +0 -3
- package/src/data/icons/svg/DOCK.svg +0 -3
- package/src/data/icons/svg/DOGE.svg +0 -3
- package/src/data/icons/svg/DOT.svg +0 -8
- package/src/data/icons/svg/DRGN.svg +0 -4
- package/src/data/icons/svg/DROP.svg +0 -10
- package/src/data/icons/svg/DSM.svg +0 -3
- package/src/data/icons/svg/DTA.svg +0 -3
- package/src/data/icons/svg/DTH.svg +0 -4
- package/src/data/icons/svg/DTR.svg +0 -4
- package/src/data/icons/svg/DYDX.svg +0 -7
- package/src/data/icons/svg/EBST.svg +0 -3
- package/src/data/icons/svg/ECA.svg +0 -3
- package/src/data/icons/svg/EDG.svg +0 -4
- package/src/data/icons/svg/EDO.svg +0 -3
- package/src/data/icons/svg/EDOGE.svg +0 -3
- package/src/data/icons/svg/EGEM.svg +0 -3
- package/src/data/icons/svg/EGLD.svg +0 -5
- package/src/data/icons/svg/ELA.svg +0 -14
- package/src/data/icons/svg/ELEC.svg +0 -5
- package/src/data/icons/svg/ELF.svg +0 -3
- package/src/data/icons/svg/ELIX.svg +0 -10
- package/src/data/icons/svg/ELLA.svg +0 -3
- package/src/data/icons/svg/EMC.svg +0 -3
- package/src/data/icons/svg/EMC2.svg +0 -5
- package/src/data/icons/svg/ENG.svg +0 -4
- package/src/data/icons/svg/ENJ.svg +0 -3
- package/src/data/icons/svg/ENTRP.svg +0 -3
- package/src/data/icons/svg/EON.svg +0 -3
- package/src/data/icons/svg/EOP.svg +0 -4
- package/src/data/icons/svg/EOS.svg +0 -3
- package/src/data/icons/svg/EQLI.svg +0 -3
- package/src/data/icons/svg/EQUA.svg +0 -3
- package/src/data/icons/svg/EQZ.svg +0 -3
- package/src/data/icons/svg/ETC.svg +0 -6
- package/src/data/icons/svg/ETH.svg +0 -8
- package/src/data/icons/svg/ETHOS.svg +0 -4
- package/src/data/icons/svg/ETN.svg +0 -3
- package/src/data/icons/svg/ETP.svg +0 -4
- package/src/data/icons/svg/EUROC.svg +0 -5
- package/src/data/icons/svg/EVMOS.svg +0 -3
- package/src/data/icons/svg/EVX.svg +0 -4
- package/src/data/icons/svg/EWT.svg +0 -3
- package/src/data/icons/svg/EXMO.svg +0 -3
- package/src/data/icons/svg/EXP.svg +0 -3
- package/src/data/icons/svg/FAIR.svg +0 -3
- package/src/data/icons/svg/FCT.svg +0 -3
- package/src/data/icons/svg/FIL.svg +0 -3
- package/src/data/icons/svg/FJC.svg +0 -5
- package/src/data/icons/svg/FLDC.svg +0 -3
- package/src/data/icons/svg/FLO.svg +0 -3
- package/src/data/icons/svg/FLR.svg +0 -4
- package/src/data/icons/svg/FSN.svg +0 -3
- package/src/data/icons/svg/FTC.svg +0 -3
- package/src/data/icons/svg/FTM.svg +0 -3
- package/src/data/icons/svg/FUEL.svg +0 -3
- package/src/data/icons/svg/FUN.svg +0 -3
- package/src/data/icons/svg/GAME.svg +0 -3
- package/src/data/icons/svg/GAS.svg +0 -3
- package/src/data/icons/svg/GBX.svg +0 -4
- package/src/data/icons/svg/GBYTE.svg +0 -4
- package/src/data/icons/svg/GENERIC.svg +0 -3
- package/src/data/icons/svg/GIN.svg +0 -4
- package/src/data/icons/svg/GLMR.svg +0 -18
- package/src/data/icons/svg/GLXT.svg +0 -3
- package/src/data/icons/svg/GM.svg +0 -4
- package/src/data/icons/svg/GMR.svg +0 -7
- package/src/data/icons/svg/GNO.svg +0 -3
- package/src/data/icons/svg/GNT.svg +0 -3
- package/src/data/icons/svg/GOLD.svg +0 -3
- package/src/data/icons/svg/GRC.svg +0 -3
- package/src/data/icons/svg/GRIN.svg +0 -3
- package/src/data/icons/svg/GSC.svg +0 -3
- package/src/data/icons/svg/GTO.svg +0 -4
- package/src/data/icons/svg/GUP.svg +0 -3
- package/src/data/icons/svg/GUSD.svg +0 -3
- package/src/data/icons/svg/GVT.svg +0 -3
- package/src/data/icons/svg/GXS.svg +0 -3
- package/src/data/icons/svg/GZR.svg +0 -6
- package/src/data/icons/svg/HBAR.svg +0 -3
- package/src/data/icons/svg/HIGHT.svg +0 -3
- package/src/data/icons/svg/HMMM.svg +0 -4
- package/src/data/icons/svg/HODL.svg +0 -3
- package/src/data/icons/svg/HOT.svg +0 -3
- package/src/data/icons/svg/HPB.svg +0 -4
- package/src/data/icons/svg/HSR.svg +0 -4
- package/src/data/icons/svg/HT.svg +0 -4
- package/src/data/icons/svg/HTML.svg +0 -3
- package/src/data/icons/svg/HUC.svg +0 -3
- package/src/data/icons/svg/HUSH.svg +0 -3
- package/src/data/icons/svg/ICN.svg +0 -3
- package/src/data/icons/svg/ICP.svg +0 -3
- package/src/data/icons/svg/ICX.svg +0 -3
- package/src/data/icons/svg/IGNIS.svg +0 -4
- package/src/data/icons/svg/ILK.svg +0 -3
- package/src/data/icons/svg/INJ.svg +0 -4
- package/src/data/icons/svg/INK.svg +0 -4
- package/src/data/icons/svg/INS.svg +0 -6
- package/src/data/icons/svg/ION.svg +0 -3
- package/src/data/icons/svg/IOP.svg +0 -5
- package/src/data/icons/svg/IOST.svg +0 -3
- package/src/data/icons/svg/IOTX.svg +0 -25
- package/src/data/icons/svg/IQ.svg +0 -3
- package/src/data/icons/svg/ITC.svg +0 -3
- package/src/data/icons/svg/JNT.svg +0 -3
- package/src/data/icons/svg/JPY.svg +0 -3
- package/src/data/icons/svg/KAVA.svg +0 -4
- package/src/data/icons/svg/KCS.svg +0 -3
- package/src/data/icons/svg/KIN.svg +0 -3
- package/src/data/icons/svg/KLAY.svg +0 -6
- package/src/data/icons/svg/KLOWN.svg +0 -23
- package/src/data/icons/svg/KMD.svg +0 -4
- package/src/data/icons/svg/KNC.svg +0 -3
- package/src/data/icons/svg/KRB.svg +0 -3
- package/src/data/icons/svg/LBC.svg +0 -3
- package/src/data/icons/svg/LEND.svg +0 -3
- package/src/data/icons/svg/LEO.svg +0 -6
- package/src/data/icons/svg/LINK.svg +0 -3
- package/src/data/icons/svg/LKK.svg +0 -3
- package/src/data/icons/svg/LOOM.svg +0 -8
- package/src/data/icons/svg/LPT.svg +0 -3
- package/src/data/icons/svg/LRC.svg +0 -3
- package/src/data/icons/svg/LSK.svg +0 -3
- package/src/data/icons/svg/LTC.svg +0 -3
- package/src/data/icons/svg/LUN.svg +0 -3
- package/src/data/icons/svg/LYX.svg +0 -3
- package/src/data/icons/svg/MAID.svg +0 -5
- package/src/data/icons/svg/MANA.svg +0 -3
- package/src/data/icons/svg/MATIC.svg +0 -3
- package/src/data/icons/svg/MCAP.svg +0 -3
- package/src/data/icons/svg/MCO.svg +0 -3
- package/src/data/icons/svg/MDA.svg +0 -3
- package/src/data/icons/svg/MDS.svg +0 -3
- package/src/data/icons/svg/MED.svg +0 -3
- package/src/data/icons/svg/MEETONE.svg +0 -4
- package/src/data/icons/svg/METIS.svg +0 -3
- package/src/data/icons/svg/MEX.svg +0 -4
- package/src/data/icons/svg/MFT.svg +0 -3
- package/src/data/icons/svg/MIOTA.svg +0 -3
- package/src/data/icons/svg/MITH.svg +0 -3
- package/src/data/icons/svg/MKR.svg +0 -3
- package/src/data/icons/svg/MLN.svg +0 -4
- package/src/data/icons/svg/MNX.svg +0 -4
- package/src/data/icons/svg/MNZ.svg +0 -3
- package/src/data/icons/svg/MOAC.svg +0 -3
- package/src/data/icons/svg/MOD.svg +0 -4
- package/src/data/icons/svg/MONA.svg +0 -3
- package/src/data/icons/svg/MOVR.svg +0 -12
- package/src/data/icons/svg/MSR.svg +0 -4
- package/src/data/icons/svg/MTH.svg +0 -10
- package/src/data/icons/svg/MTL.svg +0 -3
- package/src/data/icons/svg/MUSIC.svg +0 -3
- package/src/data/icons/svg/MZC.svg +0 -3
- package/src/data/icons/svg/NANO.svg +0 -3
- package/src/data/icons/svg/NAS.svg +0 -3
- package/src/data/icons/svg/NAV.svg +0 -3
- package/src/data/icons/svg/NCASH.svg +0 -3
- package/src/data/icons/svg/NDZ.svg +0 -3
- package/src/data/icons/svg/NEAR.svg +0 -3
- package/src/data/icons/svg/NEBL.svg +0 -3
- package/src/data/icons/svg/NEO.svg +0 -3
- package/src/data/icons/svg/NEON.svg +0 -3
- package/src/data/icons/svg/NEOS.svg +0 -3
- package/src/data/icons/svg/NEU.svg +0 -6
- package/src/data/icons/svg/NEXO.svg +0 -8
- package/src/data/icons/svg/NGC.svg +0 -3
- package/src/data/icons/svg/NIM.svg +0 -3
- package/src/data/icons/svg/NIO.svg +0 -3
- package/src/data/icons/svg/NLC2.svg +0 -3
- package/src/data/icons/svg/NLG.svg +0 -3
- package/src/data/icons/svg/NMC.svg +0 -3
- package/src/data/icons/svg/NMR.svg +0 -3
- package/src/data/icons/svg/NOM.svg +0 -3
- package/src/data/icons/svg/NPXS.svg +0 -4
- package/src/data/icons/svg/NULS.svg +0 -3
- package/src/data/icons/svg/NXS.svg +0 -3
- package/src/data/icons/svg/NXT.svg +0 -3
- package/src/data/icons/svg/NYM.svg +0 -7
- package/src/data/icons/svg/NYX.svg +0 -5
- package/src/data/icons/svg/OAX.svg +0 -3
- package/src/data/icons/svg/OK.svg +0 -3
- package/src/data/icons/svg/OKB.svg +0 -6
- package/src/data/icons/svg/OMG.svg +0 -3
- package/src/data/icons/svg/OMNI.svg +0 -3
- package/src/data/icons/svg/ONG.svg +0 -5
- package/src/data/icons/svg/ONT.svg +0 -3
- package/src/data/icons/svg/OOT.svg +0 -3
- package/src/data/icons/svg/OSMO.svg +0 -7
- package/src/data/icons/svg/OST.svg +0 -4
- package/src/data/icons/svg/OX.svg +0 -3
- package/src/data/icons/svg/OXT.svg +0 -3
- package/src/data/icons/svg/PAC.svg +0 -3
- package/src/data/icons/svg/PART.svg +0 -3
- package/src/data/icons/svg/PASC.svg +0 -3
- package/src/data/icons/svg/PASL.svg +0 -3
- package/src/data/icons/svg/PAX.svg +0 -3
- package/src/data/icons/svg/PAY.svg +0 -3
- package/src/data/icons/svg/PAYX.svg +0 -4
- package/src/data/icons/svg/PINK.svg +0 -4
- package/src/data/icons/svg/PIRL.svg +0 -3
- package/src/data/icons/svg/PIVX.svg +0 -3
- package/src/data/icons/svg/PLR.svg +0 -3
- package/src/data/icons/svg/POA.svg +0 -4
- package/src/data/icons/svg/POE.svg +0 -4
- package/src/data/icons/svg/POLIS.svg +0 -3
- package/src/data/icons/svg/POLY.svg +0 -3
- package/src/data/icons/svg/POT.svg +0 -3
- package/src/data/icons/svg/POWR.svg +0 -3
- package/src/data/icons/svg/PPC.svg +0 -4
- package/src/data/icons/svg/PPP.svg +0 -3
- package/src/data/icons/svg/PPT.svg +0 -3
- package/src/data/icons/svg/PRE.svg +0 -8
- package/src/data/icons/svg/PRL.svg +0 -3
- package/src/data/icons/svg/PTRN.svg +0 -3
- package/src/data/icons/svg/PUNGO.svg +0 -3
- package/src/data/icons/svg/PURA.svg +0 -3
- package/src/data/icons/svg/PYUSD.svg +0 -4
- package/src/data/icons/svg/QASH.svg +0 -3
- package/src/data/icons/svg/QCK.svg +0 -4
- package/src/data/icons/svg/QIWI.svg +0 -3
- package/src/data/icons/svg/QLC.svg +0 -3
- package/src/data/icons/svg/QRL.svg +0 -3
- package/src/data/icons/svg/QSP.svg +0 -3
- package/src/data/icons/svg/QTUM.svg +0 -3
- package/src/data/icons/svg/R.svg +0 -3
- package/src/data/icons/svg/RADS.svg +0 -4
- package/src/data/icons/svg/RAP.svg +0 -3
- package/src/data/icons/svg/RBTC.svg +0 -4
- package/src/data/icons/svg/RCN.svg +0 -3
- package/src/data/icons/svg/RDD.svg +0 -4
- package/src/data/icons/svg/RDN.svg +0 -3
- package/src/data/icons/svg/REN.svg +0 -3
- package/src/data/icons/svg/REP.svg +0 -3
- package/src/data/icons/svg/REPV2.svg +0 -4
- package/src/data/icons/svg/REQ.svg +0 -3
- package/src/data/icons/svg/RHOC.svg +0 -3
- package/src/data/icons/svg/RIC.svg +0 -3
- package/src/data/icons/svg/RIDE.svg +0 -6
- package/src/data/icons/svg/RISE.svg +0 -3
- package/src/data/icons/svg/RLC.svg +0 -3
- package/src/data/icons/svg/RPX.svg +0 -3
- package/src/data/icons/svg/RUB.svg +0 -3
- package/src/data/icons/svg/RVN.svg +0 -3
- package/src/data/icons/svg/RYO.svg +0 -4
- package/src/data/icons/svg/SAFE.svg +0 -4
- package/src/data/icons/svg/SAI.svg +0 -3
- package/src/data/icons/svg/SALT.svg +0 -3
- package/src/data/icons/svg/SAN.svg +0 -3
- package/src/data/icons/svg/SBD.svg +0 -3
- package/src/data/icons/svg/SBERBANK.svg +0 -3
- package/src/data/icons/svg/SC.svg +0 -3
- package/src/data/icons/svg/SCRT.svg +0 -4
- package/src/data/icons/svg/SEI.svg +0 -3
- package/src/data/icons/svg/SGB.svg +0 -28
- package/src/data/icons/svg/SHIFT.svg +0 -6
- package/src/data/icons/svg/SIB.svg +0 -3
- package/src/data/icons/svg/SIN.svg +0 -4
- package/src/data/icons/svg/SKY.svg +0 -3
- package/src/data/icons/svg/SLR.svg +0 -3
- package/src/data/icons/svg/SLS.svg +0 -3
- package/src/data/icons/svg/SMART.svg +0 -4
- package/src/data/icons/svg/SNGLS.svg +0 -3
- package/src/data/icons/svg/SNM.svg +0 -3
- package/src/data/icons/svg/SNT.svg +0 -3
- package/src/data/icons/svg/SOC.svg +0 -4
- package/src/data/icons/svg/SOL.svg +0 -8
- package/src/data/icons/svg/SPANK.svg +0 -3
- package/src/data/icons/svg/SPHTX.svg +0 -3
- package/src/data/icons/svg/SRN.svg +0 -3
- package/src/data/icons/svg/SSV.svg +0 -8
- package/src/data/icons/svg/STAK.svg +0 -3
- package/src/data/icons/svg/STARS.svg +0 -3
- package/src/data/icons/svg/START.svg +0 -3
- package/src/data/icons/svg/STEEM.svg +0 -3
- package/src/data/icons/svg/STORJ.svg +0 -3
- package/src/data/icons/svg/STORM.svg +0 -3
- package/src/data/icons/svg/STQ.svg +0 -3
- package/src/data/icons/svg/STRAT.svg +0 -3
- package/src/data/icons/svg/STRD.svg +0 -4
- package/src/data/icons/svg/STX.svg +0 -6
- package/src/data/icons/svg/SUB.svg +0 -3
- package/src/data/icons/svg/SUMO.svg +0 -3
- package/src/data/icons/svg/SYS.svg +0 -4
- package/src/data/icons/svg/TAAS.svg +0 -3
- package/src/data/icons/svg/TAU.svg +0 -3
- package/src/data/icons/svg/TBX.svg +0 -4
- package/src/data/icons/svg/TEL.svg +0 -3
- package/src/data/icons/svg/TEN.svg +0 -3
- package/src/data/icons/svg/TERN.svg +0 -3
- package/src/data/icons/svg/TGCH.svg +0 -4
- package/src/data/icons/svg/THETA.svg +0 -3
- package/src/data/icons/svg/TIFI.svg +0 -3
- package/src/data/icons/svg/TIX.svg +0 -3
- package/src/data/icons/svg/TKN.svg +0 -3
- package/src/data/icons/svg/TKS.svg +0 -4
- package/src/data/icons/svg/TLOS.svg +0 -3
- package/src/data/icons/svg/TNB.svg +0 -3
- package/src/data/icons/svg/TNC.svg +0 -3
- package/src/data/icons/svg/TNT.svg +0 -3
- package/src/data/icons/svg/TOMO.svg +0 -3
- package/src/data/icons/svg/TPAY.svg +0 -5
- package/src/data/icons/svg/TRIG.svg +0 -3
- package/src/data/icons/svg/TRTL.svg +0 -4
- package/src/data/icons/svg/TRX.svg +0 -4
- package/src/data/icons/svg/TUSD.svg +0 -5
- package/src/data/icons/svg/TYC.svg +0 -6
- package/src/data/icons/svg/TZC.svg +0 -3
- package/src/data/icons/svg/UBQ.svg +0 -4
- package/src/data/icons/svg/UMA.svg +0 -4
- package/src/data/icons/svg/UMEE.svg +0 -5
- package/src/data/icons/svg/UNI.svg +0 -10
- package/src/data/icons/svg/UNITY.svg +0 -4
- package/src/data/icons/svg/USDC.svg +0 -3
- package/src/data/icons/svg/USDT.svg +0 -3
- package/src/data/icons/svg/UTK.svg +0 -3
- package/src/data/icons/svg/VERI.svg +0 -3
- package/src/data/icons/svg/VERSE.svg +0 -3
- package/src/data/icons/svg/VET.svg +0 -3
- package/src/data/icons/svg/VIA.svg +0 -3
- package/src/data/icons/svg/VIB.svg +0 -3
- package/src/data/icons/svg/VIBE.svg +0 -3
- package/src/data/icons/svg/VIVO.svg +0 -3
- package/src/data/icons/svg/VLX.svg +0 -3
- package/src/data/icons/svg/VRC.svg +0 -3
- package/src/data/icons/svg/VRSC.svg +0 -4
- package/src/data/icons/svg/VTC.svg +0 -3
- package/src/data/icons/svg/VTHO.svg +0 -4
- package/src/data/icons/svg/WABI.svg +0 -3
- package/src/data/icons/svg/WAIFU.svg +0 -1
- package/src/data/icons/svg/WAN.svg +0 -4
- package/src/data/icons/svg/WAVES.svg +0 -3
- package/src/data/icons/svg/WAX.svg +0 -3
- package/src/data/icons/svg/WBTC.svg +0 -4
- package/src/data/icons/svg/WDOGE.svg +0 -5
- package/src/data/icons/svg/WGR.svg +0 -3
- package/src/data/icons/svg/WICC.svg +0 -4
- package/src/data/icons/svg/WINGS.svg +0 -5
- package/src/data/icons/svg/WPR.svg +0 -3
- package/src/data/icons/svg/WTC.svg +0 -6
- package/src/data/icons/svg/X.svg +0 -5
- package/src/data/icons/svg/XAS.svg +0 -4
- package/src/data/icons/svg/XBC.svg +0 -4
- package/src/data/icons/svg/XBP.svg +0 -3
- package/src/data/icons/svg/XBY.svg +0 -3
- package/src/data/icons/svg/XCP.svg +0 -3
- package/src/data/icons/svg/XDN.svg +0 -3
- package/src/data/icons/svg/XEM.svg +0 -3
- package/src/data/icons/svg/XIN.svg +0 -3
- package/src/data/icons/svg/XLM.svg +0 -4
- package/src/data/icons/svg/XMCC.svg +0 -4
- package/src/data/icons/svg/XMG.svg +0 -4
- package/src/data/icons/svg/XMO.svg +0 -5
- package/src/data/icons/svg/XMR.svg +0 -3
- package/src/data/icons/svg/XMY.svg +0 -4
- package/src/data/icons/svg/XP.svg +0 -3
- package/src/data/icons/svg/XPA.svg +0 -3
- package/src/data/icons/svg/XPM.svg +0 -3
- package/src/data/icons/svg/XPRT.svg +0 -4
- package/src/data/icons/svg/XRP.svg +0 -3
- package/src/data/icons/svg/XSG.svg +0 -3
- package/src/data/icons/svg/XST.svg +0 -3
- package/src/data/icons/svg/XTZ.svg +0 -3
- package/src/data/icons/svg/XUC.svg +0 -4
- package/src/data/icons/svg/XVC.svg +0 -3
- package/src/data/icons/svg/XVG.svg +0 -4
- package/src/data/icons/svg/XZC.svg +0 -3
- package/src/data/icons/svg/YAE.svg +0 -5
- package/src/data/icons/svg/YFI.svg +0 -4
- package/src/data/icons/svg/YOYOW.svg +0 -3
- package/src/data/icons/svg/ZCL.svg +0 -3
- package/src/data/icons/svg/ZEC.svg +0 -3
- package/src/data/icons/svg/ZEL.svg +0 -3
- package/src/data/icons/svg/ZEN.svg +0 -5
- package/src/data/icons/svg/ZEST.svg +0 -5
- package/src/data/icons/svg/ZIL.svg +0 -5
- package/src/data/icons/svg/ZILLA.svg +0 -3
- package/src/data/icons/svg/ZRX.svg +0 -3
- package/src/data/icons/svg/currency_arbitrum.svg +0 -6
- package/src/data/icons/svg/currency_arbitrum_goerli.svg +0 -6
- package/src/data/icons/svg/currency_base.svg +0 -3
- package/src/data/icons/svg/currency_base_goerli.svg +0 -3
- package/src/data/icons/svg/currency_boba.svg +0 -11
- package/src/data/icons/svg/currency_optimism.svg +0 -5
- package/src/data/icons/svg/currency_optimism_goerli.svg +0 -5
- package/src/data/icons/svg/currency_polygon_zk_evm.svg +0 -3
- package/src/data/icons/svg/currency_polygon_zk_evm_testnet.svg +0 -3
- package/src/data/icons/svg/gABI.svg +0 -4
- package/src/data/icons/svg/sABI.svg +0 -3
- package/src/featureFlags/FeatureFlagsContext.test.tsx +0 -13
- package/src/featureFlags/FeatureFlagsContext.tsx +0 -69
- package/src/featureFlags/FeatureToggle.tsx +0 -22
- package/src/featureFlags/defaultFeatures.ts +0 -407
- package/src/featureFlags/groupedFeatures.ts +0 -25
- package/src/featureFlags/helper.tsx +0 -9
- package/src/featureFlags/index.ts +0 -10
- package/src/featureFlags/mock.tsx +0 -29
- package/src/featureFlags/useFeature.test.tsx +0 -23
- package/src/featureFlags/useFeature.ts +0 -21
- package/src/featureFlags/useHasOverriddenFeatureFlags.ts +0 -24
- package/src/react.ts +0 -29
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
-
exports[`
|
|
4
|
-
|
|
3
|
+
exports[`sortCurrenciesByIds snapshot 1`] = `
|
|
4
|
+
[
|
|
5
5
|
"bitcoin",
|
|
6
6
|
"ethereum",
|
|
7
7
|
"ripple",
|
|
@@ -34,7 +34,7 @@ Array [
|
|
|
34
34
|
"dogecoin",
|
|
35
35
|
"ethereum/erc20/bat",
|
|
36
36
|
"vechain",
|
|
37
|
-
"
|
|
37
|
+
"ethereum/erc20/payperex",
|
|
38
38
|
"digibyte",
|
|
39
39
|
"hedera",
|
|
40
40
|
"bitcoin_gold",
|
|
@@ -49,8 +49,10 @@ Array [
|
|
|
49
49
|
"ethereum/erc20/trueusd",
|
|
50
50
|
"ethereum/erc20/kyber_network_crystal_v2",
|
|
51
51
|
"ravencoin",
|
|
52
|
+
"ethereum/erc20/augur",
|
|
52
53
|
"ethereum/erc20/enjin",
|
|
53
54
|
"waves",
|
|
55
|
+
"ethereum/erc20/hyperion_token",
|
|
54
56
|
"ethereum/erc20/omg",
|
|
55
57
|
"ethereum/erc20/dai_stablecoin_v2_0",
|
|
56
58
|
"ethereum/erc20/energi",
|
|
@@ -58,7 +60,7 @@ Array [
|
|
|
58
60
|
"ethereum/erc20/crypto_com",
|
|
59
61
|
"nano",
|
|
60
62
|
"ethereum/erc20/digix_dao",
|
|
61
|
-
"ethereum/erc20/
|
|
63
|
+
"ethereum/erc20/kucoin_shares",
|
|
62
64
|
"ethereum/erc20/status_network_token",
|
|
63
65
|
"ethereum/erc20/bytom",
|
|
64
66
|
"nervos",
|
|
@@ -67,23 +69,23 @@ Array [
|
|
|
67
69
|
"ethereum/erc20/nexo",
|
|
68
70
|
"zilliqa",
|
|
69
71
|
"ethereum/erc20/seele_token",
|
|
72
|
+
"bsc/bep20/bat_true_share",
|
|
70
73
|
"ethereum/erc20/aave_",
|
|
71
74
|
"ethereum/erc20/republic_protocol",
|
|
72
75
|
"zencash",
|
|
73
76
|
"polygon",
|
|
74
77
|
"ethereum/erc20/nmr",
|
|
75
|
-
"ethereum/erc20/
|
|
78
|
+
"ethereum/erc20/data_economy_index",
|
|
76
79
|
"ethereum/erc20/decentraland_mana",
|
|
77
80
|
"ethereum/erc20/unibright",
|
|
78
81
|
"zcoin",
|
|
79
|
-
"bsc/bep20/greentrust",
|
|
80
82
|
"ethereum/erc20/paxos_gold",
|
|
81
83
|
"ethereum/erc20/elf_token",
|
|
82
84
|
"ethereum/erc20/digitexfutures",
|
|
83
85
|
"ethereum/erc20/waxp_token",
|
|
84
86
|
"aion",
|
|
85
87
|
"ethereum/erc20/civitas_protocol",
|
|
86
|
-
"ethereum/erc20/
|
|
88
|
+
"ethereum/erc20/loopringcoin_v1",
|
|
87
89
|
"ethereum/erc20/swipe",
|
|
88
90
|
"ethereum/erc20/powerledger",
|
|
89
91
|
"ethereum/erc20/ripio_credit_network",
|
|
@@ -92,31 +94,30 @@ Array [
|
|
|
92
94
|
"ethereum/erc20/stasis_eurs_token",
|
|
93
95
|
"ethereum/erc20/chiliz",
|
|
94
96
|
"thundercore",
|
|
95
|
-
"ethereum/erc20/aragon_network_token",
|
|
96
97
|
"ethereum/erc20/celsius",
|
|
97
98
|
"ethereum/erc20/gatechaintoken",
|
|
98
|
-
"ethereum/erc20/
|
|
99
|
+
"ethereum/erc20/game_x_coin",
|
|
100
|
+
"ethereum/erc20/pundi_x_token_old",
|
|
99
101
|
"ethereum/erc20/iexec_rlc",
|
|
100
102
|
"tomo",
|
|
101
103
|
"elastos",
|
|
102
|
-
"polygon/erc20/bandtoken",
|
|
103
104
|
"ethereum/erc20/ocean",
|
|
104
105
|
"ethereum/erc20/healthcare_administration_token",
|
|
105
|
-
"ethereum/erc20/crpt",
|
|
106
106
|
"ark",
|
|
107
|
+
"ethereum/erc20/pchain",
|
|
107
108
|
"ethereum/erc20/cortex_coin",
|
|
108
109
|
"ethereum/erc20/wirex_token",
|
|
109
110
|
"ethereum/erc20/nash_exchange_token",
|
|
110
111
|
"ethereum/erc20/mx_token",
|
|
111
112
|
"ethereum/erc20/tierion_network_token",
|
|
112
|
-
"
|
|
113
|
+
"ethereum/erc20/nuls",
|
|
113
114
|
"kava_evm",
|
|
114
115
|
"ethereum/erc20/orbs",
|
|
115
116
|
"ethereum/erc20/beam",
|
|
116
117
|
"ethereum/erc20/bora",
|
|
117
118
|
"wanchain",
|
|
118
119
|
"ethereum/erc20/metalpay",
|
|
119
|
-
"ethereum/erc20/
|
|
120
|
+
"ethereum/erc20/rune",
|
|
120
121
|
"ethereum/erc20/acuteanglecoin",
|
|
121
122
|
"pivx",
|
|
122
123
|
"ethereum/erc20/reserve_rights",
|
|
@@ -125,16 +126,15 @@ Array [
|
|
|
125
126
|
"vertcoin",
|
|
126
127
|
"ethereum/erc20/ztcoin",
|
|
127
128
|
"ethereum/erc20/nebula",
|
|
128
|
-
"ethereum/erc20/loom_token",
|
|
129
129
|
"ethereum/erc20/eldorado_token",
|
|
130
|
+
"bsc/bep20/wazirx_token",
|
|
130
131
|
"ethereum/erc20/civic",
|
|
131
132
|
"ethereum/erc20/storj",
|
|
132
|
-
"
|
|
133
|
-
"ethereum/erc20/
|
|
133
|
+
"ethereum/erc20/meditel",
|
|
134
|
+
"ethereum/erc20/boa",
|
|
134
135
|
"ethereum/erc20/kan",
|
|
135
136
|
"ethereum/erc20/bancor",
|
|
136
137
|
"ethereum/erc20/populous",
|
|
137
|
-
"polygon/erc20/iotex_network",
|
|
138
138
|
"ethereum/erc20/funfair",
|
|
139
139
|
"kusama",
|
|
140
140
|
"syscoin",
|
|
@@ -147,7 +147,6 @@ Array [
|
|
|
147
147
|
"ethereum/erc20/qash",
|
|
148
148
|
"ethereum/erc20/function_x",
|
|
149
149
|
"ethereum/erc20/you_chain",
|
|
150
|
-
"bsc/bep20/binance-peg_coti_token",
|
|
151
150
|
"ethereum/erc20/uquid_coin",
|
|
152
151
|
"ethereum/erc20/the_force_token",
|
|
153
152
|
"ethereum/erc20/innovativebioresearchclassic",
|
|
@@ -171,20 +170,22 @@ Array [
|
|
|
171
170
|
"ethereum/erc20/bitbook_gambling",
|
|
172
171
|
"ethereum/erc20/qqq_token",
|
|
173
172
|
"ethereum/erc20/centrality_token",
|
|
173
|
+
"ethereum/erc20/thorenext",
|
|
174
174
|
"ethereum/erc20/jul",
|
|
175
|
+
"ethereum/erc20/erc20_",
|
|
175
176
|
"ethereum/erc20/breeze",
|
|
176
177
|
"ethereum/erc20/banker_token",
|
|
178
|
+
"ethereum/erc20/dao_invest",
|
|
177
179
|
"velas_evm",
|
|
178
180
|
"ethereum/erc20/zeon",
|
|
179
181
|
"ethereum/erc20/gaptoken",
|
|
180
182
|
"ethereum/erc20/cryptoindex_100",
|
|
181
183
|
"ethereum/erc20/usdk",
|
|
182
|
-
"ethereum/erc20/qubitica_",
|
|
183
184
|
"ethereum/erc20/ethereum_meta",
|
|
185
|
+
"ethereum/erc20/bitmax_token",
|
|
184
186
|
"ethereum/erc20/bitforex_token",
|
|
185
187
|
"ethereum/erc20/synchrobitcoin",
|
|
186
188
|
"ethereum/erc20/agavecoin",
|
|
187
|
-
"ethereum/erc20/futureswap_token",
|
|
188
189
|
"ethereum/erc20/gnosis",
|
|
189
190
|
"ethereum/erc20/dtr",
|
|
190
191
|
"ethereum/erc20/crypto20",
|
|
@@ -192,7 +193,7 @@ Array [
|
|
|
192
193
|
"ethereum/erc20/ecoreal",
|
|
193
194
|
"ethereum/erc20/bz",
|
|
194
195
|
"ethereum/erc20/edcoin",
|
|
195
|
-
"ethereum/erc20/
|
|
196
|
+
"ethereum/erc20/bitsoutoken",
|
|
196
197
|
"ethereum/erc20/exnce",
|
|
197
198
|
"ethereum/erc20/imported_gbyte",
|
|
198
199
|
"ethereum/erc20/chimpion",
|
|
@@ -205,7 +206,8 @@ Array [
|
|
|
205
206
|
"ethereum/erc20/rocket_pool",
|
|
206
207
|
"ethereum/erc20/latoken",
|
|
207
208
|
"ethereum/erc20/marblecoin",
|
|
208
|
-
"
|
|
209
|
+
"ethereum/erc20/ultiledger",
|
|
210
|
+
"bsc/bep20/b2b_token",
|
|
209
211
|
"ethereum/erc20/coinex_token",
|
|
210
212
|
"ethereum/erc20/unore",
|
|
211
213
|
"ethereum/erc20/polymath_network",
|
|
@@ -215,17 +217,15 @@ Array [
|
|
|
215
217
|
"ethereum/erc20/dent",
|
|
216
218
|
"ethereum/erc20/odem_token",
|
|
217
219
|
"ethereum/erc20/elitium",
|
|
218
|
-
"ethereum/erc20/sai",
|
|
219
220
|
"ethereum/erc20/anchor",
|
|
220
221
|
"ethereum/erc20/arcblock_token",
|
|
221
|
-
"ethereum/erc20/wrapped_bitcoin",
|
|
222
222
|
"ethereum/erc20/credits",
|
|
223
223
|
"ethereum/erc20/xactoken",
|
|
224
|
-
"ethereum/erc20/
|
|
224
|
+
"ethereum/erc20/meta_bots",
|
|
225
225
|
"ethereum/erc20/lto_network_token",
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
"ethereum/erc20/
|
|
226
|
+
"ethereum/erc20/moontoken",
|
|
227
|
+
"ethereum/erc20/thetimeschain_coin",
|
|
228
|
+
"ethereum/erc20/cas_coin",
|
|
229
229
|
"ethereum/erc20/invictus_hyperion",
|
|
230
230
|
"ethereum/erc20/idex_token",
|
|
231
231
|
"ethereum/erc20/request_network",
|
|
@@ -253,12 +253,15 @@ Array [
|
|
|
253
253
|
"ethereum/erc20/dark_matter_token",
|
|
254
254
|
"ethereum/erc20/nkn",
|
|
255
255
|
"ethereum/erc20/mexc_token",
|
|
256
|
+
"ethereum/erc20/iot_chain",
|
|
256
257
|
"ethereum/erc20/voyager_token",
|
|
257
258
|
"telos_evm",
|
|
258
259
|
"ethereum/erc20/santiment",
|
|
259
260
|
"ethereum/erc20/mda",
|
|
261
|
+
"ethereum/erc20/ontime",
|
|
262
|
+
"ethereum/erc20/libratoken",
|
|
260
263
|
"ethereum/erc20/wabi",
|
|
261
|
-
"ethereum/erc20/
|
|
264
|
+
"ethereum/erc20/pcl",
|
|
262
265
|
"ethereum/erc20/moviebloc",
|
|
263
266
|
"ethereum/erc20/spectre_ai_d_token",
|
|
264
267
|
"ethereum/erc20/celer",
|
|
@@ -267,15 +270,15 @@ Array [
|
|
|
267
270
|
"ethereum/erc20/salt_lending_token",
|
|
268
271
|
"ethereum/erc20/dragon",
|
|
269
272
|
"ethereum/erc20/adex_network",
|
|
270
|
-
"ethereum/erc20/
|
|
273
|
+
"ethereum/erc20/cocostoken_old",
|
|
274
|
+
"ethereum/erc20/proton ",
|
|
271
275
|
"ethereum/erc20/gifto",
|
|
272
276
|
"ethereum/erc20/dgx",
|
|
273
277
|
"ethereum/erc20/neu_fund",
|
|
274
|
-
"ethereum/erc20/ekt",
|
|
275
278
|
"ethereum/erc20/tenx",
|
|
276
279
|
"ethereum/erc20/internet_node_token",
|
|
277
280
|
"ethereum/erc20/levolution_io_token",
|
|
278
|
-
"ethereum/erc20/
|
|
281
|
+
"ethereum/erc20/darkenergycrystals",
|
|
279
282
|
"ethereum/erc20/iqeon",
|
|
280
283
|
"peercoin",
|
|
281
284
|
"ethereum/erc20/united_traders_token",
|
|
@@ -289,10 +292,9 @@ Array [
|
|
|
289
292
|
"qrl",
|
|
290
293
|
"ethereum/erc20/token_of_power",
|
|
291
294
|
"ethereum/erc20/s4fe",
|
|
292
|
-
"ethereum/erc20/
|
|
295
|
+
"ethereum/erc20/persians",
|
|
293
296
|
"ethereum/erc20/everycoin",
|
|
294
297
|
"ethereum/erc20/moss_coin",
|
|
295
|
-
"ethereum/erc20/vitetoken",
|
|
296
298
|
"ethereum/erc20/degenarts_com_coin",
|
|
297
299
|
"ethereum/erc20/gemini_dollar",
|
|
298
300
|
"polygon/erc20/mainframe_token",
|
|
@@ -309,28 +311,25 @@ Array [
|
|
|
309
311
|
"ethereum/erc20/flashstake",
|
|
310
312
|
"ethereum/erc20/cosmocoin",
|
|
311
313
|
"ethereum/erc20/vnx_exchange",
|
|
312
|
-
"ethereum/erc20/
|
|
314
|
+
"ethereum/erc20/lina",
|
|
313
315
|
"ethereum/erc20/firstblood",
|
|
314
316
|
"ethereum/erc20/sentinel_protocol",
|
|
315
317
|
"ethereum/erc20/coinmetro_token",
|
|
316
318
|
"ethereum/erc20/u_networks",
|
|
317
319
|
"ethereum/erc20/unlimitedip_token",
|
|
318
320
|
"ethereum/erc20/simple_token__ost_",
|
|
319
|
-
"ethereum/erc20/revelation_coin",
|
|
320
321
|
"ethereum/erc20/perlin",
|
|
321
|
-
"ethereum/erc20/vidt_dao",
|
|
322
322
|
"ethereum/erc20/cryptofranc",
|
|
323
323
|
"ethereum/erc20/linkatoken",
|
|
324
324
|
"ethereum/erc20/credo___bitbounce",
|
|
325
325
|
"ethereum/erc20/synth_susd",
|
|
326
|
-
"ethereum/erc20/
|
|
326
|
+
"ethereum/erc20/hydro",
|
|
327
327
|
"ethereum/erc20/jnt",
|
|
328
328
|
"ethereum/erc20/symverse",
|
|
329
329
|
"ethereum/erc20/troy",
|
|
330
330
|
"ethereum/erc20/tokencard",
|
|
331
331
|
"ethereum/erc20/everus",
|
|
332
332
|
"ethereum/erc20/ivy_mining",
|
|
333
|
-
"ethereum/erc20/utrust_token",
|
|
334
333
|
"ethereum/erc20/fusion",
|
|
335
334
|
"ethereum/erc20/origo",
|
|
336
335
|
"ethereum/erc20/babb_bax",
|
|
@@ -340,26 +339,30 @@ Array [
|
|
|
340
339
|
"ethereum/erc20/metronome",
|
|
341
340
|
"ethereum/erc20/pillar_project",
|
|
342
341
|
"ethereum/erc20/ava",
|
|
343
|
-
"ethereum/erc20/
|
|
342
|
+
"ethereum/erc20/ethfinex_nectar_token",
|
|
343
|
+
"ethereum/erc20/cryptaldash",
|
|
344
344
|
"ethereum/erc20/token_prometeus_network",
|
|
345
345
|
"ethereum/erc20/wings",
|
|
346
346
|
"ethereum/erc20/sirin_labs",
|
|
347
|
+
"bsc/bep20/aryze_eusd",
|
|
347
348
|
"ethereum/erc20/apm_coin",
|
|
348
349
|
"ethereum/erc20/amo_coin",
|
|
349
350
|
"ethereum/erc20/bitcapitalvendor_token",
|
|
350
351
|
"ethereum/erc20/gitcoin",
|
|
351
352
|
"ethereum/erc20/etheroll",
|
|
352
|
-
"ethereum/erc20/
|
|
353
|
+
"ethereum/erc20/beshare_token",
|
|
354
|
+
"ethereum/erc20/morpheus_network_old",
|
|
353
355
|
"ethereum/erc20/eosdac",
|
|
354
356
|
"ethereum/erc20/ipc",
|
|
357
|
+
"ethereum/erc20/bf_token",
|
|
355
358
|
"ethereum/erc20/endor_protocol_token",
|
|
356
359
|
"ethereum/erc20/melon_token",
|
|
357
|
-
"ethereum/erc20/fleta_token",
|
|
358
360
|
"ethereum/erc20/vidycoin",
|
|
359
361
|
"ethereum/erc20/yoyow",
|
|
360
362
|
"ethereum/erc20/genesis_vision",
|
|
361
363
|
"ethereum/erc20/evx_token",
|
|
362
364
|
"ethereum/erc20/valor",
|
|
365
|
+
"ethereum/erc20/hitbtc_token",
|
|
363
366
|
"ethereum/erc20/time_new_bank",
|
|
364
367
|
"ethereum/erc20/wrapped_mir_token",
|
|
365
368
|
"ethereum/erc20/litentry",
|
|
@@ -369,7 +372,7 @@ Array [
|
|
|
369
372
|
"mix",
|
|
370
373
|
"ethereum/erc20/foam_token",
|
|
371
374
|
"hpb",
|
|
372
|
-
"ethereum/erc20/
|
|
375
|
+
"ethereum/erc20/vid",
|
|
373
376
|
"ethereum/erc20/man",
|
|
374
377
|
"ethereum/erc20/dentacoin",
|
|
375
378
|
"nimiq",
|
|
@@ -389,11 +392,12 @@ Array [
|
|
|
389
392
|
"ethereum/erc20/trustverse",
|
|
390
393
|
"ethereum/erc20/roobee",
|
|
391
394
|
"ethereum/erc20/qunquncommunities",
|
|
392
|
-
"ethereum/erc20/
|
|
395
|
+
"ethereum/erc20/eurbase_stablecoin",
|
|
393
396
|
"ethereum/erc20/qiibeetoken",
|
|
394
397
|
"ethereum/erc20/tokenclub_token",
|
|
395
398
|
"ethereum/erc20/governance_token_monolithosdao",
|
|
396
399
|
"ethereum/erc20/appcoins",
|
|
400
|
+
"bsc/bep20/agro_global_token_v2",
|
|
397
401
|
"ethereum/erc20/dock",
|
|
398
402
|
"ethereum/erc20/xy_oracle",
|
|
399
403
|
"viacoin",
|
|
@@ -404,7 +408,6 @@ Array [
|
|
|
404
408
|
"ethereum/erc20/pumapay",
|
|
405
409
|
"hycon",
|
|
406
410
|
"ethereum/erc20/agrello",
|
|
407
|
-
"bsc/bep20/pi_network",
|
|
408
411
|
"ethereum/erc20/snetwork",
|
|
409
412
|
"ethereum/erc20/ultraingas",
|
|
410
413
|
"ethereum/erc20/oax",
|
|
@@ -416,23 +419,24 @@ Array [
|
|
|
416
419
|
"ethereum/erc20/districtox",
|
|
417
420
|
"ethereum/erc20/monetha",
|
|
418
421
|
"ethereum/erc20/coindash",
|
|
422
|
+
"ethereum/erc20/sharetoken",
|
|
419
423
|
"ethereum/erc20/margix",
|
|
420
424
|
"ethereum/erc20/get",
|
|
421
425
|
"ethereum/erc20/tripio",
|
|
422
426
|
"ethereum/erc20/sonm",
|
|
423
427
|
"ethereum/erc20/data",
|
|
424
428
|
"ethereum/erc20/universa",
|
|
425
|
-
"ethereum/erc20/nestree",
|
|
426
429
|
"ethereum/erc20/gny",
|
|
427
430
|
"ethereum/erc20/dapstoken",
|
|
428
431
|
"ethereum/erc20/lcx",
|
|
429
432
|
"ethereum/erc20/vib",
|
|
430
433
|
"ethereum/erc20/global_social_chain",
|
|
431
434
|
"ethereum/erc20/bitmarttoken",
|
|
432
|
-
"ethereum/erc20/bountymarketcap",
|
|
433
435
|
"ethereum/erc20/box_token",
|
|
434
436
|
"ethereum/erc20/carbon_utility_token",
|
|
435
437
|
"ethereum/erc20/grid",
|
|
438
|
+
"ethereum/erc20/public_mint",
|
|
439
|
+
"ethereum/erc20/cnn_token",
|
|
436
440
|
"ethereum/erc20/0chain",
|
|
437
441
|
"ethereum/erc20/presearch",
|
|
438
442
|
"ethereum/erc20/peg_network_token",
|
|
@@ -440,10 +444,9 @@ Array [
|
|
|
440
444
|
"ethereum/erc20/deepbrainchain_token",
|
|
441
445
|
"ethereum/erc20/airswap",
|
|
442
446
|
"ethereum/erc20/sentivate",
|
|
443
|
-
"ethereum/erc20/vera_",
|
|
444
447
|
"ethereum/erc20/humanscape",
|
|
445
448
|
"ethereum/erc20/ftc",
|
|
446
|
-
"ethereum/erc20/
|
|
449
|
+
"ethereum/erc20/bdp",
|
|
447
450
|
"ethereum/erc20/rotharium",
|
|
448
451
|
"ethereum/erc20/(payx)",
|
|
449
452
|
"ethereum/erc20/aeron_token",
|
|
@@ -455,13 +458,14 @@ Array [
|
|
|
455
458
|
"ethereum/erc20/beaxy_token",
|
|
456
459
|
"ethereum/erc20/oneroot_network",
|
|
457
460
|
"ethereum/erc20/bitberrytoken",
|
|
461
|
+
"ethereum/erc20/vin",
|
|
458
462
|
"poa",
|
|
459
463
|
"nix",
|
|
460
464
|
"ethereum/erc20/cargox",
|
|
461
465
|
"ethereum/erc20/baasid",
|
|
462
466
|
"ethereum/erc20/covesting",
|
|
463
467
|
"ethereum/erc20/bcpt",
|
|
464
|
-
"ethereum/erc20/
|
|
468
|
+
"ethereum/erc20/lympo",
|
|
465
469
|
"ethereum/erc20/newscrypto",
|
|
466
470
|
"ethereum/erc20/spendcoin",
|
|
467
471
|
"ethereum/erc20/napoleonx",
|
|
@@ -472,6 +476,7 @@ Array [
|
|
|
472
476
|
"ethereum/erc20/etherparty_fuel",
|
|
473
477
|
"ethereum/erc20/daostack",
|
|
474
478
|
"ethereum/erc20/litextoken",
|
|
479
|
+
"ethereum/erc20/inventoryclub_token",
|
|
475
480
|
"ethereum/erc20/noku",
|
|
476
481
|
"ethereum/erc20/insights_network",
|
|
477
482
|
"ethereum/erc20/morpheus_infrastructure_token",
|
|
@@ -490,16 +495,16 @@ Array [
|
|
|
490
495
|
"ethereum/erc20/dadi",
|
|
491
496
|
"ethereum/erc20/akropolis",
|
|
492
497
|
"ethereum/erc20/platoncoin",
|
|
493
|
-
"ethereum/erc20/
|
|
494
|
-
"ethereum/erc20/
|
|
498
|
+
"ethereum/erc20/habitat_token",
|
|
499
|
+
"ethereum/erc20/skrumble_network_v2",
|
|
495
500
|
"ethereum/erc20/betprotocoltoken",
|
|
496
501
|
"ethereum/erc20/lnx_protocol",
|
|
497
502
|
"ethereum/erc20/switcheo_token",
|
|
498
503
|
"ethereum/erc20/fatcoin",
|
|
499
|
-
"ethereum/erc20/
|
|
500
|
-
"ethereum/erc20/
|
|
504
|
+
"ethereum/erc20/balancer_pool_token",
|
|
505
|
+
"ethereum/erc20/namechangetoken",
|
|
501
506
|
"ethereum/erc20/liftoken",
|
|
502
|
-
"ethereum/erc20/
|
|
507
|
+
"ethereum/erc20/eterbase_coin",
|
|
503
508
|
"ethereum/erc20/dream",
|
|
504
509
|
"ethereum/erc20/kryll",
|
|
505
510
|
"ethereum/erc20/alphadex",
|
|
@@ -512,48 +517,46 @@ Array [
|
|
|
512
517
|
"ethereum/erc20/pivot_token",
|
|
513
518
|
"ethereum/erc20/contents_protocol_token",
|
|
514
519
|
"ethereum/erc20/caspian_token",
|
|
520
|
+
"ethereum/erc20/cube",
|
|
515
521
|
"ethereum/erc20/1wo",
|
|
516
522
|
"ethereum/erc20/nucleusvision",
|
|
517
523
|
"rsk",
|
|
518
524
|
"ethereum/erc20/cure_farm",
|
|
519
525
|
"ethereum/erc20/commerceblock",
|
|
520
526
|
"ethereum/erc20/blue_whale_exchange",
|
|
521
|
-
"ethereum/erc20/confideal",
|
|
522
|
-
"ethereum/erc20/xstable_protocol",
|
|
523
527
|
"ethereum/erc20/asian_fintech",
|
|
524
528
|
"ethereum/erc20/abyss",
|
|
525
529
|
"ethereum/erc20/linkeye_token",
|
|
526
530
|
"ethereum/erc20/atomic_wallet_token",
|
|
527
531
|
"bsc/bep20/kingtoken",
|
|
528
532
|
"ethereum/erc20/likecoin",
|
|
529
|
-
"ethereum/erc20/noia_token",
|
|
530
533
|
"ethereum/erc20/czr",
|
|
531
534
|
"ethereum/erc20/omix",
|
|
532
535
|
"ethereum/erc20/poker_chips",
|
|
533
536
|
"bittorrent",
|
|
534
537
|
"ethereum/erc20/education",
|
|
535
|
-
"ethereum/erc20/iethereum",
|
|
536
538
|
"ethereum/erc20/plutus",
|
|
537
539
|
"ethereum/erc20/aidus_token",
|
|
538
540
|
"ethereum/erc20/vndc",
|
|
539
541
|
"ethereum/erc20/goldmint_mnt_prelaunch_token",
|
|
540
542
|
"ethereum/erc20/red_mwat",
|
|
543
|
+
"ethereum/erc20/cvtoken",
|
|
541
544
|
"ethereum/erc20/daex_token",
|
|
542
545
|
"ethereum/erc20/ceek_vr_token",
|
|
543
|
-
"
|
|
544
|
-
"bsc/bep20/pnetwork_token",
|
|
546
|
+
"ethereum/erc20/penta_network_token",
|
|
545
547
|
"ethereum/erc20/yee",
|
|
546
548
|
"ethereum/erc20/hashbx",
|
|
547
549
|
"bsc/bep20/velorex",
|
|
548
550
|
"ethereum/erc20/ferrum_network_token",
|
|
551
|
+
"bsc/bep20/raven_protocol",
|
|
552
|
+
"ethereum/erc20/karma",
|
|
549
553
|
"ethereum/erc20/cloudbric",
|
|
550
|
-
"ethereum/erc20/
|
|
554
|
+
"ethereum/erc20/paypie",
|
|
551
555
|
"zclassic",
|
|
552
556
|
"ethereum/erc20/mysterium",
|
|
553
|
-
"ethereum/erc20/substratum_",
|
|
554
557
|
"ethereum/erc20/tolar_token",
|
|
555
558
|
"ethereum/erc20/opacity_old",
|
|
556
|
-
"ethereum/erc20/
|
|
559
|
+
"ethereum/erc20/life",
|
|
557
560
|
"ethereum/erc20/dacsee",
|
|
558
561
|
"ethereum/erc20/zeuxcoin",
|
|
559
562
|
"ethereum/erc20/change_bank",
|
|
@@ -568,7 +571,6 @@ Array [
|
|
|
568
571
|
"ethereum/erc20/blockchain_certified_data_token",
|
|
569
572
|
"ethereum/erc20/fintrux_network",
|
|
570
573
|
"ethereum/erc20/bitex_global_xbx_coin",
|
|
571
|
-
"bsc/bep20/adshares",
|
|
572
574
|
"ethereum/erc20/unikoingold",
|
|
573
575
|
"ethereum/erc20/canabio",
|
|
574
576
|
"ethereum/erc20/omni",
|
|
@@ -576,21 +578,22 @@ Array [
|
|
|
576
578
|
"ethereum/erc20/bankex",
|
|
577
579
|
"ethereum/erc20/fasttoken",
|
|
578
580
|
"ethereum/erc20/boom",
|
|
579
|
-
"ethereum/erc20/
|
|
581
|
+
"ethereum/erc20/data_exchange_token",
|
|
582
|
+
"ethereum/erc20/art",
|
|
580
583
|
"ethereum/erc20/hashgard",
|
|
581
|
-
"ethereum/erc20/primas_token",
|
|
582
584
|
"ethereum/erc20/snov",
|
|
583
|
-
"ethereum/erc20/faceter",
|
|
584
585
|
"ethereum/erc20/the_real_coin_",
|
|
585
|
-
"ethereum/erc20/
|
|
586
|
+
"ethereum/erc20/medical_token_currency",
|
|
586
587
|
"ethereum/erc20/dynasty_global_investments_ag",
|
|
587
588
|
"ethereum/erc20/bolt_token",
|
|
588
589
|
"ethereum/erc20/atl",
|
|
590
|
+
"ethereum/erc20/cryptobuyer_token",
|
|
589
591
|
"ethereum/erc20/connext",
|
|
590
592
|
"ethereum/erc20/chatcoin",
|
|
591
593
|
"ethereum/erc20/lever_token",
|
|
592
594
|
"ethereum/erc20/datum_token",
|
|
593
595
|
"ethereum/erc20/ai_doctor",
|
|
596
|
+
"ethereum/erc20/minereum",
|
|
594
597
|
"ethereum/erc20/colulocalnetwork",
|
|
595
598
|
"ethereum/erc20/vice_industry_token",
|
|
596
599
|
"ethereum/erc20/amond",
|
|
@@ -616,23 +619,22 @@ Array [
|
|
|
616
619
|
"ethereum/erc20/delphy_token",
|
|
617
620
|
"ethereum/erc20/ubex",
|
|
618
621
|
"ethereum/erc20/bomb",
|
|
619
|
-
"ethereum/erc20/
|
|
622
|
+
"ethereum/erc20/immortal",
|
|
620
623
|
"ethereum/erc20/atn",
|
|
621
|
-
"ethereum/erc20/eraswap",
|
|
622
624
|
"ethereum/erc20/stableusd",
|
|
623
625
|
"ethereum/erc20/isik_coin",
|
|
624
626
|
"ethereum/erc20/indahash_coin",
|
|
625
627
|
"ethereum/erc20/stoken",
|
|
628
|
+
"ethereum/erc20/passive_income_bot",
|
|
626
629
|
"ethereum/erc20/insureum_token",
|
|
627
630
|
"ethereum/erc20/proton_token",
|
|
628
631
|
"ethereum/erc20/sakura_bloom",
|
|
629
|
-
"ethereum/erc20/
|
|
632
|
+
"ethereum/erc20/pitch",
|
|
630
633
|
"ethereum/erc20/lux_expression",
|
|
631
634
|
"ethereum/erc20/linkey_token",
|
|
632
635
|
"ethereum/erc20/locus_chain",
|
|
633
636
|
"ethereum/erc20/qchi",
|
|
634
|
-
"ethereum/erc20/
|
|
635
|
-
"ethereum/erc20/timeminer",
|
|
637
|
+
"ethereum/erc20/chronobank",
|
|
636
638
|
"ethereum/erc20/multivac",
|
|
637
639
|
"ethereum/erc20/wins_live",
|
|
638
640
|
"ethereum/erc20/swarm",
|
|
@@ -649,14 +651,16 @@ Array [
|
|
|
649
651
|
"ethereum/erc20/jobchain",
|
|
650
652
|
"ethereum/erc20/block_chain_com",
|
|
651
653
|
"ethereum/erc20/spankchain",
|
|
652
|
-
"
|
|
654
|
+
"ethereum/erc20/ig_gold",
|
|
653
655
|
"ethereum/erc20/0xcert_protocol_token",
|
|
654
656
|
"ethereum/erc20/wepower",
|
|
655
657
|
"ethereum/erc20/proxeus",
|
|
656
658
|
"ethereum/erc20/internxt",
|
|
657
|
-
"
|
|
659
|
+
"ethereum/erc20/dforce_",
|
|
660
|
+
"ethereum/erc20/nexxo_tokens",
|
|
658
661
|
"ethereum/erc20/temco",
|
|
659
|
-
"ethereum/erc20/
|
|
662
|
+
"ethereum/erc20/mic",
|
|
663
|
+
"ethereum/erc20/bcs",
|
|
660
664
|
"ethereum/erc20/lml",
|
|
661
665
|
"ethereum/erc20/domraidertoken",
|
|
662
666
|
"ethereum/erc20/cosplaytoken",
|
|
@@ -666,7 +670,7 @@ Array [
|
|
|
666
670
|
"bitcoin_private",
|
|
667
671
|
"ethereum/erc20/vegawallet",
|
|
668
672
|
"ethereum/erc20/echolink",
|
|
669
|
-
"ethereum/erc20/
|
|
673
|
+
"ethereum/erc20/anti-lockdown",
|
|
670
674
|
"ethereum/erc20/capp_token",
|
|
671
675
|
"ethereum/erc20/gmb",
|
|
672
676
|
"ethereum/erc20/insurepal_token",
|
|
@@ -676,13 +680,13 @@ Array [
|
|
|
676
680
|
"ethereum/erc20/zap",
|
|
677
681
|
"ethereum/erc20/brickblock_token",
|
|
678
682
|
"ethereum/erc20/avt",
|
|
679
|
-
"ethereum/erc20/
|
|
683
|
+
"ethereum/erc20/yieldfarming_insure",
|
|
680
684
|
"ethereum/erc20/mobile_integrated_blockchain",
|
|
681
685
|
"ethereum/erc20/vezt",
|
|
682
686
|
"ethereum/erc20/rate3",
|
|
683
687
|
"ethereum/erc20/ebcoin",
|
|
684
688
|
"ethereum/erc20/friendz_coin",
|
|
685
|
-
"ethereum/erc20/
|
|
689
|
+
"ethereum/erc20/olive",
|
|
686
690
|
"ethereum/erc20/mpay",
|
|
687
691
|
"ethereum/erc20/iconiq_lab_token",
|
|
688
692
|
"ethereum/erc20/dml_token",
|
|
@@ -697,21 +701,26 @@ Array [
|
|
|
697
701
|
"ethereum/erc20/covalent_token",
|
|
698
702
|
"ethereum/erc20/everipedia_iq",
|
|
699
703
|
"ethereum/erc20/auctus",
|
|
700
|
-
"ethereum/erc20/fxt_token",
|
|
701
704
|
"ethereum/erc20/sapien",
|
|
705
|
+
"ethereum/erc20/up",
|
|
706
|
+
"ethereum/erc20/taekwondo_access_credit",
|
|
707
|
+
"ethereum/erc20/quadrantprotocol",
|
|
708
|
+
"ethereum/erc20/dos_network_token",
|
|
702
709
|
"ethereum/erc20/dna",
|
|
703
710
|
"ethereum/erc20/dovu",
|
|
704
711
|
"ethereum/erc20/fnkostoken",
|
|
705
712
|
"ethereum/erc20/mark",
|
|
706
713
|
"ethereum/erc20/flip_token",
|
|
707
714
|
"ethereum/erc20/team",
|
|
715
|
+
"polygon/erc20/ig_orb_(pos)",
|
|
708
716
|
"ethereum/erc20/syncfab_manufacturing",
|
|
709
717
|
"ethereum/erc20/niobium",
|
|
710
|
-
"ethereum/erc20/
|
|
718
|
+
"ethereum/erc20/bob",
|
|
711
719
|
"ethereum/erc20/hashcoin",
|
|
712
720
|
"ethereum/erc20/xceltoken_plus",
|
|
713
721
|
"ethereum/erc20/adbank",
|
|
714
722
|
"ethereum/erc20/knoxstertoken",
|
|
723
|
+
"bsc/bep20/cvn",
|
|
715
724
|
"ethereum/erc20/enecuum",
|
|
716
725
|
"ethereum/erc20/envion_ag",
|
|
717
726
|
"ethereum/erc20/sf_capital",
|
|
@@ -723,6 +732,7 @@ Array [
|
|
|
723
732
|
"ethereum/erc20/q_dao_governance_token_v1_0",
|
|
724
733
|
"ethereum/erc20/tv_two__token_for_television",
|
|
725
734
|
"ethereum/erc20/viewly",
|
|
735
|
+
"ethereum/erc20/clearcryptos",
|
|
726
736
|
"ethereum/erc20/octopus_network_token",
|
|
727
737
|
"ethereum/erc20/dev",
|
|
728
738
|
"ethereum/erc20/honest",
|
|
@@ -736,15 +746,17 @@ Array [
|
|
|
736
746
|
"ethereum/erc20/seal_finance",
|
|
737
747
|
"ethereum/erc20/coinus",
|
|
738
748
|
"ethereum/erc20/rating",
|
|
739
|
-
"ethereum/erc20/uptrennd",
|
|
740
749
|
"stacks",
|
|
741
750
|
"ethereum/erc20/smartshare_token",
|
|
742
751
|
"ethereum/erc20/fti",
|
|
743
|
-
"ethereum/erc20/
|
|
752
|
+
"ethereum/erc20/needscoin",
|
|
744
753
|
"ethereum/erc20/wholeearthcoin",
|
|
745
754
|
"ethereum/erc20/datx",
|
|
746
755
|
"ethereum/erc20/mileverse",
|
|
756
|
+
"ethereum/erc20/biocrypt",
|
|
747
757
|
"ethereum/erc20/bittwatt",
|
|
758
|
+
"ethereum/erc20/ono_token",
|
|
759
|
+
"ethereum/erc20/bitifex",
|
|
748
760
|
"ethereum/erc20/energitoken",
|
|
749
761
|
"ethereum/erc20/electrifyasia",
|
|
750
762
|
"ethereum/erc20/xplay",
|
|
@@ -754,15 +766,15 @@ Array [
|
|
|
754
766
|
"ethereum/erc20/sentinel_chain",
|
|
755
767
|
"ethereum/erc20/localcoinswap_cryptoshare",
|
|
756
768
|
"bsc/bep20/qubit_token",
|
|
769
|
+
"ethereum/erc20/autonio_old",
|
|
770
|
+
"ethereum/erc20/zilla",
|
|
757
771
|
"ethereum/erc20/vodi_x",
|
|
758
772
|
"ethereum/erc20/coinlancer",
|
|
759
773
|
"pirl",
|
|
760
774
|
"ethereum/erc20/meme",
|
|
761
775
|
"ethereum/erc20/x8x",
|
|
762
776
|
"ethereum/erc20/aog",
|
|
763
|
-
"ethereum/erc20/
|
|
764
|
-
"ethereum/erc20/kek_token",
|
|
765
|
-
"ethereum/erc20/essentia",
|
|
777
|
+
"ethereum/erc20/cryptokek_com",
|
|
766
778
|
"ethereum/erc20/pton",
|
|
767
779
|
"ethereum/erc20/tcash",
|
|
768
780
|
"ethereum/erc20/nanjcoin",
|
|
@@ -777,25 +789,23 @@ Array [
|
|
|
777
789
|
"ethereum/erc20/pdata",
|
|
778
790
|
"ethereum/erc20/eroscoin",
|
|
779
791
|
"ethereum/erc20/changenow",
|
|
780
|
-
"ethereum/erc20/
|
|
781
|
-
"ethereum/erc20/coinfi_token",
|
|
792
|
+
"ethereum/erc20/cofi_token",
|
|
782
793
|
"ethereum/erc20/betr",
|
|
783
|
-
"ethereum/erc20/global_aex_token",
|
|
784
794
|
"ethereum/erc20/sharder",
|
|
785
795
|
"ethereum/erc20/storiqa",
|
|
786
796
|
"ethereum/erc20/adtoken",
|
|
797
|
+
"bsc/bep20/bfx",
|
|
787
798
|
"ethereum/erc20/globitex",
|
|
788
799
|
"ether1",
|
|
789
800
|
"ethereum/erc20/fota",
|
|
790
801
|
"ethereum/erc20/flyp_me",
|
|
791
|
-
"
|
|
802
|
+
"ethereum/erc20/cryptoping",
|
|
792
803
|
"ethereum/erc20/tietoken",
|
|
793
804
|
"ethereum/erc20/blue",
|
|
794
805
|
"ethereum/erc20/adelphoi",
|
|
795
806
|
"ethereum/erc20/swyft_token",
|
|
796
807
|
"ethereum/erc20/playgame",
|
|
797
808
|
"ethereum/erc20/star_token",
|
|
798
|
-
"ethereum/erc20/gotoken_",
|
|
799
809
|
"ethereum/erc20/swarm_city_token",
|
|
800
810
|
"ethereum/erc20/goldfund",
|
|
801
811
|
"ethereum/erc20/idex_membership",
|
|
@@ -803,6 +813,8 @@ Array [
|
|
|
803
813
|
"ethereum/erc20/hoqu_token",
|
|
804
814
|
"ethereum/erc20/kubo_coin",
|
|
805
815
|
"ethereum/erc20/sparkpoint",
|
|
816
|
+
"ethereum/erc20/pop_network_token",
|
|
817
|
+
"ethereum/erc20/zum_token",
|
|
806
818
|
"ethereum/erc20/eszcoin",
|
|
807
819
|
"ethereum/erc20/ipsx",
|
|
808
820
|
"ethereum/erc20/pla_token",
|
|
@@ -819,8 +831,7 @@ Array [
|
|
|
819
831
|
"ethereum/erc20/bezop",
|
|
820
832
|
"ethereum/erc20/kuende_token",
|
|
821
833
|
"ethereum/erc20/ecog9coin",
|
|
822
|
-
"ethereum/erc20/
|
|
823
|
-
"ethereum/erc20/pass_token",
|
|
834
|
+
"ethereum/erc20/pass",
|
|
824
835
|
"ethereum/erc20/primalbase_token__pbt_",
|
|
825
836
|
"ethereum/erc20/relex",
|
|
826
837
|
"ethereum/erc20/socialcoin",
|
|
@@ -848,7 +859,7 @@ Array [
|
|
|
848
859
|
"ethereum/erc20/sharpay_token",
|
|
849
860
|
"ethereum/erc20/mesefa",
|
|
850
861
|
"ethereum/erc20/typerium",
|
|
851
|
-
"ethereum/erc20/
|
|
862
|
+
"ethereum/erc20/cargo_gems",
|
|
852
863
|
"ethereum/erc20/bounty0x_token",
|
|
853
864
|
"ethereum/erc20/bird_money",
|
|
854
865
|
"ethereum/erc20/exmr_fdn_",
|
|
@@ -871,13 +882,14 @@ Array [
|
|
|
871
882
|
"ethereum/erc20/blocktix",
|
|
872
883
|
"ethereum/erc20/mybit",
|
|
873
884
|
"ethereum/erc20/mywish",
|
|
874
|
-
"ethereum/erc20/
|
|
885
|
+
"ethereum/erc20/par_stablecoin",
|
|
875
886
|
"ethereum/erc20/paladin_token",
|
|
876
887
|
"ethereum/erc20/pix",
|
|
877
888
|
"ethereum/erc20/bitcoin_fast",
|
|
878
889
|
"ethereum/erc20/silent_notary_token",
|
|
879
890
|
"ethersocial",
|
|
880
891
|
"ethereum/erc20/abx_token",
|
|
892
|
+
"ethereum/erc20/cobinhood_token",
|
|
881
893
|
"ethereum/erc20/alpha_protocol",
|
|
882
894
|
"ethereum/erc20/lioncoin",
|
|
883
895
|
"ethereum/erc20/crad_cash",
|
|
@@ -885,22 +897,24 @@ Array [
|
|
|
885
897
|
"ethereum/erc20/rightmesh_token",
|
|
886
898
|
"ethereum/erc20/parrotcoin",
|
|
887
899
|
"ethereum/erc20/itt_token",
|
|
900
|
+
"bsc/bep20/blu",
|
|
888
901
|
"ethereum/erc20/evedo_token",
|
|
889
|
-
"ethereum/erc20/
|
|
902
|
+
"ethereum/erc20/ace",
|
|
890
903
|
"ethereum/erc20/patron",
|
|
891
904
|
"ethereum/erc20/rupiah_token",
|
|
892
|
-
"ethereum/erc20/
|
|
905
|
+
"ethereum/erc20/gene_source_code_chain",
|
|
906
|
+
"bsc/bep20/phoswap",
|
|
893
907
|
"ethereum/erc20/heartbout",
|
|
894
908
|
"ethereum/erc20/pluscoin",
|
|
895
909
|
"ethereum/erc20/ethereum_gold_project",
|
|
896
|
-
"ethereum/erc20/
|
|
910
|
+
"ethereum/erc20/macaron_coin",
|
|
897
911
|
"ethereum/erc20/civilization",
|
|
898
912
|
"ethereum/erc20/wand_token",
|
|
899
913
|
"ethereum/erc20/thrivetoken",
|
|
900
914
|
"ethereum/erc20/tesla",
|
|
901
915
|
"ethereum/erc20/mainstream_for_the_underground",
|
|
902
916
|
"polygon/erc20/safedollar.fi_share_2.0",
|
|
903
|
-
"ethereum/erc20/
|
|
917
|
+
"ethereum/erc20/carbon_dollar_x",
|
|
904
918
|
"ethereum/erc20/dropil",
|
|
905
919
|
"ethereum/erc20/savedroid",
|
|
906
920
|
"ethereum/erc20/android_chain",
|
|
@@ -923,6 +937,7 @@ Array [
|
|
|
923
937
|
"ethereum/erc20/voise",
|
|
924
938
|
"ethereum/erc20/webcoin",
|
|
925
939
|
"ethereum/erc20/aston_x",
|
|
940
|
+
"ethereum/erc20/jupiter",
|
|
926
941
|
"ethereum/erc20/cpchain",
|
|
927
942
|
"ethereum/erc20/metamorph",
|
|
928
943
|
"ethereum/erc20/fuze_token",
|
|
@@ -938,10 +953,11 @@ Array [
|
|
|
938
953
|
"ethereum/erc20/micromoney",
|
|
939
954
|
"ethereum/erc20/prg",
|
|
940
955
|
"ethereum/erc20/fantasy_sports",
|
|
956
|
+
"ethereum/erc20/ethereum_cash",
|
|
941
957
|
"ethereum/erc20/beat_token",
|
|
942
958
|
"ethereum/erc20/model-x-coin",
|
|
943
959
|
"ethereum/erc20/paymon",
|
|
944
|
-
"ethereum/erc20/
|
|
960
|
+
"ethereum/erc20/inmax",
|
|
945
961
|
"ethereum/erc20/notional",
|
|
946
962
|
"ethereum/erc20/lala_world_token",
|
|
947
963
|
"ethereum/erc20/superfarm",
|
|
@@ -952,16 +968,15 @@ Array [
|
|
|
952
968
|
"ethereum/erc20/robet_-_truly_decentralized_sportsbetting",
|
|
953
969
|
"ethereum/erc20/cred",
|
|
954
970
|
"ethereum/erc20/celeum",
|
|
955
|
-
"ethereum/erc20/worldcore",
|
|
956
971
|
"ethereum/erc20/tagbond",
|
|
957
|
-
"ethereum/erc20/
|
|
972
|
+
"ethereum/erc20/aragon_china_token",
|
|
973
|
+
"ethereum/erc20/electrumdark",
|
|
974
|
+
"ethereum/erc20/bitether_",
|
|
958
975
|
"ethereum/erc20/skin",
|
|
959
976
|
"ethereum/erc20/btc_lite",
|
|
960
977
|
"ethereum/erc20/sportify",
|
|
961
|
-
"ethereum/erc20/moneynet_coin",
|
|
962
978
|
"ethereum/erc20/ethplode",
|
|
963
979
|
"ethereum/erc20/clearpoll",
|
|
964
|
-
"ethereum/erc20/arthur_chain",
|
|
965
980
|
"ethereum/erc20/signals_network_token",
|
|
966
981
|
"ethereum/erc20/spindle",
|
|
967
982
|
"ethereum/erc20/cryptobonusmiles",
|
|
@@ -980,23 +995,22 @@ Array [
|
|
|
980
995
|
"ethereum/erc20/vdice",
|
|
981
996
|
"ethereum/erc20/kind_ads_token",
|
|
982
997
|
"ethereum/erc20/agrolot_token",
|
|
983
|
-
"ethereum/erc20/fundum",
|
|
984
998
|
"ethereum/erc20/blockburn",
|
|
985
999
|
"ethereum/erc20/meschain",
|
|
986
1000
|
"ethereum/erc20/waletoken",
|
|
987
1001
|
"ethereum/erc20/cryptosoul",
|
|
988
1002
|
"ethereum/erc20/boxx",
|
|
989
|
-
"ethereum/erc20/
|
|
1003
|
+
"ethereum/erc20/smartx",
|
|
990
1004
|
"ethereum/erc20/kuverit",
|
|
991
|
-
"ethereum/erc20/
|
|
1005
|
+
"ethereum/erc20/lancer_token",
|
|
992
1006
|
"ethereum/erc20/the_skytoken",
|
|
993
1007
|
"ethereum/erc20/heronodetoken",
|
|
994
1008
|
"ethereum/erc20/alx",
|
|
995
1009
|
"ethereum/erc20/zeusnetwork",
|
|
996
1010
|
"ethereum/erc20/paycentos",
|
|
997
|
-
"ethereum/erc20/
|
|
998
|
-
"bsc/bep20/chess",
|
|
1011
|
+
"ethereum/erc20/chess_coin",
|
|
999
1012
|
"ethereum/erc20/global_coin_research",
|
|
1013
|
+
"bsc/bep20/cheeseswap",
|
|
1000
1014
|
"ethereum/erc20/bitstash",
|
|
1001
1015
|
"ethereum/erc20/joint",
|
|
1002
1016
|
"polygon/erc20/enegra",
|
|
@@ -1004,7 +1018,6 @@ Array [
|
|
|
1004
1018
|
"ethereum/erc20/bonuscloud_token",
|
|
1005
1019
|
"ethereum/erc20/connectjob",
|
|
1006
1020
|
"ethereum/erc20/herbalist_token",
|
|
1007
|
-
"ethereum/erc20/more",
|
|
1008
1021
|
"ethereum/erc20/open_trading_network",
|
|
1009
1022
|
"ethereum/erc20/globex",
|
|
1010
1023
|
"ethereum/erc20/xeuro",
|
|
@@ -1018,8 +1031,8 @@ Array [
|
|
|
1018
1031
|
"ethereum/erc20/wabnetwork",
|
|
1019
1032
|
"ethereum/erc20/ether_kingdoms_token",
|
|
1020
1033
|
"ethereum/erc20/hashnet_biteco",
|
|
1021
|
-
"
|
|
1022
|
-
"ethereum/erc20/
|
|
1034
|
+
"ethereum/erc20/origami_network",
|
|
1035
|
+
"ethereum/erc20/farmatrust_token",
|
|
1023
1036
|
"ethereum/erc20/wpptoken",
|
|
1024
1037
|
"ethereum/erc20/uchain_token",
|
|
1025
1038
|
"ethereum/erc20/yolocash",
|
|
@@ -1028,15 +1041,17 @@ Array [
|
|
|
1028
1041
|
"ethereum/erc20/netkoin",
|
|
1029
1042
|
"ethereum/erc20/connect_coin",
|
|
1030
1043
|
"ethereum/erc20/horse",
|
|
1031
|
-
"ethereum/erc20/ownix",
|
|
1032
1044
|
"ethereum/erc20/ctl",
|
|
1033
1045
|
"ethereum/erc20/elevate",
|
|
1046
|
+
"ethereum/erc20/silverway",
|
|
1034
1047
|
"ethereum/erc20/ig",
|
|
1035
1048
|
"ethereum/erc20/btrn",
|
|
1036
1049
|
"ethereum/erc20/mojo",
|
|
1037
1050
|
"ethereum/erc20/quinads",
|
|
1051
|
+
"ethereum/erc20/bluewizard",
|
|
1038
1052
|
"ethereum/erc20/jigstack",
|
|
1039
1053
|
"ethereum/erc20/all_best_ico_defi",
|
|
1054
|
+
"bsc/bep20/blast_frontiers",
|
|
1040
1055
|
"ethereum/erc20/jet",
|
|
1041
1056
|
"ethereum/erc20/starter_coin",
|
|
1042
1057
|
"ethereum/erc20/nox",
|
|
@@ -1063,6 +1078,7 @@ Array [
|
|
|
1063
1078
|
"ethereum/erc20/student_coin_1",
|
|
1064
1079
|
"ethereum/erc20/cybermusic",
|
|
1065
1080
|
"ethereum/erc20/cryptogpt_token",
|
|
1081
|
+
"ethereum/erc20/natmin",
|
|
1066
1082
|
"ethereum/erc20/showhand",
|
|
1067
1083
|
"ethereum/erc20/indexed",
|
|
1068
1084
|
"ethereum/erc20/dodreamchain",
|
|
@@ -1075,7 +1091,6 @@ Array [
|
|
|
1075
1091
|
"ethereum/erc20/talken",
|
|
1076
1092
|
"ethereum/erc20/provoco_token",
|
|
1077
1093
|
"ethereum/erc20/travelnote",
|
|
1078
|
-
"ethereum/erc20/bullionschain",
|
|
1079
1094
|
"ethereum/erc20/luctoken",
|
|
1080
1095
|
"ethereum/erc20/hyperquant_token",
|
|
1081
1096
|
"ethereum/erc20/customcontractnetwork",
|
|
@@ -1084,17 +1099,15 @@ Array [
|
|
|
1084
1099
|
"ethereum/erc20/araw",
|
|
1085
1100
|
"ethereum/erc20/escroco_emerald",
|
|
1086
1101
|
"ethereum/erc20/yup",
|
|
1087
|
-
"ethereum/erc20/
|
|
1102
|
+
"ethereum/erc20/bionic",
|
|
1088
1103
|
"ethereum/erc20/stakehouse_batch",
|
|
1089
|
-
"ethereum/erc20/
|
|
1090
|
-
"bsc/bep20/luna_(wormhole)",
|
|
1104
|
+
"ethereum/erc20/micro_launchpad_token",
|
|
1091
1105
|
"ethereum/erc20/tokendesk",
|
|
1092
1106
|
"akroma",
|
|
1093
1107
|
"ethereum/erc20/delta_financial_-_deep_defi_derivatives",
|
|
1094
1108
|
"ethereum/erc20/tracto",
|
|
1095
1109
|
"ethereum/erc20/aigang",
|
|
1096
1110
|
"ethereum/erc20/cpucoin",
|
|
1097
|
-
"ethereum/erc20/ptokens_ore",
|
|
1098
1111
|
"ethereum/erc20/masternet",
|
|
1099
1112
|
"ethereum/erc20/cryptrust",
|
|
1100
1113
|
"ethereum/erc20/alpha_coin",
|
|
@@ -1102,24 +1115,25 @@ Array [
|
|
|
1102
1115
|
"ethereum/erc20/rntb_token",
|
|
1103
1116
|
"ethereum/erc20/xovbank",
|
|
1104
1117
|
"ethereum/erc20/call",
|
|
1118
|
+
"ethereum/erc20/arbitrage",
|
|
1119
|
+
"ethereum/erc20/futurax",
|
|
1105
1120
|
"ethereum/erc20/iogtoken",
|
|
1106
|
-
"ethereum/erc20/
|
|
1121
|
+
"ethereum/erc20/bunnytoken",
|
|
1107
1122
|
"ethereum/erc20/crystaltoken",
|
|
1108
1123
|
"ethereum/erc20/couchain",
|
|
1109
1124
|
"ethereum/erc20/kora_network_token",
|
|
1110
1125
|
"ethereum/erc20/havy",
|
|
1111
1126
|
"ethereum/erc20/rlt",
|
|
1112
|
-
"ethereum/erc20/
|
|
1113
|
-
"ethereum/erc20/
|
|
1127
|
+
"ethereum/erc20/all_the_smoke",
|
|
1128
|
+
"ethereum/erc20/benscoin",
|
|
1114
1129
|
"ethereum/erc20/vikky_token",
|
|
1115
1130
|
"ethereum/erc20/hyper_speed_network",
|
|
1116
|
-
"ethereum/erc20/
|
|
1131
|
+
"ethereum/erc20/eco_value_coin",
|
|
1117
1132
|
"atheios",
|
|
1118
1133
|
"ethereum/erc20/fintab",
|
|
1119
1134
|
"ethereum/erc20/imswallet",
|
|
1120
1135
|
"ethereum/erc20/speedcash",
|
|
1121
1136
|
"ethereum/erc20/kaaso",
|
|
1122
|
-
"bsc/bep20/marshall_rogan_inu",
|
|
1123
1137
|
"ethereum/erc20/dalecoin",
|
|
1124
1138
|
"bsc/bep20/milo_inu",
|
|
1125
1139
|
"ethereum/erc20/cybermiles",
|
|
@@ -1135,8 +1149,11 @@ Array [
|
|
|
1135
1149
|
"ethereum/erc20/brat",
|
|
1136
1150
|
"ethereum/erc20/bitcoin_one",
|
|
1137
1151
|
"ethereum/erc20/javascript",
|
|
1152
|
+
"ethereum/erc20/staker",
|
|
1138
1153
|
"ethereum/erc20/oobit",
|
|
1154
|
+
"bsc/bep20/connex",
|
|
1139
1155
|
"bsc/bep20/posschain",
|
|
1156
|
+
"ethereum/erc20/app_alliance_association",
|
|
1140
1157
|
"ethereum/erc20/beatify",
|
|
1141
1158
|
"ethereum/erc20/hms_token",
|
|
1142
1159
|
"ethereum/erc20/innovativebioresearchcoin",
|
|
@@ -1146,7 +1163,7 @@ Array [
|
|
|
1146
1163
|
"ethereum/erc20/aax_token",
|
|
1147
1164
|
"ethereum/erc20/cybertronchain",
|
|
1148
1165
|
"ethereum/erc20/deapcoin",
|
|
1149
|
-
"
|
|
1166
|
+
"ethereum/erc20/ong",
|
|
1150
1167
|
"ethereum/erc20/ethbear",
|
|
1151
1168
|
"ethereum/erc20/all_sports_coin",
|
|
1152
1169
|
"ethereum/erc20/bkex_chain",
|
|
@@ -1162,7 +1179,7 @@ Array [
|
|
|
1162
1179
|
"factom",
|
|
1163
1180
|
"ethereum/erc20/echoin",
|
|
1164
1181
|
"ethereum/erc20/bispextoken",
|
|
1165
|
-
"
|
|
1182
|
+
"ethereum/erc20/arcane_bear",
|
|
1166
1183
|
"ethereum/erc20/bitcoin_card",
|
|
1167
1184
|
"ethereum/erc20/bikicoin_token",
|
|
1168
1185
|
"ethereum/erc20/the_truth",
|
|
@@ -1173,11 +1190,13 @@ Array [
|
|
|
1173
1190
|
"ethereum/erc20/topchaincoin",
|
|
1174
1191
|
"ethereum/erc20/medium_token",
|
|
1175
1192
|
"ethereum/erc20/brazilian_real",
|
|
1176
|
-
"ethereum/erc20/
|
|
1193
|
+
"ethereum/erc20/hub_token",
|
|
1177
1194
|
"ethereum/erc20/latam_cash",
|
|
1178
1195
|
"ethereum/erc20/btse_token",
|
|
1179
1196
|
"ethereum/erc20/quras_token",
|
|
1180
1197
|
"ethereum/erc20/kok_coin",
|
|
1198
|
+
"ethereum/erc20/12ships",
|
|
1199
|
+
"vechain/vip180/vtho",
|
|
1181
1200
|
"ethereum/erc20/chronic_token",
|
|
1182
1201
|
"ethereum/erc20/litecoin_token",
|
|
1183
1202
|
"ethereum/erc20/mt_token",
|
|
@@ -1188,11 +1207,10 @@ Array [
|
|
|
1188
1207
|
"ethereum/erc20/zuflo_coin",
|
|
1189
1208
|
"ethereum/erc20/nnb_token",
|
|
1190
1209
|
"ethereum/erc20/ezystayz_token",
|
|
1191
|
-
"ethereum/erc20/coxxxcoin",
|
|
1192
1210
|
"ethereum/erc20/yuan_chain_new",
|
|
1193
1211
|
"ethereum/erc20/rakun",
|
|
1194
1212
|
"ethereum/erc20/tesra_ai_supernet",
|
|
1195
|
-
"ethereum/erc20/
|
|
1213
|
+
"ethereum/erc20/siambitcoin",
|
|
1196
1214
|
"ethereum/erc20/cryptoenergy",
|
|
1197
1215
|
"ethereum/erc20/lukki_operating_token",
|
|
1198
1216
|
"ethereum/erc20/vx_network",
|
|
@@ -1201,10 +1219,11 @@ Array [
|
|
|
1201
1219
|
"ethereum/erc20/d_community",
|
|
1202
1220
|
"ethereum/erc20/precium_token",
|
|
1203
1221
|
"ethereum/erc20/blockcloud",
|
|
1222
|
+
"ethereum/erc20/spice",
|
|
1204
1223
|
"ethereum/erc20/probit_token",
|
|
1205
1224
|
"ethereum/erc20/mogu_token",
|
|
1206
|
-
"bsc/bep20/spintop",
|
|
1207
1225
|
"ethereum/erc20/dexterg",
|
|
1226
|
+
"ethereum/erc20/decurian",
|
|
1208
1227
|
"ethereum/erc20/goldonsteroids",
|
|
1209
1228
|
"ethereum/erc20/kardiachain_token",
|
|
1210
1229
|
"ethereum/erc20/ubu",
|
|
@@ -1218,11 +1237,12 @@ Array [
|
|
|
1218
1237
|
"ethereum/erc20/decentralized_vulnerability_platform",
|
|
1219
1238
|
"ethereum/erc20/aitheon",
|
|
1220
1239
|
"ethereum/erc20/bull",
|
|
1240
|
+
"bsc/bep20/bux_token",
|
|
1221
1241
|
"ethereum/erc20/custody_token",
|
|
1222
1242
|
"ethereum/erc20/vi",
|
|
1223
1243
|
"tron/trc20/TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
|
|
1224
|
-
"ethereum/erc20/
|
|
1225
|
-
"
|
|
1244
|
+
"ethereum/erc20/tapcoin",
|
|
1245
|
+
"ethereum/erc20/ccc__iconomi_",
|
|
1226
1246
|
"ethereum/erc20/hintchain",
|
|
1227
1247
|
"ethereum/erc20/bihukey",
|
|
1228
1248
|
"ethereum/erc20/acoconut",
|
|
@@ -1230,14 +1250,15 @@ Array [
|
|
|
1230
1250
|
"ethereum/erc20/two_prime_ff1_token",
|
|
1231
1251
|
"ethereum/erc20/sonic_token",
|
|
1232
1252
|
"ethereum/erc20/superskynet",
|
|
1253
|
+
"ethereum/erc20/pledgecamp",
|
|
1233
1254
|
"klaytn",
|
|
1234
1255
|
"ethereum/erc20/entherfound",
|
|
1256
|
+
"ethereum/erc20/basic_token",
|
|
1235
1257
|
"ethereum/erc20/bizzcoin",
|
|
1236
1258
|
"bsc/bep20/binance-peg_juventus_token",
|
|
1237
1259
|
"helium",
|
|
1238
1260
|
"ethereum/erc20/loaprotocol",
|
|
1239
1261
|
"ethereum/erc20/jack_token",
|
|
1240
|
-
"ethereum/erc20/chaintrade_token",
|
|
1241
1262
|
"axelar",
|
|
1242
1263
|
"ethereum/erc20/marshal_lion_group_coin",
|
|
1243
1264
|
"bsc/bep20/exonova",
|
|
@@ -1248,6 +1269,7 @@ Array [
|
|
|
1248
1269
|
"ethereum/erc20/edgeless",
|
|
1249
1270
|
"ethereum/erc20/stk_token",
|
|
1250
1271
|
"ethereum/erc20/the_protocol",
|
|
1272
|
+
"bsc/bep20/alaskagoldrush",
|
|
1251
1273
|
"ethereum/erc20/bitpanda_ecosystem_token",
|
|
1252
1274
|
"ethereum/erc20/metaprediction",
|
|
1253
1275
|
"ethereum/erc20/hustle",
|
|
@@ -1258,6 +1280,8 @@ Array [
|
|
|
1258
1280
|
"ethereum/erc20/treelion",
|
|
1259
1281
|
"ethereum/erc20/volatility_protocol_token",
|
|
1260
1282
|
"elrond/esdt/4d45582d343535633537",
|
|
1283
|
+
"ethereum/erc20/ucot",
|
|
1284
|
+
"ethereum/erc20/bidao",
|
|
1261
1285
|
"ethereum/erc20/usda",
|
|
1262
1286
|
"ethereum/erc20/global_reserve_system",
|
|
1263
1287
|
"ethereum/erc20/engine_token",
|
|
@@ -1267,42 +1291,51 @@ Array [
|
|
|
1267
1291
|
"ethereum/erc20/dexa_coin",
|
|
1268
1292
|
"ethereum/erc20/ardcoin",
|
|
1269
1293
|
"ethereum/erc20/eco",
|
|
1294
|
+
"ethereum/erc20/thingsopreatingsystem",
|
|
1270
1295
|
"ethereum/erc20/aladin",
|
|
1271
1296
|
"ethereum/erc20/kamari",
|
|
1297
|
+
"ethereum/erc20/thecash",
|
|
1272
1298
|
"ethereum/erc20/arcs",
|
|
1273
1299
|
"ethereum/erc20/sinergia",
|
|
1300
|
+
"ethereum/erc20/entanmo",
|
|
1301
|
+
"ethereum/erc20/freight_trust_network",
|
|
1274
1302
|
"bsc/bep20/saver_token",
|
|
1303
|
+
"ethereum/erc20/torchain",
|
|
1275
1304
|
"ethereum/erc20/lbk",
|
|
1305
|
+
"ethereum/erc20/iic",
|
|
1276
1306
|
"ethereum/erc20/peakdefi",
|
|
1277
1307
|
"ethereum/erc20/medibit",
|
|
1278
1308
|
"ethereum/erc20/webn",
|
|
1279
1309
|
"ethereum/erc20/seer-erc20-token",
|
|
1280
1310
|
"ethereum/erc20/wibx_utility_token",
|
|
1281
1311
|
"ethereum/erc20/new_energy",
|
|
1282
|
-
"ethereum/erc20/
|
|
1312
|
+
"ethereum/erc20/black",
|
|
1283
1313
|
"ethereum/erc20/dmme",
|
|
1284
1314
|
"ethereum/erc20/bitto",
|
|
1285
1315
|
"ethereum/erc20/globalvillage_ecosystem",
|
|
1316
|
+
"bsc/bep20/babydoge_ceo",
|
|
1286
1317
|
"ethereum/erc20/gsenetwork",
|
|
1287
1318
|
"ethereum/erc20/bitcoffeen",
|
|
1288
1319
|
"ethereum/erc20/amaten",
|
|
1320
|
+
"ethereum/erc20/gamestars_token",
|
|
1289
1321
|
"ethereum/erc20/curtoken",
|
|
1290
1322
|
"ethereum/erc20/compound_dai",
|
|
1291
1323
|
"ethereum/erc20/rae_token",
|
|
1292
1324
|
"ethereum/erc20/livepeer",
|
|
1293
1325
|
"ethereum/erc20/cpay",
|
|
1326
|
+
"bsc/bep20/chintai_exchange_token",
|
|
1294
1327
|
"ethereum/erc20/bet",
|
|
1295
1328
|
"ethereum/erc20/tepleton",
|
|
1296
1329
|
"ethereum/erc20/krypton",
|
|
1297
1330
|
"ethereum/erc20/dsla",
|
|
1298
|
-
"
|
|
1331
|
+
"ethereum/erc20/dragonereum_gold",
|
|
1299
1332
|
"ethereum/erc20/palletonetoken",
|
|
1300
1333
|
"ethereum/erc20/venjocoin",
|
|
1301
1334
|
"ethereum/erc20/blur",
|
|
1302
1335
|
"ethereum/erc20/volt",
|
|
1303
1336
|
"ethereum/erc20/map_protocol",
|
|
1304
|
-
"ethereum/erc20/
|
|
1305
|
-
"
|
|
1337
|
+
"ethereum/erc20/consentium_coin",
|
|
1338
|
+
"ethereum/erc20/bifi",
|
|
1306
1339
|
"ethereum/erc20/inqubeta",
|
|
1307
1340
|
"ethereum/erc20/future1coin",
|
|
1308
1341
|
"ethereum/erc20/ptokens_btc",
|
|
@@ -1310,19 +1343,20 @@ Array [
|
|
|
1310
1343
|
"ethereum/erc20/switch",
|
|
1311
1344
|
"ethereum/erc20/otcbtc_token",
|
|
1312
1345
|
"ethereum/erc20/cifculation_coin",
|
|
1346
|
+
"ethereum/erc20/mixin",
|
|
1313
1347
|
"ethereum/erc20/raksur",
|
|
1314
1348
|
"ethereum/erc20/healing_plus",
|
|
1315
1349
|
"ethereum/erc20/tilwiki_-_faces_of_art",
|
|
1316
1350
|
"ethereum/erc20/xcrypt_token",
|
|
1317
1351
|
"ethereum/erc20/celcoin",
|
|
1318
|
-
"bsc/bep20/binance-peg_btcb_token",
|
|
1319
1352
|
"ethereum/erc20/dws",
|
|
1320
|
-
"ethereum/erc20/
|
|
1353
|
+
"ethereum/erc20/strikecoin_token",
|
|
1321
1354
|
"ethereum/erc20/b_one_payment",
|
|
1322
1355
|
"ethereum/erc20/qusd_stablecoin",
|
|
1323
1356
|
"ethereum/erc20/uractoken",
|
|
1324
1357
|
"ethereum/erc20/sopay",
|
|
1325
1358
|
"ethereum/erc20/easymine_token",
|
|
1359
|
+
"ethereum/erc20/berezkaflex",
|
|
1326
1360
|
"ethereum/erc20/lemo",
|
|
1327
1361
|
"ethereum/erc20/decentralized_accessible_content_chain",
|
|
1328
1362
|
"ethereum/erc20/tudatoken",
|
|
@@ -1336,34 +1370,36 @@ Array [
|
|
|
1336
1370
|
"ethereum/erc20/opennity_token",
|
|
1337
1371
|
"ethereum/erc20/accelerator_network",
|
|
1338
1372
|
"ethereum/erc20/aerotoken",
|
|
1373
|
+
"bsc/bep20/coin98_dollar",
|
|
1339
1374
|
"ethereum/erc20/bitdao",
|
|
1340
1375
|
"iov",
|
|
1341
1376
|
"ethereum/erc20/infinity_esaham",
|
|
1342
|
-
"
|
|
1377
|
+
"ethereum/erc20/efficient_transaction_token",
|
|
1343
1378
|
"ethereum/erc20/bcdn",
|
|
1344
1379
|
"ethereum/erc20/loltoken",
|
|
1345
1380
|
"ethereum/erc20/apple_network",
|
|
1346
1381
|
"ethereum/erc20/ethereum_chain_token",
|
|
1347
1382
|
"ethereum/erc20/romtoken",
|
|
1383
|
+
"ethereum/erc20/dappnode_dao_token",
|
|
1384
|
+
"ethereum/erc20/lendroid_support_token",
|
|
1348
1385
|
"ethereum/erc20/slt",
|
|
1349
1386
|
"ethereum/erc20/deepcloud",
|
|
1350
1387
|
"ethereum/erc20/nam_coin",
|
|
1351
|
-
"ethereum/erc20/alphacon",
|
|
1352
1388
|
"ethereum/erc20/tronipay",
|
|
1353
1389
|
"ethereum/erc20/sxc_token",
|
|
1390
|
+
"ethereum/erc20/magnachain",
|
|
1354
1391
|
"ethereum/erc20/sparkster",
|
|
1355
1392
|
"ethereum/erc20/voltz",
|
|
1356
|
-
"
|
|
1393
|
+
"ethereum/erc20/science_chain",
|
|
1357
1394
|
"ethereum/erc20/robocalls",
|
|
1358
1395
|
"ethereum/erc20/bolttcoin",
|
|
1359
1396
|
"ethereum/erc20/blink",
|
|
1360
1397
|
"ethereum/erc20/xtock",
|
|
1361
|
-
"ethereum/erc20/ors_token",
|
|
1362
1398
|
"ethereum/erc20/one_dex",
|
|
1363
1399
|
"ethereum/erc20/wiki_token",
|
|
1364
1400
|
"ethereum/erc20/litbinex_coin",
|
|
1365
1401
|
"ethereum/erc20/gem_exchange_and_trading",
|
|
1366
|
-
"ethereum/erc20/
|
|
1402
|
+
"ethereum/erc20/elenausd",
|
|
1367
1403
|
"ethereum/erc20/buddy",
|
|
1368
1404
|
"ethereum/erc20/emblem",
|
|
1369
1405
|
"ethereum/erc20/can",
|
|
@@ -1375,6 +1411,7 @@ Array [
|
|
|
1375
1411
|
"ethereum/erc20/gazecoin_metaverse_token",
|
|
1376
1412
|
"ethereum/erc20/mobilinktoken",
|
|
1377
1413
|
"ethereum/erc20/bggtoken",
|
|
1414
|
+
"bsc/bep20/centaurify",
|
|
1378
1415
|
"ethereum/erc20/tok",
|
|
1379
1416
|
"ethereum/erc20/tratok",
|
|
1380
1417
|
"ethereum/erc20/levelapp_token",
|
|
@@ -1383,6 +1420,7 @@ Array [
|
|
|
1383
1420
|
"ethereum/erc20/gomics",
|
|
1384
1421
|
"ethereum/erc20/roboai_coin_r2r",
|
|
1385
1422
|
"ethereum/erc20/asac_coin",
|
|
1423
|
+
"ethereum/erc20/insurace",
|
|
1386
1424
|
"ethereum/erc20/holotoken",
|
|
1387
1425
|
"ethereum/erc20/etoro_euro",
|
|
1388
1426
|
"near",
|
|
@@ -1438,7 +1476,6 @@ Array [
|
|
|
1438
1476
|
"ethereum/erc20/0x0",
|
|
1439
1477
|
"ethereum/erc20/0xbitcoin",
|
|
1440
1478
|
"ethereum/erc20/10set_token",
|
|
1441
|
-
"ethereum/erc20/12ships",
|
|
1442
1479
|
"ethereum/erc20/14_small_electric_chairs_reversal_series",
|
|
1443
1480
|
"ethereum/erc20/1inch_liquidity_pool_(1inch-usdc)",
|
|
1444
1481
|
"ethereum/erc20/1inch_liquidity_pool_(1inch-wbtc)",
|
|
@@ -1534,7 +1571,7 @@ Array [
|
|
|
1534
1571
|
"ethereum/erc20/accel",
|
|
1535
1572
|
"ethereum/erc20/accord",
|
|
1536
1573
|
"ethereum/erc20/acd",
|
|
1537
|
-
"ethereum/erc20/
|
|
1574
|
+
"ethereum/erc20/acent",
|
|
1538
1575
|
"ethereum/erc20/acquirefi",
|
|
1539
1576
|
"ethereum/erc20/acreage",
|
|
1540
1577
|
"ethereum/erc20/acria_token",
|
|
@@ -1599,7 +1636,6 @@ Array [
|
|
|
1599
1636
|
"ethereum/erc20/alkemi_wrapped_ether_2",
|
|
1600
1637
|
"ethereum/erc20/alkimi_exchange",
|
|
1601
1638
|
"ethereum/erc20/all_in",
|
|
1602
|
-
"ethereum/erc20/all_the_smoke",
|
|
1603
1639
|
"ethereum/erc20/allcoinsyieldcapital",
|
|
1604
1640
|
"ethereum/erc20/alldex_alliance",
|
|
1605
1641
|
"ethereum/erc20/allianceblock_nexera_token",
|
|
@@ -1617,6 +1653,7 @@ Array [
|
|
|
1617
1653
|
"ethereum/erc20/alpha_olympus",
|
|
1618
1654
|
"ethereum/erc20/alpha_quark_token",
|
|
1619
1655
|
"ethereum/erc20/alpha_wolf",
|
|
1656
|
+
"ethereum/erc20/alphacon",
|
|
1620
1657
|
"ethereum/erc20/alphatoken",
|
|
1621
1658
|
"ethereum/erc20/alphr",
|
|
1622
1659
|
"ethereum/erc20/alrightcoin",
|
|
@@ -1656,7 +1693,6 @@ Array [
|
|
|
1656
1693
|
"ethereum/erc20/anonymous_coin",
|
|
1657
1694
|
"ethereum/erc20/anonzk",
|
|
1658
1695
|
"ethereum/erc20/anrkey_x",
|
|
1659
|
-
"ethereum/erc20/anti-lockdown",
|
|
1660
1696
|
"ethereum/erc20/antimatter_finance_governance_token",
|
|
1661
1697
|
"ethereum/erc20/antique_zombie_shards",
|
|
1662
1698
|
"ethereum/erc20/anxtrom",
|
|
@@ -1678,7 +1714,6 @@ Array [
|
|
|
1678
1714
|
"ethereum/erc20/apollo18",
|
|
1679
1715
|
"ethereum/erc20/apollo_inu",
|
|
1680
1716
|
"ethereum/erc20/apot",
|
|
1681
|
-
"ethereum/erc20/app_alliance_association",
|
|
1682
1717
|
"ethereum/erc20/apple_protocol_token",
|
|
1683
1718
|
"ethereum/erc20/applepie",
|
|
1684
1719
|
"ethereum/erc20/apron",
|
|
@@ -1686,16 +1721,14 @@ Array [
|
|
|
1686
1721
|
"ethereum/erc20/apyswap",
|
|
1687
1722
|
"ethereum/erc20/aqua_token",
|
|
1688
1723
|
"ethereum/erc20/ara_token",
|
|
1689
|
-
"ethereum/erc20/aragon_china_token",
|
|
1690
1724
|
"ethereum/erc20/aragon_network_juror",
|
|
1725
|
+
"ethereum/erc20/aragon_network_token",
|
|
1691
1726
|
"ethereum/erc20/arbi_token",
|
|
1692
1727
|
"ethereum/erc20/arbismart_token",
|
|
1693
1728
|
"ethereum/erc20/arbiswap",
|
|
1694
|
-
"ethereum/erc20/arbitrage",
|
|
1695
1729
|
"ethereum/erc20/arc_governance_token",
|
|
1696
1730
|
"ethereum/erc20/arc_stablex",
|
|
1697
1731
|
"ethereum/erc20/arca",
|
|
1698
|
-
"ethereum/erc20/arcane_bear",
|
|
1699
1732
|
"ethereum/erc20/archangel",
|
|
1700
1733
|
"ethereum/erc20/archer_dao_governance_token",
|
|
1701
1734
|
"ethereum/erc20/archetypal_network",
|
|
@@ -1713,11 +1746,11 @@ Array [
|
|
|
1713
1746
|
"ethereum/erc20/armor_nxm",
|
|
1714
1747
|
"ethereum/erc20/armors_token",
|
|
1715
1748
|
"ethereum/erc20/arowana_token",
|
|
1716
|
-
"ethereum/erc20/art",
|
|
1717
1749
|
"ethereum/erc20/art_blocks_curated_fidenza_855",
|
|
1718
1750
|
"ethereum/erc20/art_blocks_curated_full_set",
|
|
1719
1751
|
"ethereum/erc20/artem_coin",
|
|
1720
1752
|
"ethereum/erc20/arteon",
|
|
1753
|
+
"ethereum/erc20/arthur_chain",
|
|
1721
1754
|
"ethereum/erc20/artificial_liquid_intelligence_token",
|
|
1722
1755
|
"ethereum/erc20/artista",
|
|
1723
1756
|
"ethereum/erc20/artm",
|
|
@@ -1751,7 +1784,6 @@ Array [
|
|
|
1751
1784
|
"ethereum/erc20/attention_token",
|
|
1752
1785
|
"ethereum/erc20/attrace",
|
|
1753
1786
|
"ethereum/erc20/audius",
|
|
1754
|
-
"ethereum/erc20/augur",
|
|
1755
1787
|
"ethereum/erc20/aura",
|
|
1756
1788
|
"ethereum/erc20/aura_bal",
|
|
1757
1789
|
"ethereum/erc20/aurei",
|
|
@@ -1766,12 +1798,12 @@ Array [
|
|
|
1766
1798
|
"ethereum/erc20/aurusplatinum",
|
|
1767
1799
|
"ethereum/erc20/aurussilver",
|
|
1768
1800
|
"ethereum/erc20/aurusx",
|
|
1801
|
+
"ethereum/erc20/authorship",
|
|
1769
1802
|
"ethereum/erc20/autoglyph",
|
|
1770
1803
|
"ethereum/erc20/autoglyph_271",
|
|
1771
1804
|
"ethereum/erc20/autoglyphs",
|
|
1772
1805
|
"ethereum/erc20/automata",
|
|
1773
1806
|
"ethereum/erc20/autonio",
|
|
1774
|
-
"ethereum/erc20/autonio_old",
|
|
1775
1807
|
"ethereum/erc20/autz_token",
|
|
1776
1808
|
"ethereum/erc20/ava_0xeD2479",
|
|
1777
1809
|
"ethereum/erc20/avaluse",
|
|
@@ -1832,7 +1864,6 @@ Array [
|
|
|
1832
1864
|
"ethereum/erc20/balancer_aave_boosted_stablepool",
|
|
1833
1865
|
"ethereum/erc20/balancer_aurabal_stable_pool",
|
|
1834
1866
|
"ethereum/erc20/balancer_idle_boosted_stablepool",
|
|
1835
|
-
"ethereum/erc20/balancer_pool_token",
|
|
1836
1867
|
"ethereum/erc20/balancer_reth_stable_pool",
|
|
1837
1868
|
"ethereum/erc20/balancer_steth_stable_pool",
|
|
1838
1869
|
"ethereum/erc20/balancer_wusdr_stable_pool",
|
|
@@ -1865,7 +1896,6 @@ Array [
|
|
|
1865
1896
|
"ethereum/erc20/bartertrade",
|
|
1866
1897
|
"ethereum/erc20/bas",
|
|
1867
1898
|
"ethereum/erc20/base_protocol",
|
|
1868
|
-
"ethereum/erc20/basic_token",
|
|
1869
1899
|
"ethereum/erc20/basid",
|
|
1870
1900
|
"ethereum/erc20/basis_dollar_share",
|
|
1871
1901
|
"ethereum/erc20/basketcoin",
|
|
@@ -1886,10 +1916,8 @@ Array [
|
|
|
1886
1916
|
"ethereum/erc20/bchc",
|
|
1887
1917
|
"ethereum/erc20/bcl",
|
|
1888
1918
|
"ethereum/erc20/bcp_coin",
|
|
1889
|
-
"ethereum/erc20/bcs",
|
|
1890
1919
|
"ethereum/erc20/bdcc_coin",
|
|
1891
1920
|
"ethereum/erc20/bdk",
|
|
1892
|
-
"ethereum/erc20/bdp",
|
|
1893
1921
|
"ethereum/erc20/be_gaming_coin",
|
|
1894
1922
|
"ethereum/erc20/beach_token",
|
|
1895
1923
|
"ethereum/erc20/bear",
|
|
@@ -1907,12 +1935,9 @@ Array [
|
|
|
1907
1935
|
"ethereum/erc20/benative_digital_voucher",
|
|
1908
1936
|
"ethereum/erc20/benchmark",
|
|
1909
1937
|
"ethereum/erc20/benefits_coin",
|
|
1910
|
-
"ethereum/erc20/benscoin",
|
|
1911
1938
|
"ethereum/erc20/benzene",
|
|
1912
1939
|
"ethereum/erc20/beowulf",
|
|
1913
1940
|
"ethereum/erc20/berezkadynamic",
|
|
1914
|
-
"ethereum/erc20/berezkaflex",
|
|
1915
|
-
"ethereum/erc20/beshare_token",
|
|
1916
1941
|
"ethereum/erc20/bestpick_coin",
|
|
1917
1942
|
"ethereum/erc20/bether",
|
|
1918
1943
|
"ethereum/erc20/betherchip",
|
|
@@ -1921,13 +1946,11 @@ Array [
|
|
|
1921
1946
|
"ethereum/erc20/better_money",
|
|
1922
1947
|
"ethereum/erc20/beyond_finance",
|
|
1923
1948
|
"ethereum/erc20/bezoge_earth",
|
|
1924
|
-
"ethereum/erc20/bf_token",
|
|
1925
1949
|
"ethereum/erc20/bgt",
|
|
1926
1950
|
"ethereum/erc20/bhpcash",
|
|
1927
1951
|
"ethereum/erc20/biconomy_token",
|
|
1928
|
-
"ethereum/erc20/bidao",
|
|
1929
1952
|
"ethereum/erc20/bidao_smart_chain",
|
|
1930
|
-
"ethereum/erc20/
|
|
1953
|
+
"ethereum/erc20/bidipass",
|
|
1931
1954
|
"ethereum/erc20/big_eyes",
|
|
1932
1955
|
"ethereum/erc20/bigcash",
|
|
1933
1956
|
"ethereum/erc20/bigocoin",
|
|
@@ -1940,9 +1963,7 @@ Array [
|
|
|
1940
1963
|
"ethereum/erc20/binance_wrapped_fil",
|
|
1941
1964
|
"ethereum/erc20/bincentive_token",
|
|
1942
1965
|
"ethereum/erc20/bintex_futures",
|
|
1943
|
-
"ethereum/erc20/biocrypt",
|
|
1944
1966
|
"ethereum/erc20/biokkoin",
|
|
1945
|
-
"ethereum/erc20/bionic",
|
|
1946
1967
|
"ethereum/erc20/biontoken",
|
|
1947
1968
|
"ethereum/erc20/biop",
|
|
1948
1969
|
"ethereum/erc20/biopassport_coin",
|
|
@@ -1972,7 +1993,6 @@ Array [
|
|
|
1972
1993
|
"ethereum/erc20/bitdefi",
|
|
1973
1994
|
"ethereum/erc20/bitdice",
|
|
1974
1995
|
"ethereum/erc20/bitenium_token",
|
|
1975
|
-
"ethereum/erc20/bitether_",
|
|
1976
1996
|
"ethereum/erc20/bitfarmings",
|
|
1977
1997
|
"ethereum/erc20/bitfxt_coin",
|
|
1978
1998
|
"ethereum/erc20/bitgear",
|
|
@@ -1982,11 +2002,9 @@ Array [
|
|
|
1982
2002
|
"ethereum/erc20/bithao_token",
|
|
1983
2003
|
"ethereum/erc20/bithash_token",
|
|
1984
2004
|
"ethereum/erc20/bither_platform_token",
|
|
1985
|
-
"ethereum/erc20/bitifex",
|
|
1986
2005
|
"ethereum/erc20/bitkeep_token",
|
|
1987
2006
|
"ethereum/erc20/bitkings_token",
|
|
1988
2007
|
"ethereum/erc20/bitlle_token",
|
|
1989
|
-
"ethereum/erc20/bitmax_token",
|
|
1990
2008
|
"ethereum/erc20/bitnorm",
|
|
1991
2009
|
"ethereum/erc20/bitonyx_token",
|
|
1992
2010
|
"ethereum/erc20/bitopro_coin",
|
|
@@ -1996,9 +2014,9 @@ Array [
|
|
|
1996
2014
|
"ethereum/erc20/bitpower",
|
|
1997
2015
|
"ethereum/erc20/bitrewards_token",
|
|
1998
2016
|
"ethereum/erc20/bitrock",
|
|
2017
|
+
"ethereum/erc20/bitrue_coin",
|
|
1999
2018
|
"ethereum/erc20/bitscreenertoken",
|
|
2000
2019
|
"ethereum/erc20/bitsong",
|
|
2001
|
-
"ethereum/erc20/bitsoutoken",
|
|
2002
2020
|
"ethereum/erc20/bitspawn_token",
|
|
2003
2021
|
"ethereum/erc20/bitsten_token",
|
|
2004
2022
|
"ethereum/erc20/bittoken",
|
|
@@ -2007,13 +2025,14 @@ Array [
|
|
|
2007
2025
|
"ethereum/erc20/bitwell_token",
|
|
2008
2026
|
"ethereum/erc20/bixcoin_pro",
|
|
2009
2027
|
"ethereum/erc20/bkchain",
|
|
2010
|
-
"ethereum/erc20/black",
|
|
2011
2028
|
"ethereum/erc20/black_hole",
|
|
2012
2029
|
"ethereum/erc20/black_kishu_inu",
|
|
2013
2030
|
"ethereum/erc20/blackdragon_token",
|
|
2014
2031
|
"ethereum/erc20/blackfisk",
|
|
2032
|
+
"ethereum/erc20/blackhole_black_governance_token",
|
|
2015
2033
|
"ethereum/erc20/blackholeswap-compound_daiusdc_v1",
|
|
2016
2034
|
"ethereum/erc20/blackpearl_token",
|
|
2035
|
+
"ethereum/erc20/blackpool_token",
|
|
2017
2036
|
"ethereum/erc20/blank_token_old",
|
|
2018
2037
|
"ethereum/erc20/blaze",
|
|
2019
2038
|
"ethereum/erc20/blaze_network",
|
|
@@ -2036,6 +2055,7 @@ Array [
|
|
|
2036
2055
|
"ethereum/erc20/blockremit",
|
|
2037
2056
|
"ethereum/erc20/blockrx",
|
|
2038
2057
|
"ethereum/erc20/blocks",
|
|
2058
|
+
"ethereum/erc20/blocksquaretoken",
|
|
2039
2059
|
"ethereum/erc20/blockstar_token",
|
|
2040
2060
|
"ethereum/erc20/blocktanium",
|
|
2041
2061
|
"ethereum/erc20/blocktrade_com",
|
|
@@ -2049,16 +2069,15 @@ Array [
|
|
|
2049
2069
|
"ethereum/erc20/bluechips",
|
|
2050
2070
|
"ethereum/erc20/blueshare_token",
|
|
2051
2071
|
"ethereum/erc20/bluesparrowtoken",
|
|
2052
|
-
"ethereum/erc20/bluewizard",
|
|
2053
2072
|
"ethereum/erc20/bmj_master_nodes",
|
|
2054
2073
|
"ethereum/erc20/bmt",
|
|
2055
2074
|
"ethereum/erc20/bnc",
|
|
2075
|
+
"ethereum/erc20/bnc_token",
|
|
2056
2076
|
"ethereum/erc20/bnet_token",
|
|
2057
2077
|
"ethereum/erc20/bns_finance",
|
|
2058
2078
|
"ethereum/erc20/bns_token",
|
|
2059
2079
|
"ethereum/erc20/bnt_smart_token_relay",
|
|
2060
|
-
"ethereum/erc20/
|
|
2061
|
-
"ethereum/erc20/bob",
|
|
2080
|
+
"ethereum/erc20/bob_s_repair",
|
|
2062
2081
|
"ethereum/erc20/bobc",
|
|
2063
2082
|
"ethereum/erc20/bobo_cash",
|
|
2064
2083
|
"ethereum/erc20/boldman",
|
|
@@ -2100,6 +2119,7 @@ Array [
|
|
|
2100
2119
|
"ethereum/erc20/boule_coin",
|
|
2101
2120
|
"ethereum/erc20/bounce_token_",
|
|
2102
2121
|
"ethereum/erc20/bounce_token_auction",
|
|
2122
|
+
"ethereum/erc20/bountymarketcap",
|
|
2103
2123
|
"ethereum/erc20/bowl_a_coin",
|
|
2104
2124
|
"ethereum/erc20/boxaxis",
|
|
2105
2125
|
"ethereum/erc20/bpop",
|
|
@@ -2139,6 +2159,7 @@ Array [
|
|
|
2139
2159
|
"ethereum/erc20/btrfly_",
|
|
2140
2160
|
"ethereum/erc20/btrst",
|
|
2141
2161
|
"ethereum/erc20/btu_incentivized_dai",
|
|
2162
|
+
"ethereum/erc20/btu_protocol",
|
|
2142
2163
|
"ethereum/erc20/btz_by_bunz",
|
|
2143
2164
|
"ethereum/erc20/bubble",
|
|
2144
2165
|
"ethereum/erc20/budbo",
|
|
@@ -2152,11 +2173,11 @@ Array [
|
|
|
2152
2173
|
"ethereum/erc20/bullbearethereum_set_ii",
|
|
2153
2174
|
"ethereum/erc20/bulldog",
|
|
2154
2175
|
"ethereum/erc20/bullion_crypto",
|
|
2176
|
+
"ethereum/erc20/bullionschain",
|
|
2155
2177
|
"ethereum/erc20/bullrun",
|
|
2156
2178
|
"ethereum/erc20/bullswaptoken",
|
|
2157
2179
|
"ethereum/erc20/bump",
|
|
2158
2180
|
"ethereum/erc20/bundles",
|
|
2159
|
-
"ethereum/erc20/bunnytoken",
|
|
2160
2181
|
"ethereum/erc20/burency",
|
|
2161
2182
|
"ethereum/erc20/burn",
|
|
2162
2183
|
"ethereum/erc20/burn_kenny",
|
|
@@ -2204,19 +2225,17 @@ Array [
|
|
|
2204
2225
|
"ethereum/erc20/carbcoin",
|
|
2205
2226
|
"ethereum/erc20/carblock",
|
|
2206
2227
|
"ethereum/erc20/carbon",
|
|
2207
|
-
"ethereum/erc20/carbon_dollar_x",
|
|
2208
2228
|
"ethereum/erc20/carbon_gems",
|
|
2209
2229
|
"ethereum/erc20/carbon_grid",
|
|
2210
2230
|
"ethereum/erc20/card_starter",
|
|
2211
2231
|
"ethereum/erc20/cardswap",
|
|
2212
2232
|
"ethereum/erc20/cardwallet",
|
|
2213
|
-
"ethereum/erc20/cargo_gems",
|
|
2214
2233
|
"ethereum/erc20/cargocoin",
|
|
2215
2234
|
"ethereum/erc20/carlive_chain",
|
|
2216
2235
|
"ethereum/erc20/carnomaly",
|
|
2217
|
-
"ethereum/erc20/cas_coin",
|
|
2218
2236
|
"ethereum/erc20/cash_global_coin",
|
|
2219
2237
|
"ethereum/erc20/cash_tech",
|
|
2238
|
+
"ethereum/erc20/cashaa",
|
|
2220
2239
|
"ethereum/erc20/cashbackpro",
|
|
2221
2240
|
"ethereum/erc20/cashpay",
|
|
2222
2241
|
"ethereum/erc20/cashperscan",
|
|
@@ -2233,7 +2252,7 @@ Array [
|
|
|
2233
2252
|
"ethereum/erc20/cbk",
|
|
2234
2253
|
"ethereum/erc20/cc",
|
|
2235
2254
|
"ethereum/erc20/cc_token",
|
|
2236
|
-
"ethereum/erc20/
|
|
2255
|
+
"ethereum/erc20/cdx",
|
|
2237
2256
|
"ethereum/erc20/cedars",
|
|
2238
2257
|
"ethereum/erc20/celeb_plus",
|
|
2239
2258
|
"ethereum/erc20/cellframe_token",
|
|
@@ -2257,6 +2276,7 @@ Array [
|
|
|
2257
2276
|
"ethereum/erc20/chainlink_trading_set",
|
|
2258
2277
|
"ethereum/erc20/chainsquare",
|
|
2259
2278
|
"ethereum/erc20/chainswap_com_governance_token",
|
|
2279
|
+
"ethereum/erc20/chaintrade_token",
|
|
2260
2280
|
"ethereum/erc20/chalice_finance",
|
|
2261
2281
|
"ethereum/erc20/change_your_life",
|
|
2262
2282
|
"ethereum/erc20/changer",
|
|
@@ -2265,7 +2285,6 @@ Array [
|
|
|
2265
2285
|
"ethereum/erc20/chartex",
|
|
2266
2286
|
"ethereum/erc20/cherry",
|
|
2267
2287
|
"ethereum/erc20/cherry_token",
|
|
2268
|
-
"ethereum/erc20/chess_coin",
|
|
2269
2288
|
"ethereum/erc20/chi_gastoken_by_1inch",
|
|
2270
2289
|
"ethereum/erc20/chicken",
|
|
2271
2290
|
"ethereum/erc20/chihiro_inu",
|
|
@@ -2277,7 +2296,6 @@ Array [
|
|
|
2277
2296
|
"ethereum/erc20/chowchow_finance",
|
|
2278
2297
|
"ethereum/erc20/christ_coin",
|
|
2279
2298
|
"ethereum/erc20/chromie_squiggle",
|
|
2280
|
-
"ethereum/erc20/chronobank",
|
|
2281
2299
|
"ethereum/erc20/chronoly",
|
|
2282
2300
|
"ethereum/erc20/chubby_inu",
|
|
2283
2301
|
"ethereum/erc20/chunghoptoken",
|
|
@@ -2292,7 +2310,6 @@ Array [
|
|
|
2292
2310
|
"ethereum/erc20/clash_token",
|
|
2293
2311
|
"ethereum/erc20/classie",
|
|
2294
2312
|
"ethereum/erc20/claymore",
|
|
2295
|
-
"ethereum/erc20/clearcryptos",
|
|
2296
2313
|
"ethereum/erc20/clearinghouse_token",
|
|
2297
2314
|
"ethereum/erc20/clearpool",
|
|
2298
2315
|
"ethereum/erc20/clever",
|
|
@@ -2310,18 +2327,15 @@ Array [
|
|
|
2310
2327
|
"ethereum/erc20/cmdx",
|
|
2311
2328
|
"ethereum/erc20/cmgcoin",
|
|
2312
2329
|
"ethereum/erc20/cng_casino",
|
|
2313
|
-
"ethereum/erc20/cnn_token",
|
|
2314
2330
|
"ethereum/erc20/cnyq_stablecoin_by_q_dao_v1_0",
|
|
2315
2331
|
"ethereum/erc20/co",
|
|
2316
2332
|
"ethereum/erc20/co2bit",
|
|
2317
2333
|
"ethereum/erc20/coal_coin",
|
|
2318
2334
|
"ethereum/erc20/cobak_token",
|
|
2319
|
-
"ethereum/erc20/cobinhood_token",
|
|
2320
2335
|
"ethereum/erc20/cocaine_cowboy",
|
|
2321
2336
|
"ethereum/erc20/cocktailbar",
|
|
2322
|
-
"ethereum/erc20/
|
|
2337
|
+
"ethereum/erc20/cocostokenv2",
|
|
2323
2338
|
"ethereum/erc20/codex_token",
|
|
2324
|
-
"ethereum/erc20/cofi_token",
|
|
2325
2339
|
"ethereum/erc20/coge_inu",
|
|
2326
2340
|
"ethereum/erc20/cogecoin",
|
|
2327
2341
|
"ethereum/erc20/coin",
|
|
@@ -2335,6 +2349,7 @@ Array [
|
|
|
2335
2349
|
"ethereum/erc20/coinbene_future_token",
|
|
2336
2350
|
"ethereum/erc20/coincasso_exchange_token",
|
|
2337
2351
|
"ethereum/erc20/coincrowd",
|
|
2352
|
+
"ethereum/erc20/coinfi_token",
|
|
2338
2353
|
"ethereum/erc20/coinloan",
|
|
2339
2354
|
"ethereum/erc20/coinmerge_os",
|
|
2340
2355
|
"ethereum/erc20/coinmetro_token_old",
|
|
@@ -2387,10 +2402,10 @@ Array [
|
|
|
2387
2402
|
"ethereum/erc20/concentrated_voting_power",
|
|
2388
2403
|
"ethereum/erc20/concentrator_token",
|
|
2389
2404
|
"ethereum/erc20/concern_poverty_chain",
|
|
2405
|
+
"ethereum/erc20/confideal",
|
|
2390
2406
|
"ethereum/erc20/conjure",
|
|
2391
2407
|
"ethereum/erc20/connect_financial",
|
|
2392
2408
|
"ethereum/erc20/connectome",
|
|
2393
|
-
"ethereum/erc20/consentium_coin",
|
|
2394
2409
|
"ethereum/erc20/constitutiondao",
|
|
2395
2410
|
"ethereum/erc20/contentbox",
|
|
2396
2411
|
"ethereum/erc20/contraction_dynamic_set_dollar",
|
|
@@ -2424,6 +2439,7 @@ Array [
|
|
|
2424
2439
|
"ethereum/erc20/cow_protocol_token",
|
|
2425
2440
|
"ethereum/erc20/cowboy_finance",
|
|
2426
2441
|
"ethereum/erc20/coweye",
|
|
2442
|
+
"ethereum/erc20/coxxxcoin",
|
|
2427
2443
|
"ethereum/erc20/cp3rtoken",
|
|
2428
2444
|
"ethereum/erc20/cpollo",
|
|
2429
2445
|
"ethereum/erc20/cprop",
|
|
@@ -2449,20 +2465,22 @@ Array [
|
|
|
2449
2465
|
"ethereum/erc20/crownfinance",
|
|
2450
2466
|
"ethereum/erc20/crowns",
|
|
2451
2467
|
"ethereum/erc20/crowny_token",
|
|
2468
|
+
"ethereum/erc20/crpt",
|
|
2452
2469
|
"ethereum/erc20/cruisebit",
|
|
2453
2470
|
"ethereum/erc20/crunch_token",
|
|
2454
2471
|
"ethereum/erc20/crust",
|
|
2455
2472
|
"ethereum/erc20/crust_storage_market",
|
|
2456
2473
|
"ethereum/erc20/crybet_token",
|
|
2457
2474
|
"ethereum/erc20/crycash",
|
|
2458
|
-
"ethereum/erc20/cryptaldash",
|
|
2459
2475
|
"ethereum/erc20/cryptaur",
|
|
2476
|
+
"ethereum/erc20/cryptex",
|
|
2460
2477
|
"ethereum/erc20/cryptfillcoin",
|
|
2461
2478
|
"ethereum/erc20/cryptid",
|
|
2462
2479
|
"ethereum/erc20/crypto10_hedged",
|
|
2463
2480
|
"ethereum/erc20/crypto_accept",
|
|
2464
2481
|
"ethereum/erc20/crypto_bank",
|
|
2465
2482
|
"ethereum/erc20/crypto_bits",
|
|
2483
|
+
"ethereum/erc20/crypto_boss_coin",
|
|
2466
2484
|
"ethereum/erc20/crypto_candy",
|
|
2467
2485
|
"ethereum/erc20/crypto_carbon_energy",
|
|
2468
2486
|
"ethereum/erc20/crypto_daily_token",
|
|
@@ -2478,7 +2496,6 @@ Array [
|
|
|
2478
2496
|
"ethereum/erc20/crypto_village_accelerator_gold",
|
|
2479
2497
|
"ethereum/erc20/cryptoart_ai",
|
|
2480
2498
|
"ethereum/erc20/cryptobet",
|
|
2481
|
-
"ethereum/erc20/cryptobuyer_token",
|
|
2482
2499
|
"ethereum/erc20/cryptocart",
|
|
2483
2500
|
"ethereum/erc20/cryptochrome",
|
|
2484
2501
|
"ethereum/erc20/cryptocrashcourse",
|
|
@@ -2489,7 +2506,6 @@ Array [
|
|
|
2489
2506
|
"ethereum/erc20/cryptoforce",
|
|
2490
2507
|
"ethereum/erc20/cryptographic_ultra_money",
|
|
2491
2508
|
"ethereum/erc20/cryptokee",
|
|
2492
|
-
"ethereum/erc20/cryptokek_com",
|
|
2493
2509
|
"ethereum/erc20/cryptokitties_[gen_0]",
|
|
2494
2510
|
"ethereum/erc20/cryptolandy",
|
|
2495
2511
|
"ethereum/erc20/cryptolending",
|
|
@@ -2500,7 +2516,6 @@ Array [
|
|
|
2500
2516
|
"ethereum/erc20/cryptonits",
|
|
2501
2517
|
"ethereum/erc20/cryptonovae",
|
|
2502
2518
|
"ethereum/erc20/cryptophunks",
|
|
2503
|
-
"ethereum/erc20/cryptoping",
|
|
2504
2519
|
"ethereum/erc20/cryptoprofile",
|
|
2505
2520
|
"ethereum/erc20/cryptopunk_7171",
|
|
2506
2521
|
"ethereum/erc20/cryptopups",
|
|
@@ -2510,9 +2525,10 @@ Array [
|
|
|
2510
2525
|
"ethereum/erc20/cryptotask",
|
|
2511
2526
|
"ethereum/erc20/cryptotipsfr_token_v2",
|
|
2512
2527
|
"ethereum/erc20/cryptowater",
|
|
2528
|
+
"ethereum/erc20/crystal_clear_token",
|
|
2513
2529
|
"ethereum/erc20/csp_dao",
|
|
2514
2530
|
"ethereum/erc20/ctask_token",
|
|
2515
|
-
"ethereum/erc20/
|
|
2531
|
+
"ethereum/erc20/cubrix",
|
|
2516
2532
|
"ethereum/erc20/cubtoken",
|
|
2517
2533
|
"ethereum/erc20/cudl",
|
|
2518
2534
|
"ethereum/erc20/cudostoken",
|
|
@@ -2579,7 +2595,6 @@ Array [
|
|
|
2579
2595
|
"ethereum/erc20/curvefi_usdn3crv",
|
|
2580
2596
|
"ethereum/erc20/cute_coin",
|
|
2581
2597
|
"ethereum/erc20/cvault_finance",
|
|
2582
|
-
"ethereum/erc20/cvtoken",
|
|
2583
2598
|
"ethereum/erc20/cxn_network",
|
|
2584
2599
|
"ethereum/erc20/cy_finance",
|
|
2585
2600
|
"ethereum/erc20/cyber_doge",
|
|
@@ -2599,22 +2614,17 @@ Array [
|
|
|
2599
2614
|
"ethereum/erc20/danat_coin",
|
|
2600
2615
|
"ethereum/erc20/dandy_dego",
|
|
2601
2616
|
"ethereum/erc20/dao1",
|
|
2602
|
-
"ethereum/erc20/dao_invest",
|
|
2603
2617
|
"ethereum/erc20/dao_playmarket_2_0",
|
|
2604
2618
|
"ethereum/erc20/daohaus_token",
|
|
2605
2619
|
"ethereum/erc20/daoventuresdefi",
|
|
2606
|
-
"ethereum/erc20/dappnode_dao_token",
|
|
2607
2620
|
"ethereum/erc20/dappradar",
|
|
2608
2621
|
"ethereum/erc20/dappstore_token",
|
|
2609
2622
|
"ethereum/erc20/dark_bundles",
|
|
2610
|
-
"ethereum/erc20/darkenergycrystals",
|
|
2611
2623
|
"ethereum/erc20/darktoken",
|
|
2612
2624
|
"ethereum/erc20/dart_token",
|
|
2613
2625
|
"ethereum/erc20/daruma",
|
|
2614
2626
|
"ethereum/erc20/darwinia_commitment_token",
|
|
2615
2627
|
"ethereum/erc20/dash_2_trade",
|
|
2616
|
-
"ethereum/erc20/data_economy_index",
|
|
2617
|
-
"ethereum/erc20/data_exchange_token",
|
|
2618
2628
|
"ethereum/erc20/data_know_your_customer",
|
|
2619
2629
|
"ethereum/erc20/databroker",
|
|
2620
2630
|
"ethereum/erc20/datamine",
|
|
@@ -2637,12 +2647,12 @@ Array [
|
|
|
2637
2647
|
"ethereum/erc20/debase",
|
|
2638
2648
|
"ethereum/erc20/debitum",
|
|
2639
2649
|
"ethereum/erc20/decanect",
|
|
2650
|
+
"ethereum/erc20/decentr",
|
|
2640
2651
|
"ethereum/erc20/decentral_games",
|
|
2641
2652
|
"ethereum/erc20/decentralizecurrency",
|
|
2642
2653
|
"ethereum/erc20/decentralized_insurance_protocol",
|
|
2643
2654
|
"ethereum/erc20/decentraweb",
|
|
2644
2655
|
"ethereum/erc20/decenturion_token",
|
|
2645
|
-
"ethereum/erc20/decurian",
|
|
2646
2656
|
"ethereum/erc20/dede",
|
|
2647
2657
|
"ethereum/erc20/deelance",
|
|
2648
2658
|
"ethereum/erc20/deeper_network",
|
|
@@ -2676,7 +2686,7 @@ Array [
|
|
|
2676
2686
|
"ethereum/erc20/defisocial",
|
|
2677
2687
|
"ethereum/erc20/defiville_island_token",
|
|
2678
2688
|
"ethereum/erc20/defiwizard_token",
|
|
2679
|
-
"ethereum/erc20/
|
|
2689
|
+
"ethereum/erc20/defiyieldprotocol_",
|
|
2680
2690
|
"ethereum/erc20/deflect_protocol",
|
|
2681
2691
|
"ethereum/erc20/degate_token",
|
|
2682
2692
|
"ethereum/erc20/degen39$farm_normies",
|
|
@@ -2732,7 +2742,6 @@ Array [
|
|
|
2732
2742
|
"ethereum/erc20/dfinance",
|
|
2733
2743
|
"ethereum/erc20/dfohub",
|
|
2734
2744
|
"ethereum/erc20/dforce",
|
|
2735
|
-
"ethereum/erc20/dforce_",
|
|
2736
2745
|
"ethereum/erc20/dfund",
|
|
2737
2746
|
"ethereum/erc20/dfv",
|
|
2738
2747
|
"ethereum/erc20/dfx_token",
|
|
@@ -2769,6 +2778,7 @@ Array [
|
|
|
2769
2778
|
"ethereum/erc20/digital_reserve_currency",
|
|
2770
2779
|
"ethereum/erc20/digital_standard_unit",
|
|
2771
2780
|
"ethereum/erc20/digital_wallet_coin",
|
|
2781
|
+
"ethereum/erc20/digitalticks",
|
|
2772
2782
|
"ethereum/erc20/digitoads",
|
|
2773
2783
|
"ethereum/erc20/digiwill",
|
|
2774
2784
|
"ethereum/erc20/diligence",
|
|
@@ -2843,7 +2853,6 @@ Array [
|
|
|
2843
2853
|
"ethereum/erc20/dorayaki",
|
|
2844
2854
|
"ethereum/erc20/dorayaki_",
|
|
2845
2855
|
"ethereum/erc20/doren",
|
|
2846
|
-
"ethereum/erc20/dos_network_token",
|
|
2847
2856
|
"ethereum/erc20/dose",
|
|
2848
2857
|
"ethereum/erc20/doshi",
|
|
2849
2858
|
"ethereum/erc20/dotify_token",
|
|
@@ -2854,7 +2863,6 @@ Array [
|
|
|
2854
2863
|
"ethereum/erc20/dracula_token",
|
|
2855
2864
|
"ethereum/erc20/dragonbit",
|
|
2856
2865
|
"ethereum/erc20/dragonbite",
|
|
2857
|
-
"ethereum/erc20/dragonereum_gold",
|
|
2858
2866
|
"ethereum/erc20/dragonflyprotocol_com",
|
|
2859
2867
|
"ethereum/erc20/dragonglass",
|
|
2860
2868
|
"ethereum/erc20/drakoin",
|
|
@@ -2890,6 +2898,7 @@ Array [
|
|
|
2890
2898
|
"ethereum/erc20/dydx",
|
|
2891
2899
|
"ethereum/erc20/dymmax_governance_token",
|
|
2892
2900
|
"ethereum/erc20/dynamic_set_dollar",
|
|
2901
|
+
"ethereum/erc20/dypius",
|
|
2893
2902
|
"ethereum/erc20/dyxtoken",
|
|
2894
2903
|
"ethereum/erc20/e-radix",
|
|
2895
2904
|
"ethereum/erc20/e2p",
|
|
@@ -2915,7 +2924,6 @@ Array [
|
|
|
2915
2924
|
"ethereum/erc20/eclipseum",
|
|
2916
2925
|
"ethereum/erc20/ecn",
|
|
2917
2926
|
"ethereum/erc20/eco_token",
|
|
2918
|
-
"ethereum/erc20/eco_value_coin",
|
|
2919
2927
|
"ethereum/erc20/ecofi_token",
|
|
2920
2928
|
"ethereum/erc20/ecoreal_estate_old",
|
|
2921
2929
|
"ethereum/erc20/ecoscu",
|
|
@@ -2924,17 +2932,15 @@ Array [
|
|
|
2924
2932
|
"ethereum/erc20/ecpn_token",
|
|
2925
2933
|
"ethereum/erc20/edda",
|
|
2926
2934
|
"ethereum/erc20/eden",
|
|
2927
|
-
"ethereum/erc20/efficient_transaction_token",
|
|
2928
2935
|
"ethereum/erc20/efforce_ieo",
|
|
2929
2936
|
"ethereum/erc20/efinity_token",
|
|
2930
2937
|
"ethereum/erc20/egame",
|
|
2931
2938
|
"ethereum/erc20/ehash_token",
|
|
2939
|
+
"ethereum/erc20/ekt",
|
|
2932
2940
|
"ethereum/erc20/ela_on_ethereum",
|
|
2933
2941
|
"ethereum/erc20/elastic_governance",
|
|
2934
2942
|
"ethereum/erc20/electronic_move_pay",
|
|
2935
|
-
"ethereum/erc20/electrumdark",
|
|
2936
2943
|
"ethereum/erc20/elena_protocol",
|
|
2937
|
-
"ethereum/erc20/elenausd",
|
|
2938
2944
|
"ethereum/erc20/elis",
|
|
2939
2945
|
"ethereum/erc20/elite_swap",
|
|
2940
2946
|
"ethereum/erc20/elixir_token",
|
|
@@ -2959,7 +2965,6 @@ Array [
|
|
|
2959
2965
|
"ethereum/erc20/enjinstarter",
|
|
2960
2966
|
"ethereum/erc20/enkronostoken",
|
|
2961
2967
|
"ethereum/erc20/enreachdao",
|
|
2962
|
-
"ethereum/erc20/entanmo",
|
|
2963
2968
|
"ethereum/erc20/enter_governance_token",
|
|
2964
2969
|
"ethereum/erc20/entone",
|
|
2965
2970
|
"ethereum/erc20/entropy",
|
|
@@ -2977,7 +2982,7 @@ Array [
|
|
|
2977
2982
|
"ethereum/erc20/equalizer",
|
|
2978
2983
|
"ethereum/erc20/equos_origin",
|
|
2979
2984
|
"ethereum/erc20/equusminingtoken",
|
|
2980
|
-
"ethereum/erc20/
|
|
2985
|
+
"ethereum/erc20/eraswap",
|
|
2981
2986
|
"ethereum/erc20/erc20ektatoken",
|
|
2982
2987
|
"ethereum/erc20/erc223",
|
|
2983
2988
|
"ethereum/erc20/ercaux",
|
|
@@ -2988,8 +2993,9 @@ Array [
|
|
|
2988
2993
|
"ethereum/erc20/escx_token",
|
|
2989
2994
|
"ethereum/erc20/esov",
|
|
2990
2995
|
"ethereum/erc20/esportspro",
|
|
2996
|
+
"ethereum/erc20/essentia",
|
|
2991
2997
|
"ethereum/erc20/etch",
|
|
2992
|
-
"ethereum/erc20/
|
|
2998
|
+
"ethereum/erc20/eterbase_utility_token",
|
|
2993
2999
|
"ethereum/erc20/etg_finance",
|
|
2994
3000
|
"ethereum/erc20/eth2socks",
|
|
2995
3001
|
"ethereum/erc20/eth_26_ema_crossover_yield_ii",
|
|
@@ -3017,7 +3023,6 @@ Array [
|
|
|
3017
3023
|
"ethereum/erc20/etherco2",
|
|
3018
3024
|
"ethereum/erc20/etheremon_token",
|
|
3019
3025
|
"ethereum/erc20/ethereum_apex",
|
|
3020
|
-
"ethereum/erc20/ethereum_cash",
|
|
3021
3026
|
"ethereum/erc20/ethereum_cell_network",
|
|
3022
3027
|
"ethereum/erc20/ethereum_dark",
|
|
3023
3028
|
"ethereum/erc20/ethereum_hive",
|
|
@@ -3043,7 +3048,6 @@ Array [
|
|
|
3043
3048
|
"ethereum/erc20/ethersmart",
|
|
3044
3049
|
"ethereum/erc20/ethersocks",
|
|
3045
3050
|
"ethereum/erc20/etheruem_risen",
|
|
3046
|
-
"ethereum/erc20/ethfinex_nectar_token",
|
|
3047
3051
|
"ethereum/erc20/ethix",
|
|
3048
3052
|
"ethereum/erc20/ethlink_pa_candlestick_set",
|
|
3049
3053
|
"ethereum/erc20/ethos",
|
|
@@ -3057,7 +3061,7 @@ Array [
|
|
|
3057
3061
|
"ethereum/erc20/eub_chain",
|
|
3058
3062
|
"ethereum/erc20/euler",
|
|
3059
3063
|
"ethereum/erc20/eur_tether__erc20_",
|
|
3060
|
-
"ethereum/erc20/
|
|
3064
|
+
"ethereum/erc20/eurbase_stablecoin_v2",
|
|
3061
3065
|
"ethereum/erc20/euro_coin",
|
|
3062
3066
|
"ethereum/erc20/euro_stable_token",
|
|
3063
3067
|
"ethereum/erc20/euroe_stablecoin",
|
|
@@ -3070,6 +3074,7 @@ Array [
|
|
|
3070
3074
|
"ethereum/erc20/evan",
|
|
3071
3075
|
"ethereum/erc20/evanesco_network",
|
|
3072
3076
|
"ethereum/erc20/evencoin",
|
|
3077
|
+
"ethereum/erc20/eventchain",
|
|
3073
3078
|
"ethereum/erc20/eveotoken",
|
|
3074
3079
|
"ethereum/erc20/everape",
|
|
3075
3080
|
"ethereum/erc20/everest_id",
|
|
@@ -3100,6 +3105,7 @@ Array [
|
|
|
3100
3105
|
"ethereum/erc20/ezdex",
|
|
3101
3106
|
"ethereum/erc20/eztoken",
|
|
3102
3107
|
"ethereum/erc20/fabric_token",
|
|
3108
|
+
"ethereum/erc20/faceter",
|
|
3103
3109
|
"ethereum/erc20/fairum_community",
|
|
3104
3110
|
"ethereum/erc20/faith_tribe",
|
|
3105
3111
|
"ethereum/erc20/faithcoin",
|
|
@@ -3125,7 +3131,6 @@ Array [
|
|
|
3125
3131
|
"ethereum/erc20/farm_usdt",
|
|
3126
3132
|
"ethereum/erc20/farm_wbtc",
|
|
3127
3133
|
"ethereum/erc20/farm_weth",
|
|
3128
|
-
"ethereum/erc20/farmatrust_token",
|
|
3129
3134
|
"ethereum/erc20/farming_bad",
|
|
3130
3135
|
"ethereum/erc20/farmland_protocol",
|
|
3131
3136
|
"ethereum/erc20/farswap",
|
|
@@ -3176,6 +3181,7 @@ Array [
|
|
|
3176
3181
|
"ethereum/erc20/flapp",
|
|
3177
3182
|
"ethereum/erc20/flash_bot_token",
|
|
3178
3183
|
"ethereum/erc20/flashswap",
|
|
3184
|
+
"ethereum/erc20/fleta_token",
|
|
3179
3185
|
"ethereum/erc20/flex_coin",
|
|
3180
3186
|
"ethereum/erc20/flex_ungovernance_token",
|
|
3181
3187
|
"ethereum/erc20/flexusd",
|
|
@@ -3223,11 +3229,11 @@ Array [
|
|
|
3223
3229
|
"ethereum/erc20/frax_price_index_share",
|
|
3224
3230
|
"ethereum/erc20/frax_share",
|
|
3225
3231
|
"ethereum/erc20/fred_energy_erc-20",
|
|
3232
|
+
"ethereum/erc20/free_coin",
|
|
3226
3233
|
"ethereum/erc20/freedom_reserve",
|
|
3227
3234
|
"ethereum/erc20/freelatoken",
|
|
3228
3235
|
"ethereum/erc20/freeliquid",
|
|
3229
3236
|
"ethereum/erc20/freewaytoken",
|
|
3230
|
-
"ethereum/erc20/freight_trust_network",
|
|
3231
3237
|
"ethereum/erc20/freldocoinx",
|
|
3232
3238
|
"ethereum/erc20/french_ico_coin",
|
|
3233
3239
|
"ethereum/erc20/frenzy",
|
|
@@ -3245,6 +3251,7 @@ Array [
|
|
|
3245
3251
|
"ethereum/erc20/frontier_token",
|
|
3246
3252
|
"ethereum/erc20/frozencoin_network",
|
|
3247
3253
|
"ethereum/erc20/fruits",
|
|
3254
|
+
"ethereum/erc20/ftx_token",
|
|
3248
3255
|
"ethereum/erc20/fud_finance",
|
|
3249
3256
|
"ethereum/erc20/fuel_finance",
|
|
3250
3257
|
"ethereum/erc20/fuel_injection_network",
|
|
@@ -3254,17 +3261,19 @@ Array [
|
|
|
3254
3261
|
"ethereum/erc20/fund_yourself_now",
|
|
3255
3262
|
"ethereum/erc20/fundamenta",
|
|
3256
3263
|
"ethereum/erc20/funder_one",
|
|
3264
|
+
"ethereum/erc20/fundum",
|
|
3257
3265
|
"ethereum/erc20/furucombo",
|
|
3258
3266
|
"ethereum/erc20/fuse_token",
|
|
3259
3267
|
"ethereum/erc20/futourist_token",
|
|
3260
|
-
"ethereum/erc20/futurax",
|
|
3261
3268
|
"ethereum/erc20/future_cash_digital",
|
|
3262
3269
|
"ethereum/erc20/future_of_finance_fund",
|
|
3263
3270
|
"ethereum/erc20/future_time_dividend",
|
|
3271
|
+
"ethereum/erc20/futureswap_token",
|
|
3264
3272
|
"ethereum/erc20/fuzzyinu",
|
|
3265
3273
|
"ethereum/erc20/fx1_sports",
|
|
3266
3274
|
"ethereum/erc20/fxi_sports",
|
|
3267
3275
|
"ethereum/erc20/fxpay",
|
|
3276
|
+
"ethereum/erc20/fxt_token",
|
|
3268
3277
|
"ethereum/erc20/fyooz_nft",
|
|
3269
3278
|
"ethereum/erc20/gains",
|
|
3270
3279
|
"ethereum/erc20/gains_v2",
|
|
@@ -3276,12 +3285,10 @@ Array [
|
|
|
3276
3285
|
"ethereum/erc20/game_coin",
|
|
3277
3286
|
"ethereum/erc20/game_of_bitcoins",
|
|
3278
3287
|
"ethereum/erc20/game_on_players",
|
|
3279
|
-
"ethereum/erc20/game_x_coin",
|
|
3280
3288
|
"ethereum/erc20/gamecity",
|
|
3281
3289
|
"ethereum/erc20/gamee",
|
|
3282
3290
|
"ethereum/erc20/gamefanz",
|
|
3283
3291
|
"ethereum/erc20/gamercoin",
|
|
3284
|
-
"ethereum/erc20/gamestars_token",
|
|
3285
3292
|
"ethereum/erc20/gamestop_finance",
|
|
3286
3293
|
"ethereum/erc20/gameswap_org",
|
|
3287
3294
|
"ethereum/erc20/gameswift",
|
|
@@ -3309,11 +3316,12 @@ Array [
|
|
|
3309
3316
|
"ethereum/erc20/geeq",
|
|
3310
3317
|
"ethereum/erc20/gelato_network_token",
|
|
3311
3318
|
"ethereum/erc20/geld",
|
|
3319
|
+
"ethereum/erc20/gems",
|
|
3312
3320
|
"ethereum/erc20/gemtoken",
|
|
3313
3321
|
"ethereum/erc20/gemvault_coin",
|
|
3314
3322
|
"ethereum/erc20/gen_shards",
|
|
3315
3323
|
"ethereum/erc20/genbit_bunnies",
|
|
3316
|
-
"ethereum/erc20/
|
|
3324
|
+
"ethereum/erc20/gene_token",
|
|
3317
3325
|
"ethereum/erc20/genebank_token",
|
|
3318
3326
|
"ethereum/erc20/generation_of_yield",
|
|
3319
3327
|
"ethereum/erc20/genes",
|
|
@@ -3350,6 +3358,7 @@ Array [
|
|
|
3350
3358
|
"ethereum/erc20/gladius",
|
|
3351
3359
|
"ethereum/erc20/glextoken",
|
|
3352
3360
|
"ethereum/erc20/glitch",
|
|
3361
|
+
"ethereum/erc20/global_aex_token",
|
|
3353
3362
|
"ethereum/erc20/global_currency_unit",
|
|
3354
3363
|
"ethereum/erc20/global_defi",
|
|
3355
3364
|
"ethereum/erc20/global_human_trust",
|
|
@@ -3401,6 +3410,7 @@ Array [
|
|
|
3401
3410
|
"ethereum/erc20/gone_studio",
|
|
3402
3411
|
"ethereum/erc20/goonrich",
|
|
3403
3412
|
"ethereum/erc20/gotogods",
|
|
3413
|
+
"ethereum/erc20/gotoken_",
|
|
3404
3414
|
"ethereum/erc20/gourmetgalaxy",
|
|
3405
3415
|
"ethereum/erc20/governance_ohm",
|
|
3406
3416
|
"ethereum/erc20/governor",
|
|
@@ -3448,8 +3458,8 @@ Array [
|
|
|
3448
3458
|
"ethereum/erc20/guppi",
|
|
3449
3459
|
"ethereum/erc20/guss_one",
|
|
3450
3460
|
"ethereum/erc20/gutter_cat_gang",
|
|
3461
|
+
"ethereum/erc20/gxc",
|
|
3451
3462
|
"ethereum/erc20/h3x",
|
|
3452
|
-
"ethereum/erc20/habitat_token",
|
|
3453
3463
|
"ethereum/erc20/hac_token",
|
|
3454
3464
|
"ethereum/erc20/hachiko_inu",
|
|
3455
3465
|
"ethereum/erc20/hacken",
|
|
@@ -3515,7 +3525,6 @@ Array [
|
|
|
3515
3525
|
"ethereum/erc20/hilo",
|
|
3516
3526
|
"ethereum/erc20/hina_inu",
|
|
3517
3527
|
"ethereum/erc20/hippofinance",
|
|
3518
|
-
"ethereum/erc20/hitbtc_token",
|
|
3519
3528
|
"ethereum/erc20/hitchaincoin",
|
|
3520
3529
|
"ethereum/erc20/hiz_finance",
|
|
3521
3530
|
"ethereum/erc20/hkg",
|
|
@@ -3552,7 +3561,7 @@ Array [
|
|
|
3552
3561
|
"ethereum/erc20/hplus",
|
|
3553
3562
|
"ethereum/erc20/hst",
|
|
3554
3563
|
"ethereum/erc20/hub_finance",
|
|
3555
|
-
"ethereum/erc20/
|
|
3564
|
+
"ethereum/erc20/hubiits",
|
|
3556
3565
|
"ethereum/erc20/huckleberry_inu",
|
|
3557
3566
|
"ethereum/erc20/hue",
|
|
3558
3567
|
"ethereum/erc20/human_token",
|
|
@@ -3565,8 +3574,8 @@ Array [
|
|
|
3565
3574
|
"ethereum/erc20/hut34_entropy_token",
|
|
3566
3575
|
"ethereum/erc20/hybrid_bank_cash",
|
|
3567
3576
|
"ethereum/erc20/hybrix_hydra",
|
|
3568
|
-
"ethereum/erc20/hydro",
|
|
3569
3577
|
"ethereum/erc20/hydro_protocol",
|
|
3578
|
+
"ethereum/erc20/hydro_token",
|
|
3570
3579
|
"ethereum/erc20/hygenercoin",
|
|
3571
3580
|
"ethereum/erc20/hype",
|
|
3572
3581
|
"ethereum/erc20/hype-finance",
|
|
@@ -3574,7 +3583,6 @@ Array [
|
|
|
3574
3583
|
"ethereum/erc20/hyper_credit_network",
|
|
3575
3584
|
"ethereum/erc20/hypercycle_token",
|
|
3576
3585
|
"ethereum/erc20/hyperhash",
|
|
3577
|
-
"ethereum/erc20/hyperion_token",
|
|
3578
3586
|
"ethereum/erc20/hypersign_identity_token",
|
|
3579
3587
|
"ethereum/erc20/hyve",
|
|
3580
3588
|
"ethereum/erc20/hzm",
|
|
@@ -3611,10 +3619,9 @@ Array [
|
|
|
3611
3619
|
"ethereum/erc20/iearn_busd",
|
|
3612
3620
|
"ethereum/erc20/iearn_tusd",
|
|
3613
3621
|
"ethereum/erc20/iearn_usdc",
|
|
3622
|
+
"ethereum/erc20/iethereum",
|
|
3614
3623
|
"ethereum/erc20/ifarm",
|
|
3615
|
-
"ethereum/erc20/ig_gold",
|
|
3616
3624
|
"ethereum/erc20/ignite",
|
|
3617
|
-
"ethereum/erc20/iic",
|
|
3618
3625
|
"ethereum/erc20/ijas_coin",
|
|
3619
3626
|
"ethereum/erc20/ikb",
|
|
3620
3627
|
"ethereum/erc20/ikomp",
|
|
@@ -3622,7 +3629,6 @@ Array [
|
|
|
3622
3629
|
"ethereum/erc20/image_generation_ai",
|
|
3623
3630
|
"ethereum/erc20/ime_lab",
|
|
3624
3631
|
"ethereum/erc20/imm_coin",
|
|
3625
|
-
"ethereum/erc20/immortal",
|
|
3626
3632
|
"ethereum/erc20/immutable_x",
|
|
3627
3633
|
"ethereum/erc20/impactxp",
|
|
3628
3634
|
"ethereum/erc20/impermax",
|
|
@@ -3640,12 +3646,10 @@ Array [
|
|
|
3640
3646
|
"ethereum/erc20/infinity_token",
|
|
3641
3647
|
"ethereum/erc20/inheritance_art",
|
|
3642
3648
|
"ethereum/erc20/injective_token",
|
|
3643
|
-
"ethereum/erc20/inmax",
|
|
3644
3649
|
"ethereum/erc20/inoovi",
|
|
3645
3650
|
"ethereum/erc20/ins",
|
|
3646
3651
|
"ethereum/erc20/instadapp",
|
|
3647
3652
|
"ethereum/erc20/insula",
|
|
3648
|
-
"ethereum/erc20/insurace",
|
|
3649
3653
|
"ethereum/erc20/insure_",
|
|
3650
3654
|
"ethereum/erc20/insured_finance_nft_vault",
|
|
3651
3655
|
"ethereum/erc20/integral",
|
|
@@ -3665,18 +3669,18 @@ Array [
|
|
|
3665
3669
|
"ethereum/erc20/intime",
|
|
3666
3670
|
"ethereum/erc20/inu",
|
|
3667
3671
|
"ethereum/erc20/invacio_coin",
|
|
3668
|
-
"ethereum/erc20/inventoryclub_token",
|
|
3669
3672
|
"ethereum/erc20/inverse",
|
|
3670
3673
|
"ethereum/erc20/inverse_btc_volatility_index",
|
|
3671
3674
|
"ethereum/erc20/inverse_dao",
|
|
3672
3675
|
"ethereum/erc20/inverse_eth_volatility_index",
|
|
3676
|
+
"ethereum/erc20/investfeed",
|
|
3673
3677
|
"ethereum/erc20/invi_token",
|
|
3674
3678
|
"ethereum/erc20/invictus_margin_lending",
|
|
3675
3679
|
"ethereum/erc20/invox_finance",
|
|
3680
|
+
"ethereum/erc20/inx_token",
|
|
3676
3681
|
"ethereum/erc20/ioi_token",
|
|
3677
3682
|
"ethereum/erc20/ionia",
|
|
3678
3683
|
"ethereum/erc20/iot___",
|
|
3679
|
-
"ethereum/erc20/iot_chain",
|
|
3680
3684
|
"ethereum/erc20/iown_token",
|
|
3681
3685
|
"ethereum/erc20/iqoniq",
|
|
3682
3686
|
"ethereum/erc20/iron_bank_eur",
|
|
@@ -3730,7 +3734,6 @@ Array [
|
|
|
3730
3734
|
"ethereum/erc20/julien",
|
|
3731
3735
|
"ethereum/erc20/jumptoken",
|
|
3732
3736
|
"ethereum/erc20/junca_cash",
|
|
3733
|
-
"ethereum/erc20/jupiter",
|
|
3734
3737
|
"ethereum/erc20/jurasaur",
|
|
3735
3738
|
"ethereum/erc20/jury_online",
|
|
3736
3739
|
"ethereum/erc20/jus_token",
|
|
@@ -3743,7 +3746,6 @@ Array [
|
|
|
3743
3746
|
"ethereum/erc20/kambria_yield_tuning_engine",
|
|
3744
3747
|
"ethereum/erc20/kangal",
|
|
3745
3748
|
"ethereum/erc20/kappa_token",
|
|
3746
|
-
"ethereum/erc20/karma",
|
|
3747
3749
|
"ethereum/erc20/kaspa",
|
|
3748
3750
|
"ethereum/erc20/katalyo_token",
|
|
3749
3751
|
"ethereum/erc20/katana_inu",
|
|
@@ -3760,6 +3762,7 @@ Array [
|
|
|
3760
3762
|
"ethereum/erc20/kefi_token",
|
|
3761
3763
|
"ethereum/erc20/keisukeinu_finance",
|
|
3762
3764
|
"ethereum/erc20/kek",
|
|
3765
|
+
"ethereum/erc20/kek_token",
|
|
3763
3766
|
"ethereum/erc20/kelpie_inu",
|
|
3764
3767
|
"ethereum/erc20/kelvpn_token",
|
|
3765
3768
|
"ethereum/erc20/kenysians_network",
|
|
@@ -3825,7 +3828,7 @@ Array [
|
|
|
3825
3828
|
"ethereum/erc20/kskintoken",
|
|
3826
3829
|
"ethereum/erc20/kstarcoin",
|
|
3827
3830
|
"ethereum/erc20/kublaicoin",
|
|
3828
|
-
"ethereum/erc20/
|
|
3831
|
+
"ethereum/erc20/kucoin_token",
|
|
3829
3832
|
"ethereum/erc20/kudoe",
|
|
3830
3833
|
"ethereum/erc20/kuky_coin",
|
|
3831
3834
|
"ethereum/erc20/kuma_inu",
|
|
@@ -3845,7 +3848,6 @@ Array [
|
|
|
3845
3848
|
"ethereum/erc20/laika",
|
|
3846
3849
|
"ethereum/erc20/laikaprotocol",
|
|
3847
3850
|
"ethereum/erc20/lance_coin",
|
|
3848
|
-
"ethereum/erc20/lancer_token",
|
|
3849
3851
|
"ethereum/erc20/landbox",
|
|
3850
3852
|
"ethereum/erc20/latiumx",
|
|
3851
3853
|
"ethereum/erc20/lattice_token",
|
|
@@ -3866,7 +3868,6 @@ Array [
|
|
|
3866
3868
|
"ethereum/erc20/lemon_bet",
|
|
3867
3869
|
"ethereum/erc20/lemond_money",
|
|
3868
3870
|
"ethereum/erc20/lendconnect",
|
|
3869
|
-
"ethereum/erc20/lendroid_support_token",
|
|
3870
3871
|
"ethereum/erc20/leocoin",
|
|
3871
3872
|
"ethereum/erc20/leox",
|
|
3872
3873
|
"ethereum/erc20/lepricon",
|
|
@@ -3883,11 +3884,10 @@ Array [
|
|
|
3883
3884
|
"ethereum/erc20/libero_financial_freedom",
|
|
3884
3885
|
"ethereum/erc20/libertas",
|
|
3885
3886
|
"ethereum/erc20/libfx",
|
|
3886
|
-
"ethereum/erc20/libratoken",
|
|
3887
3887
|
"ethereum/erc20/librefreelencer",
|
|
3888
3888
|
"ethereum/erc20/lido_dao_token",
|
|
3889
3889
|
"ethereum/erc20/lien",
|
|
3890
|
-
"ethereum/erc20/
|
|
3890
|
+
"ethereum/erc20/life_crypto",
|
|
3891
3891
|
"ethereum/erc20/liferun_coin",
|
|
3892
3892
|
"ethereum/erc20/lift_kitchen",
|
|
3893
3893
|
"ethereum/erc20/lift_kitchen_btc",
|
|
@@ -3897,14 +3897,15 @@ Array [
|
|
|
3897
3897
|
"ethereum/erc20/limestone",
|
|
3898
3898
|
"ethereum/erc20/limewire_token",
|
|
3899
3899
|
"ethereum/erc20/limitswap",
|
|
3900
|
-
"ethereum/erc20/lina",
|
|
3901
3900
|
"ethereum/erc20/lincoin",
|
|
3901
|
+
"ethereum/erc20/linear_token",
|
|
3902
3902
|
"ethereum/erc20/linfinity",
|
|
3903
3903
|
"ethereum/erc20/link_platform",
|
|
3904
3904
|
"ethereum/erc20/link_profit_taker_set",
|
|
3905
3905
|
"ethereum/erc20/link_rsi_crossover_set",
|
|
3906
3906
|
"ethereum/erc20/linkbased",
|
|
3907
3907
|
"ethereum/erc20/linkcoin_token",
|
|
3908
|
+
"ethereum/erc20/linker_coin",
|
|
3908
3909
|
"ethereum/erc20/linketh_growth_alpha_set",
|
|
3909
3910
|
"ethereum/erc20/linketh_rsi_ratio_trading",
|
|
3910
3911
|
"ethereum/erc20/linkflow",
|
|
@@ -3912,6 +3913,7 @@ Array [
|
|
|
3912
3913
|
"ethereum/erc20/linkusd",
|
|
3913
3914
|
"ethereum/erc20/liquid",
|
|
3914
3915
|
"ethereum/erc20/liquid_lottery_rtc",
|
|
3916
|
+
"ethereum/erc20/liquid_staked_eth",
|
|
3915
3917
|
"ethereum/erc20/liquid_staking_matic",
|
|
3916
3918
|
"ethereum/erc20/liquidity_dividends_protocol",
|
|
3917
3919
|
"ethereum/erc20/liquorchain_token",
|
|
@@ -3938,8 +3940,9 @@ Array [
|
|
|
3938
3940
|
"ethereum/erc20/lookrev",
|
|
3939
3941
|
"ethereum/erc20/lookrev_old",
|
|
3940
3942
|
"ethereum/erc20/looksrare_token",
|
|
3943
|
+
"ethereum/erc20/loom_token",
|
|
3941
3944
|
"ethereum/erc20/loon_network",
|
|
3942
|
-
"ethereum/erc20/
|
|
3945
|
+
"ethereum/erc20/loopringcoin_v2",
|
|
3943
3946
|
"ethereum/erc20/lords",
|
|
3944
3947
|
"ethereum/erc20/lossless_token",
|
|
3945
3948
|
"ethereum/erc20/lotoblock",
|
|
@@ -3973,19 +3976,17 @@ Array [
|
|
|
3973
3976
|
"ethereum/erc20/lyfe_gold",
|
|
3974
3977
|
"ethereum/erc20/lyfe_land",
|
|
3975
3978
|
"ethereum/erc20/lyfe_silver",
|
|
3976
|
-
"ethereum/erc20/
|
|
3979
|
+
"ethereum/erc20/lympo_",
|
|
3977
3980
|
"ethereum/erc20/lympo_market_token",
|
|
3978
3981
|
"ethereum/erc20/lync_network",
|
|
3979
3982
|
"ethereum/erc20/lynchpin",
|
|
3980
3983
|
"ethereum/erc20/m3m3coin",
|
|
3981
|
-
"ethereum/erc20/macaron_coin",
|
|
3982
3984
|
"ethereum/erc20/machix_token",
|
|
3983
3985
|
"ethereum/erc20/mad",
|
|
3984
3986
|
"ethereum/erc20/magic",
|
|
3985
3987
|
"ethereum/erc20/magic_e-stock",
|
|
3986
3988
|
"ethereum/erc20/magic_internet_money",
|
|
3987
3989
|
"ethereum/erc20/magiccraft",
|
|
3988
|
-
"ethereum/erc20/magnachain",
|
|
3989
3990
|
"ethereum/erc20/mahadao",
|
|
3990
3991
|
"ethereum/erc20/maidcoin",
|
|
3991
3992
|
"ethereum/erc20/maidsafecoin",
|
|
@@ -4021,6 +4022,7 @@ Array [
|
|
|
4021
4022
|
"ethereum/erc20/masq",
|
|
4022
4023
|
"ethereum/erc20/math_token",
|
|
4023
4024
|
"ethereum/erc20/matic",
|
|
4025
|
+
"ethereum/erc20/matrexcoin",
|
|
4024
4026
|
"ethereum/erc20/maverick_token",
|
|
4025
4027
|
"ethereum/erc20/maximus_decimus",
|
|
4026
4028
|
"ethereum/erc20/maxxer",
|
|
@@ -4039,10 +4041,8 @@ Array [
|
|
|
4039
4041
|
"ethereum/erc20/media_licensing_token",
|
|
4040
4042
|
"ethereum/erc20/media_network_token",
|
|
4041
4043
|
"ethereum/erc20/medical_cannabis_coin",
|
|
4042
|
-
"ethereum/erc20/medical_token_currency",
|
|
4043
4044
|
"ethereum/erc20/medicalveda",
|
|
4044
4045
|
"ethereum/erc20/medikey",
|
|
4045
|
-
"ethereum/erc20/meditel",
|
|
4046
4046
|
"ethereum/erc20/medooza_ecosystem_v2_0",
|
|
4047
4047
|
"ethereum/erc20/medx_token",
|
|
4048
4048
|
"ethereum/erc20/mee_token",
|
|
@@ -4070,10 +4070,10 @@ Array [
|
|
|
4070
4070
|
"ethereum/erc20/meshbox",
|
|
4071
4071
|
"ethereum/erc20/messier",
|
|
4072
4072
|
"ethereum/erc20/meta",
|
|
4073
|
-
"ethereum/erc20/meta_bots",
|
|
4074
4073
|
"ethereum/erc20/meta_masters_guild",
|
|
4075
4074
|
"ethereum/erc20/meta_network",
|
|
4076
4075
|
"ethereum/erc20/metacade",
|
|
4076
|
+
"ethereum/erc20/metadium",
|
|
4077
4077
|
"ethereum/erc20/metafabric",
|
|
4078
4078
|
"ethereum/erc20/metafactory",
|
|
4079
4079
|
"ethereum/erc20/metafluence",
|
|
@@ -4096,10 +4096,9 @@ Array [
|
|
|
4096
4096
|
"ethereum/erc20/mfi_erc20",
|
|
4097
4097
|
"ethereum/erc20/mia_neko",
|
|
4098
4098
|
"ethereum/erc20/miami",
|
|
4099
|
-
"ethereum/erc20/mic",
|
|
4100
|
-
"ethereum/erc20/micro_launchpad_token",
|
|
4101
4099
|
"ethereum/erc20/micro_licensing_coin",
|
|
4102
4100
|
"ethereum/erc20/microbloodsciencetoken",
|
|
4101
|
+
"ethereum/erc20/micromines",
|
|
4103
4102
|
"ethereum/erc20/migranet_token",
|
|
4104
4103
|
"ethereum/erc20/mikado",
|
|
4105
4104
|
"ethereum/erc20/mikscoin",
|
|
@@ -4109,11 +4108,12 @@ Array [
|
|
|
4109
4108
|
"ethereum/erc20/million",
|
|
4110
4109
|
"ethereum/erc20/mimo_parallel_governance_token",
|
|
4111
4110
|
"ethereum/erc20/mindcell",
|
|
4111
|
+
"ethereum/erc20/mindexcoin",
|
|
4112
4112
|
"ethereum/erc20/minds",
|
|
4113
4113
|
"ethereum/erc20/mindsyncai",
|
|
4114
|
-
"ethereum/erc20/minereum",
|
|
4115
4114
|
"ethereum/erc20/minibitcoin",
|
|
4116
4115
|
"ethereum/erc20/miniswap",
|
|
4116
|
+
"ethereum/erc20/minter_hub",
|
|
4117
4117
|
"ethereum/erc20/minty_art",
|
|
4118
4118
|
"ethereum/erc20/mintyswap",
|
|
4119
4119
|
"ethereum/erc20/miraqle",
|
|
@@ -4124,7 +4124,6 @@ Array [
|
|
|
4124
4124
|
"ethereum/erc20/mishka_token",
|
|
4125
4125
|
"ethereum/erc20/miss",
|
|
4126
4126
|
"ethereum/erc20/mitrav",
|
|
4127
|
-
"ethereum/erc20/mixin",
|
|
4128
4127
|
"ethereum/erc20/mixmarvel_token",
|
|
4129
4128
|
"ethereum/erc20/mixsome",
|
|
4130
4129
|
"ethereum/erc20/mlttoken",
|
|
@@ -4133,6 +4132,7 @@ Array [
|
|
|
4133
4132
|
"ethereum/erc20/mnmcoin",
|
|
4134
4133
|
"ethereum/erc20/moar_finance",
|
|
4135
4134
|
"ethereum/erc20/mobifi",
|
|
4135
|
+
"ethereum/erc20/mobilian",
|
|
4136
4136
|
"ethereum/erc20/mobilum_token",
|
|
4137
4137
|
"ethereum/erc20/mochi_market",
|
|
4138
4138
|
"ethereum/erc20/modefi",
|
|
@@ -4149,8 +4149,10 @@ Array [
|
|
|
4149
4149
|
"ethereum/erc20/money_party",
|
|
4150
4150
|
"ethereum/erc20/money_printer_go_brrr",
|
|
4151
4151
|
"ethereum/erc20/moneybrain_bips",
|
|
4152
|
+
"ethereum/erc20/moneynet_coin",
|
|
4152
4153
|
"ethereum/erc20/moneyrebel_token",
|
|
4153
4154
|
"ethereum/erc20/moneyswap",
|
|
4155
|
+
"ethereum/erc20/moneytoken",
|
|
4154
4156
|
"ethereum/erc20/monftertoken",
|
|
4155
4157
|
"ethereum/erc20/mongcoin",
|
|
4156
4158
|
"ethereum/erc20/monkeycoin",
|
|
@@ -4163,14 +4165,13 @@ Array [
|
|
|
4163
4165
|
"ethereum/erc20/moonday_finance",
|
|
4164
4166
|
"ethereum/erc20/moondayplus_com",
|
|
4165
4167
|
"ethereum/erc20/moonrabbit",
|
|
4166
|
-
"ethereum/erc20/moontoken",
|
|
4167
4168
|
"ethereum/erc20/moontools_io",
|
|
4168
4169
|
"ethereum/erc20/morality",
|
|
4170
|
+
"ethereum/erc20/more",
|
|
4169
4171
|
"ethereum/erc20/more_gold_coin",
|
|
4170
4172
|
"ethereum/erc20/mork",
|
|
4171
4173
|
"ethereum/erc20/morpher",
|
|
4172
4174
|
"ethereum/erc20/morpheus_network",
|
|
4173
|
-
"ethereum/erc20/morpheus_network_old",
|
|
4174
4175
|
"ethereum/erc20/moss_carbon_credit",
|
|
4175
4176
|
"ethereum/erc20/most",
|
|
4176
4177
|
"ethereum/erc20/mot",
|
|
@@ -4187,6 +4188,7 @@ Array [
|
|
|
4187
4188
|
"ethereum/erc20/mrv",
|
|
4188
4189
|
"ethereum/erc20/mstable_btc",
|
|
4189
4190
|
"ethereum/erc20/mstable_usd",
|
|
4191
|
+
"ethereum/erc20/mtc_mesh_network",
|
|
4190
4192
|
"ethereum/erc20/mti_finance",
|
|
4191
4193
|
"ethereum/erc20/mtpelerin_shares",
|
|
4192
4194
|
"ethereum/erc20/mtrctoken",
|
|
@@ -4226,20 +4228,18 @@ Array [
|
|
|
4226
4228
|
"ethereum/erc20/nabox_token",
|
|
4227
4229
|
"ethereum/erc20/nahmii",
|
|
4228
4230
|
"ethereum/erc20/nakamoto.games",
|
|
4229
|
-
"ethereum/erc20/namechangetoken",
|
|
4230
4231
|
"ethereum/erc20/nami_corporation_token",
|
|
4231
4232
|
"ethereum/erc20/nami_ico",
|
|
4232
4233
|
"ethereum/erc20/nantrade",
|
|
4233
4234
|
"ethereum/erc20/naostoken",
|
|
4234
4235
|
"ethereum/erc20/narwhale",
|
|
4235
|
-
"ethereum/erc20/natmin",
|
|
4236
4236
|
"ethereum/erc20/nature",
|
|
4237
4237
|
"ethereum/erc20/navitoken",
|
|
4238
4238
|
"ethereum/erc20/ncdtoken",
|
|
4239
4239
|
"ethereum/erc20/ndex",
|
|
4240
4240
|
"ethereum/erc20/ndn_link",
|
|
4241
4241
|
"ethereum/erc20/nearpad_token",
|
|
4242
|
-
"ethereum/erc20/
|
|
4242
|
+
"ethereum/erc20/nectar",
|
|
4243
4243
|
"ethereum/erc20/neeo",
|
|
4244
4244
|
"ethereum/erc20/neeva",
|
|
4245
4245
|
"ethereum/erc20/neighbourhoods_token",
|
|
@@ -4247,9 +4247,11 @@ Array [
|
|
|
4247
4247
|
"ethereum/erc20/neos_credits",
|
|
4248
4248
|
"ethereum/erc20/nervenetwork",
|
|
4249
4249
|
"ethereum/erc20/nest",
|
|
4250
|
+
"ethereum/erc20/nestree",
|
|
4250
4251
|
"ethereum/erc20/netkoin_liquid",
|
|
4251
4252
|
"ethereum/erc20/netvrk",
|
|
4252
4253
|
"ethereum/erc20/network",
|
|
4254
|
+
"ethereum/erc20/neurochain_clausius",
|
|
4253
4255
|
"ethereum/erc20/neuroni.ai",
|
|
4254
4256
|
"ethereum/erc20/neurotoken",
|
|
4255
4257
|
"ethereum/erc20/neutrino_system_base_token",
|
|
@@ -4265,7 +4267,6 @@ Array [
|
|
|
4265
4267
|
"ethereum/erc20/next_generation_money",
|
|
4266
4268
|
"ethereum/erc20/next_level",
|
|
4267
4269
|
"ethereum/erc20/nexus_mutual",
|
|
4268
|
-
"ethereum/erc20/nexxo_tokens",
|
|
4269
4270
|
"ethereum/erc20/nft_index",
|
|
4270
4271
|
"ethereum/erc20/nft_platform_index",
|
|
4271
4272
|
"ethereum/erc20/nft_rehab",
|
|
@@ -4298,6 +4299,7 @@ Array [
|
|
|
4298
4299
|
"ethereum/erc20/node_token",
|
|
4299
4300
|
"ethereum/erc20/noderunners",
|
|
4300
4301
|
"ethereum/erc20/nodeseeds_com_token",
|
|
4302
|
+
"ethereum/erc20/noia_token",
|
|
4301
4303
|
"ethereum/erc20/nollya_coin",
|
|
4302
4304
|
"ethereum/erc20/nomad_coin",
|
|
4303
4305
|
"ethereum/erc20/non-fungible_toke",
|
|
@@ -4319,7 +4321,6 @@ Array [
|
|
|
4319
4321
|
"ethereum/erc20/ntoken_wrapped_btc",
|
|
4320
4322
|
"ethereum/erc20/nton",
|
|
4321
4323
|
"ethereum/erc20/nucypher",
|
|
4322
|
-
"ethereum/erc20/nuls",
|
|
4323
4324
|
"ethereum/erc20/num_token",
|
|
4324
4325
|
"ethereum/erc20/nunet_utility_token",
|
|
4325
4326
|
"ethereum/erc20/nuvo_cash",
|
|
@@ -4355,7 +4356,6 @@ Array [
|
|
|
4355
4356
|
"ethereum/erc20/okage_inu",
|
|
4356
4357
|
"ethereum/erc20/olcf",
|
|
4357
4358
|
"ethereum/erc20/old_cover_protocol",
|
|
4358
|
-
"ethereum/erc20/olive",
|
|
4359
4359
|
"ethereum/erc20/olympus",
|
|
4360
4360
|
"ethereum/erc20/olyseum",
|
|
4361
4361
|
"ethereum/erc20/om_lira",
|
|
@@ -4380,17 +4380,16 @@ Array [
|
|
|
4380
4380
|
"ethereum/erc20/oneuni",
|
|
4381
4381
|
"ethereum/erc20/onevbtc",
|
|
4382
4382
|
"ethereum/erc20/onewing",
|
|
4383
|
-
"ethereum/erc20/ong",
|
|
4384
4383
|
"ethereum/erc20/onigiritoken",
|
|
4385
|
-
"ethereum/erc20/ono_token",
|
|
4386
4384
|
"ethereum/erc20/onooks",
|
|
4387
4385
|
"ethereum/erc20/ons",
|
|
4388
|
-
"ethereum/erc20/ontime",
|
|
4389
4386
|
"ethereum/erc20/ooki_token",
|
|
4390
4387
|
"ethereum/erc20/opacity",
|
|
4391
4388
|
"ethereum/erc20/open_alexa_protocol",
|
|
4392
4389
|
"ethereum/erc20/open_chain",
|
|
4393
4390
|
"ethereum/erc20/open_exchange_token",
|
|
4391
|
+
"ethereum/erc20/open_governance_token",
|
|
4392
|
+
"ethereum/erc20/openleverage",
|
|
4394
4393
|
"ethereum/erc20/openocean",
|
|
4395
4394
|
"ethereum/erc20/openswap",
|
|
4396
4395
|
"ethereum/erc20/opes_finance",
|
|
@@ -4416,7 +4415,6 @@ Array [
|
|
|
4416
4415
|
"ethereum/erc20/orica",
|
|
4417
4416
|
"ethereum/erc20/orient",
|
|
4418
4417
|
"ethereum/erc20/orientum_plus",
|
|
4419
|
-
"ethereum/erc20/origami_network",
|
|
4420
4418
|
"ethereum/erc20/origin_dollar",
|
|
4421
4419
|
"ethereum/erc20/origin_dollar_governance",
|
|
4422
4420
|
"ethereum/erc20/origin_ether",
|
|
@@ -4425,6 +4423,7 @@ Array [
|
|
|
4425
4423
|
"ethereum/erc20/ormecash",
|
|
4426
4424
|
"ethereum/erc20/ormeus_coin_",
|
|
4427
4425
|
"ethereum/erc20/oro_token",
|
|
4426
|
+
"ethereum/erc20/ors_token",
|
|
4428
4427
|
"ethereum/erc20/oryx",
|
|
4429
4428
|
"ethereum/erc20/osaka_protocol",
|
|
4430
4429
|
"ethereum/erc20/osinachi",
|
|
@@ -4432,6 +4431,8 @@ Array [
|
|
|
4432
4431
|
"ethereum/erc20/oviex_com_token",
|
|
4433
4432
|
"ethereum/erc20/ovr",
|
|
4434
4433
|
"ethereum/erc20/owl_token",
|
|
4434
|
+
"ethereum/erc20/owndata",
|
|
4435
|
+
"ethereum/erc20/ownix",
|
|
4435
4436
|
"ethereum/erc20/ox_fina",
|
|
4436
4437
|
"ethereum/erc20/oxo_farm",
|
|
4437
4438
|
"ethereum/erc20/oxydev",
|
|
@@ -4459,8 +4460,8 @@ Array [
|
|
|
4459
4460
|
"ethereum/erc20/pantos_token",
|
|
4460
4461
|
"ethereum/erc20/papa_shiba",
|
|
4461
4462
|
"ethereum/erc20/paper_token",
|
|
4462
|
-
"ethereum/erc20/par_stablecoin",
|
|
4463
4463
|
"ethereum/erc20/para",
|
|
4464
|
+
"ethereum/erc20/parachute",
|
|
4464
4465
|
"ethereum/erc20/paradox",
|
|
4465
4466
|
"ethereum/erc20/paralink_network",
|
|
4466
4467
|
"ethereum/erc20/parallelchain_token",
|
|
@@ -4472,9 +4473,8 @@ Array [
|
|
|
4472
4473
|
"ethereum/erc20/parsiq_boost",
|
|
4473
4474
|
"ethereum/erc20/parsiq_token_",
|
|
4474
4475
|
"ethereum/erc20/party_of_the_living_dead",
|
|
4475
|
-
"ethereum/erc20/
|
|
4476
|
+
"ethereum/erc20/pass_token",
|
|
4476
4477
|
"ethereum/erc20/passive_income",
|
|
4477
|
-
"ethereum/erc20/passive_income_bot",
|
|
4478
4478
|
"ethereum/erc20/patents",
|
|
4479
4479
|
"ethereum/erc20/pathfinders",
|
|
4480
4480
|
"ethereum/erc20/patriot",
|
|
@@ -4487,28 +4487,24 @@ Array [
|
|
|
4487
4487
|
"ethereum/erc20/payaccept",
|
|
4488
4488
|
"ethereum/erc20/payou_finance",
|
|
4489
4489
|
"ethereum/erc20/paypal_usd",
|
|
4490
|
-
"ethereum/erc20/payperex",
|
|
4491
|
-
"ethereum/erc20/paypie",
|
|
4492
4490
|
"ethereum/erc20/paypite_v2",
|
|
4493
4491
|
"ethereum/erc20/paypolitan_token",
|
|
4494
4492
|
"ethereum/erc20/payship_org",
|
|
4495
4493
|
"ethereum/erc20/pazzi",
|
|
4496
4494
|
"ethereum/erc20/pazzy",
|
|
4497
4495
|
"ethereum/erc20/pbl",
|
|
4498
|
-
"ethereum/erc20/pchain",
|
|
4499
|
-
"ethereum/erc20/pcl",
|
|
4500
4496
|
"ethereum/erc20/pclold",
|
|
4501
4497
|
"ethereum/erc20/peach_finance",
|
|
4502
4498
|
"ethereum/erc20/peaches_finance",
|
|
4503
4499
|
"ethereum/erc20/peacockcoin",
|
|
4504
4500
|
"ethereum/erc20/pear_swap",
|
|
4501
|
+
"ethereum/erc20/peculium",
|
|
4505
4502
|
"ethereum/erc20/peerex_network",
|
|
4506
4503
|
"ethereum/erc20/peet_erc20",
|
|
4507
4504
|
"ethereum/erc20/pegasus",
|
|
4508
4505
|
"ethereum/erc20/pegs",
|
|
4509
4506
|
"ethereum/erc20/pendle",
|
|
4510
4507
|
"ethereum/erc20/penny_for_bit",
|
|
4511
|
-
"ethereum/erc20/penta_network_token",
|
|
4512
4508
|
"ethereum/erc20/peoples_punk",
|
|
4513
4509
|
"ethereum/erc20/pep_token",
|
|
4514
4510
|
"ethereum/erc20/pepe",
|
|
@@ -4521,7 +4517,6 @@ Array [
|
|
|
4521
4517
|
"ethereum/erc20/percent",
|
|
4522
4518
|
"ethereum/erc20/peri_finance_token",
|
|
4523
4519
|
"ethereum/erc20/perpetual",
|
|
4524
|
-
"ethereum/erc20/persians",
|
|
4525
4520
|
"ethereum/erc20/petcoin",
|
|
4526
4521
|
"ethereum/erc20/pethereum",
|
|
4527
4522
|
"ethereum/erc20/petro",
|
|
@@ -4560,7 +4555,6 @@ Array [
|
|
|
4560
4555
|
"ethereum/erc20/pinknode_token",
|
|
4561
4556
|
"ethereum/erc20/pinkslip_finance",
|
|
4562
4557
|
"ethereum/erc20/pist_trust",
|
|
4563
|
-
"ethereum/erc20/pitch",
|
|
4564
4558
|
"ethereum/erc20/pitquidity",
|
|
4565
4559
|
"ethereum/erc20/pixel",
|
|
4566
4560
|
"ethereum/erc20/pixel_inu",
|
|
@@ -4576,7 +4570,6 @@ Array [
|
|
|
4576
4570
|
"ethereum/erc20/playcent",
|
|
4577
4571
|
"ethereum/erc20/playchip",
|
|
4578
4572
|
"ethereum/erc20/plebtoken",
|
|
4579
|
-
"ethereum/erc20/pledgecamp",
|
|
4580
4573
|
"ethereum/erc20/plethori",
|
|
4581
4574
|
"ethereum/erc20/plgtoken",
|
|
4582
4575
|
"ethereum/erc20/plot",
|
|
@@ -4632,7 +4625,7 @@ Array [
|
|
|
4632
4625
|
"ethereum/erc20/pooltogether",
|
|
4633
4626
|
"ethereum/erc20/pooltogether_usdc_ticket_(compound)",
|
|
4634
4627
|
"ethereum/erc20/poorpleb",
|
|
4635
|
-
"ethereum/erc20/
|
|
4628
|
+
"ethereum/erc20/popchain_cash",
|
|
4636
4629
|
"ethereum/erc20/popcorn_token",
|
|
4637
4630
|
"ethereum/erc20/populous_xbrl_token__pxt_",
|
|
4638
4631
|
"ethereum/erc20/porkchop",
|
|
@@ -4656,9 +4649,11 @@ Array [
|
|
|
4656
4649
|
"ethereum/erc20/premia",
|
|
4657
4650
|
"ethereum/erc20/president_donald_trump",
|
|
4658
4651
|
"ethereum/erc20/president_ron_desantis",
|
|
4652
|
+
"ethereum/erc20/pressone_token",
|
|
4659
4653
|
"ethereum/erc20/presto_token",
|
|
4660
4654
|
"ethereum/erc20/previse",
|
|
4661
4655
|
"ethereum/erc20/pria",
|
|
4656
|
+
"ethereum/erc20/primas_token",
|
|
4662
4657
|
"ethereum/erc20/primate",
|
|
4663
4658
|
"ethereum/erc20/prime",
|
|
4664
4659
|
"ethereum/erc20/prime_dai",
|
|
@@ -4678,12 +4673,12 @@ Array [
|
|
|
4678
4673
|
"ethereum/erc20/prophecytoken",
|
|
4679
4674
|
"ethereum/erc20/prophet_finance",
|
|
4680
4675
|
"ethereum/erc20/props",
|
|
4676
|
+
"ethereum/erc20/propy",
|
|
4681
4677
|
"ethereum/erc20/prosper",
|
|
4682
4678
|
"ethereum/erc20/prostarter",
|
|
4683
4679
|
"ethereum/erc20/protector_roge",
|
|
4684
4680
|
"ethereum/erc20/protocol_finance",
|
|
4685
4681
|
"ethereum/erc20/protocol_zero",
|
|
4686
|
-
"ethereum/erc20/proton ",
|
|
4687
4682
|
"ethereum/erc20/proxy",
|
|
4688
4683
|
"ethereum/erc20/proxy_0x82089a9c",
|
|
4689
4684
|
"ethereum/erc20/prsp",
|
|
@@ -4693,16 +4688,15 @@ Array [
|
|
|
4693
4688
|
"ethereum/erc20/psyop",
|
|
4694
4689
|
"ethereum/erc20/pteria",
|
|
4695
4690
|
"ethereum/erc20/ptokens_ltc",
|
|
4691
|
+
"ethereum/erc20/ptokens_ore",
|
|
4696
4692
|
"ethereum/erc20/ptokens_tlos",
|
|
4697
4693
|
"ethereum/erc20/pub_finance",
|
|
4698
4694
|
"ethereum/erc20/public_index_network",
|
|
4699
|
-
"ethereum/erc20/public_mint",
|
|
4700
4695
|
"ethereum/erc20/puglife",
|
|
4701
4696
|
"ethereum/erc20/pulltherug_finance",
|
|
4702
4697
|
"ethereum/erc20/pulse_unity_token",
|
|
4703
4698
|
"ethereum/erc20/pulsedogecoin",
|
|
4704
4699
|
"ethereum/erc20/pundi_x_token",
|
|
4705
|
-
"ethereum/erc20/pundi_x_token_old",
|
|
4706
4700
|
"ethereum/erc20/punk",
|
|
4707
4701
|
"ethereum/erc20/punk_floor",
|
|
4708
4702
|
"ethereum/erc20/pupper",
|
|
@@ -4736,13 +4730,13 @@ Array [
|
|
|
4736
4730
|
"ethereum/erc20/qtchain",
|
|
4737
4731
|
"ethereum/erc20/quadency_token",
|
|
4738
4732
|
"ethereum/erc20/quadranstoken",
|
|
4739
|
-
"ethereum/erc20/quadrantprotocol",
|
|
4740
4733
|
"ethereum/erc20/quai",
|
|
4741
4734
|
"ethereum/erc20/quakecoin",
|
|
4742
4735
|
"ethereum/erc20/quannabu",
|
|
4743
4736
|
"ethereum/erc20/quantfury_data_token",
|
|
4744
4737
|
"ethereum/erc20/quantfury_token",
|
|
4745
4738
|
"ethereum/erc20/quarashi",
|
|
4739
|
+
"ethereum/erc20/qubitica_",
|
|
4746
4740
|
"ethereum/erc20/quickmining_token",
|
|
4747
4741
|
"ethereum/erc20/quickswap",
|
|
4748
4742
|
"ethereum/erc20/quidd",
|
|
@@ -4789,6 +4783,7 @@ Array [
|
|
|
4789
4783
|
"ethereum/erc20/rbx",
|
|
4790
4784
|
"ethereum/erc20/rccc_token",
|
|
4791
4785
|
"ethereum/erc20/read_this_contract",
|
|
4786
|
+
"ethereum/erc20/real_estate_asset_ledger",
|
|
4792
4787
|
"ethereum/erc20/realio_network",
|
|
4793
4788
|
"ethereum/erc20/realisto",
|
|
4794
4789
|
"ethereum/erc20/realitytoken",
|
|
@@ -4836,6 +4831,7 @@ Array [
|
|
|
4836
4831
|
"ethereum/erc20/reserve_rights_old",
|
|
4837
4832
|
"ethereum/erc20/resfinex",
|
|
4838
4833
|
"ethereum/erc20/restore",
|
|
4834
|
+
"ethereum/erc20/revelation_coin",
|
|
4839
4835
|
"ethereum/erc20/revest",
|
|
4840
4836
|
"ethereum/erc20/revolt_token",
|
|
4841
4837
|
"ethereum/erc20/revolutionpopuli_erc20_token",
|
|
@@ -4874,6 +4870,7 @@ Array [
|
|
|
4874
4870
|
"ethereum/erc20/rock",
|
|
4875
4871
|
"ethereum/erc20/rock3t_3t_finance",
|
|
4876
4872
|
"ethereum/erc20/rocket",
|
|
4873
|
+
"ethereum/erc20/rocket_bunny",
|
|
4877
4874
|
"ethereum/erc20/rocket_coin",
|
|
4878
4875
|
"ethereum/erc20/rocket_pool_OLD",
|
|
4879
4876
|
"ethereum/erc20/rocket_pool_eth",
|
|
@@ -4903,7 +4900,6 @@ Array [
|
|
|
4903
4900
|
"ethereum/erc20/rugrelief",
|
|
4904
4901
|
"ethereum/erc20/ruler_protocol",
|
|
4905
4902
|
"ethereum/erc20/ruletka",
|
|
4906
|
-
"ethereum/erc20/rune",
|
|
4907
4903
|
"ethereum/erc20/rusgas",
|
|
4908
4904
|
"ethereum/erc20/rush",
|
|
4909
4905
|
"ethereum/erc20/ryi_platinum",
|
|
@@ -4925,6 +4921,7 @@ Array [
|
|
|
4925
4921
|
"ethereum/erc20/safemusk",
|
|
4926
4922
|
"ethereum/erc20/safeswap",
|
|
4927
4923
|
"ethereum/erc20/safuu",
|
|
4924
|
+
"ethereum/erc20/sai",
|
|
4928
4925
|
"ethereum/erc20/saitama",
|
|
4929
4926
|
"ethereum/erc20/saito",
|
|
4930
4927
|
"ethereum/erc20/saitoki_inu",
|
|
@@ -4960,7 +4957,6 @@ Array [
|
|
|
4960
4957
|
"ethereum/erc20/scatter_cx",
|
|
4961
4958
|
"ethereum/erc20/scdstoken",
|
|
4962
4959
|
"ethereum/erc20/schnoodle",
|
|
4963
|
-
"ethereum/erc20/science_chain",
|
|
4964
4960
|
"ethereum/erc20/scifitoken",
|
|
4965
4961
|
"ethereum/erc20/scoobi-doge",
|
|
4966
4962
|
"ethereum/erc20/scott",
|
|
@@ -4988,6 +4984,7 @@ Array [
|
|
|
4988
4984
|
"ethereum/erc20/sensatori_token",
|
|
4989
4985
|
"ethereum/erc20/sensitrust_token",
|
|
4990
4986
|
"ethereum/erc20/sensorium",
|
|
4987
|
+
"ethereum/erc20/sentinel",
|
|
4991
4988
|
"ethereum/erc20/sergey_save_link",
|
|
4992
4989
|
"ethereum/erc20/sergs",
|
|
4993
4990
|
"ethereum/erc20/serum",
|
|
@@ -5011,7 +5008,6 @@ Array [
|
|
|
5011
5008
|
"ethereum/erc20/shardingdao",
|
|
5012
5009
|
"ethereum/erc20/shareat",
|
|
5013
5010
|
"ethereum/erc20/sharedstake_governance_token",
|
|
5014
|
-
"ethereum/erc20/sharetoken",
|
|
5015
5011
|
"ethereum/erc20/sharity",
|
|
5016
5012
|
"ethereum/erc20/sharpe_platform_token",
|
|
5017
5013
|
"ethereum/erc20/shed_coin",
|
|
@@ -5067,7 +5063,6 @@ Array [
|
|
|
5067
5063
|
"ethereum/erc20/shytoshis_vision",
|
|
5068
5064
|
"ethereum/erc20/si14bet",
|
|
5069
5065
|
"ethereum/erc20/siacashcoin",
|
|
5070
|
-
"ethereum/erc20/siambitcoin",
|
|
5071
5066
|
"ethereum/erc20/siberian_husky",
|
|
5072
5067
|
"ethereum/erc20/sid_token",
|
|
5073
5068
|
"ethereum/erc20/sideshift_token",
|
|
@@ -5079,7 +5074,6 @@ Array [
|
|
|
5079
5074
|
"ethereum/erc20/silo_governance_token",
|
|
5080
5075
|
"ethereum/erc20/silver_standard",
|
|
5081
5076
|
"ethereum/erc20/silvertoken",
|
|
5082
|
-
"ethereum/erc20/silverway",
|
|
5083
5077
|
"ethereum/erc20/simba_storage_token",
|
|
5084
5078
|
"ethereum/erc20/simbatoken",
|
|
5085
5079
|
"ethereum/erc20/simian_finance",
|
|
@@ -5098,7 +5092,7 @@ Array [
|
|
|
5098
5092
|
"ethereum/erc20/skraps",
|
|
5099
5093
|
"ethereum/erc20/skraps_",
|
|
5100
5094
|
"ethereum/erc20/skrp__phase_1_e_",
|
|
5101
|
-
"ethereum/erc20/
|
|
5095
|
+
"ethereum/erc20/skrumble_token",
|
|
5102
5096
|
"ethereum/erc20/skull",
|
|
5103
5097
|
"ethereum/erc20/skull_candy",
|
|
5104
5098
|
"ethereum/erc20/skymap_token",
|
|
@@ -5113,7 +5107,6 @@ Array [
|
|
|
5113
5107
|
"ethereum/erc20/smartmesh",
|
|
5114
5108
|
"ethereum/erc20/smartmesh_token",
|
|
5115
5109
|
"ethereum/erc20/smartrealty",
|
|
5116
|
-
"ethereum/erc20/smartx",
|
|
5117
5110
|
"ethereum/erc20/smilecoin",
|
|
5118
5111
|
"ethereum/erc20/smol",
|
|
5119
5112
|
"ethereum/erc20/smooth_love_potion",
|
|
@@ -5184,7 +5177,6 @@ Array [
|
|
|
5184
5177
|
"ethereum/erc20/sperax_",
|
|
5185
5178
|
"ethereum/erc20/spherium_token",
|
|
5186
5179
|
"ethereum/erc20/spheroid",
|
|
5187
|
-
"ethereum/erc20/spice",
|
|
5188
5180
|
"ethereum/erc20/spice_",
|
|
5189
5181
|
"ethereum/erc20/spice_vc_token",
|
|
5190
5182
|
"ethereum/erc20/spider_ecology",
|
|
@@ -5226,7 +5218,6 @@ Array [
|
|
|
5226
5218
|
"ethereum/erc20/stakedxem",
|
|
5227
5219
|
"ethereum/erc20/stakedxym",
|
|
5228
5220
|
"ethereum/erc20/stakedzen",
|
|
5229
|
-
"ethereum/erc20/staker",
|
|
5230
5221
|
"ethereum/erc20/stakewise",
|
|
5231
5222
|
"ethereum/erc20/stakewise_reward_eth2",
|
|
5232
5223
|
"ethereum/erc20/stakewise_staked_eth2",
|
|
@@ -5274,16 +5265,18 @@ Array [
|
|
|
5274
5265
|
"ethereum/erc20/stream",
|
|
5275
5266
|
"ethereum/erc20/stream_protocol",
|
|
5276
5267
|
"ethereum/erc20/streamix",
|
|
5268
|
+
"ethereum/erc20/streamr",
|
|
5277
5269
|
"ethereum/erc20/streamshares",
|
|
5278
5270
|
"ethereum/erc20/street_cred",
|
|
5279
5271
|
"ethereum/erc20/strike_token",
|
|
5280
|
-
"ethereum/erc20/strikecoin_token",
|
|
5281
5272
|
"ethereum/erc20/strikex",
|
|
5282
5273
|
"ethereum/erc20/strips_token",
|
|
5283
5274
|
"ethereum/erc20/strong",
|
|
5284
5275
|
"ethereum/erc20/stronger",
|
|
5285
5276
|
"ethereum/erc20/stronghold",
|
|
5286
5277
|
"ethereum/erc20/strudel_finance",
|
|
5278
|
+
"ethereum/erc20/student_coin",
|
|
5279
|
+
"ethereum/erc20/substratum_",
|
|
5287
5280
|
"ethereum/erc20/successlife",
|
|
5288
5281
|
"ethereum/erc20/sugar_exchange",
|
|
5289
5282
|
"ethereum/erc20/sukhavati_network_token",
|
|
@@ -5372,6 +5365,7 @@ Array [
|
|
|
5372
5365
|
"ethereum/erc20/synth_samzn",
|
|
5373
5366
|
"ethereum/erc20/synth_saud",
|
|
5374
5367
|
"ethereum/erc20/synth_sbnb",
|
|
5368
|
+
"ethereum/erc20/synth_sbtc",
|
|
5375
5369
|
"ethereum/erc20/synth_scex",
|
|
5376
5370
|
"ethereum/erc20/synth_schf",
|
|
5377
5371
|
"ethereum/erc20/synth_scomp",
|
|
@@ -5407,7 +5401,6 @@ Array [
|
|
|
5407
5401
|
"ethereum/erc20/tacos",
|
|
5408
5402
|
"ethereum/erc20/tacotoken",
|
|
5409
5403
|
"ethereum/erc20/tadpole",
|
|
5410
|
-
"ethereum/erc20/taekwondo_access_credit",
|
|
5411
5404
|
"ethereum/erc20/taiyo",
|
|
5412
5405
|
"ethereum/erc20/taklimakan_network",
|
|
5413
5406
|
"ethereum/erc20/talao",
|
|
@@ -5418,7 +5411,6 @@ Array [
|
|
|
5418
5411
|
"ethereum/erc20/tamadoge_(0x99c6)",
|
|
5419
5412
|
"ethereum/erc20/tamy_token",
|
|
5420
5413
|
"ethereum/erc20/tangguotao_token",
|
|
5421
|
-
"ethereum/erc20/tapcoin",
|
|
5422
5414
|
"ethereum/erc20/tapmydata",
|
|
5423
5415
|
"ethereum/erc20/taraxa_coin",
|
|
5424
5416
|
"ethereum/erc20/tardigrades_finance",
|
|
@@ -5445,6 +5437,7 @@ Array [
|
|
|
5445
5437
|
"ethereum/erc20/tectum_",
|
|
5446
5438
|
"ethereum/erc20/tectum_emission_token",
|
|
5447
5439
|
"ethereum/erc20/tehbag",
|
|
5440
|
+
"ethereum/erc20/telcoin",
|
|
5448
5441
|
"ethereum/erc20/telex",
|
|
5449
5442
|
"ethereum/erc20/tellor_tributes_old",
|
|
5450
5443
|
"ethereum/erc20/tend_token",
|
|
@@ -5489,17 +5482,15 @@ Array [
|
|
|
5489
5482
|
"ethereum/erc20/the_portal",
|
|
5490
5483
|
"ethereum/erc20/the_real_coin",
|
|
5491
5484
|
"ethereum/erc20/the_tokenized_bitcoin",
|
|
5485
|
+
"ethereum/erc20/the_transfer_token",
|
|
5492
5486
|
"ethereum/erc20/the_world_news",
|
|
5493
|
-
"ethereum/erc20/thecash",
|
|
5494
5487
|
"ethereum/erc20/themistoken",
|
|
5495
5488
|
"ethereum/erc20/thenode",
|
|
5496
5489
|
"ethereum/erc20/theredorder",
|
|
5497
|
-
"ethereum/erc20/thetimeschain_coin",
|
|
5498
5490
|
"ethereum/erc20/thex-thoreexchange",
|
|
5499
|
-
"ethereum/erc20/thingsopreatingsystem",
|
|
5500
5491
|
"ethereum/erc20/thirm",
|
|
5492
|
+
"ethereum/erc20/thorchain_eth_rune",
|
|
5501
5493
|
"ethereum/erc20/thorecash",
|
|
5502
|
-
"ethereum/erc20/thorenext",
|
|
5503
5494
|
"ethereum/erc20/thorncoin",
|
|
5504
5495
|
"ethereum/erc20/thorswap_token",
|
|
5505
5496
|
"ethereum/erc20/thorwallet_governance_token",
|
|
@@ -5520,6 +5511,7 @@ Array [
|
|
|
5520
5511
|
"ethereum/erc20/tiktok_coin",
|
|
5521
5512
|
"ethereum/erc20/time_dividend",
|
|
5522
5513
|
"ethereum/erc20/timecoin",
|
|
5514
|
+
"ethereum/erc20/timeminer",
|
|
5523
5515
|
"ethereum/erc20/timers",
|
|
5524
5516
|
"ethereum/erc20/tingles",
|
|
5525
5517
|
"ethereum/erc20/tinku",
|
|
@@ -5564,7 +5556,6 @@ Array [
|
|
|
5564
5556
|
"ethereum/erc20/topbidder",
|
|
5565
5557
|
"ethereum/erc20/topbtc_token",
|
|
5566
5558
|
"ethereum/erc20/topia",
|
|
5567
|
-
"ethereum/erc20/torchain",
|
|
5568
5559
|
"ethereum/erc20/torex",
|
|
5569
5560
|
"ethereum/erc20/torg",
|
|
5570
5561
|
"ethereum/erc20/torn_token",
|
|
@@ -5651,13 +5642,11 @@ Array [
|
|
|
5651
5642
|
"ethereum/erc20/ubx",
|
|
5652
5643
|
"ethereum/erc20/ucoin",
|
|
5653
5644
|
"ethereum/erc20/ucostoken",
|
|
5654
|
-
"ethereum/erc20/ucot",
|
|
5655
5645
|
"ethereum/erc20/ucx",
|
|
5656
5646
|
"ethereum/erc20/ufc",
|
|
5657
5647
|
"ethereum/erc20/ug_coin",
|
|
5658
5648
|
"ethereum/erc20/uhive_token_v2",
|
|
5659
5649
|
"ethereum/erc20/ulgen_hash_power",
|
|
5660
|
-
"ethereum/erc20/ultiledger",
|
|
5661
5650
|
"ethereum/erc20/uma_voting_token_v1",
|
|
5662
5651
|
"ethereum/erc20/umbrella",
|
|
5663
5652
|
"ethereum/erc20/umbrellacoin",
|
|
@@ -5770,13 +5759,13 @@ Array [
|
|
|
5770
5759
|
"ethereum/erc20/unshething_token",
|
|
5771
5760
|
"ethereum/erc20/unslashed_finance_governance_token",
|
|
5772
5761
|
"ethereum/erc20/unvest",
|
|
5773
|
-
"ethereum/erc20/up",
|
|
5774
5762
|
"ethereum/erc20/upbots",
|
|
5775
5763
|
"ethereum/erc20/uploadea",
|
|
5776
5764
|
"ethereum/erc20/upper_dollar",
|
|
5777
5765
|
"ethereum/erc20/upper_euro",
|
|
5778
5766
|
"ethereum/erc20/upper_libra",
|
|
5779
5767
|
"ethereum/erc20/uptoken",
|
|
5768
|
+
"ethereum/erc20/uptrennd",
|
|
5780
5769
|
"ethereum/erc20/urbit_data",
|
|
5781
5770
|
"ethereum/erc20/ureeqa_token",
|
|
5782
5771
|
"ethereum/erc20/usd_digital",
|
|
@@ -5785,10 +5774,12 @@ Array [
|
|
|
5785
5774
|
"ethereum/erc20/usdfreeliquidity",
|
|
5786
5775
|
"ethereum/erc20/usdl",
|
|
5787
5776
|
"ethereum/erc20/usdp_stablecoin",
|
|
5777
|
+
"ethereum/erc20/usechain_token",
|
|
5788
5778
|
"ethereum/erc20/user_pay",
|
|
5789
5779
|
"ethereum/erc20/usgold",
|
|
5790
5780
|
"ethereum/erc20/ushi",
|
|
5791
5781
|
"ethereum/erc20/utopia_open_platform",
|
|
5782
|
+
"ethereum/erc20/utrust_token",
|
|
5792
5783
|
"ethereum/erc20/utu_coin",
|
|
5793
5784
|
"ethereum/erc20/uunio",
|
|
5794
5785
|
"ethereum/erc20/uwerx",
|
|
@@ -5828,6 +5819,7 @@ Array [
|
|
|
5828
5819
|
"ethereum/erc20/venom",
|
|
5829
5820
|
"ethereum/erc20/venus",
|
|
5830
5821
|
"ethereum/erc20/veogv",
|
|
5822
|
+
"ethereum/erc20/vera_",
|
|
5831
5823
|
"ethereum/erc20/veros_",
|
|
5832
5824
|
"ethereum/erc20/verox",
|
|
5833
5825
|
"ethereum/erc20/verse",
|
|
@@ -5844,9 +5836,9 @@ Array [
|
|
|
5844
5836
|
"ethereum/erc20/vibex_exchange_token",
|
|
5845
5837
|
"ethereum/erc20/vicetoken",
|
|
5846
5838
|
"ethereum/erc20/victoria_vr",
|
|
5847
|
-
"ethereum/erc20/
|
|
5839
|
+
"ethereum/erc20/videocoin",
|
|
5840
|
+
"ethereum/erc20/vidt_dao",
|
|
5848
5841
|
"ethereum/erc20/vidya",
|
|
5849
|
-
"ethereum/erc20/vin",
|
|
5850
5842
|
"ethereum/erc20/vinx_coin",
|
|
5851
5843
|
"ethereum/erc20/vinx_coins_sto",
|
|
5852
5844
|
"ethereum/erc20/virtue_player_points",
|
|
@@ -5855,6 +5847,7 @@ Array [
|
|
|
5855
5847
|
"ethereum/erc20/visor",
|
|
5856
5848
|
"ethereum/erc20/vita_inu",
|
|
5857
5849
|
"ethereum/erc20/vitadao_token",
|
|
5850
|
+
"ethereum/erc20/vitetoken",
|
|
5858
5851
|
"ethereum/erc20/viu",
|
|
5859
5852
|
"ethereum/erc20/vixco",
|
|
5860
5853
|
"ethereum/erc20/vlink_pool",
|
|
@@ -5963,6 +5956,7 @@ Array [
|
|
|
5963
5956
|
"ethereum/erc20/world_credit_diamond_coin",
|
|
5964
5957
|
"ethereum/erc20/world_token",
|
|
5965
5958
|
"ethereum/erc20/worldcoin",
|
|
5959
|
+
"ethereum/erc20/worldcore",
|
|
5966
5960
|
"ethereum/erc20/worldpet_token",
|
|
5967
5961
|
"ethereum/erc20/woyager",
|
|
5968
5962
|
"ethereum/erc20/wrapped_anatha",
|
|
@@ -5971,6 +5965,7 @@ Array [
|
|
|
5971
5965
|
"ethereum/erc20/wrapped_banano",
|
|
5972
5966
|
"ethereum/erc20/wrapped_binance_beacon_eth",
|
|
5973
5967
|
"ethereum/erc20/wrapped_bind",
|
|
5968
|
+
"ethereum/erc20/wrapped_bitcoin",
|
|
5974
5969
|
"ethereum/erc20/wrapped_buy_token",
|
|
5975
5970
|
"ethereum/erc20/wrapped_bytz",
|
|
5976
5971
|
"ethereum/erc20/wrapped_celo",
|
|
@@ -6100,6 +6095,7 @@ Array [
|
|
|
6100
6095
|
"ethereum/erc20/xsgd",
|
|
6101
6096
|
"ethereum/erc20/xshib_staked_shiba_inu",
|
|
6102
6097
|
"ethereum/erc20/xsigma",
|
|
6098
|
+
"ethereum/erc20/xstable_protocol",
|
|
6103
6099
|
"ethereum/erc20/xswap",
|
|
6104
6100
|
"ethereum/erc20/xtake",
|
|
6105
6101
|
"ethereum/erc20/xtoken",
|
|
@@ -6200,7 +6196,6 @@ Array [
|
|
|
6200
6196
|
"ethereum/erc20/yield_farming_token",
|
|
6201
6197
|
"ethereum/erc20/yield_guild_games_token",
|
|
6202
6198
|
"ethereum/erc20/yield_protocol",
|
|
6203
|
-
"ethereum/erc20/yieldfarming_insure",
|
|
6204
6199
|
"ethereum/erc20/yieldification",
|
|
6205
6200
|
"ethereum/erc20/yieldly",
|
|
6206
6201
|
"ethereum/erc20/yieldwars_com",
|
|
@@ -6254,7 +6249,6 @@ Array [
|
|
|
6254
6249
|
"ethereum/erc20/zigcoin_",
|
|
6255
6250
|
"ethereum/erc20/zigzag",
|
|
6256
6251
|
"ethereum/erc20/zild_finance_coin",
|
|
6257
|
-
"ethereum/erc20/zilla",
|
|
6258
6252
|
"ethereum/erc20/zin_finance",
|
|
6259
6253
|
"ethereum/erc20/zinu",
|
|
6260
6254
|
"ethereum/erc20/ziot",
|
|
@@ -6281,7 +6275,6 @@ Array [
|
|
|
6281
6275
|
"ethereum/erc20/zpay",
|
|
6282
6276
|
"ethereum/erc20/zrocor",
|
|
6283
6277
|
"ethereum/erc20/ztx",
|
|
6284
|
-
"ethereum/erc20/zum_token",
|
|
6285
6278
|
"ethereum/erc20/zuplo",
|
|
6286
6279
|
"ethereum/erc20/zyro",
|
|
6287
6280
|
"ethereum/erc20/zytara_usd",
|
|
@@ -6384,9 +6377,11 @@ Array [
|
|
|
6384
6377
|
"polygon/erc20/balancer_wsteth_stablepool",
|
|
6385
6378
|
"polygon/erc20/balancer_wusdr_stable_pool",
|
|
6386
6379
|
"polygon/erc20/bancor",
|
|
6380
|
+
"polygon/erc20/bandtoken",
|
|
6387
6381
|
"polygon/erc20/bankless_defi_innovation_index_(pos)",
|
|
6388
6382
|
"polygon/erc20/bat",
|
|
6389
6383
|
"polygon/erc20/bbgo",
|
|
6384
|
+
"polygon/erc20/beefy.finance",
|
|
6390
6385
|
"polygon/erc20/betprotocoltoken",
|
|
6391
6386
|
"polygon/erc20/binance-usd",
|
|
6392
6387
|
"polygon/erc20/bit2me",
|
|
@@ -6410,8 +6405,10 @@ Array [
|
|
|
6410
6405
|
"polygon/erc20/cad_coin",
|
|
6411
6406
|
"polygon/erc20/calvaria_duels_of_eternity",
|
|
6412
6407
|
"polygon/erc20/camel",
|
|
6408
|
+
"polygon/erc20/cardstack",
|
|
6413
6409
|
"polygon/erc20/cargox",
|
|
6414
6410
|
"polygon/erc20/cbomber_token",
|
|
6411
|
+
"polygon/erc20/cccash",
|
|
6415
6412
|
"polygon/erc20/celsius",
|
|
6416
6413
|
"polygon/erc20/cerby_token",
|
|
6417
6414
|
"polygon/erc20/chain_games",
|
|
@@ -6491,6 +6488,7 @@ Array [
|
|
|
6491
6488
|
"polygon/erc20/fantom_token",
|
|
6492
6489
|
"polygon/erc20/farthing",
|
|
6493
6490
|
"polygon/erc20/fegtoken",
|
|
6491
|
+
"polygon/erc20/fetch",
|
|
6494
6492
|
"polygon/erc20/fibo",
|
|
6495
6493
|
"polygon/erc20/financie_token_(pos)",
|
|
6496
6494
|
"polygon/erc20/fish",
|
|
@@ -6540,7 +6538,7 @@ Array [
|
|
|
6540
6538
|
"polygon/erc20/icb_token_(pos)",
|
|
6541
6539
|
"polygon/erc20/idle_(pos)",
|
|
6542
6540
|
"polygon/erc20/idleweth_[best_yield]",
|
|
6543
|
-
"polygon/erc20/
|
|
6541
|
+
"polygon/erc20/ig_gold_(pos)",
|
|
6544
6542
|
"polygon/erc20/impermax",
|
|
6545
6543
|
"polygon/erc20/impermax_borrowable",
|
|
6546
6544
|
"polygon/erc20/injective_token",
|
|
@@ -6551,6 +6549,7 @@ Array [
|
|
|
6551
6549
|
"polygon/erc20/invictus_crypto10_hedged",
|
|
6552
6550
|
"polygon/erc20/invictus_crypto20",
|
|
6553
6551
|
"polygon/erc20/invictus_stable_growth",
|
|
6552
|
+
"polygon/erc20/iotex_network",
|
|
6554
6553
|
"polygon/erc20/iron_finance_ice_token",
|
|
6555
6554
|
"polygon/erc20/iron_stablecoin",
|
|
6556
6555
|
"polygon/erc20/iron_titanium_token",
|
|
@@ -6658,6 +6657,7 @@ Array [
|
|
|
6658
6657
|
"polygon/erc20/ocean_token",
|
|
6659
6658
|
"polygon/erc20/oiler",
|
|
6660
6659
|
"polygon/erc20/omg_network",
|
|
6660
|
+
"polygon/erc20/ong",
|
|
6661
6661
|
"polygon/erc20/optimus_v3",
|
|
6662
6662
|
"polygon/erc20/oraichain_token",
|
|
6663
6663
|
"polygon/erc20/orbs",
|
|
@@ -6674,6 +6674,7 @@ Array [
|
|
|
6674
6674
|
"polygon/erc20/parsiq_token",
|
|
6675
6675
|
"polygon/erc20/pax.world",
|
|
6676
6676
|
"polygon/erc20/paxos_gold",
|
|
6677
|
+
"polygon/erc20/paxos_standard",
|
|
6677
6678
|
"polygon/erc20/pegaxy_stone",
|
|
6678
6679
|
"polygon/erc20/pen",
|
|
6679
6680
|
"polygon/erc20/pendyst",
|
|
@@ -6689,6 +6690,7 @@ Array [
|
|
|
6689
6690
|
"polygon/erc20/polylastic",
|
|
6690
6691
|
"polygon/erc20/polymath",
|
|
6691
6692
|
"polygon/erc20/polyroll_token",
|
|
6693
|
+
"polygon/erc20/polywolf",
|
|
6692
6694
|
"polygon/erc20/polyyeld_token",
|
|
6693
6695
|
"polygon/erc20/pooltogether",
|
|
6694
6696
|
"polygon/erc20/powerledger",
|
|
@@ -6726,6 +6728,7 @@ Array [
|
|
|
6726
6728
|
"polygon/erc20/sekuritance_(pos)",
|
|
6727
6729
|
"polygon/erc20/sentinel",
|
|
6728
6730
|
"polygon/erc20/serum",
|
|
6731
|
+
"polygon/erc20/shardus_(pos)",
|
|
6729
6732
|
"polygon/erc20/shiba_inu_(pos)",
|
|
6730
6733
|
"polygon/erc20/shibplus_token",
|
|
6731
6734
|
"polygon/erc20/shibplus_token_",
|
|
@@ -6856,6 +6859,7 @@ Array [
|
|
|
6856
6859
|
"polygon/erc20/zen_exchange_token",
|
|
6857
6860
|
"polygon/erc20/zombie_inu",
|
|
6858
6861
|
"polygon/erc20/zrx",
|
|
6862
|
+
"tron/trc10/1002670",
|
|
6859
6863
|
"tron/trc10/1001943",
|
|
6860
6864
|
"tron/trc10/1001351",
|
|
6861
6865
|
"tron/trc10/1001316",
|
|
@@ -6873,84 +6877,305 @@ Array [
|
|
|
6873
6877
|
"tron/trc20/TVj7RNVHy6thbM7BWdSe9G6gXwKhjhdNZS",
|
|
6874
6878
|
"tron/trc20/TZJmk51TP3YEETw7phRP581A7H3VzLDFsa",
|
|
6875
6879
|
"bsc/bep20/(del)",
|
|
6880
|
+
"bsc/bep20/0xmonero_on_xdai_from_xdai",
|
|
6876
6881
|
"bsc/bep20/10set_token",
|
|
6877
6882
|
"bsc/bep20/1inch_token",
|
|
6883
|
+
"bsc/bep20/1move",
|
|
6884
|
+
"bsc/bep20/1move_ee45",
|
|
6878
6885
|
"bsc/bep20/2030floki",
|
|
6886
|
+
"bsc/bep20/2049",
|
|
6887
|
+
"bsc/bep20/2g_carbon_coin",
|
|
6888
|
+
"bsc/bep20/3wild_farm",
|
|
6889
|
+
"bsc/bep20/4d_twin_maps",
|
|
6890
|
+
"bsc/bep20/4jnet",
|
|
6891
|
+
"bsc/bep20/8bitearn",
|
|
6892
|
+
"bsc/bep20/8pay_network_v2",
|
|
6879
6893
|
"bsc/bep20/99starz",
|
|
6894
|
+
"bsc/bep20/a2dao_token",
|
|
6895
|
+
"bsc/bep20/a4",
|
|
6896
|
+
"bsc/bep20/a_i_earn",
|
|
6897
|
+
"bsc/bep20/a_i_genesis_official",
|
|
6898
|
+
"bsc/bep20/able_finance",
|
|
6899
|
+
"bsc/bep20/aboat_token",
|
|
6900
|
+
"bsc/bep20/absolute_sync_token",
|
|
6880
6901
|
"bsc/bep20/accel_bnb_pre_sale",
|
|
6902
|
+
"bsc/bep20/acetoken",
|
|
6903
|
+
"bsc/bep20/acknoledger",
|
|
6881
6904
|
"bsc/bep20/acria_infinity_token",
|
|
6905
|
+
"bsc/bep20/acria_token",
|
|
6882
6906
|
"bsc/bep20/acryptos",
|
|
6907
|
+
"bsc/bep20/acryptos_i",
|
|
6883
6908
|
"bsc/bep20/acts_token",
|
|
6909
|
+
"bsc/bep20/adacash",
|
|
6910
|
+
"bsc/bep20/adadao",
|
|
6911
|
+
"bsc/bep20/adadex",
|
|
6912
|
+
"bsc/bep20/adapad_io",
|
|
6884
6913
|
"bsc/bep20/adex_network",
|
|
6914
|
+
"bsc/bep20/ado_protocol",
|
|
6915
|
+
"bsc/bep20/adonis",
|
|
6916
|
+
"bsc/bep20/adroverse_token",
|
|
6917
|
+
"bsc/bep20/adshares",
|
|
6885
6918
|
"bsc/bep20/ae_cash",
|
|
6919
|
+
"bsc/bep20/aerdrop",
|
|
6886
6920
|
"bsc/bep20/aeterna",
|
|
6921
|
+
"bsc/bep20/afen",
|
|
6922
|
+
"bsc/bep20/affinity",
|
|
6923
|
+
"bsc/bep20/afrostar",
|
|
6924
|
+
"bsc/bep20/aga_token",
|
|
6925
|
+
"bsc/bep20/ageofgods",
|
|
6926
|
+
"bsc/bep20/agii",
|
|
6927
|
+
"bsc/bep20/agritech",
|
|
6928
|
+
"bsc/bep20/ai_coinova",
|
|
6929
|
+
"bsc/bep20/ai_crew",
|
|
6887
6930
|
"bsc/bep20/ai_dogemini",
|
|
6931
|
+
"bsc/bep20/ai_floki",
|
|
6932
|
+
"bsc/bep20/ai_swap",
|
|
6933
|
+
"bsc/bep20/aicoin",
|
|
6934
|
+
"bsc/bep20/ainu_token",
|
|
6935
|
+
"bsc/bep20/aion_mars",
|
|
6936
|
+
"bsc/bep20/aione",
|
|
6888
6937
|
"bsc/bep20/aioz_network",
|
|
6938
|
+
"bsc/bep20/aipad_tech",
|
|
6939
|
+
"bsc/bep20/airnft_token",
|
|
6940
|
+
"bsc/bep20/ait_token",
|
|
6941
|
+
"bsc/bep20/akino_inu",
|
|
6942
|
+
"bsc/bep20/al_capone",
|
|
6889
6943
|
"bsc/bep20/alchemy",
|
|
6890
6944
|
"bsc/bep20/aleph.im_v2",
|
|
6945
|
+
"bsc/bep20/algoblocks",
|
|
6891
6946
|
"bsc/bep20/alice",
|
|
6892
6947
|
"bsc/bep20/alien_worlds_trilium",
|
|
6948
|
+
"bsc/bep20/alif",
|
|
6949
|
+
"bsc/bep20/alink_ai",
|
|
6893
6950
|
"bsc/bep20/alinx",
|
|
6951
|
+
"bsc/bep20/alita_token",
|
|
6952
|
+
"bsc/bep20/alitas",
|
|
6953
|
+
"bsc/bep20/aliumtoken",
|
|
6954
|
+
"bsc/bep20/all_in_gpt",
|
|
6955
|
+
"bsc/bep20/all_in_pepe",
|
|
6956
|
+
"bsc/bep20/allbridge",
|
|
6894
6957
|
"bsc/bep20/alliance_token",
|
|
6958
|
+
"bsc/bep20/allianceblock_nexera_token",
|
|
6895
6959
|
"bsc/bep20/allianceblock_token",
|
|
6960
|
+
"bsc/bep20/almira",
|
|
6896
6961
|
"bsc/bep20/alpacatoken",
|
|
6897
6962
|
"bsc/bep20/alpatoken",
|
|
6898
6963
|
"bsc/bep20/alphatoken",
|
|
6899
6964
|
"bsc/bep20/alpine_fan_token",
|
|
6965
|
+
"bsc/bep20/altbase",
|
|
6966
|
+
"bsc/bep20/alterna_network",
|
|
6967
|
+
"bsc/bep20/altitude",
|
|
6900
6968
|
"bsc/bep20/altura",
|
|
6969
|
+
"bsc/bep20/aluna",
|
|
6970
|
+
"bsc/bep20/alva",
|
|
6971
|
+
"bsc/bep20/alvey_chain",
|
|
6972
|
+
"bsc/bep20/amazingteamdao",
|
|
6973
|
+
"bsc/bep20/amazy_token",
|
|
6901
6974
|
"bsc/bep20/amc_fight_night",
|
|
6975
|
+
"bsc/bep20/american_shiba",
|
|
6976
|
+
"bsc/bep20/ammyi_coin",
|
|
6902
6977
|
"bsc/bep20/ampl_secured_by_meter_passport",
|
|
6978
|
+
"bsc/bep20/ampleswap_token",
|
|
6979
|
+
"bsc/bep20/amt_token",
|
|
6980
|
+
"bsc/bep20/anagata",
|
|
6981
|
+
"bsc/bep20/anchorswap_token",
|
|
6982
|
+
"bsc/bep20/anime",
|
|
6903
6983
|
"bsc/bep20/anji",
|
|
6904
6984
|
"bsc/bep20/ankr",
|
|
6985
|
+
"bsc/bep20/ankr_staked_bnb",
|
|
6986
|
+
"bsc/bep20/ankr_staked_eth",
|
|
6987
|
+
"bsc/bep20/ankr_staked_matic",
|
|
6988
|
+
"bsc/bep20/anomus",
|
|
6905
6989
|
"bsc/bep20/anontoken",
|
|
6906
6990
|
"bsc/bep20/antimatter.finance_mapping_token",
|
|
6991
|
+
"bsc/bep20/antnetworx",
|
|
6992
|
+
"bsc/bep20/antofy",
|
|
6993
|
+
"bsc/bep20/anubit",
|
|
6994
|
+
"bsc/bep20/anypad",
|
|
6907
6995
|
"bsc/bep20/anyswap-bep20",
|
|
6908
6996
|
"bsc/bep20/apecoin",
|
|
6997
|
+
"bsc/bep20/apedoge",
|
|
6909
6998
|
"bsc/bep20/apemax",
|
|
6910
6999
|
"bsc/bep20/apeswapfinance_banana",
|
|
7000
|
+
"bsc/bep20/apexcoin",
|
|
7001
|
+
"bsc/bep20/apidae_token",
|
|
7002
|
+
"bsc/bep20/apollox_token",
|
|
7003
|
+
"bsc/bep20/appleswap_ai_token_ap",
|
|
7004
|
+
"bsc/bep20/april_token",
|
|
6911
7005
|
"bsc/bep20/apyswap",
|
|
7006
|
+
"bsc/bep20/aqdc",
|
|
7007
|
+
"bsc/bep20/aquachain_token",
|
|
7008
|
+
"bsc/bep20/aquagoat",
|
|
7009
|
+
"bsc/bep20/arabic",
|
|
7010
|
+
"bsc/bep20/arable_protocol",
|
|
7011
|
+
"bsc/bep20/arbipad",
|
|
7012
|
+
"bsc/bep20/arbitrum_charts",
|
|
7013
|
+
"bsc/bep20/arcas",
|
|
7014
|
+
"bsc/bep20/archangel",
|
|
7015
|
+
"bsc/bep20/arcona",
|
|
7016
|
+
"bsc/bep20/arcstar",
|
|
7017
|
+
"bsc/bep20/arena_token",
|
|
6912
7018
|
"bsc/bep20/arenaplay",
|
|
7019
|
+
"bsc/bep20/areon",
|
|
7020
|
+
"bsc/bep20/ares_protocol",
|
|
7021
|
+
"bsc/bep20/argonon_helium",
|
|
6913
7022
|
"bsc/bep20/argontoken",
|
|
7023
|
+
"bsc/bep20/ari10",
|
|
7024
|
+
"bsc/bep20/arithfi",
|
|
6914
7025
|
"bsc/bep20/ariva",
|
|
7026
|
+
"bsc/bep20/arix",
|
|
7027
|
+
"bsc/bep20/arken_token",
|
|
7028
|
+
"bsc/bep20/arker",
|
|
7029
|
+
"bsc/bep20/arkrivals",
|
|
7030
|
+
"bsc/bep20/armour_wallet",
|
|
7031
|
+
"bsc/bep20/arora",
|
|
6915
7032
|
"bsc/bep20/arpa_token",
|
|
6916
7033
|
"bsc/bep20/arrano",
|
|
7034
|
+
"bsc/bep20/art_can_die",
|
|
7035
|
+
"bsc/bep20/arth_valuecoin_bsc",
|
|
6917
7036
|
"bsc/bep20/artrade_token",
|
|
7037
|
+
"bsc/bep20/asenix",
|
|
7038
|
+
"bsc/bep20/ash_token",
|
|
7039
|
+
"bsc/bep20/asia_coin",
|
|
7040
|
+
"bsc/bep20/asian_fintech",
|
|
7041
|
+
"bsc/bep20/asix_token",
|
|
7042
|
+
"bsc/bep20/aspotoken",
|
|
7043
|
+
"bsc/bep20/assa",
|
|
7044
|
+
"bsc/bep20/astro_cash",
|
|
7045
|
+
"bsc/bep20/astro_pepe",
|
|
7046
|
+
"bsc/bep20/astro_token",
|
|
7047
|
+
"bsc/bep20/astroai",
|
|
7048
|
+
"bsc/bep20/astrospaces_io",
|
|
7049
|
+
"bsc/bep20/asva",
|
|
7050
|
+
"bsc/bep20/asyagro",
|
|
7051
|
+
"bsc/bep20/ataritoken",
|
|
7052
|
+
"bsc/bep20/athenasv2",
|
|
7053
|
+
"bsc/bep20/atlantis",
|
|
7054
|
+
"bsc/bep20/atlantis_token",
|
|
7055
|
+
"bsc/bep20/auctus",
|
|
7056
|
+
"bsc/bep20/aura",
|
|
7057
|
+
"bsc/bep20/aureo",
|
|
7058
|
+
"bsc/bep20/aurora_dimension",
|
|
6918
7059
|
"bsc/bep20/aurox_token",
|
|
6919
7060
|
"bsc/bep20/ausmt_v2",
|
|
7061
|
+
"bsc/bep20/australian_shepherd_token",
|
|
6920
7062
|
"bsc/bep20/autocrypto",
|
|
6921
7063
|
"bsc/bep20/automata",
|
|
6922
7064
|
"bsc/bep20/autov2",
|
|
7065
|
+
"bsc/bep20/avatar_musk_verse",
|
|
7066
|
+
"bsc/bep20/avatly",
|
|
7067
|
+
"bsc/bep20/avnrich_token",
|
|
7068
|
+
"bsc/bep20/avocado_bg",
|
|
7069
|
+
"bsc/bep20/avocado_dao_token",
|
|
7070
|
+
"bsc/bep20/axelar_wrapped_usdc",
|
|
7071
|
+
"bsc/bep20/axl_inu",
|
|
7072
|
+
"bsc/bep20/axlegames",
|
|
7073
|
+
"bsc/bep20/b_launch",
|
|
7074
|
+
"bsc/bep20/baby_alvey",
|
|
7075
|
+
"bsc/bep20/baby_aptos",
|
|
6923
7076
|
"bsc/bep20/baby_cake",
|
|
7077
|
+
"bsc/bep20/baby_doge_ceo",
|
|
6924
7078
|
"bsc/bep20/baby_doge_coin",
|
|
7079
|
+
"bsc/bep20/baby_doge_inu",
|
|
7080
|
+
"bsc/bep20/baby_floki",
|
|
7081
|
+
"bsc/bep20/baby_floki_inu",
|
|
7082
|
+
"bsc/bep20/baby_lambo_inu",
|
|
7083
|
+
"bsc/bep20/baby_lovely_inu",
|
|
7084
|
+
"bsc/bep20/baby_luffy",
|
|
7085
|
+
"bsc/bep20/baby_meme_coin",
|
|
7086
|
+
"bsc/bep20/baby_pepe",
|
|
7087
|
+
"bsc/bep20/baby_shark",
|
|
7088
|
+
"bsc/bep20/baby_squid_game",
|
|
7089
|
+
"bsc/bep20/baby_yooshiape",
|
|
7090
|
+
"bsc/bep20/babyama",
|
|
6925
7091
|
"bsc/bep20/babybnbtiger",
|
|
7092
|
+
"bsc/bep20/babychita_token",
|
|
6926
7093
|
"bsc/bep20/babydoge_2.0",
|
|
7094
|
+
"bsc/bep20/babydogearmy",
|
|
7095
|
+
"bsc/bep20/babydogecash",
|
|
7096
|
+
"bsc/bep20/babydot",
|
|
7097
|
+
"bsc/bep20/babyflokicoin",
|
|
6927
7098
|
"bsc/bep20/babyflokidoge",
|
|
7099
|
+
"bsc/bep20/babykitty",
|
|
7100
|
+
"bsc/bep20/babylons_governance_token",
|
|
7101
|
+
"bsc/bep20/babypepe",
|
|
7102
|
+
"bsc/bep20/babyrabbit",
|
|
7103
|
+
"bsc/bep20/babyshark",
|
|
7104
|
+
"bsc/bep20/babyswap_token",
|
|
7105
|
+
"bsc/bep20/babyxrp",
|
|
7106
|
+
"bsc/bep20/bacondao",
|
|
6928
7107
|
"bsc/bep20/badger_sett_badger",
|
|
6929
7108
|
"bsc/bep20/badger_sett_digg",
|
|
7109
|
+
"bsc/bep20/bafi_finance_token",
|
|
7110
|
+
"bsc/bep20/baka_casino",
|
|
6930
7111
|
"bsc/bep20/bakerytoken",
|
|
7112
|
+
"bsc/bep20/bakerytools",
|
|
7113
|
+
"bsc/bep20/bali_token",
|
|
7114
|
+
"bsc/bep20/ballswap",
|
|
6931
7115
|
"bsc/bep20/balto_token",
|
|
7116
|
+
"bsc/bep20/bamboodefi",
|
|
7117
|
+
"bsc/bep20/bananace",
|
|
7118
|
+
"bsc/bep20/bankersdream",
|
|
6932
7119
|
"bsc/bep20/banus",
|
|
7120
|
+
"bsc/bep20/barking",
|
|
7121
|
+
"bsc/bep20/bart_simpson_coin",
|
|
7122
|
+
"bsc/bep20/barter_bep20",
|
|
7123
|
+
"bsc/bep20/basebank",
|
|
7124
|
+
"bsc/bep20/based_ai",
|
|
7125
|
+
"bsc/bep20/basketball_legends",
|
|
7126
|
+
"bsc/bep20/basketcoin",
|
|
6933
7127
|
"bsc/bep20/bat_true_dollar",
|
|
6934
|
-
"bsc/bep20/
|
|
7128
|
+
"bsc/bep20/battle_saga",
|
|
7129
|
+
"bsc/bep20/battleforten",
|
|
6935
7130
|
"bsc/bep20/battleinfinity",
|
|
7131
|
+
"bsc/bep20/battleverse_coin",
|
|
7132
|
+
"bsc/bep20/bayesian",
|
|
6936
7133
|
"bsc/bep20/bb_verse",
|
|
7134
|
+
"bsc/bep20/bblurt_token",
|
|
7135
|
+
"bsc/bep20/bbs_via_chainport_io",
|
|
7136
|
+
"bsc/bep20/bcpay_fintech",
|
|
6937
7137
|
"bsc/bep20/bdollar",
|
|
6938
7138
|
"bsc/bep20/bdollar_share",
|
|
6939
7139
|
"bsc/bep20/be_meta_famous",
|
|
6940
7140
|
"bsc/bep20/beam",
|
|
7141
|
+
"bsc/bep20/bear",
|
|
6941
7142
|
"bsc/bep20/bearn.fi",
|
|
7143
|
+
"bsc/bep20/beatgen",
|
|
6942
7144
|
"bsc/bep20/beefy.finance",
|
|
7145
|
+
"bsc/bep20/beetoken",
|
|
7146
|
+
"bsc/bep20/befaster_holder_token",
|
|
7147
|
+
"bsc/bep20/belifex",
|
|
6943
7148
|
"bsc/bep20/bella_protocol",
|
|
6944
7149
|
"bsc/bep20/belt_token",
|
|
7150
|
+
"bsc/bep20/belugatoken",
|
|
6945
7151
|
"bsc/bep20/bemil",
|
|
7152
|
+
"bsc/bep20/benft_ai",
|
|
7153
|
+
"bsc/bep20/benyketoken",
|
|
7154
|
+
"bsc/bep20/bep20_leo",
|
|
6946
7155
|
"bsc/bep20/bep20dhp",
|
|
7156
|
+
"bsc/bep20/berger_doge_coin",
|
|
6947
7157
|
"bsc/bep20/berry_tributes",
|
|
7158
|
+
"bsc/bep20/berryswap_token",
|
|
6948
7159
|
"bsc/bep20/beta_token",
|
|
7160
|
+
"bsc/bep20/betero",
|
|
7161
|
+
"bsc/bep20/betswirl_v2",
|
|
7162
|
+
"bsc/bep20/betterment_digital",
|
|
6949
7163
|
"bsc/bep20/betu",
|
|
7164
|
+
"bsc/bep20/bfg_token",
|
|
6950
7165
|
"bsc/bep20/bgov_token",
|
|
7166
|
+
"bsc/bep20/bholdus_token",
|
|
7167
|
+
"bsc/bep20/bibi",
|
|
7168
|
+
"bsc/bep20/bibi2_0",
|
|
7169
|
+
"bsc/bep20/bible_coin",
|
|
6951
7170
|
"bsc/bep20/biconomy_token_(wormhole)",
|
|
6952
7171
|
"bsc/bep20/bidr_bep20",
|
|
7172
|
+
"bsc/bep20/bidz_coin",
|
|
7173
|
+
"bsc/bep20/big_crypto_game_token",
|
|
7174
|
+
"bsc/bep20/big_panda",
|
|
7175
|
+
"bsc/bep20/bilira",
|
|
7176
|
+
"bsc/bep20/billiard_crypto",
|
|
6953
7177
|
"bsc/bep20/billion_happiness",
|
|
7178
|
+
"bsc/bep20/billionaires_pixel_club",
|
|
6954
7179
|
"bsc/bep20/binamon",
|
|
6955
7180
|
"bsc/bep20/binance-peg_apenft_token",
|
|
6956
7181
|
"bsc/bep20/binance-peg_as_roma_token",
|
|
@@ -6964,12 +7189,14 @@ Array [
|
|
|
6964
7189
|
"bsc/bep20/binance-peg_bitcoin_cash_token",
|
|
6965
7190
|
"bsc/bep20/binance-peg_bittorrent",
|
|
6966
7191
|
"bsc/bep20/binance-peg_bsc-usd",
|
|
7192
|
+
"bsc/bep20/binance-peg_btcb_token",
|
|
6967
7193
|
"bsc/bep20/binance-peg_busd_token",
|
|
6968
7194
|
"bsc/bep20/binance-peg_cardano_token",
|
|
6969
7195
|
"bsc/bep20/binance-peg_celer_token",
|
|
6970
7196
|
"bsc/bep20/binance-peg_chainlink_token",
|
|
6971
7197
|
"bsc/bep20/binance-peg_compound_coin",
|
|
6972
7198
|
"bsc/bep20/binance-peg_cosmos_token",
|
|
7199
|
+
"bsc/bep20/binance-peg_coti_token",
|
|
6973
7200
|
"bsc/bep20/binance-peg_dai_token",
|
|
6974
7201
|
"bsc/bep20/binance-peg_dogecoin",
|
|
6975
7202
|
"bsc/bep20/binance-peg_ecash_token",
|
|
@@ -7008,90 +7235,339 @@ Array [
|
|
|
7008
7235
|
"bsc/bep20/binaryx",
|
|
7009
7236
|
"bsc/bep20/binemon",
|
|
7010
7237
|
"bsc/bep20/binstarter",
|
|
7238
|
+
"bsc/bep20/bintex_futures",
|
|
7239
|
+
"bsc/bep20/biokript",
|
|
7240
|
+
"bsc/bep20/bios",
|
|
7241
|
+
"bsc/bep20/birb",
|
|
7242
|
+
"bsc/bep20/bird",
|
|
7011
7243
|
"bsc/bep20/biswap",
|
|
7244
|
+
"bsc/bep20/bit2me",
|
|
7245
|
+
"bsc/bep20/bit_game_verse_token",
|
|
7246
|
+
"bsc/bep20/bit_store_coin",
|
|
7247
|
+
"bsc/bep20/bit_token",
|
|
7012
7248
|
"bsc/bep20/bitbase",
|
|
7249
|
+
"bsc/bep20/bitbook",
|
|
7250
|
+
"bsc/bep20/bitcoin_battle",
|
|
7251
|
+
"bsc/bep20/bitcoin_br",
|
|
7013
7252
|
"bsc/bep20/bitcoin_bsc",
|
|
7253
|
+
"bsc/bep20/bitcoin_e_wallet",
|
|
7254
|
+
"bsc/bep20/bitcoin_pay",
|
|
7255
|
+
"bsc/bep20/bitcoinai",
|
|
7256
|
+
"bsc/bep20/bitcointry_token",
|
|
7257
|
+
"bsc/bep20/bitcoiva",
|
|
7258
|
+
"bsc/bep20/bitconey",
|
|
7259
|
+
"bsc/bep20/bitindi_chain",
|
|
7260
|
+
"bsc/bep20/bitorbit_com",
|
|
7014
7261
|
"bsc/bep20/bitrise_token",
|
|
7015
7262
|
"bsc/bep20/bitrue_token",
|
|
7263
|
+
"bsc/bep20/bitscrow",
|
|
7016
7264
|
"bsc/bep20/bitshiba",
|
|
7265
|
+
"bsc/bep20/bitsniper",
|
|
7266
|
+
"bsc/bep20/bittoken",
|
|
7017
7267
|
"bsc/bep20/bittorrent",
|
|
7268
|
+
"bsc/bep20/bitvalley",
|
|
7018
7269
|
"bsc/bep20/bitwell_token",
|
|
7270
|
+
"bsc/bep20/bitzen",
|
|
7271
|
+
"bsc/bep20/bitzipp_token",
|
|
7272
|
+
"bsc/bep20/black_phoenix",
|
|
7273
|
+
"bsc/bep20/black_whale",
|
|
7274
|
+
"bsc/bep20/blackhat",
|
|
7275
|
+
"bsc/bep20/blackpearl_token",
|
|
7276
|
+
"bsc/bep20/blazex",
|
|
7277
|
+
"bsc/bep20/bless_global_credit",
|
|
7278
|
+
"bsc/bep20/blind_boxes_token",
|
|
7019
7279
|
"bsc/bep20/blinktoken",
|
|
7280
|
+
"bsc/bep20/blinq",
|
|
7281
|
+
"bsc/bep20/blithe",
|
|
7282
|
+
"bsc/bep20/blitz_token",
|
|
7020
7283
|
"bsc/bep20/blockapescissors",
|
|
7284
|
+
"bsc/bep20/blockasset",
|
|
7285
|
+
"bsc/bep20/blockchain_island",
|
|
7286
|
+
"bsc/bep20/blockchain_monster_coin",
|
|
7287
|
+
"bsc/bep20/blockchaincoinx",
|
|
7288
|
+
"bsc/bep20/blockchainspace_via_chainport_io",
|
|
7289
|
+
"bsc/bep20/blockrock",
|
|
7290
|
+
"bsc/bep20/blockscape",
|
|
7291
|
+
"bsc/bep20/blocx",
|
|
7021
7292
|
"bsc/bep20/blok",
|
|
7293
|
+
"bsc/bep20/bloody_bunny",
|
|
7294
|
+
"bsc/bep20/blueart_token",
|
|
7295
|
+
"bsc/bep20/bluebenx",
|
|
7296
|
+
"bsc/bep20/bluzelle_token",
|
|
7022
7297
|
"bsc/bep20/bnb48_club_token",
|
|
7298
|
+
"bsc/bep20/bnb_bank",
|
|
7299
|
+
"bsc/bep20/bnb_diamond",
|
|
7023
7300
|
"bsc/bep20/bnb_lion_inu",
|
|
7024
7301
|
"bsc/bep20/bnb_network",
|
|
7025
7302
|
"bsc/bep20/bnb_tiger_inu",
|
|
7303
|
+
"bsc/bep20/bnb_whales",
|
|
7304
|
+
"bsc/bep20/bnbking",
|
|
7305
|
+
"bsc/bep20/bns_finance",
|
|
7306
|
+
"bsc/bep20/bob",
|
|
7026
7307
|
"bsc/bep20/bobc",
|
|
7308
|
+
"bsc/bep20/boda",
|
|
7309
|
+
"bsc/bep20/body_ai",
|
|
7310
|
+
"bsc/bep20/bogey",
|
|
7311
|
+
"bsc/bep20/bogged_finance",
|
|
7027
7312
|
"bsc/bep20/boletoken",
|
|
7313
|
+
"bsc/bep20/bolicai",
|
|
7314
|
+
"bsc/bep20/bolide",
|
|
7315
|
+
"bsc/bep20/bomb_money",
|
|
7316
|
+
"bsc/bep20/bomber_coin",
|
|
7028
7317
|
"bsc/bep20/bondly",
|
|
7318
|
+
"bsc/bep20/bone",
|
|
7319
|
+
"bsc/bep20/bonfire",
|
|
7320
|
+
"bsc/bep20/bongweedcoin",
|
|
7321
|
+
"bsc/bep20/bonk",
|
|
7322
|
+
"bsc/bep20/bonyta",
|
|
7029
7323
|
"bsc/bep20/boringdao",
|
|
7324
|
+
"bsc/bep20/boringdao_token",
|
|
7325
|
+
"bsc/bep20/boss_token",
|
|
7326
|
+
"bsc/bep20/bot",
|
|
7327
|
+
"bsc/bep20/botccoin",
|
|
7328
|
+
"bsc/bep20/botopiafinance",
|
|
7329
|
+
"bsc/bep20/bountie",
|
|
7330
|
+
"bsc/bep20/bountykinds_yu",
|
|
7331
|
+
"bsc/bep20/bovine_verse_token",
|
|
7332
|
+
"bsc/bep20/box_dao",
|
|
7030
7333
|
"bsc/bep20/bpad",
|
|
7334
|
+
"bsc/bep20/brain_sync",
|
|
7335
|
+
"bsc/bep20/brandpad",
|
|
7031
7336
|
"bsc/bep20/brank",
|
|
7337
|
+
"bsc/bep20/brd",
|
|
7338
|
+
"bsc/bep20/brewlabs",
|
|
7339
|
+
"bsc/bep20/brick_token",
|
|
7340
|
+
"bsc/bep20/brickken",
|
|
7032
7341
|
"bsc/bep20/bridge",
|
|
7033
7342
|
"bsc/bep20/brn_metaverse",
|
|
7343
|
+
"bsc/bep20/brokoli_token_via_chainport_io",
|
|
7344
|
+
"bsc/bep20/broovs",
|
|
7345
|
+
"bsc/bep20/brt",
|
|
7346
|
+
"bsc/bep20/brz_token",
|
|
7034
7347
|
"bsc/bep20/bsc_conflux",
|
|
7035
7348
|
"bsc/bep20/bsc_ecosystem_defi_blue_chips",
|
|
7036
7349
|
"bsc/bep20/bsc_wrapped_jupiter",
|
|
7350
|
+
"bsc/bep20/bscdium_token",
|
|
7037
7351
|
"bsc/bep20/bscpad.com",
|
|
7352
|
+
"bsc/bep20/bscs_token",
|
|
7038
7353
|
"bsc/bep20/bscx",
|
|
7039
7354
|
"bsc/bep20/btaf",
|
|
7355
|
+
"bsc/bep20/bts_chain",
|
|
7356
|
+
"bsc/bep20/buddy_dao",
|
|
7357
|
+
"bsc/bep20/buff",
|
|
7358
|
+
"bsc/bep20/buff_doge_coin",
|
|
7359
|
+
"bsc/bep20/buffswap",
|
|
7360
|
+
"bsc/bep20/build_token",
|
|
7361
|
+
"bsc/bep20/bull_btc_club",
|
|
7362
|
+
"bsc/bep20/bull_coin",
|
|
7363
|
+
"bsc/bep20/bull_game_tokens",
|
|
7364
|
+
"bsc/bep20/bull_perks",
|
|
7365
|
+
"bsc/bep20/bumblebot",
|
|
7366
|
+
"bsc/bep20/bumoon",
|
|
7367
|
+
"bsc/bep20/buni_token",
|
|
7040
7368
|
"bsc/bep20/bunny_token",
|
|
7041
7369
|
"bsc/bep20/bunnypark",
|
|
7370
|
+
"bsc/bep20/bunnypark_game",
|
|
7371
|
+
"bsc/bep20/bunscake",
|
|
7042
7372
|
"bsc/bep20/burger_swap",
|
|
7043
7373
|
"bsc/bep20/busd-bd1",
|
|
7044
7374
|
"bsc/bep20/busdprinter",
|
|
7045
|
-
"bsc/bep20/
|
|
7375
|
+
"bsc/bep20/busdx",
|
|
7376
|
+
"bsc/bep20/buy_token",
|
|
7377
|
+
"bsc/bep20/byepix",
|
|
7378
|
+
"bsc/bep20/bytenext",
|
|
7046
7379
|
"bsc/bep20/c+charge",
|
|
7380
|
+
"bsc/bep20/cacom",
|
|
7381
|
+
"bsc/bep20/cake_monster",
|
|
7382
|
+
"bsc/bep20/cakebot",
|
|
7383
|
+
"bsc/bep20/cakeswap_token",
|
|
7384
|
+
"bsc/bep20/caketools",
|
|
7385
|
+
"bsc/bep20/calcium",
|
|
7386
|
+
"bsc/bep20/canadian_inuit_dog_v2",
|
|
7047
7387
|
"bsc/bep20/canyacoin",
|
|
7388
|
+
"bsc/bep20/capitalrock",
|
|
7048
7389
|
"bsc/bep20/capsule_coin",
|
|
7390
|
+
"bsc/bep20/capybara_coin",
|
|
7049
7391
|
"bsc/bep20/car",
|
|
7050
7392
|
"bsc/bep20/carbon",
|
|
7393
|
+
"bsc/bep20/carbon_1176",
|
|
7394
|
+
"bsc/bep20/carbon_89ea",
|
|
7395
|
+
"bsc/bep20/cardence",
|
|
7051
7396
|
"bsc/bep20/cartesi_token",
|
|
7397
|
+
"bsc/bep20/cash_driver",
|
|
7398
|
+
"bsc/bep20/cashaa",
|
|
7399
|
+
"bsc/bep20/cashback",
|
|
7400
|
+
"bsc/bep20/cashbackpro",
|
|
7401
|
+
"bsc/bep20/cashcow",
|
|
7052
7402
|
"bsc/bep20/casper",
|
|
7403
|
+
"bsc/bep20/casperpad",
|
|
7053
7404
|
"bsc/bep20/cat",
|
|
7405
|
+
"bsc/bep20/catbonk",
|
|
7406
|
+
"bsc/bep20/catceo",
|
|
7407
|
+
"bsc/bep20/catchy",
|
|
7054
7408
|
"bsc/bep20/catcoin",
|
|
7055
7409
|
"bsc/bep20/catecoin",
|
|
7056
7410
|
"bsc/bep20/catecoin_",
|
|
7411
|
+
"bsc/bep20/catge_v2",
|
|
7057
7412
|
"bsc/bep20/catgirl",
|
|
7058
7413
|
"bsc/bep20/catpay",
|
|
7414
|
+
"bsc/bep20/cats_coin",
|
|
7415
|
+
"bsc/bep20/catvillscoin",
|
|
7416
|
+
"bsc/bep20/catzcoin",
|
|
7417
|
+
"bsc/bep20/cavatar",
|
|
7418
|
+
"bsc/bep20/caw_ceo",
|
|
7419
|
+
"bsc/bep20/cbyte",
|
|
7420
|
+
"bsc/bep20/ccgds",
|
|
7421
|
+
"bsc/bep20/ccn",
|
|
7422
|
+
"bsc/bep20/ceasports",
|
|
7423
|
+
"bsc/bep20/cebiolabs",
|
|
7059
7424
|
"bsc/bep20/ceek",
|
|
7060
7425
|
"bsc/bep20/cellframe_erc20_v2",
|
|
7061
7426
|
"bsc/bep20/cellframe_token",
|
|
7427
|
+
"bsc/bep20/cellstoken",
|
|
7062
7428
|
"bsc/bep20/centcex",
|
|
7429
|
+
"bsc/bep20/centric_swap",
|
|
7430
|
+
"bsc/bep20/centrofi",
|
|
7431
|
+
"bsc/bep20/ceo",
|
|
7063
7432
|
"bsc/bep20/cerby_token",
|
|
7064
7433
|
"bsc/bep20/certik_token",
|
|
7434
|
+
"bsc/bep20/cex_trade",
|
|
7435
|
+
"bsc/bep20/cfl365_finance",
|
|
7436
|
+
"bsc/bep20/chain_games",
|
|
7437
|
+
"bsc/bep20/chain_of_legends_token",
|
|
7438
|
+
"bsc/bep20/chaincade",
|
|
7065
7439
|
"bsc/bep20/chaingpt",
|
|
7066
7440
|
"bsc/bep20/chainport.io-peg_xcad_token",
|
|
7441
|
+
"bsc/bep20/chappyz",
|
|
7067
7442
|
"bsc/bep20/chatcrypto",
|
|
7443
|
+
"bsc/bep20/chavo",
|
|
7068
7444
|
"bsc/bep20/checkdot",
|
|
7445
|
+
"bsc/bep20/checoin",
|
|
7446
|
+
"bsc/bep20/cheelee",
|
|
7447
|
+
"bsc/bep20/cheemsinu",
|
|
7069
7448
|
"bsc/bep20/cheers",
|
|
7449
|
+
"bsc/bep20/cheesecakeswap_token",
|
|
7070
7450
|
"bsc/bep20/cheesemaker.farm",
|
|
7451
|
+
"bsc/bep20/cherish_credit",
|
|
7452
|
+
"bsc/bep20/cherry_token",
|
|
7453
|
+
"bsc/bep20/chess",
|
|
7071
7454
|
"bsc/bep20/chi_gastoken_by_1inch",
|
|
7455
|
+
"bsc/bep20/chica",
|
|
7456
|
+
"bsc/bep20/chihiro_inu",
|
|
7457
|
+
"bsc/bep20/chihuahua",
|
|
7458
|
+
"bsc/bep20/child_support",
|
|
7459
|
+
"bsc/bep20/chirpley_token",
|
|
7460
|
+
"bsc/bep20/christmas_floki",
|
|
7461
|
+
"bsc/bep20/christmas_shiba",
|
|
7072
7462
|
"bsc/bep20/chroma",
|
|
7463
|
+
"bsc/bep20/chronicle_via_chainport_io",
|
|
7464
|
+
"bsc/bep20/chubbyakita",
|
|
7073
7465
|
"bsc/bep20/chumbi_valley",
|
|
7466
|
+
"bsc/bep20/cicca_defi",
|
|
7467
|
+
"bsc/bep20/circuits_of_value_v2",
|
|
7468
|
+
"bsc/bep20/citadel_one",
|
|
7469
|
+
"bsc/bep20/city_tycoon_games",
|
|
7470
|
+
"bsc/bep20/civilization",
|
|
7471
|
+
"bsc/bep20/clash_of_lilliput",
|
|
7074
7472
|
"bsc/bep20/clear_water",
|
|
7473
|
+
"bsc/bep20/clinq_gold_token",
|
|
7075
7474
|
"bsc/bep20/clintex",
|
|
7475
|
+
"bsc/bep20/cliq_token",
|
|
7476
|
+
"bsc/bep20/cloud_pet",
|
|
7477
|
+
"bsc/bep20/cloudcoin_finance",
|
|
7478
|
+
"bsc/bep20/cloudtx",
|
|
7479
|
+
"bsc/bep20/cloutcontracts_peg",
|
|
7480
|
+
"bsc/bep20/clover",
|
|
7481
|
+
"bsc/bep20/cmc_coin",
|
|
7076
7482
|
"bsc/bep20/co",
|
|
7483
|
+
"bsc/bep20/co2dao_token",
|
|
7077
7484
|
"bsc/bep20/coalphoenix",
|
|
7485
|
+
"bsc/bep20/cockapoo",
|
|
7486
|
+
"bsc/bep20/cockroach_coin",
|
|
7487
|
+
"bsc/bep20/codai",
|
|
7488
|
+
"bsc/bep20/coffee",
|
|
7489
|
+
"bsc/bep20/cogito_governance_token",
|
|
7078
7490
|
"bsc/bep20/coin98",
|
|
7079
7491
|
"bsc/bep20/coin_merge",
|
|
7492
|
+
"bsc/bep20/coin_of_nature",
|
|
7493
|
+
"bsc/bep20/coin_of_the_champions",
|
|
7494
|
+
"bsc/bep20/coinalpha",
|
|
7495
|
+
"bsc/bep20/coinary_token",
|
|
7496
|
+
"bsc/bep20/coinhub_token",
|
|
7497
|
+
"bsc/bep20/coinlocally_coin",
|
|
7498
|
+
"bsc/bep20/coinmarketprime",
|
|
7499
|
+
"bsc/bep20/coinmatch_ai",
|
|
7500
|
+
"bsc/bep20/coinmooner",
|
|
7501
|
+
"bsc/bep20/coinopy",
|
|
7502
|
+
"bsc/bep20/coinracer",
|
|
7503
|
+
"bsc/bep20/coinradr",
|
|
7504
|
+
"bsc/bep20/coinsale_token",
|
|
7505
|
+
"bsc/bep20/coinscope",
|
|
7506
|
+
"bsc/bep20/coinspaid",
|
|
7507
|
+
"bsc/bep20/coinwealth",
|
|
7508
|
+
"bsc/bep20/coinxpad",
|
|
7509
|
+
"bsc/bep20/coinzix_token",
|
|
7510
|
+
"bsc/bep20/coldstack",
|
|
7511
|
+
"bsc/bep20/colizeum",
|
|
7512
|
+
"bsc/bep20/collectivecare",
|
|
7513
|
+
"bsc/bep20/collector_coin",
|
|
7514
|
+
"bsc/bep20/collie_inu",
|
|
7080
7515
|
"bsc/bep20/coloniume",
|
|
7516
|
+
"bsc/bep20/colossusxt",
|
|
7517
|
+
"bsc/bep20/combotoken",
|
|
7518
|
+
"bsc/bep20/compound_meta",
|
|
7081
7519
|
"bsc/bep20/concentrated_voting_power",
|
|
7520
|
+
"bsc/bep20/connext",
|
|
7082
7521
|
"bsc/bep20/contentos",
|
|
7522
|
+
"bsc/bep20/continuumfinance",
|
|
7523
|
+
"bsc/bep20/contractus",
|
|
7524
|
+
"bsc/bep20/cooper",
|
|
7083
7525
|
"bsc/bep20/copiosa_coin",
|
|
7526
|
+
"bsc/bep20/copycat_token",
|
|
7527
|
+
"bsc/bep20/cor_token",
|
|
7528
|
+
"bsc/bep20/core_multichain_token",
|
|
7529
|
+
"bsc/bep20/corgi_ceo",
|
|
7530
|
+
"bsc/bep20/corgicoin",
|
|
7531
|
+
"bsc/bep20/corionx",
|
|
7084
7532
|
"bsc/bep20/cornucopias_[via_chainport.io]",
|
|
7533
|
+
"bsc/bep20/cosanta",
|
|
7534
|
+
"bsc/bep20/cosmic_chain",
|
|
7535
|
+
"bsc/bep20/cotrader",
|
|
7536
|
+
"bsc/bep20/covesting",
|
|
7537
|
+
"bsc/bep20/cowrie",
|
|
7085
7538
|
"bsc/bep20/cp",
|
|
7539
|
+
"bsc/bep20/cpos_cloud_payment",
|
|
7540
|
+
"bsc/bep20/cracle",
|
|
7541
|
+
"bsc/bep20/cratos_bep20",
|
|
7542
|
+
"bsc/bep20/crazy_bunny_equity_token",
|
|
7543
|
+
"bsc/bep20/crazy_tiger",
|
|
7544
|
+
"bsc/bep20/crazybunny",
|
|
7086
7545
|
"bsc/bep20/cream",
|
|
7087
7546
|
"bsc/bep20/cream_cardano_token",
|
|
7547
|
+
"bsc/bep20/creator_chain",
|
|
7548
|
+
"bsc/bep20/credi_via_chainport_io",
|
|
7549
|
+
"bsc/bep20/cremation_coin",
|
|
7088
7550
|
"bsc/bep20/creoengine",
|
|
7551
|
+
"bsc/bep20/crimson_network",
|
|
7552
|
+
"bsc/bep20/criptoville_coins_2",
|
|
7089
7553
|
"bsc/bep20/crir_msh",
|
|
7554
|
+
"bsc/bep20/cross_chain_bridge_token",
|
|
7090
7555
|
"bsc/bep20/cross_finance",
|
|
7556
|
+
"bsc/bep20/crosschain_iotx",
|
|
7557
|
+
"bsc/bep20/crossdex",
|
|
7558
|
+
"bsc/bep20/crossfi",
|
|
7559
|
+
"bsc/bep20/crossswap_com",
|
|
7091
7560
|
"bsc/bep20/crosswallet",
|
|
7092
7561
|
"bsc/bep20/crowns",
|
|
7562
|
+
"bsc/bep20/crusaders_of_crypto",
|
|
7563
|
+
"bsc/bep20/cryptegrity_dao",
|
|
7564
|
+
"bsc/bep20/crypthub_token",
|
|
7565
|
+
"bsc/bep20/crypto_ai",
|
|
7566
|
+
"bsc/bep20/crypto_classic",
|
|
7093
7567
|
"bsc/bep20/crypto_development_services",
|
|
7568
|
+
"bsc/bep20/crypto_gaming_united",
|
|
7094
7569
|
"bsc/bep20/crypto_jackpot",
|
|
7570
|
+
"bsc/bep20/crypto_street_v2",
|
|
7095
7571
|
"bsc/bep20/cryptoart.ai",
|
|
7096
7572
|
"bsc/bep20/cryptoblades_skill_token",
|
|
7097
7573
|
"bsc/bep20/cryptocars",
|
|
@@ -7103,8 +7579,10 @@ Array [
|
|
|
7103
7579
|
"bsc/bep20/cubiex",
|
|
7104
7580
|
"bsc/bep20/cultecoin",
|
|
7105
7581
|
"bsc/bep20/curate",
|
|
7582
|
+
"bsc/bep20/cure_token_v2",
|
|
7106
7583
|
"bsc/bep20/custodiy_(v3)",
|
|
7107
7584
|
"bsc/bep20/cyberconnect",
|
|
7585
|
+
"bsc/bep20/cyberdragon_gold",
|
|
7108
7586
|
"bsc/bep20/cyclone_protocol",
|
|
7109
7587
|
"bsc/bep20/dalarnia",
|
|
7110
7588
|
"bsc/bep20/dar_utilities_token",
|
|
@@ -7116,6 +7594,7 @@ Array [
|
|
|
7116
7594
|
"bsc/bep20/decentraland",
|
|
7117
7595
|
"bsc/bep20/decentralized_community_investment_protocol",
|
|
7118
7596
|
"bsc/bep20/deepspace",
|
|
7597
|
+
"bsc/bep20/def_cafe",
|
|
7119
7598
|
"bsc/bep20/defi_100",
|
|
7120
7599
|
"bsc/bep20/defi_for_you",
|
|
7121
7600
|
"bsc/bep20/defidollar_dao",
|
|
@@ -7188,6 +7667,7 @@ Array [
|
|
|
7188
7667
|
"bsc/bep20/feg_token",
|
|
7189
7668
|
"bsc/bep20/ferrum_network_token",
|
|
7190
7669
|
"bsc/bep20/fetch",
|
|
7670
|
+
"bsc/bep20/fight_token",
|
|
7191
7671
|
"bsc/bep20/finnexus",
|
|
7192
7672
|
"bsc/bep20/firepin",
|
|
7193
7673
|
"bsc/bep20/firo",
|
|
@@ -7241,6 +7721,7 @@ Array [
|
|
|
7241
7721
|
"bsc/bep20/goswapp",
|
|
7242
7722
|
"bsc/bep20/gourmetgalaxy",
|
|
7243
7723
|
"bsc/bep20/green_metaverse_token",
|
|
7724
|
+
"bsc/bep20/greentrust",
|
|
7244
7725
|
"bsc/bep20/grimacecoin",
|
|
7245
7726
|
"bsc/bep20/grizzly_honey",
|
|
7246
7727
|
"bsc/bep20/grove_gold",
|
|
@@ -7289,6 +7770,7 @@ Array [
|
|
|
7289
7770
|
"bsc/bep20/jarvis_synthetic_british_pound",
|
|
7290
7771
|
"bsc/bep20/jarvis_synthetic_swiss_franc",
|
|
7291
7772
|
"bsc/bep20/jasmycoin",
|
|
7773
|
+
"bsc/bep20/jaws_token",
|
|
7292
7774
|
"bsc/bep20/jedstar",
|
|
7293
7775
|
"bsc/bep20/jefe",
|
|
7294
7776
|
"bsc/bep20/jencoin",
|
|
@@ -7339,6 +7821,7 @@ Array [
|
|
|
7339
7821
|
"bsc/bep20/lto_network",
|
|
7340
7822
|
"bsc/bep20/luckyblock",
|
|
7341
7823
|
"bsc/bep20/lucro",
|
|
7824
|
+
"bsc/bep20/luna_(wormhole)",
|
|
7342
7825
|
"bsc/bep20/luna_rush_token",
|
|
7343
7826
|
"bsc/bep20/lunachow_on_xdai_from_xdai",
|
|
7344
7827
|
"bsc/bep20/lunaone",
|
|
@@ -7353,6 +7836,7 @@ Array [
|
|
|
7353
7836
|
"bsc/bep20/mafacoin",
|
|
7354
7837
|
"bsc/bep20/magiccraft",
|
|
7355
7838
|
"bsc/bep20/marketmove",
|
|
7839
|
+
"bsc/bep20/marshall_rogan_inu",
|
|
7356
7840
|
"bsc/bep20/maru",
|
|
7357
7841
|
"bsc/bep20/mask_network",
|
|
7358
7842
|
"bsc/bep20/math_token",
|
|
@@ -7423,6 +7907,7 @@ Array [
|
|
|
7423
7907
|
"bsc/bep20/nobility",
|
|
7424
7908
|
"bsc/bep20/noe_crypto_bank",
|
|
7425
7909
|
"bsc/bep20/nominex",
|
|
7910
|
+
"bsc/bep20/nuls",
|
|
7426
7911
|
"bsc/bep20/num_token_[via_chainport.io]",
|
|
7427
7912
|
"bsc/bep20/nyanswop_token",
|
|
7428
7913
|
"bsc/bep20/nyuku",
|
|
@@ -7438,6 +7923,7 @@ Array [
|
|
|
7438
7923
|
"bsc/bep20/orbital_lps",
|
|
7439
7924
|
"bsc/bep20/orbs",
|
|
7440
7925
|
"bsc/bep20/oreo",
|
|
7926
|
+
"bsc/bep20/orica",
|
|
7441
7927
|
"bsc/bep20/orion_protocol",
|
|
7442
7928
|
"bsc/bep20/ovr",
|
|
7443
7929
|
"bsc/bep20/paid_network",
|
|
@@ -7447,10 +7933,11 @@ Array [
|
|
|
7447
7933
|
"bsc/bep20/pasta_token",
|
|
7448
7934
|
"bsc/bep20/perlin",
|
|
7449
7935
|
"bsc/bep20/pet_games",
|
|
7450
|
-
"bsc/bep20/
|
|
7936
|
+
"bsc/bep20/pi_network",
|
|
7451
7937
|
"bsc/bep20/pigcoin",
|
|
7452
7938
|
"bsc/bep20/pige_inu",
|
|
7453
7939
|
"bsc/bep20/piinu",
|
|
7940
|
+
"bsc/bep20/ping",
|
|
7454
7941
|
"bsc/bep20/piston",
|
|
7455
7942
|
"bsc/bep20/pitbull",
|
|
7456
7943
|
"bsc/bep20/pizzaswap",
|
|
@@ -7459,12 +7946,14 @@ Array [
|
|
|
7459
7946
|
"bsc/bep20/plant_vs_undead_token",
|
|
7460
7947
|
"bsc/bep20/plastik_token",
|
|
7461
7948
|
"bsc/bep20/playzap",
|
|
7949
|
+
"bsc/bep20/pnetwork_token",
|
|
7462
7950
|
"bsc/bep20/poco_token",
|
|
7463
7951
|
"bsc/bep20/poken",
|
|
7464
7952
|
"bsc/bep20/pokerfi.finance",
|
|
7465
7953
|
"bsc/bep20/polka_city",
|
|
7466
7954
|
"bsc/bep20/polkamon",
|
|
7467
7955
|
"bsc/bep20/polkastartertoken",
|
|
7956
|
+
"bsc/bep20/poly_peg_cook",
|
|
7468
7957
|
"bsc/bep20/polycrowns",
|
|
7469
7958
|
"bsc/bep20/position_token",
|
|
7470
7959
|
"bsc/bep20/potfolio",
|
|
@@ -7477,6 +7966,8 @@ Array [
|
|
|
7477
7966
|
"bsc/bep20/proof_of_degen",
|
|
7478
7967
|
"bsc/bep20/propel",
|
|
7479
7968
|
"bsc/bep20/prosper",
|
|
7969
|
+
"bsc/bep20/ptokens_anrx",
|
|
7970
|
+
"bsc/bep20/ptokens_bist",
|
|
7480
7971
|
"bsc/bep20/ptokens_btc",
|
|
7481
7972
|
"bsc/bep20/ptokens_cgg",
|
|
7482
7973
|
"bsc/bep20/ptokens_gala",
|
|
@@ -7498,7 +7989,6 @@ Array [
|
|
|
7498
7989
|
"bsc/bep20/ramp_defi",
|
|
7499
7990
|
"bsc/bep20/rangers_protocol_gas",
|
|
7500
7991
|
"bsc/bep20/raptor_v3",
|
|
7501
|
-
"bsc/bep20/raven_protocol",
|
|
7502
7992
|
"bsc/bep20/rayons_energy",
|
|
7503
7993
|
"bsc/bep20/rbx",
|
|
7504
7994
|
"bsc/bep20/real_chain_link_network",
|
|
@@ -7508,6 +7998,7 @@ Array [
|
|
|
7508
7998
|
"bsc/bep20/refinable",
|
|
7509
7999
|
"bsc/bep20/refugees_token",
|
|
7510
8000
|
"bsc/bep20/rejuve_token",
|
|
8001
|
+
"bsc/bep20/rekt",
|
|
7511
8002
|
"bsc/bep20/renbtc",
|
|
7512
8003
|
"bsc/bep20/rendoge",
|
|
7513
8004
|
"bsc/bep20/renewable_energy_token",
|
|
@@ -7552,6 +8043,7 @@ Array [
|
|
|
7552
8043
|
"bsc/bep20/skynet",
|
|
7553
8044
|
"bsc/bep20/skytale",
|
|
7554
8045
|
"bsc/bep20/smart_advertising_transaction_token",
|
|
8046
|
+
"bsc/bep20/smartchain_poker",
|
|
7555
8047
|
"bsc/bep20/snappy_doge",
|
|
7556
8048
|
"bsc/bep20/snow",
|
|
7557
8049
|
"bsc/bep20/snufflesinu",
|
|
@@ -7565,6 +8057,7 @@ Array [
|
|
|
7565
8057
|
"bsc/bep20/space_id",
|
|
7566
8058
|
"bsc/bep20/spartan_protocol_token_v2",
|
|
7567
8059
|
"bsc/bep20/spike_the_bnb",
|
|
8060
|
+
"bsc/bep20/spintop",
|
|
7568
8061
|
"bsc/bep20/splintershards",
|
|
7569
8062
|
"bsc/bep20/spore",
|
|
7570
8063
|
"bsc/bep20/spore_token",
|
|
@@ -7578,6 +8071,7 @@ Array [
|
|
|
7578
8071
|
"bsc/bep20/standardbtchashratetoken",
|
|
7579
8072
|
"bsc/bep20/starmon",
|
|
7580
8073
|
"bsc/bep20/starship_doge",
|
|
8074
|
+
"bsc/bep20/static",
|
|
7581
8075
|
"bsc/bep20/staysbase",
|
|
7582
8076
|
"bsc/bep20/step",
|
|
7583
8077
|
"bsc/bep20/stobox_token_v2",
|
|
@@ -7604,10 +8098,12 @@ Array [
|
|
|
7604
8098
|
"bsc/bep20/tanzanite",
|
|
7605
8099
|
"bsc/bep20/tbitcoin",
|
|
7606
8100
|
"bsc/bep20/tdogecoin",
|
|
8101
|
+
"bsc/bep20/tech_trees_coin",
|
|
7607
8102
|
"bsc/bep20/tegro",
|
|
7608
8103
|
"bsc/bep20/tenet",
|
|
7609
8104
|
"bsc/bep20/tft_on_bsc",
|
|
7610
8105
|
"bsc/bep20/the_force_token",
|
|
8106
|
+
"bsc/bep20/the_moon_metaverse",
|
|
7611
8107
|
"bsc/bep20/the_sandbox",
|
|
7612
8108
|
"bsc/bep20/thetan_gem",
|
|
7613
8109
|
"bsc/bep20/thetryum",
|
|
@@ -7650,11 +8146,13 @@ Array [
|
|
|
7650
8146
|
"bsc/bep20/unilend_finance_token",
|
|
7651
8147
|
"bsc/bep20/uniristoken",
|
|
7652
8148
|
"bsc/bep20/unitrade",
|
|
8149
|
+
"bsc/bep20/universal_store_of_value",
|
|
7653
8150
|
"bsc/bep20/unmarshaltoken",
|
|
7654
8151
|
"bsc/bep20/upbots",
|
|
7655
8152
|
"bsc/bep20/usd_mono",
|
|
7656
8153
|
"bsc/bep20/usd_zedxion",
|
|
7657
8154
|
"bsc/bep20/usdtatsu",
|
|
8155
|
+
"bsc/bep20/usdx",
|
|
7658
8156
|
"bsc/bep20/vagabond",
|
|
7659
8157
|
"bsc/bep20/vai_stablecoin",
|
|
7660
8158
|
"bsc/bep20/vallhund_inu",
|
|
@@ -7700,7 +8198,6 @@ Array [
|
|
|
7700
8198
|
"bsc/bep20/wault",
|
|
7701
8199
|
"bsc/bep20/waultswap",
|
|
7702
8200
|
"bsc/bep20/waves",
|
|
7703
|
-
"bsc/bep20/wazirx_token",
|
|
7704
8201
|
"bsc/bep20/wdo",
|
|
7705
8202
|
"bsc/bep20/weather",
|
|
7706
8203
|
"bsc/bep20/weed_inu",
|
|
@@ -7715,11 +8212,15 @@ Array [
|
|
|
7715
8212
|
"bsc/bep20/wootrade_network",
|
|
7716
8213
|
"bsc/bep20/workquest_token",
|
|
7717
8214
|
"bsc/bep20/world_of_defish",
|
|
8215
|
+
"bsc/bep20/wrapped_avax_wormhole",
|
|
7718
8216
|
"bsc/bep20/wrapped_banano",
|
|
7719
8217
|
"bsc/bep20/wrapped_binance_beacon_eth",
|
|
8218
|
+
"bsc/bep20/wrapped_bis",
|
|
8219
|
+
"bsc/bep20/wrapped_bitcash",
|
|
7720
8220
|
"bsc/bep20/wrapped_bitcoinz",
|
|
7721
8221
|
"bsc/bep20/wrapped_blackcoin",
|
|
7722
8222
|
"bsc/bep20/wrapped_bnb",
|
|
8223
|
+
"bsc/bep20/wrapped_bytz",
|
|
7723
8224
|
"bsc/bep20/wrapped_idena",
|
|
7724
8225
|
"bsc/bep20/wrapped_mass",
|
|
7725
8226
|
"bsc/bep20/wrapped_mir_token",
|
|
@@ -7745,6 +8246,7 @@ Array [
|
|
|
7745
8246
|
"bsc/bep20/yummy",
|
|
7746
8247
|
"bsc/bep20/zedxion",
|
|
7747
8248
|
"bsc/bep20/zeedex",
|
|
8249
|
+
"bsc/bep20/zero_exchange_token",
|
|
7748
8250
|
"bsc/bep20/zeroswaptoken",
|
|
7749
8251
|
"bsc/bep20/zigcoin",
|
|
7750
8252
|
"bsc/bep20/zilliqa",
|