@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,15 +1,15 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`polkadot currency bridge scanAccounts polkadot seed 1 1`] = `
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
[
|
|
5
|
+
{
|
|
6
6
|
"balance": "0",
|
|
7
7
|
"currencyId": "polkadot",
|
|
8
8
|
"derivationMode": "polkadotbip44",
|
|
9
9
|
"freshAddress": "13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
10
10
|
"freshAddressPath": "44'/354'/0'/0'/0'",
|
|
11
|
-
"freshAddresses":
|
|
12
|
-
|
|
11
|
+
"freshAddresses": [
|
|
12
|
+
{
|
|
13
13
|
"address": "13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
14
14
|
"derivationPath": "44'/354'/0'/0'/0'",
|
|
15
15
|
},
|
|
@@ -19,8 +19,8 @@ Array [
|
|
|
19
19
|
"name": "Polkadot 1",
|
|
20
20
|
"nfts": undefined,
|
|
21
21
|
"operationsCount": 93,
|
|
22
|
-
"pendingOperations":
|
|
23
|
-
"polkadotResources":
|
|
22
|
+
"pendingOperations": [],
|
|
23
|
+
"polkadotResources": {
|
|
24
24
|
"controller": null,
|
|
25
25
|
"lockedBalance": "0",
|
|
26
26
|
"nonce": 0,
|
|
@@ -31,19 +31,19 @@ Array [
|
|
|
31
31
|
"seedIdentifier": "c71b1e00ca34fdd14ea065917a67168675828927e3adc3b68f444bf85b4d24be",
|
|
32
32
|
"spendableBalance": "0",
|
|
33
33
|
"starred": false,
|
|
34
|
-
"swapHistory":
|
|
34
|
+
"swapHistory": [],
|
|
35
35
|
"syncHash": undefined,
|
|
36
36
|
"unitMagnitude": 10,
|
|
37
37
|
"used": true,
|
|
38
38
|
},
|
|
39
|
-
|
|
39
|
+
{
|
|
40
40
|
"balance": "12345600000",
|
|
41
41
|
"currencyId": "polkadot",
|
|
42
42
|
"derivationMode": "polkadotbip44",
|
|
43
43
|
"freshAddress": "12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
44
44
|
"freshAddressPath": "44'/354'/1'/0'/0'",
|
|
45
|
-
"freshAddresses":
|
|
46
|
-
|
|
45
|
+
"freshAddresses": [
|
|
46
|
+
{
|
|
47
47
|
"address": "12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
48
48
|
"derivationPath": "44'/354'/1'/0'/0'",
|
|
49
49
|
},
|
|
@@ -53,8 +53,8 @@ Array [
|
|
|
53
53
|
"name": "Polkadot 2",
|
|
54
54
|
"nfts": undefined,
|
|
55
55
|
"operationsCount": 73,
|
|
56
|
-
"pendingOperations":
|
|
57
|
-
"polkadotResources":
|
|
56
|
+
"pendingOperations": [],
|
|
57
|
+
"polkadotResources": {
|
|
58
58
|
"controller": "12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
59
59
|
"lockedBalance": "12345600000",
|
|
60
60
|
"nonce": 4,
|
|
@@ -65,19 +65,19 @@ Array [
|
|
|
65
65
|
"seedIdentifier": "c71b1e00ca34fdd14ea065917a67168675828927e3adc3b68f444bf85b4d24be",
|
|
66
66
|
"spendableBalance": "0",
|
|
67
67
|
"starred": false,
|
|
68
|
-
"swapHistory":
|
|
68
|
+
"swapHistory": [],
|
|
69
69
|
"syncHash": undefined,
|
|
70
70
|
"unitMagnitude": 10,
|
|
71
71
|
"used": true,
|
|
72
72
|
},
|
|
73
|
-
|
|
73
|
+
{
|
|
74
74
|
"balance": "0",
|
|
75
75
|
"currencyId": "polkadot",
|
|
76
76
|
"derivationMode": "polkadotbip44",
|
|
77
77
|
"freshAddress": "13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9",
|
|
78
78
|
"freshAddressPath": "44'/354'/2'/0'/0'",
|
|
79
|
-
"freshAddresses":
|
|
80
|
-
|
|
79
|
+
"freshAddresses": [
|
|
80
|
+
{
|
|
81
81
|
"address": "13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9",
|
|
82
82
|
"derivationPath": "44'/354'/2'/0'/0'",
|
|
83
83
|
},
|
|
@@ -87,8 +87,8 @@ Array [
|
|
|
87
87
|
"name": "Polkadot 3",
|
|
88
88
|
"nfts": undefined,
|
|
89
89
|
"operationsCount": 3,
|
|
90
|
-
"pendingOperations":
|
|
91
|
-
"polkadotResources":
|
|
90
|
+
"pendingOperations": [],
|
|
91
|
+
"polkadotResources": {
|
|
92
92
|
"controller": null,
|
|
93
93
|
"lockedBalance": "0",
|
|
94
94
|
"nonce": 0,
|
|
@@ -99,19 +99,19 @@ Array [
|
|
|
99
99
|
"seedIdentifier": "c71b1e00ca34fdd14ea065917a67168675828927e3adc3b68f444bf85b4d24be",
|
|
100
100
|
"spendableBalance": "0",
|
|
101
101
|
"starred": false,
|
|
102
|
-
"swapHistory":
|
|
102
|
+
"swapHistory": [],
|
|
103
103
|
"syncHash": undefined,
|
|
104
104
|
"unitMagnitude": 10,
|
|
105
105
|
"used": true,
|
|
106
106
|
},
|
|
107
|
-
|
|
107
|
+
{
|
|
108
108
|
"balance": "0",
|
|
109
109
|
"currencyId": "polkadot",
|
|
110
110
|
"derivationMode": "polkadotbip44",
|
|
111
111
|
"freshAddress": "164VgK6ooZ4fUuU4iFVwpSuXwFXGLU5nTTWzG64vrDqgipwh",
|
|
112
112
|
"freshAddressPath": "44'/354'/3'/0'/0'",
|
|
113
|
-
"freshAddresses":
|
|
114
|
-
|
|
113
|
+
"freshAddresses": [
|
|
114
|
+
{
|
|
115
115
|
"address": "164VgK6ooZ4fUuU4iFVwpSuXwFXGLU5nTTWzG64vrDqgipwh",
|
|
116
116
|
"derivationPath": "44'/354'/3'/0'/0'",
|
|
117
117
|
},
|
|
@@ -121,8 +121,8 @@ Array [
|
|
|
121
121
|
"name": "Polkadot 4",
|
|
122
122
|
"nfts": undefined,
|
|
123
123
|
"operationsCount": 0,
|
|
124
|
-
"pendingOperations":
|
|
125
|
-
"polkadotResources":
|
|
124
|
+
"pendingOperations": [],
|
|
125
|
+
"polkadotResources": {
|
|
126
126
|
"controller": null,
|
|
127
127
|
"lockedBalance": "0",
|
|
128
128
|
"nonce": 0,
|
|
@@ -133,7 +133,7 @@ Array [
|
|
|
133
133
|
"seedIdentifier": "c71b1e00ca34fdd14ea065917a67168675828927e3adc3b68f444bf85b4d24be",
|
|
134
134
|
"spendableBalance": "0",
|
|
135
135
|
"starred": false,
|
|
136
|
-
"swapHistory":
|
|
136
|
+
"swapHistory": [],
|
|
137
137
|
"syncHash": undefined,
|
|
138
138
|
"unitMagnitude": 10,
|
|
139
139
|
"used": false,
|
|
@@ -142,14 +142,14 @@ Array [
|
|
|
142
142
|
`;
|
|
143
143
|
|
|
144
144
|
exports[`polkadot currency bridge scanAccounts polkadot seed 1 2`] = `
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
145
|
+
[
|
|
146
|
+
[
|
|
147
|
+
{
|
|
148
148
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
149
149
|
"blockHash": null,
|
|
150
150
|
"blockHeight": 1434864,
|
|
151
151
|
"contract": undefined,
|
|
152
|
-
"extra":
|
|
152
|
+
"extra": {
|
|
153
153
|
"palletMethod": "balances.transferKeepAlive",
|
|
154
154
|
"transferAmount": "34567890000",
|
|
155
155
|
"validatorStash": undefined,
|
|
@@ -160,10 +160,10 @@ Array [
|
|
|
160
160
|
"hash": "0x010c8603053166f00d5b5164b95ff15ca24ebfa7305c2f9468aff272f01a105a",
|
|
161
161
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x010c8603053166f00d5b5164b95ff15ca24ebfa7305c2f9468aff272f01a105a-OUT",
|
|
162
162
|
"operator": undefined,
|
|
163
|
-
"recipients":
|
|
163
|
+
"recipients": [
|
|
164
164
|
"12JHbw1vnXxqsD6U5yA3u9Kqvp9A7Zi3qM2rhAreZqP5zUmS",
|
|
165
165
|
],
|
|
166
|
-
"senders":
|
|
166
|
+
"senders": [
|
|
167
167
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
168
168
|
],
|
|
169
169
|
"standard": undefined,
|
|
@@ -172,12 +172,12 @@ Array [
|
|
|
172
172
|
"type": "OUT",
|
|
173
173
|
"value": "34721890000",
|
|
174
174
|
},
|
|
175
|
-
|
|
175
|
+
{
|
|
176
176
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
177
177
|
"blockHash": null,
|
|
178
178
|
"blockHeight": 5417379,
|
|
179
179
|
"contract": undefined,
|
|
180
|
-
"extra":
|
|
180
|
+
"extra": {
|
|
181
181
|
"palletMethod": "staking.Reward",
|
|
182
182
|
"validatorStash": "",
|
|
183
183
|
"validators": undefined,
|
|
@@ -186,21 +186,21 @@ Array [
|
|
|
186
186
|
"hash": "0x0171598947a704756abe958569fd26fbab098e4500d93e1657dd2333b437e7d2",
|
|
187
187
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x0171598947a704756abe958569fd26fbab098e4500d93e1657dd2333b437e7d2+227-REWARD_PAYOUT",
|
|
188
188
|
"operator": undefined,
|
|
189
|
-
"recipients":
|
|
189
|
+
"recipients": [
|
|
190
190
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
191
191
|
],
|
|
192
|
-
"senders":
|
|
192
|
+
"senders": [],
|
|
193
193
|
"standard": undefined,
|
|
194
194
|
"tokenId": undefined,
|
|
195
195
|
"type": "REWARD_PAYOUT",
|
|
196
196
|
"value": "0",
|
|
197
197
|
},
|
|
198
|
-
|
|
198
|
+
{
|
|
199
199
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
200
200
|
"blockHash": null,
|
|
201
201
|
"blockHeight": 13036008,
|
|
202
202
|
"contract": undefined,
|
|
203
|
-
"extra":
|
|
203
|
+
"extra": {
|
|
204
204
|
"palletMethod": "balances.transferKeepAlive",
|
|
205
205
|
"transferAmount": "1200000",
|
|
206
206
|
"validatorStash": undefined,
|
|
@@ -211,10 +211,10 @@ Array [
|
|
|
211
211
|
"hash": "0x05f2dd1d2a8713e6d333890293c954d75438bcba48047a9c63ed01fba2d92385",
|
|
212
212
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x05f2dd1d2a8713e6d333890293c954d75438bcba48047a9c63ed01fba2d92385-IN",
|
|
213
213
|
"operator": undefined,
|
|
214
|
-
"recipients":
|
|
214
|
+
"recipients": [
|
|
215
215
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
216
216
|
],
|
|
217
|
-
"senders":
|
|
217
|
+
"senders": [
|
|
218
218
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
|
219
219
|
],
|
|
220
220
|
"standard": undefined,
|
|
@@ -222,12 +222,12 @@ Array [
|
|
|
222
222
|
"type": "IN",
|
|
223
223
|
"value": "1200000",
|
|
224
224
|
},
|
|
225
|
-
|
|
225
|
+
{
|
|
226
226
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
227
227
|
"blockHash": null,
|
|
228
228
|
"blockHeight": 5213992,
|
|
229
229
|
"contract": undefined,
|
|
230
|
-
"extra":
|
|
230
|
+
"extra": {
|
|
231
231
|
"palletMethod": "staking.Reward",
|
|
232
232
|
"validatorStash": "14dTZLAwhcBennygERRS5tXnWVAHq3e12LoCoHrQsmDd4X4H",
|
|
233
233
|
"validators": undefined,
|
|
@@ -236,10 +236,10 @@ Array [
|
|
|
236
236
|
"hash": "0x06350cc410442bd917af67fb5e05e4ebf911f34ef7bbcd2ac49517615e6e388e",
|
|
237
237
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x06350cc410442bd917af67fb5e05e4ebf911f34ef7bbcd2ac49517615e6e388e+160-REWARD_PAYOUT",
|
|
238
238
|
"operator": undefined,
|
|
239
|
-
"recipients":
|
|
239
|
+
"recipients": [
|
|
240
240
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
241
241
|
],
|
|
242
|
-
"senders":
|
|
242
|
+
"senders": [
|
|
243
243
|
"14dTZLAwhcBennygERRS5tXnWVAHq3e12LoCoHrQsmDd4X4H",
|
|
244
244
|
],
|
|
245
245
|
"standard": undefined,
|
|
@@ -247,12 +247,12 @@ Array [
|
|
|
247
247
|
"type": "REWARD_PAYOUT",
|
|
248
248
|
"value": "109973",
|
|
249
249
|
},
|
|
250
|
-
|
|
250
|
+
{
|
|
251
251
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
252
252
|
"blockHash": null,
|
|
253
253
|
"blockHeight": 1920372,
|
|
254
254
|
"contract": undefined,
|
|
255
|
-
"extra":
|
|
255
|
+
"extra": {
|
|
256
256
|
"palletMethod": "balances.transferKeepAlive",
|
|
257
257
|
"transferAmount": "50000000000",
|
|
258
258
|
"validatorStash": undefined,
|
|
@@ -263,10 +263,10 @@ Array [
|
|
|
263
263
|
"hash": "0x0855354e368b582b488db2121597366e56c35beda9362a0482a031c3c4383a77",
|
|
264
264
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x0855354e368b582b488db2121597366e56c35beda9362a0482a031c3c4383a77-OUT",
|
|
265
265
|
"operator": undefined,
|
|
266
|
-
"recipients":
|
|
266
|
+
"recipients": [
|
|
267
267
|
"12JHbw1vnXxqsD6U5yA3u9Kqvp9A7Zi3qM2rhAreZqP5zUmS",
|
|
268
268
|
],
|
|
269
|
-
"senders":
|
|
269
|
+
"senders": [
|
|
270
270
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
271
271
|
],
|
|
272
272
|
"standard": undefined,
|
|
@@ -275,12 +275,12 @@ Array [
|
|
|
275
275
|
"type": "OUT",
|
|
276
276
|
"value": "50154000000",
|
|
277
277
|
},
|
|
278
|
-
|
|
278
|
+
{
|
|
279
279
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
280
280
|
"blockHash": null,
|
|
281
281
|
"blockHeight": 4990896,
|
|
282
282
|
"contract": undefined,
|
|
283
|
-
"extra":
|
|
283
|
+
"extra": {
|
|
284
284
|
"palletMethod": "staking.Reward",
|
|
285
285
|
"validatorStash": "",
|
|
286
286
|
"validators": undefined,
|
|
@@ -289,21 +289,21 @@ Array [
|
|
|
289
289
|
"hash": "0x0a73899b47a99d7aec7af6e14f88212d862437f5db02d3471ff5ceffac7cf23d",
|
|
290
290
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x0a73899b47a99d7aec7af6e14f88212d862437f5db02d3471ff5ceffac7cf23d+83-REWARD_PAYOUT",
|
|
291
291
|
"operator": undefined,
|
|
292
|
-
"recipients":
|
|
292
|
+
"recipients": [
|
|
293
293
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
294
294
|
],
|
|
295
|
-
"senders":
|
|
295
|
+
"senders": [],
|
|
296
296
|
"standard": undefined,
|
|
297
297
|
"tokenId": undefined,
|
|
298
298
|
"type": "REWARD_PAYOUT",
|
|
299
299
|
"value": "4585947",
|
|
300
300
|
},
|
|
301
|
-
|
|
301
|
+
{
|
|
302
302
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
303
303
|
"blockHash": null,
|
|
304
304
|
"blockHeight": 4976505,
|
|
305
305
|
"contract": undefined,
|
|
306
|
-
"extra":
|
|
306
|
+
"extra": {
|
|
307
307
|
"palletMethod": "staking.Reward",
|
|
308
308
|
"validatorStash": "",
|
|
309
309
|
"validators": undefined,
|
|
@@ -312,21 +312,21 @@ Array [
|
|
|
312
312
|
"hash": "0x0abce21801a5eee77a50d82e2d6d66dbfe009266ee0320e145b7bbaabe091d37",
|
|
313
313
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x0abce21801a5eee77a50d82e2d6d66dbfe009266ee0320e145b7bbaabe091d37+100-REWARD_PAYOUT",
|
|
314
314
|
"operator": undefined,
|
|
315
|
-
"recipients":
|
|
315
|
+
"recipients": [
|
|
316
316
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
317
317
|
],
|
|
318
|
-
"senders":
|
|
318
|
+
"senders": [],
|
|
319
319
|
"standard": undefined,
|
|
320
320
|
"tokenId": undefined,
|
|
321
321
|
"type": "REWARD_PAYOUT",
|
|
322
322
|
"value": "4619125",
|
|
323
323
|
},
|
|
324
|
-
|
|
324
|
+
{
|
|
325
325
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
326
326
|
"blockHash": null,
|
|
327
327
|
"blockHeight": 5417388,
|
|
328
328
|
"contract": undefined,
|
|
329
|
-
"extra":
|
|
329
|
+
"extra": {
|
|
330
330
|
"palletMethod": "staking.Reward",
|
|
331
331
|
"validatorStash": "",
|
|
332
332
|
"validators": undefined,
|
|
@@ -335,21 +335,21 @@ Array [
|
|
|
335
335
|
"hash": "0x0d0a1591d0d668777052b8a70e9e286636d1824eb028d0cb5e91e6f385f60a05",
|
|
336
336
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x0d0a1591d0d668777052b8a70e9e286636d1824eb028d0cb5e91e6f385f60a05+12-REWARD_PAYOUT",
|
|
337
337
|
"operator": undefined,
|
|
338
|
-
"recipients":
|
|
338
|
+
"recipients": [
|
|
339
339
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
340
340
|
],
|
|
341
|
-
"senders":
|
|
341
|
+
"senders": [],
|
|
342
342
|
"standard": undefined,
|
|
343
343
|
"tokenId": undefined,
|
|
344
344
|
"type": "REWARD_PAYOUT",
|
|
345
345
|
"value": "0",
|
|
346
346
|
},
|
|
347
|
-
|
|
347
|
+
{
|
|
348
348
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
349
349
|
"blockHash": null,
|
|
350
350
|
"blockHeight": 6320113,
|
|
351
351
|
"contract": undefined,
|
|
352
|
-
"extra":
|
|
352
|
+
"extra": {
|
|
353
353
|
"palletMethod": "balances.transferKeepAlive",
|
|
354
354
|
"transferAmount": "1000000000",
|
|
355
355
|
"validatorStash": undefined,
|
|
@@ -360,10 +360,10 @@ Array [
|
|
|
360
360
|
"hash": "0x10ef692a22bef627d9c52aaf3d0128f3702a075363fba6b66527de5dd426f7f0",
|
|
361
361
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x10ef692a22bef627d9c52aaf3d0128f3702a075363fba6b66527de5dd426f7f0-OUT",
|
|
362
362
|
"operator": undefined,
|
|
363
|
-
"recipients":
|
|
363
|
+
"recipients": [
|
|
364
364
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
365
365
|
],
|
|
366
|
-
"senders":
|
|
366
|
+
"senders": [
|
|
367
367
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
368
368
|
],
|
|
369
369
|
"standard": undefined,
|
|
@@ -372,12 +372,12 @@ Array [
|
|
|
372
372
|
"type": "OUT",
|
|
373
373
|
"value": "154000014",
|
|
374
374
|
},
|
|
375
|
-
|
|
375
|
+
{
|
|
376
376
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
377
377
|
"blockHash": null,
|
|
378
378
|
"blockHeight": 1418828,
|
|
379
379
|
"contract": undefined,
|
|
380
|
-
"extra":
|
|
380
|
+
"extra": {
|
|
381
381
|
"palletMethod": "balances.transfer",
|
|
382
382
|
"transferAmount": "11234560000",
|
|
383
383
|
"validatorStash": undefined,
|
|
@@ -388,10 +388,10 @@ Array [
|
|
|
388
388
|
"hash": "0x1657dc15fb8837960d39566467f4a758e16ee956d2397f10da4d48247f4b3794",
|
|
389
389
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x1657dc15fb8837960d39566467f4a758e16ee956d2397f10da4d48247f4b3794-OUT",
|
|
390
390
|
"operator": undefined,
|
|
391
|
-
"recipients":
|
|
391
|
+
"recipients": [
|
|
392
392
|
"12tpbjd9Q9BxaUFCZoXrfHr6kNn6a76733GRk3mX4TgynaiF",
|
|
393
393
|
],
|
|
394
|
-
"senders":
|
|
394
|
+
"senders": [
|
|
395
395
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
396
396
|
],
|
|
397
397
|
"standard": undefined,
|
|
@@ -400,12 +400,12 @@ Array [
|
|
|
400
400
|
"type": "OUT",
|
|
401
401
|
"value": "11388560000",
|
|
402
402
|
},
|
|
403
|
-
|
|
403
|
+
{
|
|
404
404
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
405
405
|
"blockHash": null,
|
|
406
406
|
"blockHeight": 5514400,
|
|
407
407
|
"contract": undefined,
|
|
408
|
-
"extra":
|
|
408
|
+
"extra": {
|
|
409
409
|
"palletMethod": "staking.Reward",
|
|
410
410
|
"validatorStash": "",
|
|
411
411
|
"validators": undefined,
|
|
@@ -414,21 +414,21 @@ Array [
|
|
|
414
414
|
"hash": "0x177c3eecb05261110c4a8dd0743dee6d033db001bd9464b44c5dcdbbd690d7f5",
|
|
415
415
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x177c3eecb05261110c4a8dd0743dee6d033db001bd9464b44c5dcdbbd690d7f5+178-REWARD_PAYOUT",
|
|
416
416
|
"operator": undefined,
|
|
417
|
-
"recipients":
|
|
417
|
+
"recipients": [
|
|
418
418
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
419
419
|
],
|
|
420
|
-
"senders":
|
|
420
|
+
"senders": [],
|
|
421
421
|
"standard": undefined,
|
|
422
422
|
"tokenId": undefined,
|
|
423
423
|
"type": "REWARD_PAYOUT",
|
|
424
424
|
"value": "0",
|
|
425
425
|
},
|
|
426
|
-
|
|
426
|
+
{
|
|
427
427
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
428
428
|
"blockHash": null,
|
|
429
429
|
"blockHeight": 5213926,
|
|
430
430
|
"contract": undefined,
|
|
431
|
-
"extra":
|
|
431
|
+
"extra": {
|
|
432
432
|
"palletMethod": "staking.Reward",
|
|
433
433
|
"validatorStash": "",
|
|
434
434
|
"validators": undefined,
|
|
@@ -437,21 +437,21 @@ Array [
|
|
|
437
437
|
"hash": "0x184da1acc5f09ec1b8aa025cf93e60cb6d42c60c1b3ecf8f7a62be3069a5777c",
|
|
438
438
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x184da1acc5f09ec1b8aa025cf93e60cb6d42c60c1b3ecf8f7a62be3069a5777c+22-REWARD_PAYOUT",
|
|
439
439
|
"operator": undefined,
|
|
440
|
-
"recipients":
|
|
440
|
+
"recipients": [
|
|
441
441
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
442
442
|
],
|
|
443
|
-
"senders":
|
|
443
|
+
"senders": [],
|
|
444
444
|
"standard": undefined,
|
|
445
445
|
"tokenId": undefined,
|
|
446
446
|
"type": "REWARD_PAYOUT",
|
|
447
447
|
"value": "0",
|
|
448
448
|
},
|
|
449
|
-
|
|
449
|
+
{
|
|
450
450
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
451
451
|
"blockHash": null,
|
|
452
452
|
"blockHeight": 13125104,
|
|
453
453
|
"contract": undefined,
|
|
454
|
-
"extra":
|
|
454
|
+
"extra": {
|
|
455
455
|
"palletMethod": "balances.transfer",
|
|
456
456
|
"transferAmount": "11000000000",
|
|
457
457
|
"validatorStash": undefined,
|
|
@@ -462,10 +462,10 @@ Array [
|
|
|
462
462
|
"hash": "0x1958ff3fed26ff65a76224b6672de8f0c8bb5c7469592a19348b1a5329e758c9",
|
|
463
463
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x1958ff3fed26ff65a76224b6672de8f0c8bb5c7469592a19348b1a5329e758c9-OUT",
|
|
464
464
|
"operator": undefined,
|
|
465
|
-
"recipients":
|
|
465
|
+
"recipients": [
|
|
466
466
|
"12mb46uqVt9Jth8znu58L2NxjKdwEr3ULxo11mh7WMWmXAHe",
|
|
467
467
|
],
|
|
468
|
-
"senders":
|
|
468
|
+
"senders": [
|
|
469
469
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
470
470
|
],
|
|
471
471
|
"standard": undefined,
|
|
@@ -474,12 +474,12 @@ Array [
|
|
|
474
474
|
"type": "OUT",
|
|
475
475
|
"value": "11157681946",
|
|
476
476
|
},
|
|
477
|
-
|
|
477
|
+
{
|
|
478
478
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
479
479
|
"blockHash": null,
|
|
480
480
|
"blockHeight": 11142967,
|
|
481
481
|
"contract": undefined,
|
|
482
|
-
"extra":
|
|
482
|
+
"extra": {
|
|
483
483
|
"palletMethod": "balances.transferKeepAlive",
|
|
484
484
|
"transferAmount": "7000000000",
|
|
485
485
|
"validatorStash": undefined,
|
|
@@ -490,10 +490,10 @@ Array [
|
|
|
490
490
|
"hash": "0x195e84ed29cbdb308999a197aa97358f17871f40c8b311a1118b0fcf959f9f5b",
|
|
491
491
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x195e84ed29cbdb308999a197aa97358f17871f40c8b311a1118b0fcf959f9f5b-OUT",
|
|
492
492
|
"operator": undefined,
|
|
493
|
-
"recipients":
|
|
493
|
+
"recipients": [
|
|
494
494
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
|
495
495
|
],
|
|
496
|
-
"senders":
|
|
496
|
+
"senders": [
|
|
497
497
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
498
498
|
],
|
|
499
499
|
"standard": undefined,
|
|
@@ -502,12 +502,12 @@ Array [
|
|
|
502
502
|
"type": "OUT",
|
|
503
503
|
"value": "7156000015",
|
|
504
504
|
},
|
|
505
|
-
|
|
505
|
+
{
|
|
506
506
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
507
507
|
"blockHash": null,
|
|
508
508
|
"blockHeight": 5113292,
|
|
509
509
|
"contract": undefined,
|
|
510
|
-
"extra":
|
|
510
|
+
"extra": {
|
|
511
511
|
"palletMethod": "staking.Reward",
|
|
512
512
|
"validatorStash": "",
|
|
513
513
|
"validators": undefined,
|
|
@@ -516,21 +516,21 @@ Array [
|
|
|
516
516
|
"hash": "0x1a492907ee7928925882317e0fb71ff18943572d643301daf5c7dcff6ae4c5cf",
|
|
517
517
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x1a492907ee7928925882317e0fb71ff18943572d643301daf5c7dcff6ae4c5cf+231-REWARD_PAYOUT",
|
|
518
518
|
"operator": undefined,
|
|
519
|
-
"recipients":
|
|
519
|
+
"recipients": [
|
|
520
520
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
521
521
|
],
|
|
522
|
-
"senders":
|
|
522
|
+
"senders": [],
|
|
523
523
|
"standard": undefined,
|
|
524
524
|
"tokenId": undefined,
|
|
525
525
|
"type": "REWARD_PAYOUT",
|
|
526
526
|
"value": "0",
|
|
527
527
|
},
|
|
528
|
-
|
|
528
|
+
{
|
|
529
529
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
530
530
|
"blockHash": null,
|
|
531
531
|
"blockHeight": 5005224,
|
|
532
532
|
"contract": undefined,
|
|
533
|
-
"extra":
|
|
533
|
+
"extra": {
|
|
534
534
|
"palletMethod": "staking.Reward",
|
|
535
535
|
"validatorStash": "",
|
|
536
536
|
"validators": undefined,
|
|
@@ -539,21 +539,21 @@ Array [
|
|
|
539
539
|
"hash": "0x1b2b9828d6eec99107fd46bf36bb1396253253e98e86c1147d7ad885f2d0f226",
|
|
540
540
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x1b2b9828d6eec99107fd46bf36bb1396253253e98e86c1147d7ad885f2d0f226+83-REWARD_PAYOUT",
|
|
541
541
|
"operator": undefined,
|
|
542
|
-
"recipients":
|
|
542
|
+
"recipients": [
|
|
543
543
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
544
544
|
],
|
|
545
|
-
"senders":
|
|
545
|
+
"senders": [],
|
|
546
546
|
"standard": undefined,
|
|
547
547
|
"tokenId": undefined,
|
|
548
548
|
"type": "REWARD_PAYOUT",
|
|
549
549
|
"value": "4469010",
|
|
550
550
|
},
|
|
551
|
-
|
|
551
|
+
{
|
|
552
552
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
553
553
|
"blockHash": null,
|
|
554
554
|
"blockHeight": 2521381,
|
|
555
555
|
"contract": undefined,
|
|
556
|
-
"extra":
|
|
556
|
+
"extra": {
|
|
557
557
|
"palletMethod": "balances.transferKeepAlive",
|
|
558
558
|
"transferAmount": "0",
|
|
559
559
|
"validatorStash": undefined,
|
|
@@ -564,10 +564,10 @@ Array [
|
|
|
564
564
|
"hash": "0x1d5dc5a7b646adc01134dfcc59c1592c3c28e945a130869b79e82ed7a0fae7c3",
|
|
565
565
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x1d5dc5a7b646adc01134dfcc59c1592c3c28e945a130869b79e82ed7a0fae7c3-OUT",
|
|
566
566
|
"operator": undefined,
|
|
567
|
-
"recipients":
|
|
567
|
+
"recipients": [
|
|
568
568
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
569
569
|
],
|
|
570
|
-
"senders":
|
|
570
|
+
"senders": [
|
|
571
571
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
572
572
|
],
|
|
573
573
|
"standard": undefined,
|
|
@@ -576,12 +576,12 @@ Array [
|
|
|
576
576
|
"type": "OUT",
|
|
577
577
|
"value": "149000000",
|
|
578
578
|
},
|
|
579
|
-
|
|
579
|
+
{
|
|
580
580
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
581
581
|
"blockHash": null,
|
|
582
582
|
"blockHeight": 5113345,
|
|
583
583
|
"contract": undefined,
|
|
584
|
-
"extra":
|
|
584
|
+
"extra": {
|
|
585
585
|
"palletMethod": "staking.Reward",
|
|
586
586
|
"validatorStash": "",
|
|
587
587
|
"validators": undefined,
|
|
@@ -590,21 +590,21 @@ Array [
|
|
|
590
590
|
"hash": "0x1db6984962af201d06e10869493c9f0cbc3411bc870c6142d55e15e016d31536",
|
|
591
591
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x1db6984962af201d06e10869493c9f0cbc3411bc870c6142d55e15e016d31536+259-REWARD_PAYOUT",
|
|
592
592
|
"operator": undefined,
|
|
593
|
-
"recipients":
|
|
593
|
+
"recipients": [
|
|
594
594
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
595
595
|
],
|
|
596
|
-
"senders":
|
|
596
|
+
"senders": [],
|
|
597
597
|
"standard": undefined,
|
|
598
598
|
"tokenId": undefined,
|
|
599
599
|
"type": "REWARD_PAYOUT",
|
|
600
600
|
"value": "0",
|
|
601
601
|
},
|
|
602
|
-
|
|
602
|
+
{
|
|
603
603
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
604
604
|
"blockHash": null,
|
|
605
605
|
"blockHeight": 13035583,
|
|
606
606
|
"contract": undefined,
|
|
607
|
-
"extra":
|
|
607
|
+
"extra": {
|
|
608
608
|
"palletMethod": "balances.transferKeepAlive",
|
|
609
609
|
"transferAmount": "12000000",
|
|
610
610
|
"validatorStash": undefined,
|
|
@@ -615,10 +615,10 @@ Array [
|
|
|
615
615
|
"hash": "0x211096180a75e0a2a5d1ae410856fa0cca0d73ff7c37eda1291459d6e3f3ace2",
|
|
616
616
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x211096180a75e0a2a5d1ae410856fa0cca0d73ff7c37eda1291459d6e3f3ace2-IN",
|
|
617
617
|
"operator": undefined,
|
|
618
|
-
"recipients":
|
|
618
|
+
"recipients": [
|
|
619
619
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
620
620
|
],
|
|
621
|
-
"senders":
|
|
621
|
+
"senders": [
|
|
622
622
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
|
623
623
|
],
|
|
624
624
|
"standard": undefined,
|
|
@@ -626,12 +626,12 @@ Array [
|
|
|
626
626
|
"type": "IN",
|
|
627
627
|
"value": "12000000",
|
|
628
628
|
},
|
|
629
|
-
|
|
629
|
+
{
|
|
630
630
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
631
631
|
"blockHash": null,
|
|
632
632
|
"blockHeight": 11261637,
|
|
633
633
|
"contract": undefined,
|
|
634
|
-
"extra":
|
|
634
|
+
"extra": {
|
|
635
635
|
"palletMethod": "balances.transferKeepAlive",
|
|
636
636
|
"transferAmount": "100000000",
|
|
637
637
|
"validatorStash": undefined,
|
|
@@ -642,10 +642,10 @@ Array [
|
|
|
642
642
|
"hash": "0x22d486874e33e6deaf9fcae70450518de1150fcc163361dcdb0a7d14c55b13b9",
|
|
643
643
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x22d486874e33e6deaf9fcae70450518de1150fcc163361dcdb0a7d14c55b13b9-IN",
|
|
644
644
|
"operator": undefined,
|
|
645
|
-
"recipients":
|
|
645
|
+
"recipients": [
|
|
646
646
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
647
647
|
],
|
|
648
|
-
"senders":
|
|
648
|
+
"senders": [
|
|
649
649
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
|
650
650
|
],
|
|
651
651
|
"standard": undefined,
|
|
@@ -653,12 +653,12 @@ Array [
|
|
|
653
653
|
"type": "IN",
|
|
654
654
|
"value": "100000000",
|
|
655
655
|
},
|
|
656
|
-
|
|
656
|
+
{
|
|
657
657
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
658
658
|
"blockHash": null,
|
|
659
659
|
"blockHeight": 5303904,
|
|
660
660
|
"contract": undefined,
|
|
661
|
-
"extra":
|
|
661
|
+
"extra": {
|
|
662
662
|
"palletMethod": "staking.Reward",
|
|
663
663
|
"validatorStash": "",
|
|
664
664
|
"validators": undefined,
|
|
@@ -667,21 +667,21 @@ Array [
|
|
|
667
667
|
"hash": "0x253bee14434308f24f22bfb234051c28e9b1532478c5c7a57ac2fbf130d6e43d",
|
|
668
668
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x253bee14434308f24f22bfb234051c28e9b1532478c5c7a57ac2fbf130d6e43d+198-REWARD_PAYOUT",
|
|
669
669
|
"operator": undefined,
|
|
670
|
-
"recipients":
|
|
670
|
+
"recipients": [
|
|
671
671
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
672
672
|
],
|
|
673
|
-
"senders":
|
|
673
|
+
"senders": [],
|
|
674
674
|
"standard": undefined,
|
|
675
675
|
"tokenId": undefined,
|
|
676
676
|
"type": "REWARD_PAYOUT",
|
|
677
677
|
"value": "0",
|
|
678
678
|
},
|
|
679
|
-
|
|
679
|
+
{
|
|
680
680
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
681
681
|
"blockHash": null,
|
|
682
682
|
"blockHeight": 5514403,
|
|
683
683
|
"contract": undefined,
|
|
684
|
-
"extra":
|
|
684
|
+
"extra": {
|
|
685
685
|
"palletMethod": "staking.Reward",
|
|
686
686
|
"validatorStash": "",
|
|
687
687
|
"validators": undefined,
|
|
@@ -690,21 +690,21 @@ Array [
|
|
|
690
690
|
"hash": "0x28b5bf6975490630812e2508c89284972374cdd6c617d6bfc6fdeb9291c581a9",
|
|
691
691
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x28b5bf6975490630812e2508c89284972374cdd6c617d6bfc6fdeb9291c581a9+435-REWARD_PAYOUT",
|
|
692
692
|
"operator": undefined,
|
|
693
|
-
"recipients":
|
|
693
|
+
"recipients": [
|
|
694
694
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
695
695
|
],
|
|
696
|
-
"senders":
|
|
696
|
+
"senders": [],
|
|
697
697
|
"standard": undefined,
|
|
698
698
|
"tokenId": undefined,
|
|
699
699
|
"type": "REWARD_PAYOUT",
|
|
700
700
|
"value": "0",
|
|
701
701
|
},
|
|
702
|
-
|
|
702
|
+
{
|
|
703
703
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
704
704
|
"blockHash": null,
|
|
705
705
|
"blockHeight": 4904697,
|
|
706
706
|
"contract": undefined,
|
|
707
|
-
"extra":
|
|
707
|
+
"extra": {
|
|
708
708
|
"palletMethod": "staking.Reward",
|
|
709
709
|
"validatorStash": "",
|
|
710
710
|
"validators": undefined,
|
|
@@ -713,24 +713,24 @@ Array [
|
|
|
713
713
|
"hash": "0x2a9ff529fb1dadb9d3fb527eb839d9e3ab9bb2eb9221050ce6491fc4f1ede046",
|
|
714
714
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x2a9ff529fb1dadb9d3fb527eb839d9e3ab9bb2eb9221050ce6491fc4f1ede046+81-REWARD_PAYOUT",
|
|
715
715
|
"operator": undefined,
|
|
716
|
-
"recipients":
|
|
716
|
+
"recipients": [
|
|
717
717
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
718
718
|
],
|
|
719
|
-
"senders":
|
|
719
|
+
"senders": [],
|
|
720
720
|
"standard": undefined,
|
|
721
721
|
"tokenId": undefined,
|
|
722
722
|
"type": "REWARD_PAYOUT",
|
|
723
723
|
"value": "3522801",
|
|
724
724
|
},
|
|
725
|
-
|
|
725
|
+
{
|
|
726
726
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
727
727
|
"blockHash": null,
|
|
728
728
|
"blockHeight": 4802769,
|
|
729
729
|
"contract": undefined,
|
|
730
|
-
"extra":
|
|
730
|
+
"extra": {
|
|
731
731
|
"palletMethod": "staking.nominate",
|
|
732
732
|
"validatorStash": undefined,
|
|
733
|
-
"validators":
|
|
733
|
+
"validators": [
|
|
734
734
|
"1REAJ1k691g5Eqqg9gL7vvZCBG7FCCZ8zgQkZWd4va5ESih",
|
|
735
735
|
"14xKzzU1ZYDnzFj7FgdtDAYSMJNARjDc2gNw4XAFDgr4uXgp",
|
|
736
736
|
"1zugcacYFxX3HveFpJVUShjfb3KyaomfVqMTFoxYuUWCdD8",
|
|
@@ -748,8 +748,8 @@ Array [
|
|
|
748
748
|
"hash": "0x2aa73de34967ab558940371c5fab0d0435abbe7a9d3082b090d9512f322944fb",
|
|
749
749
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x2aa73de34967ab558940371c5fab0d0435abbe7a9d3082b090d9512f322944fb-NOMINATE",
|
|
750
750
|
"operator": undefined,
|
|
751
|
-
"recipients":
|
|
752
|
-
"senders":
|
|
751
|
+
"recipients": [],
|
|
752
|
+
"senders": [
|
|
753
753
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
754
754
|
],
|
|
755
755
|
"standard": undefined,
|
|
@@ -758,12 +758,12 @@ Array [
|
|
|
758
758
|
"type": "NOMINATE",
|
|
759
759
|
"value": "448000050",
|
|
760
760
|
},
|
|
761
|
-
|
|
761
|
+
{
|
|
762
762
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
763
763
|
"blockHash": null,
|
|
764
764
|
"blockHeight": 4919018,
|
|
765
765
|
"contract": undefined,
|
|
766
|
-
"extra":
|
|
766
|
+
"extra": {
|
|
767
767
|
"palletMethod": "staking.Reward",
|
|
768
768
|
"validatorStash": "",
|
|
769
769
|
"validators": undefined,
|
|
@@ -772,21 +772,21 @@ Array [
|
|
|
772
772
|
"hash": "0x30563ffc8edc0587a7b9c56f2f78227ffe71b5e01e6c519a3b70dfb486159375",
|
|
773
773
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x30563ffc8edc0587a7b9c56f2f78227ffe71b5e01e6c519a3b70dfb486159375+81-REWARD_PAYOUT",
|
|
774
774
|
"operator": undefined,
|
|
775
|
-
"recipients":
|
|
775
|
+
"recipients": [
|
|
776
776
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
777
777
|
],
|
|
778
|
-
"senders":
|
|
778
|
+
"senders": [],
|
|
779
779
|
"standard": undefined,
|
|
780
780
|
"tokenId": undefined,
|
|
781
781
|
"type": "REWARD_PAYOUT",
|
|
782
782
|
"value": "3910133",
|
|
783
783
|
},
|
|
784
|
-
|
|
784
|
+
{
|
|
785
785
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
786
786
|
"blockHash": null,
|
|
787
787
|
"blockHeight": 2997990,
|
|
788
788
|
"contract": undefined,
|
|
789
|
-
"extra":
|
|
789
|
+
"extra": {
|
|
790
790
|
"palletMethod": "balances.transferKeepAlive",
|
|
791
791
|
"transferAmount": "12345000000",
|
|
792
792
|
"validatorStash": undefined,
|
|
@@ -797,10 +797,10 @@ Array [
|
|
|
797
797
|
"hash": "0x352776dc1684bd3d7547141bfed14242870c1da5b2645a680fe91f5f57752c7d",
|
|
798
798
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x352776dc1684bd3d7547141bfed14242870c1da5b2645a680fe91f5f57752c7d-OUT",
|
|
799
799
|
"operator": undefined,
|
|
800
|
-
"recipients":
|
|
800
|
+
"recipients": [
|
|
801
801
|
"13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9",
|
|
802
802
|
],
|
|
803
|
-
"senders":
|
|
803
|
+
"senders": [
|
|
804
804
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
805
805
|
],
|
|
806
806
|
"standard": undefined,
|
|
@@ -809,12 +809,12 @@ Array [
|
|
|
809
809
|
"type": "OUT",
|
|
810
810
|
"value": "12499000000",
|
|
811
811
|
},
|
|
812
|
-
|
|
812
|
+
{
|
|
813
813
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
814
814
|
"blockHash": null,
|
|
815
815
|
"blockHeight": 5700881,
|
|
816
816
|
"contract": undefined,
|
|
817
|
-
"extra":
|
|
817
|
+
"extra": {
|
|
818
818
|
"palletMethod": "staking.Reward",
|
|
819
819
|
"validatorStash": "",
|
|
820
820
|
"validators": undefined,
|
|
@@ -823,21 +823,21 @@ Array [
|
|
|
823
823
|
"hash": "0x3a2800f282abd73d6c8e250b1a068b899ee35bdbe43705583c91ffc7932a47c9",
|
|
824
824
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x3a2800f282abd73d6c8e250b1a068b899ee35bdbe43705583c91ffc7932a47c9+15-REWARD_PAYOUT",
|
|
825
825
|
"operator": undefined,
|
|
826
|
-
"recipients":
|
|
826
|
+
"recipients": [
|
|
827
827
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
828
828
|
],
|
|
829
|
-
"senders":
|
|
829
|
+
"senders": [],
|
|
830
830
|
"standard": undefined,
|
|
831
831
|
"tokenId": undefined,
|
|
832
832
|
"type": "REWARD_PAYOUT",
|
|
833
833
|
"value": "0",
|
|
834
834
|
},
|
|
835
|
-
|
|
835
|
+
{
|
|
836
836
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
837
837
|
"blockHash": null,
|
|
838
838
|
"blockHeight": 5700887,
|
|
839
839
|
"contract": undefined,
|
|
840
|
-
"extra":
|
|
840
|
+
"extra": {
|
|
841
841
|
"palletMethod": "staking.Reward",
|
|
842
842
|
"validatorStash": "",
|
|
843
843
|
"validators": undefined,
|
|
@@ -846,21 +846,21 @@ Array [
|
|
|
846
846
|
"hash": "0x3c204c42c3f80502733943c354c37203eba717beab9f420dc7f60634a23fa216",
|
|
847
847
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x3c204c42c3f80502733943c354c37203eba717beab9f420dc7f60634a23fa216+454-REWARD_PAYOUT",
|
|
848
848
|
"operator": undefined,
|
|
849
|
-
"recipients":
|
|
849
|
+
"recipients": [
|
|
850
850
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
851
851
|
],
|
|
852
|
-
"senders":
|
|
852
|
+
"senders": [],
|
|
853
853
|
"standard": undefined,
|
|
854
854
|
"tokenId": undefined,
|
|
855
855
|
"type": "REWARD_PAYOUT",
|
|
856
856
|
"value": "0",
|
|
857
857
|
},
|
|
858
|
-
|
|
858
|
+
{
|
|
859
859
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
860
860
|
"blockHash": null,
|
|
861
861
|
"blockHeight": 4947777,
|
|
862
862
|
"contract": undefined,
|
|
863
|
-
"extra":
|
|
863
|
+
"extra": {
|
|
864
864
|
"palletMethod": "staking.Reward",
|
|
865
865
|
"validatorStash": "",
|
|
866
866
|
"validators": undefined,
|
|
@@ -869,21 +869,21 @@ Array [
|
|
|
869
869
|
"hash": "0x400918126cbd83e729c664c677441083d5eb4a779b7f00b76c36e1f57fecc87c",
|
|
870
870
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x400918126cbd83e729c664c677441083d5eb4a779b7f00b76c36e1f57fecc87c+79-REWARD_PAYOUT",
|
|
871
871
|
"operator": undefined,
|
|
872
|
-
"recipients":
|
|
872
|
+
"recipients": [
|
|
873
873
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
874
874
|
],
|
|
875
|
-
"senders":
|
|
875
|
+
"senders": [],
|
|
876
876
|
"standard": undefined,
|
|
877
877
|
"tokenId": undefined,
|
|
878
878
|
"type": "REWARD_PAYOUT",
|
|
879
879
|
"value": "3086115",
|
|
880
880
|
},
|
|
881
|
-
|
|
881
|
+
{
|
|
882
882
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
883
883
|
"blockHash": null,
|
|
884
884
|
"blockHeight": 13125101,
|
|
885
885
|
"contract": undefined,
|
|
886
|
-
"extra":
|
|
886
|
+
"extra": {
|
|
887
887
|
"palletMethod": "balances.transferKeepAlive",
|
|
888
888
|
"transferAmount": "11000000000",
|
|
889
889
|
"validatorStash": undefined,
|
|
@@ -894,10 +894,10 @@ Array [
|
|
|
894
894
|
"hash": "0x422c4a799f6b9b8b95840f935be34c314883ff1f411ccd95aef0fabd8dbf8285",
|
|
895
895
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x422c4a799f6b9b8b95840f935be34c314883ff1f411ccd95aef0fabd8dbf8285-OUT",
|
|
896
896
|
"operator": undefined,
|
|
897
|
-
"recipients":
|
|
897
|
+
"recipients": [
|
|
898
898
|
"12mb46uqVt9Jth8znu58L2NxjKdwEr3ULxo11mh7WMWmXAHe",
|
|
899
899
|
],
|
|
900
|
-
"senders":
|
|
900
|
+
"senders": [
|
|
901
901
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
902
902
|
],
|
|
903
903
|
"standard": undefined,
|
|
@@ -906,12 +906,12 @@ Array [
|
|
|
906
906
|
"type": "OUT",
|
|
907
907
|
"value": "157562913",
|
|
908
908
|
},
|
|
909
|
-
|
|
909
|
+
{
|
|
910
910
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
911
911
|
"blockHash": null,
|
|
912
912
|
"blockHeight": 5514474,
|
|
913
913
|
"contract": undefined,
|
|
914
|
-
"extra":
|
|
914
|
+
"extra": {
|
|
915
915
|
"palletMethod": "staking.Reward",
|
|
916
916
|
"validatorStash": "",
|
|
917
917
|
"validators": undefined,
|
|
@@ -920,21 +920,21 @@ Array [
|
|
|
920
920
|
"hash": "0x43a424d272c3987ef2f0ec68943a5d7171d555bd553faf64167a4c8e6789a697",
|
|
921
921
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x43a424d272c3987ef2f0ec68943a5d7171d555bd553faf64167a4c8e6789a697+71-REWARD_PAYOUT",
|
|
922
922
|
"operator": undefined,
|
|
923
|
-
"recipients":
|
|
923
|
+
"recipients": [
|
|
924
924
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
925
925
|
],
|
|
926
|
-
"senders":
|
|
926
|
+
"senders": [],
|
|
927
927
|
"standard": undefined,
|
|
928
928
|
"tokenId": undefined,
|
|
929
929
|
"type": "REWARD_PAYOUT",
|
|
930
930
|
"value": "0",
|
|
931
931
|
},
|
|
932
|
-
|
|
932
|
+
{
|
|
933
933
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
934
934
|
"blockHash": null,
|
|
935
935
|
"blockHeight": 5604575,
|
|
936
936
|
"contract": undefined,
|
|
937
|
-
"extra":
|
|
937
|
+
"extra": {
|
|
938
938
|
"palletMethod": "staking.Reward",
|
|
939
939
|
"validatorStash": "",
|
|
940
940
|
"validators": undefined,
|
|
@@ -943,21 +943,21 @@ Array [
|
|
|
943
943
|
"hash": "0x43f89eda7fc195cfcf854c21ce2d340e6aa2b71638c306956a1128c7254f2599",
|
|
944
944
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x43f89eda7fc195cfcf854c21ce2d340e6aa2b71638c306956a1128c7254f2599+192-REWARD_PAYOUT",
|
|
945
945
|
"operator": undefined,
|
|
946
|
-
"recipients":
|
|
946
|
+
"recipients": [
|
|
947
947
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
948
948
|
],
|
|
949
|
-
"senders":
|
|
949
|
+
"senders": [],
|
|
950
950
|
"standard": undefined,
|
|
951
951
|
"tokenId": undefined,
|
|
952
952
|
"type": "REWARD_PAYOUT",
|
|
953
953
|
"value": "0",
|
|
954
954
|
},
|
|
955
|
-
|
|
955
|
+
{
|
|
956
956
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
957
957
|
"blockHash": null,
|
|
958
958
|
"blockHeight": 5604583,
|
|
959
959
|
"contract": undefined,
|
|
960
|
-
"extra":
|
|
960
|
+
"extra": {
|
|
961
961
|
"palletMethod": "staking.Reward",
|
|
962
962
|
"validatorStash": "",
|
|
963
963
|
"validators": undefined,
|
|
@@ -966,21 +966,21 @@ Array [
|
|
|
966
966
|
"hash": "0x451205d889d70b63a561b2c7ff3fe1e3cc647ad6e9136ebb607f3dd7aa46539c",
|
|
967
967
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x451205d889d70b63a561b2c7ff3fe1e3cc647ad6e9136ebb607f3dd7aa46539c+305-REWARD_PAYOUT",
|
|
968
968
|
"operator": undefined,
|
|
969
|
-
"recipients":
|
|
969
|
+
"recipients": [
|
|
970
970
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
971
971
|
],
|
|
972
|
-
"senders":
|
|
972
|
+
"senders": [],
|
|
973
973
|
"standard": undefined,
|
|
974
974
|
"tokenId": undefined,
|
|
975
975
|
"type": "REWARD_PAYOUT",
|
|
976
976
|
"value": "0",
|
|
977
977
|
},
|
|
978
|
-
|
|
978
|
+
{
|
|
979
979
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
980
980
|
"blockHash": null,
|
|
981
981
|
"blockHeight": 5303921,
|
|
982
982
|
"contract": undefined,
|
|
983
|
-
"extra":
|
|
983
|
+
"extra": {
|
|
984
984
|
"palletMethod": "staking.Reward",
|
|
985
985
|
"validatorStash": "",
|
|
986
986
|
"validators": undefined,
|
|
@@ -989,21 +989,21 @@ Array [
|
|
|
989
989
|
"hash": "0x4a50182b67ebd71c7062e21a3e1e708b80fb610c0a1a41493931be6d81859a1b",
|
|
990
990
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x4a50182b67ebd71c7062e21a3e1e708b80fb610c0a1a41493931be6d81859a1b+74-REWARD_PAYOUT",
|
|
991
991
|
"operator": undefined,
|
|
992
|
-
"recipients":
|
|
992
|
+
"recipients": [
|
|
993
993
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
994
994
|
],
|
|
995
|
-
"senders":
|
|
995
|
+
"senders": [],
|
|
996
996
|
"standard": undefined,
|
|
997
997
|
"tokenId": undefined,
|
|
998
998
|
"type": "REWARD_PAYOUT",
|
|
999
999
|
"value": "0",
|
|
1000
1000
|
},
|
|
1001
|
-
|
|
1001
|
+
{
|
|
1002
1002
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1003
1003
|
"blockHash": null,
|
|
1004
1004
|
"blockHeight": 5604586,
|
|
1005
1005
|
"contract": undefined,
|
|
1006
|
-
"extra":
|
|
1006
|
+
"extra": {
|
|
1007
1007
|
"palletMethod": "staking.Reward",
|
|
1008
1008
|
"validatorStash": "",
|
|
1009
1009
|
"validators": undefined,
|
|
@@ -1012,21 +1012,21 @@ Array [
|
|
|
1012
1012
|
"hash": "0x4ed30c1bed13463cbd195a3bfab219a59b11f58d4b52b595ed2ad3844a975318",
|
|
1013
1013
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x4ed30c1bed13463cbd195a3bfab219a59b11f58d4b52b595ed2ad3844a975318+18-REWARD_PAYOUT",
|
|
1014
1014
|
"operator": undefined,
|
|
1015
|
-
"recipients":
|
|
1015
|
+
"recipients": [
|
|
1016
1016
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1017
1017
|
],
|
|
1018
|
-
"senders":
|
|
1018
|
+
"senders": [],
|
|
1019
1019
|
"standard": undefined,
|
|
1020
1020
|
"tokenId": undefined,
|
|
1021
1021
|
"type": "REWARD_PAYOUT",
|
|
1022
1022
|
"value": "0",
|
|
1023
1023
|
},
|
|
1024
|
-
|
|
1024
|
+
{
|
|
1025
1025
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1026
1026
|
"blockHash": null,
|
|
1027
1027
|
"blockHeight": 5417372,
|
|
1028
1028
|
"contract": undefined,
|
|
1029
|
-
"extra":
|
|
1029
|
+
"extra": {
|
|
1030
1030
|
"palletMethod": "staking.Reward",
|
|
1031
1031
|
"validatorStash": "",
|
|
1032
1032
|
"validators": undefined,
|
|
@@ -1035,21 +1035,21 @@ Array [
|
|
|
1035
1035
|
"hash": "0x5140710c4598c24a436fcc42ef32f83a9c975fc96e79bf393f8b9460d85fee0b",
|
|
1036
1036
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x5140710c4598c24a436fcc42ef32f83a9c975fc96e79bf393f8b9460d85fee0b+134-REWARD_PAYOUT",
|
|
1037
1037
|
"operator": undefined,
|
|
1038
|
-
"recipients":
|
|
1038
|
+
"recipients": [
|
|
1039
1039
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1040
1040
|
],
|
|
1041
|
-
"senders":
|
|
1041
|
+
"senders": [],
|
|
1042
1042
|
"standard": undefined,
|
|
1043
1043
|
"tokenId": undefined,
|
|
1044
1044
|
"type": "REWARD_PAYOUT",
|
|
1045
1045
|
"value": "0",
|
|
1046
1046
|
},
|
|
1047
|
-
|
|
1047
|
+
{
|
|
1048
1048
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1049
1049
|
"blockHash": null,
|
|
1050
1050
|
"blockHeight": 6320124,
|
|
1051
1051
|
"contract": undefined,
|
|
1052
|
-
"extra":
|
|
1052
|
+
"extra": {
|
|
1053
1053
|
"palletMethod": "balances.transferKeepAlive",
|
|
1054
1054
|
"transferAmount": "10000000000",
|
|
1055
1055
|
"validatorStash": undefined,
|
|
@@ -1060,10 +1060,10 @@ Array [
|
|
|
1060
1060
|
"hash": "0x538481b4bc486fc6d8b3d124e962ea8c6ca5eb38c23e4408be9157c2d8986674",
|
|
1061
1061
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x538481b4bc486fc6d8b3d124e962ea8c6ca5eb38c23e4408be9157c2d8986674-OUT",
|
|
1062
1062
|
"operator": undefined,
|
|
1063
|
-
"recipients":
|
|
1063
|
+
"recipients": [
|
|
1064
1064
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
|
1065
1065
|
],
|
|
1066
|
-
"senders":
|
|
1066
|
+
"senders": [
|
|
1067
1067
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1068
1068
|
],
|
|
1069
1069
|
"standard": undefined,
|
|
@@ -1072,12 +1072,12 @@ Array [
|
|
|
1072
1072
|
"type": "OUT",
|
|
1073
1073
|
"value": "10156000014",
|
|
1074
1074
|
},
|
|
1075
|
-
|
|
1075
|
+
{
|
|
1076
1076
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1077
1077
|
"blockHash": null,
|
|
1078
1078
|
"blockHeight": 5113335,
|
|
1079
1079
|
"contract": undefined,
|
|
1080
|
-
"extra":
|
|
1080
|
+
"extra": {
|
|
1081
1081
|
"palletMethod": "staking.Reward",
|
|
1082
1082
|
"validatorStash": "",
|
|
1083
1083
|
"validators": undefined,
|
|
@@ -1086,21 +1086,21 @@ Array [
|
|
|
1086
1086
|
"hash": "0x57c16a02d792f6ef0b5906a4c67fda0d02c1dbe85fa5fad716055354505402d8",
|
|
1087
1087
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x57c16a02d792f6ef0b5906a4c67fda0d02c1dbe85fa5fad716055354505402d8+8-REWARD_PAYOUT",
|
|
1088
1088
|
"operator": undefined,
|
|
1089
|
-
"recipients":
|
|
1089
|
+
"recipients": [
|
|
1090
1090
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1091
1091
|
],
|
|
1092
|
-
"senders":
|
|
1092
|
+
"senders": [],
|
|
1093
1093
|
"standard": undefined,
|
|
1094
1094
|
"tokenId": undefined,
|
|
1095
1095
|
"type": "REWARD_PAYOUT",
|
|
1096
1096
|
"value": "0",
|
|
1097
1097
|
},
|
|
1098
|
-
|
|
1098
|
+
{
|
|
1099
1099
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1100
1100
|
"blockHash": null,
|
|
1101
1101
|
"blockHeight": 5214963,
|
|
1102
1102
|
"contract": undefined,
|
|
1103
|
-
"extra":
|
|
1103
|
+
"extra": {
|
|
1104
1104
|
"palletMethod": "staking.Reward",
|
|
1105
1105
|
"validatorStash": "",
|
|
1106
1106
|
"validators": undefined,
|
|
@@ -1109,21 +1109,21 @@ Array [
|
|
|
1109
1109
|
"hash": "0x5f2cf92cf114b41591a7927dab29aaa9caa8ea4ee17ae673efdaae7f6cece253",
|
|
1110
1110
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x5f2cf92cf114b41591a7927dab29aaa9caa8ea4ee17ae673efdaae7f6cece253+383-REWARD_PAYOUT",
|
|
1111
1111
|
"operator": undefined,
|
|
1112
|
-
"recipients":
|
|
1112
|
+
"recipients": [
|
|
1113
1113
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1114
1114
|
],
|
|
1115
|
-
"senders":
|
|
1115
|
+
"senders": [],
|
|
1116
1116
|
"standard": undefined,
|
|
1117
1117
|
"tokenId": undefined,
|
|
1118
1118
|
"type": "REWARD_PAYOUT",
|
|
1119
1119
|
"value": "0",
|
|
1120
1120
|
},
|
|
1121
|
-
|
|
1121
|
+
{
|
|
1122
1122
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1123
1123
|
"blockHash": null,
|
|
1124
1124
|
"blockHeight": 5303911,
|
|
1125
1125
|
"contract": undefined,
|
|
1126
|
-
"extra":
|
|
1126
|
+
"extra": {
|
|
1127
1127
|
"palletMethod": "staking.Reward",
|
|
1128
1128
|
"validatorStash": "",
|
|
1129
1129
|
"validators": undefined,
|
|
@@ -1132,21 +1132,21 @@ Array [
|
|
|
1132
1132
|
"hash": "0x61f8ffd6b2b12bf9e2322f05a3d1f11f38218290c576fd9dc37744468fe2bac3",
|
|
1133
1133
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x61f8ffd6b2b12bf9e2322f05a3d1f11f38218290c576fd9dc37744468fe2bac3+281-REWARD_PAYOUT",
|
|
1134
1134
|
"operator": undefined,
|
|
1135
|
-
"recipients":
|
|
1135
|
+
"recipients": [
|
|
1136
1136
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1137
1137
|
],
|
|
1138
|
-
"senders":
|
|
1138
|
+
"senders": [],
|
|
1139
1139
|
"standard": undefined,
|
|
1140
1140
|
"tokenId": undefined,
|
|
1141
1141
|
"type": "REWARD_PAYOUT",
|
|
1142
1142
|
"value": "0",
|
|
1143
1143
|
},
|
|
1144
|
-
|
|
1144
|
+
{
|
|
1145
1145
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1146
1146
|
"blockHash": null,
|
|
1147
1147
|
"blockHeight": 2692519,
|
|
1148
1148
|
"contract": undefined,
|
|
1149
|
-
"extra":
|
|
1149
|
+
"extra": {
|
|
1150
1150
|
"bondedAmount": "11000000000",
|
|
1151
1151
|
"palletMethod": "staking.bond",
|
|
1152
1152
|
"validatorStash": undefined,
|
|
@@ -1157,10 +1157,10 @@ Array [
|
|
|
1157
1157
|
"hash": "0x668b9929b6054358ce43afafbbf3e2ba630efaf3f62349b14b2083976021bfa7",
|
|
1158
1158
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x668b9929b6054358ce43afafbbf3e2ba630efaf3f62349b14b2083976021bfa7-BOND",
|
|
1159
1159
|
"operator": undefined,
|
|
1160
|
-
"recipients":
|
|
1160
|
+
"recipients": [
|
|
1161
1161
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1162
1162
|
],
|
|
1163
|
-
"senders":
|
|
1163
|
+
"senders": [
|
|
1164
1164
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1165
1165
|
],
|
|
1166
1166
|
"standard": undefined,
|
|
@@ -1169,12 +1169,12 @@ Array [
|
|
|
1169
1169
|
"type": "BOND",
|
|
1170
1170
|
"value": "155000000",
|
|
1171
1171
|
},
|
|
1172
|
-
|
|
1172
|
+
{
|
|
1173
1173
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1174
1174
|
"blockHash": null,
|
|
1175
1175
|
"blockHeight": 5213903,
|
|
1176
1176
|
"contract": undefined,
|
|
1177
|
-
"extra":
|
|
1177
|
+
"extra": {
|
|
1178
1178
|
"palletMethod": "staking.Reward",
|
|
1179
1179
|
"validatorStash": "",
|
|
1180
1180
|
"validators": undefined,
|
|
@@ -1183,21 +1183,21 @@ Array [
|
|
|
1183
1183
|
"hash": "0x68855df1357211f40a61691734886a1164898682d98c1177a4ba2ea48dad26f3",
|
|
1184
1184
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x68855df1357211f40a61691734886a1164898682d98c1177a4ba2ea48dad26f3+325-REWARD_PAYOUT",
|
|
1185
1185
|
"operator": undefined,
|
|
1186
|
-
"recipients":
|
|
1186
|
+
"recipients": [
|
|
1187
1187
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1188
1188
|
],
|
|
1189
|
-
"senders":
|
|
1189
|
+
"senders": [],
|
|
1190
1190
|
"standard": undefined,
|
|
1191
1191
|
"tokenId": undefined,
|
|
1192
1192
|
"type": "REWARD_PAYOUT",
|
|
1193
1193
|
"value": "0",
|
|
1194
1194
|
},
|
|
1195
|
-
|
|
1195
|
+
{
|
|
1196
1196
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1197
1197
|
"blockHash": null,
|
|
1198
1198
|
"blockHeight": 4802752,
|
|
1199
1199
|
"contract": undefined,
|
|
1200
|
-
"extra":
|
|
1200
|
+
"extra": {
|
|
1201
1201
|
"bondedAmount": "11000000000",
|
|
1202
1202
|
"palletMethod": "staking.rebond",
|
|
1203
1203
|
"validatorStash": undefined,
|
|
@@ -1208,8 +1208,8 @@ Array [
|
|
|
1208
1208
|
"hash": "0x745f2f38c8730304f3a46f69ffb84dae9dab69b529342da679573d6db058be61",
|
|
1209
1209
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x745f2f38c8730304f3a46f69ffb84dae9dab69b529342da679573d6db058be61-BOND",
|
|
1210
1210
|
"operator": undefined,
|
|
1211
|
-
"recipients":
|
|
1212
|
-
"senders":
|
|
1211
|
+
"recipients": [],
|
|
1212
|
+
"senders": [
|
|
1213
1213
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1214
1214
|
],
|
|
1215
1215
|
"standard": undefined,
|
|
@@ -1218,12 +1218,12 @@ Array [
|
|
|
1218
1218
|
"type": "BOND",
|
|
1219
1219
|
"value": "123000035",
|
|
1220
1220
|
},
|
|
1221
|
-
|
|
1221
|
+
{
|
|
1222
1222
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1223
1223
|
"blockHash": null,
|
|
1224
1224
|
"blockHeight": 3628618,
|
|
1225
1225
|
"contract": undefined,
|
|
1226
|
-
"extra":
|
|
1226
|
+
"extra": {
|
|
1227
1227
|
"palletMethod": "balances.transferKeepAlive",
|
|
1228
1228
|
"transferAmount": "20000000000",
|
|
1229
1229
|
"validatorStash": undefined,
|
|
@@ -1234,10 +1234,10 @@ Array [
|
|
|
1234
1234
|
"hash": "0x76c6435f507cf0c17ca557c586fb9c3eb25770f10a1d03888e1dbda689ff95bc",
|
|
1235
1235
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x76c6435f507cf0c17ca557c586fb9c3eb25770f10a1d03888e1dbda689ff95bc-OUT",
|
|
1236
1236
|
"operator": undefined,
|
|
1237
|
-
"recipients":
|
|
1237
|
+
"recipients": [
|
|
1238
1238
|
"13d1UWkRdbj5yxZWvHZYHYijDWYscQ7tnFALnU6RNEHGe2R6",
|
|
1239
1239
|
],
|
|
1240
|
-
"senders":
|
|
1240
|
+
"senders": [
|
|
1241
1241
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1242
1242
|
],
|
|
1243
1243
|
"standard": undefined,
|
|
@@ -1246,15 +1246,15 @@ Array [
|
|
|
1246
1246
|
"type": "OUT",
|
|
1247
1247
|
"value": "20154000000",
|
|
1248
1248
|
},
|
|
1249
|
-
|
|
1249
|
+
{
|
|
1250
1250
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1251
1251
|
"blockHash": null,
|
|
1252
1252
|
"blockHeight": 2997922,
|
|
1253
1253
|
"contract": undefined,
|
|
1254
|
-
"extra":
|
|
1254
|
+
"extra": {
|
|
1255
1255
|
"palletMethod": "staking.nominate",
|
|
1256
1256
|
"validatorStash": undefined,
|
|
1257
|
-
"validators":
|
|
1257
|
+
"validators": [
|
|
1258
1258
|
"1REAJ1k691g5Eqqg9gL7vvZCBG7FCCZ8zgQkZWd4va5ESih",
|
|
1259
1259
|
"1zugcajKZ8XwjWvC5QZWcrpjfnjZZ9FfxRB9f5Hy6GdXBpZ",
|
|
1260
1260
|
"14xKzzU1ZYDnzFj7FgdtDAYSMJNARjDc2gNw4XAFDgr4uXgp",
|
|
@@ -1273,8 +1273,8 @@ Array [
|
|
|
1273
1273
|
"hash": "0x785a59207e7b54e2a0e1d8ea72be0155aac460422826e490ec94c064fc724e48",
|
|
1274
1274
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x785a59207e7b54e2a0e1d8ea72be0155aac460422826e490ec94c064fc724e48-NOMINATE",
|
|
1275
1275
|
"operator": undefined,
|
|
1276
|
-
"recipients":
|
|
1277
|
-
"senders":
|
|
1276
|
+
"recipients": [],
|
|
1277
|
+
"senders": [
|
|
1278
1278
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1279
1279
|
],
|
|
1280
1280
|
"standard": undefined,
|
|
@@ -1283,12 +1283,12 @@ Array [
|
|
|
1283
1283
|
"type": "NOMINATE",
|
|
1284
1284
|
"value": "469000000",
|
|
1285
1285
|
},
|
|
1286
|
-
|
|
1286
|
+
{
|
|
1287
1287
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1288
1288
|
"blockHash": null,
|
|
1289
1289
|
"blockHeight": 5213947,
|
|
1290
1290
|
"contract": undefined,
|
|
1291
|
-
"extra":
|
|
1291
|
+
"extra": {
|
|
1292
1292
|
"palletMethod": "staking.Reward",
|
|
1293
1293
|
"validatorStash": "",
|
|
1294
1294
|
"validators": undefined,
|
|
@@ -1297,21 +1297,21 @@ Array [
|
|
|
1297
1297
|
"hash": "0x795fa8ded6199b50b50ac263a0feb313738b3b7488ac2057dff505d80635a8a3",
|
|
1298
1298
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x795fa8ded6199b50b50ac263a0feb313738b3b7488ac2057dff505d80635a8a3+220-REWARD_PAYOUT",
|
|
1299
1299
|
"operator": undefined,
|
|
1300
|
-
"recipients":
|
|
1300
|
+
"recipients": [
|
|
1301
1301
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1302
1302
|
],
|
|
1303
|
-
"senders":
|
|
1303
|
+
"senders": [],
|
|
1304
1304
|
"standard": undefined,
|
|
1305
1305
|
"tokenId": undefined,
|
|
1306
1306
|
"type": "REWARD_PAYOUT",
|
|
1307
1307
|
"value": "0",
|
|
1308
1308
|
},
|
|
1309
|
-
|
|
1309
|
+
{
|
|
1310
1310
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1311
1311
|
"blockHash": null,
|
|
1312
1312
|
"blockHeight": 5604581,
|
|
1313
1313
|
"contract": undefined,
|
|
1314
|
-
"extra":
|
|
1314
|
+
"extra": {
|
|
1315
1315
|
"palletMethod": "staking.Reward",
|
|
1316
1316
|
"validatorStash": "",
|
|
1317
1317
|
"validators": undefined,
|
|
@@ -1320,21 +1320,21 @@ Array [
|
|
|
1320
1320
|
"hash": "0x7a89c77316d848eb8447a88fee472149fec986647d4e0d6449f0ec2e697acb80",
|
|
1321
1321
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x7a89c77316d848eb8447a88fee472149fec986647d4e0d6449f0ec2e697acb80+104-REWARD_PAYOUT",
|
|
1322
1322
|
"operator": undefined,
|
|
1323
|
-
"recipients":
|
|
1323
|
+
"recipients": [
|
|
1324
1324
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1325
1325
|
],
|
|
1326
|
-
"senders":
|
|
1326
|
+
"senders": [],
|
|
1327
1327
|
"standard": undefined,
|
|
1328
1328
|
"tokenId": undefined,
|
|
1329
1329
|
"type": "REWARD_PAYOUT",
|
|
1330
1330
|
"value": "0",
|
|
1331
1331
|
},
|
|
1332
|
-
|
|
1332
|
+
{
|
|
1333
1333
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1334
1334
|
"blockHash": null,
|
|
1335
1335
|
"blockHeight": 11142949,
|
|
1336
1336
|
"contract": undefined,
|
|
1337
|
-
"extra":
|
|
1337
|
+
"extra": {
|
|
1338
1338
|
"palletMethod": "staking.unbond",
|
|
1339
1339
|
"unbondedAmount": "11000000000",
|
|
1340
1340
|
"validatorStash": undefined,
|
|
@@ -1345,8 +1345,8 @@ Array [
|
|
|
1345
1345
|
"hash": "0x810825dabfe804fe4ae137d7ee1378cdcfae21e767128183e61d9e68b6829efa",
|
|
1346
1346
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x810825dabfe804fe4ae137d7ee1378cdcfae21e767128183e61d9e68b6829efa-UNBOND",
|
|
1347
1347
|
"operator": undefined,
|
|
1348
|
-
"recipients":
|
|
1349
|
-
"senders":
|
|
1348
|
+
"recipients": [],
|
|
1349
|
+
"senders": [
|
|
1350
1350
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1351
1351
|
],
|
|
1352
1352
|
"standard": undefined,
|
|
@@ -1355,12 +1355,12 @@ Array [
|
|
|
1355
1355
|
"type": "UNBOND",
|
|
1356
1356
|
"value": "123000115",
|
|
1357
1357
|
},
|
|
1358
|
-
|
|
1358
|
+
{
|
|
1359
1359
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1360
1360
|
"blockHash": null,
|
|
1361
1361
|
"blockHeight": 5700872,
|
|
1362
1362
|
"contract": undefined,
|
|
1363
|
-
"extra":
|
|
1363
|
+
"extra": {
|
|
1364
1364
|
"palletMethod": "staking.Reward",
|
|
1365
1365
|
"validatorStash": "",
|
|
1366
1366
|
"validators": undefined,
|
|
@@ -1369,21 +1369,21 @@ Array [
|
|
|
1369
1369
|
"hash": "0x82b538816e6ecfe232f5cd7bf1cbc94f21e4c3ff5f73215ee3930257cba80b02",
|
|
1370
1370
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x82b538816e6ecfe232f5cd7bf1cbc94f21e4c3ff5f73215ee3930257cba80b02+146-REWARD_PAYOUT",
|
|
1371
1371
|
"operator": undefined,
|
|
1372
|
-
"recipients":
|
|
1372
|
+
"recipients": [
|
|
1373
1373
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1374
1374
|
],
|
|
1375
|
-
"senders":
|
|
1375
|
+
"senders": [],
|
|
1376
1376
|
"standard": undefined,
|
|
1377
1377
|
"tokenId": undefined,
|
|
1378
1378
|
"type": "REWARD_PAYOUT",
|
|
1379
1379
|
"value": "0",
|
|
1380
1380
|
},
|
|
1381
|
-
|
|
1381
|
+
{
|
|
1382
1382
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1383
1383
|
"blockHash": null,
|
|
1384
1384
|
"blockHeight": 5213855,
|
|
1385
1385
|
"contract": undefined,
|
|
1386
|
-
"extra":
|
|
1386
|
+
"extra": {
|
|
1387
1387
|
"palletMethod": "staking.Reward",
|
|
1388
1388
|
"validatorStash": "",
|
|
1389
1389
|
"validators": undefined,
|
|
@@ -1392,21 +1392,21 @@ Array [
|
|
|
1392
1392
|
"hash": "0x8344a43487b3c92b0be983a397e1652e12c6598fc1bf19b54c0804a7f98544e0",
|
|
1393
1393
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x8344a43487b3c92b0be983a397e1652e12c6598fc1bf19b54c0804a7f98544e0+47-REWARD_PAYOUT",
|
|
1394
1394
|
"operator": undefined,
|
|
1395
|
-
"recipients":
|
|
1395
|
+
"recipients": [
|
|
1396
1396
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1397
1397
|
],
|
|
1398
|
-
"senders":
|
|
1398
|
+
"senders": [],
|
|
1399
1399
|
"standard": undefined,
|
|
1400
1400
|
"tokenId": undefined,
|
|
1401
1401
|
"type": "REWARD_PAYOUT",
|
|
1402
1402
|
"value": "0",
|
|
1403
1403
|
},
|
|
1404
|
-
|
|
1404
|
+
{
|
|
1405
1405
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1406
1406
|
"blockHash": null,
|
|
1407
1407
|
"blockHeight": 5303930,
|
|
1408
1408
|
"contract": undefined,
|
|
1409
|
-
"extra":
|
|
1409
|
+
"extra": {
|
|
1410
1410
|
"palletMethod": "staking.Reward",
|
|
1411
1411
|
"validatorStash": "",
|
|
1412
1412
|
"validators": undefined,
|
|
@@ -1415,21 +1415,21 @@ Array [
|
|
|
1415
1415
|
"hash": "0x89c0f821e877f45af821bd9d82731ef62a82137e32a86e475f23ddbfe1d9806e",
|
|
1416
1416
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x89c0f821e877f45af821bd9d82731ef62a82137e32a86e475f23ddbfe1d9806e+287-REWARD_PAYOUT",
|
|
1417
1417
|
"operator": undefined,
|
|
1418
|
-
"recipients":
|
|
1418
|
+
"recipients": [
|
|
1419
1419
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1420
1420
|
],
|
|
1421
|
-
"senders":
|
|
1421
|
+
"senders": [],
|
|
1422
1422
|
"standard": undefined,
|
|
1423
1423
|
"tokenId": undefined,
|
|
1424
1424
|
"type": "REWARD_PAYOUT",
|
|
1425
1425
|
"value": "0",
|
|
1426
1426
|
},
|
|
1427
|
-
|
|
1427
|
+
{
|
|
1428
1428
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1429
1429
|
"blockHash": null,
|
|
1430
1430
|
"blockHeight": 5303936,
|
|
1431
1431
|
"contract": undefined,
|
|
1432
|
-
"extra":
|
|
1432
|
+
"extra": {
|
|
1433
1433
|
"palletMethod": "staking.Reward",
|
|
1434
1434
|
"validatorStash": "",
|
|
1435
1435
|
"validators": undefined,
|
|
@@ -1438,21 +1438,21 @@ Array [
|
|
|
1438
1438
|
"hash": "0x8baee57e30e37e73d9b40aedaa3ad3a4c9e61d4719ddb0282f5342c459159739",
|
|
1439
1439
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x8baee57e30e37e73d9b40aedaa3ad3a4c9e61d4719ddb0282f5342c459159739+16-REWARD_PAYOUT",
|
|
1440
1440
|
"operator": undefined,
|
|
1441
|
-
"recipients":
|
|
1441
|
+
"recipients": [
|
|
1442
1442
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1443
1443
|
],
|
|
1444
|
-
"senders":
|
|
1444
|
+
"senders": [],
|
|
1445
1445
|
"standard": undefined,
|
|
1446
1446
|
"tokenId": undefined,
|
|
1447
1447
|
"type": "REWARD_PAYOUT",
|
|
1448
1448
|
"value": "0",
|
|
1449
1449
|
},
|
|
1450
|
-
|
|
1450
|
+
{
|
|
1451
1451
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1452
1452
|
"blockHash": null,
|
|
1453
1453
|
"blockHeight": 4933442,
|
|
1454
1454
|
"contract": undefined,
|
|
1455
|
-
"extra":
|
|
1455
|
+
"extra": {
|
|
1456
1456
|
"palletMethod": "staking.Reward",
|
|
1457
1457
|
"validatorStash": "",
|
|
1458
1458
|
"validators": undefined,
|
|
@@ -1461,21 +1461,21 @@ Array [
|
|
|
1461
1461
|
"hash": "0x8c332e3827b9a1c159ce6077077c7d88076f1155b3ceb8ba6a3292e329ee2468",
|
|
1462
1462
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x8c332e3827b9a1c159ce6077077c7d88076f1155b3ceb8ba6a3292e329ee2468+81-REWARD_PAYOUT",
|
|
1463
1463
|
"operator": undefined,
|
|
1464
|
-
"recipients":
|
|
1464
|
+
"recipients": [
|
|
1465
1465
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1466
1466
|
],
|
|
1467
|
-
"senders":
|
|
1467
|
+
"senders": [],
|
|
1468
1468
|
"standard": undefined,
|
|
1469
1469
|
"tokenId": undefined,
|
|
1470
1470
|
"type": "REWARD_PAYOUT",
|
|
1471
1471
|
"value": "4069334",
|
|
1472
1472
|
},
|
|
1473
|
-
|
|
1473
|
+
{
|
|
1474
1474
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1475
1475
|
"blockHash": null,
|
|
1476
1476
|
"blockHeight": 5303925,
|
|
1477
1477
|
"contract": undefined,
|
|
1478
|
-
"extra":
|
|
1478
|
+
"extra": {
|
|
1479
1479
|
"palletMethod": "staking.Reward",
|
|
1480
1480
|
"validatorStash": "",
|
|
1481
1481
|
"validators": undefined,
|
|
@@ -1484,21 +1484,21 @@ Array [
|
|
|
1484
1484
|
"hash": "0x8dbf156b75668abeb86777ed5fa12c2d077126caf1a58604d96ef63e89efd376",
|
|
1485
1485
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x8dbf156b75668abeb86777ed5fa12c2d077126caf1a58604d96ef63e89efd376+111-REWARD_PAYOUT",
|
|
1486
1486
|
"operator": undefined,
|
|
1487
|
-
"recipients":
|
|
1487
|
+
"recipients": [
|
|
1488
1488
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1489
1489
|
],
|
|
1490
|
-
"senders":
|
|
1490
|
+
"senders": [],
|
|
1491
1491
|
"standard": undefined,
|
|
1492
1492
|
"tokenId": undefined,
|
|
1493
1493
|
"type": "REWARD_PAYOUT",
|
|
1494
1494
|
"value": "0",
|
|
1495
1495
|
},
|
|
1496
|
-
|
|
1496
|
+
{
|
|
1497
1497
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1498
1498
|
"blockHash": null,
|
|
1499
1499
|
"blockHeight": 5019592,
|
|
1500
1500
|
"contract": undefined,
|
|
1501
|
-
"extra":
|
|
1501
|
+
"extra": {
|
|
1502
1502
|
"palletMethod": "staking.Reward",
|
|
1503
1503
|
"validatorStash": "",
|
|
1504
1504
|
"validators": undefined,
|
|
@@ -1507,21 +1507,21 @@ Array [
|
|
|
1507
1507
|
"hash": "0x8e7d063fb89c5dd2565961da2d6c440d826df6ad34b7f8de4927b8aaf72dc45e",
|
|
1508
1508
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x8e7d063fb89c5dd2565961da2d6c440d826df6ad34b7f8de4927b8aaf72dc45e+81-REWARD_PAYOUT",
|
|
1509
1509
|
"operator": undefined,
|
|
1510
|
-
"recipients":
|
|
1510
|
+
"recipients": [
|
|
1511
1511
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1512
1512
|
],
|
|
1513
|
-
"senders":
|
|
1513
|
+
"senders": [],
|
|
1514
1514
|
"standard": undefined,
|
|
1515
1515
|
"tokenId": undefined,
|
|
1516
1516
|
"type": "REWARD_PAYOUT",
|
|
1517
1517
|
"value": "4102477",
|
|
1518
1518
|
},
|
|
1519
|
-
|
|
1519
|
+
{
|
|
1520
1520
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1521
1521
|
"blockHash": null,
|
|
1522
1522
|
"blockHeight": 5417392,
|
|
1523
1523
|
"contract": undefined,
|
|
1524
|
-
"extra":
|
|
1524
|
+
"extra": {
|
|
1525
1525
|
"palletMethod": "staking.Reward",
|
|
1526
1526
|
"validatorStash": "",
|
|
1527
1527
|
"validators": undefined,
|
|
@@ -1530,21 +1530,21 @@ Array [
|
|
|
1530
1530
|
"hash": "0x8f0ee4fdb8ebd36a2bcfbb6ec044a0626296d113e9186df85bbd7e90e4fcbfa1",
|
|
1531
1531
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x8f0ee4fdb8ebd36a2bcfbb6ec044a0626296d113e9186df85bbd7e90e4fcbfa1+57-REWARD_PAYOUT",
|
|
1532
1532
|
"operator": undefined,
|
|
1533
|
-
"recipients":
|
|
1533
|
+
"recipients": [
|
|
1534
1534
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1535
1535
|
],
|
|
1536
|
-
"senders":
|
|
1536
|
+
"senders": [],
|
|
1537
1537
|
"standard": undefined,
|
|
1538
1538
|
"tokenId": undefined,
|
|
1539
1539
|
"type": "REWARD_PAYOUT",
|
|
1540
1540
|
"value": "0",
|
|
1541
1541
|
},
|
|
1542
|
-
|
|
1542
|
+
{
|
|
1543
1543
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1544
1544
|
"blockHash": null,
|
|
1545
1545
|
"blockHeight": 5514444,
|
|
1546
1546
|
"contract": undefined,
|
|
1547
|
-
"extra":
|
|
1547
|
+
"extra": {
|
|
1548
1548
|
"palletMethod": "staking.Reward",
|
|
1549
1549
|
"validatorStash": "",
|
|
1550
1550
|
"validators": undefined,
|
|
@@ -1553,21 +1553,21 @@ Array [
|
|
|
1553
1553
|
"hash": "0x915946f00217fe650513a517604b4e6e98629d55686ac529e6211e8820a127f1",
|
|
1554
1554
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x915946f00217fe650513a517604b4e6e98629d55686ac529e6211e8820a127f1+115-REWARD_PAYOUT",
|
|
1555
1555
|
"operator": undefined,
|
|
1556
|
-
"recipients":
|
|
1556
|
+
"recipients": [
|
|
1557
1557
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1558
1558
|
],
|
|
1559
|
-
"senders":
|
|
1559
|
+
"senders": [],
|
|
1560
1560
|
"standard": undefined,
|
|
1561
1561
|
"tokenId": undefined,
|
|
1562
1562
|
"type": "REWARD_PAYOUT",
|
|
1563
1563
|
"value": "0",
|
|
1564
1564
|
},
|
|
1565
|
-
|
|
1565
|
+
{
|
|
1566
1566
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1567
1567
|
"blockHash": null,
|
|
1568
1568
|
"blockHeight": 5222826,
|
|
1569
1569
|
"contract": undefined,
|
|
1570
|
-
"extra":
|
|
1570
|
+
"extra": {
|
|
1571
1571
|
"palletMethod": "staking.Reward",
|
|
1572
1572
|
"validatorStash": "",
|
|
1573
1573
|
"validators": undefined,
|
|
@@ -1576,21 +1576,21 @@ Array [
|
|
|
1576
1576
|
"hash": "0x95b0fc613488458ad8ace4fcc85900f45c0d32386c5e56c36acb96448ea2c5c1",
|
|
1577
1577
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x95b0fc613488458ad8ace4fcc85900f45c0d32386c5e56c36acb96448ea2c5c1+427-REWARD_PAYOUT",
|
|
1578
1578
|
"operator": undefined,
|
|
1579
|
-
"recipients":
|
|
1579
|
+
"recipients": [
|
|
1580
1580
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1581
1581
|
],
|
|
1582
|
-
"senders":
|
|
1582
|
+
"senders": [],
|
|
1583
1583
|
"standard": undefined,
|
|
1584
1584
|
"tokenId": undefined,
|
|
1585
1585
|
"type": "REWARD_PAYOUT",
|
|
1586
1586
|
"value": "1243476",
|
|
1587
1587
|
},
|
|
1588
|
-
|
|
1588
|
+
{
|
|
1589
1589
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1590
1590
|
"blockHash": null,
|
|
1591
1591
|
"blockHeight": 11261400,
|
|
1592
1592
|
"contract": undefined,
|
|
1593
|
-
"extra":
|
|
1593
|
+
"extra": {
|
|
1594
1594
|
"palletMethod": "balances.transferKeepAlive",
|
|
1595
1595
|
"transferAmount": "100000000",
|
|
1596
1596
|
"validatorStash": undefined,
|
|
@@ -1601,10 +1601,10 @@ Array [
|
|
|
1601
1601
|
"hash": "0x97e8d2275eb1e4e51748e6e8e7e0253c9c2096d6de9d69571e6ab007fe663d72",
|
|
1602
1602
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x97e8d2275eb1e4e51748e6e8e7e0253c9c2096d6de9d69571e6ab007fe663d72-OUT",
|
|
1603
1603
|
"operator": undefined,
|
|
1604
|
-
"recipients":
|
|
1604
|
+
"recipients": [
|
|
1605
1605
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
|
1606
1606
|
],
|
|
1607
|
-
"senders":
|
|
1607
|
+
"senders": [
|
|
1608
1608
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1609
1609
|
],
|
|
1610
1610
|
"standard": undefined,
|
|
@@ -1613,12 +1613,12 @@ Array [
|
|
|
1613
1613
|
"type": "OUT",
|
|
1614
1614
|
"value": "254000015",
|
|
1615
1615
|
},
|
|
1616
|
-
|
|
1616
|
+
{
|
|
1617
1617
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1618
1618
|
"blockHash": null,
|
|
1619
1619
|
"blockHeight": 5514427,
|
|
1620
1620
|
"contract": undefined,
|
|
1621
|
-
"extra":
|
|
1621
|
+
"extra": {
|
|
1622
1622
|
"palletMethod": "staking.Reward",
|
|
1623
1623
|
"validatorStash": "",
|
|
1624
1624
|
"validators": undefined,
|
|
@@ -1627,21 +1627,21 @@ Array [
|
|
|
1627
1627
|
"hash": "0x9b79b1fea124747c26e70560dafa58b066f82cf60c833184d50884f4e660e4ce",
|
|
1628
1628
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0x9b79b1fea124747c26e70560dafa58b066f82cf60c833184d50884f4e660e4ce+390-REWARD_PAYOUT",
|
|
1629
1629
|
"operator": undefined,
|
|
1630
|
-
"recipients":
|
|
1630
|
+
"recipients": [
|
|
1631
1631
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1632
1632
|
],
|
|
1633
|
-
"senders":
|
|
1633
|
+
"senders": [],
|
|
1634
1634
|
"standard": undefined,
|
|
1635
1635
|
"tokenId": undefined,
|
|
1636
1636
|
"type": "REWARD_PAYOUT",
|
|
1637
1637
|
"value": "0",
|
|
1638
1638
|
},
|
|
1639
|
-
|
|
1639
|
+
{
|
|
1640
1640
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1641
1641
|
"blockHash": null,
|
|
1642
1642
|
"blockHeight": 5213936,
|
|
1643
1643
|
"contract": undefined,
|
|
1644
|
-
"extra":
|
|
1644
|
+
"extra": {
|
|
1645
1645
|
"palletMethod": "staking.Reward",
|
|
1646
1646
|
"validatorStash": "",
|
|
1647
1647
|
"validators": undefined,
|
|
@@ -1650,24 +1650,24 @@ Array [
|
|
|
1650
1650
|
"hash": "0xa0cbaeb11a3e4c9293a0ab4b6f990461760b91171ed61c74150e92095a72bfb1",
|
|
1651
1651
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xa0cbaeb11a3e4c9293a0ab4b6f990461760b91171ed61c74150e92095a72bfb1+171-REWARD_PAYOUT",
|
|
1652
1652
|
"operator": undefined,
|
|
1653
|
-
"recipients":
|
|
1653
|
+
"recipients": [
|
|
1654
1654
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1655
1655
|
],
|
|
1656
|
-
"senders":
|
|
1656
|
+
"senders": [],
|
|
1657
1657
|
"standard": undefined,
|
|
1658
1658
|
"tokenId": undefined,
|
|
1659
1659
|
"type": "REWARD_PAYOUT",
|
|
1660
1660
|
"value": "0",
|
|
1661
1661
|
},
|
|
1662
|
-
|
|
1662
|
+
{
|
|
1663
1663
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1664
1664
|
"blockHash": null,
|
|
1665
1665
|
"blockHeight": 11261421,
|
|
1666
1666
|
"contract": undefined,
|
|
1667
|
-
"extra":
|
|
1667
|
+
"extra": {
|
|
1668
1668
|
"palletMethod": "staking.nominate",
|
|
1669
1669
|
"validatorStash": undefined,
|
|
1670
|
-
"validators":
|
|
1670
|
+
"validators": [
|
|
1671
1671
|
"13JuYFD8KzXaYB5uxNvMGX7yzHyQC4n8KiSo7obeSHnncGxx",
|
|
1672
1672
|
],
|
|
1673
1673
|
},
|
|
@@ -1676,8 +1676,8 @@ Array [
|
|
|
1676
1676
|
"hash": "0xa9b2a8d2bbebf4141157f9173cb4cf43a37d9960e4ebece3253a21639c578fe1",
|
|
1677
1677
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xa9b2a8d2bbebf4141157f9173cb4cf43a37d9960e4ebece3253a21639c578fe1-NOMINATE",
|
|
1678
1678
|
"operator": undefined,
|
|
1679
|
-
"recipients":
|
|
1680
|
-
"senders":
|
|
1679
|
+
"recipients": [],
|
|
1680
|
+
"senders": [
|
|
1681
1681
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1682
1682
|
],
|
|
1683
1683
|
"standard": undefined,
|
|
@@ -1686,12 +1686,12 @@ Array [
|
|
|
1686
1686
|
"type": "NOMINATE",
|
|
1687
1687
|
"value": "151000095",
|
|
1688
1688
|
},
|
|
1689
|
-
|
|
1689
|
+
{
|
|
1690
1690
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1691
1691
|
"blockHash": null,
|
|
1692
1692
|
"blockHeight": 5604590,
|
|
1693
1693
|
"contract": undefined,
|
|
1694
|
-
"extra":
|
|
1694
|
+
"extra": {
|
|
1695
1695
|
"palletMethod": "staking.Reward",
|
|
1696
1696
|
"validatorStash": "",
|
|
1697
1697
|
"validators": undefined,
|
|
@@ -1700,21 +1700,21 @@ Array [
|
|
|
1700
1700
|
"hash": "0xacdc0941929667d9b6e86a5e5adcc96fac4539955615019b343c4b973fc672ff",
|
|
1701
1701
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xacdc0941929667d9b6e86a5e5adcc96fac4539955615019b343c4b973fc672ff+120-REWARD_PAYOUT",
|
|
1702
1702
|
"operator": undefined,
|
|
1703
|
-
"recipients":
|
|
1703
|
+
"recipients": [
|
|
1704
1704
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1705
1705
|
],
|
|
1706
|
-
"senders":
|
|
1706
|
+
"senders": [],
|
|
1707
1707
|
"standard": undefined,
|
|
1708
1708
|
"tokenId": undefined,
|
|
1709
1709
|
"type": "REWARD_PAYOUT",
|
|
1710
1710
|
"value": "0",
|
|
1711
1711
|
},
|
|
1712
|
-
|
|
1712
|
+
{
|
|
1713
1713
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1714
1714
|
"blockHash": null,
|
|
1715
1715
|
"blockHeight": 5113301,
|
|
1716
1716
|
"contract": undefined,
|
|
1717
|
-
"extra":
|
|
1717
|
+
"extra": {
|
|
1718
1718
|
"palletMethod": "staking.Reward",
|
|
1719
1719
|
"validatorStash": "",
|
|
1720
1720
|
"validators": undefined,
|
|
@@ -1723,21 +1723,21 @@ Array [
|
|
|
1723
1723
|
"hash": "0xb5d0a71522a0ac0b668ce647e4e8ce8105be0d70a54f3124fceab0a2ddde6f49",
|
|
1724
1724
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xb5d0a71522a0ac0b668ce647e4e8ce8105be0d70a54f3124fceab0a2ddde6f49+319-REWARD_PAYOUT",
|
|
1725
1725
|
"operator": undefined,
|
|
1726
|
-
"recipients":
|
|
1726
|
+
"recipients": [
|
|
1727
1727
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1728
1728
|
],
|
|
1729
|
-
"senders":
|
|
1729
|
+
"senders": [],
|
|
1730
1730
|
"standard": undefined,
|
|
1731
1731
|
"tokenId": undefined,
|
|
1732
1732
|
"type": "REWARD_PAYOUT",
|
|
1733
1733
|
"value": "0",
|
|
1734
1734
|
},
|
|
1735
|
-
|
|
1735
|
+
{
|
|
1736
1736
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1737
1737
|
"blockHash": null,
|
|
1738
1738
|
"blockHeight": 5417354,
|
|
1739
1739
|
"contract": undefined,
|
|
1740
|
-
"extra":
|
|
1740
|
+
"extra": {
|
|
1741
1741
|
"palletMethod": "staking.Reward",
|
|
1742
1742
|
"validatorStash": "",
|
|
1743
1743
|
"validators": undefined,
|
|
@@ -1746,21 +1746,21 @@ Array [
|
|
|
1746
1746
|
"hash": "0xb79d79c2b82bb2ff25492bca397f536cbc26b64a4013a705d0c01bad15e012d6",
|
|
1747
1747
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xb79d79c2b82bb2ff25492bca397f536cbc26b64a4013a705d0c01bad15e012d6+46-REWARD_PAYOUT",
|
|
1748
1748
|
"operator": undefined,
|
|
1749
|
-
"recipients":
|
|
1749
|
+
"recipients": [
|
|
1750
1750
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1751
1751
|
],
|
|
1752
|
-
"senders":
|
|
1752
|
+
"senders": [],
|
|
1753
1753
|
"standard": undefined,
|
|
1754
1754
|
"tokenId": undefined,
|
|
1755
1755
|
"type": "REWARD_PAYOUT",
|
|
1756
1756
|
"value": "0",
|
|
1757
1757
|
},
|
|
1758
|
-
|
|
1758
|
+
{
|
|
1759
1759
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1760
1760
|
"blockHash": null,
|
|
1761
1761
|
"blockHeight": 2907245,
|
|
1762
1762
|
"contract": undefined,
|
|
1763
|
-
"extra":
|
|
1763
|
+
"extra": {
|
|
1764
1764
|
"palletMethod": "balances.transferKeepAlive",
|
|
1765
1765
|
"transferAmount": "60000000000",
|
|
1766
1766
|
"validatorStash": undefined,
|
|
@@ -1771,10 +1771,10 @@ Array [
|
|
|
1771
1771
|
"hash": "0xb91e9de9ec889e3d0fa847d7842830baf62967df4e2307ce6bd04c1f7d28226c",
|
|
1772
1772
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xb91e9de9ec889e3d0fa847d7842830baf62967df4e2307ce6bd04c1f7d28226c-IN",
|
|
1773
1773
|
"operator": undefined,
|
|
1774
|
-
"recipients":
|
|
1774
|
+
"recipients": [
|
|
1775
1775
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1776
1776
|
],
|
|
1777
|
-
"senders":
|
|
1777
|
+
"senders": [
|
|
1778
1778
|
"141tEvrKxtJhoAi3BjEL6HoHWLbTJZer49WrEy8hBxx58CfU",
|
|
1779
1779
|
],
|
|
1780
1780
|
"standard": undefined,
|
|
@@ -1782,12 +1782,12 @@ Array [
|
|
|
1782
1782
|
"type": "IN",
|
|
1783
1783
|
"value": "60000000000",
|
|
1784
1784
|
},
|
|
1785
|
-
|
|
1785
|
+
{
|
|
1786
1786
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1787
1787
|
"blockHash": null,
|
|
1788
1788
|
"blockHeight": 5700891,
|
|
1789
1789
|
"contract": undefined,
|
|
1790
|
-
"extra":
|
|
1790
|
+
"extra": {
|
|
1791
1791
|
"palletMethod": "staking.Reward",
|
|
1792
1792
|
"validatorStash": "",
|
|
1793
1793
|
"validators": undefined,
|
|
@@ -1796,21 +1796,21 @@ Array [
|
|
|
1796
1796
|
"hash": "0xb9be07dbcbbd9dd87e7d0ae521b9b17620a64c93af1066582ee72fd7aa0fe854",
|
|
1797
1797
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xb9be07dbcbbd9dd87e7d0ae521b9b17620a64c93af1066582ee72fd7aa0fe854+276-REWARD_PAYOUT",
|
|
1798
1798
|
"operator": undefined,
|
|
1799
|
-
"recipients":
|
|
1799
|
+
"recipients": [
|
|
1800
1800
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1801
1801
|
],
|
|
1802
|
-
"senders":
|
|
1802
|
+
"senders": [],
|
|
1803
1803
|
"standard": undefined,
|
|
1804
1804
|
"tokenId": undefined,
|
|
1805
1805
|
"type": "REWARD_PAYOUT",
|
|
1806
1806
|
"value": "0",
|
|
1807
1807
|
},
|
|
1808
|
-
|
|
1808
|
+
{
|
|
1809
1809
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1810
1810
|
"blockHash": null,
|
|
1811
1811
|
"blockHeight": 13121512,
|
|
1812
1812
|
"contract": undefined,
|
|
1813
|
-
"extra":
|
|
1813
|
+
"extra": {
|
|
1814
1814
|
"palletMethod": "balances.transferKeepAlive",
|
|
1815
1815
|
"transferAmount": "150000000",
|
|
1816
1816
|
"validatorStash": undefined,
|
|
@@ -1821,10 +1821,10 @@ Array [
|
|
|
1821
1821
|
"hash": "0xbd679bed9be6be9a5db7a8ba4ff3779dd7d82fc5c134eafe3d388ee7d7dea636",
|
|
1822
1822
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xbd679bed9be6be9a5db7a8ba4ff3779dd7d82fc5c134eafe3d388ee7d7dea636-OUT",
|
|
1823
1823
|
"operator": undefined,
|
|
1824
|
-
"recipients":
|
|
1824
|
+
"recipients": [
|
|
1825
1825
|
"12mb46uqVt9Jth8znu58L2NxjKdwEr3ULxo11mh7WMWmXAHe",
|
|
1826
1826
|
],
|
|
1827
|
-
"senders":
|
|
1827
|
+
"senders": [
|
|
1828
1828
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1829
1829
|
],
|
|
1830
1830
|
"standard": undefined,
|
|
@@ -1833,12 +1833,12 @@ Array [
|
|
|
1833
1833
|
"type": "OUT",
|
|
1834
1834
|
"value": "155562913",
|
|
1835
1835
|
},
|
|
1836
|
-
|
|
1836
|
+
{
|
|
1837
1837
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1838
1838
|
"blockHash": null,
|
|
1839
1839
|
"blockHeight": 5700885,
|
|
1840
1840
|
"contract": undefined,
|
|
1841
|
-
"extra":
|
|
1841
|
+
"extra": {
|
|
1842
1842
|
"palletMethod": "staking.Reward",
|
|
1843
1843
|
"validatorStash": "",
|
|
1844
1844
|
"validators": undefined,
|
|
@@ -1847,21 +1847,21 @@ Array [
|
|
|
1847
1847
|
"hash": "0xc02df63d9762cb1125e04e2cd84a82b1942ffe26345e46c8c3b1665b53a60421",
|
|
1848
1848
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xc02df63d9762cb1125e04e2cd84a82b1942ffe26345e46c8c3b1665b53a60421+240-REWARD_PAYOUT",
|
|
1849
1849
|
"operator": undefined,
|
|
1850
|
-
"recipients":
|
|
1850
|
+
"recipients": [
|
|
1851
1851
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1852
1852
|
],
|
|
1853
|
-
"senders":
|
|
1853
|
+
"senders": [],
|
|
1854
1854
|
"standard": undefined,
|
|
1855
1855
|
"tokenId": undefined,
|
|
1856
1856
|
"type": "REWARD_PAYOUT",
|
|
1857
1857
|
"value": "0",
|
|
1858
1858
|
},
|
|
1859
|
-
|
|
1859
|
+
{
|
|
1860
1860
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1861
1861
|
"blockHash": null,
|
|
1862
1862
|
"blockHeight": 5604578,
|
|
1863
1863
|
"contract": undefined,
|
|
1864
|
-
"extra":
|
|
1864
|
+
"extra": {
|
|
1865
1865
|
"palletMethod": "staking.Reward",
|
|
1866
1866
|
"validatorStash": "",
|
|
1867
1867
|
"validators": undefined,
|
|
@@ -1870,21 +1870,21 @@ Array [
|
|
|
1870
1870
|
"hash": "0xc198fa023d603b7ecb00bf1237ce6ab50743b0336b6d9e8f93673c808aaaeba6",
|
|
1871
1871
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xc198fa023d603b7ecb00bf1237ce6ab50743b0336b6d9e8f93673c808aaaeba6+10-REWARD_PAYOUT",
|
|
1872
1872
|
"operator": undefined,
|
|
1873
|
-
"recipients":
|
|
1873
|
+
"recipients": [
|
|
1874
1874
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1875
1875
|
],
|
|
1876
|
-
"senders":
|
|
1876
|
+
"senders": [],
|
|
1877
1877
|
"standard": undefined,
|
|
1878
1878
|
"tokenId": undefined,
|
|
1879
1879
|
"type": "REWARD_PAYOUT",
|
|
1880
1880
|
"value": "0",
|
|
1881
1881
|
},
|
|
1882
|
-
|
|
1882
|
+
{
|
|
1883
1883
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1884
1884
|
"blockHash": null,
|
|
1885
1885
|
"blockHeight": 5514423,
|
|
1886
1886
|
"contract": undefined,
|
|
1887
|
-
"extra":
|
|
1887
|
+
"extra": {
|
|
1888
1888
|
"palletMethod": "staking.Reward",
|
|
1889
1889
|
"validatorStash": "",
|
|
1890
1890
|
"validators": undefined,
|
|
@@ -1893,21 +1893,21 @@ Array [
|
|
|
1893
1893
|
"hash": "0xc430d733c2ee3a59d377bee9669a25545dceb5bb306fb285eaa2853f84459780",
|
|
1894
1894
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xc430d733c2ee3a59d377bee9669a25545dceb5bb306fb285eaa2853f84459780+139-REWARD_PAYOUT",
|
|
1895
1895
|
"operator": undefined,
|
|
1896
|
-
"recipients":
|
|
1896
|
+
"recipients": [
|
|
1897
1897
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1898
1898
|
],
|
|
1899
|
-
"senders":
|
|
1899
|
+
"senders": [],
|
|
1900
1900
|
"standard": undefined,
|
|
1901
1901
|
"tokenId": undefined,
|
|
1902
1902
|
"type": "REWARD_PAYOUT",
|
|
1903
1903
|
"value": "0",
|
|
1904
1904
|
},
|
|
1905
|
-
|
|
1905
|
+
{
|
|
1906
1906
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1907
1907
|
"blockHash": null,
|
|
1908
1908
|
"blockHeight": 5113322,
|
|
1909
1909
|
"contract": undefined,
|
|
1910
|
-
"extra":
|
|
1910
|
+
"extra": {
|
|
1911
1911
|
"palletMethod": "staking.Reward",
|
|
1912
1912
|
"validatorStash": "",
|
|
1913
1913
|
"validators": undefined,
|
|
@@ -1916,21 +1916,21 @@ Array [
|
|
|
1916
1916
|
"hash": "0xc628539bdb019f075f775637853269fb0abe204075342ccfd5a2285437f48eab",
|
|
1917
1917
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xc628539bdb019f075f775637853269fb0abe204075342ccfd5a2285437f48eab+238-REWARD_PAYOUT",
|
|
1918
1918
|
"operator": undefined,
|
|
1919
|
-
"recipients":
|
|
1919
|
+
"recipients": [
|
|
1920
1920
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1921
1921
|
],
|
|
1922
|
-
"senders":
|
|
1922
|
+
"senders": [],
|
|
1923
1923
|
"standard": undefined,
|
|
1924
1924
|
"tokenId": undefined,
|
|
1925
1925
|
"type": "REWARD_PAYOUT",
|
|
1926
1926
|
"value": "0",
|
|
1927
1927
|
},
|
|
1928
|
-
|
|
1928
|
+
{
|
|
1929
1929
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1930
1930
|
"blockHash": null,
|
|
1931
1931
|
"blockHeight": 5514443,
|
|
1932
1932
|
"contract": undefined,
|
|
1933
|
-
"extra":
|
|
1933
|
+
"extra": {
|
|
1934
1934
|
"palletMethod": "staking.Reward",
|
|
1935
1935
|
"validatorStash": "",
|
|
1936
1936
|
"validators": undefined,
|
|
@@ -1939,21 +1939,21 @@ Array [
|
|
|
1939
1939
|
"hash": "0xc6aedb4bdb956f37b761f90c6fcc565d2f1f1ffabcdee2f5d581d53177ae9b35",
|
|
1940
1940
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xc6aedb4bdb956f37b761f90c6fcc565d2f1f1ffabcdee2f5d581d53177ae9b35+99-REWARD_PAYOUT",
|
|
1941
1941
|
"operator": undefined,
|
|
1942
|
-
"recipients":
|
|
1942
|
+
"recipients": [
|
|
1943
1943
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1944
1944
|
],
|
|
1945
|
-
"senders":
|
|
1945
|
+
"senders": [],
|
|
1946
1946
|
"standard": undefined,
|
|
1947
1947
|
"tokenId": undefined,
|
|
1948
1948
|
"type": "REWARD_PAYOUT",
|
|
1949
1949
|
"value": "0",
|
|
1950
1950
|
},
|
|
1951
|
-
|
|
1951
|
+
{
|
|
1952
1952
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1953
1953
|
"blockHash": null,
|
|
1954
1954
|
"blockHeight": 4961378,
|
|
1955
1955
|
"contract": undefined,
|
|
1956
|
-
"extra":
|
|
1956
|
+
"extra": {
|
|
1957
1957
|
"palletMethod": "staking.Reward",
|
|
1958
1958
|
"validatorStash": "14dTZLAwhcBennygERRS5tXnWVAHq3e12LoCoHrQsmDd4X4H",
|
|
1959
1959
|
"validators": undefined,
|
|
@@ -1962,10 +1962,10 @@ Array [
|
|
|
1962
1962
|
"hash": "0xc7e96febe3eb9bf9a298a6389d9b78ae47a42c573638151eb37cbe76b552f32f",
|
|
1963
1963
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xc7e96febe3eb9bf9a298a6389d9b78ae47a42c573638151eb37cbe76b552f32f+41-REWARD_PAYOUT",
|
|
1964
1964
|
"operator": undefined,
|
|
1965
|
-
"recipients":
|
|
1965
|
+
"recipients": [
|
|
1966
1966
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1967
1967
|
],
|
|
1968
|
-
"senders":
|
|
1968
|
+
"senders": [
|
|
1969
1969
|
"14dTZLAwhcBennygERRS5tXnWVAHq3e12LoCoHrQsmDd4X4H",
|
|
1970
1970
|
],
|
|
1971
1971
|
"standard": undefined,
|
|
@@ -1973,12 +1973,12 @@ Array [
|
|
|
1973
1973
|
"type": "REWARD_PAYOUT",
|
|
1974
1974
|
"value": "4037391",
|
|
1975
1975
|
},
|
|
1976
|
-
|
|
1976
|
+
{
|
|
1977
1977
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
1978
1978
|
"blockHash": null,
|
|
1979
1979
|
"blockHeight": 5417333,
|
|
1980
1980
|
"contract": undefined,
|
|
1981
|
-
"extra":
|
|
1981
|
+
"extra": {
|
|
1982
1982
|
"palletMethod": "staking.Reward",
|
|
1983
1983
|
"validatorStash": "",
|
|
1984
1984
|
"validators": undefined,
|
|
@@ -1987,21 +1987,21 @@ Array [
|
|
|
1987
1987
|
"hash": "0xd033d48f7253df2185f9d693e01524a11420fc01eae6f1aca6adc371e6c8dbba",
|
|
1988
1988
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xd033d48f7253df2185f9d693e01524a11420fc01eae6f1aca6adc371e6c8dbba+153-REWARD_PAYOUT",
|
|
1989
1989
|
"operator": undefined,
|
|
1990
|
-
"recipients":
|
|
1990
|
+
"recipients": [
|
|
1991
1991
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
1992
1992
|
],
|
|
1993
|
-
"senders":
|
|
1993
|
+
"senders": [],
|
|
1994
1994
|
"standard": undefined,
|
|
1995
1995
|
"tokenId": undefined,
|
|
1996
1996
|
"type": "REWARD_PAYOUT",
|
|
1997
1997
|
"value": "0",
|
|
1998
1998
|
},
|
|
1999
|
-
|
|
1999
|
+
{
|
|
2000
2000
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2001
2001
|
"blockHash": null,
|
|
2002
2002
|
"blockHeight": 1418789,
|
|
2003
2003
|
"contract": undefined,
|
|
2004
|
-
"extra":
|
|
2004
|
+
"extra": {
|
|
2005
2005
|
"palletMethod": "balances.transferKeepAlive",
|
|
2006
2006
|
"transferAmount": "11234560000",
|
|
2007
2007
|
"validatorStash": undefined,
|
|
@@ -2012,10 +2012,10 @@ Array [
|
|
|
2012
2012
|
"hash": "0xd22487b6013e9b66044d94f43bf3a5e9cb3f825c32d6f29c90a207759e2b9226",
|
|
2013
2013
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xd22487b6013e9b66044d94f43bf3a5e9cb3f825c32d6f29c90a207759e2b9226-OUT",
|
|
2014
2014
|
"operator": undefined,
|
|
2015
|
-
"recipients":
|
|
2015
|
+
"recipients": [
|
|
2016
2016
|
"12tpbjd9Q9BxaUFCZoXrfHr6kNn6a76733GRk3mX4TgynaiF",
|
|
2017
2017
|
],
|
|
2018
|
-
"senders":
|
|
2018
|
+
"senders": [
|
|
2019
2019
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2020
2020
|
],
|
|
2021
2021
|
"standard": undefined,
|
|
@@ -2024,12 +2024,12 @@ Array [
|
|
|
2024
2024
|
"type": "OUT",
|
|
2025
2025
|
"value": "154000000",
|
|
2026
2026
|
},
|
|
2027
|
-
|
|
2027
|
+
{
|
|
2028
2028
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2029
2029
|
"blockHash": null,
|
|
2030
2030
|
"blockHeight": 13036950,
|
|
2031
2031
|
"contract": undefined,
|
|
2032
|
-
"extra":
|
|
2032
|
+
"extra": {
|
|
2033
2033
|
"palletMethod": "balances.transferKeepAlive",
|
|
2034
2034
|
"transferAmount": "1200000",
|
|
2035
2035
|
"validatorStash": undefined,
|
|
@@ -2040,10 +2040,10 @@ Array [
|
|
|
2040
2040
|
"hash": "0xd315794212394eeff8aa555bff6f747d68d5206cd49f5d0fb5a04864bdcb42e5",
|
|
2041
2041
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xd315794212394eeff8aa555bff6f747d68d5206cd49f5d0fb5a04864bdcb42e5-IN",
|
|
2042
2042
|
"operator": undefined,
|
|
2043
|
-
"recipients":
|
|
2043
|
+
"recipients": [
|
|
2044
2044
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2045
2045
|
],
|
|
2046
|
-
"senders":
|
|
2046
|
+
"senders": [
|
|
2047
2047
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
|
2048
2048
|
],
|
|
2049
2049
|
"standard": undefined,
|
|
@@ -2051,12 +2051,12 @@ Array [
|
|
|
2051
2051
|
"type": "IN",
|
|
2052
2052
|
"value": "1200000",
|
|
2053
2053
|
},
|
|
2054
|
-
|
|
2054
|
+
{
|
|
2055
2055
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2056
2056
|
"blockHash": null,
|
|
2057
2057
|
"blockHeight": 5213868,
|
|
2058
2058
|
"contract": undefined,
|
|
2059
|
-
"extra":
|
|
2059
|
+
"extra": {
|
|
2060
2060
|
"palletMethod": "staking.Reward",
|
|
2061
2061
|
"validatorStash": "",
|
|
2062
2062
|
"validators": undefined,
|
|
@@ -2065,21 +2065,21 @@ Array [
|
|
|
2065
2065
|
"hash": "0xd4d8054feb8e13abde51b8145fbde9781c0c5c3dec41d6e28fd41c46220e7652",
|
|
2066
2066
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xd4d8054feb8e13abde51b8145fbde9781c0c5c3dec41d6e28fd41c46220e7652+358-REWARD_PAYOUT",
|
|
2067
2067
|
"operator": undefined,
|
|
2068
|
-
"recipients":
|
|
2068
|
+
"recipients": [
|
|
2069
2069
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2070
2070
|
],
|
|
2071
|
-
"senders":
|
|
2071
|
+
"senders": [],
|
|
2072
2072
|
"standard": undefined,
|
|
2073
2073
|
"tokenId": undefined,
|
|
2074
2074
|
"type": "REWARD_PAYOUT",
|
|
2075
2075
|
"value": "0",
|
|
2076
2076
|
},
|
|
2077
|
-
|
|
2077
|
+
{
|
|
2078
2078
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2079
2079
|
"blockHash": null,
|
|
2080
2080
|
"blockHeight": 5604580,
|
|
2081
2081
|
"contract": undefined,
|
|
2082
|
-
"extra":
|
|
2082
|
+
"extra": {
|
|
2083
2083
|
"palletMethod": "staking.Reward",
|
|
2084
2084
|
"validatorStash": "",
|
|
2085
2085
|
"validators": undefined,
|
|
@@ -2088,21 +2088,21 @@ Array [
|
|
|
2088
2088
|
"hash": "0xdc664527fe3d35dac4a44e3c98dd87b7ba1b4e1cb5b41d6afef5909b12613781",
|
|
2089
2089
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xdc664527fe3d35dac4a44e3c98dd87b7ba1b4e1cb5b41d6afef5909b12613781+36-REWARD_PAYOUT",
|
|
2090
2090
|
"operator": undefined,
|
|
2091
|
-
"recipients":
|
|
2091
|
+
"recipients": [
|
|
2092
2092
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2093
2093
|
],
|
|
2094
|
-
"senders":
|
|
2094
|
+
"senders": [],
|
|
2095
2095
|
"standard": undefined,
|
|
2096
2096
|
"tokenId": undefined,
|
|
2097
2097
|
"type": "REWARD_PAYOUT",
|
|
2098
2098
|
"value": "0",
|
|
2099
2099
|
},
|
|
2100
|
-
|
|
2100
|
+
{
|
|
2101
2101
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2102
2102
|
"blockHash": null,
|
|
2103
2103
|
"blockHeight": 13125092,
|
|
2104
2104
|
"contract": undefined,
|
|
2105
|
-
"extra":
|
|
2105
|
+
"extra": {
|
|
2106
2106
|
"palletMethod": "staking.withdrawUnbonded",
|
|
2107
2107
|
"validatorStash": undefined,
|
|
2108
2108
|
"validators": undefined,
|
|
@@ -2113,8 +2113,8 @@ Array [
|
|
|
2113
2113
|
"hash": "0xdcdcb70f460a1409769032f29f5778e893244f83ed0f68b7d73f235e60cc9d9f",
|
|
2114
2114
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xdcdcb70f460a1409769032f29f5778e893244f83ed0f68b7d73f235e60cc9d9f-WITHDRAW_UNBONDED",
|
|
2115
2115
|
"operator": undefined,
|
|
2116
|
-
"recipients":
|
|
2117
|
-
"senders":
|
|
2116
|
+
"recipients": [],
|
|
2117
|
+
"senders": [
|
|
2118
2118
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2119
2119
|
],
|
|
2120
2120
|
"standard": undefined,
|
|
@@ -2123,12 +2123,12 @@ Array [
|
|
|
2123
2123
|
"type": "WITHDRAW_UNBONDED",
|
|
2124
2124
|
"value": "135782765",
|
|
2125
2125
|
},
|
|
2126
|
-
|
|
2126
|
+
{
|
|
2127
2127
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2128
2128
|
"blockHash": null,
|
|
2129
2129
|
"blockHeight": 2692940,
|
|
2130
2130
|
"contract": undefined,
|
|
2131
|
-
"extra":
|
|
2131
|
+
"extra": {
|
|
2132
2132
|
"palletMethod": "staking.unbond",
|
|
2133
2133
|
"unbondedAmount": "2000000000",
|
|
2134
2134
|
"validatorStash": undefined,
|
|
@@ -2139,8 +2139,8 @@ Array [
|
|
|
2139
2139
|
"hash": "0xe09f0801883cce53747e9c63434f6a073c0607f82a141b6b519978b93795bdb7",
|
|
2140
2140
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xe09f0801883cce53747e9c63434f6a073c0607f82a141b6b519978b93795bdb7-UNBOND",
|
|
2141
2141
|
"operator": undefined,
|
|
2142
|
-
"recipients":
|
|
2143
|
-
"senders":
|
|
2142
|
+
"recipients": [],
|
|
2143
|
+
"senders": [
|
|
2144
2144
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2145
2145
|
],
|
|
2146
2146
|
"standard": undefined,
|
|
@@ -2149,12 +2149,12 @@ Array [
|
|
|
2149
2149
|
"type": "UNBOND",
|
|
2150
2150
|
"value": "121000000",
|
|
2151
2151
|
},
|
|
2152
|
-
|
|
2152
|
+
{
|
|
2153
2153
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2154
2154
|
"blockHash": null,
|
|
2155
2155
|
"blockHeight": 1418751,
|
|
2156
2156
|
"contract": undefined,
|
|
2157
|
-
"extra":
|
|
2157
|
+
"extra": {
|
|
2158
2158
|
"palletMethod": "balances.transferKeepAlive",
|
|
2159
2159
|
"transferAmount": "1234560000",
|
|
2160
2160
|
"validatorStash": undefined,
|
|
@@ -2165,10 +2165,10 @@ Array [
|
|
|
2165
2165
|
"hash": "0xec03d6ace0366ca3b8becc3f5a332c40cbb6fb1c3f8328d7f44e638ad43aeee4",
|
|
2166
2166
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xec03d6ace0366ca3b8becc3f5a332c40cbb6fb1c3f8328d7f44e638ad43aeee4-OUT",
|
|
2167
2167
|
"operator": undefined,
|
|
2168
|
-
"recipients":
|
|
2168
|
+
"recipients": [
|
|
2169
2169
|
"12tpbjd9Q9BxaUFCZoXrfHr6kNn6a76733GRk3mX4TgynaiF",
|
|
2170
2170
|
],
|
|
2171
|
-
"senders":
|
|
2171
|
+
"senders": [
|
|
2172
2172
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2173
2173
|
],
|
|
2174
2174
|
"standard": undefined,
|
|
@@ -2177,12 +2177,12 @@ Array [
|
|
|
2177
2177
|
"type": "OUT",
|
|
2178
2178
|
"value": "153000000",
|
|
2179
2179
|
},
|
|
2180
|
-
|
|
2180
|
+
{
|
|
2181
2181
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2182
2182
|
"blockHash": null,
|
|
2183
2183
|
"blockHeight": 11261418,
|
|
2184
2184
|
"contract": undefined,
|
|
2185
|
-
"extra":
|
|
2185
|
+
"extra": {
|
|
2186
2186
|
"bondedAmount": "11000000000",
|
|
2187
2187
|
"palletMethod": "staking.rebond",
|
|
2188
2188
|
"validatorStash": undefined,
|
|
@@ -2193,8 +2193,8 @@ Array [
|
|
|
2193
2193
|
"hash": "0xf016458fbb23be832f459c7fe7aca58e5b899e79723c62b51b84d4d369bc1b75",
|
|
2194
2194
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf016458fbb23be832f459c7fe7aca58e5b899e79723c62b51b84d4d369bc1b75-BOND",
|
|
2195
2195
|
"operator": undefined,
|
|
2196
|
-
"recipients":
|
|
2197
|
-
"senders":
|
|
2196
|
+
"recipients": [],
|
|
2197
|
+
"senders": [
|
|
2198
2198
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2199
2199
|
],
|
|
2200
2200
|
"standard": undefined,
|
|
@@ -2203,12 +2203,12 @@ Array [
|
|
|
2203
2203
|
"type": "BOND",
|
|
2204
2204
|
"value": "123000107",
|
|
2205
2205
|
},
|
|
2206
|
-
|
|
2206
|
+
{
|
|
2207
2207
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2208
2208
|
"blockHash": null,
|
|
2209
2209
|
"blockHeight": 4802733,
|
|
2210
2210
|
"contract": undefined,
|
|
2211
|
-
"extra":
|
|
2211
|
+
"extra": {
|
|
2212
2212
|
"palletMethod": "balances.transferKeepAlive",
|
|
2213
2213
|
"transferAmount": "10000000000",
|
|
2214
2214
|
"validatorStash": undefined,
|
|
@@ -2219,10 +2219,10 @@ Array [
|
|
|
2219
2219
|
"hash": "0xf032ad2506c6cdab2e7d963bbb76eb6273515a6c9d97b6b10eac640f4634ebdc",
|
|
2220
2220
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf032ad2506c6cdab2e7d963bbb76eb6273515a6c9d97b6b10eac640f4634ebdc-OUT",
|
|
2221
2221
|
"operator": undefined,
|
|
2222
|
-
"recipients":
|
|
2222
|
+
"recipients": [
|
|
2223
2223
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2224
2224
|
],
|
|
2225
|
-
"senders":
|
|
2225
|
+
"senders": [
|
|
2226
2226
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2227
2227
|
],
|
|
2228
2228
|
"standard": undefined,
|
|
@@ -2231,12 +2231,12 @@ Array [
|
|
|
2231
2231
|
"type": "OUT",
|
|
2232
2232
|
"value": "10156000014",
|
|
2233
2233
|
},
|
|
2234
|
-
|
|
2234
|
+
{
|
|
2235
2235
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2236
2236
|
"blockHash": null,
|
|
2237
2237
|
"blockHeight": 11271647,
|
|
2238
2238
|
"contract": undefined,
|
|
2239
|
-
"extra":
|
|
2239
|
+
"extra": {
|
|
2240
2240
|
"palletMethod": "balances.transferKeepAlive",
|
|
2241
2241
|
"transferAmount": "100000000",
|
|
2242
2242
|
"validatorStash": undefined,
|
|
@@ -2247,10 +2247,10 @@ Array [
|
|
|
2247
2247
|
"hash": "0xf1dcd284d5f832bb228b6ee01f1a7b8281c74e240c8c5082a1fd031eb24c3b2a",
|
|
2248
2248
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf1dcd284d5f832bb228b6ee01f1a7b8281c74e240c8c5082a1fd031eb24c3b2a-IN",
|
|
2249
2249
|
"operator": undefined,
|
|
2250
|
-
"recipients":
|
|
2250
|
+
"recipients": [
|
|
2251
2251
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2252
2252
|
],
|
|
2253
|
-
"senders":
|
|
2253
|
+
"senders": [
|
|
2254
2254
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
|
2255
2255
|
],
|
|
2256
2256
|
"standard": undefined,
|
|
@@ -2258,15 +2258,15 @@ Array [
|
|
|
2258
2258
|
"type": "IN",
|
|
2259
2259
|
"value": "100000000",
|
|
2260
2260
|
},
|
|
2261
|
-
|
|
2261
|
+
{
|
|
2262
2262
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2263
2263
|
"blockHash": null,
|
|
2264
2264
|
"blockHeight": 2692706,
|
|
2265
2265
|
"contract": undefined,
|
|
2266
|
-
"extra":
|
|
2266
|
+
"extra": {
|
|
2267
2267
|
"palletMethod": "staking.nominate",
|
|
2268
2268
|
"validatorStash": undefined,
|
|
2269
|
-
"validators":
|
|
2269
|
+
"validators": [
|
|
2270
2270
|
"1FCu68ZwBHNzZLcGa92eHwvR61hk3MpjrhiqN96xF9vWS1Q",
|
|
2271
2271
|
"1REAJ1k691g5Eqqg9gL7vvZCBG7FCCZ8zgQkZWd4va5ESih",
|
|
2272
2272
|
"1zugcajKZ8XwjWvC5QZWcrpjfnjZZ9FfxRB9f5Hy6GdXBpZ",
|
|
@@ -2290,8 +2290,8 @@ Array [
|
|
|
2290
2290
|
"hash": "0xf1f182974c9c147e0bab4ad6f62bcf830277a891d92765df5517949d96eb085a",
|
|
2291
2291
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf1f182974c9c147e0bab4ad6f62bcf830277a891d92765df5517949d96eb085a-NOMINATE",
|
|
2292
2292
|
"operator": undefined,
|
|
2293
|
-
"recipients":
|
|
2294
|
-
"senders":
|
|
2293
|
+
"recipients": [],
|
|
2294
|
+
"senders": [
|
|
2295
2295
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2296
2296
|
],
|
|
2297
2297
|
"standard": undefined,
|
|
@@ -2300,12 +2300,12 @@ Array [
|
|
|
2300
2300
|
"type": "NOMINATE",
|
|
2301
2301
|
"value": "629000000",
|
|
2302
2302
|
},
|
|
2303
|
-
|
|
2303
|
+
{
|
|
2304
2304
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2305
2305
|
"blockHash": null,
|
|
2306
2306
|
"blockHeight": 6320100,
|
|
2307
2307
|
"contract": undefined,
|
|
2308
|
-
"extra":
|
|
2308
|
+
"extra": {
|
|
2309
2309
|
"palletMethod": "balances.transferKeepAlive",
|
|
2310
2310
|
"transferAmount": "1000000000",
|
|
2311
2311
|
"validatorStash": undefined,
|
|
@@ -2316,10 +2316,10 @@ Array [
|
|
|
2316
2316
|
"hash": "0xf2bad75541a0ac06dbc7f0c0093b51e180a88a0e0e9f642b356540f26f89ebdc",
|
|
2317
2317
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf2bad75541a0ac06dbc7f0c0093b51e180a88a0e0e9f642b356540f26f89ebdc-OUT",
|
|
2318
2318
|
"operator": undefined,
|
|
2319
|
-
"recipients":
|
|
2319
|
+
"recipients": [
|
|
2320
2320
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
|
2321
2321
|
],
|
|
2322
|
-
"senders":
|
|
2322
|
+
"senders": [
|
|
2323
2323
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2324
2324
|
],
|
|
2325
2325
|
"standard": undefined,
|
|
@@ -2328,12 +2328,12 @@ Array [
|
|
|
2328
2328
|
"type": "OUT",
|
|
2329
2329
|
"value": "154000014",
|
|
2330
2330
|
},
|
|
2331
|
-
|
|
2331
|
+
{
|
|
2332
2332
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2333
2333
|
"blockHash": null,
|
|
2334
2334
|
"blockHeight": 5417328,
|
|
2335
2335
|
"contract": undefined,
|
|
2336
|
-
"extra":
|
|
2336
|
+
"extra": {
|
|
2337
2337
|
"palletMethod": "staking.Reward",
|
|
2338
2338
|
"validatorStash": "",
|
|
2339
2339
|
"validators": undefined,
|
|
@@ -2342,21 +2342,21 @@ Array [
|
|
|
2342
2342
|
"hash": "0xf5a34ed30a57c234e0770d2c05863e8f2d266aa846c543dbebf907ce175bac00",
|
|
2343
2343
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf5a34ed30a57c234e0770d2c05863e8f2d266aa846c543dbebf907ce175bac00+12-REWARD_PAYOUT",
|
|
2344
2344
|
"operator": undefined,
|
|
2345
|
-
"recipients":
|
|
2345
|
+
"recipients": [
|
|
2346
2346
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2347
2347
|
],
|
|
2348
|
-
"senders":
|
|
2348
|
+
"senders": [],
|
|
2349
2349
|
"standard": undefined,
|
|
2350
2350
|
"tokenId": undefined,
|
|
2351
2351
|
"type": "REWARD_PAYOUT",
|
|
2352
2352
|
"value": "0",
|
|
2353
2353
|
},
|
|
2354
|
-
|
|
2354
|
+
{
|
|
2355
2355
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2356
2356
|
"blockHash": null,
|
|
2357
2357
|
"blockHeight": 11261424,
|
|
2358
2358
|
"contract": undefined,
|
|
2359
|
-
"extra":
|
|
2359
|
+
"extra": {
|
|
2360
2360
|
"palletMethod": "staking.unbond",
|
|
2361
2361
|
"unbondedAmount": "11000000000",
|
|
2362
2362
|
"validatorStash": undefined,
|
|
@@ -2367,8 +2367,8 @@ Array [
|
|
|
2367
2367
|
"hash": "0xf936b47b1d7d3cf59eed628de64192610a5d2908ace241bbe375120125d38d58",
|
|
2368
2368
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf936b47b1d7d3cf59eed628de64192610a5d2908ace241bbe375120125d38d58-UNBOND",
|
|
2369
2369
|
"operator": undefined,
|
|
2370
|
-
"recipients":
|
|
2371
|
-
"senders":
|
|
2370
|
+
"recipients": [],
|
|
2371
|
+
"senders": [
|
|
2372
2372
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2373
2373
|
],
|
|
2374
2374
|
"standard": undefined,
|
|
@@ -2377,12 +2377,12 @@ Array [
|
|
|
2377
2377
|
"type": "UNBOND",
|
|
2378
2378
|
"value": "123000115",
|
|
2379
2379
|
},
|
|
2380
|
-
|
|
2380
|
+
{
|
|
2381
2381
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2382
2382
|
"blockHash": null,
|
|
2383
2383
|
"blockHeight": 13121401,
|
|
2384
2384
|
"contract": undefined,
|
|
2385
|
-
"extra":
|
|
2385
|
+
"extra": {
|
|
2386
2386
|
"palletMethod": "balances.transferKeepAlive",
|
|
2387
2387
|
"transferAmount": "1500000000",
|
|
2388
2388
|
"validatorStash": undefined,
|
|
@@ -2393,10 +2393,10 @@ Array [
|
|
|
2393
2393
|
"hash": "0xf943865c899e36de313f55903d1b65f2a41e6d837675e093568f6d4f609b2993",
|
|
2394
2394
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xf943865c899e36de313f55903d1b65f2a41e6d837675e093568f6d4f609b2993-OUT",
|
|
2395
2395
|
"operator": undefined,
|
|
2396
|
-
"recipients":
|
|
2396
|
+
"recipients": [
|
|
2397
2397
|
"12mb46uqVt9Jth8znu58L2NxjKdwEr3ULxo11mh7WMWmXAHe",
|
|
2398
2398
|
],
|
|
2399
|
-
"senders":
|
|
2399
|
+
"senders": [
|
|
2400
2400
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2401
2401
|
],
|
|
2402
2402
|
"standard": undefined,
|
|
@@ -2405,12 +2405,12 @@ Array [
|
|
|
2405
2405
|
"type": "OUT",
|
|
2406
2406
|
"value": "156562913",
|
|
2407
2407
|
},
|
|
2408
|
-
|
|
2408
|
+
{
|
|
2409
2409
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2410
2410
|
"blockHash": null,
|
|
2411
2411
|
"blockHeight": 13035760,
|
|
2412
2412
|
"contract": undefined,
|
|
2413
|
-
"extra":
|
|
2413
|
+
"extra": {
|
|
2414
2414
|
"palletMethod": "balances.transferKeepAlive",
|
|
2415
2415
|
"transferAmount": "1200000",
|
|
2416
2416
|
"validatorStash": undefined,
|
|
@@ -2421,10 +2421,10 @@ Array [
|
|
|
2421
2421
|
"hash": "0xfd675b33a15a94b82b8314bcd056cc4c5c57af0561be6e57b92e076ae64bbb39",
|
|
2422
2422
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xfd675b33a15a94b82b8314bcd056cc4c5c57af0561be6e57b92e076ae64bbb39-IN",
|
|
2423
2423
|
"operator": undefined,
|
|
2424
|
-
"recipients":
|
|
2424
|
+
"recipients": [
|
|
2425
2425
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2426
2426
|
],
|
|
2427
|
-
"senders":
|
|
2427
|
+
"senders": [
|
|
2428
2428
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
|
2429
2429
|
],
|
|
2430
2430
|
"standard": undefined,
|
|
@@ -2432,12 +2432,12 @@ Array [
|
|
|
2432
2432
|
"type": "IN",
|
|
2433
2433
|
"value": "1200000",
|
|
2434
2434
|
},
|
|
2435
|
-
|
|
2435
|
+
{
|
|
2436
2436
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2437
2437
|
"blockHash": null,
|
|
2438
2438
|
"blockHeight": 5303914,
|
|
2439
2439
|
"contract": undefined,
|
|
2440
|
-
"extra":
|
|
2440
|
+
"extra": {
|
|
2441
2441
|
"palletMethod": "staking.Reward",
|
|
2442
2442
|
"validatorStash": "",
|
|
2443
2443
|
"validators": undefined,
|
|
@@ -2446,21 +2446,21 @@ Array [
|
|
|
2446
2446
|
"hash": "0xfdd97f6c4b9ea2d319dc2c712e5a9a4c981497b9e7a21aa21bb3d54d88ed061e",
|
|
2447
2447
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xfdd97f6c4b9ea2d319dc2c712e5a9a4c981497b9e7a21aa21bb3d54d88ed061e+262-REWARD_PAYOUT",
|
|
2448
2448
|
"operator": undefined,
|
|
2449
|
-
"recipients":
|
|
2449
|
+
"recipients": [
|
|
2450
2450
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2451
2451
|
],
|
|
2452
|
-
"senders":
|
|
2452
|
+
"senders": [],
|
|
2453
2453
|
"standard": undefined,
|
|
2454
2454
|
"tokenId": undefined,
|
|
2455
2455
|
"type": "REWARD_PAYOUT",
|
|
2456
2456
|
"value": "0",
|
|
2457
2457
|
},
|
|
2458
|
-
|
|
2458
|
+
{
|
|
2459
2459
|
"accountId": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44",
|
|
2460
2460
|
"blockHash": null,
|
|
2461
2461
|
"blockHeight": 5113340,
|
|
2462
2462
|
"contract": undefined,
|
|
2463
|
-
"extra":
|
|
2463
|
+
"extra": {
|
|
2464
2464
|
"palletMethod": "staking.Reward",
|
|
2465
2465
|
"validatorStash": "",
|
|
2466
2466
|
"validators": undefined,
|
|
@@ -2469,23 +2469,23 @@ Array [
|
|
|
2469
2469
|
"hash": "0xfeccf67ec4d4622153ea20b58f682a496923daeedd0db9be679115b2da403b40",
|
|
2470
2470
|
"id": "js:2:polkadot:13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d:polkadotbip44-0xfeccf67ec4d4622153ea20b58f682a496923daeedd0db9be679115b2da403b40+181-REWARD_PAYOUT",
|
|
2471
2471
|
"operator": undefined,
|
|
2472
|
-
"recipients":
|
|
2472
|
+
"recipients": [
|
|
2473
2473
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2474
2474
|
],
|
|
2475
|
-
"senders":
|
|
2475
|
+
"senders": [],
|
|
2476
2476
|
"standard": undefined,
|
|
2477
2477
|
"tokenId": undefined,
|
|
2478
2478
|
"type": "REWARD_PAYOUT",
|
|
2479
2479
|
"value": "0",
|
|
2480
2480
|
},
|
|
2481
2481
|
],
|
|
2482
|
-
|
|
2483
|
-
|
|
2482
|
+
[
|
|
2483
|
+
{
|
|
2484
2484
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2485
2485
|
"blockHash": null,
|
|
2486
2486
|
"blockHeight": 5514480,
|
|
2487
2487
|
"contract": undefined,
|
|
2488
|
-
"extra":
|
|
2488
|
+
"extra": {
|
|
2489
2489
|
"palletMethod": "staking.Reward",
|
|
2490
2490
|
"validatorStash": "",
|
|
2491
2491
|
"validators": undefined,
|
|
@@ -2494,21 +2494,21 @@ Array [
|
|
|
2494
2494
|
"hash": "0x016537ed68d81f62ce5c9bf14548eb42a2489ac9dd2369aea9129376b46348a7",
|
|
2495
2495
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x016537ed68d81f62ce5c9bf14548eb42a2489ac9dd2369aea9129376b46348a7+122-REWARD_PAYOUT",
|
|
2496
2496
|
"operator": undefined,
|
|
2497
|
-
"recipients":
|
|
2497
|
+
"recipients": [
|
|
2498
2498
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2499
2499
|
],
|
|
2500
|
-
"senders":
|
|
2500
|
+
"senders": [],
|
|
2501
2501
|
"standard": undefined,
|
|
2502
2502
|
"tokenId": undefined,
|
|
2503
2503
|
"type": "REWARD_PAYOUT",
|
|
2504
2504
|
"value": "0",
|
|
2505
2505
|
},
|
|
2506
|
-
|
|
2506
|
+
{
|
|
2507
2507
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2508
2508
|
"blockHash": null,
|
|
2509
2509
|
"blockHeight": 5417379,
|
|
2510
2510
|
"contract": undefined,
|
|
2511
|
-
"extra":
|
|
2511
|
+
"extra": {
|
|
2512
2512
|
"palletMethod": "staking.Reward",
|
|
2513
2513
|
"validatorStash": "",
|
|
2514
2514
|
"validators": undefined,
|
|
@@ -2517,21 +2517,21 @@ Array [
|
|
|
2517
2517
|
"hash": "0x0171598947a704756abe958569fd26fbab098e4500d93e1657dd2333b437e7d2",
|
|
2518
2518
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x0171598947a704756abe958569fd26fbab098e4500d93e1657dd2333b437e7d2+83-REWARD_PAYOUT",
|
|
2519
2519
|
"operator": undefined,
|
|
2520
|
-
"recipients":
|
|
2520
|
+
"recipients": [
|
|
2521
2521
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2522
2522
|
],
|
|
2523
|
-
"senders":
|
|
2523
|
+
"senders": [],
|
|
2524
2524
|
"standard": undefined,
|
|
2525
2525
|
"tokenId": undefined,
|
|
2526
2526
|
"type": "REWARD_PAYOUT",
|
|
2527
2527
|
"value": "0",
|
|
2528
2528
|
},
|
|
2529
|
-
|
|
2529
|
+
{
|
|
2530
2530
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2531
2531
|
"blockHash": null,
|
|
2532
2532
|
"blockHeight": 2521516,
|
|
2533
2533
|
"contract": undefined,
|
|
2534
|
-
"extra":
|
|
2534
|
+
"extra": {
|
|
2535
2535
|
"palletMethod": "balances.transferKeepAlive",
|
|
2536
2536
|
"transferAmount": "30000000000",
|
|
2537
2537
|
"validatorStash": undefined,
|
|
@@ -2542,10 +2542,10 @@ Array [
|
|
|
2542
2542
|
"hash": "0x054e74612a0f65a2c0359ad343b9606ce6d0abc8e906c2abcd174e8111091caa",
|
|
2543
2543
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x054e74612a0f65a2c0359ad343b9606ce6d0abc8e906c2abcd174e8111091caa-IN",
|
|
2544
2544
|
"operator": undefined,
|
|
2545
|
-
"recipients":
|
|
2545
|
+
"recipients": [
|
|
2546
2546
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2547
2547
|
],
|
|
2548
|
-
"senders":
|
|
2548
|
+
"senders": [
|
|
2549
2549
|
"141tEvrKxtJhoAi3BjEL6HoHWLbTJZer49WrEy8hBxx58CfU",
|
|
2550
2550
|
],
|
|
2551
2551
|
"standard": undefined,
|
|
@@ -2553,15 +2553,15 @@ Array [
|
|
|
2553
2553
|
"type": "IN",
|
|
2554
2554
|
"value": "30000000000",
|
|
2555
2555
|
},
|
|
2556
|
-
|
|
2556
|
+
{
|
|
2557
2557
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2558
2558
|
"blockHash": null,
|
|
2559
2559
|
"blockHeight": 2522229,
|
|
2560
2560
|
"contract": undefined,
|
|
2561
|
-
"extra":
|
|
2561
|
+
"extra": {
|
|
2562
2562
|
"palletMethod": "staking.nominate",
|
|
2563
2563
|
"validatorStash": undefined,
|
|
2564
|
-
"validators":
|
|
2564
|
+
"validators": [
|
|
2565
2565
|
"1FCu68ZwBHNzZLcGa92eHwvR61hk3MpjrhiqN96xF9vWS1Q",
|
|
2566
2566
|
"1REAJ1k691g5Eqqg9gL7vvZCBG7FCCZ8zgQkZWd4va5ESih",
|
|
2567
2567
|
"1zugcag7cJVBtVRnFxv5Qftn7xKAnR6YJ9x4x3XLgGgmNnS",
|
|
@@ -2585,8 +2585,8 @@ Array [
|
|
|
2585
2585
|
"hash": "0x0830e9a8e14b96a2f9c54be732797f8efe8fb275d0d97c45f6c760473042ceca",
|
|
2586
2586
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x0830e9a8e14b96a2f9c54be732797f8efe8fb275d0d97c45f6c760473042ceca-NOMINATE",
|
|
2587
2587
|
"operator": undefined,
|
|
2588
|
-
"recipients":
|
|
2589
|
-
"senders":
|
|
2588
|
+
"recipients": [],
|
|
2589
|
+
"senders": [
|
|
2590
2590
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2591
2591
|
],
|
|
2592
2592
|
"standard": undefined,
|
|
@@ -2595,12 +2595,12 @@ Array [
|
|
|
2595
2595
|
"type": "NOMINATE",
|
|
2596
2596
|
"value": "629000000",
|
|
2597
2597
|
},
|
|
2598
|
-
|
|
2598
|
+
{
|
|
2599
2599
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2600
2600
|
"blockHash": null,
|
|
2601
2601
|
"blockHeight": 5203461,
|
|
2602
2602
|
"contract": undefined,
|
|
2603
|
-
"extra":
|
|
2603
|
+
"extra": {
|
|
2604
2604
|
"palletMethod": "staking.Reward",
|
|
2605
2605
|
"validatorStash": "",
|
|
2606
2606
|
"validators": undefined,
|
|
@@ -2609,21 +2609,21 @@ Array [
|
|
|
2609
2609
|
"hash": "0x0bcd9a8e7705a0e295376f1fe7f14a4fb096d3d0aa09ba695693923f3ef45175",
|
|
2610
2610
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x0bcd9a8e7705a0e295376f1fe7f14a4fb096d3d0aa09ba695693923f3ef45175+287-REWARD_PAYOUT",
|
|
2611
2611
|
"operator": undefined,
|
|
2612
|
-
"recipients":
|
|
2612
|
+
"recipients": [
|
|
2613
2613
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2614
2614
|
],
|
|
2615
|
-
"senders":
|
|
2615
|
+
"senders": [],
|
|
2616
2616
|
"standard": undefined,
|
|
2617
2617
|
"tokenId": undefined,
|
|
2618
2618
|
"type": "REWARD_PAYOUT",
|
|
2619
2619
|
"value": "370819",
|
|
2620
2620
|
},
|
|
2621
|
-
|
|
2621
|
+
{
|
|
2622
2622
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2623
2623
|
"blockHash": null,
|
|
2624
2624
|
"blockHeight": 5417388,
|
|
2625
2625
|
"contract": undefined,
|
|
2626
|
-
"extra":
|
|
2626
|
+
"extra": {
|
|
2627
2627
|
"palletMethod": "staking.Reward",
|
|
2628
2628
|
"validatorStash": "",
|
|
2629
2629
|
"validators": undefined,
|
|
@@ -2632,21 +2632,21 @@ Array [
|
|
|
2632
2632
|
"hash": "0x0d0a1591d0d668777052b8a70e9e286636d1824eb028d0cb5e91e6f385f60a05",
|
|
2633
2633
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x0d0a1591d0d668777052b8a70e9e286636d1824eb028d0cb5e91e6f385f60a05+324-REWARD_PAYOUT",
|
|
2634
2634
|
"operator": undefined,
|
|
2635
|
-
"recipients":
|
|
2635
|
+
"recipients": [
|
|
2636
2636
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2637
2637
|
],
|
|
2638
|
-
"senders":
|
|
2638
|
+
"senders": [],
|
|
2639
2639
|
"standard": undefined,
|
|
2640
2640
|
"tokenId": undefined,
|
|
2641
2641
|
"type": "REWARD_PAYOUT",
|
|
2642
2642
|
"value": "0",
|
|
2643
2643
|
},
|
|
2644
|
-
|
|
2644
|
+
{
|
|
2645
2645
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2646
2646
|
"blockHash": null,
|
|
2647
2647
|
"blockHeight": 5700889,
|
|
2648
2648
|
"contract": undefined,
|
|
2649
|
-
"extra":
|
|
2649
|
+
"extra": {
|
|
2650
2650
|
"palletMethod": "staking.Reward",
|
|
2651
2651
|
"validatorStash": "",
|
|
2652
2652
|
"validators": undefined,
|
|
@@ -2655,21 +2655,21 @@ Array [
|
|
|
2655
2655
|
"hash": "0x0ed247e83f2976943435dceffc387fa9e3c5008d9331390388d9facc1395f140",
|
|
2656
2656
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x0ed247e83f2976943435dceffc387fa9e3c5008d9331390388d9facc1395f140+150-REWARD_PAYOUT",
|
|
2657
2657
|
"operator": undefined,
|
|
2658
|
-
"recipients":
|
|
2658
|
+
"recipients": [
|
|
2659
2659
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2660
2660
|
],
|
|
2661
|
-
"senders":
|
|
2661
|
+
"senders": [],
|
|
2662
2662
|
"standard": undefined,
|
|
2663
2663
|
"tokenId": undefined,
|
|
2664
2664
|
"type": "REWARD_PAYOUT",
|
|
2665
2665
|
"value": "0",
|
|
2666
2666
|
},
|
|
2667
|
-
|
|
2667
|
+
{
|
|
2668
2668
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2669
2669
|
"blockHash": null,
|
|
2670
2670
|
"blockHeight": 5303933,
|
|
2671
2671
|
"contract": undefined,
|
|
2672
|
-
"extra":
|
|
2672
|
+
"extra": {
|
|
2673
2673
|
"palletMethod": "staking.Reward",
|
|
2674
2674
|
"validatorStash": "",
|
|
2675
2675
|
"validators": undefined,
|
|
@@ -2678,21 +2678,21 @@ Array [
|
|
|
2678
2678
|
"hash": "0x12cf979d021c333986306fc2bdca2adc0d634c9d21051f0973a5f8aa102278fd",
|
|
2679
2679
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x12cf979d021c333986306fc2bdca2adc0d634c9d21051f0973a5f8aa102278fd+318-REWARD_PAYOUT",
|
|
2680
2680
|
"operator": undefined,
|
|
2681
|
-
"recipients":
|
|
2681
|
+
"recipients": [
|
|
2682
2682
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2683
2683
|
],
|
|
2684
|
-
"senders":
|
|
2684
|
+
"senders": [],
|
|
2685
2685
|
"standard": undefined,
|
|
2686
2686
|
"tokenId": undefined,
|
|
2687
2687
|
"type": "REWARD_PAYOUT",
|
|
2688
2688
|
"value": "0",
|
|
2689
2689
|
},
|
|
2690
|
-
|
|
2690
|
+
{
|
|
2691
2691
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2692
2692
|
"blockHash": null,
|
|
2693
2693
|
"blockHeight": 5514400,
|
|
2694
2694
|
"contract": undefined,
|
|
2695
|
-
"extra":
|
|
2695
|
+
"extra": {
|
|
2696
2696
|
"palletMethod": "staking.Reward",
|
|
2697
2697
|
"validatorStash": "",
|
|
2698
2698
|
"validators": undefined,
|
|
@@ -2701,21 +2701,21 @@ Array [
|
|
|
2701
2701
|
"hash": "0x177c3eecb05261110c4a8dd0743dee6d033db001bd9464b44c5dcdbbd690d7f5",
|
|
2702
2702
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x177c3eecb05261110c4a8dd0743dee6d033db001bd9464b44c5dcdbbd690d7f5+121-REWARD_PAYOUT",
|
|
2703
2703
|
"operator": undefined,
|
|
2704
|
-
"recipients":
|
|
2704
|
+
"recipients": [
|
|
2705
2705
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2706
2706
|
],
|
|
2707
|
-
"senders":
|
|
2707
|
+
"senders": [],
|
|
2708
2708
|
"standard": undefined,
|
|
2709
2709
|
"tokenId": undefined,
|
|
2710
2710
|
"type": "REWARD_PAYOUT",
|
|
2711
2711
|
"value": "0",
|
|
2712
2712
|
},
|
|
2713
|
-
|
|
2713
|
+
{
|
|
2714
2714
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2715
2715
|
"blockHash": null,
|
|
2716
2716
|
"blockHeight": 5213926,
|
|
2717
2717
|
"contract": undefined,
|
|
2718
|
-
"extra":
|
|
2718
|
+
"extra": {
|
|
2719
2719
|
"palletMethod": "staking.Reward",
|
|
2720
2720
|
"validatorStash": "",
|
|
2721
2721
|
"validators": undefined,
|
|
@@ -2724,21 +2724,21 @@ Array [
|
|
|
2724
2724
|
"hash": "0x184da1acc5f09ec1b8aa025cf93e60cb6d42c60c1b3ecf8f7a62be3069a5777c",
|
|
2725
2725
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x184da1acc5f09ec1b8aa025cf93e60cb6d42c60c1b3ecf8f7a62be3069a5777c+185-REWARD_PAYOUT",
|
|
2726
2726
|
"operator": undefined,
|
|
2727
|
-
"recipients":
|
|
2727
|
+
"recipients": [
|
|
2728
2728
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2729
2729
|
],
|
|
2730
|
-
"senders":
|
|
2730
|
+
"senders": [],
|
|
2731
2731
|
"standard": undefined,
|
|
2732
2732
|
"tokenId": undefined,
|
|
2733
2733
|
"type": "REWARD_PAYOUT",
|
|
2734
2734
|
"value": "0",
|
|
2735
2735
|
},
|
|
2736
|
-
|
|
2736
|
+
{
|
|
2737
2737
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2738
2738
|
"blockHash": null,
|
|
2739
2739
|
"blockHeight": 2521381,
|
|
2740
2740
|
"contract": undefined,
|
|
2741
|
-
"extra":
|
|
2741
|
+
"extra": {
|
|
2742
2742
|
"palletMethod": "balances.transferKeepAlive",
|
|
2743
2743
|
"transferAmount": "0",
|
|
2744
2744
|
"validatorStash": undefined,
|
|
@@ -2749,10 +2749,10 @@ Array [
|
|
|
2749
2749
|
"hash": "0x1d5dc5a7b646adc01134dfcc59c1592c3c28e945a130869b79e82ed7a0fae7c3",
|
|
2750
2750
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x1d5dc5a7b646adc01134dfcc59c1592c3c28e945a130869b79e82ed7a0fae7c3-IN",
|
|
2751
2751
|
"operator": undefined,
|
|
2752
|
-
"recipients":
|
|
2752
|
+
"recipients": [
|
|
2753
2753
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2754
2754
|
],
|
|
2755
|
-
"senders":
|
|
2755
|
+
"senders": [
|
|
2756
2756
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
2757
2757
|
],
|
|
2758
2758
|
"standard": undefined,
|
|
@@ -2760,12 +2760,12 @@ Array [
|
|
|
2760
2760
|
"type": "IN",
|
|
2761
2761
|
"value": "0",
|
|
2762
2762
|
},
|
|
2763
|
-
|
|
2763
|
+
{
|
|
2764
2764
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2765
2765
|
"blockHash": null,
|
|
2766
2766
|
"blockHeight": 5113345,
|
|
2767
2767
|
"contract": undefined,
|
|
2768
|
-
"extra":
|
|
2768
|
+
"extra": {
|
|
2769
2769
|
"palletMethod": "staking.Reward",
|
|
2770
2770
|
"validatorStash": "",
|
|
2771
2771
|
"validators": undefined,
|
|
@@ -2774,21 +2774,21 @@ Array [
|
|
|
2774
2774
|
"hash": "0x1db6984962af201d06e10869493c9f0cbc3411bc870c6142d55e15e016d31536",
|
|
2775
2775
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x1db6984962af201d06e10869493c9f0cbc3411bc870c6142d55e15e016d31536+28-REWARD_PAYOUT",
|
|
2776
2776
|
"operator": undefined,
|
|
2777
|
-
"recipients":
|
|
2777
|
+
"recipients": [
|
|
2778
2778
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2779
2779
|
],
|
|
2780
|
-
"senders":
|
|
2780
|
+
"senders": [],
|
|
2781
2781
|
"standard": undefined,
|
|
2782
2782
|
"tokenId": undefined,
|
|
2783
2783
|
"type": "REWARD_PAYOUT",
|
|
2784
2784
|
"value": "0",
|
|
2785
2785
|
},
|
|
2786
|
-
|
|
2786
|
+
{
|
|
2787
2787
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2788
2788
|
"blockHash": null,
|
|
2789
2789
|
"blockHeight": 13800133,
|
|
2790
2790
|
"contract": undefined,
|
|
2791
|
-
"extra":
|
|
2791
|
+
"extra": {
|
|
2792
2792
|
"palletMethod": "balances.transferKeepAlive",
|
|
2793
2793
|
"transferAmount": "13000000",
|
|
2794
2794
|
"validatorStash": undefined,
|
|
@@ -2799,10 +2799,10 @@ Array [
|
|
|
2799
2799
|
"hash": "0x22e6e57c51a8d41d13b45417636da9904707061ea723b4882a2dec9ce175f957",
|
|
2800
2800
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x22e6e57c51a8d41d13b45417636da9904707061ea723b4882a2dec9ce175f957-IN",
|
|
2801
2801
|
"operator": undefined,
|
|
2802
|
-
"recipients":
|
|
2802
|
+
"recipients": [
|
|
2803
2803
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2804
2804
|
],
|
|
2805
|
-
"senders":
|
|
2805
|
+
"senders": [
|
|
2806
2806
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
|
2807
2807
|
],
|
|
2808
2808
|
"standard": undefined,
|
|
@@ -2810,12 +2810,12 @@ Array [
|
|
|
2810
2810
|
"type": "IN",
|
|
2811
2811
|
"value": "13000000",
|
|
2812
2812
|
},
|
|
2813
|
-
|
|
2813
|
+
{
|
|
2814
2814
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2815
2815
|
"blockHash": null,
|
|
2816
2816
|
"blockHeight": 5303904,
|
|
2817
2817
|
"contract": undefined,
|
|
2818
|
-
"extra":
|
|
2818
|
+
"extra": {
|
|
2819
2819
|
"palletMethod": "staking.Reward",
|
|
2820
2820
|
"validatorStash": "",
|
|
2821
2821
|
"validators": undefined,
|
|
@@ -2824,21 +2824,21 @@ Array [
|
|
|
2824
2824
|
"hash": "0x253bee14434308f24f22bfb234051c28e9b1532478c5c7a57ac2fbf130d6e43d",
|
|
2825
2825
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x253bee14434308f24f22bfb234051c28e9b1532478c5c7a57ac2fbf130d6e43d+74-REWARD_PAYOUT",
|
|
2826
2826
|
"operator": undefined,
|
|
2827
|
-
"recipients":
|
|
2827
|
+
"recipients": [
|
|
2828
2828
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2829
2829
|
],
|
|
2830
|
-
"senders":
|
|
2830
|
+
"senders": [],
|
|
2831
2831
|
"standard": undefined,
|
|
2832
2832
|
"tokenId": undefined,
|
|
2833
2833
|
"type": "REWARD_PAYOUT",
|
|
2834
2834
|
"value": "0",
|
|
2835
2835
|
},
|
|
2836
|
-
|
|
2836
|
+
{
|
|
2837
2837
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2838
2838
|
"blockHash": null,
|
|
2839
2839
|
"blockHeight": 5343450,
|
|
2840
2840
|
"contract": undefined,
|
|
2841
|
-
"extra":
|
|
2841
|
+
"extra": {
|
|
2842
2842
|
"palletMethod": "staking.Reward",
|
|
2843
2843
|
"validatorStash": "",
|
|
2844
2844
|
"validators": undefined,
|
|
@@ -2847,21 +2847,21 @@ Array [
|
|
|
2847
2847
|
"hash": "0x25e5e9f9d309800793c1474709d01e3e41a6ccd81e83de77e4855d522b990d4b",
|
|
2848
2848
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x25e5e9f9d309800793c1474709d01e3e41a6ccd81e83de77e4855d522b990d4b+6-REWARD_PAYOUT",
|
|
2849
2849
|
"operator": undefined,
|
|
2850
|
-
"recipients":
|
|
2850
|
+
"recipients": [
|
|
2851
2851
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2852
2852
|
],
|
|
2853
|
-
"senders":
|
|
2853
|
+
"senders": [],
|
|
2854
2854
|
"standard": undefined,
|
|
2855
2855
|
"tokenId": undefined,
|
|
2856
2856
|
"type": "REWARD_PAYOUT",
|
|
2857
2857
|
"value": "0",
|
|
2858
2858
|
},
|
|
2859
|
-
|
|
2859
|
+
{
|
|
2860
2860
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2861
2861
|
"blockHash": null,
|
|
2862
2862
|
"blockHeight": 5514403,
|
|
2863
2863
|
"contract": undefined,
|
|
2864
|
-
"extra":
|
|
2864
|
+
"extra": {
|
|
2865
2865
|
"palletMethod": "staking.Reward",
|
|
2866
2866
|
"validatorStash": "",
|
|
2867
2867
|
"validators": undefined,
|
|
@@ -2870,21 +2870,21 @@ Array [
|
|
|
2870
2870
|
"hash": "0x28b5bf6975490630812e2508c89284972374cdd6c617d6bfc6fdeb9291c581a9",
|
|
2871
2871
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x28b5bf6975490630812e2508c89284972374cdd6c617d6bfc6fdeb9291c581a9+394-REWARD_PAYOUT",
|
|
2872
2872
|
"operator": undefined,
|
|
2873
|
-
"recipients":
|
|
2873
|
+
"recipients": [
|
|
2874
2874
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2875
2875
|
],
|
|
2876
|
-
"senders":
|
|
2876
|
+
"senders": [],
|
|
2877
2877
|
"standard": undefined,
|
|
2878
2878
|
"tokenId": undefined,
|
|
2879
2879
|
"type": "REWARD_PAYOUT",
|
|
2880
2880
|
"value": "0",
|
|
2881
2881
|
},
|
|
2882
|
-
|
|
2882
|
+
{
|
|
2883
2883
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2884
2884
|
"blockHash": null,
|
|
2885
2885
|
"blockHeight": 5014361,
|
|
2886
2886
|
"contract": undefined,
|
|
2887
|
-
"extra":
|
|
2887
|
+
"extra": {
|
|
2888
2888
|
"palletMethod": "staking.Reward",
|
|
2889
2889
|
"validatorStash": "",
|
|
2890
2890
|
"validators": undefined,
|
|
@@ -2893,21 +2893,21 @@ Array [
|
|
|
2893
2893
|
"hash": "0x36251abbc922302754901b2dc95fa066e45993172298f2ba55f2625f6c6c4d78",
|
|
2894
2894
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x36251abbc922302754901b2dc95fa066e45993172298f2ba55f2625f6c6c4d78+292-REWARD_PAYOUT",
|
|
2895
2895
|
"operator": undefined,
|
|
2896
|
-
"recipients":
|
|
2896
|
+
"recipients": [
|
|
2897
2897
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2898
2898
|
],
|
|
2899
|
-
"senders":
|
|
2899
|
+
"senders": [],
|
|
2900
2900
|
"standard": undefined,
|
|
2901
2901
|
"tokenId": undefined,
|
|
2902
2902
|
"type": "REWARD_PAYOUT",
|
|
2903
2903
|
"value": "0",
|
|
2904
2904
|
},
|
|
2905
|
-
|
|
2905
|
+
{
|
|
2906
2906
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2907
2907
|
"blockHash": null,
|
|
2908
2908
|
"blockHeight": 5700881,
|
|
2909
2909
|
"contract": undefined,
|
|
2910
|
-
"extra":
|
|
2910
|
+
"extra": {
|
|
2911
2911
|
"palletMethod": "staking.Reward",
|
|
2912
2912
|
"validatorStash": "",
|
|
2913
2913
|
"validators": undefined,
|
|
@@ -2916,21 +2916,21 @@ Array [
|
|
|
2916
2916
|
"hash": "0x3a2800f282abd73d6c8e250b1a068b899ee35bdbe43705583c91ffc7932a47c9",
|
|
2917
2917
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x3a2800f282abd73d6c8e250b1a068b899ee35bdbe43705583c91ffc7932a47c9+159-REWARD_PAYOUT",
|
|
2918
2918
|
"operator": undefined,
|
|
2919
|
-
"recipients":
|
|
2919
|
+
"recipients": [
|
|
2920
2920
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2921
2921
|
],
|
|
2922
|
-
"senders":
|
|
2922
|
+
"senders": [],
|
|
2923
2923
|
"standard": undefined,
|
|
2924
2924
|
"tokenId": undefined,
|
|
2925
2925
|
"type": "REWARD_PAYOUT",
|
|
2926
2926
|
"value": "0",
|
|
2927
2927
|
},
|
|
2928
|
-
|
|
2928
|
+
{
|
|
2929
2929
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2930
2930
|
"blockHash": null,
|
|
2931
2931
|
"blockHeight": 5014344,
|
|
2932
2932
|
"contract": undefined,
|
|
2933
|
-
"extra":
|
|
2933
|
+
"extra": {
|
|
2934
2934
|
"palletMethod": "staking.Reward",
|
|
2935
2935
|
"validatorStash": "",
|
|
2936
2936
|
"validators": undefined,
|
|
@@ -2939,21 +2939,21 @@ Array [
|
|
|
2939
2939
|
"hash": "0x3a464ff125270e706707f5de921c20d29340f5508a1b57aac8735a9fa0f92fd0",
|
|
2940
2940
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x3a464ff125270e706707f5de921c20d29340f5508a1b57aac8735a9fa0f92fd0+243-REWARD_PAYOUT",
|
|
2941
2941
|
"operator": undefined,
|
|
2942
|
-
"recipients":
|
|
2942
|
+
"recipients": [
|
|
2943
2943
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2944
2944
|
],
|
|
2945
|
-
"senders":
|
|
2945
|
+
"senders": [],
|
|
2946
2946
|
"standard": undefined,
|
|
2947
2947
|
"tokenId": undefined,
|
|
2948
2948
|
"type": "REWARD_PAYOUT",
|
|
2949
2949
|
"value": "0",
|
|
2950
2950
|
},
|
|
2951
|
-
|
|
2951
|
+
{
|
|
2952
2952
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2953
2953
|
"blockHash": null,
|
|
2954
2954
|
"blockHeight": 15079447,
|
|
2955
2955
|
"contract": undefined,
|
|
2956
|
-
"extra":
|
|
2956
|
+
"extra": {
|
|
2957
2957
|
"palletMethod": "balances.transfer",
|
|
2958
2958
|
"transferAmount": "9878084170",
|
|
2959
2959
|
"validatorStash": undefined,
|
|
@@ -2964,10 +2964,10 @@ Array [
|
|
|
2964
2964
|
"hash": "0x3d70a413179f47f0a0608ecb9f25af4ba1df6b0e8c91bc8d313c148caa6eddbb",
|
|
2965
2965
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x3d70a413179f47f0a0608ecb9f25af4ba1df6b0e8c91bc8d313c148caa6eddbb-OUT",
|
|
2966
2966
|
"operator": undefined,
|
|
2967
|
-
"recipients":
|
|
2967
|
+
"recipients": [
|
|
2968
2968
|
"1jKT8nXzUqfnATqAJhYVppUXNEfWFGPEdurjGRzdyPUxaKW",
|
|
2969
2969
|
],
|
|
2970
|
-
"senders":
|
|
2970
|
+
"senders": [
|
|
2971
2971
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2972
2972
|
],
|
|
2973
2973
|
"standard": undefined,
|
|
@@ -2976,12 +2976,12 @@ Array [
|
|
|
2976
2976
|
"type": "OUT",
|
|
2977
2977
|
"value": "10035619149",
|
|
2978
2978
|
},
|
|
2979
|
-
|
|
2979
|
+
{
|
|
2980
2980
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
2981
2981
|
"blockHash": null,
|
|
2982
2982
|
"blockHeight": 5014317,
|
|
2983
2983
|
"contract": undefined,
|
|
2984
|
-
"extra":
|
|
2984
|
+
"extra": {
|
|
2985
2985
|
"palletMethod": "staking.Reward",
|
|
2986
2986
|
"validatorStash": "",
|
|
2987
2987
|
"validators": undefined,
|
|
@@ -2990,21 +2990,21 @@ Array [
|
|
|
2990
2990
|
"hash": "0x3eff28b0244745854844406f0ce28b11b70d7f6485dacffac641c31debca3585",
|
|
2991
2991
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x3eff28b0244745854844406f0ce28b11b70d7f6485dacffac641c31debca3585+350-REWARD_PAYOUT",
|
|
2992
2992
|
"operator": undefined,
|
|
2993
|
-
"recipients":
|
|
2993
|
+
"recipients": [
|
|
2994
2994
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
2995
2995
|
],
|
|
2996
|
-
"senders":
|
|
2996
|
+
"senders": [],
|
|
2997
2997
|
"standard": undefined,
|
|
2998
2998
|
"tokenId": undefined,
|
|
2999
2999
|
"type": "REWARD_PAYOUT",
|
|
3000
3000
|
"value": "0",
|
|
3001
3001
|
},
|
|
3002
|
-
|
|
3002
|
+
{
|
|
3003
3003
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3004
3004
|
"blockHash": null,
|
|
3005
3005
|
"blockHeight": 4903285,
|
|
3006
3006
|
"contract": undefined,
|
|
3007
|
-
"extra":
|
|
3007
|
+
"extra": {
|
|
3008
3008
|
"palletMethod": "staking.Reward",
|
|
3009
3009
|
"validatorStash": "",
|
|
3010
3010
|
"validators": undefined,
|
|
@@ -3013,21 +3013,21 @@ Array [
|
|
|
3013
3013
|
"hash": "0x406504c610d00621e6d543576226aa356199408dc8a7ff3990fc753fd0a289bd",
|
|
3014
3014
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x406504c610d00621e6d543576226aa356199408dc8a7ff3990fc753fd0a289bd+84-REWARD_PAYOUT",
|
|
3015
3015
|
"operator": undefined,
|
|
3016
|
-
"recipients":
|
|
3016
|
+
"recipients": [
|
|
3017
3017
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3018
3018
|
],
|
|
3019
|
-
"senders":
|
|
3019
|
+
"senders": [],
|
|
3020
3020
|
"standard": undefined,
|
|
3021
3021
|
"tokenId": undefined,
|
|
3022
3022
|
"type": "REWARD_PAYOUT",
|
|
3023
3023
|
"value": "0",
|
|
3024
3024
|
},
|
|
3025
|
-
|
|
3025
|
+
{
|
|
3026
3026
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3027
3027
|
"blockHash": null,
|
|
3028
3028
|
"blockHeight": 13800052,
|
|
3029
3029
|
"contract": undefined,
|
|
3030
|
-
"extra":
|
|
3030
|
+
"extra": {
|
|
3031
3031
|
"palletMethod": "balances.transferKeepAlive",
|
|
3032
3032
|
"transferAmount": "10300000",
|
|
3033
3033
|
"validatorStash": undefined,
|
|
@@ -3038,10 +3038,10 @@ Array [
|
|
|
3038
3038
|
"hash": "0x4245c0fc8761f798e00b3814023eeeedaacdc01593522696da58e0af1717b47e",
|
|
3039
3039
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x4245c0fc8761f798e00b3814023eeeedaacdc01593522696da58e0af1717b47e-IN",
|
|
3040
3040
|
"operator": undefined,
|
|
3041
|
-
"recipients":
|
|
3041
|
+
"recipients": [
|
|
3042
3042
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3043
3043
|
],
|
|
3044
|
-
"senders":
|
|
3044
|
+
"senders": [
|
|
3045
3045
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
|
3046
3046
|
],
|
|
3047
3047
|
"standard": undefined,
|
|
@@ -3049,12 +3049,12 @@ Array [
|
|
|
3049
3049
|
"type": "IN",
|
|
3050
3050
|
"value": "10300000",
|
|
3051
3051
|
},
|
|
3052
|
-
|
|
3052
|
+
{
|
|
3053
3053
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3054
3054
|
"blockHash": null,
|
|
3055
3055
|
"blockHeight": 5604575,
|
|
3056
3056
|
"contract": undefined,
|
|
3057
|
-
"extra":
|
|
3057
|
+
"extra": {
|
|
3058
3058
|
"palletMethod": "staking.Reward",
|
|
3059
3059
|
"validatorStash": "",
|
|
3060
3060
|
"validators": undefined,
|
|
@@ -3063,21 +3063,21 @@ Array [
|
|
|
3063
3063
|
"hash": "0x43f89eda7fc195cfcf854c21ce2d340e6aa2b71638c306956a1128c7254f2599",
|
|
3064
3064
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x43f89eda7fc195cfcf854c21ce2d340e6aa2b71638c306956a1128c7254f2599+292-REWARD_PAYOUT",
|
|
3065
3065
|
"operator": undefined,
|
|
3066
|
-
"recipients":
|
|
3066
|
+
"recipients": [
|
|
3067
3067
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3068
3068
|
],
|
|
3069
|
-
"senders":
|
|
3069
|
+
"senders": [],
|
|
3070
3070
|
"standard": undefined,
|
|
3071
3071
|
"tokenId": undefined,
|
|
3072
3072
|
"type": "REWARD_PAYOUT",
|
|
3073
3073
|
"value": "0",
|
|
3074
3074
|
},
|
|
3075
|
-
|
|
3075
|
+
{
|
|
3076
3076
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3077
3077
|
"blockHash": null,
|
|
3078
3078
|
"blockHeight": 5303921,
|
|
3079
3079
|
"contract": undefined,
|
|
3080
|
-
"extra":
|
|
3080
|
+
"extra": {
|
|
3081
3081
|
"palletMethod": "staking.Reward",
|
|
3082
3082
|
"validatorStash": "",
|
|
3083
3083
|
"validators": undefined,
|
|
@@ -3086,21 +3086,21 @@ Array [
|
|
|
3086
3086
|
"hash": "0x4a50182b67ebd71c7062e21a3e1e708b80fb610c0a1a41493931be6d81859a1b",
|
|
3087
3087
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x4a50182b67ebd71c7062e21a3e1e708b80fb610c0a1a41493931be6d81859a1b+31-REWARD_PAYOUT",
|
|
3088
3088
|
"operator": undefined,
|
|
3089
|
-
"recipients":
|
|
3089
|
+
"recipients": [
|
|
3090
3090
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3091
3091
|
],
|
|
3092
|
-
"senders":
|
|
3092
|
+
"senders": [],
|
|
3093
3093
|
"standard": undefined,
|
|
3094
3094
|
"tokenId": undefined,
|
|
3095
3095
|
"type": "REWARD_PAYOUT",
|
|
3096
3096
|
"value": "0",
|
|
3097
3097
|
},
|
|
3098
|
-
|
|
3098
|
+
{
|
|
3099
3099
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3100
3100
|
"blockHash": null,
|
|
3101
3101
|
"blockHeight": 5604586,
|
|
3102
3102
|
"contract": undefined,
|
|
3103
|
-
"extra":
|
|
3103
|
+
"extra": {
|
|
3104
3104
|
"palletMethod": "staking.Reward",
|
|
3105
3105
|
"validatorStash": "",
|
|
3106
3106
|
"validators": undefined,
|
|
@@ -3109,21 +3109,21 @@ Array [
|
|
|
3109
3109
|
"hash": "0x4ed30c1bed13463cbd195a3bfab219a59b11f58d4b52b595ed2ad3844a975318",
|
|
3110
3110
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x4ed30c1bed13463cbd195a3bfab219a59b11f58d4b52b595ed2ad3844a975318+94-REWARD_PAYOUT",
|
|
3111
3111
|
"operator": undefined,
|
|
3112
|
-
"recipients":
|
|
3112
|
+
"recipients": [
|
|
3113
3113
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3114
3114
|
],
|
|
3115
|
-
"senders":
|
|
3115
|
+
"senders": [],
|
|
3116
3116
|
"standard": undefined,
|
|
3117
3117
|
"tokenId": undefined,
|
|
3118
3118
|
"type": "REWARD_PAYOUT",
|
|
3119
3119
|
"value": "0",
|
|
3120
3120
|
},
|
|
3121
|
-
|
|
3121
|
+
{
|
|
3122
3122
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3123
3123
|
"blockHash": null,
|
|
3124
3124
|
"blockHeight": 5417396,
|
|
3125
3125
|
"contract": undefined,
|
|
3126
|
-
"extra":
|
|
3126
|
+
"extra": {
|
|
3127
3127
|
"palletMethod": "staking.Reward",
|
|
3128
3128
|
"validatorStash": "",
|
|
3129
3129
|
"validators": undefined,
|
|
@@ -3132,21 +3132,21 @@ Array [
|
|
|
3132
3132
|
"hash": "0x555f6d2d69645b4209cb4804f32640793cab07f581eadb0229246220a5ddf12f",
|
|
3133
3133
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x555f6d2d69645b4209cb4804f32640793cab07f581eadb0229246220a5ddf12f+37-REWARD_PAYOUT",
|
|
3134
3134
|
"operator": undefined,
|
|
3135
|
-
"recipients":
|
|
3135
|
+
"recipients": [
|
|
3136
3136
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3137
3137
|
],
|
|
3138
|
-
"senders":
|
|
3138
|
+
"senders": [],
|
|
3139
3139
|
"standard": undefined,
|
|
3140
3140
|
"tokenId": undefined,
|
|
3141
3141
|
"type": "REWARD_PAYOUT",
|
|
3142
3142
|
"value": "0",
|
|
3143
3143
|
},
|
|
3144
|
-
|
|
3144
|
+
{
|
|
3145
3145
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3146
3146
|
"blockHash": null,
|
|
3147
3147
|
"blockHeight": 5113335,
|
|
3148
3148
|
"contract": undefined,
|
|
3149
|
-
"extra":
|
|
3149
|
+
"extra": {
|
|
3150
3150
|
"palletMethod": "staking.Reward",
|
|
3151
3151
|
"validatorStash": "",
|
|
3152
3152
|
"validators": undefined,
|
|
@@ -3155,21 +3155,21 @@ Array [
|
|
|
3155
3155
|
"hash": "0x57c16a02d792f6ef0b5906a4c67fda0d02c1dbe85fa5fad716055354505402d8",
|
|
3156
3156
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x57c16a02d792f6ef0b5906a4c67fda0d02c1dbe85fa5fad716055354505402d8+165-REWARD_PAYOUT",
|
|
3157
3157
|
"operator": undefined,
|
|
3158
|
-
"recipients":
|
|
3158
|
+
"recipients": [
|
|
3159
3159
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3160
3160
|
],
|
|
3161
|
-
"senders":
|
|
3161
|
+
"senders": [],
|
|
3162
3162
|
"standard": undefined,
|
|
3163
3163
|
"tokenId": undefined,
|
|
3164
3164
|
"type": "REWARD_PAYOUT",
|
|
3165
3165
|
"value": "0",
|
|
3166
3166
|
},
|
|
3167
|
-
|
|
3167
|
+
{
|
|
3168
3168
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3169
3169
|
"blockHash": null,
|
|
3170
3170
|
"blockHeight": 5217493,
|
|
3171
3171
|
"contract": undefined,
|
|
3172
|
-
"extra":
|
|
3172
|
+
"extra": {
|
|
3173
3173
|
"palletMethod": "staking.Reward",
|
|
3174
3174
|
"validatorStash": "",
|
|
3175
3175
|
"validators": undefined,
|
|
@@ -3178,21 +3178,21 @@ Array [
|
|
|
3178
3178
|
"hash": "0x5a117884d92689b331b2fefd2a182633a6013602be292ab2a915846edd442483",
|
|
3179
3179
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x5a117884d92689b331b2fefd2a182633a6013602be292ab2a915846edd442483+296-REWARD_PAYOUT",
|
|
3180
3180
|
"operator": undefined,
|
|
3181
|
-
"recipients":
|
|
3181
|
+
"recipients": [
|
|
3182
3182
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3183
3183
|
],
|
|
3184
|
-
"senders":
|
|
3184
|
+
"senders": [],
|
|
3185
3185
|
"standard": undefined,
|
|
3186
3186
|
"tokenId": undefined,
|
|
3187
3187
|
"type": "REWARD_PAYOUT",
|
|
3188
3188
|
"value": "1148330",
|
|
3189
3189
|
},
|
|
3190
|
-
|
|
3190
|
+
{
|
|
3191
3191
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3192
3192
|
"blockHash": null,
|
|
3193
3193
|
"blockHeight": 5214963,
|
|
3194
3194
|
"contract": undefined,
|
|
3195
|
-
"extra":
|
|
3195
|
+
"extra": {
|
|
3196
3196
|
"palletMethod": "staking.Reward",
|
|
3197
3197
|
"validatorStash": "",
|
|
3198
3198
|
"validators": undefined,
|
|
@@ -3201,21 +3201,21 @@ Array [
|
|
|
3201
3201
|
"hash": "0x5f2cf92cf114b41591a7927dab29aaa9caa8ea4ee17ae673efdaae7f6cece253",
|
|
3202
3202
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x5f2cf92cf114b41591a7927dab29aaa9caa8ea4ee17ae673efdaae7f6cece253+152-REWARD_PAYOUT",
|
|
3203
3203
|
"operator": undefined,
|
|
3204
|
-
"recipients":
|
|
3204
|
+
"recipients": [
|
|
3205
3205
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3206
3206
|
],
|
|
3207
|
-
"senders":
|
|
3207
|
+
"senders": [],
|
|
3208
3208
|
"standard": undefined,
|
|
3209
3209
|
"tokenId": undefined,
|
|
3210
3210
|
"type": "REWARD_PAYOUT",
|
|
3211
3211
|
"value": "0",
|
|
3212
3212
|
},
|
|
3213
|
-
|
|
3213
|
+
{
|
|
3214
3214
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3215
3215
|
"blockHash": null,
|
|
3216
3216
|
"blockHeight": 5213904,
|
|
3217
3217
|
"contract": undefined,
|
|
3218
|
-
"extra":
|
|
3218
|
+
"extra": {
|
|
3219
3219
|
"palletMethod": "staking.Reward",
|
|
3220
3220
|
"validatorStash": "",
|
|
3221
3221
|
"validators": undefined,
|
|
@@ -3224,21 +3224,21 @@ Array [
|
|
|
3224
3224
|
"hash": "0x6123706d7a78a61109613e6fb637e3f590a6277237f9cc3046119e9a570de408",
|
|
3225
3225
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x6123706d7a78a61109613e6fb637e3f590a6277237f9cc3046119e9a570de408+80-REWARD_PAYOUT",
|
|
3226
3226
|
"operator": undefined,
|
|
3227
|
-
"recipients":
|
|
3227
|
+
"recipients": [
|
|
3228
3228
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3229
3229
|
],
|
|
3230
|
-
"senders":
|
|
3230
|
+
"senders": [],
|
|
3231
3231
|
"standard": undefined,
|
|
3232
3232
|
"tokenId": undefined,
|
|
3233
3233
|
"type": "REWARD_PAYOUT",
|
|
3234
3234
|
"value": "0",
|
|
3235
3235
|
},
|
|
3236
|
-
|
|
3236
|
+
{
|
|
3237
3237
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3238
3238
|
"blockHash": null,
|
|
3239
3239
|
"blockHeight": 5303911,
|
|
3240
3240
|
"contract": undefined,
|
|
3241
|
-
"extra":
|
|
3241
|
+
"extra": {
|
|
3242
3242
|
"palletMethod": "staking.Reward",
|
|
3243
3243
|
"validatorStash": "",
|
|
3244
3244
|
"validators": undefined,
|
|
@@ -3247,21 +3247,21 @@ Array [
|
|
|
3247
3247
|
"hash": "0x61f8ffd6b2b12bf9e2322f05a3d1f11f38218290c576fd9dc37744468fe2bac3",
|
|
3248
3248
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x61f8ffd6b2b12bf9e2322f05a3d1f11f38218290c576fd9dc37744468fe2bac3+257-REWARD_PAYOUT",
|
|
3249
3249
|
"operator": undefined,
|
|
3250
|
-
"recipients":
|
|
3250
|
+
"recipients": [
|
|
3251
3251
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3252
3252
|
],
|
|
3253
|
-
"senders":
|
|
3253
|
+
"senders": [],
|
|
3254
3254
|
"standard": undefined,
|
|
3255
3255
|
"tokenId": undefined,
|
|
3256
3256
|
"type": "REWARD_PAYOUT",
|
|
3257
3257
|
"value": "0",
|
|
3258
3258
|
},
|
|
3259
|
-
|
|
3259
|
+
{
|
|
3260
3260
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3261
3261
|
"blockHash": null,
|
|
3262
3262
|
"blockHeight": 5213903,
|
|
3263
3263
|
"contract": undefined,
|
|
3264
|
-
"extra":
|
|
3264
|
+
"extra": {
|
|
3265
3265
|
"palletMethod": "staking.Reward",
|
|
3266
3266
|
"validatorStash": "",
|
|
3267
3267
|
"validators": undefined,
|
|
@@ -3270,21 +3270,21 @@ Array [
|
|
|
3270
3270
|
"hash": "0x68855df1357211f40a61691734886a1164898682d98c1177a4ba2ea48dad26f3",
|
|
3271
3271
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x68855df1357211f40a61691734886a1164898682d98c1177a4ba2ea48dad26f3+47-REWARD_PAYOUT",
|
|
3272
3272
|
"operator": undefined,
|
|
3273
|
-
"recipients":
|
|
3273
|
+
"recipients": [
|
|
3274
3274
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3275
3275
|
],
|
|
3276
|
-
"senders":
|
|
3276
|
+
"senders": [],
|
|
3277
3277
|
"standard": undefined,
|
|
3278
3278
|
"tokenId": undefined,
|
|
3279
3279
|
"type": "REWARD_PAYOUT",
|
|
3280
3280
|
"value": "0",
|
|
3281
3281
|
},
|
|
3282
|
-
|
|
3282
|
+
{
|
|
3283
3283
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3284
3284
|
"blockHash": null,
|
|
3285
3285
|
"blockHeight": 5604581,
|
|
3286
3286
|
"contract": undefined,
|
|
3287
|
-
"extra":
|
|
3287
|
+
"extra": {
|
|
3288
3288
|
"palletMethod": "staking.Reward",
|
|
3289
3289
|
"validatorStash": "",
|
|
3290
3290
|
"validators": undefined,
|
|
@@ -3293,21 +3293,21 @@ Array [
|
|
|
3293
3293
|
"hash": "0x7a89c77316d848eb8447a88fee472149fec986647d4e0d6449f0ec2e697acb80",
|
|
3294
3294
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x7a89c77316d848eb8447a88fee472149fec986647d4e0d6449f0ec2e697acb80+187-REWARD_PAYOUT",
|
|
3295
3295
|
"operator": undefined,
|
|
3296
|
-
"recipients":
|
|
3296
|
+
"recipients": [
|
|
3297
3297
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3298
3298
|
],
|
|
3299
|
-
"senders":
|
|
3299
|
+
"senders": [],
|
|
3300
3300
|
"standard": undefined,
|
|
3301
3301
|
"tokenId": undefined,
|
|
3302
3302
|
"type": "REWARD_PAYOUT",
|
|
3303
3303
|
"value": "0",
|
|
3304
3304
|
},
|
|
3305
|
-
|
|
3305
|
+
{
|
|
3306
3306
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3307
3307
|
"blockHash": null,
|
|
3308
3308
|
"blockHeight": 5417338,
|
|
3309
3309
|
"contract": undefined,
|
|
3310
|
-
"extra":
|
|
3310
|
+
"extra": {
|
|
3311
3311
|
"palletMethod": "staking.Reward",
|
|
3312
3312
|
"validatorStash": "",
|
|
3313
3313
|
"validators": undefined,
|
|
@@ -3316,21 +3316,21 @@ Array [
|
|
|
3316
3316
|
"hash": "0x7f29ef259254003d68ca680edaee0fabb48f52fba43d571eb7d78f51ec8c1e96",
|
|
3317
3317
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x7f29ef259254003d68ca680edaee0fabb48f52fba43d571eb7d78f51ec8c1e96+129-REWARD_PAYOUT",
|
|
3318
3318
|
"operator": undefined,
|
|
3319
|
-
"recipients":
|
|
3319
|
+
"recipients": [
|
|
3320
3320
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3321
3321
|
],
|
|
3322
|
-
"senders":
|
|
3322
|
+
"senders": [],
|
|
3323
3323
|
"standard": undefined,
|
|
3324
3324
|
"tokenId": undefined,
|
|
3325
3325
|
"type": "REWARD_PAYOUT",
|
|
3326
3326
|
"value": "0",
|
|
3327
3327
|
},
|
|
3328
|
-
|
|
3328
|
+
{
|
|
3329
3329
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3330
3330
|
"blockHash": null,
|
|
3331
3331
|
"blockHeight": 5700872,
|
|
3332
3332
|
"contract": undefined,
|
|
3333
|
-
"extra":
|
|
3333
|
+
"extra": {
|
|
3334
3334
|
"palletMethod": "staking.Reward",
|
|
3335
3335
|
"validatorStash": "",
|
|
3336
3336
|
"validators": undefined,
|
|
@@ -3339,21 +3339,21 @@ Array [
|
|
|
3339
3339
|
"hash": "0x82b538816e6ecfe232f5cd7bf1cbc94f21e4c3ff5f73215ee3930257cba80b02",
|
|
3340
3340
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x82b538816e6ecfe232f5cd7bf1cbc94f21e4c3ff5f73215ee3930257cba80b02+166-REWARD_PAYOUT",
|
|
3341
3341
|
"operator": undefined,
|
|
3342
|
-
"recipients":
|
|
3342
|
+
"recipients": [
|
|
3343
3343
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3344
3344
|
],
|
|
3345
|
-
"senders":
|
|
3345
|
+
"senders": [],
|
|
3346
3346
|
"standard": undefined,
|
|
3347
3347
|
"tokenId": undefined,
|
|
3348
3348
|
"type": "REWARD_PAYOUT",
|
|
3349
3349
|
"value": "0",
|
|
3350
3350
|
},
|
|
3351
|
-
|
|
3351
|
+
{
|
|
3352
3352
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3353
3353
|
"blockHash": null,
|
|
3354
3354
|
"blockHeight": 5213855,
|
|
3355
3355
|
"contract": undefined,
|
|
3356
|
-
"extra":
|
|
3356
|
+
"extra": {
|
|
3357
3357
|
"palletMethod": "staking.Reward",
|
|
3358
3358
|
"validatorStash": "",
|
|
3359
3359
|
"validators": undefined,
|
|
@@ -3362,21 +3362,21 @@ Array [
|
|
|
3362
3362
|
"hash": "0x8344a43487b3c92b0be983a397e1652e12c6598fc1bf19b54c0804a7f98544e0",
|
|
3363
3363
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x8344a43487b3c92b0be983a397e1652e12c6598fc1bf19b54c0804a7f98544e0+226-REWARD_PAYOUT",
|
|
3364
3364
|
"operator": undefined,
|
|
3365
|
-
"recipients":
|
|
3365
|
+
"recipients": [
|
|
3366
3366
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3367
3367
|
],
|
|
3368
|
-
"senders":
|
|
3368
|
+
"senders": [],
|
|
3369
3369
|
"standard": undefined,
|
|
3370
3370
|
"tokenId": undefined,
|
|
3371
3371
|
"type": "REWARD_PAYOUT",
|
|
3372
3372
|
"value": "0",
|
|
3373
3373
|
},
|
|
3374
|
-
|
|
3374
|
+
{
|
|
3375
3375
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3376
3376
|
"blockHash": null,
|
|
3377
3377
|
"blockHeight": 5303930,
|
|
3378
3378
|
"contract": undefined,
|
|
3379
|
-
"extra":
|
|
3379
|
+
"extra": {
|
|
3380
3380
|
"palletMethod": "staking.Reward",
|
|
3381
3381
|
"validatorStash": "",
|
|
3382
3382
|
"validators": undefined,
|
|
@@ -3385,21 +3385,21 @@ Array [
|
|
|
3385
3385
|
"hash": "0x89c0f821e877f45af821bd9d82731ef62a82137e32a86e475f23ddbfe1d9806e",
|
|
3386
3386
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x89c0f821e877f45af821bd9d82731ef62a82137e32a86e475f23ddbfe1d9806e+245-REWARD_PAYOUT",
|
|
3387
3387
|
"operator": undefined,
|
|
3388
|
-
"recipients":
|
|
3388
|
+
"recipients": [
|
|
3389
3389
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3390
3390
|
],
|
|
3391
|
-
"senders":
|
|
3391
|
+
"senders": [],
|
|
3392
3392
|
"standard": undefined,
|
|
3393
3393
|
"tokenId": undefined,
|
|
3394
3394
|
"type": "REWARD_PAYOUT",
|
|
3395
3395
|
"value": "0",
|
|
3396
3396
|
},
|
|
3397
|
-
|
|
3397
|
+
{
|
|
3398
3398
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3399
3399
|
"blockHash": null,
|
|
3400
3400
|
"blockHeight": 5014311,
|
|
3401
3401
|
"contract": undefined,
|
|
3402
|
-
"extra":
|
|
3402
|
+
"extra": {
|
|
3403
3403
|
"palletMethod": "staking.Reward",
|
|
3404
3404
|
"validatorStash": "",
|
|
3405
3405
|
"validators": undefined,
|
|
@@ -3408,21 +3408,21 @@ Array [
|
|
|
3408
3408
|
"hash": "0x8b012477124e00cf67251a218ef86a1ac4589a231f8b6e635c8ce2f9712f3cc4",
|
|
3409
3409
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x8b012477124e00cf67251a218ef86a1ac4589a231f8b6e635c8ce2f9712f3cc4+151-REWARD_PAYOUT",
|
|
3410
3410
|
"operator": undefined,
|
|
3411
|
-
"recipients":
|
|
3411
|
+
"recipients": [
|
|
3412
3412
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3413
3413
|
],
|
|
3414
|
-
"senders":
|
|
3414
|
+
"senders": [],
|
|
3415
3415
|
"standard": undefined,
|
|
3416
3416
|
"tokenId": undefined,
|
|
3417
3417
|
"type": "REWARD_PAYOUT",
|
|
3418
3418
|
"value": "0",
|
|
3419
3419
|
},
|
|
3420
|
-
|
|
3420
|
+
{
|
|
3421
3421
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3422
3422
|
"blockHash": null,
|
|
3423
3423
|
"blockHeight": 5303925,
|
|
3424
3424
|
"contract": undefined,
|
|
3425
|
-
"extra":
|
|
3425
|
+
"extra": {
|
|
3426
3426
|
"palletMethod": "staking.Reward",
|
|
3427
3427
|
"validatorStash": "",
|
|
3428
3428
|
"validators": undefined,
|
|
@@ -3431,21 +3431,21 @@ Array [
|
|
|
3431
3431
|
"hash": "0x8dbf156b75668abeb86777ed5fa12c2d077126caf1a58604d96ef63e89efd376",
|
|
3432
3432
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x8dbf156b75668abeb86777ed5fa12c2d077126caf1a58604d96ef63e89efd376+71-REWARD_PAYOUT",
|
|
3433
3433
|
"operator": undefined,
|
|
3434
|
-
"recipients":
|
|
3434
|
+
"recipients": [
|
|
3435
3435
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3436
3436
|
],
|
|
3437
|
-
"senders":
|
|
3437
|
+
"senders": [],
|
|
3438
3438
|
"standard": undefined,
|
|
3439
3439
|
"tokenId": undefined,
|
|
3440
3440
|
"type": "REWARD_PAYOUT",
|
|
3441
3441
|
"value": "0",
|
|
3442
3442
|
},
|
|
3443
|
-
|
|
3443
|
+
{
|
|
3444
3444
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3445
3445
|
"blockHash": null,
|
|
3446
3446
|
"blockHeight": 5014356,
|
|
3447
3447
|
"contract": undefined,
|
|
3448
|
-
"extra":
|
|
3448
|
+
"extra": {
|
|
3449
3449
|
"palletMethod": "staking.Reward",
|
|
3450
3450
|
"validatorStash": "",
|
|
3451
3451
|
"validators": undefined,
|
|
@@ -3454,21 +3454,21 @@ Array [
|
|
|
3454
3454
|
"hash": "0x90895124ff5d9b8523687f495459be1e286c5e462ffb52063260c20a23343067",
|
|
3455
3455
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x90895124ff5d9b8523687f495459be1e286c5e462ffb52063260c20a23343067+151-REWARD_PAYOUT",
|
|
3456
3456
|
"operator": undefined,
|
|
3457
|
-
"recipients":
|
|
3457
|
+
"recipients": [
|
|
3458
3458
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3459
3459
|
],
|
|
3460
|
-
"senders":
|
|
3460
|
+
"senders": [],
|
|
3461
3461
|
"standard": undefined,
|
|
3462
3462
|
"tokenId": undefined,
|
|
3463
3463
|
"type": "REWARD_PAYOUT",
|
|
3464
3464
|
"value": "0",
|
|
3465
3465
|
},
|
|
3466
|
-
|
|
3466
|
+
{
|
|
3467
3467
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3468
3468
|
"blockHash": null,
|
|
3469
3469
|
"blockHeight": 5514444,
|
|
3470
3470
|
"contract": undefined,
|
|
3471
|
-
"extra":
|
|
3471
|
+
"extra": {
|
|
3472
3472
|
"palletMethod": "staking.Reward",
|
|
3473
3473
|
"validatorStash": "",
|
|
3474
3474
|
"validators": undefined,
|
|
@@ -3477,21 +3477,21 @@ Array [
|
|
|
3477
3477
|
"hash": "0x915946f00217fe650513a517604b4e6e98629d55686ac529e6211e8820a127f1",
|
|
3478
3478
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x915946f00217fe650513a517604b4e6e98629d55686ac529e6211e8820a127f1+189-REWARD_PAYOUT",
|
|
3479
3479
|
"operator": undefined,
|
|
3480
|
-
"recipients":
|
|
3480
|
+
"recipients": [
|
|
3481
3481
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3482
3482
|
],
|
|
3483
|
-
"senders":
|
|
3483
|
+
"senders": [],
|
|
3484
3484
|
"standard": undefined,
|
|
3485
3485
|
"tokenId": undefined,
|
|
3486
3486
|
"type": "REWARD_PAYOUT",
|
|
3487
3487
|
"value": "0",
|
|
3488
3488
|
},
|
|
3489
|
-
|
|
3489
|
+
{
|
|
3490
3490
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3491
3491
|
"blockHash": null,
|
|
3492
3492
|
"blockHeight": 5514427,
|
|
3493
3493
|
"contract": undefined,
|
|
3494
|
-
"extra":
|
|
3494
|
+
"extra": {
|
|
3495
3495
|
"palletMethod": "staking.Reward",
|
|
3496
3496
|
"validatorStash": "",
|
|
3497
3497
|
"validators": undefined,
|
|
@@ -3500,21 +3500,21 @@ Array [
|
|
|
3500
3500
|
"hash": "0x9b79b1fea124747c26e70560dafa58b066f82cf60c833184d50884f4e660e4ce",
|
|
3501
3501
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x9b79b1fea124747c26e70560dafa58b066f82cf60c833184d50884f4e660e4ce+26-REWARD_PAYOUT",
|
|
3502
3502
|
"operator": undefined,
|
|
3503
|
-
"recipients":
|
|
3503
|
+
"recipients": [
|
|
3504
3504
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3505
3505
|
],
|
|
3506
|
-
"senders":
|
|
3506
|
+
"senders": [],
|
|
3507
3507
|
"standard": undefined,
|
|
3508
3508
|
"tokenId": undefined,
|
|
3509
3509
|
"type": "REWARD_PAYOUT",
|
|
3510
3510
|
"value": "0",
|
|
3511
3511
|
},
|
|
3512
|
-
|
|
3512
|
+
{
|
|
3513
3513
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3514
3514
|
"blockHash": null,
|
|
3515
3515
|
"blockHeight": 2566518,
|
|
3516
3516
|
"contract": undefined,
|
|
3517
|
-
"extra":
|
|
3517
|
+
"extra": {
|
|
3518
3518
|
"palletMethod": "staking.Reward",
|
|
3519
3519
|
"validatorStash": "",
|
|
3520
3520
|
"validators": undefined,
|
|
@@ -3523,21 +3523,21 @@ Array [
|
|
|
3523
3523
|
"hash": "0x9c94dc17afa64c095d4d5e8c197cb92f1622b6bfae4bca66152c79287ce39784",
|
|
3524
3524
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0x9c94dc17afa64c095d4d5e8c197cb92f1622b6bfae4bca66152c79287ce39784+48-REWARD_PAYOUT",
|
|
3525
3525
|
"operator": undefined,
|
|
3526
|
-
"recipients":
|
|
3526
|
+
"recipients": [
|
|
3527
3527
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3528
3528
|
],
|
|
3529
|
-
"senders":
|
|
3529
|
+
"senders": [],
|
|
3530
3530
|
"standard": undefined,
|
|
3531
3531
|
"tokenId": undefined,
|
|
3532
3532
|
"type": "REWARD_PAYOUT",
|
|
3533
3533
|
"value": "4825403",
|
|
3534
3534
|
},
|
|
3535
|
-
|
|
3535
|
+
{
|
|
3536
3536
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3537
3537
|
"blockHash": null,
|
|
3538
3538
|
"blockHeight": 5604585,
|
|
3539
3539
|
"contract": undefined,
|
|
3540
|
-
"extra":
|
|
3540
|
+
"extra": {
|
|
3541
3541
|
"palletMethod": "staking.Reward",
|
|
3542
3542
|
"validatorStash": "",
|
|
3543
3543
|
"validators": undefined,
|
|
@@ -3546,21 +3546,21 @@ Array [
|
|
|
3546
3546
|
"hash": "0xa06f286eede5088078a56b40eae25c84517c0ce4c8a4c1ff425def12fc937b40",
|
|
3547
3547
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xa06f286eede5088078a56b40eae25c84517c0ce4c8a4c1ff425def12fc937b40+53-REWARD_PAYOUT",
|
|
3548
3548
|
"operator": undefined,
|
|
3549
|
-
"recipients":
|
|
3549
|
+
"recipients": [
|
|
3550
3550
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3551
3551
|
],
|
|
3552
|
-
"senders":
|
|
3552
|
+
"senders": [],
|
|
3553
3553
|
"standard": undefined,
|
|
3554
3554
|
"tokenId": undefined,
|
|
3555
3555
|
"type": "REWARD_PAYOUT",
|
|
3556
3556
|
"value": "0",
|
|
3557
3557
|
},
|
|
3558
|
-
|
|
3558
|
+
{
|
|
3559
3559
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3560
3560
|
"blockHash": null,
|
|
3561
3561
|
"blockHeight": 5213936,
|
|
3562
3562
|
"contract": undefined,
|
|
3563
|
-
"extra":
|
|
3563
|
+
"extra": {
|
|
3564
3564
|
"palletMethod": "staking.Reward",
|
|
3565
3565
|
"validatorStash": "",
|
|
3566
3566
|
"validators": undefined,
|
|
@@ -3569,21 +3569,21 @@ Array [
|
|
|
3569
3569
|
"hash": "0xa0cbaeb11a3e4c9293a0ab4b6f990461760b91171ed61c74150e92095a72bfb1",
|
|
3570
3570
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xa0cbaeb11a3e4c9293a0ab4b6f990461760b91171ed61c74150e92095a72bfb1+275-REWARD_PAYOUT",
|
|
3571
3571
|
"operator": undefined,
|
|
3572
|
-
"recipients":
|
|
3572
|
+
"recipients": [
|
|
3573
3573
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3574
3574
|
],
|
|
3575
|
-
"senders":
|
|
3575
|
+
"senders": [],
|
|
3576
3576
|
"standard": undefined,
|
|
3577
3577
|
"tokenId": undefined,
|
|
3578
3578
|
"type": "REWARD_PAYOUT",
|
|
3579
3579
|
"value": "0",
|
|
3580
3580
|
},
|
|
3581
|
-
|
|
3581
|
+
{
|
|
3582
3582
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3583
3583
|
"blockHash": null,
|
|
3584
3584
|
"blockHeight": 5113387,
|
|
3585
3585
|
"contract": undefined,
|
|
3586
|
-
"extra":
|
|
3586
|
+
"extra": {
|
|
3587
3587
|
"palletMethod": "staking.Reward",
|
|
3588
3588
|
"validatorStash": "",
|
|
3589
3589
|
"validators": undefined,
|
|
@@ -3592,21 +3592,21 @@ Array [
|
|
|
3592
3592
|
"hash": "0xa101115e16aad2c9b14c424dbba15557a5c9a912fde7b87a6295bd9c8779b8a8",
|
|
3593
3593
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xa101115e16aad2c9b14c424dbba15557a5c9a912fde7b87a6295bd9c8779b8a8+209-REWARD_PAYOUT",
|
|
3594
3594
|
"operator": undefined,
|
|
3595
|
-
"recipients":
|
|
3595
|
+
"recipients": [
|
|
3596
3596
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3597
3597
|
],
|
|
3598
|
-
"senders":
|
|
3598
|
+
"senders": [],
|
|
3599
3599
|
"standard": undefined,
|
|
3600
3600
|
"tokenId": undefined,
|
|
3601
3601
|
"type": "REWARD_PAYOUT",
|
|
3602
3602
|
"value": "0",
|
|
3603
3603
|
},
|
|
3604
|
-
|
|
3604
|
+
{
|
|
3605
3605
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3606
3606
|
"blockHash": null,
|
|
3607
3607
|
"blockHeight": 5417384,
|
|
3608
3608
|
"contract": undefined,
|
|
3609
|
-
"extra":
|
|
3609
|
+
"extra": {
|
|
3610
3610
|
"palletMethod": "staking.Reward",
|
|
3611
3611
|
"validatorStash": "",
|
|
3612
3612
|
"validators": undefined,
|
|
@@ -3615,21 +3615,21 @@ Array [
|
|
|
3615
3615
|
"hash": "0xa8bef8c3e3b6c9697a91b786db44e9cd9a4dcb5d95335344e3cd77fef6637c06",
|
|
3616
3616
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xa8bef8c3e3b6c9697a91b786db44e9cd9a4dcb5d95335344e3cd77fef6637c06+210-REWARD_PAYOUT",
|
|
3617
3617
|
"operator": undefined,
|
|
3618
|
-
"recipients":
|
|
3618
|
+
"recipients": [
|
|
3619
3619
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3620
3620
|
],
|
|
3621
|
-
"senders":
|
|
3621
|
+
"senders": [],
|
|
3622
3622
|
"standard": undefined,
|
|
3623
3623
|
"tokenId": undefined,
|
|
3624
3624
|
"type": "REWARD_PAYOUT",
|
|
3625
3625
|
"value": "0",
|
|
3626
3626
|
},
|
|
3627
|
-
|
|
3627
|
+
{
|
|
3628
3628
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3629
3629
|
"blockHash": null,
|
|
3630
3630
|
"blockHeight": 5604590,
|
|
3631
3631
|
"contract": undefined,
|
|
3632
|
-
"extra":
|
|
3632
|
+
"extra": {
|
|
3633
3633
|
"palletMethod": "staking.Reward",
|
|
3634
3634
|
"validatorStash": "",
|
|
3635
3635
|
"validators": undefined,
|
|
@@ -3638,21 +3638,21 @@ Array [
|
|
|
3638
3638
|
"hash": "0xacdc0941929667d9b6e86a5e5adcc96fac4539955615019b343c4b973fc672ff",
|
|
3639
3639
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xacdc0941929667d9b6e86a5e5adcc96fac4539955615019b343c4b973fc672ff+189-REWARD_PAYOUT",
|
|
3640
3640
|
"operator": undefined,
|
|
3641
|
-
"recipients":
|
|
3641
|
+
"recipients": [
|
|
3642
3642
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3643
3643
|
],
|
|
3644
|
-
"senders":
|
|
3644
|
+
"senders": [],
|
|
3645
3645
|
"standard": undefined,
|
|
3646
3646
|
"tokenId": undefined,
|
|
3647
3647
|
"type": "REWARD_PAYOUT",
|
|
3648
3648
|
"value": "0",
|
|
3649
3649
|
},
|
|
3650
|
-
|
|
3650
|
+
{
|
|
3651
3651
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3652
3652
|
"blockHash": null,
|
|
3653
3653
|
"blockHeight": 5113301,
|
|
3654
3654
|
"contract": undefined,
|
|
3655
|
-
"extra":
|
|
3655
|
+
"extra": {
|
|
3656
3656
|
"palletMethod": "staking.Reward",
|
|
3657
3657
|
"validatorStash": "",
|
|
3658
3658
|
"validators": undefined,
|
|
@@ -3661,21 +3661,21 @@ Array [
|
|
|
3661
3661
|
"hash": "0xb5d0a71522a0ac0b668ce647e4e8ce8105be0d70a54f3124fceab0a2ddde6f49",
|
|
3662
3662
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xb5d0a71522a0ac0b668ce647e4e8ce8105be0d70a54f3124fceab0a2ddde6f49+41-REWARD_PAYOUT",
|
|
3663
3663
|
"operator": undefined,
|
|
3664
|
-
"recipients":
|
|
3664
|
+
"recipients": [
|
|
3665
3665
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3666
3666
|
],
|
|
3667
|
-
"senders":
|
|
3667
|
+
"senders": [],
|
|
3668
3668
|
"standard": undefined,
|
|
3669
3669
|
"tokenId": undefined,
|
|
3670
3670
|
"type": "REWARD_PAYOUT",
|
|
3671
3671
|
"value": "0",
|
|
3672
3672
|
},
|
|
3673
|
-
|
|
3673
|
+
{
|
|
3674
3674
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3675
3675
|
"blockHash": null,
|
|
3676
3676
|
"blockHeight": 5514432,
|
|
3677
3677
|
"contract": undefined,
|
|
3678
|
-
"extra":
|
|
3678
|
+
"extra": {
|
|
3679
3679
|
"palletMethod": "staking.Reward",
|
|
3680
3680
|
"validatorStash": "",
|
|
3681
3681
|
"validators": undefined,
|
|
@@ -3684,21 +3684,21 @@ Array [
|
|
|
3684
3684
|
"hash": "0xb731f4c31a3691bf7beb0bb12f3b9f1cabf68f2deba1b0aa805eec2610fe5e03",
|
|
3685
3685
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xb731f4c31a3691bf7beb0bb12f3b9f1cabf68f2deba1b0aa805eec2610fe5e03+99-REWARD_PAYOUT",
|
|
3686
3686
|
"operator": undefined,
|
|
3687
|
-
"recipients":
|
|
3687
|
+
"recipients": [
|
|
3688
3688
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3689
3689
|
],
|
|
3690
|
-
"senders":
|
|
3690
|
+
"senders": [],
|
|
3691
3691
|
"standard": undefined,
|
|
3692
3692
|
"tokenId": undefined,
|
|
3693
3693
|
"type": "REWARD_PAYOUT",
|
|
3694
3694
|
"value": "0",
|
|
3695
3695
|
},
|
|
3696
|
-
|
|
3696
|
+
{
|
|
3697
3697
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3698
3698
|
"blockHash": null,
|
|
3699
3699
|
"blockHeight": 5417354,
|
|
3700
3700
|
"contract": undefined,
|
|
3701
|
-
"extra":
|
|
3701
|
+
"extra": {
|
|
3702
3702
|
"palletMethod": "staking.Reward",
|
|
3703
3703
|
"validatorStash": "",
|
|
3704
3704
|
"validators": undefined,
|
|
@@ -3707,21 +3707,21 @@ Array [
|
|
|
3707
3707
|
"hash": "0xb79d79c2b82bb2ff25492bca397f536cbc26b64a4013a705d0c01bad15e012d6",
|
|
3708
3708
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xb79d79c2b82bb2ff25492bca397f536cbc26b64a4013a705d0c01bad15e012d6+332-REWARD_PAYOUT",
|
|
3709
3709
|
"operator": undefined,
|
|
3710
|
-
"recipients":
|
|
3710
|
+
"recipients": [
|
|
3711
3711
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3712
3712
|
],
|
|
3713
|
-
"senders":
|
|
3713
|
+
"senders": [],
|
|
3714
3714
|
"standard": undefined,
|
|
3715
3715
|
"tokenId": undefined,
|
|
3716
3716
|
"type": "REWARD_PAYOUT",
|
|
3717
3717
|
"value": "0",
|
|
3718
3718
|
},
|
|
3719
|
-
|
|
3719
|
+
{
|
|
3720
3720
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3721
3721
|
"blockHash": null,
|
|
3722
3722
|
"blockHeight": 13800108,
|
|
3723
3723
|
"contract": undefined,
|
|
3724
|
-
"extra":
|
|
3724
|
+
"extra": {
|
|
3725
3725
|
"palletMethod": "balances.transferKeepAlive",
|
|
3726
3726
|
"transferAmount": "10800000",
|
|
3727
3727
|
"validatorStash": undefined,
|
|
@@ -3732,10 +3732,10 @@ Array [
|
|
|
3732
3732
|
"hash": "0xb968cf473d0803cb552c3f3d4624e808594125c48c2eb4deb31c1d778aa9ee31",
|
|
3733
3733
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xb968cf473d0803cb552c3f3d4624e808594125c48c2eb4deb31c1d778aa9ee31-IN",
|
|
3734
3734
|
"operator": undefined,
|
|
3735
|
-
"recipients":
|
|
3735
|
+
"recipients": [
|
|
3736
3736
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3737
3737
|
],
|
|
3738
|
-
"senders":
|
|
3738
|
+
"senders": [
|
|
3739
3739
|
"12kcG9SpgiaUHbpktq7mGfFnvdMsmk26d1RKQohdZFmv2Way",
|
|
3740
3740
|
],
|
|
3741
3741
|
"standard": undefined,
|
|
@@ -3743,12 +3743,12 @@ Array [
|
|
|
3743
3743
|
"type": "IN",
|
|
3744
3744
|
"value": "10800000",
|
|
3745
3745
|
},
|
|
3746
|
-
|
|
3746
|
+
{
|
|
3747
3747
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3748
3748
|
"blockHash": null,
|
|
3749
3749
|
"blockHeight": 2640489,
|
|
3750
3750
|
"contract": undefined,
|
|
3751
|
-
"extra":
|
|
3751
|
+
"extra": {
|
|
3752
3752
|
"palletMethod": "staking.Reward",
|
|
3753
3753
|
"validatorStash": "",
|
|
3754
3754
|
"validators": undefined,
|
|
@@ -3757,21 +3757,21 @@ Array [
|
|
|
3757
3757
|
"hash": "0xbc19b1b79ee947a09e91940d235b2d67e8784969fb900ae3e6ead83af977ab07",
|
|
3758
3758
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xbc19b1b79ee947a09e91940d235b2d67e8784969fb900ae3e6ead83af977ab07+25-REWARD_PAYOUT",
|
|
3759
3759
|
"operator": undefined,
|
|
3760
|
-
"recipients":
|
|
3760
|
+
"recipients": [
|
|
3761
3761
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3762
3762
|
],
|
|
3763
|
-
"senders":
|
|
3763
|
+
"senders": [],
|
|
3764
3764
|
"standard": undefined,
|
|
3765
3765
|
"tokenId": undefined,
|
|
3766
3766
|
"type": "REWARD_PAYOUT",
|
|
3767
3767
|
"value": "0",
|
|
3768
3768
|
},
|
|
3769
|
-
|
|
3769
|
+
{
|
|
3770
3770
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3771
3771
|
"blockHash": null,
|
|
3772
3772
|
"blockHeight": 5113329,
|
|
3773
3773
|
"contract": undefined,
|
|
3774
|
-
"extra":
|
|
3774
|
+
"extra": {
|
|
3775
3775
|
"palletMethod": "staking.Reward",
|
|
3776
3776
|
"validatorStash": "",
|
|
3777
3777
|
"validators": undefined,
|
|
@@ -3780,21 +3780,21 @@ Array [
|
|
|
3780
3780
|
"hash": "0xbd52781212cf3701e63ccf1797049cdb172088ca628a3f80a34e24f03adcf50a",
|
|
3781
3781
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xbd52781212cf3701e63ccf1797049cdb172088ca628a3f80a34e24f03adcf50a+119-REWARD_PAYOUT",
|
|
3782
3782
|
"operator": undefined,
|
|
3783
|
-
"recipients":
|
|
3783
|
+
"recipients": [
|
|
3784
3784
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3785
3785
|
],
|
|
3786
|
-
"senders":
|
|
3786
|
+
"senders": [],
|
|
3787
3787
|
"standard": undefined,
|
|
3788
3788
|
"tokenId": undefined,
|
|
3789
3789
|
"type": "REWARD_PAYOUT",
|
|
3790
3790
|
"value": "0",
|
|
3791
3791
|
},
|
|
3792
|
-
|
|
3792
|
+
{
|
|
3793
3793
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3794
3794
|
"blockHash": null,
|
|
3795
3795
|
"blockHeight": 5700885,
|
|
3796
3796
|
"contract": undefined,
|
|
3797
|
-
"extra":
|
|
3797
|
+
"extra": {
|
|
3798
3798
|
"palletMethod": "staking.Reward",
|
|
3799
3799
|
"validatorStash": "",
|
|
3800
3800
|
"validators": undefined,
|
|
@@ -3803,21 +3803,21 @@ Array [
|
|
|
3803
3803
|
"hash": "0xc02df63d9762cb1125e04e2cd84a82b1942ffe26345e46c8c3b1665b53a60421",
|
|
3804
3804
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xc02df63d9762cb1125e04e2cd84a82b1942ffe26345e46c8c3b1665b53a60421+394-REWARD_PAYOUT",
|
|
3805
3805
|
"operator": undefined,
|
|
3806
|
-
"recipients":
|
|
3806
|
+
"recipients": [
|
|
3807
3807
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3808
3808
|
],
|
|
3809
|
-
"senders":
|
|
3809
|
+
"senders": [],
|
|
3810
3810
|
"standard": undefined,
|
|
3811
3811
|
"tokenId": undefined,
|
|
3812
3812
|
"type": "REWARD_PAYOUT",
|
|
3813
3813
|
"value": "0",
|
|
3814
3814
|
},
|
|
3815
|
-
|
|
3815
|
+
{
|
|
3816
3816
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3817
3817
|
"blockHash": null,
|
|
3818
3818
|
"blockHeight": 5343451,
|
|
3819
3819
|
"contract": undefined,
|
|
3820
|
-
"extra":
|
|
3820
|
+
"extra": {
|
|
3821
3821
|
"palletMethod": "staking.Reward",
|
|
3822
3822
|
"validatorStash": "",
|
|
3823
3823
|
"validators": undefined,
|
|
@@ -3826,21 +3826,21 @@ Array [
|
|
|
3826
3826
|
"hash": "0xc14a50b71c907c7b9dcba0bf814fba0a41a0207f84de7ecd17bb00ccc00b27bd",
|
|
3827
3827
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xc14a50b71c907c7b9dcba0bf814fba0a41a0207f84de7ecd17bb00ccc00b27bd+24-REWARD_PAYOUT",
|
|
3828
3828
|
"operator": undefined,
|
|
3829
|
-
"recipients":
|
|
3829
|
+
"recipients": [
|
|
3830
3830
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3831
3831
|
],
|
|
3832
|
-
"senders":
|
|
3832
|
+
"senders": [],
|
|
3833
3833
|
"standard": undefined,
|
|
3834
3834
|
"tokenId": undefined,
|
|
3835
3835
|
"type": "REWARD_PAYOUT",
|
|
3836
3836
|
"value": "0",
|
|
3837
3837
|
},
|
|
3838
|
-
|
|
3838
|
+
{
|
|
3839
3839
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3840
3840
|
"blockHash": null,
|
|
3841
3841
|
"blockHeight": 5604578,
|
|
3842
3842
|
"contract": undefined,
|
|
3843
|
-
"extra":
|
|
3843
|
+
"extra": {
|
|
3844
3844
|
"palletMethod": "staking.Reward",
|
|
3845
3845
|
"validatorStash": "",
|
|
3846
3846
|
"validators": undefined,
|
|
@@ -3849,21 +3849,21 @@ Array [
|
|
|
3849
3849
|
"hash": "0xc198fa023d603b7ecb00bf1237ce6ab50743b0336b6d9e8f93673c808aaaeba6",
|
|
3850
3850
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xc198fa023d603b7ecb00bf1237ce6ab50743b0336b6d9e8f93673c808aaaeba6+101-REWARD_PAYOUT",
|
|
3851
3851
|
"operator": undefined,
|
|
3852
|
-
"recipients":
|
|
3852
|
+
"recipients": [
|
|
3853
3853
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3854
3854
|
],
|
|
3855
|
-
"senders":
|
|
3855
|
+
"senders": [],
|
|
3856
3856
|
"standard": undefined,
|
|
3857
3857
|
"tokenId": undefined,
|
|
3858
3858
|
"type": "REWARD_PAYOUT",
|
|
3859
3859
|
"value": "0",
|
|
3860
3860
|
},
|
|
3861
|
-
|
|
3861
|
+
{
|
|
3862
3862
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3863
3863
|
"blockHash": null,
|
|
3864
3864
|
"blockHeight": 5113322,
|
|
3865
3865
|
"contract": undefined,
|
|
3866
|
-
"extra":
|
|
3866
|
+
"extra": {
|
|
3867
3867
|
"palletMethod": "staking.Reward",
|
|
3868
3868
|
"validatorStash": "",
|
|
3869
3869
|
"validators": undefined,
|
|
@@ -3872,21 +3872,21 @@ Array [
|
|
|
3872
3872
|
"hash": "0xc628539bdb019f075f775637853269fb0abe204075342ccfd5a2285437f48eab",
|
|
3873
3873
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xc628539bdb019f075f775637853269fb0abe204075342ccfd5a2285437f48eab+33-REWARD_PAYOUT",
|
|
3874
3874
|
"operator": undefined,
|
|
3875
|
-
"recipients":
|
|
3875
|
+
"recipients": [
|
|
3876
3876
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3877
3877
|
],
|
|
3878
|
-
"senders":
|
|
3878
|
+
"senders": [],
|
|
3879
3879
|
"standard": undefined,
|
|
3880
3880
|
"tokenId": undefined,
|
|
3881
3881
|
"type": "REWARD_PAYOUT",
|
|
3882
3882
|
"value": "0",
|
|
3883
3883
|
},
|
|
3884
|
-
|
|
3884
|
+
{
|
|
3885
3885
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3886
3886
|
"blockHash": null,
|
|
3887
3887
|
"blockHeight": 5514443,
|
|
3888
3888
|
"contract": undefined,
|
|
3889
|
-
"extra":
|
|
3889
|
+
"extra": {
|
|
3890
3890
|
"palletMethod": "staking.Reward",
|
|
3891
3891
|
"validatorStash": "",
|
|
3892
3892
|
"validators": undefined,
|
|
@@ -3895,21 +3895,21 @@ Array [
|
|
|
3895
3895
|
"hash": "0xc6aedb4bdb956f37b761f90c6fcc565d2f1f1ffabcdee2f5d581d53177ae9b35",
|
|
3896
3896
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xc6aedb4bdb956f37b761f90c6fcc565d2f1f1ffabcdee2f5d581d53177ae9b35+201-REWARD_PAYOUT",
|
|
3897
3897
|
"operator": undefined,
|
|
3898
|
-
"recipients":
|
|
3898
|
+
"recipients": [
|
|
3899
3899
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3900
3900
|
],
|
|
3901
|
-
"senders":
|
|
3901
|
+
"senders": [],
|
|
3902
3902
|
"standard": undefined,
|
|
3903
3903
|
"tokenId": undefined,
|
|
3904
3904
|
"type": "REWARD_PAYOUT",
|
|
3905
3905
|
"value": "0",
|
|
3906
3906
|
},
|
|
3907
|
-
|
|
3907
|
+
{
|
|
3908
3908
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3909
3909
|
"blockHash": null,
|
|
3910
3910
|
"blockHeight": 5014348,
|
|
3911
3911
|
"contract": undefined,
|
|
3912
|
-
"extra":
|
|
3912
|
+
"extra": {
|
|
3913
3913
|
"palletMethod": "staking.Reward",
|
|
3914
3914
|
"validatorStash": "",
|
|
3915
3915
|
"validators": undefined,
|
|
@@ -3918,21 +3918,21 @@ Array [
|
|
|
3918
3918
|
"hash": "0xcbc4969373ef71a6f0b9ee7d907882299b183c39d50ee6cb5de4230d296b80a5",
|
|
3919
3919
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xcbc4969373ef71a6f0b9ee7d907882299b183c39d50ee6cb5de4230d296b80a5+327-REWARD_PAYOUT",
|
|
3920
3920
|
"operator": undefined,
|
|
3921
|
-
"recipients":
|
|
3921
|
+
"recipients": [
|
|
3922
3922
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3923
3923
|
],
|
|
3924
|
-
"senders":
|
|
3924
|
+
"senders": [],
|
|
3925
3925
|
"standard": undefined,
|
|
3926
3926
|
"tokenId": undefined,
|
|
3927
3927
|
"type": "REWARD_PAYOUT",
|
|
3928
3928
|
"value": "0",
|
|
3929
3929
|
},
|
|
3930
|
-
|
|
3930
|
+
{
|
|
3931
3931
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3932
3932
|
"blockHash": null,
|
|
3933
3933
|
"blockHeight": 2569486,
|
|
3934
3934
|
"contract": undefined,
|
|
3935
|
-
"extra":
|
|
3935
|
+
"extra": {
|
|
3936
3936
|
"palletMethod": "staking.Reward",
|
|
3937
3937
|
"validatorStash": "",
|
|
3938
3938
|
"validators": undefined,
|
|
@@ -3941,21 +3941,21 @@ Array [
|
|
|
3941
3941
|
"hash": "0xccd84e23c3140ebd0445ccbbf2559cd1d7a899f55e5daf163a290fee4eb4e269",
|
|
3942
3942
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xccd84e23c3140ebd0445ccbbf2559cd1d7a899f55e5daf163a290fee4eb4e269+82-REWARD_PAYOUT",
|
|
3943
3943
|
"operator": undefined,
|
|
3944
|
-
"recipients":
|
|
3944
|
+
"recipients": [
|
|
3945
3945
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3946
3946
|
],
|
|
3947
|
-
"senders":
|
|
3947
|
+
"senders": [],
|
|
3948
3948
|
"standard": undefined,
|
|
3949
3949
|
"tokenId": undefined,
|
|
3950
3950
|
"type": "REWARD_PAYOUT",
|
|
3951
3951
|
"value": "0",
|
|
3952
3952
|
},
|
|
3953
|
-
|
|
3953
|
+
{
|
|
3954
3954
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3955
3955
|
"blockHash": null,
|
|
3956
3956
|
"blockHeight": 5700880,
|
|
3957
3957
|
"contract": undefined,
|
|
3958
|
-
"extra":
|
|
3958
|
+
"extra": {
|
|
3959
3959
|
"palletMethod": "staking.Reward",
|
|
3960
3960
|
"validatorStash": "",
|
|
3961
3961
|
"validators": undefined,
|
|
@@ -3964,21 +3964,21 @@ Array [
|
|
|
3964
3964
|
"hash": "0xd000618b19e329094e48509e621304fe578bbe8d81010a7fbf1335bbb37173fb",
|
|
3965
3965
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xd000618b19e329094e48509e621304fe578bbe8d81010a7fbf1335bbb37173fb+107-REWARD_PAYOUT",
|
|
3966
3966
|
"operator": undefined,
|
|
3967
|
-
"recipients":
|
|
3967
|
+
"recipients": [
|
|
3968
3968
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3969
3969
|
],
|
|
3970
|
-
"senders":
|
|
3970
|
+
"senders": [],
|
|
3971
3971
|
"standard": undefined,
|
|
3972
3972
|
"tokenId": undefined,
|
|
3973
3973
|
"type": "REWARD_PAYOUT",
|
|
3974
3974
|
"value": "0",
|
|
3975
3975
|
},
|
|
3976
|
-
|
|
3976
|
+
{
|
|
3977
3977
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
3978
3978
|
"blockHash": null,
|
|
3979
3979
|
"blockHeight": 5213868,
|
|
3980
3980
|
"contract": undefined,
|
|
3981
|
-
"extra":
|
|
3981
|
+
"extra": {
|
|
3982
3982
|
"palletMethod": "staking.Reward",
|
|
3983
3983
|
"validatorStash": "",
|
|
3984
3984
|
"validators": undefined,
|
|
@@ -3987,21 +3987,21 @@ Array [
|
|
|
3987
3987
|
"hash": "0xd4d8054feb8e13abde51b8145fbde9781c0c5c3dec41d6e28fd41c46220e7652",
|
|
3988
3988
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xd4d8054feb8e13abde51b8145fbde9781c0c5c3dec41d6e28fd41c46220e7652+741-REWARD_PAYOUT",
|
|
3989
3989
|
"operator": undefined,
|
|
3990
|
-
"recipients":
|
|
3990
|
+
"recipients": [
|
|
3991
3991
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
3992
3992
|
],
|
|
3993
|
-
"senders":
|
|
3993
|
+
"senders": [],
|
|
3994
3994
|
"standard": undefined,
|
|
3995
3995
|
"tokenId": undefined,
|
|
3996
3996
|
"type": "REWARD_PAYOUT",
|
|
3997
3997
|
"value": "0",
|
|
3998
3998
|
},
|
|
3999
|
-
|
|
3999
|
+
{
|
|
4000
4000
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
4001
4001
|
"blockHash": null,
|
|
4002
4002
|
"blockHeight": 2895323,
|
|
4003
4003
|
"contract": undefined,
|
|
4004
|
-
"extra":
|
|
4004
|
+
"extra": {
|
|
4005
4005
|
"palletMethod": "balances.transferKeepAlive",
|
|
4006
4006
|
"transferAmount": "16725125817",
|
|
4007
4007
|
"validatorStash": undefined,
|
|
@@ -4012,10 +4012,10 @@ Array [
|
|
|
4012
4012
|
"hash": "0xd59694ef8f7883f33f7ac1e6d74977c09ddaef03cd527dc239f31cd58a0bcfd7",
|
|
4013
4013
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xd59694ef8f7883f33f7ac1e6d74977c09ddaef03cd527dc239f31cd58a0bcfd7-OUT",
|
|
4014
4014
|
"operator": undefined,
|
|
4015
|
-
"recipients":
|
|
4015
|
+
"recipients": [
|
|
4016
4016
|
"13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9",
|
|
4017
4017
|
],
|
|
4018
|
-
"senders":
|
|
4018
|
+
"senders": [
|
|
4019
4019
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
4020
4020
|
],
|
|
4021
4021
|
"standard": undefined,
|
|
@@ -4024,12 +4024,12 @@ Array [
|
|
|
4024
4024
|
"type": "OUT",
|
|
4025
4025
|
"value": "16879125817",
|
|
4026
4026
|
},
|
|
4027
|
-
|
|
4027
|
+
{
|
|
4028
4028
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
4029
4029
|
"blockHash": null,
|
|
4030
4030
|
"blockHeight": 5604580,
|
|
4031
4031
|
"contract": undefined,
|
|
4032
|
-
"extra":
|
|
4032
|
+
"extra": {
|
|
4033
4033
|
"palletMethod": "staking.Reward",
|
|
4034
4034
|
"validatorStash": "",
|
|
4035
4035
|
"validators": undefined,
|
|
@@ -4038,21 +4038,21 @@ Array [
|
|
|
4038
4038
|
"hash": "0xdc664527fe3d35dac4a44e3c98dd87b7ba1b4e1cb5b41d6afef5909b12613781",
|
|
4039
4039
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xdc664527fe3d35dac4a44e3c98dd87b7ba1b4e1cb5b41d6afef5909b12613781+135-REWARD_PAYOUT",
|
|
4040
4040
|
"operator": undefined,
|
|
4041
|
-
"recipients":
|
|
4041
|
+
"recipients": [
|
|
4042
4042
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
4043
4043
|
],
|
|
4044
|
-
"senders":
|
|
4044
|
+
"senders": [],
|
|
4045
4045
|
"standard": undefined,
|
|
4046
4046
|
"tokenId": undefined,
|
|
4047
4047
|
"type": "REWARD_PAYOUT",
|
|
4048
4048
|
"value": "0",
|
|
4049
4049
|
},
|
|
4050
|
-
|
|
4050
|
+
{
|
|
4051
4051
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
4052
4052
|
"blockHash": null,
|
|
4053
4053
|
"blockHeight": 5014392,
|
|
4054
4054
|
"contract": undefined,
|
|
4055
|
-
"extra":
|
|
4055
|
+
"extra": {
|
|
4056
4056
|
"palletMethod": "staking.Reward",
|
|
4057
4057
|
"validatorStash": "",
|
|
4058
4058
|
"validators": undefined,
|
|
@@ -4061,21 +4061,21 @@ Array [
|
|
|
4061
4061
|
"hash": "0xe6f02ccf527874da0ea4c0b1583c248dfcebcdba991241d44dee4c04f6a8370f",
|
|
4062
4062
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xe6f02ccf527874da0ea4c0b1583c248dfcebcdba991241d44dee4c04f6a8370f+112-REWARD_PAYOUT",
|
|
4063
4063
|
"operator": undefined,
|
|
4064
|
-
"recipients":
|
|
4064
|
+
"recipients": [
|
|
4065
4065
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
4066
4066
|
],
|
|
4067
|
-
"senders":
|
|
4067
|
+
"senders": [],
|
|
4068
4068
|
"standard": undefined,
|
|
4069
4069
|
"tokenId": undefined,
|
|
4070
4070
|
"type": "REWARD_PAYOUT",
|
|
4071
4071
|
"value": "0",
|
|
4072
4072
|
},
|
|
4073
|
-
|
|
4073
|
+
{
|
|
4074
4074
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
4075
4075
|
"blockHash": null,
|
|
4076
4076
|
"blockHeight": 2595192,
|
|
4077
4077
|
"contract": undefined,
|
|
4078
|
-
"extra":
|
|
4078
|
+
"extra": {
|
|
4079
4079
|
"palletMethod": "staking.Reward",
|
|
4080
4080
|
"validatorStash": "",
|
|
4081
4081
|
"validators": undefined,
|
|
@@ -4084,21 +4084,21 @@ Array [
|
|
|
4084
4084
|
"hash": "0xee1f4251ff8b4ebab202def38f76dc4d97388f341c54207f9c3859fd45c0f236",
|
|
4085
4085
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xee1f4251ff8b4ebab202def38f76dc4d97388f341c54207f9c3859fd45c0f236+7-REWARD_PAYOUT",
|
|
4086
4086
|
"operator": undefined,
|
|
4087
|
-
"recipients":
|
|
4087
|
+
"recipients": [
|
|
4088
4088
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
4089
4089
|
],
|
|
4090
|
-
"senders":
|
|
4090
|
+
"senders": [],
|
|
4091
4091
|
"standard": undefined,
|
|
4092
4092
|
"tokenId": undefined,
|
|
4093
4093
|
"type": "REWARD_PAYOUT",
|
|
4094
4094
|
"value": "3900414",
|
|
4095
4095
|
},
|
|
4096
|
-
|
|
4096
|
+
{
|
|
4097
4097
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
4098
4098
|
"blockHash": null,
|
|
4099
4099
|
"blockHeight": 5113307,
|
|
4100
4100
|
"contract": undefined,
|
|
4101
|
-
"extra":
|
|
4101
|
+
"extra": {
|
|
4102
4102
|
"palletMethod": "staking.Reward",
|
|
4103
4103
|
"validatorStash": "",
|
|
4104
4104
|
"validators": undefined,
|
|
@@ -4107,21 +4107,21 @@ Array [
|
|
|
4107
4107
|
"hash": "0xeeae9ffaa7f54e8fc622b8ff5b803596b8e5f0f00a880c4d8f37cf303ec0fdf2",
|
|
4108
4108
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xeeae9ffaa7f54e8fc622b8ff5b803596b8e5f0f00a880c4d8f37cf303ec0fdf2+86-REWARD_PAYOUT",
|
|
4109
4109
|
"operator": undefined,
|
|
4110
|
-
"recipients":
|
|
4110
|
+
"recipients": [
|
|
4111
4111
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
4112
4112
|
],
|
|
4113
|
-
"senders":
|
|
4113
|
+
"senders": [],
|
|
4114
4114
|
"standard": undefined,
|
|
4115
4115
|
"tokenId": undefined,
|
|
4116
4116
|
"type": "REWARD_PAYOUT",
|
|
4117
4117
|
"value": "0",
|
|
4118
4118
|
},
|
|
4119
|
-
|
|
4119
|
+
{
|
|
4120
4120
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
4121
4121
|
"blockHash": null,
|
|
4122
4122
|
"blockHeight": 4802733,
|
|
4123
4123
|
"contract": undefined,
|
|
4124
|
-
"extra":
|
|
4124
|
+
"extra": {
|
|
4125
4125
|
"palletMethod": "balances.transferKeepAlive",
|
|
4126
4126
|
"transferAmount": "10000000000",
|
|
4127
4127
|
"validatorStash": undefined,
|
|
@@ -4132,10 +4132,10 @@ Array [
|
|
|
4132
4132
|
"hash": "0xf032ad2506c6cdab2e7d963bbb76eb6273515a6c9d97b6b10eac640f4634ebdc",
|
|
4133
4133
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xf032ad2506c6cdab2e7d963bbb76eb6273515a6c9d97b6b10eac640f4634ebdc-IN",
|
|
4134
4134
|
"operator": undefined,
|
|
4135
|
-
"recipients":
|
|
4135
|
+
"recipients": [
|
|
4136
4136
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
4137
4137
|
],
|
|
4138
|
-
"senders":
|
|
4138
|
+
"senders": [
|
|
4139
4139
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
4140
4140
|
],
|
|
4141
4141
|
"standard": undefined,
|
|
@@ -4143,12 +4143,12 @@ Array [
|
|
|
4143
4143
|
"type": "IN",
|
|
4144
4144
|
"value": "10000000000",
|
|
4145
4145
|
},
|
|
4146
|
-
|
|
4146
|
+
{
|
|
4147
4147
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
4148
4148
|
"blockHash": null,
|
|
4149
4149
|
"blockHeight": 2521716,
|
|
4150
4150
|
"contract": undefined,
|
|
4151
|
-
"extra":
|
|
4151
|
+
"extra": {
|
|
4152
4152
|
"bondedAmount": "12345600000",
|
|
4153
4153
|
"palletMethod": "staking.bond",
|
|
4154
4154
|
"validatorStash": undefined,
|
|
@@ -4159,10 +4159,10 @@ Array [
|
|
|
4159
4159
|
"hash": "0xf133651143497c2f625fddf3e687c51ed24dcb36b2283a9a2aa75c3522377300",
|
|
4160
4160
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xf133651143497c2f625fddf3e687c51ed24dcb36b2283a9a2aa75c3522377300-BOND",
|
|
4161
4161
|
"operator": undefined,
|
|
4162
|
-
"recipients":
|
|
4162
|
+
"recipients": [
|
|
4163
4163
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
4164
4164
|
],
|
|
4165
|
-
"senders":
|
|
4165
|
+
"senders": [
|
|
4166
4166
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
4167
4167
|
],
|
|
4168
4168
|
"standard": undefined,
|
|
@@ -4171,12 +4171,12 @@ Array [
|
|
|
4171
4171
|
"type": "BOND",
|
|
4172
4172
|
"value": "155000000",
|
|
4173
4173
|
},
|
|
4174
|
-
|
|
4174
|
+
{
|
|
4175
4175
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
4176
4176
|
"blockHash": null,
|
|
4177
4177
|
"blockHeight": 5417328,
|
|
4178
4178
|
"contract": undefined,
|
|
4179
|
-
"extra":
|
|
4179
|
+
"extra": {
|
|
4180
4180
|
"palletMethod": "staking.Reward",
|
|
4181
4181
|
"validatorStash": "",
|
|
4182
4182
|
"validators": undefined,
|
|
@@ -4185,21 +4185,21 @@ Array [
|
|
|
4185
4185
|
"hash": "0xf5a34ed30a57c234e0770d2c05863e8f2d266aa846c543dbebf907ce175bac00",
|
|
4186
4186
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xf5a34ed30a57c234e0770d2c05863e8f2d266aa846c543dbebf907ce175bac00+306-REWARD_PAYOUT",
|
|
4187
4187
|
"operator": undefined,
|
|
4188
|
-
"recipients":
|
|
4188
|
+
"recipients": [
|
|
4189
4189
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
4190
4190
|
],
|
|
4191
|
-
"senders":
|
|
4191
|
+
"senders": [],
|
|
4192
4192
|
"standard": undefined,
|
|
4193
4193
|
"tokenId": undefined,
|
|
4194
4194
|
"type": "REWARD_PAYOUT",
|
|
4195
4195
|
"value": "0",
|
|
4196
4196
|
},
|
|
4197
|
-
|
|
4197
|
+
{
|
|
4198
4198
|
"accountId": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44",
|
|
4199
4199
|
"blockHash": null,
|
|
4200
4200
|
"blockHeight": 5303914,
|
|
4201
4201
|
"contract": undefined,
|
|
4202
|
-
"extra":
|
|
4202
|
+
"extra": {
|
|
4203
4203
|
"palletMethod": "staking.Reward",
|
|
4204
4204
|
"validatorStash": "",
|
|
4205
4205
|
"validators": undefined,
|
|
@@ -4208,23 +4208,23 @@ Array [
|
|
|
4208
4208
|
"hash": "0xfdd97f6c4b9ea2d319dc2c712e5a9a4c981497b9e7a21aa21bb3d54d88ed061e",
|
|
4209
4209
|
"id": "js:2:polkadot:12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds:polkadotbip44-0xfdd97f6c4b9ea2d319dc2c712e5a9a4c981497b9e7a21aa21bb3d54d88ed061e+221-REWARD_PAYOUT",
|
|
4210
4210
|
"operator": undefined,
|
|
4211
|
-
"recipients":
|
|
4211
|
+
"recipients": [
|
|
4212
4212
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
4213
4213
|
],
|
|
4214
|
-
"senders":
|
|
4214
|
+
"senders": [],
|
|
4215
4215
|
"standard": undefined,
|
|
4216
4216
|
"tokenId": undefined,
|
|
4217
4217
|
"type": "REWARD_PAYOUT",
|
|
4218
4218
|
"value": "0",
|
|
4219
4219
|
},
|
|
4220
4220
|
],
|
|
4221
|
-
|
|
4222
|
-
|
|
4221
|
+
[
|
|
4222
|
+
{
|
|
4223
4223
|
"accountId": "js:2:polkadot:13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9:polkadotbip44",
|
|
4224
4224
|
"blockHash": null,
|
|
4225
4225
|
"blockHeight": 2997990,
|
|
4226
4226
|
"contract": undefined,
|
|
4227
|
-
"extra":
|
|
4227
|
+
"extra": {
|
|
4228
4228
|
"palletMethod": "balances.transferKeepAlive",
|
|
4229
4229
|
"transferAmount": "12345000000",
|
|
4230
4230
|
"validatorStash": undefined,
|
|
@@ -4235,10 +4235,10 @@ Array [
|
|
|
4235
4235
|
"hash": "0x352776dc1684bd3d7547141bfed14242870c1da5b2645a680fe91f5f57752c7d",
|
|
4236
4236
|
"id": "js:2:polkadot:13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9:polkadotbip44-0x352776dc1684bd3d7547141bfed14242870c1da5b2645a680fe91f5f57752c7d-IN",
|
|
4237
4237
|
"operator": undefined,
|
|
4238
|
-
"recipients":
|
|
4238
|
+
"recipients": [
|
|
4239
4239
|
"13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9",
|
|
4240
4240
|
],
|
|
4241
|
-
"senders":
|
|
4241
|
+
"senders": [
|
|
4242
4242
|
"13zVX83ztWY9DmiutFRW87Bbgkbv1Qp1fcfpoJidbdHwk35d",
|
|
4243
4243
|
],
|
|
4244
4244
|
"standard": undefined,
|
|
@@ -4246,12 +4246,12 @@ Array [
|
|
|
4246
4246
|
"type": "IN",
|
|
4247
4247
|
"value": "12345000000",
|
|
4248
4248
|
},
|
|
4249
|
-
|
|
4249
|
+
{
|
|
4250
4250
|
"accountId": "js:2:polkadot:13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9:polkadotbip44",
|
|
4251
4251
|
"blockHash": null,
|
|
4252
4252
|
"blockHeight": 15079412,
|
|
4253
4253
|
"contract": undefined,
|
|
4254
|
-
"extra":
|
|
4254
|
+
"extra": {
|
|
4255
4255
|
"palletMethod": "balances.transfer",
|
|
4256
4256
|
"transferAmount": "28912590838",
|
|
4257
4257
|
"validatorStash": undefined,
|
|
@@ -4262,10 +4262,10 @@ Array [
|
|
|
4262
4262
|
"hash": "0xc64c5c9deecd6e07b670d0ae2fbdefd777142430906b6a1f121bc45bf017b323",
|
|
4263
4263
|
"id": "js:2:polkadot:13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9:polkadotbip44-0xc64c5c9deecd6e07b670d0ae2fbdefd777142430906b6a1f121bc45bf017b323-OUT",
|
|
4264
4264
|
"operator": undefined,
|
|
4265
|
-
"recipients":
|
|
4265
|
+
"recipients": [
|
|
4266
4266
|
"1jKT8nXzUqfnATqAJhYVppUXNEfWFGPEdurjGRzdyPUxaKW",
|
|
4267
4267
|
],
|
|
4268
|
-
"senders":
|
|
4268
|
+
"senders": [
|
|
4269
4269
|
"13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9",
|
|
4270
4270
|
],
|
|
4271
4271
|
"standard": undefined,
|
|
@@ -4274,12 +4274,12 @@ Array [
|
|
|
4274
4274
|
"type": "OUT",
|
|
4275
4275
|
"value": "29070125817",
|
|
4276
4276
|
},
|
|
4277
|
-
|
|
4277
|
+
{
|
|
4278
4278
|
"accountId": "js:2:polkadot:13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9:polkadotbip44",
|
|
4279
4279
|
"blockHash": null,
|
|
4280
4280
|
"blockHeight": 2895323,
|
|
4281
4281
|
"contract": undefined,
|
|
4282
|
-
"extra":
|
|
4282
|
+
"extra": {
|
|
4283
4283
|
"palletMethod": "balances.transferKeepAlive",
|
|
4284
4284
|
"transferAmount": "16725125817",
|
|
4285
4285
|
"validatorStash": undefined,
|
|
@@ -4290,10 +4290,10 @@ Array [
|
|
|
4290
4290
|
"hash": "0xd59694ef8f7883f33f7ac1e6d74977c09ddaef03cd527dc239f31cd58a0bcfd7",
|
|
4291
4291
|
"id": "js:2:polkadot:13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9:polkadotbip44-0xd59694ef8f7883f33f7ac1e6d74977c09ddaef03cd527dc239f31cd58a0bcfd7-IN",
|
|
4292
4292
|
"operator": undefined,
|
|
4293
|
-
"recipients":
|
|
4293
|
+
"recipients": [
|
|
4294
4294
|
"13rdR5srvWF53VkNeJuz5WkGkG6FSXQQA7ZB5QBGig4ATCs9",
|
|
4295
4295
|
],
|
|
4296
|
-
"senders":
|
|
4296
|
+
"senders": [
|
|
4297
4297
|
"12KUB3Rr4ac4di5JGpzTY5GNQkDVNkPUkcj2MGFTmzazMSds",
|
|
4298
4298
|
],
|
|
4299
4299
|
"standard": undefined,
|
|
@@ -4302,6 +4302,6 @@ Array [
|
|
|
4302
4302
|
"value": "16725125817",
|
|
4303
4303
|
},
|
|
4304
4304
|
],
|
|
4305
|
-
|
|
4305
|
+
[],
|
|
4306
4306
|
]
|
|
4307
4307
|
`;
|