@ledgerhq/live-common 22.0.3 → 22.2.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/README.md +19 -19
- package/lib/__tests__/families/bitcoin/wallet-btc/utils.test.js +5 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/utils.test.js.map +1 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/wallet.estimateMaxSpendable.test.js +5 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/wallet.estimateMaxSpendable.test.js.map +1 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.pickingStrategies.integration.test.js +5 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.pickingStrategies.integration.test.js.map +1 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.reorg.integration.test.js +5 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.reorg.integration.test.js.map +1 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.syncing.integration.test.js +5 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.syncing.integration.test.js.map +1 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.NP2WPKH.integration.test.js +5 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.NP2WPKH.integration.test.js.map +1 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.P2WPKH.integration.test.js +5 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.P2WPKH.integration.test.js.map +1 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.dogecoin.test.d.ts +2 -0
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.dogecoin.test.d.ts.map +1 -0
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.dogecoin.test.js +147 -0
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.dogecoin.test.js.map +1 -0
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.integration.test.js +5 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.integration.test.js.map +1 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.litecoin.test.js +5 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.txs.litecoin.test.js.map +1 -1
- package/lib/__tests__/service-status/index.js +5 -1
- package/lib/__tests__/service-status/index.js.map +1 -1
- package/lib/__tests__/test-helpers/setup.js +2 -1
- package/lib/__tests__/test-helpers/setup.js.map +1 -1
- package/lib/account/index.js +5 -1
- package/lib/account/index.js.map +1 -1
- package/lib/account/pending.d.ts +1 -1
- package/lib/api/Manager.d.ts.map +1 -1
- package/lib/api/Manager.js +1 -1
- package/lib/api/Manager.js.map +1 -1
- package/lib/api/Ripple.d.ts +17 -21
- package/lib/api/Ripple.d.ts.map +1 -1
- package/lib/api/Ripple.js +117 -176
- package/lib/api/Ripple.js.map +1 -1
- package/lib/api/index.d.ts.map +1 -1
- package/lib/api/index.js +1 -5
- package/lib/api/index.js.map +1 -1
- package/lib/appSupportsQuitApp.d.ts.map +1 -1
- package/lib/appSupportsQuitApp.js +1 -1
- package/lib/appSupportsQuitApp.js.map +1 -1
- package/lib/apps/hw.js +5 -1
- package/lib/apps/hw.js.map +1 -1
- package/lib/apps/index.js +5 -1
- package/lib/apps/index.js.map +1 -1
- package/lib/apps/logic.js +1 -1
- package/lib/apps/logic.js.map +1 -1
- package/lib/apps/support.js +2 -2
- package/lib/apps/support.js.map +1 -1
- package/lib/bot/index.d.ts.map +1 -1
- package/lib/bot/index.js +57 -92
- package/lib/bot/index.js.map +1 -1
- package/lib/bridge/index.js +5 -1
- package/lib/bridge/index.js.map +1 -1
- package/lib/bridge/react/BridgeSync.js +5 -1
- package/lib/bridge/react/BridgeSync.js.map +1 -1
- package/lib/bridge/react/context.js +5 -1
- package/lib/bridge/react/context.js.map +1 -1
- package/lib/bridge/react/index.js +5 -1
- package/lib/bridge/react/index.js.map +1 -1
- package/lib/countervalues/react.js +5 -1
- package/lib/countervalues/react.js.map +1 -1
- package/lib/cross.d.ts.map +1 -1
- package/lib/cross.js +2 -1
- package/lib/cross.js.map +1 -1
- package/lib/currencies/index.js +5 -1
- package/lib/currencies/index.js.map +1 -1
- package/lib/data/flags/react/frFlag.d.ts.map +1 -1
- package/lib/data/flags/react/frFlag.js +6 -1
- package/lib/data/flags/react/frFlag.js.map +1 -1
- package/lib/data/flags/react/index.js +5 -1
- package/lib/data/flags/react/index.js.map +1 -1
- package/lib/data/flags/react/jpFlag.d.ts.map +1 -1
- package/lib/data/flags/react/jpFlag.js +6 -1
- package/lib/data/flags/react/jpFlag.js.map +1 -1
- package/lib/data/flags/react/usFlag.d.ts.map +1 -1
- package/lib/data/flags/react/usFlag.js +6 -1
- package/lib/data/flags/react/usFlag.js.map +1 -1
- package/lib/data/flags/reactNative/frFlag.d.ts.map +1 -1
- package/lib/data/flags/reactNative/frFlag.js +6 -1
- package/lib/data/flags/reactNative/frFlag.js.map +1 -1
- package/lib/data/flags/reactNative/index.js +5 -1
- package/lib/data/flags/reactNative/index.js.map +1 -1
- package/lib/data/flags/reactNative/jpFlag.d.ts.map +1 -1
- package/lib/data/flags/reactNative/jpFlag.js +6 -1
- package/lib/data/flags/reactNative/jpFlag.js.map +1 -1
- package/lib/data/flags/reactNative/usFlag.d.ts.map +1 -1
- package/lib/data/flags/reactNative/usFlag.js +6 -1
- package/lib/data/flags/reactNative/usFlag.js.map +1 -1
- package/lib/data/icons/react/_0Xbtc.d.ts.map +1 -1
- package/lib/data/icons/react/_0Xbtc.js +6 -1
- package/lib/data/icons/react/_0Xbtc.js.map +1 -1
- package/lib/data/icons/react/_2Give.d.ts.map +1 -1
- package/lib/data/icons/react/_2Give.js +6 -1
- package/lib/data/icons/react/_2Give.js.map +1 -1
- package/lib/data/icons/react/abt.d.ts.map +1 -1
- package/lib/data/icons/react/abt.js +6 -1
- package/lib/data/icons/react/abt.js.map +1 -1
- package/lib/data/icons/react/act.d.ts.map +1 -1
- package/lib/data/icons/react/act.js +6 -1
- package/lib/data/icons/react/act.js.map +1 -1
- package/lib/data/icons/react/actn.d.ts.map +1 -1
- package/lib/data/icons/react/actn.js +6 -1
- package/lib/data/icons/react/actn.js.map +1 -1
- package/lib/data/icons/react/ada.d.ts.map +1 -1
- package/lib/data/icons/react/ada.js +6 -1
- package/lib/data/icons/react/ada.js.map +1 -1
- package/lib/data/icons/react/add.d.ts.map +1 -1
- package/lib/data/icons/react/add.js +6 -1
- package/lib/data/icons/react/add.js.map +1 -1
- package/lib/data/icons/react/adx.d.ts.map +1 -1
- package/lib/data/icons/react/adx.js +6 -1
- package/lib/data/icons/react/adx.js.map +1 -1
- package/lib/data/icons/react/ae.d.ts.map +1 -1
- package/lib/data/icons/react/ae.js +6 -1
- package/lib/data/icons/react/ae.js.map +1 -1
- package/lib/data/icons/react/aeon.d.ts.map +1 -1
- package/lib/data/icons/react/aeon.js +6 -1
- package/lib/data/icons/react/aeon.js.map +1 -1
- package/lib/data/icons/react/agi.d.ts.map +1 -1
- package/lib/data/icons/react/agi.js +6 -1
- package/lib/data/icons/react/agi.js.map +1 -1
- package/lib/data/icons/react/agrs.d.ts.map +1 -1
- package/lib/data/icons/react/agrs.js +6 -1
- package/lib/data/icons/react/agrs.js.map +1 -1
- package/lib/data/icons/react/aion.d.ts.map +1 -1
- package/lib/data/icons/react/aion.js +6 -1
- package/lib/data/icons/react/aion.js.map +1 -1
- package/lib/data/icons/react/algo.d.ts.map +1 -1
- package/lib/data/icons/react/algo.js +6 -1
- package/lib/data/icons/react/algo.js.map +1 -1
- package/lib/data/icons/react/amb.d.ts.map +1 -1
- package/lib/data/icons/react/amb.js +6 -1
- package/lib/data/icons/react/amb.js.map +1 -1
- package/lib/data/icons/react/amp.d.ts.map +1 -1
- package/lib/data/icons/react/amp.js +6 -1
- package/lib/data/icons/react/amp.js.map +1 -1
- package/lib/data/icons/react/ampl.d.ts.map +1 -1
- package/lib/data/icons/react/ampl.js +6 -1
- package/lib/data/icons/react/ampl.js.map +1 -1
- package/lib/data/icons/react/ant.d.ts.map +1 -1
- package/lib/data/icons/react/ant.js +6 -1
- package/lib/data/icons/react/ant.js.map +1 -1
- package/lib/data/icons/react/apex.d.ts.map +1 -1
- package/lib/data/icons/react/apex.js +6 -1
- package/lib/data/icons/react/apex.js.map +1 -1
- package/lib/data/icons/react/appc.d.ts.map +1 -1
- package/lib/data/icons/react/appc.js +6 -1
- package/lib/data/icons/react/appc.js.map +1 -1
- package/lib/data/icons/react/ardr.d.ts.map +1 -1
- package/lib/data/icons/react/ardr.js +6 -1
- package/lib/data/icons/react/ardr.js.map +1 -1
- package/lib/data/icons/react/arg.d.ts.map +1 -1
- package/lib/data/icons/react/arg.js +6 -1
- package/lib/data/icons/react/arg.js.map +1 -1
- package/lib/data/icons/react/ark.d.ts.map +1 -1
- package/lib/data/icons/react/ark.js +6 -1
- package/lib/data/icons/react/ark.js.map +1 -1
- package/lib/data/icons/react/arn.d.ts.map +1 -1
- package/lib/data/icons/react/arn.js +6 -1
- package/lib/data/icons/react/arn.js.map +1 -1
- package/lib/data/icons/react/arnx.d.ts.map +1 -1
- package/lib/data/icons/react/arnx.js +6 -1
- package/lib/data/icons/react/arnx.js.map +1 -1
- package/lib/data/icons/react/ary.d.ts.map +1 -1
- package/lib/data/icons/react/ary.js +6 -1
- package/lib/data/icons/react/ary.js.map +1 -1
- package/lib/data/icons/react/ast.d.ts.map +1 -1
- package/lib/data/icons/react/ast.js +6 -1
- package/lib/data/icons/react/ast.js.map +1 -1
- package/lib/data/icons/react/atm.d.ts.map +1 -1
- package/lib/data/icons/react/atm.js +6 -1
- package/lib/data/icons/react/atm.js.map +1 -1
- package/lib/data/icons/react/atom.d.ts.map +1 -1
- package/lib/data/icons/react/atom.js +6 -1
- package/lib/data/icons/react/atom.js.map +1 -1
- package/lib/data/icons/react/audr.d.ts.map +1 -1
- package/lib/data/icons/react/audr.js +6 -1
- package/lib/data/icons/react/audr.js.map +1 -1
- package/lib/data/icons/react/auto.d.ts.map +1 -1
- package/lib/data/icons/react/auto.js +6 -1
- package/lib/data/icons/react/auto.js.map +1 -1
- package/lib/data/icons/react/aywa.d.ts.map +1 -1
- package/lib/data/icons/react/aywa.js +6 -1
- package/lib/data/icons/react/aywa.js.map +1 -1
- package/lib/data/icons/react/bab.d.ts.map +1 -1
- package/lib/data/icons/react/bab.js +6 -1
- package/lib/data/icons/react/bab.js.map +1 -1
- package/lib/data/icons/react/bal.d.ts.map +1 -1
- package/lib/data/icons/react/bal.js +6 -1
- package/lib/data/icons/react/bal.js.map +1 -1
- package/lib/data/icons/react/band.d.ts.map +1 -1
- package/lib/data/icons/react/band.js +6 -1
- package/lib/data/icons/react/band.js.map +1 -1
- package/lib/data/icons/react/bat.d.ts.map +1 -1
- package/lib/data/icons/react/bat.js +6 -1
- package/lib/data/icons/react/bat.js.map +1 -1
- package/lib/data/icons/react/bay.d.ts.map +1 -1
- package/lib/data/icons/react/bay.js +6 -1
- package/lib/data/icons/react/bay.js.map +1 -1
- package/lib/data/icons/react/bcbc.d.ts.map +1 -1
- package/lib/data/icons/react/bcbc.js +6 -1
- package/lib/data/icons/react/bcbc.js.map +1 -1
- package/lib/data/icons/react/bcc.d.ts.map +1 -1
- package/lib/data/icons/react/bcc.js +6 -1
- package/lib/data/icons/react/bcc.js.map +1 -1
- package/lib/data/icons/react/bcd.d.ts.map +1 -1
- package/lib/data/icons/react/bcd.js +6 -1
- package/lib/data/icons/react/bcd.js.map +1 -1
- package/lib/data/icons/react/bch.d.ts.map +1 -1
- package/lib/data/icons/react/bch.js +6 -1
- package/lib/data/icons/react/bch.js.map +1 -1
- package/lib/data/icons/react/bcio.d.ts.map +1 -1
- package/lib/data/icons/react/bcio.js +6 -1
- package/lib/data/icons/react/bcio.js.map +1 -1
- package/lib/data/icons/react/bcn.d.ts.map +1 -1
- package/lib/data/icons/react/bcn.js +6 -1
- package/lib/data/icons/react/bcn.js.map +1 -1
- package/lib/data/icons/react/bco.d.ts.map +1 -1
- package/lib/data/icons/react/bco.js +6 -1
- package/lib/data/icons/react/bco.js.map +1 -1
- package/lib/data/icons/react/bcpt.d.ts.map +1 -1
- package/lib/data/icons/react/bcpt.js +6 -1
- package/lib/data/icons/react/bcpt.js.map +1 -1
- package/lib/data/icons/react/bdl.d.ts.map +1 -1
- package/lib/data/icons/react/bdl.js +6 -1
- package/lib/data/icons/react/bdl.js.map +1 -1
- package/lib/data/icons/react/beam.d.ts.map +1 -1
- package/lib/data/icons/react/beam.js +6 -1
- package/lib/data/icons/react/beam.js.map +1 -1
- package/lib/data/icons/react/bela.d.ts.map +1 -1
- package/lib/data/icons/react/bela.js +6 -1
- package/lib/data/icons/react/bela.js.map +1 -1
- package/lib/data/icons/react/bix.d.ts.map +1 -1
- package/lib/data/icons/react/bix.js +6 -1
- package/lib/data/icons/react/bix.js.map +1 -1
- package/lib/data/icons/react/blcn.d.ts.map +1 -1
- package/lib/data/icons/react/blcn.js +6 -1
- package/lib/data/icons/react/blcn.js.map +1 -1
- package/lib/data/icons/react/blk.d.ts.map +1 -1
- package/lib/data/icons/react/blk.js +6 -1
- package/lib/data/icons/react/blk.js.map +1 -1
- package/lib/data/icons/react/block.d.ts.map +1 -1
- package/lib/data/icons/react/block.js +6 -1
- package/lib/data/icons/react/block.js.map +1 -1
- package/lib/data/icons/react/blz.d.ts.map +1 -1
- package/lib/data/icons/react/blz.js +6 -1
- package/lib/data/icons/react/blz.js.map +1 -1
- package/lib/data/icons/react/bnb.d.ts.map +1 -1
- package/lib/data/icons/react/bnb.js +6 -1
- package/lib/data/icons/react/bnb.js.map +1 -1
- package/lib/data/icons/react/bnt.d.ts.map +1 -1
- package/lib/data/icons/react/bnt.js +6 -1
- package/lib/data/icons/react/bnt.js.map +1 -1
- package/lib/data/icons/react/bnty.d.ts.map +1 -1
- package/lib/data/icons/react/bnty.js +6 -1
- package/lib/data/icons/react/bnty.js.map +1 -1
- package/lib/data/icons/react/booty.d.ts.map +1 -1
- package/lib/data/icons/react/booty.js +6 -1
- package/lib/data/icons/react/booty.js.map +1 -1
- package/lib/data/icons/react/bos.d.ts.map +1 -1
- package/lib/data/icons/react/bos.js +6 -1
- package/lib/data/icons/react/bos.js.map +1 -1
- package/lib/data/icons/react/bpt.d.ts.map +1 -1
- package/lib/data/icons/react/bpt.js +6 -1
- package/lib/data/icons/react/bpt.js.map +1 -1
- package/lib/data/icons/react/bq.d.ts.map +1 -1
- package/lib/data/icons/react/bq.js +6 -1
- package/lib/data/icons/react/bq.js.map +1 -1
- package/lib/data/icons/react/brd.d.ts.map +1 -1
- package/lib/data/icons/react/brd.js +6 -1
- package/lib/data/icons/react/brd.js.map +1 -1
- package/lib/data/icons/react/bsd.d.ts.map +1 -1
- package/lib/data/icons/react/bsd.js +6 -1
- package/lib/data/icons/react/bsd.js.map +1 -1
- package/lib/data/icons/react/bsv.d.ts.map +1 -1
- package/lib/data/icons/react/bsv.js +6 -1
- package/lib/data/icons/react/bsv.js.map +1 -1
- package/lib/data/icons/react/btc.d.ts.map +1 -1
- package/lib/data/icons/react/btc.js +6 -1
- package/lib/data/icons/react/btc.js.map +1 -1
- package/lib/data/icons/react/btcd.d.ts.map +1 -1
- package/lib/data/icons/react/btcd.js +6 -1
- package/lib/data/icons/react/btcd.js.map +1 -1
- package/lib/data/icons/react/btch.d.ts.map +1 -1
- package/lib/data/icons/react/btch.js +6 -1
- package/lib/data/icons/react/btch.js.map +1 -1
- package/lib/data/icons/react/btcp.d.ts.map +1 -1
- package/lib/data/icons/react/btcp.js +6 -1
- package/lib/data/icons/react/btcp.js.map +1 -1
- package/lib/data/icons/react/btcz.d.ts.map +1 -1
- package/lib/data/icons/react/btcz.js +6 -1
- package/lib/data/icons/react/btcz.js.map +1 -1
- package/lib/data/icons/react/btdx.d.ts.map +1 -1
- package/lib/data/icons/react/btdx.js +6 -1
- package/lib/data/icons/react/btdx.js.map +1 -1
- package/lib/data/icons/react/btg.d.ts.map +1 -1
- package/lib/data/icons/react/btg.js +6 -1
- package/lib/data/icons/react/btg.js.map +1 -1
- package/lib/data/icons/react/btm.d.ts.map +1 -1
- package/lib/data/icons/react/btm.js +6 -1
- package/lib/data/icons/react/btm.js.map +1 -1
- package/lib/data/icons/react/bts.d.ts.map +1 -1
- package/lib/data/icons/react/bts.js +6 -1
- package/lib/data/icons/react/bts.js.map +1 -1
- package/lib/data/icons/react/btt.d.ts.map +1 -1
- package/lib/data/icons/react/btt.js +6 -1
- package/lib/data/icons/react/btt.js.map +1 -1
- package/lib/data/icons/react/btx.d.ts.map +1 -1
- package/lib/data/icons/react/btx.js +6 -1
- package/lib/data/icons/react/btx.js.map +1 -1
- package/lib/data/icons/react/burst.d.ts.map +1 -1
- package/lib/data/icons/react/burst.js +6 -1
- package/lib/data/icons/react/burst.js.map +1 -1
- package/lib/data/icons/react/bze.d.ts.map +1 -1
- package/lib/data/icons/react/bze.js +6 -1
- package/lib/data/icons/react/bze.js.map +1 -1
- package/lib/data/icons/react/call.d.ts.map +1 -1
- package/lib/data/icons/react/call.js +6 -1
- package/lib/data/icons/react/call.js.map +1 -1
- package/lib/data/icons/react/cc.d.ts.map +1 -1
- package/lib/data/icons/react/cc.js +6 -1
- package/lib/data/icons/react/cc.js.map +1 -1
- package/lib/data/icons/react/cdn.d.ts.map +1 -1
- package/lib/data/icons/react/cdn.js +6 -1
- package/lib/data/icons/react/cdn.js.map +1 -1
- package/lib/data/icons/react/cdt.d.ts.map +1 -1
- package/lib/data/icons/react/cdt.js +6 -1
- package/lib/data/icons/react/cdt.js.map +1 -1
- package/lib/data/icons/react/celo.d.ts.map +1 -1
- package/lib/data/icons/react/celo.js +6 -1
- package/lib/data/icons/react/celo.js.map +1 -1
- package/lib/data/icons/react/cenz.d.ts.map +1 -1
- package/lib/data/icons/react/cenz.js +6 -1
- package/lib/data/icons/react/cenz.js.map +1 -1
- package/lib/data/icons/react/chain.d.ts.map +1 -1
- package/lib/data/icons/react/chain.js +6 -1
- package/lib/data/icons/react/chain.js.map +1 -1
- package/lib/data/icons/react/chat.d.ts.map +1 -1
- package/lib/data/icons/react/chat.js +6 -1
- package/lib/data/icons/react/chat.js.map +1 -1
- package/lib/data/icons/react/chips.d.ts.map +1 -1
- package/lib/data/icons/react/chips.js +6 -1
- package/lib/data/icons/react/chips.js.map +1 -1
- package/lib/data/icons/react/cix.d.ts.map +1 -1
- package/lib/data/icons/react/cix.js +6 -1
- package/lib/data/icons/react/cix.js.map +1 -1
- package/lib/data/icons/react/clam.d.ts.map +1 -1
- package/lib/data/icons/react/clam.js +6 -1
- package/lib/data/icons/react/clam.js.map +1 -1
- package/lib/data/icons/react/cloak.d.ts.map +1 -1
- package/lib/data/icons/react/cloak.js +6 -1
- package/lib/data/icons/react/cloak.js.map +1 -1
- package/lib/data/icons/react/cmm.d.ts.map +1 -1
- package/lib/data/icons/react/cmm.js +6 -1
- package/lib/data/icons/react/cmm.js.map +1 -1
- package/lib/data/icons/react/cmt.d.ts.map +1 -1
- package/lib/data/icons/react/cmt.js +6 -1
- package/lib/data/icons/react/cmt.js.map +1 -1
- package/lib/data/icons/react/cnd.d.ts.map +1 -1
- package/lib/data/icons/react/cnd.js +6 -1
- package/lib/data/icons/react/cnd.js.map +1 -1
- package/lib/data/icons/react/cnx.d.ts.map +1 -1
- package/lib/data/icons/react/cnx.js +6 -1
- package/lib/data/icons/react/cnx.js.map +1 -1
- package/lib/data/icons/react/cny.d.ts.map +1 -1
- package/lib/data/icons/react/cny.js +6 -1
- package/lib/data/icons/react/cny.js.map +1 -1
- package/lib/data/icons/react/cob.d.ts.map +1 -1
- package/lib/data/icons/react/cob.js +6 -1
- package/lib/data/icons/react/cob.js.map +1 -1
- package/lib/data/icons/react/colx.d.ts.map +1 -1
- package/lib/data/icons/react/colx.js +6 -1
- package/lib/data/icons/react/colx.js.map +1 -1
- package/lib/data/icons/react/comp.d.ts.map +1 -1
- package/lib/data/icons/react/comp.js +6 -1
- package/lib/data/icons/react/comp.js.map +1 -1
- package/lib/data/icons/react/coqui.d.ts.map +1 -1
- package/lib/data/icons/react/coqui.js +6 -1
- package/lib/data/icons/react/coqui.js.map +1 -1
- package/lib/data/icons/react/cred.d.ts.map +1 -1
- package/lib/data/icons/react/cred.js +6 -1
- package/lib/data/icons/react/cred.js.map +1 -1
- package/lib/data/icons/react/cro.d.ts.map +1 -1
- package/lib/data/icons/react/cro.js +6 -1
- package/lib/data/icons/react/cro.js.map +1 -1
- package/lib/data/icons/react/crpt.d.ts.map +1 -1
- package/lib/data/icons/react/crpt.js +6 -1
- package/lib/data/icons/react/crpt.js.map +1 -1
- package/lib/data/icons/react/crw.d.ts.map +1 -1
- package/lib/data/icons/react/crw.js +6 -1
- package/lib/data/icons/react/crw.js.map +1 -1
- package/lib/data/icons/react/cs.d.ts.map +1 -1
- package/lib/data/icons/react/cs.js +6 -1
- package/lib/data/icons/react/cs.js.map +1 -1
- package/lib/data/icons/react/ctr.d.ts.map +1 -1
- package/lib/data/icons/react/ctr.js +6 -1
- package/lib/data/icons/react/ctr.js.map +1 -1
- package/lib/data/icons/react/ctxc.d.ts.map +1 -1
- package/lib/data/icons/react/ctxc.js +6 -1
- package/lib/data/icons/react/ctxc.js.map +1 -1
- package/lib/data/icons/react/cvc.d.ts.map +1 -1
- package/lib/data/icons/react/cvc.js +6 -1
- package/lib/data/icons/react/cvc.js.map +1 -1
- package/lib/data/icons/react/d.d.ts.map +1 -1
- package/lib/data/icons/react/d.js +6 -1
- package/lib/data/icons/react/d.js.map +1 -1
- package/lib/data/icons/react/dai.d.ts.map +1 -1
- package/lib/data/icons/react/dai.js +6 -1
- package/lib/data/icons/react/dai.js.map +1 -1
- package/lib/data/icons/react/dash.d.ts.map +1 -1
- package/lib/data/icons/react/dash.js +6 -1
- package/lib/data/icons/react/dash.js.map +1 -1
- package/lib/data/icons/react/dat.d.ts.map +1 -1
- package/lib/data/icons/react/dat.js +6 -1
- package/lib/data/icons/react/dat.js.map +1 -1
- package/lib/data/icons/react/data.d.ts.map +1 -1
- package/lib/data/icons/react/data.js +6 -1
- package/lib/data/icons/react/data.js.map +1 -1
- package/lib/data/icons/react/dbc.d.ts.map +1 -1
- package/lib/data/icons/react/dbc.js +6 -1
- package/lib/data/icons/react/dbc.js.map +1 -1
- package/lib/data/icons/react/dcn.d.ts.map +1 -1
- package/lib/data/icons/react/dcn.js +6 -1
- package/lib/data/icons/react/dcn.js.map +1 -1
- package/lib/data/icons/react/dcr.d.ts.map +1 -1
- package/lib/data/icons/react/dcr.js +6 -1
- package/lib/data/icons/react/dcr.js.map +1 -1
- package/lib/data/icons/react/deez.d.ts.map +1 -1
- package/lib/data/icons/react/deez.js +6 -1
- package/lib/data/icons/react/deez.js.map +1 -1
- package/lib/data/icons/react/dent.d.ts.map +1 -1
- package/lib/data/icons/react/dent.js +6 -1
- package/lib/data/icons/react/dent.js.map +1 -1
- package/lib/data/icons/react/dew.d.ts.map +1 -1
- package/lib/data/icons/react/dew.js +6 -1
- package/lib/data/icons/react/dew.js.map +1 -1
- package/lib/data/icons/react/dgb.d.ts.map +1 -1
- package/lib/data/icons/react/dgb.js +6 -1
- package/lib/data/icons/react/dgb.js.map +1 -1
- package/lib/data/icons/react/dgd.d.ts.map +1 -1
- package/lib/data/icons/react/dgd.js +6 -1
- package/lib/data/icons/react/dgd.js.map +1 -1
- package/lib/data/icons/react/dlt.d.ts.map +1 -1
- package/lib/data/icons/react/dlt.js +6 -1
- package/lib/data/icons/react/dlt.js.map +1 -1
- package/lib/data/icons/react/dnt.d.ts.map +1 -1
- package/lib/data/icons/react/dnt.js +6 -1
- package/lib/data/icons/react/dnt.js.map +1 -1
- package/lib/data/icons/react/dock.d.ts.map +1 -1
- package/lib/data/icons/react/dock.js +6 -1
- package/lib/data/icons/react/dock.js.map +1 -1
- package/lib/data/icons/react/doge.d.ts.map +1 -1
- package/lib/data/icons/react/doge.js +6 -1
- package/lib/data/icons/react/doge.js.map +1 -1
- package/lib/data/icons/react/dot.d.ts.map +1 -1
- package/lib/data/icons/react/dot.js +13 -3
- package/lib/data/icons/react/dot.js.map +1 -1
- package/lib/data/icons/react/drgn.d.ts.map +1 -1
- package/lib/data/icons/react/drgn.js +6 -1
- package/lib/data/icons/react/drgn.js.map +1 -1
- package/lib/data/icons/react/drop.d.ts.map +1 -1
- package/lib/data/icons/react/drop.js +6 -1
- package/lib/data/icons/react/drop.js.map +1 -1
- package/lib/data/icons/react/dta.d.ts.map +1 -1
- package/lib/data/icons/react/dta.js +6 -1
- package/lib/data/icons/react/dta.js.map +1 -1
- package/lib/data/icons/react/dth.d.ts.map +1 -1
- package/lib/data/icons/react/dth.js +6 -1
- package/lib/data/icons/react/dth.js.map +1 -1
- package/lib/data/icons/react/dtr.d.ts.map +1 -1
- package/lib/data/icons/react/dtr.js +6 -1
- package/lib/data/icons/react/dtr.js.map +1 -1
- package/lib/data/icons/react/ebst.d.ts.map +1 -1
- package/lib/data/icons/react/ebst.js +6 -1
- package/lib/data/icons/react/ebst.js.map +1 -1
- package/lib/data/icons/react/eca.d.ts.map +1 -1
- package/lib/data/icons/react/eca.js +6 -1
- package/lib/data/icons/react/eca.js.map +1 -1
- package/lib/data/icons/react/edg.d.ts.map +1 -1
- package/lib/data/icons/react/edg.js +6 -1
- package/lib/data/icons/react/edg.js.map +1 -1
- package/lib/data/icons/react/edo.d.ts.map +1 -1
- package/lib/data/icons/react/edo.js +6 -1
- package/lib/data/icons/react/edo.js.map +1 -1
- package/lib/data/icons/react/edoge.d.ts.map +1 -1
- package/lib/data/icons/react/edoge.js +6 -1
- package/lib/data/icons/react/edoge.js.map +1 -1
- package/lib/data/icons/react/egem.d.ts.map +1 -1
- package/lib/data/icons/react/egem.js +6 -1
- package/lib/data/icons/react/egem.js.map +1 -1
- package/lib/data/icons/react/egld.d.ts.map +1 -1
- package/lib/data/icons/react/egld.js +6 -1
- package/lib/data/icons/react/egld.js.map +1 -1
- package/lib/data/icons/react/ela.d.ts.map +1 -1
- package/lib/data/icons/react/ela.js +6 -1
- package/lib/data/icons/react/ela.js.map +1 -1
- package/lib/data/icons/react/elec.d.ts.map +1 -1
- package/lib/data/icons/react/elec.js +6 -1
- package/lib/data/icons/react/elec.js.map +1 -1
- package/lib/data/icons/react/elf.d.ts.map +1 -1
- package/lib/data/icons/react/elf.js +6 -1
- package/lib/data/icons/react/elf.js.map +1 -1
- package/lib/data/icons/react/elix.d.ts.map +1 -1
- package/lib/data/icons/react/elix.js +6 -1
- package/lib/data/icons/react/elix.js.map +1 -1
- package/lib/data/icons/react/ella.d.ts.map +1 -1
- package/lib/data/icons/react/ella.js +6 -1
- package/lib/data/icons/react/ella.js.map +1 -1
- package/lib/data/icons/react/emc.d.ts.map +1 -1
- package/lib/data/icons/react/emc.js +6 -1
- package/lib/data/icons/react/emc.js.map +1 -1
- package/lib/data/icons/react/emc2.d.ts.map +1 -1
- package/lib/data/icons/react/emc2.js +6 -1
- package/lib/data/icons/react/emc2.js.map +1 -1
- package/lib/data/icons/react/eng.d.ts.map +1 -1
- package/lib/data/icons/react/eng.js +6 -1
- package/lib/data/icons/react/eng.js.map +1 -1
- package/lib/data/icons/react/enj.d.ts.map +1 -1
- package/lib/data/icons/react/enj.js +6 -1
- package/lib/data/icons/react/enj.js.map +1 -1
- package/lib/data/icons/react/entrp.d.ts.map +1 -1
- package/lib/data/icons/react/entrp.js +6 -1
- package/lib/data/icons/react/entrp.js.map +1 -1
- package/lib/data/icons/react/eon.d.ts.map +1 -1
- package/lib/data/icons/react/eon.js +6 -1
- package/lib/data/icons/react/eon.js.map +1 -1
- package/lib/data/icons/react/eop.d.ts.map +1 -1
- package/lib/data/icons/react/eop.js +6 -1
- package/lib/data/icons/react/eop.js.map +1 -1
- package/lib/data/icons/react/eos.d.ts.map +1 -1
- package/lib/data/icons/react/eos.js +6 -1
- package/lib/data/icons/react/eos.js.map +1 -1
- package/lib/data/icons/react/eqli.d.ts.map +1 -1
- package/lib/data/icons/react/eqli.js +6 -1
- package/lib/data/icons/react/eqli.js.map +1 -1
- package/lib/data/icons/react/equa.d.ts.map +1 -1
- package/lib/data/icons/react/equa.js +6 -1
- package/lib/data/icons/react/equa.js.map +1 -1
- package/lib/data/icons/react/eqz.d.ts.map +1 -1
- package/lib/data/icons/react/eqz.js +6 -1
- package/lib/data/icons/react/eqz.js.map +1 -1
- package/lib/data/icons/react/etc.d.ts.map +1 -1
- package/lib/data/icons/react/etc.js +6 -1
- package/lib/data/icons/react/etc.js.map +1 -1
- package/lib/data/icons/react/eth.d.ts.map +1 -1
- package/lib/data/icons/react/eth.js +6 -1
- package/lib/data/icons/react/eth.js.map +1 -1
- package/lib/data/icons/react/ethos.d.ts.map +1 -1
- package/lib/data/icons/react/ethos.js +6 -1
- package/lib/data/icons/react/ethos.js.map +1 -1
- package/lib/data/icons/react/etn.d.ts.map +1 -1
- package/lib/data/icons/react/etn.js +6 -1
- package/lib/data/icons/react/etn.js.map +1 -1
- package/lib/data/icons/react/etp.d.ts.map +1 -1
- package/lib/data/icons/react/etp.js +6 -1
- package/lib/data/icons/react/etp.js.map +1 -1
- package/lib/data/icons/react/evx.d.ts.map +1 -1
- package/lib/data/icons/react/evx.js +6 -1
- package/lib/data/icons/react/evx.js.map +1 -1
- package/lib/data/icons/react/exmo.d.ts.map +1 -1
- package/lib/data/icons/react/exmo.js +6 -1
- package/lib/data/icons/react/exmo.js.map +1 -1
- package/lib/data/icons/react/exp.d.ts.map +1 -1
- package/lib/data/icons/react/exp.js +6 -1
- package/lib/data/icons/react/exp.js.map +1 -1
- package/lib/data/icons/react/fair.d.ts.map +1 -1
- package/lib/data/icons/react/fair.js +6 -1
- package/lib/data/icons/react/fair.js.map +1 -1
- package/lib/data/icons/react/fct.d.ts.map +1 -1
- package/lib/data/icons/react/fct.js +6 -1
- package/lib/data/icons/react/fct.js.map +1 -1
- package/lib/data/icons/react/fil.d.ts.map +1 -1
- package/lib/data/icons/react/fil.js +6 -1
- package/lib/data/icons/react/fil.js.map +1 -1
- package/lib/data/icons/react/fjc.d.ts.map +1 -1
- package/lib/data/icons/react/fjc.js +6 -1
- package/lib/data/icons/react/fjc.js.map +1 -1
- package/lib/data/icons/react/fldc.d.ts.map +1 -1
- package/lib/data/icons/react/fldc.js +6 -1
- package/lib/data/icons/react/fldc.js.map +1 -1
- package/lib/data/icons/react/flo.d.ts.map +1 -1
- package/lib/data/icons/react/flo.js +6 -1
- package/lib/data/icons/react/flo.js.map +1 -1
- package/lib/data/icons/react/fsn.d.ts.map +1 -1
- package/lib/data/icons/react/fsn.js +6 -1
- package/lib/data/icons/react/fsn.js.map +1 -1
- package/lib/data/icons/react/ftc.d.ts.map +1 -1
- package/lib/data/icons/react/ftc.js +6 -1
- package/lib/data/icons/react/ftc.js.map +1 -1
- package/lib/data/icons/react/fuel.d.ts.map +1 -1
- package/lib/data/icons/react/fuel.js +6 -1
- package/lib/data/icons/react/fuel.js.map +1 -1
- package/lib/data/icons/react/fun.d.ts.map +1 -1
- package/lib/data/icons/react/fun.js +6 -1
- package/lib/data/icons/react/fun.js.map +1 -1
- package/lib/data/icons/react/game.d.ts.map +1 -1
- package/lib/data/icons/react/game.js +6 -1
- package/lib/data/icons/react/game.js.map +1 -1
- package/lib/data/icons/react/gas.d.ts.map +1 -1
- package/lib/data/icons/react/gas.js +6 -1
- package/lib/data/icons/react/gas.js.map +1 -1
- package/lib/data/icons/react/gbx.d.ts.map +1 -1
- package/lib/data/icons/react/gbx.js +6 -1
- package/lib/data/icons/react/gbx.js.map +1 -1
- package/lib/data/icons/react/gbyte.d.ts.map +1 -1
- package/lib/data/icons/react/gbyte.js +6 -1
- package/lib/data/icons/react/gbyte.js.map +1 -1
- package/lib/data/icons/react/generic.d.ts.map +1 -1
- package/lib/data/icons/react/generic.js +6 -1
- package/lib/data/icons/react/generic.js.map +1 -1
- package/lib/data/icons/react/gin.d.ts.map +1 -1
- package/lib/data/icons/react/gin.js +6 -1
- package/lib/data/icons/react/gin.js.map +1 -1
- package/lib/data/icons/react/glxt.d.ts.map +1 -1
- package/lib/data/icons/react/glxt.js +6 -1
- package/lib/data/icons/react/glxt.js.map +1 -1
- package/lib/data/icons/react/gmr.d.ts.map +1 -1
- package/lib/data/icons/react/gmr.js +6 -1
- package/lib/data/icons/react/gmr.js.map +1 -1
- package/lib/data/icons/react/gno.d.ts.map +1 -1
- package/lib/data/icons/react/gno.js +6 -1
- package/lib/data/icons/react/gno.js.map +1 -1
- package/lib/data/icons/react/gnt.d.ts.map +1 -1
- package/lib/data/icons/react/gnt.js +6 -1
- package/lib/data/icons/react/gnt.js.map +1 -1
- package/lib/data/icons/react/gold.d.ts.map +1 -1
- package/lib/data/icons/react/gold.js +6 -1
- package/lib/data/icons/react/gold.js.map +1 -1
- package/lib/data/icons/react/grc.d.ts.map +1 -1
- package/lib/data/icons/react/grc.js +6 -1
- package/lib/data/icons/react/grc.js.map +1 -1
- package/lib/data/icons/react/grin.d.ts.map +1 -1
- package/lib/data/icons/react/grin.js +6 -1
- package/lib/data/icons/react/grin.js.map +1 -1
- package/lib/data/icons/react/gsc.d.ts.map +1 -1
- package/lib/data/icons/react/gsc.js +6 -1
- package/lib/data/icons/react/gsc.js.map +1 -1
- package/lib/data/icons/react/gto.d.ts.map +1 -1
- package/lib/data/icons/react/gto.js +6 -1
- package/lib/data/icons/react/gto.js.map +1 -1
- package/lib/data/icons/react/gup.d.ts.map +1 -1
- package/lib/data/icons/react/gup.js +6 -1
- package/lib/data/icons/react/gup.js.map +1 -1
- package/lib/data/icons/react/gusd.d.ts.map +1 -1
- package/lib/data/icons/react/gusd.js +6 -1
- package/lib/data/icons/react/gusd.js.map +1 -1
- package/lib/data/icons/react/gvt.d.ts.map +1 -1
- package/lib/data/icons/react/gvt.js +6 -1
- package/lib/data/icons/react/gvt.js.map +1 -1
- package/lib/data/icons/react/gxs.d.ts.map +1 -1
- package/lib/data/icons/react/gxs.js +6 -1
- package/lib/data/icons/react/gxs.js.map +1 -1
- package/lib/data/icons/react/gzr.d.ts.map +1 -1
- package/lib/data/icons/react/gzr.js +6 -1
- package/lib/data/icons/react/gzr.js.map +1 -1
- package/lib/data/icons/react/hbar.d.ts +8 -0
- package/lib/data/icons/react/hbar.d.ts.map +1 -0
- package/lib/data/icons/react/hbar.js +35 -0
- package/lib/data/icons/react/hbar.js.map +1 -0
- package/lib/data/icons/react/hight.d.ts.map +1 -1
- package/lib/data/icons/react/hight.js +6 -1
- package/lib/data/icons/react/hight.js.map +1 -1
- package/lib/data/icons/react/hodl.d.ts.map +1 -1
- package/lib/data/icons/react/hodl.js +6 -1
- package/lib/data/icons/react/hodl.js.map +1 -1
- package/lib/data/icons/react/hot.d.ts.map +1 -1
- package/lib/data/icons/react/hot.js +6 -1
- package/lib/data/icons/react/hot.js.map +1 -1
- package/lib/data/icons/react/hpb.d.ts.map +1 -1
- package/lib/data/icons/react/hpb.js +6 -1
- package/lib/data/icons/react/hpb.js.map +1 -1
- package/lib/data/icons/react/hsr.d.ts.map +1 -1
- package/lib/data/icons/react/hsr.js +6 -1
- package/lib/data/icons/react/hsr.js.map +1 -1
- package/lib/data/icons/react/ht.d.ts.map +1 -1
- package/lib/data/icons/react/ht.js +6 -1
- package/lib/data/icons/react/ht.js.map +1 -1
- package/lib/data/icons/react/html.d.ts.map +1 -1
- package/lib/data/icons/react/html.js +6 -1
- package/lib/data/icons/react/html.js.map +1 -1
- package/lib/data/icons/react/huc.d.ts.map +1 -1
- package/lib/data/icons/react/huc.js +6 -1
- package/lib/data/icons/react/huc.js.map +1 -1
- package/lib/data/icons/react/hush.d.ts.map +1 -1
- package/lib/data/icons/react/hush.js +6 -1
- package/lib/data/icons/react/hush.js.map +1 -1
- package/lib/data/icons/react/icn.d.ts.map +1 -1
- package/lib/data/icons/react/icn.js +6 -1
- package/lib/data/icons/react/icn.js.map +1 -1
- package/lib/data/icons/react/icx.d.ts.map +1 -1
- package/lib/data/icons/react/icx.js +6 -1
- package/lib/data/icons/react/icx.js.map +1 -1
- package/lib/data/icons/react/ignis.d.ts.map +1 -1
- package/lib/data/icons/react/ignis.js +6 -1
- package/lib/data/icons/react/ignis.js.map +1 -1
- package/lib/data/icons/react/ilk.d.ts.map +1 -1
- package/lib/data/icons/react/ilk.js +6 -1
- package/lib/data/icons/react/ilk.js.map +1 -1
- package/lib/data/icons/react/index.d.ts +1 -0
- package/lib/data/icons/react/index.d.ts.map +1 -1
- package/lib/data/icons/react/index.js +14 -8
- package/lib/data/icons/react/index.js.map +1 -1
- package/lib/data/icons/react/ink.d.ts.map +1 -1
- package/lib/data/icons/react/ink.js +6 -1
- package/lib/data/icons/react/ink.js.map +1 -1
- package/lib/data/icons/react/ins.d.ts.map +1 -1
- package/lib/data/icons/react/ins.js +6 -1
- package/lib/data/icons/react/ins.js.map +1 -1
- package/lib/data/icons/react/ion.d.ts.map +1 -1
- package/lib/data/icons/react/ion.js +6 -1
- package/lib/data/icons/react/ion.js.map +1 -1
- package/lib/data/icons/react/iop.d.ts.map +1 -1
- package/lib/data/icons/react/iop.js +6 -1
- package/lib/data/icons/react/iop.js.map +1 -1
- package/lib/data/icons/react/iost.d.ts.map +1 -1
- package/lib/data/icons/react/iost.js +6 -1
- package/lib/data/icons/react/iost.js.map +1 -1
- package/lib/data/icons/react/iotx.d.ts.map +1 -1
- package/lib/data/icons/react/iotx.js +6 -1
- package/lib/data/icons/react/iotx.js.map +1 -1
- package/lib/data/icons/react/iq.d.ts.map +1 -1
- package/lib/data/icons/react/iq.js +6 -1
- package/lib/data/icons/react/iq.js.map +1 -1
- package/lib/data/icons/react/itc.d.ts.map +1 -1
- package/lib/data/icons/react/itc.js +6 -1
- package/lib/data/icons/react/itc.js.map +1 -1
- package/lib/data/icons/react/jnt.d.ts.map +1 -1
- package/lib/data/icons/react/jnt.js +6 -1
- package/lib/data/icons/react/jnt.js.map +1 -1
- package/lib/data/icons/react/jpy.d.ts.map +1 -1
- package/lib/data/icons/react/jpy.js +6 -1
- package/lib/data/icons/react/jpy.js.map +1 -1
- package/lib/data/icons/react/kcs.d.ts.map +1 -1
- package/lib/data/icons/react/kcs.js +6 -1
- package/lib/data/icons/react/kcs.js.map +1 -1
- package/lib/data/icons/react/kin.d.ts.map +1 -1
- package/lib/data/icons/react/kin.js +6 -1
- package/lib/data/icons/react/kin.js.map +1 -1
- package/lib/data/icons/react/klown.d.ts.map +1 -1
- package/lib/data/icons/react/klown.js +6 -1
- package/lib/data/icons/react/klown.js.map +1 -1
- package/lib/data/icons/react/kmd.d.ts.map +1 -1
- package/lib/data/icons/react/kmd.js +6 -1
- package/lib/data/icons/react/kmd.js.map +1 -1
- package/lib/data/icons/react/knc.d.ts.map +1 -1
- package/lib/data/icons/react/knc.js +6 -1
- package/lib/data/icons/react/knc.js.map +1 -1
- package/lib/data/icons/react/krb.d.ts.map +1 -1
- package/lib/data/icons/react/krb.js +6 -1
- package/lib/data/icons/react/krb.js.map +1 -1
- package/lib/data/icons/react/lbc.d.ts.map +1 -1
- package/lib/data/icons/react/lbc.js +6 -1
- package/lib/data/icons/react/lbc.js.map +1 -1
- package/lib/data/icons/react/lend.d.ts.map +1 -1
- package/lib/data/icons/react/lend.js +6 -1
- package/lib/data/icons/react/lend.js.map +1 -1
- package/lib/data/icons/react/leo.d.ts.map +1 -1
- package/lib/data/icons/react/leo.js +6 -1
- package/lib/data/icons/react/leo.js.map +1 -1
- package/lib/data/icons/react/link.d.ts.map +1 -1
- package/lib/data/icons/react/link.js +6 -1
- package/lib/data/icons/react/link.js.map +1 -1
- package/lib/data/icons/react/lkk.d.ts.map +1 -1
- package/lib/data/icons/react/lkk.js +6 -1
- package/lib/data/icons/react/lkk.js.map +1 -1
- package/lib/data/icons/react/loom.d.ts.map +1 -1
- package/lib/data/icons/react/loom.js +6 -1
- package/lib/data/icons/react/loom.js.map +1 -1
- package/lib/data/icons/react/lpt.d.ts.map +1 -1
- package/lib/data/icons/react/lpt.js +6 -1
- package/lib/data/icons/react/lpt.js.map +1 -1
- package/lib/data/icons/react/lrc.d.ts.map +1 -1
- package/lib/data/icons/react/lrc.js +6 -1
- package/lib/data/icons/react/lrc.js.map +1 -1
- package/lib/data/icons/react/lsk.d.ts.map +1 -1
- package/lib/data/icons/react/lsk.js +6 -1
- package/lib/data/icons/react/lsk.js.map +1 -1
- package/lib/data/icons/react/ltc.d.ts.map +1 -1
- package/lib/data/icons/react/ltc.js +6 -1
- package/lib/data/icons/react/ltc.js.map +1 -1
- package/lib/data/icons/react/lun.d.ts.map +1 -1
- package/lib/data/icons/react/lun.js +6 -1
- package/lib/data/icons/react/lun.js.map +1 -1
- package/lib/data/icons/react/maid.d.ts.map +1 -1
- package/lib/data/icons/react/maid.js +6 -1
- package/lib/data/icons/react/maid.js.map +1 -1
- package/lib/data/icons/react/mana.d.ts.map +1 -1
- package/lib/data/icons/react/mana.js +6 -1
- package/lib/data/icons/react/mana.js.map +1 -1
- package/lib/data/icons/react/matic.d.ts.map +1 -1
- package/lib/data/icons/react/matic.js +6 -1
- package/lib/data/icons/react/matic.js.map +1 -1
- package/lib/data/icons/react/mcap.d.ts.map +1 -1
- package/lib/data/icons/react/mcap.js +6 -1
- package/lib/data/icons/react/mcap.js.map +1 -1
- package/lib/data/icons/react/mco.d.ts.map +1 -1
- package/lib/data/icons/react/mco.js +6 -1
- package/lib/data/icons/react/mco.js.map +1 -1
- package/lib/data/icons/react/mda.d.ts.map +1 -1
- package/lib/data/icons/react/mda.js +6 -1
- package/lib/data/icons/react/mda.js.map +1 -1
- package/lib/data/icons/react/mds.d.ts.map +1 -1
- package/lib/data/icons/react/mds.js +6 -1
- package/lib/data/icons/react/mds.js.map +1 -1
- package/lib/data/icons/react/med.d.ts.map +1 -1
- package/lib/data/icons/react/med.js +6 -1
- package/lib/data/icons/react/med.js.map +1 -1
- package/lib/data/icons/react/meetone.d.ts.map +1 -1
- package/lib/data/icons/react/meetone.js +6 -1
- package/lib/data/icons/react/meetone.js.map +1 -1
- package/lib/data/icons/react/mft.d.ts.map +1 -1
- package/lib/data/icons/react/mft.js +6 -1
- package/lib/data/icons/react/mft.js.map +1 -1
- package/lib/data/icons/react/miota.d.ts.map +1 -1
- package/lib/data/icons/react/miota.js +6 -1
- package/lib/data/icons/react/miota.js.map +1 -1
- package/lib/data/icons/react/mith.d.ts.map +1 -1
- package/lib/data/icons/react/mith.js +6 -1
- package/lib/data/icons/react/mith.js.map +1 -1
- package/lib/data/icons/react/mkr.d.ts.map +1 -1
- package/lib/data/icons/react/mkr.js +6 -1
- package/lib/data/icons/react/mkr.js.map +1 -1
- package/lib/data/icons/react/mln.d.ts.map +1 -1
- package/lib/data/icons/react/mln.js +6 -1
- package/lib/data/icons/react/mln.js.map +1 -1
- package/lib/data/icons/react/mnx.d.ts.map +1 -1
- package/lib/data/icons/react/mnx.js +6 -1
- package/lib/data/icons/react/mnx.js.map +1 -1
- package/lib/data/icons/react/mnz.d.ts.map +1 -1
- package/lib/data/icons/react/mnz.js +6 -1
- package/lib/data/icons/react/mnz.js.map +1 -1
- package/lib/data/icons/react/moac.d.ts.map +1 -1
- package/lib/data/icons/react/moac.js +6 -1
- package/lib/data/icons/react/moac.js.map +1 -1
- package/lib/data/icons/react/mod.d.ts.map +1 -1
- package/lib/data/icons/react/mod.js +6 -1
- package/lib/data/icons/react/mod.js.map +1 -1
- package/lib/data/icons/react/mona.d.ts.map +1 -1
- package/lib/data/icons/react/mona.js +6 -1
- package/lib/data/icons/react/mona.js.map +1 -1
- package/lib/data/icons/react/msr.d.ts.map +1 -1
- package/lib/data/icons/react/msr.js +6 -1
- package/lib/data/icons/react/msr.js.map +1 -1
- package/lib/data/icons/react/mth.d.ts.map +1 -1
- package/lib/data/icons/react/mth.js +6 -1
- package/lib/data/icons/react/mth.js.map +1 -1
- package/lib/data/icons/react/mtl.d.ts.map +1 -1
- package/lib/data/icons/react/mtl.js +6 -1
- package/lib/data/icons/react/mtl.js.map +1 -1
- package/lib/data/icons/react/music.d.ts.map +1 -1
- package/lib/data/icons/react/music.js +6 -1
- package/lib/data/icons/react/music.js.map +1 -1
- package/lib/data/icons/react/mzc.d.ts.map +1 -1
- package/lib/data/icons/react/mzc.js +6 -1
- package/lib/data/icons/react/mzc.js.map +1 -1
- package/lib/data/icons/react/nano.d.ts.map +1 -1
- package/lib/data/icons/react/nano.js +6 -1
- package/lib/data/icons/react/nano.js.map +1 -1
- package/lib/data/icons/react/nas.d.ts.map +1 -1
- package/lib/data/icons/react/nas.js +6 -1
- package/lib/data/icons/react/nas.js.map +1 -1
- package/lib/data/icons/react/nav.d.ts.map +1 -1
- package/lib/data/icons/react/nav.js +6 -1
- package/lib/data/icons/react/nav.js.map +1 -1
- package/lib/data/icons/react/ncash.d.ts.map +1 -1
- package/lib/data/icons/react/ncash.js +6 -1
- package/lib/data/icons/react/ncash.js.map +1 -1
- package/lib/data/icons/react/ndz.d.ts.map +1 -1
- package/lib/data/icons/react/ndz.js +6 -1
- package/lib/data/icons/react/ndz.js.map +1 -1
- package/lib/data/icons/react/nebl.d.ts.map +1 -1
- package/lib/data/icons/react/nebl.js +6 -1
- package/lib/data/icons/react/nebl.js.map +1 -1
- package/lib/data/icons/react/neo.d.ts.map +1 -1
- package/lib/data/icons/react/neo.js +6 -1
- package/lib/data/icons/react/neo.js.map +1 -1
- package/lib/data/icons/react/neos.d.ts.map +1 -1
- package/lib/data/icons/react/neos.js +6 -1
- package/lib/data/icons/react/neos.js.map +1 -1
- package/lib/data/icons/react/neu.d.ts.map +1 -1
- package/lib/data/icons/react/neu.js +6 -1
- package/lib/data/icons/react/neu.js.map +1 -1
- package/lib/data/icons/react/nexo.d.ts.map +1 -1
- package/lib/data/icons/react/nexo.js +6 -1
- package/lib/data/icons/react/nexo.js.map +1 -1
- package/lib/data/icons/react/ngc.d.ts.map +1 -1
- package/lib/data/icons/react/ngc.js +6 -1
- package/lib/data/icons/react/ngc.js.map +1 -1
- package/lib/data/icons/react/nim.d.ts.map +1 -1
- package/lib/data/icons/react/nim.js +6 -1
- package/lib/data/icons/react/nim.js.map +1 -1
- package/lib/data/icons/react/nio.d.ts.map +1 -1
- package/lib/data/icons/react/nio.js +6 -1
- package/lib/data/icons/react/nio.js.map +1 -1
- package/lib/data/icons/react/nlc2.d.ts.map +1 -1
- package/lib/data/icons/react/nlc2.js +6 -1
- package/lib/data/icons/react/nlc2.js.map +1 -1
- package/lib/data/icons/react/nlg.d.ts.map +1 -1
- package/lib/data/icons/react/nlg.js +6 -1
- package/lib/data/icons/react/nlg.js.map +1 -1
- package/lib/data/icons/react/nmc.d.ts.map +1 -1
- package/lib/data/icons/react/nmc.js +6 -1
- package/lib/data/icons/react/nmc.js.map +1 -1
- package/lib/data/icons/react/nmr.d.ts.map +1 -1
- package/lib/data/icons/react/nmr.js +6 -1
- package/lib/data/icons/react/nmr.js.map +1 -1
- package/lib/data/icons/react/npxs.d.ts.map +1 -1
- package/lib/data/icons/react/npxs.js +6 -1
- package/lib/data/icons/react/npxs.js.map +1 -1
- package/lib/data/icons/react/nuls.d.ts.map +1 -1
- package/lib/data/icons/react/nuls.js +6 -1
- package/lib/data/icons/react/nuls.js.map +1 -1
- package/lib/data/icons/react/nxs.d.ts.map +1 -1
- package/lib/data/icons/react/nxs.js +6 -1
- package/lib/data/icons/react/nxs.js.map +1 -1
- package/lib/data/icons/react/nxt.d.ts.map +1 -1
- package/lib/data/icons/react/nxt.js +6 -1
- package/lib/data/icons/react/nxt.js.map +1 -1
- package/lib/data/icons/react/oax.d.ts.map +1 -1
- package/lib/data/icons/react/oax.js +6 -1
- package/lib/data/icons/react/oax.js.map +1 -1
- package/lib/data/icons/react/ok.d.ts.map +1 -1
- package/lib/data/icons/react/ok.js +6 -1
- package/lib/data/icons/react/ok.js.map +1 -1
- package/lib/data/icons/react/okb.d.ts.map +1 -1
- package/lib/data/icons/react/okb.js +6 -1
- package/lib/data/icons/react/okb.js.map +1 -1
- package/lib/data/icons/react/omg.d.ts.map +1 -1
- package/lib/data/icons/react/omg.js +6 -1
- package/lib/data/icons/react/omg.js.map +1 -1
- package/lib/data/icons/react/omni.d.ts.map +1 -1
- package/lib/data/icons/react/omni.js +6 -1
- package/lib/data/icons/react/omni.js.map +1 -1
- package/lib/data/icons/react/ong.d.ts.map +1 -1
- package/lib/data/icons/react/ong.js +6 -1
- package/lib/data/icons/react/ong.js.map +1 -1
- package/lib/data/icons/react/ont.d.ts.map +1 -1
- package/lib/data/icons/react/ont.js +6 -1
- package/lib/data/icons/react/ont.js.map +1 -1
- package/lib/data/icons/react/oot.d.ts.map +1 -1
- package/lib/data/icons/react/oot.js +6 -1
- package/lib/data/icons/react/oot.js.map +1 -1
- package/lib/data/icons/react/ost.d.ts.map +1 -1
- package/lib/data/icons/react/ost.js +6 -1
- package/lib/data/icons/react/ost.js.map +1 -1
- package/lib/data/icons/react/ox.d.ts.map +1 -1
- package/lib/data/icons/react/ox.js +6 -1
- package/lib/data/icons/react/ox.js.map +1 -1
- package/lib/data/icons/react/oxt.d.ts.map +1 -1
- package/lib/data/icons/react/oxt.js +6 -1
- package/lib/data/icons/react/oxt.js.map +1 -1
- package/lib/data/icons/react/pac.d.ts.map +1 -1
- package/lib/data/icons/react/pac.js +6 -1
- package/lib/data/icons/react/pac.js.map +1 -1
- package/lib/data/icons/react/part.d.ts.map +1 -1
- package/lib/data/icons/react/part.js +6 -1
- package/lib/data/icons/react/part.js.map +1 -1
- package/lib/data/icons/react/pasc.d.ts.map +1 -1
- package/lib/data/icons/react/pasc.js +6 -1
- package/lib/data/icons/react/pasc.js.map +1 -1
- package/lib/data/icons/react/pasl.d.ts.map +1 -1
- package/lib/data/icons/react/pasl.js +6 -1
- package/lib/data/icons/react/pasl.js.map +1 -1
- package/lib/data/icons/react/pax.d.ts.map +1 -1
- package/lib/data/icons/react/pax.js +6 -1
- package/lib/data/icons/react/pax.js.map +1 -1
- package/lib/data/icons/react/pay.d.ts.map +1 -1
- package/lib/data/icons/react/pay.js +6 -1
- package/lib/data/icons/react/pay.js.map +1 -1
- package/lib/data/icons/react/payx.d.ts.map +1 -1
- package/lib/data/icons/react/payx.js +6 -1
- package/lib/data/icons/react/payx.js.map +1 -1
- package/lib/data/icons/react/pink.d.ts.map +1 -1
- package/lib/data/icons/react/pink.js +6 -1
- package/lib/data/icons/react/pink.js.map +1 -1
- package/lib/data/icons/react/pirl.d.ts.map +1 -1
- package/lib/data/icons/react/pirl.js +6 -1
- package/lib/data/icons/react/pirl.js.map +1 -1
- package/lib/data/icons/react/pivx.d.ts.map +1 -1
- package/lib/data/icons/react/pivx.js +6 -1
- package/lib/data/icons/react/pivx.js.map +1 -1
- package/lib/data/icons/react/plr.d.ts.map +1 -1
- package/lib/data/icons/react/plr.js +6 -1
- package/lib/data/icons/react/plr.js.map +1 -1
- package/lib/data/icons/react/poa.d.ts.map +1 -1
- package/lib/data/icons/react/poa.js +6 -1
- package/lib/data/icons/react/poa.js.map +1 -1
- package/lib/data/icons/react/poe.d.ts.map +1 -1
- package/lib/data/icons/react/poe.js +6 -1
- package/lib/data/icons/react/poe.js.map +1 -1
- package/lib/data/icons/react/polis.d.ts.map +1 -1
- package/lib/data/icons/react/polis.js +6 -1
- package/lib/data/icons/react/polis.js.map +1 -1
- package/lib/data/icons/react/poly.d.ts.map +1 -1
- package/lib/data/icons/react/poly.js +6 -1
- package/lib/data/icons/react/poly.js.map +1 -1
- package/lib/data/icons/react/pot.d.ts.map +1 -1
- package/lib/data/icons/react/pot.js +6 -1
- package/lib/data/icons/react/pot.js.map +1 -1
- package/lib/data/icons/react/powr.d.ts.map +1 -1
- package/lib/data/icons/react/powr.js +6 -1
- package/lib/data/icons/react/powr.js.map +1 -1
- package/lib/data/icons/react/ppc.d.ts.map +1 -1
- package/lib/data/icons/react/ppc.js +6 -1
- package/lib/data/icons/react/ppc.js.map +1 -1
- package/lib/data/icons/react/ppp.d.ts.map +1 -1
- package/lib/data/icons/react/ppp.js +6 -1
- package/lib/data/icons/react/ppp.js.map +1 -1
- package/lib/data/icons/react/ppt.d.ts.map +1 -1
- package/lib/data/icons/react/ppt.js +6 -1
- package/lib/data/icons/react/ppt.js.map +1 -1
- package/lib/data/icons/react/pre.d.ts.map +1 -1
- package/lib/data/icons/react/pre.js +6 -1
- package/lib/data/icons/react/pre.js.map +1 -1
- package/lib/data/icons/react/prl.d.ts.map +1 -1
- package/lib/data/icons/react/prl.js +6 -1
- package/lib/data/icons/react/prl.js.map +1 -1
- package/lib/data/icons/react/pungo.d.ts.map +1 -1
- package/lib/data/icons/react/pungo.js +6 -1
- package/lib/data/icons/react/pungo.js.map +1 -1
- package/lib/data/icons/react/pura.d.ts.map +1 -1
- package/lib/data/icons/react/pura.js +6 -1
- package/lib/data/icons/react/pura.js.map +1 -1
- package/lib/data/icons/react/qash.d.ts.map +1 -1
- package/lib/data/icons/react/qash.js +6 -1
- package/lib/data/icons/react/qash.js.map +1 -1
- package/lib/data/icons/react/qiwi.d.ts.map +1 -1
- package/lib/data/icons/react/qiwi.js +6 -1
- package/lib/data/icons/react/qiwi.js.map +1 -1
- package/lib/data/icons/react/qlc.d.ts.map +1 -1
- package/lib/data/icons/react/qlc.js +6 -1
- package/lib/data/icons/react/qlc.js.map +1 -1
- package/lib/data/icons/react/qrl.d.ts.map +1 -1
- package/lib/data/icons/react/qrl.js +6 -1
- package/lib/data/icons/react/qrl.js.map +1 -1
- package/lib/data/icons/react/qsp.d.ts.map +1 -1
- package/lib/data/icons/react/qsp.js +6 -1
- package/lib/data/icons/react/qsp.js.map +1 -1
- package/lib/data/icons/react/qtum.d.ts.map +1 -1
- package/lib/data/icons/react/qtum.js +6 -1
- package/lib/data/icons/react/qtum.js.map +1 -1
- package/lib/data/icons/react/r.d.ts.map +1 -1
- package/lib/data/icons/react/r.js +6 -1
- package/lib/data/icons/react/r.js.map +1 -1
- package/lib/data/icons/react/rads.d.ts.map +1 -1
- package/lib/data/icons/react/rads.js +6 -1
- package/lib/data/icons/react/rads.js.map +1 -1
- package/lib/data/icons/react/rap.d.ts.map +1 -1
- package/lib/data/icons/react/rap.js +6 -1
- package/lib/data/icons/react/rap.js.map +1 -1
- package/lib/data/icons/react/rcn.d.ts.map +1 -1
- package/lib/data/icons/react/rcn.js +6 -1
- package/lib/data/icons/react/rcn.js.map +1 -1
- package/lib/data/icons/react/rdd.d.ts.map +1 -1
- package/lib/data/icons/react/rdd.js +6 -1
- package/lib/data/icons/react/rdd.js.map +1 -1
- package/lib/data/icons/react/rdn.d.ts.map +1 -1
- package/lib/data/icons/react/rdn.js +6 -1
- package/lib/data/icons/react/rdn.js.map +1 -1
- package/lib/data/icons/react/ren.d.ts.map +1 -1
- package/lib/data/icons/react/ren.js +6 -1
- package/lib/data/icons/react/ren.js.map +1 -1
- package/lib/data/icons/react/rep.d.ts.map +1 -1
- package/lib/data/icons/react/rep.js +6 -1
- package/lib/data/icons/react/rep.js.map +1 -1
- package/lib/data/icons/react/repv2.d.ts.map +1 -1
- package/lib/data/icons/react/repv2.js +6 -1
- package/lib/data/icons/react/repv2.js.map +1 -1
- package/lib/data/icons/react/req.d.ts.map +1 -1
- package/lib/data/icons/react/req.js +6 -1
- package/lib/data/icons/react/req.js.map +1 -1
- package/lib/data/icons/react/rhoc.d.ts.map +1 -1
- package/lib/data/icons/react/rhoc.js +6 -1
- package/lib/data/icons/react/rhoc.js.map +1 -1
- package/lib/data/icons/react/ric.d.ts.map +1 -1
- package/lib/data/icons/react/ric.js +6 -1
- package/lib/data/icons/react/ric.js.map +1 -1
- package/lib/data/icons/react/rise.d.ts.map +1 -1
- package/lib/data/icons/react/rise.js +6 -1
- package/lib/data/icons/react/rise.js.map +1 -1
- package/lib/data/icons/react/rlc.d.ts.map +1 -1
- package/lib/data/icons/react/rlc.js +6 -1
- package/lib/data/icons/react/rlc.js.map +1 -1
- package/lib/data/icons/react/rpx.d.ts.map +1 -1
- package/lib/data/icons/react/rpx.js +6 -1
- package/lib/data/icons/react/rpx.js.map +1 -1
- package/lib/data/icons/react/rub.d.ts.map +1 -1
- package/lib/data/icons/react/rub.js +6 -1
- package/lib/data/icons/react/rub.js.map +1 -1
- package/lib/data/icons/react/rvn.d.ts.map +1 -1
- package/lib/data/icons/react/rvn.js +6 -1
- package/lib/data/icons/react/rvn.js.map +1 -1
- package/lib/data/icons/react/ryo.d.ts.map +1 -1
- package/lib/data/icons/react/ryo.js +6 -1
- package/lib/data/icons/react/ryo.js.map +1 -1
- package/lib/data/icons/react/safe.d.ts.map +1 -1
- package/lib/data/icons/react/safe.js +6 -1
- package/lib/data/icons/react/safe.js.map +1 -1
- package/lib/data/icons/react/sai.d.ts.map +1 -1
- package/lib/data/icons/react/sai.js +6 -1
- package/lib/data/icons/react/sai.js.map +1 -1
- package/lib/data/icons/react/salt.d.ts.map +1 -1
- package/lib/data/icons/react/salt.js +6 -1
- package/lib/data/icons/react/salt.js.map +1 -1
- package/lib/data/icons/react/san.d.ts.map +1 -1
- package/lib/data/icons/react/san.js +6 -1
- package/lib/data/icons/react/san.js.map +1 -1
- package/lib/data/icons/react/sbd.d.ts.map +1 -1
- package/lib/data/icons/react/sbd.js +6 -1
- package/lib/data/icons/react/sbd.js.map +1 -1
- package/lib/data/icons/react/sberbank.d.ts.map +1 -1
- package/lib/data/icons/react/sberbank.js +6 -1
- package/lib/data/icons/react/sberbank.js.map +1 -1
- package/lib/data/icons/react/sc.d.ts.map +1 -1
- package/lib/data/icons/react/sc.js +6 -1
- package/lib/data/icons/react/sc.js.map +1 -1
- package/lib/data/icons/react/shift.d.ts.map +1 -1
- package/lib/data/icons/react/shift.js +6 -1
- package/lib/data/icons/react/shift.js.map +1 -1
- package/lib/data/icons/react/sib.d.ts.map +1 -1
- package/lib/data/icons/react/sib.js +6 -1
- package/lib/data/icons/react/sib.js.map +1 -1
- package/lib/data/icons/react/sin.d.ts.map +1 -1
- package/lib/data/icons/react/sin.js +6 -1
- package/lib/data/icons/react/sin.js.map +1 -1
- package/lib/data/icons/react/sky.d.ts.map +1 -1
- package/lib/data/icons/react/sky.js +6 -1
- package/lib/data/icons/react/sky.js.map +1 -1
- package/lib/data/icons/react/slr.d.ts.map +1 -1
- package/lib/data/icons/react/slr.js +6 -1
- package/lib/data/icons/react/slr.js.map +1 -1
- package/lib/data/icons/react/sls.d.ts.map +1 -1
- package/lib/data/icons/react/sls.js +6 -1
- package/lib/data/icons/react/sls.js.map +1 -1
- package/lib/data/icons/react/smart.d.ts.map +1 -1
- package/lib/data/icons/react/smart.js +6 -1
- package/lib/data/icons/react/smart.js.map +1 -1
- package/lib/data/icons/react/sngls.d.ts.map +1 -1
- package/lib/data/icons/react/sngls.js +6 -1
- package/lib/data/icons/react/sngls.js.map +1 -1
- package/lib/data/icons/react/snm.d.ts.map +1 -1
- package/lib/data/icons/react/snm.js +6 -1
- package/lib/data/icons/react/snm.js.map +1 -1
- package/lib/data/icons/react/snt.d.ts.map +1 -1
- package/lib/data/icons/react/snt.js +6 -1
- package/lib/data/icons/react/snt.js.map +1 -1
- package/lib/data/icons/react/soc.d.ts.map +1 -1
- package/lib/data/icons/react/soc.js +6 -1
- package/lib/data/icons/react/soc.js.map +1 -1
- package/lib/data/icons/react/sol.d.ts.map +1 -1
- package/lib/data/icons/react/sol.js +6 -1
- package/lib/data/icons/react/sol.js.map +1 -1
- package/lib/data/icons/react/spank.d.ts.map +1 -1
- package/lib/data/icons/react/spank.js +6 -1
- package/lib/data/icons/react/spank.js.map +1 -1
- package/lib/data/icons/react/sphtx.d.ts.map +1 -1
- package/lib/data/icons/react/sphtx.js +6 -1
- package/lib/data/icons/react/sphtx.js.map +1 -1
- package/lib/data/icons/react/srn.d.ts.map +1 -1
- package/lib/data/icons/react/srn.js +6 -1
- package/lib/data/icons/react/srn.js.map +1 -1
- package/lib/data/icons/react/ssv.d.ts.map +1 -1
- package/lib/data/icons/react/ssv.js +6 -1
- package/lib/data/icons/react/ssv.js.map +1 -1
- package/lib/data/icons/react/stak.d.ts.map +1 -1
- package/lib/data/icons/react/stak.js +6 -1
- package/lib/data/icons/react/stak.js.map +1 -1
- package/lib/data/icons/react/start.d.ts.map +1 -1
- package/lib/data/icons/react/start.js +6 -1
- package/lib/data/icons/react/start.js.map +1 -1
- package/lib/data/icons/react/steem.d.ts.map +1 -1
- package/lib/data/icons/react/steem.js +6 -1
- package/lib/data/icons/react/steem.js.map +1 -1
- package/lib/data/icons/react/storj.d.ts.map +1 -1
- package/lib/data/icons/react/storj.js +6 -1
- package/lib/data/icons/react/storj.js.map +1 -1
- package/lib/data/icons/react/storm.d.ts.map +1 -1
- package/lib/data/icons/react/storm.js +6 -1
- package/lib/data/icons/react/storm.js.map +1 -1
- package/lib/data/icons/react/stq.d.ts.map +1 -1
- package/lib/data/icons/react/stq.js +6 -1
- package/lib/data/icons/react/stq.js.map +1 -1
- package/lib/data/icons/react/strat.d.ts.map +1 -1
- package/lib/data/icons/react/strat.js +6 -1
- package/lib/data/icons/react/strat.js.map +1 -1
- package/lib/data/icons/react/sub.d.ts.map +1 -1
- package/lib/data/icons/react/sub.js +6 -1
- package/lib/data/icons/react/sub.js.map +1 -1
- package/lib/data/icons/react/sumo.d.ts.map +1 -1
- package/lib/data/icons/react/sumo.js +6 -1
- package/lib/data/icons/react/sumo.js.map +1 -1
- package/lib/data/icons/react/sys.d.ts.map +1 -1
- package/lib/data/icons/react/sys.js +6 -1
- package/lib/data/icons/react/sys.js.map +1 -1
- package/lib/data/icons/react/taas.d.ts.map +1 -1
- package/lib/data/icons/react/taas.js +6 -1
- package/lib/data/icons/react/taas.js.map +1 -1
- package/lib/data/icons/react/tau.d.ts.map +1 -1
- package/lib/data/icons/react/tau.js +6 -1
- package/lib/data/icons/react/tau.js.map +1 -1
- package/lib/data/icons/react/tbx.d.ts.map +1 -1
- package/lib/data/icons/react/tbx.js +6 -1
- package/lib/data/icons/react/tbx.js.map +1 -1
- package/lib/data/icons/react/tel.d.ts.map +1 -1
- package/lib/data/icons/react/tel.js +6 -1
- package/lib/data/icons/react/tel.js.map +1 -1
- package/lib/data/icons/react/ten.d.ts.map +1 -1
- package/lib/data/icons/react/ten.js +6 -1
- package/lib/data/icons/react/ten.js.map +1 -1
- package/lib/data/icons/react/tern.d.ts.map +1 -1
- package/lib/data/icons/react/tern.js +6 -1
- package/lib/data/icons/react/tern.js.map +1 -1
- package/lib/data/icons/react/tgch.d.ts.map +1 -1
- package/lib/data/icons/react/tgch.js +6 -1
- package/lib/data/icons/react/tgch.js.map +1 -1
- package/lib/data/icons/react/theta.d.ts.map +1 -1
- package/lib/data/icons/react/theta.js +6 -1
- package/lib/data/icons/react/theta.js.map +1 -1
- package/lib/data/icons/react/tix.d.ts.map +1 -1
- package/lib/data/icons/react/tix.js +6 -1
- package/lib/data/icons/react/tix.js.map +1 -1
- package/lib/data/icons/react/tkn.d.ts.map +1 -1
- package/lib/data/icons/react/tkn.js +6 -1
- package/lib/data/icons/react/tkn.js.map +1 -1
- package/lib/data/icons/react/tks.d.ts.map +1 -1
- package/lib/data/icons/react/tks.js +6 -1
- package/lib/data/icons/react/tks.js.map +1 -1
- package/lib/data/icons/react/tnb.d.ts.map +1 -1
- package/lib/data/icons/react/tnb.js +6 -1
- package/lib/data/icons/react/tnb.js.map +1 -1
- package/lib/data/icons/react/tnc.d.ts.map +1 -1
- package/lib/data/icons/react/tnc.js +6 -1
- package/lib/data/icons/react/tnc.js.map +1 -1
- package/lib/data/icons/react/tnt.d.ts.map +1 -1
- package/lib/data/icons/react/tnt.js +6 -1
- package/lib/data/icons/react/tnt.js.map +1 -1
- package/lib/data/icons/react/tomo.d.ts.map +1 -1
- package/lib/data/icons/react/tomo.js +6 -1
- package/lib/data/icons/react/tomo.js.map +1 -1
- package/lib/data/icons/react/tpay.d.ts.map +1 -1
- package/lib/data/icons/react/tpay.js +6 -1
- package/lib/data/icons/react/tpay.js.map +1 -1
- package/lib/data/icons/react/trig.d.ts.map +1 -1
- package/lib/data/icons/react/trig.js +6 -1
- package/lib/data/icons/react/trig.js.map +1 -1
- package/lib/data/icons/react/trtl.d.ts.map +1 -1
- package/lib/data/icons/react/trtl.js +6 -1
- package/lib/data/icons/react/trtl.js.map +1 -1
- package/lib/data/icons/react/trx.d.ts.map +1 -1
- package/lib/data/icons/react/trx.js +6 -1
- package/lib/data/icons/react/trx.js.map +1 -1
- package/lib/data/icons/react/tusd.d.ts.map +1 -1
- package/lib/data/icons/react/tusd.js +6 -1
- package/lib/data/icons/react/tusd.js.map +1 -1
- package/lib/data/icons/react/tyc.d.ts.map +1 -1
- package/lib/data/icons/react/tyc.js +6 -1
- package/lib/data/icons/react/tyc.js.map +1 -1
- package/lib/data/icons/react/tzc.d.ts.map +1 -1
- package/lib/data/icons/react/tzc.js +6 -1
- package/lib/data/icons/react/tzc.js.map +1 -1
- package/lib/data/icons/react/ubq.d.ts.map +1 -1
- package/lib/data/icons/react/ubq.js +6 -1
- package/lib/data/icons/react/ubq.js.map +1 -1
- package/lib/data/icons/react/uma.d.ts.map +1 -1
- package/lib/data/icons/react/uma.js +6 -1
- package/lib/data/icons/react/uma.js.map +1 -1
- package/lib/data/icons/react/uni.d.ts.map +1 -1
- package/lib/data/icons/react/uni.js +6 -1
- package/lib/data/icons/react/uni.js.map +1 -1
- package/lib/data/icons/react/unity.d.ts.map +1 -1
- package/lib/data/icons/react/unity.js +6 -1
- package/lib/data/icons/react/unity.js.map +1 -1
- package/lib/data/icons/react/usdc.d.ts.map +1 -1
- package/lib/data/icons/react/usdc.js +6 -1
- package/lib/data/icons/react/usdc.js.map +1 -1
- package/lib/data/icons/react/usdt.d.ts.map +1 -1
- package/lib/data/icons/react/usdt.js +6 -1
- package/lib/data/icons/react/usdt.js.map +1 -1
- package/lib/data/icons/react/utk.d.ts.map +1 -1
- package/lib/data/icons/react/utk.js +6 -1
- package/lib/data/icons/react/utk.js.map +1 -1
- package/lib/data/icons/react/veri.d.ts.map +1 -1
- package/lib/data/icons/react/veri.js +6 -1
- package/lib/data/icons/react/veri.js.map +1 -1
- package/lib/data/icons/react/vet.d.ts.map +1 -1
- package/lib/data/icons/react/vet.js +6 -1
- package/lib/data/icons/react/vet.js.map +1 -1
- package/lib/data/icons/react/via.d.ts.map +1 -1
- package/lib/data/icons/react/via.js +6 -1
- package/lib/data/icons/react/via.js.map +1 -1
- package/lib/data/icons/react/vib.d.ts.map +1 -1
- package/lib/data/icons/react/vib.js +6 -1
- package/lib/data/icons/react/vib.js.map +1 -1
- package/lib/data/icons/react/vibe.d.ts.map +1 -1
- package/lib/data/icons/react/vibe.js +6 -1
- package/lib/data/icons/react/vibe.js.map +1 -1
- package/lib/data/icons/react/vivo.d.ts.map +1 -1
- package/lib/data/icons/react/vivo.js +6 -1
- package/lib/data/icons/react/vivo.js.map +1 -1
- package/lib/data/icons/react/vrc.d.ts.map +1 -1
- package/lib/data/icons/react/vrc.js +6 -1
- package/lib/data/icons/react/vrc.js.map +1 -1
- package/lib/data/icons/react/vrsc.d.ts.map +1 -1
- package/lib/data/icons/react/vrsc.js +6 -1
- package/lib/data/icons/react/vrsc.js.map +1 -1
- package/lib/data/icons/react/vtc.d.ts.map +1 -1
- package/lib/data/icons/react/vtc.js +6 -1
- package/lib/data/icons/react/vtc.js.map +1 -1
- package/lib/data/icons/react/vtho.d.ts.map +1 -1
- package/lib/data/icons/react/vtho.js +6 -1
- package/lib/data/icons/react/vtho.js.map +1 -1
- package/lib/data/icons/react/wabi.d.ts.map +1 -1
- package/lib/data/icons/react/wabi.js +6 -1
- package/lib/data/icons/react/wabi.js.map +1 -1
- package/lib/data/icons/react/wan.d.ts.map +1 -1
- package/lib/data/icons/react/wan.js +6 -1
- package/lib/data/icons/react/wan.js.map +1 -1
- package/lib/data/icons/react/waves.d.ts.map +1 -1
- package/lib/data/icons/react/waves.js +6 -1
- package/lib/data/icons/react/waves.js.map +1 -1
- package/lib/data/icons/react/wax.d.ts.map +1 -1
- package/lib/data/icons/react/wax.js +6 -1
- package/lib/data/icons/react/wax.js.map +1 -1
- package/lib/data/icons/react/wbtc.d.ts.map +1 -1
- package/lib/data/icons/react/wbtc.js +6 -1
- package/lib/data/icons/react/wbtc.js.map +1 -1
- package/lib/data/icons/react/wgr.d.ts.map +1 -1
- package/lib/data/icons/react/wgr.js +6 -1
- package/lib/data/icons/react/wgr.js.map +1 -1
- package/lib/data/icons/react/wicc.d.ts.map +1 -1
- package/lib/data/icons/react/wicc.js +6 -1
- package/lib/data/icons/react/wicc.js.map +1 -1
- package/lib/data/icons/react/wings.d.ts.map +1 -1
- package/lib/data/icons/react/wings.js +6 -1
- package/lib/data/icons/react/wings.js.map +1 -1
- package/lib/data/icons/react/wpr.d.ts.map +1 -1
- package/lib/data/icons/react/wpr.js +6 -1
- package/lib/data/icons/react/wpr.js.map +1 -1
- package/lib/data/icons/react/wtc.d.ts.map +1 -1
- package/lib/data/icons/react/wtc.js +6 -1
- package/lib/data/icons/react/wtc.js.map +1 -1
- package/lib/data/icons/react/x.d.ts.map +1 -1
- package/lib/data/icons/react/x.js +6 -1
- package/lib/data/icons/react/x.js.map +1 -1
- package/lib/data/icons/react/xas.d.ts.map +1 -1
- package/lib/data/icons/react/xas.js +6 -1
- package/lib/data/icons/react/xas.js.map +1 -1
- package/lib/data/icons/react/xbc.d.ts.map +1 -1
- package/lib/data/icons/react/xbc.js +6 -1
- package/lib/data/icons/react/xbc.js.map +1 -1
- package/lib/data/icons/react/xbp.d.ts.map +1 -1
- package/lib/data/icons/react/xbp.js +6 -1
- package/lib/data/icons/react/xbp.js.map +1 -1
- package/lib/data/icons/react/xby.d.ts.map +1 -1
- package/lib/data/icons/react/xby.js +6 -1
- package/lib/data/icons/react/xby.js.map +1 -1
- package/lib/data/icons/react/xcp.d.ts.map +1 -1
- package/lib/data/icons/react/xcp.js +6 -1
- package/lib/data/icons/react/xcp.js.map +1 -1
- package/lib/data/icons/react/xdn.d.ts.map +1 -1
- package/lib/data/icons/react/xdn.js +6 -1
- package/lib/data/icons/react/xdn.js.map +1 -1
- package/lib/data/icons/react/xem.d.ts.map +1 -1
- package/lib/data/icons/react/xem.js +6 -1
- package/lib/data/icons/react/xem.js.map +1 -1
- package/lib/data/icons/react/xin.d.ts.map +1 -1
- package/lib/data/icons/react/xin.js +6 -1
- package/lib/data/icons/react/xin.js.map +1 -1
- package/lib/data/icons/react/xlm.d.ts.map +1 -1
- package/lib/data/icons/react/xlm.js +6 -1
- package/lib/data/icons/react/xlm.js.map +1 -1
- package/lib/data/icons/react/xmcc.d.ts.map +1 -1
- package/lib/data/icons/react/xmcc.js +6 -1
- package/lib/data/icons/react/xmcc.js.map +1 -1
- package/lib/data/icons/react/xmg.d.ts.map +1 -1
- package/lib/data/icons/react/xmg.js +6 -1
- package/lib/data/icons/react/xmg.js.map +1 -1
- package/lib/data/icons/react/xmo.d.ts.map +1 -1
- package/lib/data/icons/react/xmo.js +6 -1
- package/lib/data/icons/react/xmo.js.map +1 -1
- package/lib/data/icons/react/xmr.d.ts.map +1 -1
- package/lib/data/icons/react/xmr.js +6 -1
- package/lib/data/icons/react/xmr.js.map +1 -1
- package/lib/data/icons/react/xmy.d.ts.map +1 -1
- package/lib/data/icons/react/xmy.js +6 -1
- package/lib/data/icons/react/xmy.js.map +1 -1
- package/lib/data/icons/react/xp.d.ts.map +1 -1
- package/lib/data/icons/react/xp.js +6 -1
- package/lib/data/icons/react/xp.js.map +1 -1
- package/lib/data/icons/react/xpa.d.ts.map +1 -1
- package/lib/data/icons/react/xpa.js +6 -1
- package/lib/data/icons/react/xpa.js.map +1 -1
- package/lib/data/icons/react/xpm.d.ts.map +1 -1
- package/lib/data/icons/react/xpm.js +6 -1
- package/lib/data/icons/react/xpm.js.map +1 -1
- package/lib/data/icons/react/xrp.d.ts.map +1 -1
- package/lib/data/icons/react/xrp.js +6 -1
- package/lib/data/icons/react/xrp.js.map +1 -1
- package/lib/data/icons/react/xsg.d.ts.map +1 -1
- package/lib/data/icons/react/xsg.js +6 -1
- package/lib/data/icons/react/xsg.js.map +1 -1
- package/lib/data/icons/react/xst.d.ts.map +1 -1
- package/lib/data/icons/react/xst.js +6 -1
- package/lib/data/icons/react/xst.js.map +1 -1
- package/lib/data/icons/react/xtz.d.ts.map +1 -1
- package/lib/data/icons/react/xtz.js +6 -1
- package/lib/data/icons/react/xtz.js.map +1 -1
- package/lib/data/icons/react/xuc.d.ts.map +1 -1
- package/lib/data/icons/react/xuc.js +6 -1
- package/lib/data/icons/react/xuc.js.map +1 -1
- package/lib/data/icons/react/xvc.d.ts.map +1 -1
- package/lib/data/icons/react/xvc.js +6 -1
- package/lib/data/icons/react/xvc.js.map +1 -1
- package/lib/data/icons/react/xvg.d.ts.map +1 -1
- package/lib/data/icons/react/xvg.js +6 -1
- package/lib/data/icons/react/xvg.js.map +1 -1
- package/lib/data/icons/react/xzc.d.ts.map +1 -1
- package/lib/data/icons/react/xzc.js +6 -1
- package/lib/data/icons/react/xzc.js.map +1 -1
- package/lib/data/icons/react/yfi.d.ts.map +1 -1
- package/lib/data/icons/react/yfi.js +6 -1
- package/lib/data/icons/react/yfi.js.map +1 -1
- package/lib/data/icons/react/yoyow.d.ts.map +1 -1
- package/lib/data/icons/react/yoyow.js +6 -1
- package/lib/data/icons/react/yoyow.js.map +1 -1
- package/lib/data/icons/react/zcl.d.ts.map +1 -1
- package/lib/data/icons/react/zcl.js +6 -1
- package/lib/data/icons/react/zcl.js.map +1 -1
- package/lib/data/icons/react/zec.d.ts.map +1 -1
- package/lib/data/icons/react/zec.js +6 -1
- package/lib/data/icons/react/zec.js.map +1 -1
- package/lib/data/icons/react/zel.d.ts.map +1 -1
- package/lib/data/icons/react/zel.js +6 -1
- package/lib/data/icons/react/zel.js.map +1 -1
- package/lib/data/icons/react/zen.d.ts.map +1 -1
- package/lib/data/icons/react/zen.js +6 -1
- package/lib/data/icons/react/zen.js.map +1 -1
- package/lib/data/icons/react/zest.d.ts.map +1 -1
- package/lib/data/icons/react/zest.js +6 -1
- package/lib/data/icons/react/zest.js.map +1 -1
- package/lib/data/icons/react/zil.d.ts.map +1 -1
- package/lib/data/icons/react/zil.js +6 -1
- package/lib/data/icons/react/zil.js.map +1 -1
- package/lib/data/icons/react/zilla.d.ts.map +1 -1
- package/lib/data/icons/react/zilla.js +6 -1
- package/lib/data/icons/react/zilla.js.map +1 -1
- package/lib/data/icons/react/zrx.d.ts.map +1 -1
- package/lib/data/icons/react/zrx.js +6 -1
- package/lib/data/icons/react/zrx.js.map +1 -1
- package/lib/data/icons/reactNative/_0Xbtc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/_0Xbtc.js +6 -1
- package/lib/data/icons/reactNative/_0Xbtc.js.map +1 -1
- package/lib/data/icons/reactNative/_2Give.d.ts.map +1 -1
- package/lib/data/icons/reactNative/_2Give.js +6 -1
- package/lib/data/icons/reactNative/_2Give.js.map +1 -1
- package/lib/data/icons/reactNative/abt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/abt.js +6 -1
- package/lib/data/icons/reactNative/abt.js.map +1 -1
- package/lib/data/icons/reactNative/act.d.ts.map +1 -1
- package/lib/data/icons/reactNative/act.js +6 -1
- package/lib/data/icons/reactNative/act.js.map +1 -1
- package/lib/data/icons/reactNative/actn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/actn.js +6 -1
- package/lib/data/icons/reactNative/actn.js.map +1 -1
- package/lib/data/icons/reactNative/ada.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ada.js +6 -1
- package/lib/data/icons/reactNative/ada.js.map +1 -1
- package/lib/data/icons/reactNative/add.d.ts.map +1 -1
- package/lib/data/icons/reactNative/add.js +6 -1
- package/lib/data/icons/reactNative/add.js.map +1 -1
- package/lib/data/icons/reactNative/adx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/adx.js +6 -1
- package/lib/data/icons/reactNative/adx.js.map +1 -1
- package/lib/data/icons/reactNative/ae.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ae.js +6 -1
- package/lib/data/icons/reactNative/ae.js.map +1 -1
- package/lib/data/icons/reactNative/aeon.d.ts.map +1 -1
- package/lib/data/icons/reactNative/aeon.js +6 -1
- package/lib/data/icons/reactNative/aeon.js.map +1 -1
- package/lib/data/icons/reactNative/agi.d.ts.map +1 -1
- package/lib/data/icons/reactNative/agi.js +6 -1
- package/lib/data/icons/reactNative/agi.js.map +1 -1
- package/lib/data/icons/reactNative/agrs.d.ts.map +1 -1
- package/lib/data/icons/reactNative/agrs.js +6 -1
- package/lib/data/icons/reactNative/agrs.js.map +1 -1
- package/lib/data/icons/reactNative/aion.d.ts.map +1 -1
- package/lib/data/icons/reactNative/aion.js +6 -1
- package/lib/data/icons/reactNative/aion.js.map +1 -1
- package/lib/data/icons/reactNative/algo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/algo.js +6 -1
- package/lib/data/icons/reactNative/algo.js.map +1 -1
- package/lib/data/icons/reactNative/amb.d.ts.map +1 -1
- package/lib/data/icons/reactNative/amb.js +6 -1
- package/lib/data/icons/reactNative/amb.js.map +1 -1
- package/lib/data/icons/reactNative/amp.d.ts.map +1 -1
- package/lib/data/icons/reactNative/amp.js +6 -1
- package/lib/data/icons/reactNative/amp.js.map +1 -1
- package/lib/data/icons/reactNative/ampl.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ampl.js +6 -1
- package/lib/data/icons/reactNative/ampl.js.map +1 -1
- package/lib/data/icons/reactNative/ant.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ant.js +6 -1
- package/lib/data/icons/reactNative/ant.js.map +1 -1
- package/lib/data/icons/reactNative/apex.d.ts.map +1 -1
- package/lib/data/icons/reactNative/apex.js +6 -1
- package/lib/data/icons/reactNative/apex.js.map +1 -1
- package/lib/data/icons/reactNative/appc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/appc.js +6 -1
- package/lib/data/icons/reactNative/appc.js.map +1 -1
- package/lib/data/icons/reactNative/ardr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ardr.js +6 -1
- package/lib/data/icons/reactNative/ardr.js.map +1 -1
- package/lib/data/icons/reactNative/arg.d.ts.map +1 -1
- package/lib/data/icons/reactNative/arg.js +6 -1
- package/lib/data/icons/reactNative/arg.js.map +1 -1
- package/lib/data/icons/reactNative/ark.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ark.js +6 -1
- package/lib/data/icons/reactNative/ark.js.map +1 -1
- package/lib/data/icons/reactNative/arn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/arn.js +6 -1
- package/lib/data/icons/reactNative/arn.js.map +1 -1
- package/lib/data/icons/reactNative/arnx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/arnx.js +6 -1
- package/lib/data/icons/reactNative/arnx.js.map +1 -1
- package/lib/data/icons/reactNative/ary.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ary.js +6 -1
- package/lib/data/icons/reactNative/ary.js.map +1 -1
- package/lib/data/icons/reactNative/ast.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ast.js +6 -1
- package/lib/data/icons/reactNative/ast.js.map +1 -1
- package/lib/data/icons/reactNative/atm.d.ts.map +1 -1
- package/lib/data/icons/reactNative/atm.js +6 -1
- package/lib/data/icons/reactNative/atm.js.map +1 -1
- package/lib/data/icons/reactNative/atom.d.ts.map +1 -1
- package/lib/data/icons/reactNative/atom.js +6 -1
- package/lib/data/icons/reactNative/atom.js.map +1 -1
- package/lib/data/icons/reactNative/audr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/audr.js +6 -1
- package/lib/data/icons/reactNative/audr.js.map +1 -1
- package/lib/data/icons/reactNative/auto.d.ts.map +1 -1
- package/lib/data/icons/reactNative/auto.js +6 -1
- package/lib/data/icons/reactNative/auto.js.map +1 -1
- package/lib/data/icons/reactNative/aywa.d.ts.map +1 -1
- package/lib/data/icons/reactNative/aywa.js +6 -1
- package/lib/data/icons/reactNative/aywa.js.map +1 -1
- package/lib/data/icons/reactNative/bab.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bab.js +6 -1
- package/lib/data/icons/reactNative/bab.js.map +1 -1
- package/lib/data/icons/reactNative/bal.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bal.js +6 -1
- package/lib/data/icons/reactNative/bal.js.map +1 -1
- package/lib/data/icons/reactNative/band.d.ts.map +1 -1
- package/lib/data/icons/reactNative/band.js +6 -1
- package/lib/data/icons/reactNative/band.js.map +1 -1
- package/lib/data/icons/reactNative/bat.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bat.js +6 -1
- package/lib/data/icons/reactNative/bat.js.map +1 -1
- package/lib/data/icons/reactNative/bay.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bay.js +6 -1
- package/lib/data/icons/reactNative/bay.js.map +1 -1
- package/lib/data/icons/reactNative/bcbc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bcbc.js +6 -1
- package/lib/data/icons/reactNative/bcbc.js.map +1 -1
- package/lib/data/icons/reactNative/bcc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bcc.js +6 -1
- package/lib/data/icons/reactNative/bcc.js.map +1 -1
- package/lib/data/icons/reactNative/bcd.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bcd.js +6 -1
- package/lib/data/icons/reactNative/bcd.js.map +1 -1
- package/lib/data/icons/reactNative/bch.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bch.js +6 -1
- package/lib/data/icons/reactNative/bch.js.map +1 -1
- package/lib/data/icons/reactNative/bcio.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bcio.js +6 -1
- package/lib/data/icons/reactNative/bcio.js.map +1 -1
- package/lib/data/icons/reactNative/bcn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bcn.js +6 -1
- package/lib/data/icons/reactNative/bcn.js.map +1 -1
- package/lib/data/icons/reactNative/bco.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bco.js +6 -1
- package/lib/data/icons/reactNative/bco.js.map +1 -1
- package/lib/data/icons/reactNative/bcpt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bcpt.js +6 -1
- package/lib/data/icons/reactNative/bcpt.js.map +1 -1
- package/lib/data/icons/reactNative/bdl.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bdl.js +6 -1
- package/lib/data/icons/reactNative/bdl.js.map +1 -1
- package/lib/data/icons/reactNative/beam.d.ts.map +1 -1
- package/lib/data/icons/reactNative/beam.js +6 -1
- package/lib/data/icons/reactNative/beam.js.map +1 -1
- package/lib/data/icons/reactNative/bela.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bela.js +6 -1
- package/lib/data/icons/reactNative/bela.js.map +1 -1
- package/lib/data/icons/reactNative/bix.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bix.js +6 -1
- package/lib/data/icons/reactNative/bix.js.map +1 -1
- package/lib/data/icons/reactNative/blcn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/blcn.js +6 -1
- package/lib/data/icons/reactNative/blcn.js.map +1 -1
- package/lib/data/icons/reactNative/blk.d.ts.map +1 -1
- package/lib/data/icons/reactNative/blk.js +6 -1
- package/lib/data/icons/reactNative/blk.js.map +1 -1
- package/lib/data/icons/reactNative/block.d.ts.map +1 -1
- package/lib/data/icons/reactNative/block.js +6 -1
- package/lib/data/icons/reactNative/block.js.map +1 -1
- package/lib/data/icons/reactNative/blz.d.ts.map +1 -1
- package/lib/data/icons/reactNative/blz.js +6 -1
- package/lib/data/icons/reactNative/blz.js.map +1 -1
- package/lib/data/icons/reactNative/bnb.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bnb.js +6 -1
- package/lib/data/icons/reactNative/bnb.js.map +1 -1
- package/lib/data/icons/reactNative/bnt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bnt.js +6 -1
- package/lib/data/icons/reactNative/bnt.js.map +1 -1
- package/lib/data/icons/reactNative/bnty.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bnty.js +6 -1
- package/lib/data/icons/reactNative/bnty.js.map +1 -1
- package/lib/data/icons/reactNative/booty.d.ts.map +1 -1
- package/lib/data/icons/reactNative/booty.js +6 -1
- package/lib/data/icons/reactNative/booty.js.map +1 -1
- package/lib/data/icons/reactNative/bos.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bos.js +6 -1
- package/lib/data/icons/reactNative/bos.js.map +1 -1
- package/lib/data/icons/reactNative/bpt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bpt.js +6 -1
- package/lib/data/icons/reactNative/bpt.js.map +1 -1
- package/lib/data/icons/reactNative/bq.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bq.js +6 -1
- package/lib/data/icons/reactNative/bq.js.map +1 -1
- package/lib/data/icons/reactNative/brd.d.ts.map +1 -1
- package/lib/data/icons/reactNative/brd.js +6 -1
- package/lib/data/icons/reactNative/brd.js.map +1 -1
- package/lib/data/icons/reactNative/bsd.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bsd.js +6 -1
- package/lib/data/icons/reactNative/bsd.js.map +1 -1
- package/lib/data/icons/reactNative/bsv.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bsv.js +6 -1
- package/lib/data/icons/reactNative/bsv.js.map +1 -1
- package/lib/data/icons/reactNative/btc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/btc.js +6 -1
- package/lib/data/icons/reactNative/btc.js.map +1 -1
- package/lib/data/icons/reactNative/btcd.d.ts.map +1 -1
- package/lib/data/icons/reactNative/btcd.js +6 -1
- package/lib/data/icons/reactNative/btcd.js.map +1 -1
- package/lib/data/icons/reactNative/btch.d.ts.map +1 -1
- package/lib/data/icons/reactNative/btch.js +6 -1
- package/lib/data/icons/reactNative/btch.js.map +1 -1
- package/lib/data/icons/reactNative/btcp.d.ts.map +1 -1
- package/lib/data/icons/reactNative/btcp.js +6 -1
- package/lib/data/icons/reactNative/btcp.js.map +1 -1
- package/lib/data/icons/reactNative/btcz.d.ts.map +1 -1
- package/lib/data/icons/reactNative/btcz.js +6 -1
- package/lib/data/icons/reactNative/btcz.js.map +1 -1
- package/lib/data/icons/reactNative/btdx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/btdx.js +6 -1
- package/lib/data/icons/reactNative/btdx.js.map +1 -1
- package/lib/data/icons/reactNative/btg.d.ts.map +1 -1
- package/lib/data/icons/reactNative/btg.js +6 -1
- package/lib/data/icons/reactNative/btg.js.map +1 -1
- package/lib/data/icons/reactNative/btm.d.ts.map +1 -1
- package/lib/data/icons/reactNative/btm.js +6 -1
- package/lib/data/icons/reactNative/btm.js.map +1 -1
- package/lib/data/icons/reactNative/bts.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bts.js +6 -1
- package/lib/data/icons/reactNative/bts.js.map +1 -1
- package/lib/data/icons/reactNative/btt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/btt.js +6 -1
- package/lib/data/icons/reactNative/btt.js.map +1 -1
- package/lib/data/icons/reactNative/btx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/btx.js +6 -1
- package/lib/data/icons/reactNative/btx.js.map +1 -1
- package/lib/data/icons/reactNative/burst.d.ts.map +1 -1
- package/lib/data/icons/reactNative/burst.js +6 -1
- package/lib/data/icons/reactNative/burst.js.map +1 -1
- package/lib/data/icons/reactNative/bze.d.ts.map +1 -1
- package/lib/data/icons/reactNative/bze.js +6 -1
- package/lib/data/icons/reactNative/bze.js.map +1 -1
- package/lib/data/icons/reactNative/call.d.ts.map +1 -1
- package/lib/data/icons/reactNative/call.js +6 -1
- package/lib/data/icons/reactNative/call.js.map +1 -1
- package/lib/data/icons/reactNative/cc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cc.js +6 -1
- package/lib/data/icons/reactNative/cc.js.map +1 -1
- package/lib/data/icons/reactNative/cdn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cdn.js +6 -1
- package/lib/data/icons/reactNative/cdn.js.map +1 -1
- package/lib/data/icons/reactNative/cdt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cdt.js +6 -1
- package/lib/data/icons/reactNative/cdt.js.map +1 -1
- package/lib/data/icons/reactNative/celo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/celo.js +6 -1
- package/lib/data/icons/reactNative/celo.js.map +1 -1
- package/lib/data/icons/reactNative/cenz.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cenz.js +6 -1
- package/lib/data/icons/reactNative/cenz.js.map +1 -1
- package/lib/data/icons/reactNative/chain.d.ts.map +1 -1
- package/lib/data/icons/reactNative/chain.js +6 -1
- package/lib/data/icons/reactNative/chain.js.map +1 -1
- package/lib/data/icons/reactNative/chat.d.ts.map +1 -1
- package/lib/data/icons/reactNative/chat.js +6 -1
- package/lib/data/icons/reactNative/chat.js.map +1 -1
- package/lib/data/icons/reactNative/chips.d.ts.map +1 -1
- package/lib/data/icons/reactNative/chips.js +6 -1
- package/lib/data/icons/reactNative/chips.js.map +1 -1
- package/lib/data/icons/reactNative/cix.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cix.js +6 -1
- package/lib/data/icons/reactNative/cix.js.map +1 -1
- package/lib/data/icons/reactNative/clam.d.ts.map +1 -1
- package/lib/data/icons/reactNative/clam.js +6 -1
- package/lib/data/icons/reactNative/clam.js.map +1 -1
- package/lib/data/icons/reactNative/cloak.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cloak.js +6 -1
- package/lib/data/icons/reactNative/cloak.js.map +1 -1
- package/lib/data/icons/reactNative/cmm.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cmm.js +6 -1
- package/lib/data/icons/reactNative/cmm.js.map +1 -1
- package/lib/data/icons/reactNative/cmt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cmt.js +6 -1
- package/lib/data/icons/reactNative/cmt.js.map +1 -1
- package/lib/data/icons/reactNative/cnd.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cnd.js +6 -1
- package/lib/data/icons/reactNative/cnd.js.map +1 -1
- package/lib/data/icons/reactNative/cnx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cnx.js +6 -1
- package/lib/data/icons/reactNative/cnx.js.map +1 -1
- package/lib/data/icons/reactNative/cny.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cny.js +6 -1
- package/lib/data/icons/reactNative/cny.js.map +1 -1
- package/lib/data/icons/reactNative/cob.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cob.js +6 -1
- package/lib/data/icons/reactNative/cob.js.map +1 -1
- package/lib/data/icons/reactNative/colx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/colx.js +6 -1
- package/lib/data/icons/reactNative/colx.js.map +1 -1
- package/lib/data/icons/reactNative/comp.d.ts.map +1 -1
- package/lib/data/icons/reactNative/comp.js +6 -1
- package/lib/data/icons/reactNative/comp.js.map +1 -1
- package/lib/data/icons/reactNative/coqui.d.ts.map +1 -1
- package/lib/data/icons/reactNative/coqui.js +6 -1
- package/lib/data/icons/reactNative/coqui.js.map +1 -1
- package/lib/data/icons/reactNative/cred.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cred.js +6 -1
- package/lib/data/icons/reactNative/cred.js.map +1 -1
- package/lib/data/icons/reactNative/cro.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cro.js +6 -1
- package/lib/data/icons/reactNative/cro.js.map +1 -1
- package/lib/data/icons/reactNative/crpt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/crpt.js +6 -1
- package/lib/data/icons/reactNative/crpt.js.map +1 -1
- package/lib/data/icons/reactNative/crw.d.ts.map +1 -1
- package/lib/data/icons/reactNative/crw.js +6 -1
- package/lib/data/icons/reactNative/crw.js.map +1 -1
- package/lib/data/icons/reactNative/cs.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cs.js +6 -1
- package/lib/data/icons/reactNative/cs.js.map +1 -1
- package/lib/data/icons/reactNative/ctr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ctr.js +6 -1
- package/lib/data/icons/reactNative/ctr.js.map +1 -1
- package/lib/data/icons/reactNative/ctxc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ctxc.js +6 -1
- package/lib/data/icons/reactNative/ctxc.js.map +1 -1
- package/lib/data/icons/reactNative/cvc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/cvc.js +6 -1
- package/lib/data/icons/reactNative/cvc.js.map +1 -1
- package/lib/data/icons/reactNative/d.d.ts.map +1 -1
- package/lib/data/icons/reactNative/d.js +6 -1
- package/lib/data/icons/reactNative/d.js.map +1 -1
- package/lib/data/icons/reactNative/dai.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dai.js +6 -1
- package/lib/data/icons/reactNative/dai.js.map +1 -1
- package/lib/data/icons/reactNative/dash.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dash.js +6 -1
- package/lib/data/icons/reactNative/dash.js.map +1 -1
- package/lib/data/icons/reactNative/dat.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dat.js +6 -1
- package/lib/data/icons/reactNative/dat.js.map +1 -1
- package/lib/data/icons/reactNative/data.d.ts.map +1 -1
- package/lib/data/icons/reactNative/data.js +6 -1
- package/lib/data/icons/reactNative/data.js.map +1 -1
- package/lib/data/icons/reactNative/dbc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dbc.js +6 -1
- package/lib/data/icons/reactNative/dbc.js.map +1 -1
- package/lib/data/icons/reactNative/dcn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dcn.js +6 -1
- package/lib/data/icons/reactNative/dcn.js.map +1 -1
- package/lib/data/icons/reactNative/dcr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dcr.js +6 -1
- package/lib/data/icons/reactNative/dcr.js.map +1 -1
- package/lib/data/icons/reactNative/deez.d.ts.map +1 -1
- package/lib/data/icons/reactNative/deez.js +6 -1
- package/lib/data/icons/reactNative/deez.js.map +1 -1
- package/lib/data/icons/reactNative/dent.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dent.js +6 -1
- package/lib/data/icons/reactNative/dent.js.map +1 -1
- package/lib/data/icons/reactNative/dew.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dew.js +6 -1
- package/lib/data/icons/reactNative/dew.js.map +1 -1
- package/lib/data/icons/reactNative/dgb.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dgb.js +6 -1
- package/lib/data/icons/reactNative/dgb.js.map +1 -1
- package/lib/data/icons/reactNative/dgd.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dgd.js +6 -1
- package/lib/data/icons/reactNative/dgd.js.map +1 -1
- package/lib/data/icons/reactNative/dlt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dlt.js +6 -1
- package/lib/data/icons/reactNative/dlt.js.map +1 -1
- package/lib/data/icons/reactNative/dnt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dnt.js +6 -1
- package/lib/data/icons/reactNative/dnt.js.map +1 -1
- package/lib/data/icons/reactNative/dock.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dock.js +6 -1
- package/lib/data/icons/reactNative/dock.js.map +1 -1
- package/lib/data/icons/reactNative/doge.d.ts.map +1 -1
- package/lib/data/icons/reactNative/doge.js +6 -1
- package/lib/data/icons/reactNative/doge.js.map +1 -1
- package/lib/data/icons/reactNative/dot.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dot.js +13 -3
- package/lib/data/icons/reactNative/dot.js.map +1 -1
- package/lib/data/icons/reactNative/drgn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/drgn.js +6 -1
- package/lib/data/icons/reactNative/drgn.js.map +1 -1
- package/lib/data/icons/reactNative/drop.d.ts.map +1 -1
- package/lib/data/icons/reactNative/drop.js +6 -1
- package/lib/data/icons/reactNative/drop.js.map +1 -1
- package/lib/data/icons/reactNative/dta.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dta.js +6 -1
- package/lib/data/icons/reactNative/dta.js.map +1 -1
- package/lib/data/icons/reactNative/dth.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dth.js +6 -1
- package/lib/data/icons/reactNative/dth.js.map +1 -1
- package/lib/data/icons/reactNative/dtr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/dtr.js +6 -1
- package/lib/data/icons/reactNative/dtr.js.map +1 -1
- package/lib/data/icons/reactNative/ebst.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ebst.js +6 -1
- package/lib/data/icons/reactNative/ebst.js.map +1 -1
- package/lib/data/icons/reactNative/eca.d.ts.map +1 -1
- package/lib/data/icons/reactNative/eca.js +6 -1
- package/lib/data/icons/reactNative/eca.js.map +1 -1
- package/lib/data/icons/reactNative/edg.d.ts.map +1 -1
- package/lib/data/icons/reactNative/edg.js +6 -1
- package/lib/data/icons/reactNative/edg.js.map +1 -1
- package/lib/data/icons/reactNative/edo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/edo.js +6 -1
- package/lib/data/icons/reactNative/edo.js.map +1 -1
- package/lib/data/icons/reactNative/edoge.d.ts.map +1 -1
- package/lib/data/icons/reactNative/edoge.js +6 -1
- package/lib/data/icons/reactNative/edoge.js.map +1 -1
- package/lib/data/icons/reactNative/egem.d.ts.map +1 -1
- package/lib/data/icons/reactNative/egem.js +6 -1
- package/lib/data/icons/reactNative/egem.js.map +1 -1
- package/lib/data/icons/reactNative/egld.d.ts.map +1 -1
- package/lib/data/icons/reactNative/egld.js +6 -1
- package/lib/data/icons/reactNative/egld.js.map +1 -1
- package/lib/data/icons/reactNative/ela.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ela.js +6 -1
- package/lib/data/icons/reactNative/ela.js.map +1 -1
- package/lib/data/icons/reactNative/elec.d.ts.map +1 -1
- package/lib/data/icons/reactNative/elec.js +6 -1
- package/lib/data/icons/reactNative/elec.js.map +1 -1
- package/lib/data/icons/reactNative/elf.d.ts.map +1 -1
- package/lib/data/icons/reactNative/elf.js +6 -1
- package/lib/data/icons/reactNative/elf.js.map +1 -1
- package/lib/data/icons/reactNative/elix.d.ts.map +1 -1
- package/lib/data/icons/reactNative/elix.js +6 -1
- package/lib/data/icons/reactNative/elix.js.map +1 -1
- package/lib/data/icons/reactNative/ella.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ella.js +6 -1
- package/lib/data/icons/reactNative/ella.js.map +1 -1
- package/lib/data/icons/reactNative/emc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/emc.js +6 -1
- package/lib/data/icons/reactNative/emc.js.map +1 -1
- package/lib/data/icons/reactNative/emc2.d.ts.map +1 -1
- package/lib/data/icons/reactNative/emc2.js +6 -1
- package/lib/data/icons/reactNative/emc2.js.map +1 -1
- package/lib/data/icons/reactNative/eng.d.ts.map +1 -1
- package/lib/data/icons/reactNative/eng.js +6 -1
- package/lib/data/icons/reactNative/eng.js.map +1 -1
- package/lib/data/icons/reactNative/enj.d.ts.map +1 -1
- package/lib/data/icons/reactNative/enj.js +6 -1
- package/lib/data/icons/reactNative/enj.js.map +1 -1
- package/lib/data/icons/reactNative/entrp.d.ts.map +1 -1
- package/lib/data/icons/reactNative/entrp.js +6 -1
- package/lib/data/icons/reactNative/entrp.js.map +1 -1
- package/lib/data/icons/reactNative/eon.d.ts.map +1 -1
- package/lib/data/icons/reactNative/eon.js +6 -1
- package/lib/data/icons/reactNative/eon.js.map +1 -1
- package/lib/data/icons/reactNative/eop.d.ts.map +1 -1
- package/lib/data/icons/reactNative/eop.js +6 -1
- package/lib/data/icons/reactNative/eop.js.map +1 -1
- package/lib/data/icons/reactNative/eos.d.ts.map +1 -1
- package/lib/data/icons/reactNative/eos.js +6 -1
- package/lib/data/icons/reactNative/eos.js.map +1 -1
- package/lib/data/icons/reactNative/eqli.d.ts.map +1 -1
- package/lib/data/icons/reactNative/eqli.js +6 -1
- package/lib/data/icons/reactNative/eqli.js.map +1 -1
- package/lib/data/icons/reactNative/equa.d.ts.map +1 -1
- package/lib/data/icons/reactNative/equa.js +6 -1
- package/lib/data/icons/reactNative/equa.js.map +1 -1
- package/lib/data/icons/reactNative/eqz.d.ts.map +1 -1
- package/lib/data/icons/reactNative/eqz.js +6 -1
- package/lib/data/icons/reactNative/eqz.js.map +1 -1
- package/lib/data/icons/reactNative/etc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/etc.js +6 -1
- package/lib/data/icons/reactNative/etc.js.map +1 -1
- package/lib/data/icons/reactNative/eth.d.ts.map +1 -1
- package/lib/data/icons/reactNative/eth.js +6 -1
- package/lib/data/icons/reactNative/eth.js.map +1 -1
- package/lib/data/icons/reactNative/ethos.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ethos.js +6 -1
- package/lib/data/icons/reactNative/ethos.js.map +1 -1
- package/lib/data/icons/reactNative/etn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/etn.js +6 -1
- package/lib/data/icons/reactNative/etn.js.map +1 -1
- package/lib/data/icons/reactNative/etp.d.ts.map +1 -1
- package/lib/data/icons/reactNative/etp.js +6 -1
- package/lib/data/icons/reactNative/etp.js.map +1 -1
- package/lib/data/icons/reactNative/evx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/evx.js +6 -1
- package/lib/data/icons/reactNative/evx.js.map +1 -1
- package/lib/data/icons/reactNative/exmo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/exmo.js +6 -1
- package/lib/data/icons/reactNative/exmo.js.map +1 -1
- package/lib/data/icons/reactNative/exp.d.ts.map +1 -1
- package/lib/data/icons/reactNative/exp.js +6 -1
- package/lib/data/icons/reactNative/exp.js.map +1 -1
- package/lib/data/icons/reactNative/fair.d.ts.map +1 -1
- package/lib/data/icons/reactNative/fair.js +6 -1
- package/lib/data/icons/reactNative/fair.js.map +1 -1
- package/lib/data/icons/reactNative/fct.d.ts.map +1 -1
- package/lib/data/icons/reactNative/fct.js +6 -1
- package/lib/data/icons/reactNative/fct.js.map +1 -1
- package/lib/data/icons/reactNative/fil.d.ts.map +1 -1
- package/lib/data/icons/reactNative/fil.js +6 -1
- package/lib/data/icons/reactNative/fil.js.map +1 -1
- package/lib/data/icons/reactNative/fjc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/fjc.js +6 -1
- package/lib/data/icons/reactNative/fjc.js.map +1 -1
- package/lib/data/icons/reactNative/fldc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/fldc.js +6 -1
- package/lib/data/icons/reactNative/fldc.js.map +1 -1
- package/lib/data/icons/reactNative/flo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/flo.js +6 -1
- package/lib/data/icons/reactNative/flo.js.map +1 -1
- package/lib/data/icons/reactNative/fsn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/fsn.js +6 -1
- package/lib/data/icons/reactNative/fsn.js.map +1 -1
- package/lib/data/icons/reactNative/ftc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ftc.js +6 -1
- package/lib/data/icons/reactNative/ftc.js.map +1 -1
- package/lib/data/icons/reactNative/fuel.d.ts.map +1 -1
- package/lib/data/icons/reactNative/fuel.js +6 -1
- package/lib/data/icons/reactNative/fuel.js.map +1 -1
- package/lib/data/icons/reactNative/fun.d.ts.map +1 -1
- package/lib/data/icons/reactNative/fun.js +6 -1
- package/lib/data/icons/reactNative/fun.js.map +1 -1
- package/lib/data/icons/reactNative/game.d.ts.map +1 -1
- package/lib/data/icons/reactNative/game.js +6 -1
- package/lib/data/icons/reactNative/game.js.map +1 -1
- package/lib/data/icons/reactNative/gas.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gas.js +6 -1
- package/lib/data/icons/reactNative/gas.js.map +1 -1
- package/lib/data/icons/reactNative/gbx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gbx.js +6 -1
- package/lib/data/icons/reactNative/gbx.js.map +1 -1
- package/lib/data/icons/reactNative/gbyte.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gbyte.js +6 -1
- package/lib/data/icons/reactNative/gbyte.js.map +1 -1
- package/lib/data/icons/reactNative/generic.d.ts.map +1 -1
- package/lib/data/icons/reactNative/generic.js +6 -1
- package/lib/data/icons/reactNative/generic.js.map +1 -1
- package/lib/data/icons/reactNative/gin.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gin.js +6 -1
- package/lib/data/icons/reactNative/gin.js.map +1 -1
- package/lib/data/icons/reactNative/glxt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/glxt.js +6 -1
- package/lib/data/icons/reactNative/glxt.js.map +1 -1
- package/lib/data/icons/reactNative/gmr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gmr.js +6 -1
- package/lib/data/icons/reactNative/gmr.js.map +1 -1
- package/lib/data/icons/reactNative/gno.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gno.js +6 -1
- package/lib/data/icons/reactNative/gno.js.map +1 -1
- package/lib/data/icons/reactNative/gnt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gnt.js +6 -1
- package/lib/data/icons/reactNative/gnt.js.map +1 -1
- package/lib/data/icons/reactNative/gold.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gold.js +6 -1
- package/lib/data/icons/reactNative/gold.js.map +1 -1
- package/lib/data/icons/reactNative/grc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/grc.js +6 -1
- package/lib/data/icons/reactNative/grc.js.map +1 -1
- package/lib/data/icons/reactNative/grin.d.ts.map +1 -1
- package/lib/data/icons/reactNative/grin.js +6 -1
- package/lib/data/icons/reactNative/grin.js.map +1 -1
- package/lib/data/icons/reactNative/gsc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gsc.js +6 -1
- package/lib/data/icons/reactNative/gsc.js.map +1 -1
- package/lib/data/icons/reactNative/gto.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gto.js +6 -1
- package/lib/data/icons/reactNative/gto.js.map +1 -1
- package/lib/data/icons/reactNative/gup.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gup.js +6 -1
- package/lib/data/icons/reactNative/gup.js.map +1 -1
- package/lib/data/icons/reactNative/gusd.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gusd.js +6 -1
- package/lib/data/icons/reactNative/gusd.js.map +1 -1
- package/lib/data/icons/reactNative/gvt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gvt.js +6 -1
- package/lib/data/icons/reactNative/gvt.js.map +1 -1
- package/lib/data/icons/reactNative/gxs.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gxs.js +6 -1
- package/lib/data/icons/reactNative/gxs.js.map +1 -1
- package/lib/data/icons/reactNative/gzr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/gzr.js +6 -1
- package/lib/data/icons/reactNative/gzr.js.map +1 -1
- package/lib/data/icons/reactNative/hbar.d.ts +8 -0
- package/lib/data/icons/reactNative/hbar.d.ts.map +1 -0
- package/lib/data/icons/reactNative/hbar.js +36 -0
- package/lib/data/icons/reactNative/hbar.js.map +1 -0
- package/lib/data/icons/reactNative/hight.d.ts.map +1 -1
- package/lib/data/icons/reactNative/hight.js +6 -1
- package/lib/data/icons/reactNative/hight.js.map +1 -1
- package/lib/data/icons/reactNative/hodl.d.ts.map +1 -1
- package/lib/data/icons/reactNative/hodl.js +6 -1
- package/lib/data/icons/reactNative/hodl.js.map +1 -1
- package/lib/data/icons/reactNative/hot.d.ts.map +1 -1
- package/lib/data/icons/reactNative/hot.js +6 -1
- package/lib/data/icons/reactNative/hot.js.map +1 -1
- package/lib/data/icons/reactNative/hpb.d.ts.map +1 -1
- package/lib/data/icons/reactNative/hpb.js +6 -1
- package/lib/data/icons/reactNative/hpb.js.map +1 -1
- package/lib/data/icons/reactNative/hsr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/hsr.js +6 -1
- package/lib/data/icons/reactNative/hsr.js.map +1 -1
- package/lib/data/icons/reactNative/ht.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ht.js +6 -1
- package/lib/data/icons/reactNative/ht.js.map +1 -1
- package/lib/data/icons/reactNative/html.d.ts.map +1 -1
- package/lib/data/icons/reactNative/html.js +6 -1
- package/lib/data/icons/reactNative/html.js.map +1 -1
- package/lib/data/icons/reactNative/huc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/huc.js +6 -1
- package/lib/data/icons/reactNative/huc.js.map +1 -1
- package/lib/data/icons/reactNative/hush.d.ts.map +1 -1
- package/lib/data/icons/reactNative/hush.js +6 -1
- package/lib/data/icons/reactNative/hush.js.map +1 -1
- package/lib/data/icons/reactNative/icn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/icn.js +6 -1
- package/lib/data/icons/reactNative/icn.js.map +1 -1
- package/lib/data/icons/reactNative/icx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/icx.js +6 -1
- package/lib/data/icons/reactNative/icx.js.map +1 -1
- package/lib/data/icons/reactNative/ignis.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ignis.js +6 -1
- package/lib/data/icons/reactNative/ignis.js.map +1 -1
- package/lib/data/icons/reactNative/ilk.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ilk.js +6 -1
- package/lib/data/icons/reactNative/ilk.js.map +1 -1
- package/lib/data/icons/reactNative/index.d.ts +1 -0
- package/lib/data/icons/reactNative/index.d.ts.map +1 -1
- package/lib/data/icons/reactNative/index.js +14 -8
- package/lib/data/icons/reactNative/index.js.map +1 -1
- package/lib/data/icons/reactNative/ink.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ink.js +6 -1
- package/lib/data/icons/reactNative/ink.js.map +1 -1
- package/lib/data/icons/reactNative/ins.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ins.js +6 -1
- package/lib/data/icons/reactNative/ins.js.map +1 -1
- package/lib/data/icons/reactNative/ion.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ion.js +6 -1
- package/lib/data/icons/reactNative/ion.js.map +1 -1
- package/lib/data/icons/reactNative/iop.d.ts.map +1 -1
- package/lib/data/icons/reactNative/iop.js +6 -1
- package/lib/data/icons/reactNative/iop.js.map +1 -1
- package/lib/data/icons/reactNative/iost.d.ts.map +1 -1
- package/lib/data/icons/reactNative/iost.js +6 -1
- package/lib/data/icons/reactNative/iost.js.map +1 -1
- package/lib/data/icons/reactNative/iotx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/iotx.js +6 -1
- package/lib/data/icons/reactNative/iotx.js.map +1 -1
- package/lib/data/icons/reactNative/iq.d.ts.map +1 -1
- package/lib/data/icons/reactNative/iq.js +6 -1
- package/lib/data/icons/reactNative/iq.js.map +1 -1
- package/lib/data/icons/reactNative/itc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/itc.js +6 -1
- package/lib/data/icons/reactNative/itc.js.map +1 -1
- package/lib/data/icons/reactNative/jnt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/jnt.js +6 -1
- package/lib/data/icons/reactNative/jnt.js.map +1 -1
- package/lib/data/icons/reactNative/jpy.d.ts.map +1 -1
- package/lib/data/icons/reactNative/jpy.js +6 -1
- package/lib/data/icons/reactNative/jpy.js.map +1 -1
- package/lib/data/icons/reactNative/kcs.d.ts.map +1 -1
- package/lib/data/icons/reactNative/kcs.js +6 -1
- package/lib/data/icons/reactNative/kcs.js.map +1 -1
- package/lib/data/icons/reactNative/kin.d.ts.map +1 -1
- package/lib/data/icons/reactNative/kin.js +6 -1
- package/lib/data/icons/reactNative/kin.js.map +1 -1
- package/lib/data/icons/reactNative/klown.d.ts.map +1 -1
- package/lib/data/icons/reactNative/klown.js +6 -1
- package/lib/data/icons/reactNative/klown.js.map +1 -1
- package/lib/data/icons/reactNative/kmd.d.ts.map +1 -1
- package/lib/data/icons/reactNative/kmd.js +6 -1
- package/lib/data/icons/reactNative/kmd.js.map +1 -1
- package/lib/data/icons/reactNative/knc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/knc.js +6 -1
- package/lib/data/icons/reactNative/knc.js.map +1 -1
- package/lib/data/icons/reactNative/krb.d.ts.map +1 -1
- package/lib/data/icons/reactNative/krb.js +6 -1
- package/lib/data/icons/reactNative/krb.js.map +1 -1
- package/lib/data/icons/reactNative/lbc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/lbc.js +6 -1
- package/lib/data/icons/reactNative/lbc.js.map +1 -1
- package/lib/data/icons/reactNative/lend.d.ts.map +1 -1
- package/lib/data/icons/reactNative/lend.js +6 -1
- package/lib/data/icons/reactNative/lend.js.map +1 -1
- package/lib/data/icons/reactNative/leo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/leo.js +6 -1
- package/lib/data/icons/reactNative/leo.js.map +1 -1
- package/lib/data/icons/reactNative/link.d.ts.map +1 -1
- package/lib/data/icons/reactNative/link.js +6 -1
- package/lib/data/icons/reactNative/link.js.map +1 -1
- package/lib/data/icons/reactNative/lkk.d.ts.map +1 -1
- package/lib/data/icons/reactNative/lkk.js +6 -1
- package/lib/data/icons/reactNative/lkk.js.map +1 -1
- package/lib/data/icons/reactNative/loom.d.ts.map +1 -1
- package/lib/data/icons/reactNative/loom.js +6 -1
- package/lib/data/icons/reactNative/loom.js.map +1 -1
- package/lib/data/icons/reactNative/lpt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/lpt.js +6 -1
- package/lib/data/icons/reactNative/lpt.js.map +1 -1
- package/lib/data/icons/reactNative/lrc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/lrc.js +6 -1
- package/lib/data/icons/reactNative/lrc.js.map +1 -1
- package/lib/data/icons/reactNative/lsk.d.ts.map +1 -1
- package/lib/data/icons/reactNative/lsk.js +6 -1
- package/lib/data/icons/reactNative/lsk.js.map +1 -1
- package/lib/data/icons/reactNative/ltc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ltc.js +6 -1
- package/lib/data/icons/reactNative/ltc.js.map +1 -1
- package/lib/data/icons/reactNative/lun.d.ts.map +1 -1
- package/lib/data/icons/reactNative/lun.js +6 -1
- package/lib/data/icons/reactNative/lun.js.map +1 -1
- package/lib/data/icons/reactNative/maid.d.ts.map +1 -1
- package/lib/data/icons/reactNative/maid.js +6 -1
- package/lib/data/icons/reactNative/maid.js.map +1 -1
- package/lib/data/icons/reactNative/mana.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mana.js +6 -1
- package/lib/data/icons/reactNative/mana.js.map +1 -1
- package/lib/data/icons/reactNative/matic.d.ts.map +1 -1
- package/lib/data/icons/reactNative/matic.js +6 -1
- package/lib/data/icons/reactNative/matic.js.map +1 -1
- package/lib/data/icons/reactNative/mcap.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mcap.js +6 -1
- package/lib/data/icons/reactNative/mcap.js.map +1 -1
- package/lib/data/icons/reactNative/mco.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mco.js +6 -1
- package/lib/data/icons/reactNative/mco.js.map +1 -1
- package/lib/data/icons/reactNative/mda.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mda.js +6 -1
- package/lib/data/icons/reactNative/mda.js.map +1 -1
- package/lib/data/icons/reactNative/mds.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mds.js +6 -1
- package/lib/data/icons/reactNative/mds.js.map +1 -1
- package/lib/data/icons/reactNative/med.d.ts.map +1 -1
- package/lib/data/icons/reactNative/med.js +6 -1
- package/lib/data/icons/reactNative/med.js.map +1 -1
- package/lib/data/icons/reactNative/meetone.d.ts.map +1 -1
- package/lib/data/icons/reactNative/meetone.js +6 -1
- package/lib/data/icons/reactNative/meetone.js.map +1 -1
- package/lib/data/icons/reactNative/mft.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mft.js +6 -1
- package/lib/data/icons/reactNative/mft.js.map +1 -1
- package/lib/data/icons/reactNative/miota.d.ts.map +1 -1
- package/lib/data/icons/reactNative/miota.js +6 -1
- package/lib/data/icons/reactNative/miota.js.map +1 -1
- package/lib/data/icons/reactNative/mith.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mith.js +6 -1
- package/lib/data/icons/reactNative/mith.js.map +1 -1
- package/lib/data/icons/reactNative/mkr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mkr.js +6 -1
- package/lib/data/icons/reactNative/mkr.js.map +1 -1
- package/lib/data/icons/reactNative/mln.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mln.js +6 -1
- package/lib/data/icons/reactNative/mln.js.map +1 -1
- package/lib/data/icons/reactNative/mnx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mnx.js +6 -1
- package/lib/data/icons/reactNative/mnx.js.map +1 -1
- package/lib/data/icons/reactNative/mnz.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mnz.js +6 -1
- package/lib/data/icons/reactNative/mnz.js.map +1 -1
- package/lib/data/icons/reactNative/moac.d.ts.map +1 -1
- package/lib/data/icons/reactNative/moac.js +6 -1
- package/lib/data/icons/reactNative/moac.js.map +1 -1
- package/lib/data/icons/reactNative/mod.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mod.js +6 -1
- package/lib/data/icons/reactNative/mod.js.map +1 -1
- package/lib/data/icons/reactNative/mona.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mona.js +6 -1
- package/lib/data/icons/reactNative/mona.js.map +1 -1
- package/lib/data/icons/reactNative/msr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/msr.js +6 -1
- package/lib/data/icons/reactNative/msr.js.map +1 -1
- package/lib/data/icons/reactNative/mth.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mth.js +6 -1
- package/lib/data/icons/reactNative/mth.js.map +1 -1
- package/lib/data/icons/reactNative/mtl.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mtl.js +6 -1
- package/lib/data/icons/reactNative/mtl.js.map +1 -1
- package/lib/data/icons/reactNative/music.d.ts.map +1 -1
- package/lib/data/icons/reactNative/music.js +6 -1
- package/lib/data/icons/reactNative/music.js.map +1 -1
- package/lib/data/icons/reactNative/mzc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/mzc.js +6 -1
- package/lib/data/icons/reactNative/mzc.js.map +1 -1
- package/lib/data/icons/reactNative/nano.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nano.js +6 -1
- package/lib/data/icons/reactNative/nano.js.map +1 -1
- package/lib/data/icons/reactNative/nas.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nas.js +6 -1
- package/lib/data/icons/reactNative/nas.js.map +1 -1
- package/lib/data/icons/reactNative/nav.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nav.js +6 -1
- package/lib/data/icons/reactNative/nav.js.map +1 -1
- package/lib/data/icons/reactNative/ncash.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ncash.js +6 -1
- package/lib/data/icons/reactNative/ncash.js.map +1 -1
- package/lib/data/icons/reactNative/ndz.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ndz.js +6 -1
- package/lib/data/icons/reactNative/ndz.js.map +1 -1
- package/lib/data/icons/reactNative/nebl.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nebl.js +6 -1
- package/lib/data/icons/reactNative/nebl.js.map +1 -1
- package/lib/data/icons/reactNative/neo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/neo.js +6 -1
- package/lib/data/icons/reactNative/neo.js.map +1 -1
- package/lib/data/icons/reactNative/neos.d.ts.map +1 -1
- package/lib/data/icons/reactNative/neos.js +6 -1
- package/lib/data/icons/reactNative/neos.js.map +1 -1
- package/lib/data/icons/reactNative/neu.d.ts.map +1 -1
- package/lib/data/icons/reactNative/neu.js +6 -1
- package/lib/data/icons/reactNative/neu.js.map +1 -1
- package/lib/data/icons/reactNative/nexo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nexo.js +6 -1
- package/lib/data/icons/reactNative/nexo.js.map +1 -1
- package/lib/data/icons/reactNative/ngc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ngc.js +6 -1
- package/lib/data/icons/reactNative/ngc.js.map +1 -1
- package/lib/data/icons/reactNative/nim.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nim.js +6 -1
- package/lib/data/icons/reactNative/nim.js.map +1 -1
- package/lib/data/icons/reactNative/nio.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nio.js +6 -1
- package/lib/data/icons/reactNative/nio.js.map +1 -1
- package/lib/data/icons/reactNative/nlc2.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nlc2.js +6 -1
- package/lib/data/icons/reactNative/nlc2.js.map +1 -1
- package/lib/data/icons/reactNative/nlg.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nlg.js +6 -1
- package/lib/data/icons/reactNative/nlg.js.map +1 -1
- package/lib/data/icons/reactNative/nmc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nmc.js +6 -1
- package/lib/data/icons/reactNative/nmc.js.map +1 -1
- package/lib/data/icons/reactNative/nmr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nmr.js +6 -1
- package/lib/data/icons/reactNative/nmr.js.map +1 -1
- package/lib/data/icons/reactNative/npxs.d.ts.map +1 -1
- package/lib/data/icons/reactNative/npxs.js +6 -1
- package/lib/data/icons/reactNative/npxs.js.map +1 -1
- package/lib/data/icons/reactNative/nuls.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nuls.js +6 -1
- package/lib/data/icons/reactNative/nuls.js.map +1 -1
- package/lib/data/icons/reactNative/nxs.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nxs.js +6 -1
- package/lib/data/icons/reactNative/nxs.js.map +1 -1
- package/lib/data/icons/reactNative/nxt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/nxt.js +6 -1
- package/lib/data/icons/reactNative/nxt.js.map +1 -1
- package/lib/data/icons/reactNative/oax.d.ts.map +1 -1
- package/lib/data/icons/reactNative/oax.js +6 -1
- package/lib/data/icons/reactNative/oax.js.map +1 -1
- package/lib/data/icons/reactNative/ok.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ok.js +6 -1
- package/lib/data/icons/reactNative/ok.js.map +1 -1
- package/lib/data/icons/reactNative/okb.d.ts.map +1 -1
- package/lib/data/icons/reactNative/okb.js +6 -1
- package/lib/data/icons/reactNative/okb.js.map +1 -1
- package/lib/data/icons/reactNative/omg.d.ts.map +1 -1
- package/lib/data/icons/reactNative/omg.js +6 -1
- package/lib/data/icons/reactNative/omg.js.map +1 -1
- package/lib/data/icons/reactNative/omni.d.ts.map +1 -1
- package/lib/data/icons/reactNative/omni.js +6 -1
- package/lib/data/icons/reactNative/omni.js.map +1 -1
- package/lib/data/icons/reactNative/ong.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ong.js +6 -1
- package/lib/data/icons/reactNative/ong.js.map +1 -1
- package/lib/data/icons/reactNative/ont.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ont.js +6 -1
- package/lib/data/icons/reactNative/ont.js.map +1 -1
- package/lib/data/icons/reactNative/oot.d.ts.map +1 -1
- package/lib/data/icons/reactNative/oot.js +6 -1
- package/lib/data/icons/reactNative/oot.js.map +1 -1
- package/lib/data/icons/reactNative/ost.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ost.js +6 -1
- package/lib/data/icons/reactNative/ost.js.map +1 -1
- package/lib/data/icons/reactNative/ox.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ox.js +6 -1
- package/lib/data/icons/reactNative/ox.js.map +1 -1
- package/lib/data/icons/reactNative/oxt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/oxt.js +6 -1
- package/lib/data/icons/reactNative/oxt.js.map +1 -1
- package/lib/data/icons/reactNative/pac.d.ts.map +1 -1
- package/lib/data/icons/reactNative/pac.js +6 -1
- package/lib/data/icons/reactNative/pac.js.map +1 -1
- package/lib/data/icons/reactNative/part.d.ts.map +1 -1
- package/lib/data/icons/reactNative/part.js +6 -1
- package/lib/data/icons/reactNative/part.js.map +1 -1
- package/lib/data/icons/reactNative/pasc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/pasc.js +6 -1
- package/lib/data/icons/reactNative/pasc.js.map +1 -1
- package/lib/data/icons/reactNative/pasl.d.ts.map +1 -1
- package/lib/data/icons/reactNative/pasl.js +6 -1
- package/lib/data/icons/reactNative/pasl.js.map +1 -1
- package/lib/data/icons/reactNative/pax.d.ts.map +1 -1
- package/lib/data/icons/reactNative/pax.js +6 -1
- package/lib/data/icons/reactNative/pax.js.map +1 -1
- package/lib/data/icons/reactNative/pay.d.ts.map +1 -1
- package/lib/data/icons/reactNative/pay.js +6 -1
- package/lib/data/icons/reactNative/pay.js.map +1 -1
- package/lib/data/icons/reactNative/payx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/payx.js +6 -1
- package/lib/data/icons/reactNative/payx.js.map +1 -1
- package/lib/data/icons/reactNative/pink.d.ts.map +1 -1
- package/lib/data/icons/reactNative/pink.js +6 -1
- package/lib/data/icons/reactNative/pink.js.map +1 -1
- package/lib/data/icons/reactNative/pirl.d.ts.map +1 -1
- package/lib/data/icons/reactNative/pirl.js +6 -1
- package/lib/data/icons/reactNative/pirl.js.map +1 -1
- package/lib/data/icons/reactNative/pivx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/pivx.js +6 -1
- package/lib/data/icons/reactNative/pivx.js.map +1 -1
- package/lib/data/icons/reactNative/plr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/plr.js +6 -1
- package/lib/data/icons/reactNative/plr.js.map +1 -1
- package/lib/data/icons/reactNative/poa.d.ts.map +1 -1
- package/lib/data/icons/reactNative/poa.js +6 -1
- package/lib/data/icons/reactNative/poa.js.map +1 -1
- package/lib/data/icons/reactNative/poe.d.ts.map +1 -1
- package/lib/data/icons/reactNative/poe.js +6 -1
- package/lib/data/icons/reactNative/poe.js.map +1 -1
- package/lib/data/icons/reactNative/polis.d.ts.map +1 -1
- package/lib/data/icons/reactNative/polis.js +6 -1
- package/lib/data/icons/reactNative/polis.js.map +1 -1
- package/lib/data/icons/reactNative/poly.d.ts.map +1 -1
- package/lib/data/icons/reactNative/poly.js +6 -1
- package/lib/data/icons/reactNative/poly.js.map +1 -1
- package/lib/data/icons/reactNative/pot.d.ts.map +1 -1
- package/lib/data/icons/reactNative/pot.js +6 -1
- package/lib/data/icons/reactNative/pot.js.map +1 -1
- package/lib/data/icons/reactNative/powr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/powr.js +6 -1
- package/lib/data/icons/reactNative/powr.js.map +1 -1
- package/lib/data/icons/reactNative/ppc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ppc.js +6 -1
- package/lib/data/icons/reactNative/ppc.js.map +1 -1
- package/lib/data/icons/reactNative/ppp.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ppp.js +6 -1
- package/lib/data/icons/reactNative/ppp.js.map +1 -1
- package/lib/data/icons/reactNative/ppt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ppt.js +6 -1
- package/lib/data/icons/reactNative/ppt.js.map +1 -1
- package/lib/data/icons/reactNative/pre.d.ts.map +1 -1
- package/lib/data/icons/reactNative/pre.js +6 -1
- package/lib/data/icons/reactNative/pre.js.map +1 -1
- package/lib/data/icons/reactNative/prl.d.ts.map +1 -1
- package/lib/data/icons/reactNative/prl.js +6 -1
- package/lib/data/icons/reactNative/prl.js.map +1 -1
- package/lib/data/icons/reactNative/pungo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/pungo.js +6 -1
- package/lib/data/icons/reactNative/pungo.js.map +1 -1
- package/lib/data/icons/reactNative/pura.d.ts.map +1 -1
- package/lib/data/icons/reactNative/pura.js +6 -1
- package/lib/data/icons/reactNative/pura.js.map +1 -1
- package/lib/data/icons/reactNative/qash.d.ts.map +1 -1
- package/lib/data/icons/reactNative/qash.js +6 -1
- package/lib/data/icons/reactNative/qash.js.map +1 -1
- package/lib/data/icons/reactNative/qiwi.d.ts.map +1 -1
- package/lib/data/icons/reactNative/qiwi.js +6 -1
- package/lib/data/icons/reactNative/qiwi.js.map +1 -1
- package/lib/data/icons/reactNative/qlc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/qlc.js +6 -1
- package/lib/data/icons/reactNative/qlc.js.map +1 -1
- package/lib/data/icons/reactNative/qrl.d.ts.map +1 -1
- package/lib/data/icons/reactNative/qrl.js +6 -1
- package/lib/data/icons/reactNative/qrl.js.map +1 -1
- package/lib/data/icons/reactNative/qsp.d.ts.map +1 -1
- package/lib/data/icons/reactNative/qsp.js +6 -1
- package/lib/data/icons/reactNative/qsp.js.map +1 -1
- package/lib/data/icons/reactNative/qtum.d.ts.map +1 -1
- package/lib/data/icons/reactNative/qtum.js +6 -1
- package/lib/data/icons/reactNative/qtum.js.map +1 -1
- package/lib/data/icons/reactNative/r.d.ts.map +1 -1
- package/lib/data/icons/reactNative/r.js +6 -1
- package/lib/data/icons/reactNative/r.js.map +1 -1
- package/lib/data/icons/reactNative/rads.d.ts.map +1 -1
- package/lib/data/icons/reactNative/rads.js +6 -1
- package/lib/data/icons/reactNative/rads.js.map +1 -1
- package/lib/data/icons/reactNative/rap.d.ts.map +1 -1
- package/lib/data/icons/reactNative/rap.js +6 -1
- package/lib/data/icons/reactNative/rap.js.map +1 -1
- package/lib/data/icons/reactNative/rcn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/rcn.js +6 -1
- package/lib/data/icons/reactNative/rcn.js.map +1 -1
- package/lib/data/icons/reactNative/rdd.d.ts.map +1 -1
- package/lib/data/icons/reactNative/rdd.js +6 -1
- package/lib/data/icons/reactNative/rdd.js.map +1 -1
- package/lib/data/icons/reactNative/rdn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/rdn.js +6 -1
- package/lib/data/icons/reactNative/rdn.js.map +1 -1
- package/lib/data/icons/reactNative/ren.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ren.js +6 -1
- package/lib/data/icons/reactNative/ren.js.map +1 -1
- package/lib/data/icons/reactNative/rep.d.ts.map +1 -1
- package/lib/data/icons/reactNative/rep.js +6 -1
- package/lib/data/icons/reactNative/rep.js.map +1 -1
- package/lib/data/icons/reactNative/repv2.d.ts.map +1 -1
- package/lib/data/icons/reactNative/repv2.js +6 -1
- package/lib/data/icons/reactNative/repv2.js.map +1 -1
- package/lib/data/icons/reactNative/req.d.ts.map +1 -1
- package/lib/data/icons/reactNative/req.js +6 -1
- package/lib/data/icons/reactNative/req.js.map +1 -1
- package/lib/data/icons/reactNative/rhoc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/rhoc.js +6 -1
- package/lib/data/icons/reactNative/rhoc.js.map +1 -1
- package/lib/data/icons/reactNative/ric.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ric.js +6 -1
- package/lib/data/icons/reactNative/ric.js.map +1 -1
- package/lib/data/icons/reactNative/rise.d.ts.map +1 -1
- package/lib/data/icons/reactNative/rise.js +6 -1
- package/lib/data/icons/reactNative/rise.js.map +1 -1
- package/lib/data/icons/reactNative/rlc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/rlc.js +6 -1
- package/lib/data/icons/reactNative/rlc.js.map +1 -1
- package/lib/data/icons/reactNative/rpx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/rpx.js +6 -1
- package/lib/data/icons/reactNative/rpx.js.map +1 -1
- package/lib/data/icons/reactNative/rub.d.ts.map +1 -1
- package/lib/data/icons/reactNative/rub.js +6 -1
- package/lib/data/icons/reactNative/rub.js.map +1 -1
- package/lib/data/icons/reactNative/rvn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/rvn.js +6 -1
- package/lib/data/icons/reactNative/rvn.js.map +1 -1
- package/lib/data/icons/reactNative/ryo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ryo.js +6 -1
- package/lib/data/icons/reactNative/ryo.js.map +1 -1
- package/lib/data/icons/reactNative/safe.d.ts.map +1 -1
- package/lib/data/icons/reactNative/safe.js +6 -1
- package/lib/data/icons/reactNative/safe.js.map +1 -1
- package/lib/data/icons/reactNative/sai.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sai.js +6 -1
- package/lib/data/icons/reactNative/sai.js.map +1 -1
- package/lib/data/icons/reactNative/salt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/salt.js +6 -1
- package/lib/data/icons/reactNative/salt.js.map +1 -1
- package/lib/data/icons/reactNative/san.d.ts.map +1 -1
- package/lib/data/icons/reactNative/san.js +6 -1
- package/lib/data/icons/reactNative/san.js.map +1 -1
- package/lib/data/icons/reactNative/sbd.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sbd.js +6 -1
- package/lib/data/icons/reactNative/sbd.js.map +1 -1
- package/lib/data/icons/reactNative/sberbank.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sberbank.js +6 -1
- package/lib/data/icons/reactNative/sberbank.js.map +1 -1
- package/lib/data/icons/reactNative/sc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sc.js +6 -1
- package/lib/data/icons/reactNative/sc.js.map +1 -1
- package/lib/data/icons/reactNative/shift.d.ts.map +1 -1
- package/lib/data/icons/reactNative/shift.js +6 -1
- package/lib/data/icons/reactNative/shift.js.map +1 -1
- package/lib/data/icons/reactNative/sib.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sib.js +6 -1
- package/lib/data/icons/reactNative/sib.js.map +1 -1
- package/lib/data/icons/reactNative/sin.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sin.js +6 -1
- package/lib/data/icons/reactNative/sin.js.map +1 -1
- package/lib/data/icons/reactNative/sky.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sky.js +6 -1
- package/lib/data/icons/reactNative/sky.js.map +1 -1
- package/lib/data/icons/reactNative/slr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/slr.js +6 -1
- package/lib/data/icons/reactNative/slr.js.map +1 -1
- package/lib/data/icons/reactNative/sls.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sls.js +6 -1
- package/lib/data/icons/reactNative/sls.js.map +1 -1
- package/lib/data/icons/reactNative/smart.d.ts.map +1 -1
- package/lib/data/icons/reactNative/smart.js +6 -1
- package/lib/data/icons/reactNative/smart.js.map +1 -1
- package/lib/data/icons/reactNative/sngls.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sngls.js +6 -1
- package/lib/data/icons/reactNative/sngls.js.map +1 -1
- package/lib/data/icons/reactNative/snm.d.ts.map +1 -1
- package/lib/data/icons/reactNative/snm.js +6 -1
- package/lib/data/icons/reactNative/snm.js.map +1 -1
- package/lib/data/icons/reactNative/snt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/snt.js +6 -1
- package/lib/data/icons/reactNative/snt.js.map +1 -1
- package/lib/data/icons/reactNative/soc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/soc.js +6 -1
- package/lib/data/icons/reactNative/soc.js.map +1 -1
- package/lib/data/icons/reactNative/sol.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sol.js +6 -1
- package/lib/data/icons/reactNative/sol.js.map +1 -1
- package/lib/data/icons/reactNative/spank.d.ts.map +1 -1
- package/lib/data/icons/reactNative/spank.js +6 -1
- package/lib/data/icons/reactNative/spank.js.map +1 -1
- package/lib/data/icons/reactNative/sphtx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sphtx.js +6 -1
- package/lib/data/icons/reactNative/sphtx.js.map +1 -1
- package/lib/data/icons/reactNative/srn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/srn.js +6 -1
- package/lib/data/icons/reactNative/srn.js.map +1 -1
- package/lib/data/icons/reactNative/ssv.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ssv.js +6 -1
- package/lib/data/icons/reactNative/ssv.js.map +1 -1
- package/lib/data/icons/reactNative/stak.d.ts.map +1 -1
- package/lib/data/icons/reactNative/stak.js +6 -1
- package/lib/data/icons/reactNative/stak.js.map +1 -1
- package/lib/data/icons/reactNative/start.d.ts.map +1 -1
- package/lib/data/icons/reactNative/start.js +6 -1
- package/lib/data/icons/reactNative/start.js.map +1 -1
- package/lib/data/icons/reactNative/steem.d.ts.map +1 -1
- package/lib/data/icons/reactNative/steem.js +6 -1
- package/lib/data/icons/reactNative/steem.js.map +1 -1
- package/lib/data/icons/reactNative/storj.d.ts.map +1 -1
- package/lib/data/icons/reactNative/storj.js +6 -1
- package/lib/data/icons/reactNative/storj.js.map +1 -1
- package/lib/data/icons/reactNative/storm.d.ts.map +1 -1
- package/lib/data/icons/reactNative/storm.js +6 -1
- package/lib/data/icons/reactNative/storm.js.map +1 -1
- package/lib/data/icons/reactNative/stq.d.ts.map +1 -1
- package/lib/data/icons/reactNative/stq.js +6 -1
- package/lib/data/icons/reactNative/stq.js.map +1 -1
- package/lib/data/icons/reactNative/strat.d.ts.map +1 -1
- package/lib/data/icons/reactNative/strat.js +6 -1
- package/lib/data/icons/reactNative/strat.js.map +1 -1
- package/lib/data/icons/reactNative/sub.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sub.js +6 -1
- package/lib/data/icons/reactNative/sub.js.map +1 -1
- package/lib/data/icons/reactNative/sumo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sumo.js +6 -1
- package/lib/data/icons/reactNative/sumo.js.map +1 -1
- package/lib/data/icons/reactNative/sys.d.ts.map +1 -1
- package/lib/data/icons/reactNative/sys.js +6 -1
- package/lib/data/icons/reactNative/sys.js.map +1 -1
- package/lib/data/icons/reactNative/taas.d.ts.map +1 -1
- package/lib/data/icons/reactNative/taas.js +6 -1
- package/lib/data/icons/reactNative/taas.js.map +1 -1
- package/lib/data/icons/reactNative/tau.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tau.js +6 -1
- package/lib/data/icons/reactNative/tau.js.map +1 -1
- package/lib/data/icons/reactNative/tbx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tbx.js +6 -1
- package/lib/data/icons/reactNative/tbx.js.map +1 -1
- package/lib/data/icons/reactNative/tel.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tel.js +6 -1
- package/lib/data/icons/reactNative/tel.js.map +1 -1
- package/lib/data/icons/reactNative/ten.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ten.js +6 -1
- package/lib/data/icons/reactNative/ten.js.map +1 -1
- package/lib/data/icons/reactNative/tern.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tern.js +6 -1
- package/lib/data/icons/reactNative/tern.js.map +1 -1
- package/lib/data/icons/reactNative/tgch.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tgch.js +6 -1
- package/lib/data/icons/reactNative/tgch.js.map +1 -1
- package/lib/data/icons/reactNative/theta.d.ts.map +1 -1
- package/lib/data/icons/reactNative/theta.js +6 -1
- package/lib/data/icons/reactNative/theta.js.map +1 -1
- package/lib/data/icons/reactNative/tix.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tix.js +6 -1
- package/lib/data/icons/reactNative/tix.js.map +1 -1
- package/lib/data/icons/reactNative/tkn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tkn.js +6 -1
- package/lib/data/icons/reactNative/tkn.js.map +1 -1
- package/lib/data/icons/reactNative/tks.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tks.js +6 -1
- package/lib/data/icons/reactNative/tks.js.map +1 -1
- package/lib/data/icons/reactNative/tnb.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tnb.js +6 -1
- package/lib/data/icons/reactNative/tnb.js.map +1 -1
- package/lib/data/icons/reactNative/tnc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tnc.js +6 -1
- package/lib/data/icons/reactNative/tnc.js.map +1 -1
- package/lib/data/icons/reactNative/tnt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tnt.js +6 -1
- package/lib/data/icons/reactNative/tnt.js.map +1 -1
- package/lib/data/icons/reactNative/tomo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tomo.js +6 -1
- package/lib/data/icons/reactNative/tomo.js.map +1 -1
- package/lib/data/icons/reactNative/tpay.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tpay.js +6 -1
- package/lib/data/icons/reactNative/tpay.js.map +1 -1
- package/lib/data/icons/reactNative/trig.d.ts.map +1 -1
- package/lib/data/icons/reactNative/trig.js +6 -1
- package/lib/data/icons/reactNative/trig.js.map +1 -1
- package/lib/data/icons/reactNative/trtl.d.ts.map +1 -1
- package/lib/data/icons/reactNative/trtl.js +6 -1
- package/lib/data/icons/reactNative/trtl.js.map +1 -1
- package/lib/data/icons/reactNative/trx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/trx.js +6 -1
- package/lib/data/icons/reactNative/trx.js.map +1 -1
- package/lib/data/icons/reactNative/tusd.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tusd.js +6 -1
- package/lib/data/icons/reactNative/tusd.js.map +1 -1
- package/lib/data/icons/reactNative/tyc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tyc.js +6 -1
- package/lib/data/icons/reactNative/tyc.js.map +1 -1
- package/lib/data/icons/reactNative/tzc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/tzc.js +6 -1
- package/lib/data/icons/reactNative/tzc.js.map +1 -1
- package/lib/data/icons/reactNative/ubq.d.ts.map +1 -1
- package/lib/data/icons/reactNative/ubq.js +6 -1
- package/lib/data/icons/reactNative/ubq.js.map +1 -1
- package/lib/data/icons/reactNative/uma.d.ts.map +1 -1
- package/lib/data/icons/reactNative/uma.js +6 -1
- package/lib/data/icons/reactNative/uma.js.map +1 -1
- package/lib/data/icons/reactNative/uni.d.ts.map +1 -1
- package/lib/data/icons/reactNative/uni.js +6 -1
- package/lib/data/icons/reactNative/uni.js.map +1 -1
- package/lib/data/icons/reactNative/unity.d.ts.map +1 -1
- package/lib/data/icons/reactNative/unity.js +6 -1
- package/lib/data/icons/reactNative/unity.js.map +1 -1
- package/lib/data/icons/reactNative/usdc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/usdc.js +6 -1
- package/lib/data/icons/reactNative/usdc.js.map +1 -1
- package/lib/data/icons/reactNative/usdt.d.ts.map +1 -1
- package/lib/data/icons/reactNative/usdt.js +6 -1
- package/lib/data/icons/reactNative/usdt.js.map +1 -1
- package/lib/data/icons/reactNative/utk.d.ts.map +1 -1
- package/lib/data/icons/reactNative/utk.js +6 -1
- package/lib/data/icons/reactNative/utk.js.map +1 -1
- package/lib/data/icons/reactNative/veri.d.ts.map +1 -1
- package/lib/data/icons/reactNative/veri.js +6 -1
- package/lib/data/icons/reactNative/veri.js.map +1 -1
- package/lib/data/icons/reactNative/vet.d.ts.map +1 -1
- package/lib/data/icons/reactNative/vet.js +6 -1
- package/lib/data/icons/reactNative/vet.js.map +1 -1
- package/lib/data/icons/reactNative/via.d.ts.map +1 -1
- package/lib/data/icons/reactNative/via.js +6 -1
- package/lib/data/icons/reactNative/via.js.map +1 -1
- package/lib/data/icons/reactNative/vib.d.ts.map +1 -1
- package/lib/data/icons/reactNative/vib.js +6 -1
- package/lib/data/icons/reactNative/vib.js.map +1 -1
- package/lib/data/icons/reactNative/vibe.d.ts.map +1 -1
- package/lib/data/icons/reactNative/vibe.js +6 -1
- package/lib/data/icons/reactNative/vibe.js.map +1 -1
- package/lib/data/icons/reactNative/vivo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/vivo.js +6 -1
- package/lib/data/icons/reactNative/vivo.js.map +1 -1
- package/lib/data/icons/reactNative/vrc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/vrc.js +6 -1
- package/lib/data/icons/reactNative/vrc.js.map +1 -1
- package/lib/data/icons/reactNative/vrsc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/vrsc.js +6 -1
- package/lib/data/icons/reactNative/vrsc.js.map +1 -1
- package/lib/data/icons/reactNative/vtc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/vtc.js +6 -1
- package/lib/data/icons/reactNative/vtc.js.map +1 -1
- package/lib/data/icons/reactNative/vtho.d.ts.map +1 -1
- package/lib/data/icons/reactNative/vtho.js +6 -1
- package/lib/data/icons/reactNative/vtho.js.map +1 -1
- package/lib/data/icons/reactNative/wabi.d.ts.map +1 -1
- package/lib/data/icons/reactNative/wabi.js +6 -1
- package/lib/data/icons/reactNative/wabi.js.map +1 -1
- package/lib/data/icons/reactNative/wan.d.ts.map +1 -1
- package/lib/data/icons/reactNative/wan.js +6 -1
- package/lib/data/icons/reactNative/wan.js.map +1 -1
- package/lib/data/icons/reactNative/waves.d.ts.map +1 -1
- package/lib/data/icons/reactNative/waves.js +6 -1
- package/lib/data/icons/reactNative/waves.js.map +1 -1
- package/lib/data/icons/reactNative/wax.d.ts.map +1 -1
- package/lib/data/icons/reactNative/wax.js +6 -1
- package/lib/data/icons/reactNative/wax.js.map +1 -1
- package/lib/data/icons/reactNative/wbtc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/wbtc.js +6 -1
- package/lib/data/icons/reactNative/wbtc.js.map +1 -1
- package/lib/data/icons/reactNative/wgr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/wgr.js +6 -1
- package/lib/data/icons/reactNative/wgr.js.map +1 -1
- package/lib/data/icons/reactNative/wicc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/wicc.js +6 -1
- package/lib/data/icons/reactNative/wicc.js.map +1 -1
- package/lib/data/icons/reactNative/wings.d.ts.map +1 -1
- package/lib/data/icons/reactNative/wings.js +6 -1
- package/lib/data/icons/reactNative/wings.js.map +1 -1
- package/lib/data/icons/reactNative/wpr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/wpr.js +6 -1
- package/lib/data/icons/reactNative/wpr.js.map +1 -1
- package/lib/data/icons/reactNative/wtc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/wtc.js +6 -1
- package/lib/data/icons/reactNative/wtc.js.map +1 -1
- package/lib/data/icons/reactNative/x.d.ts.map +1 -1
- package/lib/data/icons/reactNative/x.js +6 -1
- package/lib/data/icons/reactNative/x.js.map +1 -1
- package/lib/data/icons/reactNative/xas.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xas.js +6 -1
- package/lib/data/icons/reactNative/xas.js.map +1 -1
- package/lib/data/icons/reactNative/xbc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xbc.js +6 -1
- package/lib/data/icons/reactNative/xbc.js.map +1 -1
- package/lib/data/icons/reactNative/xbp.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xbp.js +6 -1
- package/lib/data/icons/reactNative/xbp.js.map +1 -1
- package/lib/data/icons/reactNative/xby.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xby.js +6 -1
- package/lib/data/icons/reactNative/xby.js.map +1 -1
- package/lib/data/icons/reactNative/xcp.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xcp.js +6 -1
- package/lib/data/icons/reactNative/xcp.js.map +1 -1
- package/lib/data/icons/reactNative/xdn.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xdn.js +6 -1
- package/lib/data/icons/reactNative/xdn.js.map +1 -1
- package/lib/data/icons/reactNative/xem.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xem.js +6 -1
- package/lib/data/icons/reactNative/xem.js.map +1 -1
- package/lib/data/icons/reactNative/xin.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xin.js +6 -1
- package/lib/data/icons/reactNative/xin.js.map +1 -1
- package/lib/data/icons/reactNative/xlm.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xlm.js +6 -1
- package/lib/data/icons/reactNative/xlm.js.map +1 -1
- package/lib/data/icons/reactNative/xmcc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xmcc.js +6 -1
- package/lib/data/icons/reactNative/xmcc.js.map +1 -1
- package/lib/data/icons/reactNative/xmg.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xmg.js +6 -1
- package/lib/data/icons/reactNative/xmg.js.map +1 -1
- package/lib/data/icons/reactNative/xmo.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xmo.js +6 -1
- package/lib/data/icons/reactNative/xmo.js.map +1 -1
- package/lib/data/icons/reactNative/xmr.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xmr.js +6 -1
- package/lib/data/icons/reactNative/xmr.js.map +1 -1
- package/lib/data/icons/reactNative/xmy.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xmy.js +6 -1
- package/lib/data/icons/reactNative/xmy.js.map +1 -1
- package/lib/data/icons/reactNative/xp.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xp.js +6 -1
- package/lib/data/icons/reactNative/xp.js.map +1 -1
- package/lib/data/icons/reactNative/xpa.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xpa.js +6 -1
- package/lib/data/icons/reactNative/xpa.js.map +1 -1
- package/lib/data/icons/reactNative/xpm.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xpm.js +6 -1
- package/lib/data/icons/reactNative/xpm.js.map +1 -1
- package/lib/data/icons/reactNative/xrp.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xrp.js +6 -1
- package/lib/data/icons/reactNative/xrp.js.map +1 -1
- package/lib/data/icons/reactNative/xsg.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xsg.js +6 -1
- package/lib/data/icons/reactNative/xsg.js.map +1 -1
- package/lib/data/icons/reactNative/xst.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xst.js +6 -1
- package/lib/data/icons/reactNative/xst.js.map +1 -1
- package/lib/data/icons/reactNative/xtz.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xtz.js +6 -1
- package/lib/data/icons/reactNative/xtz.js.map +1 -1
- package/lib/data/icons/reactNative/xuc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xuc.js +6 -1
- package/lib/data/icons/reactNative/xuc.js.map +1 -1
- package/lib/data/icons/reactNative/xvc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xvc.js +6 -1
- package/lib/data/icons/reactNative/xvc.js.map +1 -1
- package/lib/data/icons/reactNative/xvg.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xvg.js +6 -1
- package/lib/data/icons/reactNative/xvg.js.map +1 -1
- package/lib/data/icons/reactNative/xzc.d.ts.map +1 -1
- package/lib/data/icons/reactNative/xzc.js +6 -1
- package/lib/data/icons/reactNative/xzc.js.map +1 -1
- package/lib/data/icons/reactNative/yfi.d.ts.map +1 -1
- package/lib/data/icons/reactNative/yfi.js +6 -1
- package/lib/data/icons/reactNative/yfi.js.map +1 -1
- package/lib/data/icons/reactNative/yoyow.d.ts.map +1 -1
- package/lib/data/icons/reactNative/yoyow.js +6 -1
- package/lib/data/icons/reactNative/yoyow.js.map +1 -1
- package/lib/data/icons/reactNative/zcl.d.ts.map +1 -1
- package/lib/data/icons/reactNative/zcl.js +6 -1
- package/lib/data/icons/reactNative/zcl.js.map +1 -1
- package/lib/data/icons/reactNative/zec.d.ts.map +1 -1
- package/lib/data/icons/reactNative/zec.js +6 -1
- package/lib/data/icons/reactNative/zec.js.map +1 -1
- package/lib/data/icons/reactNative/zel.d.ts.map +1 -1
- package/lib/data/icons/reactNative/zel.js +6 -1
- package/lib/data/icons/reactNative/zel.js.map +1 -1
- package/lib/data/icons/reactNative/zen.d.ts.map +1 -1
- package/lib/data/icons/reactNative/zen.js +6 -1
- package/lib/data/icons/reactNative/zen.js.map +1 -1
- package/lib/data/icons/reactNative/zest.d.ts.map +1 -1
- package/lib/data/icons/reactNative/zest.js +6 -1
- package/lib/data/icons/reactNative/zest.js.map +1 -1
- package/lib/data/icons/reactNative/zil.d.ts.map +1 -1
- package/lib/data/icons/reactNative/zil.js +6 -1
- package/lib/data/icons/reactNative/zil.js.map +1 -1
- package/lib/data/icons/reactNative/zilla.d.ts.map +1 -1
- package/lib/data/icons/reactNative/zilla.js +6 -1
- package/lib/data/icons/reactNative/zilla.js.map +1 -1
- package/lib/data/icons/reactNative/zrx.d.ts.map +1 -1
- package/lib/data/icons/reactNative/zrx.js +6 -1
- package/lib/data/icons/reactNative/zrx.js.map +1 -1
- package/lib/derivation.d.ts +3 -0
- package/lib/derivation.d.ts.map +1 -1
- package/lib/derivation.js +11 -2
- package/lib/derivation.js.map +1 -1
- package/lib/env.d.ts +16 -6
- package/lib/env.d.ts.map +1 -1
- package/lib/env.js +13 -3
- package/lib/env.js.map +1 -1
- package/lib/env.react.d.ts +1 -1
- package/lib/env.react.d.ts.map +1 -1
- package/lib/errors.d.ts +3 -0
- package/lib/errors.d.ts.map +1 -1
- package/lib/errors.js +7 -2
- package/lib/errors.js.map +1 -1
- package/lib/exchange/index.d.ts.map +1 -1
- package/lib/exchange/index.js +3 -1
- package/lib/exchange/index.js.map +1 -1
- package/lib/exchange/swap/getProviders.js +1 -1
- package/lib/exchange/swap/getProviders.js.map +1 -1
- package/lib/exchange/swap/hooks/index.js +5 -1
- package/lib/exchange/swap/hooks/index.js.map +1 -1
- package/lib/families/algorand/api/index.js +5 -1
- package/lib/families/algorand/api/index.js.map +1 -1
- package/lib/families/algorand/js-estimateMaxSpendable.d.ts.map +1 -1
- package/lib/families/algorand/js-estimateMaxSpendable.js +25 -24
- package/lib/families/algorand/js-estimateMaxSpendable.js.map +1 -1
- package/lib/families/algorand/js-synchronization.d.ts +2 -2
- package/lib/families/bitcoin/bridge/js.js +5 -1
- package/lib/families/bitcoin/bridge/js.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 +4 -2
- package/lib/families/bitcoin/getAccountNetworkInfo.js.map +1 -1
- package/lib/families/bitcoin/js-broadcast.js +5 -1
- package/lib/families/bitcoin/js-broadcast.js.map +1 -1
- package/lib/families/bitcoin/js-buildTransaction.js +5 -1
- package/lib/families/bitcoin/js-buildTransaction.js.map +1 -1
- package/lib/families/bitcoin/js-estimateMaxSpendable.js +5 -1
- package/lib/families/bitcoin/js-estimateMaxSpendable.js.map +1 -1
- package/lib/families/bitcoin/js-signOperation.js +5 -1
- package/lib/families/bitcoin/js-signOperation.js.map +1 -1
- package/lib/families/bitcoin/js-synchronisation.d.ts +2 -2
- package/lib/families/bitcoin/satstack.d.ts.map +1 -1
- package/lib/families/bitcoin/satstack.js +1 -1
- package/lib/families/bitcoin/satstack.js.map +1 -1
- package/lib/families/bitcoin/specs.d.ts.map +1 -1
- package/lib/families/bitcoin/specs.js +5 -2
- package/lib/families/bitcoin/specs.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/base.js +5 -1
- package/lib/families/bitcoin/wallet-btc/crypto/base.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/bitcoin.js +5 -1
- package/lib/families/bitcoin/wallet-btc/crypto/bitcoin.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/decred.js +5 -1
- package/lib/families/bitcoin/wallet-btc/crypto/decred.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/digibyte.js +5 -1
- package/lib/families/bitcoin/wallet-btc/crypto/digibyte.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/factory.js +5 -1
- package/lib/families/bitcoin/wallet-btc/crypto/factory.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/index.js +5 -1
- package/lib/families/bitcoin/wallet-btc/crypto/index.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/litecoin.js +5 -1
- package/lib/families/bitcoin/wallet-btc/crypto/litecoin.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/zec.js +5 -1
- package/lib/families/bitcoin/wallet-btc/crypto/zec.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/zen.js +5 -1
- package/lib/families/bitcoin/wallet-btc/crypto/zen.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/explorer/index.js +5 -1
- package/lib/families/bitcoin/wallet-btc/explorer/index.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/pickingstrategies/CoinSelect.js +5 -1
- package/lib/families/bitcoin/wallet-btc/pickingstrategies/CoinSelect.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/pickingstrategies/DeepFirst.js +5 -1
- package/lib/families/bitcoin/wallet-btc/pickingstrategies/DeepFirst.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/pickingstrategies/Merge.js +5 -1
- package/lib/families/bitcoin/wallet-btc/pickingstrategies/Merge.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/utils.d.ts +2 -0
- package/lib/families/bitcoin/wallet-btc/utils.d.ts.map +1 -1
- package/lib/families/bitcoin/wallet-btc/utils.js +14 -2
- package/lib/families/bitcoin/wallet-btc/utils.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/wallet.d.ts.map +1 -1
- package/lib/families/bitcoin/wallet-btc/wallet.js +16 -12
- package/lib/families/bitcoin/wallet-btc/wallet.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/xpub.js +5 -1
- package/lib/families/bitcoin/wallet-btc/xpub.js.map +1 -1
- package/lib/families/celo/api/index.js +5 -1
- package/lib/families/celo/api/index.js.map +1 -1
- package/lib/families/celo/hw-getAddress.js +5 -1
- package/lib/families/celo/hw-getAddress.js.map +1 -1
- package/lib/families/celo/js-buildTransaction.d.ts +1 -2
- package/lib/families/celo/js-buildTransaction.d.ts.map +1 -1
- package/lib/families/celo/js-synchronisation.d.ts +2 -2
- package/lib/families/cosmos/api/Cosmos.d.ts +2 -2
- package/lib/families/cosmos/api/Cosmos.d.ts.map +1 -1
- package/lib/families/cosmos/api/Cosmos.js +10 -7
- package/lib/families/cosmos/api/Cosmos.js.map +1 -1
- package/lib/families/cosmos/js-buildTransaction.d.ts.map +1 -1
- package/lib/families/cosmos/js-buildTransaction.js +18 -15
- package/lib/families/cosmos/js-buildTransaction.js.map +1 -1
- package/lib/families/cosmos/js-getTransactionStatus.d.ts.map +1 -1
- package/lib/families/cosmos/js-getTransactionStatus.js +10 -10
- package/lib/families/cosmos/js-getTransactionStatus.js.map +1 -1
- package/lib/families/cosmos/js-prepareTransaction.d.ts.map +1 -1
- package/lib/families/cosmos/js-prepareTransaction.js +29 -5
- package/lib/families/cosmos/js-prepareTransaction.js.map +1 -1
- package/lib/families/cosmos/js-signOperation.d.ts.map +1 -1
- package/lib/families/cosmos/js-signOperation.js +76 -39
- package/lib/families/cosmos/js-signOperation.js.map +1 -1
- package/lib/families/cosmos/js-synchronisation.d.ts +2 -2
- package/lib/families/cosmos/js-synchronisation.js +3 -2
- package/lib/families/cosmos/js-synchronisation.js.map +1 -1
- package/lib/families/cosmos/logic.d.ts +2 -2
- package/lib/families/cosmos/logic.d.ts.map +1 -1
- package/lib/families/cosmos/logic.js +2 -2
- package/lib/families/cosmos/logic.js.map +1 -1
- package/lib/families/cosmos/preloadedData.mock.d.ts.map +1 -1
- package/lib/families/cosmos/preloadedData.mock.js +134 -0
- package/lib/families/cosmos/preloadedData.mock.js.map +1 -1
- package/lib/families/cosmos/react.d.ts +1 -0
- package/lib/families/cosmos/react.d.ts.map +1 -1
- package/lib/families/cosmos/react.js +23 -1
- package/lib/families/cosmos/react.js.map +1 -1
- package/lib/families/cosmos/react.test.js +14 -1
- package/lib/families/cosmos/react.test.js.map +1 -1
- package/lib/families/cosmos/test-dataset.js +1 -1
- package/lib/families/cosmos/test-dataset.js.map +1 -1
- package/lib/families/cosmos/types.d.ts +1 -0
- package/lib/families/cosmos/types.d.ts.map +1 -1
- package/lib/families/cosmos/utils.d.ts +2 -0
- package/lib/families/cosmos/utils.d.ts.map +1 -0
- package/lib/families/cosmos/utils.js +5 -0
- package/lib/families/cosmos/utils.js.map +1 -0
- package/lib/families/cosmos/validators.d.ts.map +1 -1
- package/lib/families/cosmos/validators.js +3 -1
- package/lib/families/cosmos/validators.js.map +1 -1
- package/lib/families/crypto_org/api/index.js +5 -1
- package/lib/families/crypto_org/api/index.js.map +1 -1
- package/lib/families/crypto_org/js-synchronisation.d.ts +2 -2
- package/lib/families/elrond/api/index.js +5 -1
- package/lib/families/elrond/api/index.js.map +1 -1
- package/lib/families/elrond/js-synchronisation.d.ts +2 -2
- package/lib/families/elrond/logic.js +5 -1
- package/lib/families/elrond/logic.js.map +1 -1
- package/lib/families/ethereum/modules/index.js +5 -1
- package/lib/families/ethereum/modules/index.js.map +1 -1
- package/lib/families/ethereum/nftResolvers.js.map +1 -1
- package/lib/families/hedera/api/mirror.d.ts +10 -0
- package/lib/families/hedera/api/mirror.d.ts.map +1 -0
- package/lib/families/hedera/api/mirror.js +230 -0
- package/lib/families/hedera/api/mirror.js.map +1 -0
- package/lib/families/hedera/api/network.d.ts +14 -0
- package/lib/families/hedera/api/network.d.ts.map +1 -0
- package/lib/families/hedera/api/network.js +112 -0
- package/lib/families/hedera/api/network.js.map +1 -0
- package/lib/families/hedera/bridge/js.d.ts +8 -0
- package/lib/families/hedera/bridge/js.d.ts.map +1 -0
- package/lib/families/hedera/bridge/js.js +33 -0
- package/lib/families/hedera/bridge/js.js.map +1 -0
- package/lib/families/hedera/cli-transaction.d.ts +14 -0
- package/lib/families/hedera/cli-transaction.d.ts.map +1 -0
- package/lib/families/hedera/cli-transaction.js +37 -0
- package/lib/families/hedera/cli-transaction.js.map +1 -0
- package/lib/families/hedera/deviceTransactionConfig.d.ts +11 -0
- package/lib/families/hedera/deviceTransactionConfig.d.ts.map +1 -0
- package/lib/families/hedera/deviceTransactionConfig.js +33 -0
- package/lib/families/hedera/deviceTransactionConfig.js.map +1 -0
- package/lib/families/hedera/hw-app-hedera/index.d.ts +26 -0
- package/lib/families/hedera/hw-app-hedera/index.d.ts.map +1 -0
- package/lib/families/hedera/hw-app-hedera/index.js +133 -0
- package/lib/families/hedera/hw-app-hedera/index.js.map +1 -0
- package/lib/families/hedera/hw-getAddress.d.ts +4 -0
- package/lib/families/hedera/hw-getAddress.d.ts.map +1 -0
- package/lib/families/hedera/hw-getAddress.js +67 -0
- package/lib/families/hedera/hw-getAddress.js.map +1 -0
- package/lib/families/hedera/js-broadcast.d.ts +6 -0
- package/lib/families/hedera/js-broadcast.d.ts.map +1 -0
- package/lib/families/hedera/js-broadcast.js +88 -0
- package/lib/families/hedera/js-broadcast.js.map +1 -0
- package/lib/families/hedera/js-estimateMaxSpendable.d.ts +9 -0
- package/lib/families/hedera/js-estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/hedera/js-estimateMaxSpendable.js +27 -0
- package/lib/families/hedera/js-estimateMaxSpendable.js.map +1 -0
- package/lib/families/hedera/js-getTransactionStatus.d.ts +4 -0
- package/lib/families/hedera/js-getTransactionStatus.d.ts.map +1 -0
- package/lib/families/hedera/js-getTransactionStatus.js +89 -0
- package/lib/families/hedera/js-getTransactionStatus.js.map +1 -0
- package/lib/families/hedera/js-receive.d.ts +10 -0
- package/lib/families/hedera/js-receive.d.ts.map +1 -0
- package/lib/families/hedera/js-receive.js +90 -0
- package/lib/families/hedera/js-receive.js.map +1 -0
- package/lib/families/hedera/js-signOperation.d.ts +10 -0
- package/lib/families/hedera/js-signOperation.d.ts.map +1 -0
- package/lib/families/hedera/js-signOperation.js +136 -0
- package/lib/families/hedera/js-signOperation.js.map +1 -0
- package/lib/families/hedera/js-synchronisation.d.ts +10 -0
- package/lib/families/hedera/js-synchronisation.d.ts.map +1 -0
- package/lib/families/hedera/js-synchronisation.js +127 -0
- package/lib/families/hedera/js-synchronisation.js.map +1 -0
- package/lib/families/hedera/js-transaction.d.ts +25 -0
- package/lib/families/hedera/js-transaction.d.ts.map +1 -0
- package/lib/families/hedera/js-transaction.js +105 -0
- package/lib/families/hedera/js-transaction.js.map +1 -0
- package/lib/families/hedera/specs.d.ts +7 -0
- package/lib/families/hedera/specs.d.ts.map +1 -0
- package/lib/families/hedera/specs.js +87 -0
- package/lib/families/hedera/specs.js.map +1 -0
- package/lib/families/hedera/speculos-deviceActions.d.ts +7 -0
- package/lib/families/hedera/speculos-deviceActions.d.ts.map +1 -0
- package/lib/families/hedera/speculos-deviceActions.js +76 -0
- package/lib/families/hedera/speculos-deviceActions.js.map +1 -0
- package/lib/families/hedera/test-dataset.d.ts +5 -0
- package/lib/families/hedera/test-dataset.d.ts.map +1 -0
- package/lib/families/hedera/test-dataset.js +86 -0
- package/lib/families/hedera/test-dataset.js.map +1 -0
- package/lib/families/hedera/tests/js-estimateMaxSpendable.test.d.ts +2 -0
- package/lib/families/hedera/tests/js-estimateMaxSpendable.test.d.ts.map +1 -0
- package/lib/families/hedera/tests/js-estimateMaxSpendable.test.js +109 -0
- package/lib/families/hedera/tests/js-estimateMaxSpendable.test.js.map +1 -0
- package/lib/families/hedera/tests/js-transaction.test.d.ts +2 -0
- package/lib/families/hedera/tests/js-transaction.test.d.ts.map +1 -0
- package/lib/families/hedera/tests/js-transaction.test.js +139 -0
- package/lib/families/hedera/tests/js-transaction.test.js.map +1 -0
- package/lib/families/hedera/tests/transaction.test.d.ts +2 -0
- package/lib/families/hedera/tests/transaction.test.d.ts.map +1 -0
- package/lib/families/hedera/tests/transaction.test.js +82 -0
- package/lib/families/hedera/tests/transaction.test.js.map +1 -0
- package/lib/families/hedera/tests/utils.test.d.ts +2 -0
- package/lib/families/hedera/tests/utils.test.d.ts.map +1 -0
- package/lib/families/hedera/tests/utils.test.js +146 -0
- package/lib/families/hedera/tests/utils.test.js.map +1 -0
- package/lib/families/hedera/transaction.d.ts +12 -0
- package/lib/families/hedera/transaction.d.ts.map +1 -0
- package/lib/families/hedera/transaction.js +41 -0
- package/lib/families/hedera/transaction.js.map +1 -0
- package/lib/families/hedera/types.d.ts +19 -0
- package/lib/families/hedera/types.d.ts.map +1 -0
- package/lib/families/hedera/types.js +7 -0
- package/lib/families/hedera/types.js.map +1 -0
- package/lib/families/hedera/utils.d.ts +14 -0
- package/lib/families/hedera/utils.d.ts.map +1 -0
- package/lib/families/hedera/utils.js +84 -0
- package/lib/families/hedera/utils.js.map +1 -0
- package/lib/families/polkadot/api/index.js +5 -1
- package/lib/families/polkadot/api/index.js.map +1 -1
- package/lib/families/polkadot/cli-transaction.js +1 -1
- package/lib/families/polkadot/cli-transaction.js.map +1 -1
- package/lib/families/polkadot/js-getTransactionStatus.d.ts.map +1 -1
- package/lib/families/polkadot/js-getTransactionStatus.js +4 -1
- package/lib/families/polkadot/js-getTransactionStatus.js.map +1 -1
- package/lib/families/polkadot/js-signOperation.js +10 -7
- package/lib/families/polkadot/js-signOperation.js.map +1 -1
- package/lib/families/polkadot/js-synchronisation.d.ts +2 -2
- package/lib/families/polkadot/logic.d.ts +1 -0
- package/lib/families/polkadot/logic.d.ts.map +1 -1
- package/lib/families/polkadot/logic.js +2 -1
- package/lib/families/polkadot/logic.js.map +1 -1
- package/lib/families/polkadot/specs.d.ts.map +1 -1
- package/lib/families/polkadot/specs.js +33 -15
- package/lib/families/polkadot/specs.js.map +1 -1
- package/lib/families/ripple/bridge/js.d.ts +2 -1
- package/lib/families/ripple/bridge/js.d.ts.map +1 -1
- package/lib/families/ripple/bridge/js.js +100 -466
- package/lib/families/ripple/bridge/js.js.map +1 -1
- package/lib/families/ripple/bridge.test.js +0 -48
- package/lib/families/ripple/bridge.test.js.map +1 -1
- package/lib/families/ripple/js-synchronization.d.ts +10 -0
- package/lib/families/ripple/js-synchronization.d.ts.map +1 -0
- package/lib/families/ripple/js-synchronization.js +156 -0
- package/lib/families/ripple/js-synchronization.js.map +1 -0
- package/lib/families/ripple/test-dataset.d.ts.map +1 -1
- package/lib/families/ripple/test-dataset.js +1 -1
- package/lib/families/ripple/test-dataset.js.map +1 -1
- package/lib/families/ripple/types.api.d.ts +24 -0
- package/lib/families/ripple/types.api.d.ts.map +1 -0
- package/lib/families/ripple/types.api.js +3 -0
- package/lib/families/ripple/types.api.js.map +1 -0
- package/lib/families/solana/api/cached.js +3 -3
- package/lib/families/solana/api/cached.js.map +1 -1
- package/lib/families/solana/api/chain/account/index.js +5 -1
- package/lib/families/solana/api/chain/account/index.js.map +1 -1
- package/lib/families/solana/api/chain/index.d.ts +4 -4
- package/lib/families/solana/api/chain/index.d.ts.map +1 -1
- package/lib/families/solana/api/chain/index.js +12 -10
- package/lib/families/solana/api/chain/index.js.map +1 -1
- package/lib/families/solana/api/chain/instruction/stake/types.d.ts +4 -4
- package/lib/families/solana/api/chain/instruction/system/types.d.ts +11 -11
- package/lib/families/solana/api/chain/instruction/token/types.d.ts +5 -5
- package/lib/families/solana/api/chain/program/index.js +5 -1
- package/lib/families/solana/api/chain/program/index.js.map +1 -1
- package/lib/families/solana/api/chain/web3.d.ts +5 -11
- package/lib/families/solana/api/chain/web3.d.ts.map +1 -1
- package/lib/families/solana/api/chain/web3.js +8 -14
- package/lib/families/solana/api/chain/web3.js.map +1 -1
- package/lib/families/solana/api/index.js +5 -1
- package/lib/families/solana/api/index.js.map +1 -1
- package/lib/families/solana/api/logged.d.ts.map +1 -1
- package/lib/families/solana/api/logged.js +19 -6
- package/lib/families/solana/api/logged.js.map +1 -1
- package/lib/families/solana/bridge/bridge.d.ts +1 -1
- package/lib/families/solana/bridge/bridge.d.ts.map +1 -1
- package/lib/families/solana/bridge/bridge.js +20 -30
- package/lib/families/solana/bridge/bridge.js.map +1 -1
- package/lib/families/solana/bridge/js.js +1 -1
- package/lib/families/solana/bridge/mock-data.d.ts +8 -290
- package/lib/families/solana/bridge/mock-data.d.ts.map +1 -1
- package/lib/families/solana/bridge/mock-data.js +18 -9
- package/lib/families/solana/bridge/mock-data.js.map +1 -1
- package/lib/families/solana/bridge/mock.d.ts.map +1 -1
- package/lib/families/solana/bridge/mock.js +18 -5
- package/lib/families/solana/bridge/mock.js.map +1 -1
- package/lib/families/solana/errors.d.ts +9 -0
- package/lib/families/solana/errors.d.ts.map +1 -1
- package/lib/families/solana/errors.js +4 -1
- package/lib/families/solana/errors.js.map +1 -1
- package/lib/families/solana/js-broadcast.d.ts +1 -1
- package/lib/families/solana/js-broadcast.d.ts.map +1 -1
- package/lib/families/solana/js-broadcast.js +24 -5
- package/lib/families/solana/js-broadcast.js.map +1 -1
- package/lib/families/solana/js-buildTransaction.d.ts +2 -1
- package/lib/families/solana/js-buildTransaction.d.ts.map +1 -1
- package/lib/families/solana/js-buildTransaction.js +4 -7
- package/lib/families/solana/js-buildTransaction.js.map +1 -1
- package/lib/families/solana/js-estimateMaxSpendable.d.ts +1 -1
- package/lib/families/solana/js-estimateMaxSpendable.d.ts.map +1 -1
- package/lib/families/solana/js-estimateMaxSpendable.js +19 -17
- package/lib/families/solana/js-estimateMaxSpendable.js.map +1 -1
- package/lib/families/solana/js-preload.d.ts.map +1 -1
- package/lib/families/solana/js-preload.js +8 -2
- package/lib/families/solana/js-preload.js.map +1 -1
- package/lib/families/solana/js-prepareTransaction.d.ts.map +1 -1
- package/lib/families/solana/js-prepareTransaction.js +48 -69
- package/lib/families/solana/js-prepareTransaction.js.map +1 -1
- package/lib/families/solana/js-signOperation.d.ts.map +1 -1
- package/lib/families/solana/js-signOperation.js +12 -7
- package/lib/families/solana/js-signOperation.js.map +1 -1
- package/lib/families/solana/js-synchronization.d.ts.map +1 -1
- package/lib/families/solana/js-synchronization.js +31 -24
- package/lib/families/solana/js-synchronization.js.map +1 -1
- package/lib/families/solana/logic.d.ts +1 -3
- package/lib/families/solana/logic.d.ts.map +1 -1
- package/lib/families/solana/logic.js.map +1 -1
- package/lib/families/solana/react.d.ts +1 -2
- package/lib/families/solana/react.d.ts.map +1 -1
- package/lib/families/solana/react.js +4 -15
- package/lib/families/solana/react.js.map +1 -1
- package/lib/families/solana/specs.d.ts.map +1 -1
- package/lib/families/solana/specs.js +10 -8
- package/lib/families/solana/specs.js.map +1 -1
- package/lib/families/solana/test-specifics.d.ts.map +1 -1
- package/lib/families/solana/test-specifics.js +4 -5
- package/lib/families/solana/test-specifics.js.map +1 -1
- package/lib/families/solana/tx-fees.d.ts +5 -0
- package/lib/families/solana/tx-fees.d.ts.map +1 -0
- package/lib/families/solana/tx-fees.js +255 -0
- package/lib/families/solana/tx-fees.js.map +1 -0
- package/lib/families/solana/types.d.ts +1 -0
- package/lib/families/solana/types.d.ts.map +1 -1
- package/lib/families/solana/utils.d.ts +8 -0
- package/lib/families/solana/utils.d.ts.map +1 -1
- package/lib/families/solana/utils.js +39 -1
- package/lib/families/solana/utils.js.map +1 -1
- package/lib/families/solana/validator-app/index.js +1 -1
- package/lib/families/solana/validator-app/index.js.map +1 -1
- package/lib/families/stellar/api/horizon.js +5 -1
- package/lib/families/stellar/api/horizon.js.map +1 -1
- package/lib/families/stellar/api/index.js +5 -1
- package/lib/families/stellar/api/index.js.map +1 -1
- package/lib/families/stellar/js-synchronization.d.ts +2 -2
- package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
- package/lib/featureFlags/defaultFeatures.js +46 -0
- package/lib/featureFlags/defaultFeatures.js.map +1 -1
- package/lib/featureFlags/index.js +5 -1
- package/lib/featureFlags/index.js.map +1 -1
- package/lib/featureFlags/provider.js +5 -1
- package/lib/featureFlags/provider.js.map +1 -1
- package/lib/featureFlags/types.d.ts +2 -1
- package/lib/featureFlags/types.d.ts.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 +16 -14
- package/lib/generated/bridge/js.js.map +1 -1
- package/lib/generated/cli-transaction.d.ts +9 -0
- package/lib/generated/cli-transaction.d.ts.map +1 -1
- package/lib/generated/cli-transaction.js +14 -12
- package/lib/generated/cli-transaction.js.map +1 -1
- package/lib/generated/deviceTransactionConfig.d.ts +2 -0
- package/lib/generated/deviceTransactionConfig.d.ts.map +1 -1
- package/lib/generated/deviceTransactionConfig.js +14 -12
- package/lib/generated/deviceTransactionConfig.js.map +1 -1
- package/lib/generated/exchange.d.ts +1 -1
- 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 +16 -14
- package/lib/generated/hw-getAddress.js.map +1 -1
- package/lib/generated/specs.d.ts +3 -0
- package/lib/generated/specs.d.ts.map +1 -1
- package/lib/generated/specs.js +14 -12
- package/lib/generated/specs.js.map +1 -1
- package/lib/generated/speculos-deviceActions.d.ts +3 -0
- package/lib/generated/speculos-deviceActions.d.ts.map +1 -1
- package/lib/generated/speculos-deviceActions.js +14 -12
- package/lib/generated/speculos-deviceActions.js.map +1 -1
- package/lib/generated/test-dataset.d.ts +1 -0
- package/lib/generated/test-dataset.d.ts.map +1 -1
- package/lib/generated/test-dataset.js +14 -12
- package/lib/generated/test-dataset.js.map +1 -1
- package/lib/generated/transaction.d.ts +5 -0
- package/lib/generated/transaction.d.ts.map +1 -1
- package/lib/generated/transaction.js +16 -14
- package/lib/generated/transaction.js.map +1 -1
- package/lib/generated/types.d.ts +4 -2
- package/lib/generated/types.d.ts.map +1 -1
- package/lib/hw/firmwareUpdate-repair.js +3 -2
- package/lib/hw/firmwareUpdate-repair.js.map +1 -1
- package/lib/load/speculos.js +1 -1
- package/lib/load/speculos.js.map +1 -1
- package/lib/manager/index.d.ts.map +1 -1
- package/lib/manager/index.js +6 -6
- package/lib/manager/index.js.map +1 -1
- package/lib/market/MarketDataProvider.js +5 -1
- package/lib/market/MarketDataProvider.js.map +1 -1
- package/lib/nft/NftMetadataProvider/index.js +5 -1
- package/lib/nft/NftMetadataProvider/index.js.map +1 -1
- package/lib/nft/index.js +5 -1
- package/lib/nft/index.js.map +1 -1
- package/lib/notifications/AnnouncementProvider/index.js +5 -1
- package/lib/notifications/AnnouncementProvider/index.js.map +1 -1
- package/lib/notifications/AnnouncementProvider/machine.d.ts +5 -21
- package/lib/notifications/AnnouncementProvider/machine.d.ts.map +1 -1
- package/lib/notifications/AnnouncementProvider/machine.js +4 -1
- package/lib/notifications/AnnouncementProvider/machine.js.map +1 -1
- package/lib/notifications/ServiceStatusProvider/index.js +5 -1
- package/lib/notifications/ServiceStatusProvider/index.js.map +1 -1
- package/lib/notifications/ServiceStatusProvider/machine.d.ts +5 -21
- package/lib/notifications/ServiceStatusProvider/machine.d.ts.map +1 -1
- package/lib/notifications/ServiceStatusProvider/machine.js +2 -1
- package/lib/notifications/ServiceStatusProvider/machine.js.map +1 -1
- package/lib/notifications/ToastProvider/index.js +5 -1
- package/lib/notifications/ToastProvider/index.js.map +1 -1
- package/lib/platform/PlatformAppProvider/helpers.d.ts.map +1 -1
- package/lib/platform/PlatformAppProvider/helpers.js +1 -1
- package/lib/platform/PlatformAppProvider/helpers.js.map +1 -1
- package/lib/platform/PlatformAppProvider/index.js +6 -2
- package/lib/platform/PlatformAppProvider/index.js.map +1 -1
- package/lib/platform/logic.js +1 -1
- package/lib/platform/logic.js.map +1 -1
- package/lib/platform/providers/GlobalCatalogProvider/api/mock.json +0 -26
- package/lib/platform/providers/GlobalCatalogProvider/index.js +5 -1
- package/lib/platform/providers/GlobalCatalogProvider/index.js.map +1 -1
- package/lib/platform/providers/LocalLiveAppProvider/index.js +5 -1
- package/lib/platform/providers/LocalLiveAppProvider/index.js.map +1 -1
- package/lib/platform/providers/RampCatalogProvider/index.js +5 -1
- package/lib/platform/providers/RampCatalogProvider/index.js.map +1 -1
- package/lib/platform/providers/RemoteLiveAppProvider/api/mock.json +0 -63
- package/lib/platform/providers/RemoteLiveAppProvider/index.js +5 -1
- package/lib/platform/providers/RemoteLiveAppProvider/index.js.map +1 -1
- package/lib/platform/serializers.js +5 -1
- package/lib/platform/serializers.js.map +1 -1
- package/lib/portfolio/index.js +5 -1
- package/lib/portfolio/index.js.map +1 -1
- package/lib/react.js +5 -1
- package/lib/react.js.map +1 -1
- package/lib/reactNative.js +5 -1
- package/lib/reactNative.js.map +1 -1
- package/lib/sanityChecks.d.ts +0 -2
- package/lib/sanityChecks.d.ts.map +1 -1
- package/lib/sanityChecks.js +1 -3
- package/lib/sanityChecks.js.map +1 -1
- package/lib/transaction/index.js +5 -1
- package/lib/transaction/index.js.map +1 -1
- package/lib/types/index.js +5 -1
- package/lib/types/index.js.map +1 -1
- package/lib/types/nft.d.ts +8 -3
- package/lib/types/nft.d.ts.map +1 -1
- package/lib/walletconnect/Provider.js +5 -1
- package/lib/walletconnect/Provider.js.map +1 -1
- package/package.json +83 -49
- package/src/__tests__/__snapshots__/csvExport.ts.snap +237 -237
- package/src/__tests__/__snapshots__/portfolio.ts.snap +12 -12
- package/src/__tests__/families/bitcoin/wallet-btc/xpub.txs.dogecoin.test.ts +96 -0
- package/src/__tests__/test-helpers/setup.ts +2 -1
- package/src/api/Manager.ts +4 -1
- package/src/api/Ripple.ts +95 -160
- package/src/api/index.ts +0 -2
- package/src/appSupportsQuitApp.ts +1 -1
- package/src/apps/logic.ts +1 -1
- package/src/apps/support.ts +2 -2
- package/src/bot/index.ts +196 -229
- package/src/cross.ts +4 -1
- package/src/currencies/__snapshots__/sortByMarketcap.test.ts.snap +166 -83
- package/src/data/flags/react/frFlag.tsx +2 -0
- package/src/data/flags/react/jpFlag.tsx +2 -0
- package/src/data/flags/react/usFlag.tsx +2 -0
- package/src/data/flags/reactNative/frFlag.tsx +2 -0
- package/src/data/flags/reactNative/jpFlag.tsx +2 -0
- package/src/data/flags/reactNative/usFlag.tsx +2 -0
- package/src/data/icons/react/_0Xbtc.tsx +2 -0
- package/src/data/icons/react/_2Give.tsx +2 -0
- package/src/data/icons/react/abt.tsx +2 -0
- package/src/data/icons/react/act.tsx +2 -0
- package/src/data/icons/react/actn.tsx +2 -0
- package/src/data/icons/react/ada.tsx +2 -0
- package/src/data/icons/react/add.tsx +2 -0
- package/src/data/icons/react/adx.tsx +2 -0
- package/src/data/icons/react/ae.tsx +2 -0
- package/src/data/icons/react/aeon.tsx +2 -0
- package/src/data/icons/react/agi.tsx +2 -0
- package/src/data/icons/react/agrs.tsx +2 -0
- package/src/data/icons/react/aion.tsx +2 -0
- package/src/data/icons/react/algo.tsx +2 -0
- package/src/data/icons/react/amb.tsx +2 -0
- package/src/data/icons/react/amp.tsx +2 -0
- package/src/data/icons/react/ampl.tsx +2 -0
- package/src/data/icons/react/ant.tsx +2 -0
- package/src/data/icons/react/apex.tsx +2 -0
- package/src/data/icons/react/appc.tsx +2 -0
- package/src/data/icons/react/ardr.tsx +2 -0
- package/src/data/icons/react/arg.tsx +2 -0
- package/src/data/icons/react/ark.tsx +2 -0
- package/src/data/icons/react/arn.tsx +2 -0
- package/src/data/icons/react/arnx.tsx +2 -0
- package/src/data/icons/react/ary.tsx +2 -0
- package/src/data/icons/react/ast.tsx +2 -0
- package/src/data/icons/react/atm.tsx +2 -0
- package/src/data/icons/react/atom.tsx +2 -0
- package/src/data/icons/react/audr.tsx +2 -0
- package/src/data/icons/react/auto.tsx +2 -0
- package/src/data/icons/react/aywa.tsx +2 -0
- package/src/data/icons/react/bab.tsx +2 -0
- package/src/data/icons/react/bal.tsx +2 -0
- package/src/data/icons/react/band.tsx +2 -0
- package/src/data/icons/react/bat.tsx +2 -0
- package/src/data/icons/react/bay.tsx +2 -0
- package/src/data/icons/react/bcbc.tsx +2 -0
- package/src/data/icons/react/bcc.tsx +2 -0
- package/src/data/icons/react/bcd.tsx +2 -0
- package/src/data/icons/react/bch.tsx +2 -0
- package/src/data/icons/react/bcio.tsx +2 -0
- package/src/data/icons/react/bcn.tsx +2 -0
- package/src/data/icons/react/bco.tsx +2 -0
- package/src/data/icons/react/bcpt.tsx +2 -0
- package/src/data/icons/react/bdl.tsx +2 -0
- package/src/data/icons/react/beam.tsx +2 -0
- package/src/data/icons/react/bela.tsx +2 -0
- package/src/data/icons/react/bix.tsx +2 -0
- package/src/data/icons/react/blcn.tsx +2 -0
- package/src/data/icons/react/blk.tsx +2 -0
- package/src/data/icons/react/block.tsx +2 -0
- package/src/data/icons/react/blz.tsx +2 -0
- package/src/data/icons/react/bnb.tsx +2 -0
- package/src/data/icons/react/bnt.tsx +2 -0
- package/src/data/icons/react/bnty.tsx +2 -0
- package/src/data/icons/react/booty.tsx +2 -0
- package/src/data/icons/react/bos.tsx +2 -0
- package/src/data/icons/react/bpt.tsx +2 -0
- package/src/data/icons/react/bq.tsx +2 -0
- package/src/data/icons/react/brd.tsx +2 -0
- package/src/data/icons/react/bsd.tsx +2 -0
- package/src/data/icons/react/bsv.tsx +2 -0
- package/src/data/icons/react/btc.tsx +2 -0
- package/src/data/icons/react/btcd.tsx +2 -0
- package/src/data/icons/react/btch.tsx +2 -0
- package/src/data/icons/react/btcp.tsx +2 -0
- package/src/data/icons/react/btcz.tsx +2 -0
- package/src/data/icons/react/btdx.tsx +2 -0
- package/src/data/icons/react/btg.tsx +2 -0
- package/src/data/icons/react/btm.tsx +2 -0
- package/src/data/icons/react/bts.tsx +2 -0
- package/src/data/icons/react/btt.tsx +2 -0
- package/src/data/icons/react/btx.tsx +2 -0
- package/src/data/icons/react/burst.tsx +2 -0
- package/src/data/icons/react/bze.tsx +2 -0
- package/src/data/icons/react/call.tsx +2 -0
- package/src/data/icons/react/cc.tsx +2 -0
- package/src/data/icons/react/cdn.tsx +2 -0
- package/src/data/icons/react/cdt.tsx +2 -0
- package/src/data/icons/react/celo.tsx +2 -0
- package/src/data/icons/react/cenz.tsx +2 -0
- package/src/data/icons/react/chain.tsx +2 -0
- package/src/data/icons/react/chat.tsx +2 -0
- package/src/data/icons/react/chips.tsx +2 -0
- package/src/data/icons/react/cix.tsx +2 -0
- package/src/data/icons/react/clam.tsx +2 -0
- package/src/data/icons/react/cloak.tsx +2 -0
- package/src/data/icons/react/cmm.tsx +2 -0
- package/src/data/icons/react/cmt.tsx +2 -0
- package/src/data/icons/react/cnd.tsx +2 -0
- package/src/data/icons/react/cnx.tsx +2 -0
- package/src/data/icons/react/cny.tsx +2 -0
- package/src/data/icons/react/cob.tsx +2 -0
- package/src/data/icons/react/colx.tsx +2 -0
- package/src/data/icons/react/comp.tsx +2 -0
- package/src/data/icons/react/coqui.tsx +2 -0
- package/src/data/icons/react/cred.tsx +2 -0
- package/src/data/icons/react/cro.tsx +2 -0
- package/src/data/icons/react/crpt.tsx +2 -0
- package/src/data/icons/react/crw.tsx +2 -0
- package/src/data/icons/react/cs.tsx +2 -0
- package/src/data/icons/react/ctr.tsx +2 -0
- package/src/data/icons/react/ctxc.tsx +2 -0
- package/src/data/icons/react/cvc.tsx +2 -0
- package/src/data/icons/react/d.tsx +2 -0
- package/src/data/icons/react/dai.tsx +2 -0
- package/src/data/icons/react/dash.tsx +2 -0
- package/src/data/icons/react/dat.tsx +2 -0
- package/src/data/icons/react/data.tsx +2 -0
- package/src/data/icons/react/dbc.tsx +2 -0
- package/src/data/icons/react/dcn.tsx +2 -0
- package/src/data/icons/react/dcr.tsx +2 -0
- package/src/data/icons/react/deez.tsx +2 -0
- package/src/data/icons/react/dent.tsx +2 -0
- package/src/data/icons/react/dew.tsx +2 -0
- package/src/data/icons/react/dgb.tsx +2 -0
- package/src/data/icons/react/dgd.tsx +2 -0
- package/src/data/icons/react/dlt.tsx +2 -0
- package/src/data/icons/react/dnt.tsx +2 -0
- package/src/data/icons/react/dock.tsx +2 -0
- package/src/data/icons/react/doge.tsx +2 -0
- package/src/data/icons/react/dot.tsx +3 -1
- package/src/data/icons/react/drgn.tsx +2 -0
- package/src/data/icons/react/drop.tsx +2 -0
- package/src/data/icons/react/dta.tsx +2 -0
- package/src/data/icons/react/dth.tsx +2 -0
- package/src/data/icons/react/dtr.tsx +2 -0
- package/src/data/icons/react/ebst.tsx +2 -0
- package/src/data/icons/react/eca.tsx +2 -0
- package/src/data/icons/react/edg.tsx +2 -0
- package/src/data/icons/react/edo.tsx +2 -0
- package/src/data/icons/react/edoge.tsx +2 -0
- package/src/data/icons/react/egem.tsx +2 -0
- package/src/data/icons/react/egld.tsx +2 -0
- package/src/data/icons/react/ela.tsx +2 -0
- package/src/data/icons/react/elec.tsx +2 -0
- package/src/data/icons/react/elf.tsx +2 -0
- package/src/data/icons/react/elix.tsx +2 -0
- package/src/data/icons/react/ella.tsx +2 -0
- package/src/data/icons/react/emc.tsx +2 -0
- package/src/data/icons/react/emc2.tsx +2 -0
- package/src/data/icons/react/eng.tsx +2 -0
- package/src/data/icons/react/enj.tsx +2 -0
- package/src/data/icons/react/entrp.tsx +2 -0
- package/src/data/icons/react/eon.tsx +2 -0
- package/src/data/icons/react/eop.tsx +2 -0
- package/src/data/icons/react/eos.tsx +2 -0
- package/src/data/icons/react/eqli.tsx +2 -0
- package/src/data/icons/react/equa.tsx +2 -0
- package/src/data/icons/react/eqz.tsx +2 -0
- package/src/data/icons/react/etc.tsx +2 -0
- package/src/data/icons/react/eth.tsx +2 -0
- package/src/data/icons/react/ethos.tsx +2 -0
- package/src/data/icons/react/etn.tsx +2 -0
- package/src/data/icons/react/etp.tsx +2 -0
- package/src/data/icons/react/evx.tsx +2 -0
- package/src/data/icons/react/exmo.tsx +2 -0
- package/src/data/icons/react/exp.tsx +2 -0
- package/src/data/icons/react/fair.tsx +2 -0
- package/src/data/icons/react/fct.tsx +2 -0
- package/src/data/icons/react/fil.tsx +2 -0
- package/src/data/icons/react/fjc.tsx +2 -0
- package/src/data/icons/react/fldc.tsx +2 -0
- package/src/data/icons/react/flo.tsx +2 -0
- package/src/data/icons/react/fsn.tsx +2 -0
- package/src/data/icons/react/ftc.tsx +2 -0
- package/src/data/icons/react/fuel.tsx +2 -0
- package/src/data/icons/react/fun.tsx +2 -0
- package/src/data/icons/react/game.tsx +2 -0
- package/src/data/icons/react/gas.tsx +2 -0
- package/src/data/icons/react/gbx.tsx +2 -0
- package/src/data/icons/react/gbyte.tsx +2 -0
- package/src/data/icons/react/generic.tsx +2 -0
- package/src/data/icons/react/gin.tsx +2 -0
- package/src/data/icons/react/glxt.tsx +2 -0
- package/src/data/icons/react/gmr.tsx +2 -0
- package/src/data/icons/react/gno.tsx +2 -0
- package/src/data/icons/react/gnt.tsx +2 -0
- package/src/data/icons/react/gold.tsx +2 -0
- package/src/data/icons/react/grc.tsx +2 -0
- package/src/data/icons/react/grin.tsx +2 -0
- package/src/data/icons/react/gsc.tsx +2 -0
- package/src/data/icons/react/gto.tsx +2 -0
- package/src/data/icons/react/gup.tsx +2 -0
- package/src/data/icons/react/gusd.tsx +2 -0
- package/src/data/icons/react/gvt.tsx +2 -0
- package/src/data/icons/react/gxs.tsx +2 -0
- package/src/data/icons/react/gzr.tsx +2 -0
- package/src/data/icons/react/hbar.tsx +14 -0
- package/src/data/icons/react/hight.tsx +2 -0
- package/src/data/icons/react/hodl.tsx +2 -0
- package/src/data/icons/react/hot.tsx +2 -0
- package/src/data/icons/react/hpb.tsx +2 -0
- package/src/data/icons/react/hsr.tsx +2 -0
- package/src/data/icons/react/ht.tsx +2 -0
- package/src/data/icons/react/html.tsx +2 -0
- package/src/data/icons/react/huc.tsx +2 -0
- package/src/data/icons/react/hush.tsx +2 -0
- package/src/data/icons/react/icn.tsx +2 -0
- package/src/data/icons/react/icx.tsx +2 -0
- package/src/data/icons/react/ignis.tsx +2 -0
- package/src/data/icons/react/ilk.tsx +2 -0
- package/src/data/icons/react/index.tsx +1 -0
- package/src/data/icons/react/ink.tsx +2 -0
- package/src/data/icons/react/ins.tsx +2 -0
- package/src/data/icons/react/ion.tsx +2 -0
- package/src/data/icons/react/iop.tsx +2 -0
- package/src/data/icons/react/iost.tsx +2 -0
- package/src/data/icons/react/iotx.tsx +2 -0
- package/src/data/icons/react/iq.tsx +2 -0
- package/src/data/icons/react/itc.tsx +2 -0
- package/src/data/icons/react/jnt.tsx +2 -0
- package/src/data/icons/react/jpy.tsx +2 -0
- package/src/data/icons/react/kcs.tsx +2 -0
- package/src/data/icons/react/kin.tsx +2 -0
- package/src/data/icons/react/klown.tsx +2 -0
- package/src/data/icons/react/kmd.tsx +2 -0
- package/src/data/icons/react/knc.tsx +2 -0
- package/src/data/icons/react/krb.tsx +2 -0
- package/src/data/icons/react/lbc.tsx +2 -0
- package/src/data/icons/react/lend.tsx +2 -0
- package/src/data/icons/react/leo.tsx +2 -0
- package/src/data/icons/react/link.tsx +2 -0
- package/src/data/icons/react/lkk.tsx +2 -0
- package/src/data/icons/react/loom.tsx +2 -0
- package/src/data/icons/react/lpt.tsx +2 -0
- package/src/data/icons/react/lrc.tsx +2 -0
- package/src/data/icons/react/lsk.tsx +2 -0
- package/src/data/icons/react/ltc.tsx +2 -0
- package/src/data/icons/react/lun.tsx +2 -0
- package/src/data/icons/react/maid.tsx +2 -0
- package/src/data/icons/react/mana.tsx +2 -0
- package/src/data/icons/react/matic.tsx +2 -0
- package/src/data/icons/react/mcap.tsx +2 -0
- package/src/data/icons/react/mco.tsx +2 -0
- package/src/data/icons/react/mda.tsx +2 -0
- package/src/data/icons/react/mds.tsx +2 -0
- package/src/data/icons/react/med.tsx +2 -0
- package/src/data/icons/react/meetone.tsx +2 -0
- package/src/data/icons/react/mft.tsx +2 -0
- package/src/data/icons/react/miota.tsx +2 -0
- package/src/data/icons/react/mith.tsx +2 -0
- package/src/data/icons/react/mkr.tsx +2 -0
- package/src/data/icons/react/mln.tsx +2 -0
- package/src/data/icons/react/mnx.tsx +2 -0
- package/src/data/icons/react/mnz.tsx +2 -0
- package/src/data/icons/react/moac.tsx +2 -0
- package/src/data/icons/react/mod.tsx +2 -0
- package/src/data/icons/react/mona.tsx +2 -0
- package/src/data/icons/react/msr.tsx +2 -0
- package/src/data/icons/react/mth.tsx +2 -0
- package/src/data/icons/react/mtl.tsx +2 -0
- package/src/data/icons/react/music.tsx +2 -0
- package/src/data/icons/react/mzc.tsx +2 -0
- package/src/data/icons/react/nano.tsx +2 -0
- package/src/data/icons/react/nas.tsx +2 -0
- package/src/data/icons/react/nav.tsx +2 -0
- package/src/data/icons/react/ncash.tsx +2 -0
- package/src/data/icons/react/ndz.tsx +2 -0
- package/src/data/icons/react/nebl.tsx +2 -0
- package/src/data/icons/react/neo.tsx +2 -0
- package/src/data/icons/react/neos.tsx +2 -0
- package/src/data/icons/react/neu.tsx +2 -0
- package/src/data/icons/react/nexo.tsx +2 -0
- package/src/data/icons/react/ngc.tsx +2 -0
- package/src/data/icons/react/nim.tsx +2 -0
- package/src/data/icons/react/nio.tsx +2 -0
- package/src/data/icons/react/nlc2.tsx +2 -0
- package/src/data/icons/react/nlg.tsx +2 -0
- package/src/data/icons/react/nmc.tsx +2 -0
- package/src/data/icons/react/nmr.tsx +2 -0
- package/src/data/icons/react/npxs.tsx +2 -0
- package/src/data/icons/react/nuls.tsx +2 -0
- package/src/data/icons/react/nxs.tsx +2 -0
- package/src/data/icons/react/nxt.tsx +2 -0
- package/src/data/icons/react/oax.tsx +2 -0
- package/src/data/icons/react/ok.tsx +2 -0
- package/src/data/icons/react/okb.tsx +2 -0
- package/src/data/icons/react/omg.tsx +2 -0
- package/src/data/icons/react/omni.tsx +2 -0
- package/src/data/icons/react/ong.tsx +2 -0
- package/src/data/icons/react/ont.tsx +2 -0
- package/src/data/icons/react/oot.tsx +2 -0
- package/src/data/icons/react/ost.tsx +2 -0
- package/src/data/icons/react/ox.tsx +2 -0
- package/src/data/icons/react/oxt.tsx +2 -0
- package/src/data/icons/react/pac.tsx +2 -0
- package/src/data/icons/react/part.tsx +2 -0
- package/src/data/icons/react/pasc.tsx +2 -0
- package/src/data/icons/react/pasl.tsx +2 -0
- package/src/data/icons/react/pax.tsx +2 -0
- package/src/data/icons/react/pay.tsx +2 -0
- package/src/data/icons/react/payx.tsx +2 -0
- package/src/data/icons/react/pink.tsx +2 -0
- package/src/data/icons/react/pirl.tsx +2 -0
- package/src/data/icons/react/pivx.tsx +2 -0
- package/src/data/icons/react/plr.tsx +2 -0
- package/src/data/icons/react/poa.tsx +2 -0
- package/src/data/icons/react/poe.tsx +2 -0
- package/src/data/icons/react/polis.tsx +2 -0
- package/src/data/icons/react/poly.tsx +2 -0
- package/src/data/icons/react/pot.tsx +2 -0
- package/src/data/icons/react/powr.tsx +2 -0
- package/src/data/icons/react/ppc.tsx +2 -0
- package/src/data/icons/react/ppp.tsx +2 -0
- package/src/data/icons/react/ppt.tsx +2 -0
- package/src/data/icons/react/pre.tsx +2 -0
- package/src/data/icons/react/prl.tsx +2 -0
- package/src/data/icons/react/pungo.tsx +2 -0
- package/src/data/icons/react/pura.tsx +2 -0
- package/src/data/icons/react/qash.tsx +2 -0
- package/src/data/icons/react/qiwi.tsx +2 -0
- package/src/data/icons/react/qlc.tsx +2 -0
- package/src/data/icons/react/qrl.tsx +2 -0
- package/src/data/icons/react/qsp.tsx +2 -0
- package/src/data/icons/react/qtum.tsx +2 -0
- package/src/data/icons/react/r.tsx +2 -0
- package/src/data/icons/react/rads.tsx +2 -0
- package/src/data/icons/react/rap.tsx +2 -0
- package/src/data/icons/react/rcn.tsx +2 -0
- package/src/data/icons/react/rdd.tsx +2 -0
- package/src/data/icons/react/rdn.tsx +2 -0
- package/src/data/icons/react/ren.tsx +2 -0
- package/src/data/icons/react/rep.tsx +2 -0
- package/src/data/icons/react/repv2.tsx +2 -0
- package/src/data/icons/react/req.tsx +2 -0
- package/src/data/icons/react/rhoc.tsx +2 -0
- package/src/data/icons/react/ric.tsx +2 -0
- package/src/data/icons/react/rise.tsx +2 -0
- package/src/data/icons/react/rlc.tsx +2 -0
- package/src/data/icons/react/rpx.tsx +2 -0
- package/src/data/icons/react/rub.tsx +2 -0
- package/src/data/icons/react/rvn.tsx +2 -0
- package/src/data/icons/react/ryo.tsx +2 -0
- package/src/data/icons/react/safe.tsx +2 -0
- package/src/data/icons/react/sai.tsx +2 -0
- package/src/data/icons/react/salt.tsx +2 -0
- package/src/data/icons/react/san.tsx +2 -0
- package/src/data/icons/react/sbd.tsx +2 -0
- package/src/data/icons/react/sberbank.tsx +2 -0
- package/src/data/icons/react/sc.tsx +2 -0
- package/src/data/icons/react/shift.tsx +2 -0
- package/src/data/icons/react/sib.tsx +2 -0
- package/src/data/icons/react/sin.tsx +2 -0
- package/src/data/icons/react/sky.tsx +2 -0
- package/src/data/icons/react/slr.tsx +2 -0
- package/src/data/icons/react/sls.tsx +2 -0
- package/src/data/icons/react/smart.tsx +2 -0
- package/src/data/icons/react/sngls.tsx +2 -0
- package/src/data/icons/react/snm.tsx +2 -0
- package/src/data/icons/react/snt.tsx +2 -0
- package/src/data/icons/react/soc.tsx +2 -0
- package/src/data/icons/react/sol.tsx +2 -0
- package/src/data/icons/react/spank.tsx +2 -0
- package/src/data/icons/react/sphtx.tsx +2 -0
- package/src/data/icons/react/srn.tsx +2 -0
- package/src/data/icons/react/ssv.tsx +2 -0
- package/src/data/icons/react/stak.tsx +2 -0
- package/src/data/icons/react/start.tsx +2 -0
- package/src/data/icons/react/steem.tsx +2 -0
- package/src/data/icons/react/storj.tsx +2 -0
- package/src/data/icons/react/storm.tsx +2 -0
- package/src/data/icons/react/stq.tsx +2 -0
- package/src/data/icons/react/strat.tsx +2 -0
- package/src/data/icons/react/sub.tsx +2 -0
- package/src/data/icons/react/sumo.tsx +2 -0
- package/src/data/icons/react/sys.tsx +2 -0
- package/src/data/icons/react/taas.tsx +2 -0
- package/src/data/icons/react/tau.tsx +2 -0
- package/src/data/icons/react/tbx.tsx +2 -0
- package/src/data/icons/react/tel.tsx +2 -0
- package/src/data/icons/react/ten.tsx +2 -0
- package/src/data/icons/react/tern.tsx +2 -0
- package/src/data/icons/react/tgch.tsx +2 -0
- package/src/data/icons/react/theta.tsx +2 -0
- package/src/data/icons/react/tix.tsx +2 -0
- package/src/data/icons/react/tkn.tsx +2 -0
- package/src/data/icons/react/tks.tsx +2 -0
- package/src/data/icons/react/tnb.tsx +2 -0
- package/src/data/icons/react/tnc.tsx +2 -0
- package/src/data/icons/react/tnt.tsx +2 -0
- package/src/data/icons/react/tomo.tsx +2 -0
- package/src/data/icons/react/tpay.tsx +2 -0
- package/src/data/icons/react/trig.tsx +2 -0
- package/src/data/icons/react/trtl.tsx +2 -0
- package/src/data/icons/react/trx.tsx +2 -0
- package/src/data/icons/react/tusd.tsx +2 -0
- package/src/data/icons/react/tyc.tsx +2 -0
- package/src/data/icons/react/tzc.tsx +2 -0
- package/src/data/icons/react/ubq.tsx +2 -0
- package/src/data/icons/react/uma.tsx +2 -0
- package/src/data/icons/react/uni.tsx +2 -0
- package/src/data/icons/react/unity.tsx +2 -0
- package/src/data/icons/react/usdc.tsx +2 -0
- package/src/data/icons/react/usdt.tsx +2 -0
- package/src/data/icons/react/utk.tsx +2 -0
- package/src/data/icons/react/veri.tsx +2 -0
- package/src/data/icons/react/vet.tsx +2 -0
- package/src/data/icons/react/via.tsx +2 -0
- package/src/data/icons/react/vib.tsx +2 -0
- package/src/data/icons/react/vibe.tsx +2 -0
- package/src/data/icons/react/vivo.tsx +2 -0
- package/src/data/icons/react/vrc.tsx +2 -0
- package/src/data/icons/react/vrsc.tsx +2 -0
- package/src/data/icons/react/vtc.tsx +2 -0
- package/src/data/icons/react/vtho.tsx +2 -0
- package/src/data/icons/react/wabi.tsx +2 -0
- package/src/data/icons/react/wan.tsx +2 -0
- package/src/data/icons/react/waves.tsx +2 -0
- package/src/data/icons/react/wax.tsx +2 -0
- package/src/data/icons/react/wbtc.tsx +2 -0
- package/src/data/icons/react/wgr.tsx +2 -0
- package/src/data/icons/react/wicc.tsx +2 -0
- package/src/data/icons/react/wings.tsx +2 -0
- package/src/data/icons/react/wpr.tsx +2 -0
- package/src/data/icons/react/wtc.tsx +2 -0
- package/src/data/icons/react/x.tsx +2 -0
- package/src/data/icons/react/xas.tsx +2 -0
- package/src/data/icons/react/xbc.tsx +2 -0
- package/src/data/icons/react/xbp.tsx +2 -0
- package/src/data/icons/react/xby.tsx +2 -0
- package/src/data/icons/react/xcp.tsx +2 -0
- package/src/data/icons/react/xdn.tsx +2 -0
- package/src/data/icons/react/xem.tsx +2 -0
- package/src/data/icons/react/xin.tsx +2 -0
- package/src/data/icons/react/xlm.tsx +2 -0
- package/src/data/icons/react/xmcc.tsx +2 -0
- package/src/data/icons/react/xmg.tsx +2 -0
- package/src/data/icons/react/xmo.tsx +2 -0
- package/src/data/icons/react/xmr.tsx +2 -0
- package/src/data/icons/react/xmy.tsx +2 -0
- package/src/data/icons/react/xp.tsx +2 -0
- package/src/data/icons/react/xpa.tsx +2 -0
- package/src/data/icons/react/xpm.tsx +2 -0
- package/src/data/icons/react/xrp.tsx +2 -0
- package/src/data/icons/react/xsg.tsx +2 -0
- package/src/data/icons/react/xst.tsx +2 -0
- package/src/data/icons/react/xtz.tsx +2 -0
- package/src/data/icons/react/xuc.tsx +2 -0
- package/src/data/icons/react/xvc.tsx +2 -0
- package/src/data/icons/react/xvg.tsx +2 -0
- package/src/data/icons/react/xzc.tsx +2 -0
- package/src/data/icons/react/yfi.tsx +2 -0
- package/src/data/icons/react/yoyow.tsx +2 -0
- package/src/data/icons/react/zcl.tsx +2 -0
- package/src/data/icons/react/zec.tsx +2 -0
- package/src/data/icons/react/zel.tsx +2 -0
- package/src/data/icons/react/zen.tsx +2 -0
- package/src/data/icons/react/zest.tsx +2 -0
- package/src/data/icons/react/zil.tsx +2 -0
- package/src/data/icons/react/zilla.tsx +2 -0
- package/src/data/icons/react/zrx.tsx +2 -0
- package/src/data/icons/reactNative/_0Xbtc.tsx +2 -0
- package/src/data/icons/reactNative/_2Give.tsx +2 -0
- package/src/data/icons/reactNative/abt.tsx +2 -0
- package/src/data/icons/reactNative/act.tsx +2 -0
- package/src/data/icons/reactNative/actn.tsx +2 -0
- package/src/data/icons/reactNative/ada.tsx +2 -0
- package/src/data/icons/reactNative/add.tsx +2 -0
- package/src/data/icons/reactNative/adx.tsx +2 -0
- package/src/data/icons/reactNative/ae.tsx +2 -0
- package/src/data/icons/reactNative/aeon.tsx +2 -0
- package/src/data/icons/reactNative/agi.tsx +2 -0
- package/src/data/icons/reactNative/agrs.tsx +2 -0
- package/src/data/icons/reactNative/aion.tsx +2 -0
- package/src/data/icons/reactNative/algo.tsx +2 -0
- package/src/data/icons/reactNative/amb.tsx +2 -0
- package/src/data/icons/reactNative/amp.tsx +2 -0
- package/src/data/icons/reactNative/ampl.tsx +2 -0
- package/src/data/icons/reactNative/ant.tsx +2 -0
- package/src/data/icons/reactNative/apex.tsx +2 -0
- package/src/data/icons/reactNative/appc.tsx +2 -0
- package/src/data/icons/reactNative/ardr.tsx +2 -0
- package/src/data/icons/reactNative/arg.tsx +2 -0
- package/src/data/icons/reactNative/ark.tsx +2 -0
- package/src/data/icons/reactNative/arn.tsx +2 -0
- package/src/data/icons/reactNative/arnx.tsx +2 -0
- package/src/data/icons/reactNative/ary.tsx +2 -0
- package/src/data/icons/reactNative/ast.tsx +2 -0
- package/src/data/icons/reactNative/atm.tsx +2 -0
- package/src/data/icons/reactNative/atom.tsx +2 -0
- package/src/data/icons/reactNative/audr.tsx +2 -0
- package/src/data/icons/reactNative/auto.tsx +2 -0
- package/src/data/icons/reactNative/aywa.tsx +2 -0
- package/src/data/icons/reactNative/bab.tsx +2 -0
- package/src/data/icons/reactNative/bal.tsx +2 -0
- package/src/data/icons/reactNative/band.tsx +2 -0
- package/src/data/icons/reactNative/bat.tsx +2 -0
- package/src/data/icons/reactNative/bay.tsx +2 -0
- package/src/data/icons/reactNative/bcbc.tsx +2 -0
- package/src/data/icons/reactNative/bcc.tsx +2 -0
- package/src/data/icons/reactNative/bcd.tsx +2 -0
- package/src/data/icons/reactNative/bch.tsx +2 -0
- package/src/data/icons/reactNative/bcio.tsx +2 -0
- package/src/data/icons/reactNative/bcn.tsx +2 -0
- package/src/data/icons/reactNative/bco.tsx +2 -0
- package/src/data/icons/reactNative/bcpt.tsx +2 -0
- package/src/data/icons/reactNative/bdl.tsx +2 -0
- package/src/data/icons/reactNative/beam.tsx +2 -0
- package/src/data/icons/reactNative/bela.tsx +2 -0
- package/src/data/icons/reactNative/bix.tsx +2 -0
- package/src/data/icons/reactNative/blcn.tsx +2 -0
- package/src/data/icons/reactNative/blk.tsx +2 -0
- package/src/data/icons/reactNative/block.tsx +2 -0
- package/src/data/icons/reactNative/blz.tsx +2 -0
- package/src/data/icons/reactNative/bnb.tsx +2 -0
- package/src/data/icons/reactNative/bnt.tsx +2 -0
- package/src/data/icons/reactNative/bnty.tsx +2 -0
- package/src/data/icons/reactNative/booty.tsx +2 -0
- package/src/data/icons/reactNative/bos.tsx +2 -0
- package/src/data/icons/reactNative/bpt.tsx +2 -0
- package/src/data/icons/reactNative/bq.tsx +2 -0
- package/src/data/icons/reactNative/brd.tsx +2 -0
- package/src/data/icons/reactNative/bsd.tsx +2 -0
- package/src/data/icons/reactNative/bsv.tsx +2 -0
- package/src/data/icons/reactNative/btc.tsx +2 -0
- package/src/data/icons/reactNative/btcd.tsx +2 -0
- package/src/data/icons/reactNative/btch.tsx +2 -0
- package/src/data/icons/reactNative/btcp.tsx +2 -0
- package/src/data/icons/reactNative/btcz.tsx +2 -0
- package/src/data/icons/reactNative/btdx.tsx +2 -0
- package/src/data/icons/reactNative/btg.tsx +2 -0
- package/src/data/icons/reactNative/btm.tsx +2 -0
- package/src/data/icons/reactNative/bts.tsx +2 -0
- package/src/data/icons/reactNative/btt.tsx +2 -0
- package/src/data/icons/reactNative/btx.tsx +2 -0
- package/src/data/icons/reactNative/burst.tsx +2 -0
- package/src/data/icons/reactNative/bze.tsx +2 -0
- package/src/data/icons/reactNative/call.tsx +2 -0
- package/src/data/icons/reactNative/cc.tsx +2 -0
- package/src/data/icons/reactNative/cdn.tsx +2 -0
- package/src/data/icons/reactNative/cdt.tsx +2 -0
- package/src/data/icons/reactNative/celo.tsx +2 -0
- package/src/data/icons/reactNative/cenz.tsx +2 -0
- package/src/data/icons/reactNative/chain.tsx +2 -0
- package/src/data/icons/reactNative/chat.tsx +2 -0
- package/src/data/icons/reactNative/chips.tsx +2 -0
- package/src/data/icons/reactNative/cix.tsx +2 -0
- package/src/data/icons/reactNative/clam.tsx +2 -0
- package/src/data/icons/reactNative/cloak.tsx +2 -0
- package/src/data/icons/reactNative/cmm.tsx +2 -0
- package/src/data/icons/reactNative/cmt.tsx +2 -0
- package/src/data/icons/reactNative/cnd.tsx +2 -0
- package/src/data/icons/reactNative/cnx.tsx +2 -0
- package/src/data/icons/reactNative/cny.tsx +2 -0
- package/src/data/icons/reactNative/cob.tsx +2 -0
- package/src/data/icons/reactNative/colx.tsx +2 -0
- package/src/data/icons/reactNative/comp.tsx +2 -0
- package/src/data/icons/reactNative/coqui.tsx +2 -0
- package/src/data/icons/reactNative/cred.tsx +2 -0
- package/src/data/icons/reactNative/cro.tsx +2 -0
- package/src/data/icons/reactNative/crpt.tsx +2 -0
- package/src/data/icons/reactNative/crw.tsx +2 -0
- package/src/data/icons/reactNative/cs.tsx +2 -0
- package/src/data/icons/reactNative/ctr.tsx +2 -0
- package/src/data/icons/reactNative/ctxc.tsx +2 -0
- package/src/data/icons/reactNative/cvc.tsx +2 -0
- package/src/data/icons/reactNative/d.tsx +2 -0
- package/src/data/icons/reactNative/dai.tsx +2 -0
- package/src/data/icons/reactNative/dash.tsx +2 -0
- package/src/data/icons/reactNative/dat.tsx +2 -0
- package/src/data/icons/reactNative/data.tsx +2 -0
- package/src/data/icons/reactNative/dbc.tsx +2 -0
- package/src/data/icons/reactNative/dcn.tsx +2 -0
- package/src/data/icons/reactNative/dcr.tsx +2 -0
- package/src/data/icons/reactNative/deez.tsx +2 -0
- package/src/data/icons/reactNative/dent.tsx +2 -0
- package/src/data/icons/reactNative/dew.tsx +2 -0
- package/src/data/icons/reactNative/dgb.tsx +2 -0
- package/src/data/icons/reactNative/dgd.tsx +2 -0
- package/src/data/icons/reactNative/dlt.tsx +2 -0
- package/src/data/icons/reactNative/dnt.tsx +2 -0
- package/src/data/icons/reactNative/dock.tsx +2 -0
- package/src/data/icons/reactNative/doge.tsx +2 -0
- package/src/data/icons/reactNative/dot.tsx +3 -1
- package/src/data/icons/reactNative/drgn.tsx +2 -0
- package/src/data/icons/reactNative/drop.tsx +2 -0
- package/src/data/icons/reactNative/dta.tsx +2 -0
- package/src/data/icons/reactNative/dth.tsx +2 -0
- package/src/data/icons/reactNative/dtr.tsx +2 -0
- package/src/data/icons/reactNative/ebst.tsx +2 -0
- package/src/data/icons/reactNative/eca.tsx +2 -0
- package/src/data/icons/reactNative/edg.tsx +2 -0
- package/src/data/icons/reactNative/edo.tsx +2 -0
- package/src/data/icons/reactNative/edoge.tsx +2 -0
- package/src/data/icons/reactNative/egem.tsx +2 -0
- package/src/data/icons/reactNative/egld.tsx +2 -0
- package/src/data/icons/reactNative/ela.tsx +2 -0
- package/src/data/icons/reactNative/elec.tsx +2 -0
- package/src/data/icons/reactNative/elf.tsx +2 -0
- package/src/data/icons/reactNative/elix.tsx +2 -0
- package/src/data/icons/reactNative/ella.tsx +2 -0
- package/src/data/icons/reactNative/emc.tsx +2 -0
- package/src/data/icons/reactNative/emc2.tsx +2 -0
- package/src/data/icons/reactNative/eng.tsx +2 -0
- package/src/data/icons/reactNative/enj.tsx +2 -0
- package/src/data/icons/reactNative/entrp.tsx +2 -0
- package/src/data/icons/reactNative/eon.tsx +2 -0
- package/src/data/icons/reactNative/eop.tsx +2 -0
- package/src/data/icons/reactNative/eos.tsx +2 -0
- package/src/data/icons/reactNative/eqli.tsx +2 -0
- package/src/data/icons/reactNative/equa.tsx +2 -0
- package/src/data/icons/reactNative/eqz.tsx +2 -0
- package/src/data/icons/reactNative/etc.tsx +2 -0
- package/src/data/icons/reactNative/eth.tsx +2 -0
- package/src/data/icons/reactNative/ethos.tsx +2 -0
- package/src/data/icons/reactNative/etn.tsx +2 -0
- package/src/data/icons/reactNative/etp.tsx +2 -0
- package/src/data/icons/reactNative/evx.tsx +2 -0
- package/src/data/icons/reactNative/exmo.tsx +2 -0
- package/src/data/icons/reactNative/exp.tsx +2 -0
- package/src/data/icons/reactNative/fair.tsx +2 -0
- package/src/data/icons/reactNative/fct.tsx +2 -0
- package/src/data/icons/reactNative/fil.tsx +2 -0
- package/src/data/icons/reactNative/fjc.tsx +2 -0
- package/src/data/icons/reactNative/fldc.tsx +2 -0
- package/src/data/icons/reactNative/flo.tsx +2 -0
- package/src/data/icons/reactNative/fsn.tsx +2 -0
- package/src/data/icons/reactNative/ftc.tsx +2 -0
- package/src/data/icons/reactNative/fuel.tsx +2 -0
- package/src/data/icons/reactNative/fun.tsx +2 -0
- package/src/data/icons/reactNative/game.tsx +2 -0
- package/src/data/icons/reactNative/gas.tsx +2 -0
- package/src/data/icons/reactNative/gbx.tsx +2 -0
- package/src/data/icons/reactNative/gbyte.tsx +2 -0
- package/src/data/icons/reactNative/generic.tsx +2 -0
- package/src/data/icons/reactNative/gin.tsx +2 -0
- package/src/data/icons/reactNative/glxt.tsx +2 -0
- package/src/data/icons/reactNative/gmr.tsx +2 -0
- package/src/data/icons/reactNative/gno.tsx +2 -0
- package/src/data/icons/reactNative/gnt.tsx +2 -0
- package/src/data/icons/reactNative/gold.tsx +2 -0
- package/src/data/icons/reactNative/grc.tsx +2 -0
- package/src/data/icons/reactNative/grin.tsx +2 -0
- package/src/data/icons/reactNative/gsc.tsx +2 -0
- package/src/data/icons/reactNative/gto.tsx +2 -0
- package/src/data/icons/reactNative/gup.tsx +2 -0
- package/src/data/icons/reactNative/gusd.tsx +2 -0
- package/src/data/icons/reactNative/gvt.tsx +2 -0
- package/src/data/icons/reactNative/gxs.tsx +2 -0
- package/src/data/icons/reactNative/gzr.tsx +2 -0
- package/src/data/icons/reactNative/hbar.tsx +15 -0
- package/src/data/icons/reactNative/hight.tsx +2 -0
- package/src/data/icons/reactNative/hodl.tsx +2 -0
- package/src/data/icons/reactNative/hot.tsx +2 -0
- package/src/data/icons/reactNative/hpb.tsx +2 -0
- package/src/data/icons/reactNative/hsr.tsx +2 -0
- package/src/data/icons/reactNative/ht.tsx +2 -0
- package/src/data/icons/reactNative/html.tsx +2 -0
- package/src/data/icons/reactNative/huc.tsx +2 -0
- package/src/data/icons/reactNative/hush.tsx +2 -0
- package/src/data/icons/reactNative/icn.tsx +2 -0
- package/src/data/icons/reactNative/icx.tsx +2 -0
- package/src/data/icons/reactNative/ignis.tsx +2 -0
- package/src/data/icons/reactNative/ilk.tsx +2 -0
- package/src/data/icons/reactNative/index.tsx +1 -0
- package/src/data/icons/reactNative/ink.tsx +2 -0
- package/src/data/icons/reactNative/ins.tsx +2 -0
- package/src/data/icons/reactNative/ion.tsx +2 -0
- package/src/data/icons/reactNative/iop.tsx +2 -0
- package/src/data/icons/reactNative/iost.tsx +2 -0
- package/src/data/icons/reactNative/iotx.tsx +2 -0
- package/src/data/icons/reactNative/iq.tsx +2 -0
- package/src/data/icons/reactNative/itc.tsx +2 -0
- package/src/data/icons/reactNative/jnt.tsx +2 -0
- package/src/data/icons/reactNative/jpy.tsx +2 -0
- package/src/data/icons/reactNative/kcs.tsx +2 -0
- package/src/data/icons/reactNative/kin.tsx +2 -0
- package/src/data/icons/reactNative/klown.tsx +2 -0
- package/src/data/icons/reactNative/kmd.tsx +2 -0
- package/src/data/icons/reactNative/knc.tsx +2 -0
- package/src/data/icons/reactNative/krb.tsx +2 -0
- package/src/data/icons/reactNative/lbc.tsx +2 -0
- package/src/data/icons/reactNative/lend.tsx +2 -0
- package/src/data/icons/reactNative/leo.tsx +2 -0
- package/src/data/icons/reactNative/link.tsx +2 -0
- package/src/data/icons/reactNative/lkk.tsx +2 -0
- package/src/data/icons/reactNative/loom.tsx +2 -0
- package/src/data/icons/reactNative/lpt.tsx +2 -0
- package/src/data/icons/reactNative/lrc.tsx +2 -0
- package/src/data/icons/reactNative/lsk.tsx +2 -0
- package/src/data/icons/reactNative/ltc.tsx +2 -0
- package/src/data/icons/reactNative/lun.tsx +2 -0
- package/src/data/icons/reactNative/maid.tsx +2 -0
- package/src/data/icons/reactNative/mana.tsx +2 -0
- package/src/data/icons/reactNative/matic.tsx +2 -0
- package/src/data/icons/reactNative/mcap.tsx +2 -0
- package/src/data/icons/reactNative/mco.tsx +2 -0
- package/src/data/icons/reactNative/mda.tsx +2 -0
- package/src/data/icons/reactNative/mds.tsx +2 -0
- package/src/data/icons/reactNative/med.tsx +2 -0
- package/src/data/icons/reactNative/meetone.tsx +2 -0
- package/src/data/icons/reactNative/mft.tsx +2 -0
- package/src/data/icons/reactNative/miota.tsx +2 -0
- package/src/data/icons/reactNative/mith.tsx +2 -0
- package/src/data/icons/reactNative/mkr.tsx +2 -0
- package/src/data/icons/reactNative/mln.tsx +2 -0
- package/src/data/icons/reactNative/mnx.tsx +2 -0
- package/src/data/icons/reactNative/mnz.tsx +2 -0
- package/src/data/icons/reactNative/moac.tsx +2 -0
- package/src/data/icons/reactNative/mod.tsx +2 -0
- package/src/data/icons/reactNative/mona.tsx +2 -0
- package/src/data/icons/reactNative/msr.tsx +2 -0
- package/src/data/icons/reactNative/mth.tsx +2 -0
- package/src/data/icons/reactNative/mtl.tsx +2 -0
- package/src/data/icons/reactNative/music.tsx +2 -0
- package/src/data/icons/reactNative/mzc.tsx +2 -0
- package/src/data/icons/reactNative/nano.tsx +2 -0
- package/src/data/icons/reactNative/nas.tsx +2 -0
- package/src/data/icons/reactNative/nav.tsx +2 -0
- package/src/data/icons/reactNative/ncash.tsx +2 -0
- package/src/data/icons/reactNative/ndz.tsx +2 -0
- package/src/data/icons/reactNative/nebl.tsx +2 -0
- package/src/data/icons/reactNative/neo.tsx +2 -0
- package/src/data/icons/reactNative/neos.tsx +2 -0
- package/src/data/icons/reactNative/neu.tsx +2 -0
- package/src/data/icons/reactNative/nexo.tsx +2 -0
- package/src/data/icons/reactNative/ngc.tsx +2 -0
- package/src/data/icons/reactNative/nim.tsx +2 -0
- package/src/data/icons/reactNative/nio.tsx +2 -0
- package/src/data/icons/reactNative/nlc2.tsx +2 -0
- package/src/data/icons/reactNative/nlg.tsx +2 -0
- package/src/data/icons/reactNative/nmc.tsx +2 -0
- package/src/data/icons/reactNative/nmr.tsx +2 -0
- package/src/data/icons/reactNative/npxs.tsx +2 -0
- package/src/data/icons/reactNative/nuls.tsx +2 -0
- package/src/data/icons/reactNative/nxs.tsx +2 -0
- package/src/data/icons/reactNative/nxt.tsx +2 -0
- package/src/data/icons/reactNative/oax.tsx +2 -0
- package/src/data/icons/reactNative/ok.tsx +2 -0
- package/src/data/icons/reactNative/okb.tsx +2 -0
- package/src/data/icons/reactNative/omg.tsx +2 -0
- package/src/data/icons/reactNative/omni.tsx +2 -0
- package/src/data/icons/reactNative/ong.tsx +2 -0
- package/src/data/icons/reactNative/ont.tsx +2 -0
- package/src/data/icons/reactNative/oot.tsx +2 -0
- package/src/data/icons/reactNative/ost.tsx +2 -0
- package/src/data/icons/reactNative/ox.tsx +2 -0
- package/src/data/icons/reactNative/oxt.tsx +2 -0
- package/src/data/icons/reactNative/pac.tsx +2 -0
- package/src/data/icons/reactNative/part.tsx +2 -0
- package/src/data/icons/reactNative/pasc.tsx +2 -0
- package/src/data/icons/reactNative/pasl.tsx +2 -0
- package/src/data/icons/reactNative/pax.tsx +2 -0
- package/src/data/icons/reactNative/pay.tsx +2 -0
- package/src/data/icons/reactNative/payx.tsx +2 -0
- package/src/data/icons/reactNative/pink.tsx +2 -0
- package/src/data/icons/reactNative/pirl.tsx +2 -0
- package/src/data/icons/reactNative/pivx.tsx +2 -0
- package/src/data/icons/reactNative/plr.tsx +2 -0
- package/src/data/icons/reactNative/poa.tsx +2 -0
- package/src/data/icons/reactNative/poe.tsx +2 -0
- package/src/data/icons/reactNative/polis.tsx +2 -0
- package/src/data/icons/reactNative/poly.tsx +2 -0
- package/src/data/icons/reactNative/pot.tsx +2 -0
- package/src/data/icons/reactNative/powr.tsx +2 -0
- package/src/data/icons/reactNative/ppc.tsx +2 -0
- package/src/data/icons/reactNative/ppp.tsx +2 -0
- package/src/data/icons/reactNative/ppt.tsx +2 -0
- package/src/data/icons/reactNative/pre.tsx +2 -0
- package/src/data/icons/reactNative/prl.tsx +2 -0
- package/src/data/icons/reactNative/pungo.tsx +2 -0
- package/src/data/icons/reactNative/pura.tsx +2 -0
- package/src/data/icons/reactNative/qash.tsx +2 -0
- package/src/data/icons/reactNative/qiwi.tsx +2 -0
- package/src/data/icons/reactNative/qlc.tsx +2 -0
- package/src/data/icons/reactNative/qrl.tsx +2 -0
- package/src/data/icons/reactNative/qsp.tsx +2 -0
- package/src/data/icons/reactNative/qtum.tsx +2 -0
- package/src/data/icons/reactNative/r.tsx +2 -0
- package/src/data/icons/reactNative/rads.tsx +2 -0
- package/src/data/icons/reactNative/rap.tsx +2 -0
- package/src/data/icons/reactNative/rcn.tsx +2 -0
- package/src/data/icons/reactNative/rdd.tsx +2 -0
- package/src/data/icons/reactNative/rdn.tsx +2 -0
- package/src/data/icons/reactNative/ren.tsx +2 -0
- package/src/data/icons/reactNative/rep.tsx +2 -0
- package/src/data/icons/reactNative/repv2.tsx +2 -0
- package/src/data/icons/reactNative/req.tsx +2 -0
- package/src/data/icons/reactNative/rhoc.tsx +2 -0
- package/src/data/icons/reactNative/ric.tsx +2 -0
- package/src/data/icons/reactNative/rise.tsx +2 -0
- package/src/data/icons/reactNative/rlc.tsx +2 -0
- package/src/data/icons/reactNative/rpx.tsx +2 -0
- package/src/data/icons/reactNative/rub.tsx +2 -0
- package/src/data/icons/reactNative/rvn.tsx +2 -0
- package/src/data/icons/reactNative/ryo.tsx +2 -0
- package/src/data/icons/reactNative/safe.tsx +2 -0
- package/src/data/icons/reactNative/sai.tsx +2 -0
- package/src/data/icons/reactNative/salt.tsx +2 -0
- package/src/data/icons/reactNative/san.tsx +2 -0
- package/src/data/icons/reactNative/sbd.tsx +2 -0
- package/src/data/icons/reactNative/sberbank.tsx +2 -0
- package/src/data/icons/reactNative/sc.tsx +2 -0
- package/src/data/icons/reactNative/shift.tsx +2 -0
- package/src/data/icons/reactNative/sib.tsx +2 -0
- package/src/data/icons/reactNative/sin.tsx +2 -0
- package/src/data/icons/reactNative/sky.tsx +2 -0
- package/src/data/icons/reactNative/slr.tsx +2 -0
- package/src/data/icons/reactNative/sls.tsx +2 -0
- package/src/data/icons/reactNative/smart.tsx +2 -0
- package/src/data/icons/reactNative/sngls.tsx +2 -0
- package/src/data/icons/reactNative/snm.tsx +2 -0
- package/src/data/icons/reactNative/snt.tsx +2 -0
- package/src/data/icons/reactNative/soc.tsx +2 -0
- package/src/data/icons/reactNative/sol.tsx +2 -0
- package/src/data/icons/reactNative/spank.tsx +2 -0
- package/src/data/icons/reactNative/sphtx.tsx +2 -0
- package/src/data/icons/reactNative/srn.tsx +2 -0
- package/src/data/icons/reactNative/ssv.tsx +2 -0
- package/src/data/icons/reactNative/stak.tsx +2 -0
- package/src/data/icons/reactNative/start.tsx +2 -0
- package/src/data/icons/reactNative/steem.tsx +2 -0
- package/src/data/icons/reactNative/storj.tsx +2 -0
- package/src/data/icons/reactNative/storm.tsx +2 -0
- package/src/data/icons/reactNative/stq.tsx +2 -0
- package/src/data/icons/reactNative/strat.tsx +2 -0
- package/src/data/icons/reactNative/sub.tsx +2 -0
- package/src/data/icons/reactNative/sumo.tsx +2 -0
- package/src/data/icons/reactNative/sys.tsx +2 -0
- package/src/data/icons/reactNative/taas.tsx +2 -0
- package/src/data/icons/reactNative/tau.tsx +2 -0
- package/src/data/icons/reactNative/tbx.tsx +2 -0
- package/src/data/icons/reactNative/tel.tsx +2 -0
- package/src/data/icons/reactNative/ten.tsx +2 -0
- package/src/data/icons/reactNative/tern.tsx +2 -0
- package/src/data/icons/reactNative/tgch.tsx +2 -0
- package/src/data/icons/reactNative/theta.tsx +2 -0
- package/src/data/icons/reactNative/tix.tsx +2 -0
- package/src/data/icons/reactNative/tkn.tsx +2 -0
- package/src/data/icons/reactNative/tks.tsx +2 -0
- package/src/data/icons/reactNative/tnb.tsx +2 -0
- package/src/data/icons/reactNative/tnc.tsx +2 -0
- package/src/data/icons/reactNative/tnt.tsx +2 -0
- package/src/data/icons/reactNative/tomo.tsx +2 -0
- package/src/data/icons/reactNative/tpay.tsx +2 -0
- package/src/data/icons/reactNative/trig.tsx +2 -0
- package/src/data/icons/reactNative/trtl.tsx +2 -0
- package/src/data/icons/reactNative/trx.tsx +2 -0
- package/src/data/icons/reactNative/tusd.tsx +2 -0
- package/src/data/icons/reactNative/tyc.tsx +2 -0
- package/src/data/icons/reactNative/tzc.tsx +2 -0
- package/src/data/icons/reactNative/ubq.tsx +2 -0
- package/src/data/icons/reactNative/uma.tsx +2 -0
- package/src/data/icons/reactNative/uni.tsx +2 -0
- package/src/data/icons/reactNative/unity.tsx +2 -0
- package/src/data/icons/reactNative/usdc.tsx +2 -0
- package/src/data/icons/reactNative/usdt.tsx +2 -0
- package/src/data/icons/reactNative/utk.tsx +2 -0
- package/src/data/icons/reactNative/veri.tsx +2 -0
- package/src/data/icons/reactNative/vet.tsx +2 -0
- package/src/data/icons/reactNative/via.tsx +2 -0
- package/src/data/icons/reactNative/vib.tsx +2 -0
- package/src/data/icons/reactNative/vibe.tsx +2 -0
- package/src/data/icons/reactNative/vivo.tsx +2 -0
- package/src/data/icons/reactNative/vrc.tsx +2 -0
- package/src/data/icons/reactNative/vrsc.tsx +2 -0
- package/src/data/icons/reactNative/vtc.tsx +2 -0
- package/src/data/icons/reactNative/vtho.tsx +2 -0
- package/src/data/icons/reactNative/wabi.tsx +2 -0
- package/src/data/icons/reactNative/wan.tsx +2 -0
- package/src/data/icons/reactNative/waves.tsx +2 -0
- package/src/data/icons/reactNative/wax.tsx +2 -0
- package/src/data/icons/reactNative/wbtc.tsx +2 -0
- package/src/data/icons/reactNative/wgr.tsx +2 -0
- package/src/data/icons/reactNative/wicc.tsx +2 -0
- package/src/data/icons/reactNative/wings.tsx +2 -0
- package/src/data/icons/reactNative/wpr.tsx +2 -0
- package/src/data/icons/reactNative/wtc.tsx +2 -0
- package/src/data/icons/reactNative/x.tsx +2 -0
- package/src/data/icons/reactNative/xas.tsx +2 -0
- package/src/data/icons/reactNative/xbc.tsx +2 -0
- package/src/data/icons/reactNative/xbp.tsx +2 -0
- package/src/data/icons/reactNative/xby.tsx +2 -0
- package/src/data/icons/reactNative/xcp.tsx +2 -0
- package/src/data/icons/reactNative/xdn.tsx +2 -0
- package/src/data/icons/reactNative/xem.tsx +2 -0
- package/src/data/icons/reactNative/xin.tsx +2 -0
- package/src/data/icons/reactNative/xlm.tsx +2 -0
- package/src/data/icons/reactNative/xmcc.tsx +2 -0
- package/src/data/icons/reactNative/xmg.tsx +2 -0
- package/src/data/icons/reactNative/xmo.tsx +2 -0
- package/src/data/icons/reactNative/xmr.tsx +2 -0
- package/src/data/icons/reactNative/xmy.tsx +2 -0
- package/src/data/icons/reactNative/xp.tsx +2 -0
- package/src/data/icons/reactNative/xpa.tsx +2 -0
- package/src/data/icons/reactNative/xpm.tsx +2 -0
- package/src/data/icons/reactNative/xrp.tsx +2 -0
- package/src/data/icons/reactNative/xsg.tsx +2 -0
- package/src/data/icons/reactNative/xst.tsx +2 -0
- package/src/data/icons/reactNative/xtz.tsx +2 -0
- package/src/data/icons/reactNative/xuc.tsx +2 -0
- package/src/data/icons/reactNative/xvc.tsx +2 -0
- package/src/data/icons/reactNative/xvg.tsx +2 -0
- package/src/data/icons/reactNative/xzc.tsx +2 -0
- package/src/data/icons/reactNative/yfi.tsx +2 -0
- package/src/data/icons/reactNative/yoyow.tsx +2 -0
- package/src/data/icons/reactNative/zcl.tsx +2 -0
- package/src/data/icons/reactNative/zec.tsx +2 -0
- package/src/data/icons/reactNative/zel.tsx +2 -0
- package/src/data/icons/reactNative/zen.tsx +2 -0
- package/src/data/icons/reactNative/zest.tsx +2 -0
- package/src/data/icons/reactNative/zil.tsx +2 -0
- package/src/data/icons/reactNative/zilla.tsx +2 -0
- package/src/data/icons/reactNative/zrx.tsx +2 -0
- package/src/data/icons/svg/DOT.svg +8 -3
- package/src/data/icons/svg/HBAR.svg +3 -0
- package/src/derivation.ts +6 -0
- package/src/env.ts +13 -3
- package/src/errors.ts +4 -0
- package/src/exchange/index.ts +5 -1
- package/src/exchange/swap/getProviders.ts +1 -1
- package/src/families/algorand/js-estimateMaxSpendable.ts +6 -3
- package/src/families/bitcoin/getAccountNetworkInfo.ts +4 -2
- package/src/families/bitcoin/satstack.ts +3 -1
- package/src/families/bitcoin/specs.ts +4 -5
- package/src/families/bitcoin/wallet-btc/crypto/secp256k1.ts +0 -0
- package/src/families/bitcoin/wallet-btc/utils.ts +8 -0
- package/src/families/bitcoin/wallet-btc/wallet.ts +24 -12
- package/src/families/cosmos/__snapshots__/bridge.test.ts.snap +229 -8
- package/src/families/cosmos/api/Cosmos.ts +21 -8
- package/src/families/cosmos/js-buildTransaction.ts +18 -15
- package/src/families/cosmos/js-getTransactionStatus.ts +11 -15
- package/src/families/cosmos/js-prepareTransaction.ts +7 -5
- package/src/families/cosmos/js-signOperation.ts +54 -36
- package/src/families/cosmos/js-synchronisation.ts +2 -2
- package/src/families/cosmos/logic.ts +12 -7
- package/src/families/cosmos/preloadedData.mock.ts +134 -0
- package/src/families/cosmos/react.test.ts +9 -0
- package/src/families/cosmos/react.ts +33 -0
- package/src/families/cosmos/test-dataset.ts +1 -1
- package/src/families/cosmos/types.ts +1 -0
- package/src/families/cosmos/utils.ts +2 -0
- package/src/families/cosmos/validators.ts +3 -1
- package/src/families/ethereum/{bridge.test.ts → bridge.test.ts.bak} +2 -0
- package/src/families/ethereum/nftResolvers.ts +1 -1
- package/src/families/hedera/api/mirror.ts +151 -0
- package/src/families/hedera/api/network.ts +56 -0
- package/src/families/hedera/bridge/js.ts +36 -0
- package/src/families/hedera/cli-transaction.ts +41 -0
- package/src/families/hedera/deviceTransactionConfig.ts +45 -0
- package/src/families/hedera/hw-app-hedera/index.ts +103 -0
- package/src/families/hedera/hw-getAddress.ts +18 -0
- package/src/families/hedera/js-broadcast.ts +28 -0
- package/src/families/hedera/js-estimateMaxSpendable.ts +32 -0
- package/src/families/hedera/js-getTransactionStatus.ts +53 -0
- package/src/families/hedera/js-receive.ts +51 -0
- package/src/families/hedera/js-signOperation.ts +95 -0
- package/src/families/hedera/js-synchronisation.ts +86 -0
- package/src/families/hedera/js-transaction.ts +52 -0
- package/src/families/hedera/specs.ts +95 -0
- package/src/families/hedera/speculos-deviceActions.ts +64 -0
- package/src/families/hedera/test-dataset.ts +94 -0
- package/src/families/hedera/tests/js-estimateMaxSpendable.test.ts +64 -0
- package/src/families/hedera/tests/js-transaction.test.ts +91 -0
- package/src/families/hedera/tests/transaction.test.ts +91 -0
- package/src/families/hedera/tests/utils.test.ts +99 -0
- package/src/families/hedera/transaction.ts +48 -0
- package/src/families/hedera/types.ts +28 -0
- package/src/families/hedera/utils.ts +40 -0
- package/src/families/polkadot/cli-transaction.ts +1 -1
- package/src/families/polkadot/js-getTransactionStatus.ts +7 -0
- package/src/families/polkadot/js-signOperation.ts +10 -10
- package/src/families/polkadot/logic.ts +1 -0
- package/src/families/polkadot/specs.ts +41 -24
- package/src/families/ripple/bridge/js.ts +89 -494
- package/src/families/ripple/bridge.test.ts +0 -6
- package/src/families/ripple/js-synchronization.ts +153 -0
- package/src/families/ripple/test-dataset.ts +2 -0
- package/src/families/ripple/types.api.ts +23 -0
- package/src/families/solana/__snapshots__/bridge.test.ts.snap +2 -0
- package/src/families/solana/api/cached.ts +9 -9
- package/src/families/solana/api/chain/index.ts +23 -20
- package/src/families/solana/api/chain/web3.ts +25 -51
- package/src/families/solana/api/logged.ts +22 -7
- package/src/families/solana/bridge/bridge.ts +25 -34
- package/src/families/solana/bridge/js.ts +1 -1
- package/src/families/solana/bridge/mock-data.ts +36 -20
- package/src/families/solana/bridge/mock.ts +20 -4
- package/src/families/solana/errors.ts +12 -0
- package/src/families/solana/js-broadcast.ts +31 -5
- package/src/families/solana/js-buildTransaction.ts +8 -10
- package/src/families/solana/js-estimateMaxSpendable.ts +11 -9
- package/src/families/solana/js-preload.ts +18 -3
- package/src/families/solana/js-prepareTransaction.ts +43 -66
- package/src/families/solana/js-signOperation.ts +18 -6
- package/src/families/solana/js-synchronization.ts +23 -9
- package/src/families/solana/logic.ts +1 -3
- package/src/families/solana/react.ts +2 -22
- package/src/families/solana/specs.ts +10 -8
- package/src/families/solana/test-specifics.ts +3 -4
- package/src/families/solana/tx-fees.ts +206 -0
- package/src/families/solana/types.ts +2 -0
- package/src/families/solana/utils.ts +40 -0
- package/src/families/solana/validator-app/index.ts +1 -1
- package/src/featureFlags/defaultFeatures.ts +47 -0
- package/src/featureFlags/types.ts +7 -1
- package/src/generated/bridge/js.ts +3 -0
- package/src/generated/cli-transaction.ts +3 -0
- package/src/generated/deviceTransactionConfig.ts +3 -0
- package/src/generated/hw-getAddress.ts +3 -0
- package/src/generated/specs.ts +3 -0
- package/src/generated/speculos-deviceActions.ts +3 -0
- package/src/generated/test-dataset.ts +3 -0
- package/src/generated/transaction.ts +3 -0
- package/src/generated/types.ts +4 -0
- package/src/hw/firmwareUpdate-repair.ts +2 -2
- package/src/load/speculos.ts +1 -1
- package/src/manager/index.ts +9 -6
- package/src/notifications/AnnouncementProvider/machine.ts +5 -2
- package/src/notifications/ServiceStatusProvider/machine.ts +4 -3
- package/src/platform/PlatformAppProvider/helpers.ts +4 -1
- package/src/platform/PlatformAppProvider/index.tsx +1 -1
- package/src/platform/logic.ts +1 -1
- package/src/platform/providers/GlobalCatalogProvider/api/mock.json +0 -26
- package/src/platform/providers/RemoteLiveAppProvider/api/mock.json +0 -63
- package/src/reactNativeSvg.d.ts +5 -0
- package/src/sanityChecks.ts +2 -5
- package/src/types/nft.ts +13 -3
- package/lib/families/ethereum/bridge.test.d.ts +0 -2
- package/lib/families/ethereum/bridge.test.d.ts.map +0 -1
- package/lib/families/ethereum/bridge.test.js +0 -11
- package/lib/families/ethereum/bridge.test.js.map +0 -1
- package/src/.DS_Store +0 -0
- package/src/__tests__/.DS_Store +0 -0
- package/src/families/ethereum/__snapshots__/bridge.test.ts.snap +0 -3263
|
@@ -49,6 +49,7 @@ Array [
|
|
|
49
49
|
"ethereum/erc20/trueusd",
|
|
50
50
|
"ethereum/erc20/kyber_network_crystal_v2",
|
|
51
51
|
"ravencoin",
|
|
52
|
+
"polygon/erc20/theta_token_(pos)",
|
|
52
53
|
"ethereum/erc20/enjin",
|
|
53
54
|
"waves",
|
|
54
55
|
"ethereum/erc20/omg",
|
|
@@ -91,6 +92,7 @@ Array [
|
|
|
91
92
|
"thundercore",
|
|
92
93
|
"ethereum/erc20/aragon_network_token",
|
|
93
94
|
"ethereum/erc20/celsius",
|
|
95
|
+
"ethereum/erc20/gatechaintoken",
|
|
94
96
|
"ethereum/erc20/gxc",
|
|
95
97
|
"ethereum/erc20/iexec_rlc",
|
|
96
98
|
"tomo",
|
|
@@ -98,6 +100,7 @@ Array [
|
|
|
98
100
|
"polygon/erc20/bandtoken",
|
|
99
101
|
"ethereum/erc20/ocean",
|
|
100
102
|
"ethereum/erc20/healthcare_administration_token",
|
|
103
|
+
"ethereum/erc20/crpt",
|
|
101
104
|
"ark",
|
|
102
105
|
"ethereum/erc20/pchain",
|
|
103
106
|
"ethereum/erc20/cortex_coin",
|
|
@@ -129,7 +132,7 @@ Array [
|
|
|
129
132
|
"ethereum/erc20/fetish_coin",
|
|
130
133
|
"ethereum/erc20/telcoin",
|
|
131
134
|
"ethereum/erc20/kan",
|
|
132
|
-
"ethereum/erc20/
|
|
135
|
+
"ethereum/erc20/bancor",
|
|
133
136
|
"ethereum/erc20/populous",
|
|
134
137
|
"polygon/erc20/iotex_network",
|
|
135
138
|
"ethereum/erc20/funfair",
|
|
@@ -159,6 +162,7 @@ Array [
|
|
|
159
162
|
"ethereum/erc20/cofinex",
|
|
160
163
|
"ethereum/erc20/bitball_treasure",
|
|
161
164
|
"ethereum/erc20/homeros",
|
|
165
|
+
"ethereum/erc20/insure",
|
|
162
166
|
"ethereum/erc20/tap",
|
|
163
167
|
"ethereum/erc20/cryptobucks",
|
|
164
168
|
"ethereum/erc20/bitbook_gambling",
|
|
@@ -170,13 +174,13 @@ Array [
|
|
|
170
174
|
"ethereum/erc20/zeon",
|
|
171
175
|
"ethereum/erc20/gaptoken",
|
|
172
176
|
"ethereum/erc20/cryptoindex_100",
|
|
173
|
-
"
|
|
177
|
+
"ethereum/erc20/usdk",
|
|
174
178
|
"ethereum/erc20/qubitica_",
|
|
175
179
|
"ethereum/erc20/ethereum_meta",
|
|
176
180
|
"ethereum/erc20/bitforex_token",
|
|
177
181
|
"ethereum/erc20/synchrobitcoin",
|
|
178
182
|
"ethereum/erc20/agavecoin",
|
|
179
|
-
"ethereum/erc20/
|
|
183
|
+
"ethereum/erc20/futureswap_token",
|
|
180
184
|
"ethereum/erc20/gnosis",
|
|
181
185
|
"ethereum/erc20/dtr",
|
|
182
186
|
"ethereum/erc20/crypto20",
|
|
@@ -197,6 +201,7 @@ Array [
|
|
|
197
201
|
"ethereum/erc20/rocket_pool",
|
|
198
202
|
"ethereum/erc20/latoken",
|
|
199
203
|
"ethereum/erc20/marblecoin",
|
|
204
|
+
"polygon/erc20/shardus_(pos)",
|
|
200
205
|
"ethereum/erc20/coinex_token",
|
|
201
206
|
"ethereum/erc20/unore",
|
|
202
207
|
"ethereum/erc20/polymath_network",
|
|
@@ -212,6 +217,7 @@ Array [
|
|
|
212
217
|
"ethereum/erc20/wrapped_bitcoin",
|
|
213
218
|
"ethereum/erc20/credits",
|
|
214
219
|
"ethereum/erc20/xactoken",
|
|
220
|
+
"ethereum/erc20/metadium",
|
|
215
221
|
"ethereum/erc20/lto_network_token",
|
|
216
222
|
"polygon/erc20/polywolf",
|
|
217
223
|
"ethereum/erc20/thetimeschain_coin",
|
|
@@ -267,7 +273,7 @@ Array [
|
|
|
267
273
|
"ethereum/erc20/tenx",
|
|
268
274
|
"ethereum/erc20/internet_node_token",
|
|
269
275
|
"ethereum/erc20/levolution_io_token",
|
|
270
|
-
"
|
|
276
|
+
"ethereum/erc20/decentr",
|
|
271
277
|
"ethereum/erc20/iqeon",
|
|
272
278
|
"peercoin",
|
|
273
279
|
"ethereum/erc20/united_traders_token",
|
|
@@ -276,7 +282,7 @@ Array [
|
|
|
276
282
|
"ethereum/erc20/(rkn)",
|
|
277
283
|
"ethereum/erc20/ionchain_token",
|
|
278
284
|
"ethereum/erc20/quantstamp_token",
|
|
279
|
-
"ethereum/erc20/
|
|
285
|
+
"ethereum/erc20/tellor_tributes",
|
|
280
286
|
"ethereum/erc20/robotina_token",
|
|
281
287
|
"qrl",
|
|
282
288
|
"ethereum/erc20/token_of_power",
|
|
@@ -332,7 +338,8 @@ Array [
|
|
|
332
338
|
"ethereum/erc20/egretia_token",
|
|
333
339
|
"ethereum/erc20/metronome",
|
|
334
340
|
"ethereum/erc20/pillar_project",
|
|
335
|
-
"ethereum/erc20/
|
|
341
|
+
"ethereum/erc20/propy",
|
|
342
|
+
"ethereum/erc20/token_prometeus_network",
|
|
336
343
|
"ethereum/erc20/wings",
|
|
337
344
|
"ethereum/erc20/sirin_labs",
|
|
338
345
|
"ethereum/erc20/apm_coin",
|
|
@@ -353,6 +360,7 @@ Array [
|
|
|
353
360
|
"ethereum/erc20/evx_token",
|
|
354
361
|
"ethereum/erc20/valor",
|
|
355
362
|
"ethereum/erc20/time_new_bank",
|
|
363
|
+
"ethereum/erc20/wrapped_mir_token",
|
|
356
364
|
"ethereum/erc20/litentry",
|
|
357
365
|
"ethereum/erc20/eminertoken",
|
|
358
366
|
"ethereum/erc20/bluezelle",
|
|
@@ -375,6 +383,7 @@ Array [
|
|
|
375
383
|
"game_credits",
|
|
376
384
|
"ethereum/erc20/po_et_tokens",
|
|
377
385
|
"ethereum/erc20/bezanttoken",
|
|
386
|
+
"ethereum/erc20/mithril_token",
|
|
378
387
|
"ethereum/erc20/finexboxtoken",
|
|
379
388
|
"ethereum/erc20/trustverse",
|
|
380
389
|
"ethereum/erc20/roobee",
|
|
@@ -408,9 +417,10 @@ Array [
|
|
|
408
417
|
"ethereum/erc20/margix",
|
|
409
418
|
"ethereum/erc20/get",
|
|
410
419
|
"ethereum/erc20/tripio",
|
|
411
|
-
"ethereum/erc20/
|
|
420
|
+
"ethereum/erc20/sonm",
|
|
412
421
|
"ethereum/erc20/data",
|
|
413
422
|
"ethereum/erc20/universa",
|
|
423
|
+
"ethereum/erc20/nestree",
|
|
414
424
|
"ethereum/erc20/gny",
|
|
415
425
|
"ethereum/erc20/dapstoken",
|
|
416
426
|
"ethereum/erc20/lcx",
|
|
@@ -442,7 +452,6 @@ Array [
|
|
|
442
452
|
"ethereum/erc20/beaxy_token",
|
|
443
453
|
"ethereum/erc20/oneroot_network",
|
|
444
454
|
"ethereum/erc20/bitberrytoken",
|
|
445
|
-
"ethereum/erc20/vin",
|
|
446
455
|
"poa",
|
|
447
456
|
"nix",
|
|
448
457
|
"ethereum/erc20/cargox",
|
|
@@ -483,7 +492,7 @@ Array [
|
|
|
483
492
|
"ethereum/erc20/lnx_protocol",
|
|
484
493
|
"ethereum/erc20/switcheo_token",
|
|
485
494
|
"ethereum/erc20/fatcoin",
|
|
486
|
-
"ethereum/erc20/
|
|
495
|
+
"ethereum/erc20/blackpool_token",
|
|
487
496
|
"ethereum/erc20/nectar",
|
|
488
497
|
"ethereum/erc20/liftoken",
|
|
489
498
|
"ethereum/erc20/eterbase_utility_token",
|
|
@@ -510,7 +519,7 @@ Array [
|
|
|
510
519
|
"ethereum/erc20/abyss",
|
|
511
520
|
"ethereum/erc20/linkeye_token",
|
|
512
521
|
"ethereum/erc20/likecoin",
|
|
513
|
-
"ethereum/erc20/
|
|
522
|
+
"ethereum/erc20/noia_token",
|
|
514
523
|
"ethereum/erc20/czr",
|
|
515
524
|
"ethereum/erc20/omix",
|
|
516
525
|
"ethereum/erc20/poker_chips",
|
|
@@ -589,6 +598,7 @@ Array [
|
|
|
589
598
|
"ethereum/erc20/valid",
|
|
590
599
|
"ethereum/erc20/airbloc",
|
|
591
600
|
"ethereum/erc20/ice_rock_mining_",
|
|
601
|
+
"ethereum/erc20/bifrost",
|
|
592
602
|
"ethereum/erc20/midas_protocol",
|
|
593
603
|
"ethereum/erc20/spacechain",
|
|
594
604
|
"ethereum/erc20/eden_coin",
|
|
@@ -611,6 +621,7 @@ Array [
|
|
|
611
621
|
"ethereum/erc20/lux_expression",
|
|
612
622
|
"ethereum/erc20/linkey_token",
|
|
613
623
|
"ethereum/erc20/locus_chain",
|
|
624
|
+
"ethereum/erc20/qchi",
|
|
614
625
|
"ethereum/erc20/owndata",
|
|
615
626
|
"ethereum/erc20/timeminer",
|
|
616
627
|
"ethereum/erc20/wins_live",
|
|
@@ -684,6 +695,7 @@ Array [
|
|
|
684
695
|
"ethereum/erc20/mark",
|
|
685
696
|
"ethereum/erc20/flip_token",
|
|
686
697
|
"ethereum/erc20/team",
|
|
698
|
+
"polygon/erc20/ig_orb_(pos)",
|
|
687
699
|
"ethereum/erc20/syncfab_manufacturing",
|
|
688
700
|
"ethereum/erc20/niobium",
|
|
689
701
|
"ethereum/erc20/bob_s_repair",
|
|
@@ -704,6 +716,7 @@ Array [
|
|
|
704
716
|
"ethereum/erc20/viewly",
|
|
705
717
|
"ethereum/erc20/coincasso_exchange_token",
|
|
706
718
|
"ethereum/erc20/octopus_network_token",
|
|
719
|
+
"ethereum/erc20/dev",
|
|
707
720
|
"ethereum/erc20/honest",
|
|
708
721
|
"ethereum/erc20/tnc_group_token",
|
|
709
722
|
"ethereum/erc20/micro_tuber",
|
|
@@ -716,7 +729,7 @@ Array [
|
|
|
716
729
|
"ethereum/erc20/coinus",
|
|
717
730
|
"ethereum/erc20/rating",
|
|
718
731
|
"ethereum/erc20/uptrennd",
|
|
719
|
-
"
|
|
732
|
+
"stacks",
|
|
720
733
|
"ethereum/erc20/smartshare_token",
|
|
721
734
|
"ethereum/erc20/fti",
|
|
722
735
|
"ethereum/erc20/neurochain_clausius",
|
|
@@ -725,7 +738,6 @@ Array [
|
|
|
725
738
|
"ethereum/erc20/mileverse",
|
|
726
739
|
"ethereum/erc20/biocrypt",
|
|
727
740
|
"ethereum/erc20/bittwatt",
|
|
728
|
-
"ethereum/erc20/ono_token",
|
|
729
741
|
"ethereum/erc20/energitoken",
|
|
730
742
|
"ethereum/erc20/electrifyasia",
|
|
731
743
|
"ethereum/erc20/xplay",
|
|
@@ -945,7 +957,7 @@ Array [
|
|
|
945
957
|
"ethereum/erc20/rebellious",
|
|
946
958
|
"ethereum/erc20/hurify_token",
|
|
947
959
|
"ethereum/erc20/taklimakan_network_",
|
|
948
|
-
"ethereum/erc20/
|
|
960
|
+
"ethereum/erc20/occ",
|
|
949
961
|
"ethereum/erc20/xmed_chain_token",
|
|
950
962
|
"ethereum/erc20/leadcoin",
|
|
951
963
|
"ethereum/erc20/helex",
|
|
@@ -963,7 +975,7 @@ Array [
|
|
|
963
975
|
"ethereum/erc20/waletoken",
|
|
964
976
|
"ethereum/erc20/cryptosoul",
|
|
965
977
|
"ethereum/erc20/boxx",
|
|
966
|
-
"ethereum/erc20/
|
|
978
|
+
"ethereum/erc20/cryptex",
|
|
967
979
|
"ethereum/erc20/kuverit",
|
|
968
980
|
"ethereum/erc20/linker_coin",
|
|
969
981
|
"ethereum/erc20/heronodetoken",
|
|
@@ -972,6 +984,7 @@ Array [
|
|
|
972
984
|
"ethereum/erc20/paycentos",
|
|
973
985
|
"ethereum/erc20/investfeed",
|
|
974
986
|
"ethereum/erc20/chess_coin",
|
|
987
|
+
"ethereum/erc20/global_coin_research",
|
|
975
988
|
"ethereum/erc20/bitstash",
|
|
976
989
|
"ethereum/erc20/joint",
|
|
977
990
|
"ethereum/erc20/cyberfm_radio",
|
|
@@ -993,7 +1006,7 @@ Array [
|
|
|
993
1006
|
"ethereum/erc20/ether_kingdoms_token",
|
|
994
1007
|
"ethereum/erc20/hashnet_biteco",
|
|
995
1008
|
"ethereum/erc20/origami_network",
|
|
996
|
-
"ethereum/erc20/
|
|
1009
|
+
"ethereum/erc20/farmatrust_token",
|
|
997
1010
|
"ethereum/erc20/wpptoken",
|
|
998
1011
|
"ethereum/erc20/uchain_token",
|
|
999
1012
|
"ethereum/erc20/yolocash",
|
|
@@ -1060,13 +1073,13 @@ Array [
|
|
|
1060
1073
|
"ethereum/erc20/bnc_token",
|
|
1061
1074
|
"ethereum/erc20/stakehouse_batch",
|
|
1062
1075
|
"ethereum/erc20/micromines",
|
|
1076
|
+
"ethereum/erc20/wrapped_luna_token",
|
|
1063
1077
|
"ethereum/erc20/tokendesk",
|
|
1064
1078
|
"akroma",
|
|
1065
1079
|
"ethereum/erc20/delta_financial_-_deep_defi_derivatives",
|
|
1066
1080
|
"ethereum/erc20/tracto",
|
|
1067
1081
|
"ethereum/erc20/aigang",
|
|
1068
1082
|
"ethereum/erc20/cpucoin",
|
|
1069
|
-
"ethereum/erc20/mineral",
|
|
1070
1083
|
"ethereum/erc20/masternet",
|
|
1071
1084
|
"ethereum/erc20/cryptrust",
|
|
1072
1085
|
"ethereum/erc20/alpha_coin",
|
|
@@ -1106,6 +1119,7 @@ Array [
|
|
|
1106
1119
|
"ethereum/erc20/brat",
|
|
1107
1120
|
"ethereum/erc20/bitcoin_one",
|
|
1108
1121
|
"ethereum/erc20/javascript",
|
|
1122
|
+
"ethereum/erc20/oobit",
|
|
1109
1123
|
"ethereum/erc20/beatify",
|
|
1110
1124
|
"ethereum/erc20/hms_token",
|
|
1111
1125
|
"ethereum/erc20/innovativebioresearchcoin",
|
|
@@ -1128,7 +1142,6 @@ Array [
|
|
|
1128
1142
|
"ethereum/erc20/qtcon",
|
|
1129
1143
|
"ethereum/erc20/satoexchange",
|
|
1130
1144
|
"factom",
|
|
1131
|
-
"ethereum/erc20/artfinity",
|
|
1132
1145
|
"ethereum/erc20/echoin",
|
|
1133
1146
|
"ethereum/erc20/bispextoken",
|
|
1134
1147
|
"bsc/bep20/bear",
|
|
@@ -1142,6 +1155,7 @@ Array [
|
|
|
1142
1155
|
"ethereum/erc20/topchaincoin",
|
|
1143
1156
|
"ethereum/erc20/medium_token",
|
|
1144
1157
|
"ethereum/erc20/brazilian_real",
|
|
1158
|
+
"ethereum/erc20/minter_hub",
|
|
1145
1159
|
"ethereum/erc20/latam_cash",
|
|
1146
1160
|
"ethereum/erc20/btse_token",
|
|
1147
1161
|
"ethereum/erc20/quras_token",
|
|
@@ -1160,6 +1174,7 @@ Array [
|
|
|
1160
1174
|
"ethereum/erc20/yuan_chain_new",
|
|
1161
1175
|
"ethereum/erc20/rakun",
|
|
1162
1176
|
"ethereum/erc20/tesra_ai_supernet",
|
|
1177
|
+
"ethereum/erc20/synth_sbtc",
|
|
1163
1178
|
"ethereum/erc20/cryptoenergy",
|
|
1164
1179
|
"ethereum/erc20/lukki_operating_token",
|
|
1165
1180
|
"ethereum/erc20/vx_network",
|
|
@@ -1173,7 +1188,6 @@ Array [
|
|
|
1173
1188
|
"ethereum/erc20/dexterg",
|
|
1174
1189
|
"ethereum/erc20/kardiachain_token",
|
|
1175
1190
|
"ethereum/erc20/ubu",
|
|
1176
|
-
"ethereum/erc20/gold_tether",
|
|
1177
1191
|
"ethereum/erc20/walletplusx",
|
|
1178
1192
|
"ethereum/erc20/elysia",
|
|
1179
1193
|
"ethereum/erc20/sparkle",
|
|
@@ -1183,17 +1197,18 @@ Array [
|
|
|
1183
1197
|
"ethereum/erc20/crypto_neo-value_neural_system",
|
|
1184
1198
|
"ethereum/erc20/decentralized_vulnerability_platform",
|
|
1185
1199
|
"ethereum/erc20/aitheon",
|
|
1186
|
-
"ethereum/erc20/
|
|
1200
|
+
"ethereum/erc20/bull",
|
|
1187
1201
|
"ethereum/erc20/custody_token",
|
|
1188
1202
|
"ethereum/erc20/vi",
|
|
1189
1203
|
"ethereum/erc20/the_transfer_token",
|
|
1190
1204
|
"ethereum/erc20/hintchain",
|
|
1191
1205
|
"ethereum/erc20/bihukey",
|
|
1206
|
+
"ethereum/erc20/acoconut",
|
|
1207
|
+
"ethereum/erc20/b_protocol",
|
|
1192
1208
|
"ethereum/erc20/two_prime_ff1_token",
|
|
1193
1209
|
"ethereum/erc20/sonic_token",
|
|
1194
1210
|
"ethereum/erc20/superskynet",
|
|
1195
1211
|
"ethereum/erc20/entherfound",
|
|
1196
|
-
"ethereum/erc20/galaxycoin",
|
|
1197
1212
|
"ethereum/erc20/bizzcoin",
|
|
1198
1213
|
"bsc/bep20/binance-peg_juventus_token",
|
|
1199
1214
|
"helium",
|
|
@@ -1231,6 +1246,7 @@ Array [
|
|
|
1231
1246
|
"ethereum/erc20/kamari",
|
|
1232
1247
|
"ethereum/erc20/arcs",
|
|
1233
1248
|
"ethereum/erc20/sinergia",
|
|
1249
|
+
"ethereum/erc20/lbk",
|
|
1234
1250
|
"ethereum/erc20/peakdefi",
|
|
1235
1251
|
"ethereum/erc20/medibit",
|
|
1236
1252
|
"ethereum/erc20/webn",
|
|
@@ -1258,7 +1274,7 @@ Array [
|
|
|
1258
1274
|
"ethereum/erc20/volt",
|
|
1259
1275
|
"ethereum/erc20/map_protocol",
|
|
1260
1276
|
"ethereum/erc20/crypto_boss_coin",
|
|
1261
|
-
"
|
|
1277
|
+
"ethereum/erc20/bifi",
|
|
1262
1278
|
"ethereum/erc20/future1coin",
|
|
1263
1279
|
"ethereum/erc20/ptokens_btc",
|
|
1264
1280
|
"ethereum/erc20/charg_coin",
|
|
@@ -1290,7 +1306,7 @@ Array [
|
|
|
1290
1306
|
"ethereum/erc20/opennity_token",
|
|
1291
1307
|
"ethereum/erc20/accelerator_network",
|
|
1292
1308
|
"ethereum/erc20/aerotoken",
|
|
1293
|
-
"ethereum/erc20/
|
|
1309
|
+
"ethereum/erc20/bitdao",
|
|
1294
1310
|
"iov",
|
|
1295
1311
|
"ethereum/erc20/infinity_esaham",
|
|
1296
1312
|
"ethereum/erc20/bcdn",
|
|
@@ -1321,6 +1337,7 @@ Array [
|
|
|
1321
1337
|
"ethereum/erc20/can",
|
|
1322
1338
|
"bsc/bep20/lightning",
|
|
1323
1339
|
"ethereum/erc20/19",
|
|
1340
|
+
"ethereum/erc20/boringdao_btc",
|
|
1324
1341
|
"ethereum/erc20/yuki",
|
|
1325
1342
|
"ethereum/erc20/cen",
|
|
1326
1343
|
"ethereum/erc20/gazecoin_metaverse_token",
|
|
@@ -1346,12 +1363,14 @@ Array [
|
|
|
1346
1363
|
"flow",
|
|
1347
1364
|
"icp",
|
|
1348
1365
|
"LBRY",
|
|
1366
|
+
"moonbeam",
|
|
1349
1367
|
"moonriver",
|
|
1350
1368
|
"musicoin",
|
|
1351
1369
|
"songbird",
|
|
1352
1370
|
"reosc",
|
|
1353
1371
|
"resistance",
|
|
1354
|
-
"
|
|
1372
|
+
"osmo",
|
|
1373
|
+
"shyft",
|
|
1355
1374
|
"ethereum/erc20/$aapl",
|
|
1356
1375
|
"ethereum/erc20/$based",
|
|
1357
1376
|
"ethereum/erc20/$die",
|
|
@@ -1365,6 +1384,7 @@ Array [
|
|
|
1365
1384
|
"ethereum/erc20/1inch_token_(vested)",
|
|
1366
1385
|
"ethereum/erc20/1million_token",
|
|
1367
1386
|
"ethereum/erc20/1milnft",
|
|
1387
|
+
"ethereum/erc20/1stdigital-com-art-ab1",
|
|
1368
1388
|
"ethereum/erc20/22x_fund",
|
|
1369
1389
|
"ethereum/erc20/2based_finance",
|
|
1370
1390
|
"ethereum/erc20/2crazytoken",
|
|
@@ -1404,22 +1424,17 @@ Array [
|
|
|
1404
1424
|
"ethereum/erc20/aave_interest_bearing_busd_v2",
|
|
1405
1425
|
"ethereum/erc20/aave_interest_bearing_crv_v2",
|
|
1406
1426
|
"ethereum/erc20/aave_interest_bearing_dai_v2",
|
|
1407
|
-
"ethereum/erc20/aave_interest_bearing_enj",
|
|
1408
1427
|
"ethereum/erc20/aave_interest_bearing_enj_v2",
|
|
1409
1428
|
"ethereum/erc20/aave_interest_bearing_gusd_v2",
|
|
1410
1429
|
"ethereum/erc20/aave_interest_bearing_knc",
|
|
1411
1430
|
"ethereum/erc20/aave_interest_bearing_knc_v2",
|
|
1412
1431
|
"ethereum/erc20/aave_interest_bearing_link",
|
|
1413
1432
|
"ethereum/erc20/aave_interest_bearing_link_v2",
|
|
1414
|
-
"ethereum/erc20/aave_interest_bearing_mana",
|
|
1415
1433
|
"ethereum/erc20/aave_interest_bearing_mana_v2",
|
|
1416
|
-
"ethereum/erc20/aave_interest_bearing_mkr",
|
|
1417
1434
|
"ethereum/erc20/aave_interest_bearing_mkr_v2",
|
|
1418
1435
|
"ethereum/erc20/aave_interest_bearing_rai",
|
|
1419
|
-
"ethereum/erc20/aave_interest_bearing_ren",
|
|
1420
1436
|
"ethereum/erc20/aave_interest_bearing_ren_v2",
|
|
1421
1437
|
"ethereum/erc20/aave_interest_bearing_rep",
|
|
1422
|
-
"ethereum/erc20/aave_interest_bearing_snx",
|
|
1423
1438
|
"ethereum/erc20/aave_interest_bearing_snx_v2",
|
|
1424
1439
|
"ethereum/erc20/aave_interest_bearing_susd_v2",
|
|
1425
1440
|
"ethereum/erc20/aave_interest_bearing_tusd_v2",
|
|
@@ -1431,25 +1446,21 @@ Array [
|
|
|
1431
1446
|
"ethereum/erc20/aave_interest_bearing_uniusdt",
|
|
1432
1447
|
"ethereum/erc20/aave_interest_bearing_usdc_v2",
|
|
1433
1448
|
"ethereum/erc20/aave_interest_bearing_usdt_v2",
|
|
1434
|
-
"ethereum/erc20/aave_interest_bearing_wbtc",
|
|
1435
1449
|
"ethereum/erc20/aave_interest_bearing_wbtc_v2",
|
|
1436
1450
|
"ethereum/erc20/aave_interest_bearing_weth_v2",
|
|
1437
1451
|
"ethereum/erc20/aave_interest_bearing_xsushi_v2",
|
|
1438
|
-
"ethereum/erc20/aave_interest_bearing_yfi",
|
|
1439
1452
|
"ethereum/erc20/aave_interest_bearing_yfi_v2",
|
|
1440
1453
|
"ethereum/erc20/aave_interest_bearing_zrx",
|
|
1441
1454
|
"ethereum/erc20/aave_interest_bearing_zrx_v2",
|
|
1442
1455
|
"ethereum/erc20/aavegotchi_aastronauts",
|
|
1443
1456
|
"ethereum/erc20/ab_chain_rtb_token",
|
|
1444
1457
|
"ethereum/erc20/abbc_cash",
|
|
1445
|
-
"ethereum/erc20/abcc_token",
|
|
1446
1458
|
"ethereum/erc20/ac_exchange_token",
|
|
1447
1459
|
"ethereum/erc20/acab_token",
|
|
1448
1460
|
"ethereum/erc20/accel",
|
|
1449
1461
|
"ethereum/erc20/accord",
|
|
1450
1462
|
"ethereum/erc20/acd",
|
|
1451
1463
|
"ethereum/erc20/ace",
|
|
1452
|
-
"ethereum/erc20/acoconut",
|
|
1453
1464
|
"ethereum/erc20/acreage",
|
|
1454
1465
|
"ethereum/erc20/ad_flex",
|
|
1455
1466
|
"ethereum/erc20/adappter_token",
|
|
@@ -1501,6 +1512,7 @@ Array [
|
|
|
1501
1512
|
"ethereum/erc20/alien_worlds_trilium",
|
|
1502
1513
|
"ethereum/erc20/alis_token",
|
|
1503
1514
|
"ethereum/erc20/alita_network",
|
|
1515
|
+
"ethereum/erc20/alkemi_network_dao_token",
|
|
1504
1516
|
"ethereum/erc20/alkemi_wrapped_ether_1",
|
|
1505
1517
|
"ethereum/erc20/alkemi_wrapped_ether_2",
|
|
1506
1518
|
"ethereum/erc20/alkimi_exchange",
|
|
@@ -1524,6 +1536,7 @@ Array [
|
|
|
1524
1536
|
"ethereum/erc20/alphatoken",
|
|
1525
1537
|
"ethereum/erc20/alphr",
|
|
1526
1538
|
"ethereum/erc20/alrightcoin",
|
|
1539
|
+
"ethereum/erc20/alta_finance",
|
|
1527
1540
|
"ethereum/erc20/alts_token",
|
|
1528
1541
|
"ethereum/erc20/aludra_network",
|
|
1529
1542
|
"ethereum/erc20/aluna",
|
|
@@ -1560,6 +1573,7 @@ Array [
|
|
|
1560
1573
|
"ethereum/erc20/ape_stax",
|
|
1561
1574
|
"ethereum/erc20/apebullinu",
|
|
1562
1575
|
"ethereum/erc20/apecoin",
|
|
1576
|
+
"ethereum/erc20/apecoin_dev",
|
|
1563
1577
|
"ethereum/erc20/apehaven",
|
|
1564
1578
|
"ethereum/erc20/apenft",
|
|
1565
1579
|
"ethereum/erc20/api3",
|
|
@@ -1604,6 +1618,7 @@ Array [
|
|
|
1604
1618
|
"ethereum/erc20/art_blocks_curated_full_set",
|
|
1605
1619
|
"ethereum/erc20/arteon",
|
|
1606
1620
|
"ethereum/erc20/artista",
|
|
1621
|
+
"ethereum/erc20/artm",
|
|
1607
1622
|
"ethereum/erc20/artwook_coin",
|
|
1608
1623
|
"ethereum/erc20/artx_token",
|
|
1609
1624
|
"ethereum/erc20/arx",
|
|
@@ -1670,7 +1685,6 @@ Array [
|
|
|
1670
1685
|
"ethereum/erc20/b2bx",
|
|
1671
1686
|
"ethereum/erc20/b2u_coin",
|
|
1672
1687
|
"ethereum/erc20/b_20",
|
|
1673
|
-
"ethereum/erc20/b_protocol",
|
|
1674
1688
|
"ethereum/erc20/baanx",
|
|
1675
1689
|
"ethereum/erc20/bab",
|
|
1676
1690
|
"ethereum/erc20/baby_akita",
|
|
@@ -1705,7 +1719,6 @@ Array [
|
|
|
1705
1719
|
"ethereum/erc20/bancor_governance_token",
|
|
1706
1720
|
"ethereum/erc20/bancor_usd_token",
|
|
1707
1721
|
"ethereum/erc20/bank_btc",
|
|
1708
|
-
"ethereum/erc20/bankcoin",
|
|
1709
1722
|
"ethereum/erc20/bankcoin_cash",
|
|
1710
1723
|
"ethereum/erc20/banketh",
|
|
1711
1724
|
"ethereum/erc20/bankless_bed_index",
|
|
@@ -1776,8 +1789,6 @@ Array [
|
|
|
1776
1789
|
"ethereum/erc20/bgt",
|
|
1777
1790
|
"ethereum/erc20/bhpcash",
|
|
1778
1791
|
"ethereum/erc20/bidao",
|
|
1779
|
-
"ethereum/erc20/bifi",
|
|
1780
|
-
"ethereum/erc20/bifrost",
|
|
1781
1792
|
"ethereum/erc20/bigcash",
|
|
1782
1793
|
"ethereum/erc20/bigocoin",
|
|
1783
1794
|
"ethereum/erc20/billionaire_ambition",
|
|
@@ -1801,10 +1812,12 @@ Array [
|
|
|
1801
1812
|
"ethereum/erc20/bitair",
|
|
1802
1813
|
"ethereum/erc20/bitasean",
|
|
1803
1814
|
"ethereum/erc20/bitazza",
|
|
1815
|
+
"ethereum/erc20/bitazza_token",
|
|
1804
1816
|
"ethereum/erc20/bitbase",
|
|
1805
1817
|
"ethereum/erc20/bitboost",
|
|
1806
1818
|
"ethereum/erc20/bitcar_token",
|
|
1807
1819
|
"ethereum/erc20/bitcashpay",
|
|
1820
|
+
"ethereum/erc20/bitcci_cash",
|
|
1808
1821
|
"ethereum/erc20/bitcloud_token",
|
|
1809
1822
|
"ethereum/erc20/bitcoin_boutique",
|
|
1810
1823
|
"ethereum/erc20/bitcoin_zero",
|
|
@@ -1814,13 +1827,11 @@ Array [
|
|
|
1814
1827
|
"ethereum/erc20/bitcratic",
|
|
1815
1828
|
"ethereum/erc20/bitcratic_revenue",
|
|
1816
1829
|
"ethereum/erc20/bitcurate",
|
|
1817
|
-
"ethereum/erc20/bitdao",
|
|
1818
1830
|
"ethereum/erc20/bitdefi",
|
|
1819
1831
|
"ethereum/erc20/bitdice",
|
|
1820
1832
|
"ethereum/erc20/bitenium_token",
|
|
1821
1833
|
"ethereum/erc20/bitether_",
|
|
1822
1834
|
"ethereum/erc20/bitfarmings",
|
|
1823
|
-
"ethereum/erc20/bitflux",
|
|
1824
1835
|
"ethereum/erc20/bitfxt_coin",
|
|
1825
1836
|
"ethereum/erc20/bitgear",
|
|
1826
1837
|
"ethereum/erc20/bitgettoken",
|
|
@@ -1859,7 +1870,6 @@ Array [
|
|
|
1859
1870
|
"ethereum/erc20/blackfisk",
|
|
1860
1871
|
"ethereum/erc20/blackholeswap-compound_daiusdc_v1",
|
|
1861
1872
|
"ethereum/erc20/blackpearl_token",
|
|
1862
|
-
"ethereum/erc20/blackpool_token",
|
|
1863
1873
|
"ethereum/erc20/blank_token_old",
|
|
1864
1874
|
"ethereum/erc20/blaze_network",
|
|
1865
1875
|
"ethereum/erc20/blind_boxes_token",
|
|
@@ -1869,7 +1879,6 @@ Array [
|
|
|
1869
1879
|
"ethereum/erc20/block_array",
|
|
1870
1880
|
"ethereum/erc20/block_duelers",
|
|
1871
1881
|
"ethereum/erc20/blockbank",
|
|
1872
|
-
"ethereum/erc20/blockchain_adventurers_guild",
|
|
1873
1882
|
"ethereum/erc20/blockchain_cuties_universe_governance_token",
|
|
1874
1883
|
"ethereum/erc20/blockchain_io",
|
|
1875
1884
|
"ethereum/erc20/blockchain_token_2_0",
|
|
@@ -1877,6 +1886,7 @@ Array [
|
|
|
1877
1886
|
"ethereum/erc20/blockmesh",
|
|
1878
1887
|
"ethereum/erc20/blocknotex",
|
|
1879
1888
|
"ethereum/erc20/blockoptiopns_token",
|
|
1889
|
+
"ethereum/erc20/blockport_token",
|
|
1880
1890
|
"ethereum/erc20/blockrx",
|
|
1881
1891
|
"ethereum/erc20/blocktanium",
|
|
1882
1892
|
"ethereum/erc20/blocktrade_com",
|
|
@@ -1891,6 +1901,7 @@ Array [
|
|
|
1891
1901
|
"ethereum/erc20/bmj_master_nodes",
|
|
1892
1902
|
"ethereum/erc20/bmt",
|
|
1893
1903
|
"ethereum/erc20/bnc",
|
|
1904
|
+
"ethereum/erc20/bnet_token",
|
|
1894
1905
|
"ethereum/erc20/bns_finance",
|
|
1895
1906
|
"ethereum/erc20/bns_token",
|
|
1896
1907
|
"ethereum/erc20/bnt_smart_token_relay",
|
|
@@ -1919,7 +1930,6 @@ Array [
|
|
|
1919
1930
|
"ethereum/erc20/bored_ape_kennel_club",
|
|
1920
1931
|
"ethereum/erc20/bored_museum",
|
|
1921
1932
|
"ethereum/erc20/boringdao",
|
|
1922
|
-
"ethereum/erc20/boringdao_btc",
|
|
1923
1933
|
"ethereum/erc20/boringdao_doge",
|
|
1924
1934
|
"ethereum/erc20/boringdao_ltc",
|
|
1925
1935
|
"ethereum/erc20/borprotocol",
|
|
@@ -1962,6 +1972,7 @@ Array [
|
|
|
1962
1972
|
"ethereum/erc20/btcnext_token",
|
|
1963
1973
|
"ethereum/erc20/bte",
|
|
1964
1974
|
"ethereum/erc20/btl__battle_",
|
|
1975
|
+
"ethereum/erc20/btrfly",
|
|
1965
1976
|
"ethereum/erc20/btrst",
|
|
1966
1977
|
"ethereum/erc20/btu_incentivized_dai",
|
|
1967
1978
|
"ethereum/erc20/btz_by_bunz",
|
|
@@ -1973,7 +1984,6 @@ Array [
|
|
|
1973
1984
|
"ethereum/erc20/buildin",
|
|
1974
1985
|
"ethereum/erc20/buildup",
|
|
1975
1986
|
"ethereum/erc20/bulk_token",
|
|
1976
|
-
"ethereum/erc20/bull",
|
|
1977
1987
|
"ethereum/erc20/bullbearbitcoin_set_ii",
|
|
1978
1988
|
"ethereum/erc20/bullbearethereum_set_ii",
|
|
1979
1989
|
"ethereum/erc20/bulldog",
|
|
@@ -2017,6 +2027,7 @@ Array [
|
|
|
2017
2027
|
"ethereum/erc20/capital_finance",
|
|
2018
2028
|
"ethereum/erc20/capitalsharetoken",
|
|
2019
2029
|
"ethereum/erc20/capsule_coin",
|
|
2030
|
+
"ethereum/erc20/captain_inu",
|
|
2020
2031
|
"ethereum/erc20/car_coin",
|
|
2021
2032
|
"ethereum/erc20/car_sharing_community",
|
|
2022
2033
|
"ethereum/erc20/carbcoin",
|
|
@@ -2041,6 +2052,7 @@ Array [
|
|
|
2041
2052
|
"ethereum/erc20/cat__blockcat_",
|
|
2042
2053
|
"ethereum/erc20/cat_trade",
|
|
2043
2054
|
"ethereum/erc20/catcoin",
|
|
2055
|
+
"ethereum/erc20/catecoin",
|
|
2044
2056
|
"ethereum/erc20/cavapoo",
|
|
2045
2057
|
"ethereum/erc20/cavo",
|
|
2046
2058
|
"ethereum/erc20/cbdao",
|
|
@@ -2079,7 +2091,9 @@ Array [
|
|
|
2079
2091
|
"ethereum/erc20/cherry_token",
|
|
2080
2092
|
"ethereum/erc20/chi_gastoken_by_1inch",
|
|
2081
2093
|
"ethereum/erc20/chicken",
|
|
2094
|
+
"ethereum/erc20/chihiro_inu",
|
|
2082
2095
|
"ethereum/erc20/chihua_token",
|
|
2096
|
+
"ethereum/erc20/chihuahua",
|
|
2083
2097
|
"ethereum/erc20/chipz",
|
|
2084
2098
|
"ethereum/erc20/chonk",
|
|
2085
2099
|
"ethereum/erc20/chowchow_finance",
|
|
@@ -2140,7 +2154,10 @@ Array [
|
|
|
2140
2154
|
"ethereum/erc20/coinspaid",
|
|
2141
2155
|
"ethereum/erc20/coinstar",
|
|
2142
2156
|
"ethereum/erc20/coinstox_token",
|
|
2157
|
+
"ethereum/erc20/coinsturn",
|
|
2143
2158
|
"ethereum/erc20/coinvest_v3_token",
|
|
2159
|
+
"ethereum/erc20/coinviewcap",
|
|
2160
|
+
"ethereum/erc20/coinweb",
|
|
2144
2161
|
"ethereum/erc20/coinwind_token",
|
|
2145
2162
|
"ethereum/erc20/coinzo_token",
|
|
2146
2163
|
"ethereum/erc20/coinzoom",
|
|
@@ -2179,6 +2196,7 @@ Array [
|
|
|
2179
2196
|
"ethereum/erc20/connect_financial",
|
|
2180
2197
|
"ethereum/erc20/connectome",
|
|
2181
2198
|
"ethereum/erc20/consentium_coin",
|
|
2199
|
+
"ethereum/erc20/constitutiondao",
|
|
2182
2200
|
"ethereum/erc20/contentbox",
|
|
2183
2201
|
"ethereum/erc20/contraction_dynamic_set_dollar",
|
|
2184
2202
|
"ethereum/erc20/convenient_to_go",
|
|
@@ -2221,6 +2239,7 @@ Array [
|
|
|
2221
2239
|
"ethereum/erc20/creedtoken",
|
|
2222
2240
|
"ethereum/erc20/cremit",
|
|
2223
2241
|
"ethereum/erc20/crespo",
|
|
2242
|
+
"ethereum/erc20/creverse",
|
|
2224
2243
|
"ethereum/erc20/criptoro_coin",
|
|
2225
2244
|
"ethereum/erc20/cro",
|
|
2226
2245
|
"ethereum/erc20/crossfi",
|
|
@@ -2228,7 +2247,6 @@ Array [
|
|
|
2228
2247
|
"ethereum/erc20/crownfinance",
|
|
2229
2248
|
"ethereum/erc20/crowns",
|
|
2230
2249
|
"ethereum/erc20/crowny_token",
|
|
2231
|
-
"ethereum/erc20/crpt",
|
|
2232
2250
|
"ethereum/erc20/cruisebit",
|
|
2233
2251
|
"ethereum/erc20/crust",
|
|
2234
2252
|
"ethereum/erc20/crust_storage_market",
|
|
@@ -2236,7 +2254,6 @@ Array [
|
|
|
2236
2254
|
"ethereum/erc20/crycash",
|
|
2237
2255
|
"ethereum/erc20/cryptaldash",
|
|
2238
2256
|
"ethereum/erc20/cryptaur",
|
|
2239
|
-
"ethereum/erc20/cryptex",
|
|
2240
2257
|
"ethereum/erc20/cryptfillcoin",
|
|
2241
2258
|
"ethereum/erc20/cryptid",
|
|
2242
2259
|
"ethereum/erc20/crypto10_hedged",
|
|
@@ -2310,7 +2327,6 @@ Array [
|
|
|
2310
2327
|
"ethereum/erc20/curve_fi_usdk_3crv",
|
|
2311
2328
|
"ethereum/erc20/cute_coin",
|
|
2312
2329
|
"ethereum/erc20/cvault_finance",
|
|
2313
|
-
"ethereum/erc20/cvp_token",
|
|
2314
2330
|
"ethereum/erc20/cvtoken",
|
|
2315
2331
|
"ethereum/erc20/cxn_network",
|
|
2316
2332
|
"ethereum/erc20/cy_finance",
|
|
@@ -2329,10 +2345,8 @@ Array [
|
|
|
2329
2345
|
"ethereum/erc20/daisy",
|
|
2330
2346
|
"ethereum/erc20/danat_coin",
|
|
2331
2347
|
"ethereum/erc20/dandy_dego",
|
|
2332
|
-
"ethereum/erc20/dao",
|
|
2333
2348
|
"ethereum/erc20/dao1",
|
|
2334
2349
|
"ethereum/erc20/dao_invest",
|
|
2335
|
-
"ethereum/erc20/dao_maker",
|
|
2336
2350
|
"ethereum/erc20/dao_playmarket_2_0",
|
|
2337
2351
|
"ethereum/erc20/daohaus_token",
|
|
2338
2352
|
"ethereum/erc20/daoventuresdefi",
|
|
@@ -2364,7 +2378,6 @@ Array [
|
|
|
2364
2378
|
"ethereum/erc20/dea",
|
|
2365
2379
|
"ethereum/erc20/debase",
|
|
2366
2380
|
"ethereum/erc20/debitum",
|
|
2367
|
-
"ethereum/erc20/decentr",
|
|
2368
2381
|
"ethereum/erc20/decentral_games",
|
|
2369
2382
|
"ethereum/erc20/decentralizecurrency",
|
|
2370
2383
|
"ethereum/erc20/decentralized_insurance_protocol",
|
|
@@ -2427,7 +2440,7 @@ Array [
|
|
|
2427
2440
|
"ethereum/erc20/design",
|
|
2428
2441
|
"ethereum/erc20/dessfi",
|
|
2429
2442
|
"ethereum/erc20/deus",
|
|
2430
|
-
"ethereum/erc20/
|
|
2443
|
+
"ethereum/erc20/deus_",
|
|
2431
2444
|
"ethereum/erc20/deva_token",
|
|
2432
2445
|
"ethereum/erc20/devcon2_token",
|
|
2433
2446
|
"ethereum/erc20/deversifi_token",
|
|
@@ -2644,6 +2657,7 @@ Array [
|
|
|
2644
2657
|
"ethereum/erc20/enkronostoken",
|
|
2645
2658
|
"ethereum/erc20/enreachdao",
|
|
2646
2659
|
"ethereum/erc20/entanmo",
|
|
2660
|
+
"ethereum/erc20/enter_governance_token",
|
|
2647
2661
|
"ethereum/erc20/entone",
|
|
2648
2662
|
"ethereum/erc20/entropy",
|
|
2649
2663
|
"ethereum/erc20/envicoin",
|
|
@@ -2694,7 +2708,6 @@ Array [
|
|
|
2694
2708
|
"ethereum/erc20/etherbone",
|
|
2695
2709
|
"ethereum/erc20/etherbtc",
|
|
2696
2710
|
"ethereum/erc20/etherco2",
|
|
2697
|
-
"ethereum/erc20/etheremon",
|
|
2698
2711
|
"ethereum/erc20/etheremon_token",
|
|
2699
2712
|
"ethereum/erc20/ethereum_apex",
|
|
2700
2713
|
"ethereum/erc20/ethereum_cash",
|
|
@@ -2780,6 +2793,7 @@ Array [
|
|
|
2780
2793
|
"ethereum/erc20/famous_coin",
|
|
2781
2794
|
"ethereum/erc20/fan_token",
|
|
2782
2795
|
"ethereum/erc20/fanbi_token",
|
|
2796
|
+
"ethereum/erc20/fancy_games",
|
|
2783
2797
|
"ethereum/erc20/fans_unique",
|
|
2784
2798
|
"ethereum/erc20/fanship",
|
|
2785
2799
|
"ethereum/erc20/fantasy_world_gold",
|
|
@@ -2796,7 +2810,6 @@ Array [
|
|
|
2796
2810
|
"ethereum/erc20/farm_usdt",
|
|
2797
2811
|
"ethereum/erc20/farm_wbtc",
|
|
2798
2812
|
"ethereum/erc20/farm_weth",
|
|
2799
|
-
"ethereum/erc20/farmatrust_token",
|
|
2800
2813
|
"ethereum/erc20/farming_bad",
|
|
2801
2814
|
"ethereum/erc20/farmland_protocol",
|
|
2802
2815
|
"ethereum/erc20/farswap",
|
|
@@ -2902,6 +2915,7 @@ Array [
|
|
|
2902
2915
|
"ethereum/erc20/frontier_token",
|
|
2903
2916
|
"ethereum/erc20/frozencoin_network",
|
|
2904
2917
|
"ethereum/erc20/fruits",
|
|
2918
|
+
"ethereum/erc20/ftx_token",
|
|
2905
2919
|
"ethereum/erc20/fud_finance",
|
|
2906
2920
|
"ethereum/erc20/fuel_finance",
|
|
2907
2921
|
"ethereum/erc20/fuel_injection_network",
|
|
@@ -2918,7 +2932,6 @@ Array [
|
|
|
2918
2932
|
"ethereum/erc20/futurax",
|
|
2919
2933
|
"ethereum/erc20/future_cash_digital",
|
|
2920
2934
|
"ethereum/erc20/future_of_finance_fund",
|
|
2921
|
-
"ethereum/erc20/futureswap_token",
|
|
2922
2935
|
"ethereum/erc20/fuzzyinu",
|
|
2923
2936
|
"ethereum/erc20/fxpay",
|
|
2924
2937
|
"ethereum/erc20/fyooz_nft",
|
|
@@ -2948,7 +2961,6 @@ Array [
|
|
|
2948
2961
|
"ethereum/erc20/gastoken_io",
|
|
2949
2962
|
"ethereum/erc20/gastroadvisortoken",
|
|
2950
2963
|
"ethereum/erc20/gate",
|
|
2951
|
-
"ethereum/erc20/gatechaintoken",
|
|
2952
2964
|
"ethereum/erc20/gather",
|
|
2953
2965
|
"ethereum/erc20/gather_old",
|
|
2954
2966
|
"ethereum/erc20/gavel",
|
|
@@ -2977,6 +2989,7 @@ Array [
|
|
|
2977
2989
|
"ethereum/erc20/gera",
|
|
2978
2990
|
"ethereum/erc20/gerowallet",
|
|
2979
2991
|
"ethereum/erc20/geyser",
|
|
2992
|
+
"ethereum/erc20/gg_token",
|
|
2980
2993
|
"ethereum/erc20/ggcoin",
|
|
2981
2994
|
"ethereum/erc20/ggtoken",
|
|
2982
2995
|
"ethereum/erc20/ghoul",
|
|
@@ -2994,7 +3007,6 @@ Array [
|
|
|
2994
3007
|
"ethereum/erc20/gladius",
|
|
2995
3008
|
"ethereum/erc20/glextoken",
|
|
2996
3009
|
"ethereum/erc20/glitch",
|
|
2997
|
-
"ethereum/erc20/global_coin_research",
|
|
2998
3010
|
"ethereum/erc20/global_currency_unit",
|
|
2999
3011
|
"ethereum/erc20/global_defi",
|
|
3000
3012
|
"ethereum/erc20/global_human_trust",
|
|
@@ -3008,7 +3020,6 @@ Array [
|
|
|
3008
3020
|
"ethereum/erc20/glyph",
|
|
3009
3021
|
"ethereum/erc20/gmngcoin",
|
|
3010
3022
|
"ethereum/erc20/gmo_jpy",
|
|
3011
|
-
"ethereum/erc20/gmt",
|
|
3012
3023
|
"ethereum/erc20/gnyerc20",
|
|
3013
3024
|
"ethereum/erc20/goaltime_n",
|
|
3014
3025
|
"ethereum/erc20/goat_coin",
|
|
@@ -3024,6 +3035,7 @@ Array [
|
|
|
3024
3035
|
"ethereum/erc20/gold_coin_reserve",
|
|
3025
3036
|
"ethereum/erc20/gold_mining_members",
|
|
3026
3037
|
"ethereum/erc20/gold_standard",
|
|
3038
|
+
"ethereum/erc20/gold_tether",
|
|
3027
3039
|
"ethereum/erc20/goldblock",
|
|
3028
3040
|
"ethereum/erc20/golden_goose",
|
|
3029
3041
|
"ethereum/erc20/golden_ratio_coin",
|
|
@@ -3059,10 +3071,10 @@ Array [
|
|
|
3059
3071
|
"ethereum/erc20/grearn's_token",
|
|
3060
3072
|
"ethereum/erc20/green",
|
|
3061
3073
|
"ethereum/erc20/green_light_erc20",
|
|
3074
|
+
"ethereum/erc20/green_metaverse_token",
|
|
3062
3075
|
"ethereum/erc20/green_token",
|
|
3063
3076
|
"ethereum/erc20/greenmed",
|
|
3064
3077
|
"ethereum/erc20/grey_token",
|
|
3065
|
-
"ethereum/erc20/gric_coin",
|
|
3066
3078
|
"ethereum/erc20/gridzone_io",
|
|
3067
3079
|
"ethereum/erc20/grind_token",
|
|
3068
3080
|
"ethereum/erc20/grom",
|
|
@@ -3077,6 +3089,7 @@ Array [
|
|
|
3077
3089
|
"ethereum/erc20/gtc_token",
|
|
3078
3090
|
"ethereum/erc20/gtkt",
|
|
3079
3091
|
"ethereum/erc20/guarded_ether",
|
|
3092
|
+
"ethereum/erc20/guild_of_guardians",
|
|
3080
3093
|
"ethereum/erc20/guld_erc20",
|
|
3081
3094
|
"ethereum/erc20/gunthy",
|
|
3082
3095
|
"ethereum/erc20/guss_one",
|
|
@@ -3122,6 +3135,7 @@ Array [
|
|
|
3122
3135
|
"ethereum/erc20/heidi",
|
|
3123
3136
|
"ethereum/erc20/heizuan_token",
|
|
3124
3137
|
"ethereum/erc20/helio_power_token",
|
|
3138
|
+
"ethereum/erc20/hellsing_inu",
|
|
3125
3139
|
"ethereum/erc20/help_coin",
|
|
3126
3140
|
"ethereum/erc20/hemelios",
|
|
3127
3141
|
"ethereum/erc20/hermez_network_token",
|
|
@@ -3140,6 +3154,7 @@ Array [
|
|
|
3140
3154
|
"ethereum/erc20/hiz_finance",
|
|
3141
3155
|
"ethereum/erc20/hkg",
|
|
3142
3156
|
"ethereum/erc20/hlandtoken",
|
|
3157
|
+
"ethereum/erc20/hmmm",
|
|
3143
3158
|
"ethereum/erc20/hoard_token",
|
|
3144
3159
|
"ethereum/erc20/hobonickels",
|
|
3145
3160
|
"ethereum/erc20/hodlcoin",
|
|
@@ -3250,7 +3265,7 @@ Array [
|
|
|
3250
3265
|
"ethereum/erc20/instadapp",
|
|
3251
3266
|
"ethereum/erc20/insula",
|
|
3252
3267
|
"ethereum/erc20/insurace",
|
|
3253
|
-
"ethereum/erc20/
|
|
3268
|
+
"ethereum/erc20/insure_",
|
|
3254
3269
|
"ethereum/erc20/insured_finance_nft_vault",
|
|
3255
3270
|
"ethereum/erc20/integrated_money",
|
|
3256
3271
|
"ethereum/erc20/intelligent_ratio_set",
|
|
@@ -3260,8 +3275,10 @@ Array [
|
|
|
3260
3275
|
"ethereum/erc20/interest_bearing_musd",
|
|
3261
3276
|
"ethereum/erc20/interfinex_bills",
|
|
3262
3277
|
"ethereum/erc20/internet_exchange_token",
|
|
3278
|
+
"ethereum/erc20/internet_of_energy_network",
|
|
3263
3279
|
"ethereum/erc20/interop_finance",
|
|
3264
3280
|
"ethereum/erc20/intexcoin",
|
|
3281
|
+
"ethereum/erc20/intime",
|
|
3265
3282
|
"ethereum/erc20/inu",
|
|
3266
3283
|
"ethereum/erc20/invacio_coin",
|
|
3267
3284
|
"ethereum/erc20/inventoryclub_token",
|
|
@@ -3313,6 +3330,7 @@ Array [
|
|
|
3313
3330
|
"ethereum/erc20/joorschain_initial_coin",
|
|
3314
3331
|
"ethereum/erc20/joos_token",
|
|
3315
3332
|
"ethereum/erc20/joyso",
|
|
3333
|
+
"ethereum/erc20/jpeg_governance_token",
|
|
3316
3334
|
"ethereum/erc20/jpy_coin",
|
|
3317
3335
|
"ethereum/erc20/jpyq_stablecoin_by_q_dao_v1_0",
|
|
3318
3336
|
"ethereum/erc20/jubi_token",
|
|
@@ -3425,7 +3443,6 @@ Array [
|
|
|
3425
3443
|
"ethereum/erc20/lattice_token",
|
|
3426
3444
|
"ethereum/erc20/launchpool_token",
|
|
3427
3445
|
"ethereum/erc20/layer_2_index",
|
|
3428
|
-
"ethereum/erc20/lbk",
|
|
3429
3446
|
"ethereum/erc20/lcg_energy",
|
|
3430
3447
|
"ethereum/erc20/lcms",
|
|
3431
3448
|
"ethereum/erc20/ledgerscore",
|
|
@@ -3448,6 +3465,7 @@ Array [
|
|
|
3448
3465
|
"ethereum/erc20/libartysharetoken",
|
|
3449
3466
|
"ethereum/erc20/libera",
|
|
3450
3467
|
"ethereum/erc20/libereum",
|
|
3468
|
+
"ethereum/erc20/libero_financial_freedom",
|
|
3451
3469
|
"ethereum/erc20/libertas",
|
|
3452
3470
|
"ethereum/erc20/libfx",
|
|
3453
3471
|
"ethereum/erc20/libratoken",
|
|
@@ -3499,7 +3517,6 @@ Array [
|
|
|
3499
3517
|
"ethereum/erc20/long-only_alpha_portfolio",
|
|
3500
3518
|
"ethereum/erc20/lookrev",
|
|
3501
3519
|
"ethereum/erc20/lookrev_old",
|
|
3502
|
-
"ethereum/erc20/loom_old",
|
|
3503
3520
|
"ethereum/erc20/loon_network",
|
|
3504
3521
|
"ethereum/erc20/loopringcoin_v1",
|
|
3505
3522
|
"ethereum/erc20/lossless_token",
|
|
@@ -3517,8 +3534,9 @@ Array [
|
|
|
3517
3534
|
"ethereum/erc20/luckyseventoken",
|
|
3518
3535
|
"ethereum/erc20/ludena_protocol",
|
|
3519
3536
|
"ethereum/erc20/ludos_protocol",
|
|
3520
|
-
"ethereum/erc20/
|
|
3537
|
+
"ethereum/erc20/lugh",
|
|
3521
3538
|
"ethereum/erc20/lulz",
|
|
3539
|
+
"ethereum/erc20/lumerin",
|
|
3522
3540
|
"ethereum/erc20/lumino_coin",
|
|
3523
3541
|
"ethereum/erc20/lung_protocol",
|
|
3524
3542
|
"ethereum/erc20/lusd_stablecoin",
|
|
@@ -3537,11 +3555,13 @@ Array [
|
|
|
3537
3555
|
"ethereum/erc20/magnachain",
|
|
3538
3556
|
"ethereum/erc20/mahadao",
|
|
3539
3557
|
"ethereum/erc20/maidcoin",
|
|
3558
|
+
"ethereum/erc20/maidsafecoin",
|
|
3540
3559
|
"ethereum/erc20/mainstreet",
|
|
3541
3560
|
"ethereum/erc20/makes",
|
|
3542
3561
|
"ethereum/erc20/mandala_exchange_token",
|
|
3543
3562
|
"ethereum/erc20/mandi",
|
|
3544
3563
|
"ethereum/erc20/mandox",
|
|
3564
|
+
"ethereum/erc20/mandox_",
|
|
3545
3565
|
"ethereum/erc20/mangochain",
|
|
3546
3566
|
"ethereum/erc20/manifold_finance",
|
|
3547
3567
|
"ethereum/erc20/mantra_dao",
|
|
@@ -3563,9 +3583,9 @@ Array [
|
|
|
3563
3583
|
"ethereum/erc20/mask_network",
|
|
3564
3584
|
"ethereum/erc20/mask_token",
|
|
3565
3585
|
"ethereum/erc20/masq",
|
|
3566
|
-
"ethereum/erc20/master_usd",
|
|
3567
3586
|
"ethereum/erc20/math_token",
|
|
3568
3587
|
"ethereum/erc20/matic",
|
|
3588
|
+
"ethereum/erc20/maxxer",
|
|
3569
3589
|
"ethereum/erc20/maya_coin",
|
|
3570
3590
|
"ethereum/erc20/mbcash",
|
|
3571
3591
|
"ethereum/erc20/mcap",
|
|
@@ -3606,9 +3626,9 @@ Array [
|
|
|
3606
3626
|
"ethereum/erc20/meta",
|
|
3607
3627
|
"ethereum/erc20/meta_bots",
|
|
3608
3628
|
"ethereum/erc20/meta_network",
|
|
3609
|
-
"ethereum/erc20/metadium",
|
|
3610
3629
|
"ethereum/erc20/metafabric",
|
|
3611
3630
|
"ethereum/erc20/metafactory",
|
|
3631
|
+
"ethereum/erc20/metafluence",
|
|
3612
3632
|
"ethereum/erc20/metaverse_index",
|
|
3613
3633
|
"ethereum/erc20/metaverse_nft_index",
|
|
3614
3634
|
"ethereum/erc20/metawhale_btc",
|
|
@@ -3640,7 +3660,6 @@ Array [
|
|
|
3640
3660
|
"ethereum/erc20/mindsyncai",
|
|
3641
3661
|
"ethereum/erc20/minibitcoin",
|
|
3642
3662
|
"ethereum/erc20/miniswap",
|
|
3643
|
-
"ethereum/erc20/minter_hub",
|
|
3644
3663
|
"ethereum/erc20/minty_art",
|
|
3645
3664
|
"ethereum/erc20/mintyswap",
|
|
3646
3665
|
"ethereum/erc20/miraqle",
|
|
@@ -3650,7 +3669,6 @@ Array [
|
|
|
3650
3669
|
"ethereum/erc20/misbloc",
|
|
3651
3670
|
"ethereum/erc20/mishka_token",
|
|
3652
3671
|
"ethereum/erc20/miss",
|
|
3653
|
-
"ethereum/erc20/mithril_token",
|
|
3654
3672
|
"ethereum/erc20/mitrav",
|
|
3655
3673
|
"ethereum/erc20/mixin",
|
|
3656
3674
|
"ethereum/erc20/mixmarvel_token",
|
|
@@ -3759,11 +3777,11 @@ Array [
|
|
|
3759
3777
|
"ethereum/erc20/needscoin",
|
|
3760
3778
|
"ethereum/erc20/neeo",
|
|
3761
3779
|
"ethereum/erc20/neeva",
|
|
3780
|
+
"ethereum/erc20/neighbourhoods_token",
|
|
3762
3781
|
"ethereum/erc20/nemocoin",
|
|
3763
3782
|
"ethereum/erc20/neos_credits",
|
|
3764
3783
|
"ethereum/erc20/nervenetwork",
|
|
3765
3784
|
"ethereum/erc20/nest",
|
|
3766
|
-
"ethereum/erc20/nestree",
|
|
3767
3785
|
"ethereum/erc20/netkoin_liquid",
|
|
3768
3786
|
"ethereum/erc20/netvrk",
|
|
3769
3787
|
"ethereum/erc20/network",
|
|
@@ -3812,7 +3830,6 @@ Array [
|
|
|
3812
3830
|
"ethereum/erc20/node_token",
|
|
3813
3831
|
"ethereum/erc20/noderunners",
|
|
3814
3832
|
"ethereum/erc20/nodeseeds_com_token",
|
|
3815
|
-
"ethereum/erc20/noia_token",
|
|
3816
3833
|
"ethereum/erc20/nollya_coin",
|
|
3817
3834
|
"ethereum/erc20/nomad_coin",
|
|
3818
3835
|
"ethereum/erc20/non-fungible_toke",
|
|
@@ -3846,7 +3863,6 @@ Array [
|
|
|
3846
3863
|
"ethereum/erc20/obortech",
|
|
3847
3864
|
"ethereum/erc20/obr",
|
|
3848
3865
|
"ethereum/erc20/ocbtoken_-_blockmax",
|
|
3849
|
-
"ethereum/erc20/occ",
|
|
3850
3866
|
"ethereum/erc20/octapay",
|
|
3851
3867
|
"ethereum/erc20/octo_fi",
|
|
3852
3868
|
"ethereum/erc20/oddo_coin",
|
|
@@ -3886,6 +3902,7 @@ Array [
|
|
|
3886
3902
|
"ethereum/erc20/onewing",
|
|
3887
3903
|
"ethereum/erc20/ong",
|
|
3888
3904
|
"ethereum/erc20/onigiritoken",
|
|
3905
|
+
"ethereum/erc20/ono_token",
|
|
3889
3906
|
"ethereum/erc20/onooks",
|
|
3890
3907
|
"ethereum/erc20/ons",
|
|
3891
3908
|
"ethereum/erc20/ooki_token",
|
|
@@ -3908,6 +3925,7 @@ Array [
|
|
|
3908
3925
|
"ethereum/erc20/orbicularv2",
|
|
3909
3926
|
"ethereum/erc20/orbit_chain",
|
|
3910
3927
|
"ethereum/erc20/orca_token",
|
|
3928
|
+
"ethereum/erc20/orica",
|
|
3911
3929
|
"ethereum/erc20/orient",
|
|
3912
3930
|
"ethereum/erc20/orientum_plus",
|
|
3913
3931
|
"ethereum/erc20/orion_protocol",
|
|
@@ -3979,6 +3997,7 @@ Array [
|
|
|
3979
3997
|
"ethereum/erc20/peaches_finance",
|
|
3980
3998
|
"ethereum/erc20/peacockcoin",
|
|
3981
3999
|
"ethereum/erc20/peerex_network",
|
|
4000
|
+
"ethereum/erc20/peet_erc20",
|
|
3982
4001
|
"ethereum/erc20/pegasus",
|
|
3983
4002
|
"ethereum/erc20/pegs",
|
|
3984
4003
|
"ethereum/erc20/pendle",
|
|
@@ -4052,6 +4071,7 @@ Array [
|
|
|
4052
4071
|
"ethereum/erc20/pocc_token",
|
|
4053
4072
|
"ethereum/erc20/podo",
|
|
4054
4073
|
"ethereum/erc20/pofid_dao_token",
|
|
4074
|
+
"ethereum/erc20/pointpay_token",
|
|
4055
4075
|
"ethereum/erc20/poken",
|
|
4056
4076
|
"ethereum/erc20/poker_io",
|
|
4057
4077
|
"ethereum/erc20/polar_chain",
|
|
@@ -4117,6 +4137,7 @@ Array [
|
|
|
4117
4137
|
"ethereum/erc20/primewhiterockcompany",
|
|
4118
4138
|
"ethereum/erc20/printer_finance",
|
|
4119
4139
|
"ethereum/erc20/prism_token",
|
|
4140
|
+
"ethereum/erc20/project_galaxy",
|
|
4120
4141
|
"ethereum/erc20/projectsenpai",
|
|
4121
4142
|
"ethereum/erc20/projekt_diamond",
|
|
4122
4143
|
"ethereum/erc20/projekt_gold",
|
|
@@ -4124,10 +4145,8 @@ Array [
|
|
|
4124
4145
|
"ethereum/erc20/prophecytoken",
|
|
4125
4146
|
"ethereum/erc20/prophet_finance",
|
|
4126
4147
|
"ethereum/erc20/props",
|
|
4127
|
-
"ethereum/erc20/propy",
|
|
4128
4148
|
"ethereum/erc20/prosper",
|
|
4129
4149
|
"ethereum/erc20/prostarter",
|
|
4130
|
-
"ethereum/erc20/proswap",
|
|
4131
4150
|
"ethereum/erc20/protector_roge",
|
|
4132
4151
|
"ethereum/erc20/protocol_finance",
|
|
4133
4152
|
"ethereum/erc20/proton ",
|
|
@@ -4165,7 +4184,6 @@ Array [
|
|
|
4165
4184
|
"ethereum/erc20/qark_token_of_qan_platform",
|
|
4166
4185
|
"ethereum/erc20/qau",
|
|
4167
4186
|
"ethereum/erc20/qawalla_token",
|
|
4168
|
-
"ethereum/erc20/qchi",
|
|
4169
4187
|
"ethereum/erc20/qchi_chain",
|
|
4170
4188
|
"ethereum/erc20/qcore_finance",
|
|
4171
4189
|
"ethereum/erc20/qfinance_token",
|
|
@@ -4175,6 +4193,7 @@ Array [
|
|
|
4175
4193
|
"ethereum/erc20/qredo_token",
|
|
4176
4194
|
"ethereum/erc20/qrg",
|
|
4177
4195
|
"ethereum/erc20/qtchain",
|
|
4196
|
+
"ethereum/erc20/quadency_token",
|
|
4178
4197
|
"ethereum/erc20/quadranstoken",
|
|
4179
4198
|
"ethereum/erc20/quadrantprotocol",
|
|
4180
4199
|
"ethereum/erc20/quai",
|
|
@@ -4182,6 +4201,7 @@ Array [
|
|
|
4182
4201
|
"ethereum/erc20/quannabu",
|
|
4183
4202
|
"ethereum/erc20/quantfury_data_token",
|
|
4184
4203
|
"ethereum/erc20/quantfury_token",
|
|
4204
|
+
"ethereum/erc20/quarashi",
|
|
4185
4205
|
"ethereum/erc20/quickmining_token",
|
|
4186
4206
|
"ethereum/erc20/quickswap",
|
|
4187
4207
|
"ethereum/erc20/quiverx",
|
|
@@ -4212,7 +4232,6 @@ Array [
|
|
|
4212
4232
|
"ethereum/erc20/ramp_defi",
|
|
4213
4233
|
"ethereum/erc20/rapdoge",
|
|
4214
4234
|
"ethereum/erc20/rapidly_reusable_rockets",
|
|
4215
|
-
"ethereum/erc20/rare",
|
|
4216
4235
|
"ethereum/erc20/rare_pepe",
|
|
4217
4236
|
"ethereum/erc20/rare_unique",
|
|
4218
4237
|
"ethereum/erc20/rari_governance_token",
|
|
@@ -4237,6 +4256,7 @@ Array [
|
|
|
4237
4256
|
"ethereum/erc20/reditoken",
|
|
4238
4257
|
"ethereum/erc20/reef_finance",
|
|
4239
4258
|
"ethereum/erc20/reeth_token",
|
|
4259
|
+
"ethereum/erc20/refi",
|
|
4240
4260
|
"ethereum/erc20/refine_medium_token",
|
|
4241
4261
|
"ethereum/erc20/reflect_finance",
|
|
4242
4262
|
"ethereum/erc20/reflector_finance",
|
|
@@ -4244,8 +4264,6 @@ Array [
|
|
|
4244
4264
|
"ethereum/erc20/refork",
|
|
4245
4265
|
"ethereum/erc20/relay_token",
|
|
4246
4266
|
"ethereum/erc20/relayer",
|
|
4247
|
-
"ethereum/erc20/release_coin",
|
|
4248
|
-
"ethereum/erc20/relevant",
|
|
4249
4267
|
"ethereum/erc20/relite",
|
|
4250
4268
|
"ethereum/erc20/remi",
|
|
4251
4269
|
"ethereum/erc20/remicoin",
|
|
@@ -4337,8 +4355,10 @@ Array [
|
|
|
4337
4355
|
"ethereum/erc20/safemoon_inu",
|
|
4338
4356
|
"ethereum/erc20/safemusk",
|
|
4339
4357
|
"ethereum/erc20/safeswap",
|
|
4358
|
+
"ethereum/erc20/safuu",
|
|
4340
4359
|
"ethereum/erc20/saitama_inu",
|
|
4341
4360
|
"ethereum/erc20/saito",
|
|
4361
|
+
"ethereum/erc20/saitoki_inu",
|
|
4342
4362
|
"ethereum/erc20/saja",
|
|
4343
4363
|
"ethereum/erc20/sake",
|
|
4344
4364
|
"ethereum/erc20/saketoken",
|
|
@@ -4364,7 +4384,9 @@ Array [
|
|
|
4364
4384
|
"ethereum/erc20/savetoken",
|
|
4365
4385
|
"ethereum/erc20/savix",
|
|
4366
4386
|
"ethereum/erc20/scaleswaptoken",
|
|
4387
|
+
"ethereum/erc20/scallop",
|
|
4367
4388
|
"ethereum/erc20/scandiweb_coin",
|
|
4389
|
+
"ethereum/erc20/scardust",
|
|
4368
4390
|
"ethereum/erc20/scatter_cx",
|
|
4369
4391
|
"ethereum/erc20/scdstoken",
|
|
4370
4392
|
"ethereum/erc20/schnoodle",
|
|
@@ -4372,12 +4394,14 @@ Array [
|
|
|
4372
4394
|
"ethereum/erc20/scifitoken",
|
|
4373
4395
|
"ethereum/erc20/scoobi-doge",
|
|
4374
4396
|
"ethereum/erc20/scott",
|
|
4397
|
+
"ethereum/erc20/scratchtoken",
|
|
4375
4398
|
"ethereum/erc20/scrl",
|
|
4376
4399
|
"ethereum/erc20/sdog",
|
|
4377
4400
|
"ethereum/erc20/sea_cucumber_chain",
|
|
4378
4401
|
"ethereum/erc20/sealblock_token",
|
|
4379
4402
|
"ethereum/erc20/sechain",
|
|
4380
4403
|
"ethereum/erc20/secret_finance",
|
|
4404
|
+
"ethereum/erc20/sector",
|
|
4381
4405
|
"ethereum/erc20/secure_pad",
|
|
4382
4406
|
"ethereum/erc20/securypto",
|
|
4383
4407
|
"ethereum/erc20/seed",
|
|
@@ -4401,6 +4425,7 @@ Array [
|
|
|
4401
4425
|
"ethereum/erc20/sessia_kicks",
|
|
4402
4426
|
"ethereum/erc20/sether",
|
|
4403
4427
|
"ethereum/erc20/severadao",
|
|
4428
|
+
"ethereum/erc20/severadao_",
|
|
4404
4429
|
"ethereum/erc20/sg20",
|
|
4405
4430
|
"ethereum/erc20/sgb",
|
|
4406
4431
|
"ethereum/erc20/sgelder",
|
|
@@ -4533,7 +4558,6 @@ Array [
|
|
|
4533
4558
|
"ethereum/erc20/somidax",
|
|
4534
4559
|
"ethereum/erc20/somnium_space_cubes",
|
|
4535
4560
|
"ethereum/erc20/soniq_token",
|
|
4536
|
-
"ethereum/erc20/sonm",
|
|
4537
4561
|
"ethereum/erc20/sora_token",
|
|
4538
4562
|
"ethereum/erc20/sora_validator_token",
|
|
4539
4563
|
"ethereum/erc20/sos",
|
|
@@ -4612,7 +4636,6 @@ Array [
|
|
|
4612
4636
|
"ethereum/erc20/stark_chain",
|
|
4613
4637
|
"ethereum/erc20/starlink",
|
|
4614
4638
|
"ethereum/erc20/starshib",
|
|
4615
|
-
"ethereum/erc20/starship",
|
|
4616
4639
|
"ethereum/erc20/startfitoken",
|
|
4617
4640
|
"ethereum/erc20/stashpay",
|
|
4618
4641
|
"ethereum/erc20/stasia",
|
|
@@ -4634,6 +4657,7 @@ Array [
|
|
|
4634
4657
|
"ethereum/erc20/store-of-value_token",
|
|
4635
4658
|
"ethereum/erc20/storh",
|
|
4636
4659
|
"ethereum/erc20/storichain",
|
|
4660
|
+
"ethereum/erc20/stoxtoken",
|
|
4637
4661
|
"ethereum/erc20/stpc",
|
|
4638
4662
|
"ethereum/erc20/strain",
|
|
4639
4663
|
"ethereum/erc20/stratos_token",
|
|
@@ -4644,6 +4668,7 @@ Array [
|
|
|
4644
4668
|
"ethereum/erc20/street_cred",
|
|
4645
4669
|
"ethereum/erc20/strike_token",
|
|
4646
4670
|
"ethereum/erc20/strikecoin_token",
|
|
4671
|
+
"ethereum/erc20/strikex",
|
|
4647
4672
|
"ethereum/erc20/strong",
|
|
4648
4673
|
"ethereum/erc20/stronghold",
|
|
4649
4674
|
"ethereum/erc20/strudel_finance",
|
|
@@ -4666,7 +4691,6 @@ Array [
|
|
|
4666
4691
|
"ethereum/erc20/superbid",
|
|
4667
4692
|
"ethereum/erc20/superrare",
|
|
4668
4693
|
"ethereum/erc20/surf_finance",
|
|
4669
|
-
"ethereum/erc20/surfex",
|
|
4670
4694
|
"ethereum/erc20/sushi",
|
|
4671
4695
|
"ethereum/erc20/sushibar",
|
|
4672
4696
|
"ethereum/erc20/sushiswap_daieth_lp",
|
|
@@ -4720,7 +4744,6 @@ Array [
|
|
|
4720
4744
|
"ethereum/erc20/synth_samzn",
|
|
4721
4745
|
"ethereum/erc20/synth_saud",
|
|
4722
4746
|
"ethereum/erc20/synth_sbnb",
|
|
4723
|
-
"ethereum/erc20/synth_sbtc",
|
|
4724
4747
|
"ethereum/erc20/synth_scex",
|
|
4725
4748
|
"ethereum/erc20/synth_schf",
|
|
4726
4749
|
"ethereum/erc20/synth_scomp",
|
|
@@ -4761,6 +4784,7 @@ Array [
|
|
|
4761
4784
|
"ethereum/erc20/taklimakan_network",
|
|
4762
4785
|
"ethereum/erc20/talao",
|
|
4763
4786
|
"ethereum/erc20/talent_coin",
|
|
4787
|
+
"ethereum/erc20/talkado",
|
|
4764
4788
|
"ethereum/erc20/tama_egg_niftygotchi",
|
|
4765
4789
|
"ethereum/erc20/tamy_token",
|
|
4766
4790
|
"ethereum/erc20/tangguotao_token",
|
|
@@ -4788,7 +4812,6 @@ Array [
|
|
|
4788
4812
|
"ethereum/erc20/technology_innovation_project",
|
|
4789
4813
|
"ethereum/erc20/tecracoin",
|
|
4790
4814
|
"ethereum/erc20/telex",
|
|
4791
|
-
"ethereum/erc20/tellor_tributes",
|
|
4792
4815
|
"ethereum/erc20/tellor_tributes_old",
|
|
4793
4816
|
"ethereum/erc20/tend_token",
|
|
4794
4817
|
"ethereum/erc20/tendies_token",
|
|
@@ -4833,6 +4856,7 @@ Array [
|
|
|
4833
4856
|
"ethereum/erc20/thorecash",
|
|
4834
4857
|
"ethereum/erc20/thorenext",
|
|
4835
4858
|
"ethereum/erc20/thorncoin",
|
|
4859
|
+
"ethereum/erc20/thorswap_token",
|
|
4836
4860
|
"ethereum/erc20/threshold_network_token",
|
|
4837
4861
|
"ethereum/erc20/throne",
|
|
4838
4862
|
"ethereum/erc20/thug",
|
|
@@ -4851,6 +4875,7 @@ Array [
|
|
|
4851
4875
|
"ethereum/erc20/tingles",
|
|
4852
4876
|
"ethereum/erc20/tinku",
|
|
4853
4877
|
"ethereum/erc20/tio",
|
|
4878
|
+
"ethereum/erc20/titano",
|
|
4854
4879
|
"ethereum/erc20/titanswap",
|
|
4855
4880
|
"ethereum/erc20/tixl_token",
|
|
4856
4881
|
"ethereum/erc20/tknt",
|
|
@@ -4868,7 +4893,6 @@ Array [
|
|
|
4868
4893
|
"ethereum/erc20/tokemon",
|
|
4869
4894
|
"ethereum/erc20/token_1337",
|
|
4870
4895
|
"ethereum/erc20/token_play",
|
|
4871
|
-
"ethereum/erc20/token_prometeus_network",
|
|
4872
4896
|
"ethereum/erc20/tokenasset",
|
|
4873
4897
|
"ethereum/erc20/tokenize_emblem",
|
|
4874
4898
|
"ethereum/erc20/tokenpocket_token",
|
|
@@ -5057,7 +5081,6 @@ Array [
|
|
|
5057
5081
|
"ethereum/erc20/usd_digital",
|
|
5058
5082
|
"ethereum/erc20/usdf",
|
|
5059
5083
|
"ethereum/erc20/usdfreeliquidity",
|
|
5060
|
-
"ethereum/erc20/usdk",
|
|
5061
5084
|
"ethereum/erc20/usdl",
|
|
5062
5085
|
"ethereum/erc20/usdp_stablecoin",
|
|
5063
5086
|
"ethereum/erc20/user_pay",
|
|
@@ -5110,8 +5133,10 @@ Array [
|
|
|
5110
5133
|
"ethereum/erc20/vgtgtoken",
|
|
5111
5134
|
"ethereum/erc20/vibex_exchange_token",
|
|
5112
5135
|
"ethereum/erc20/vicetoken",
|
|
5136
|
+
"ethereum/erc20/victoria_vr",
|
|
5113
5137
|
"ethereum/erc20/vid",
|
|
5114
5138
|
"ethereum/erc20/vidya",
|
|
5139
|
+
"ethereum/erc20/vin",
|
|
5115
5140
|
"ethereum/erc20/vinx_coin",
|
|
5116
5141
|
"ethereum/erc20/vinx_coins_sto",
|
|
5117
5142
|
"ethereum/erc20/virtue_player_points",
|
|
@@ -5127,6 +5152,7 @@ Array [
|
|
|
5127
5152
|
"ethereum/erc20/vodra",
|
|
5128
5153
|
"ethereum/erc20/voice_token",
|
|
5129
5154
|
"ethereum/erc20/volt_inu",
|
|
5155
|
+
"ethereum/erc20/volt_inu_",
|
|
5130
5156
|
"ethereum/erc20/voltium",
|
|
5131
5157
|
"ethereum/erc20/volts_finance",
|
|
5132
5158
|
"ethereum/erc20/vormacoin",
|
|
@@ -5232,8 +5258,6 @@ Array [
|
|
|
5232
5258
|
"ethereum/erc20/wrapped_ilcoin",
|
|
5233
5259
|
"ethereum/erc20/wrapped_leo",
|
|
5234
5260
|
"ethereum/erc20/wrapped_lotto_token",
|
|
5235
|
-
"ethereum/erc20/wrapped_luna_token",
|
|
5236
|
-
"ethereum/erc20/wrapped_mir_token",
|
|
5237
5261
|
"ethereum/erc20/wrapped_mirror_aapl_token",
|
|
5238
5262
|
"ethereum/erc20/wrapped_mirror_amzn_token",
|
|
5239
5263
|
"ethereum/erc20/wrapped_mirror_baba_token",
|
|
@@ -5471,6 +5495,7 @@ Array [
|
|
|
5471
5495
|
"ethereum/erc20/zix",
|
|
5472
5496
|
"ethereum/erc20/zjlt_distributed_factoring_network",
|
|
5473
5497
|
"ethereum/erc20/zkchaos",
|
|
5498
|
+
"ethereum/erc20/zkp_token",
|
|
5474
5499
|
"ethereum/erc20/zks",
|
|
5475
5500
|
"ethereum/erc20/zloadr_token",
|
|
5476
5501
|
"ethereum/erc20/zlot",
|
|
@@ -5528,6 +5553,7 @@ Array [
|
|
|
5528
5553
|
"polygon/erc20/adamant",
|
|
5529
5554
|
"polygon/erc20/aioz_network",
|
|
5530
5555
|
"polygon/erc20/algebra",
|
|
5556
|
+
"polygon/erc20/alta_finance",
|
|
5531
5557
|
"polygon/erc20/aluna",
|
|
5532
5558
|
"polygon/erc20/amp",
|
|
5533
5559
|
"polygon/erc20/ampleforth_governance",
|
|
@@ -5540,6 +5566,7 @@ Array [
|
|
|
5540
5566
|
"polygon/erc20/bancor",
|
|
5541
5567
|
"polygon/erc20/bankless_defi_innovation_index_(pos)",
|
|
5542
5568
|
"polygon/erc20/bat",
|
|
5569
|
+
"polygon/erc20/beefy.finance",
|
|
5543
5570
|
"polygon/erc20/betprotocoltoken",
|
|
5544
5571
|
"polygon/erc20/binance-usd",
|
|
5545
5572
|
"polygon/erc20/bitfinex_leo_token",
|
|
@@ -5570,6 +5597,7 @@ Array [
|
|
|
5570
5597
|
"polygon/erc20/cryption_network_token",
|
|
5571
5598
|
"polygon/erc20/crypto_development_services",
|
|
5572
5599
|
"polygon/erc20/data_economy_index_(pos)",
|
|
5600
|
+
"polygon/erc20/decentr",
|
|
5573
5601
|
"polygon/erc20/decentral_games_(pos)",
|
|
5574
5602
|
"polygon/erc20/decentral_games_governance_(pos)",
|
|
5575
5603
|
"polygon/erc20/decentraland",
|
|
@@ -5593,6 +5621,7 @@ Array [
|
|
|
5593
5621
|
"polygon/erc20/ethermontoken",
|
|
5594
5622
|
"polygon/erc20/ethlend",
|
|
5595
5623
|
"polygon/erc20/everipedia_iq_(pos)",
|
|
5624
|
+
"polygon/erc20/fancy_games",
|
|
5596
5625
|
"polygon/erc20/fegtoken",
|
|
5597
5626
|
"polygon/erc20/fetch",
|
|
5598
5627
|
"polygon/erc20/fish",
|
|
@@ -5600,6 +5629,8 @@ Array [
|
|
|
5600
5629
|
"polygon/erc20/foam_token",
|
|
5601
5630
|
"polygon/erc20/fox",
|
|
5602
5631
|
"polygon/erc20/fractal_protocol_token",
|
|
5632
|
+
"polygon/erc20/frax",
|
|
5633
|
+
"polygon/erc20/frax_share",
|
|
5603
5634
|
"polygon/erc20/free_coin",
|
|
5604
5635
|
"polygon/erc20/frontier_token",
|
|
5605
5636
|
"polygon/erc20/furucombo",
|
|
@@ -5614,6 +5645,7 @@ Array [
|
|
|
5614
5645
|
"polygon/erc20/gravity_finance",
|
|
5615
5646
|
"polygon/erc20/grumpy_cat",
|
|
5616
5647
|
"polygon/erc20/guaranteed_entrance_token",
|
|
5648
|
+
"polygon/erc20/guppy_treat_token",
|
|
5617
5649
|
"polygon/erc20/hashgard",
|
|
5618
5650
|
"polygon/erc20/hex",
|
|
5619
5651
|
"polygon/erc20/holotoken",
|
|
@@ -5626,6 +5658,10 @@ Array [
|
|
|
5626
5658
|
"polygon/erc20/injective_token",
|
|
5627
5659
|
"polygon/erc20/internxt",
|
|
5628
5660
|
"polygon/erc20/inverse",
|
|
5661
|
+
"polygon/erc20/invictus_bitcoin_alpha",
|
|
5662
|
+
"polygon/erc20/invictus_crypto10_hedged",
|
|
5663
|
+
"polygon/erc20/invictus_crypto20",
|
|
5664
|
+
"polygon/erc20/invictus_stable_growth",
|
|
5629
5665
|
"polygon/erc20/iron_finance_ice_token",
|
|
5630
5666
|
"polygon/erc20/iron_stablecoin",
|
|
5631
5667
|
"polygon/erc20/iron_titanium_token",
|
|
@@ -5644,6 +5680,7 @@ Array [
|
|
|
5644
5680
|
"polygon/erc20/litentry",
|
|
5645
5681
|
"polygon/erc20/livepeer_token",
|
|
5646
5682
|
"polygon/erc20/loopringcoin_v2",
|
|
5683
|
+
"polygon/erc20/ludena_protocol_(pos)",
|
|
5647
5684
|
"polygon/erc20/mac&cheese_token",
|
|
5648
5685
|
"polygon/erc20/mainframe_token",
|
|
5649
5686
|
"polygon/erc20/maker",
|
|
@@ -5657,11 +5694,14 @@ Array [
|
|
|
5657
5694
|
"polygon/erc20/moonwolf.io",
|
|
5658
5695
|
"polygon/erc20/mover",
|
|
5659
5696
|
"polygon/erc20/mysterium_(pos)",
|
|
5697
|
+
"polygon/erc20/nakamoto.games",
|
|
5660
5698
|
"polygon/erc20/napoleonx",
|
|
5661
5699
|
"polygon/erc20/neighbourhoods_token",
|
|
5662
5700
|
"polygon/erc20/neos_credits_(pos)",
|
|
5663
5701
|
"polygon/erc20/nexo",
|
|
5664
5702
|
"polygon/erc20/nextearthtoken",
|
|
5703
|
+
"polygon/erc20/nft_champions",
|
|
5704
|
+
"polygon/erc20/nft_worlds",
|
|
5665
5705
|
"polygon/erc20/occ",
|
|
5666
5706
|
"polygon/erc20/ocean_token",
|
|
5667
5707
|
"polygon/erc20/oiler",
|
|
@@ -5673,6 +5713,8 @@ Array [
|
|
|
5673
5713
|
"polygon/erc20/ovr",
|
|
5674
5714
|
"polygon/erc20/paid_network",
|
|
5675
5715
|
"polygon/erc20/par_stablecoin",
|
|
5716
|
+
"polygon/erc20/paraswap_(pos)",
|
|
5717
|
+
"polygon/erc20/parrotly",
|
|
5676
5718
|
"polygon/erc20/parsiq_token",
|
|
5677
5719
|
"polygon/erc20/paxos_gold",
|
|
5678
5720
|
"polygon/erc20/pegaxy_stone",
|
|
@@ -5710,6 +5752,7 @@ Array [
|
|
|
5710
5752
|
"polygon/erc20/sand",
|
|
5711
5753
|
"polygon/erc20/sand_old",
|
|
5712
5754
|
"polygon/erc20/sapien_network",
|
|
5755
|
+
"polygon/erc20/sekuritance_(pos)",
|
|
5713
5756
|
"polygon/erc20/sentinel",
|
|
5714
5757
|
"polygon/erc20/serum",
|
|
5715
5758
|
"polygon/erc20/shopping.io",
|
|
@@ -5719,12 +5762,14 @@ Array [
|
|
|
5719
5762
|
"polygon/erc20/stackos",
|
|
5720
5763
|
"polygon/erc20/stake",
|
|
5721
5764
|
"polygon/erc20/staked_abi",
|
|
5765
|
+
"polygon/erc20/staked_matic_(pos)",
|
|
5722
5766
|
"polygon/erc20/stakewise",
|
|
5723
5767
|
"polygon/erc20/stasis_eurs_token",
|
|
5724
5768
|
"polygon/erc20/streamr",
|
|
5725
5769
|
"polygon/erc20/student_coin",
|
|
5726
5770
|
"polygon/erc20/superfarm_(pos)",
|
|
5727
5771
|
"polygon/erc20/sushitoken_(pos)",
|
|
5772
|
+
"polygon/erc20/sw_dao_via_chainport",
|
|
5728
5773
|
"polygon/erc20/swipe",
|
|
5729
5774
|
"polygon/erc20/swissborg",
|
|
5730
5775
|
"polygon/erc20/synth_susd",
|
|
@@ -5744,6 +5789,7 @@ Array [
|
|
|
5744
5789
|
"polygon/erc20/uniristoken_(pos)",
|
|
5745
5790
|
"polygon/erc20/uniswap_(pos)",
|
|
5746
5791
|
"polygon/erc20/usd_coin_(pos)",
|
|
5792
|
+
"polygon/erc20/usdk",
|
|
5747
5793
|
"polygon/erc20/vespertoken",
|
|
5748
5794
|
"polygon/erc20/vigorus",
|
|
5749
5795
|
"polygon/erc20/voxel_token",
|
|
@@ -5761,6 +5807,7 @@ Array [
|
|
|
5761
5807
|
"polygon/erc20/xtoken",
|
|
5762
5808
|
"polygon/erc20/xy_oracle",
|
|
5763
5809
|
"polygon/erc20/yop",
|
|
5810
|
+
"polygon/erc20/zombie_inu",
|
|
5764
5811
|
"polygon/erc20/zrx",
|
|
5765
5812
|
"tron/trc20/TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
|
|
5766
5813
|
"tron/trc20/TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7",
|
|
@@ -5771,6 +5818,7 @@ Array [
|
|
|
5771
5818
|
"tron/trc20/TZJmk51TP3YEETw7phRP581A7H3VzLDFsa",
|
|
5772
5819
|
"tron/trc20/TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4",
|
|
5773
5820
|
"bsc/bep20/(del)",
|
|
5821
|
+
"bsc/bep20/10set_token",
|
|
5774
5822
|
"bsc/bep20/1inch_token",
|
|
5775
5823
|
"bsc/bep20/2030floki",
|
|
5776
5824
|
"bsc/bep20/accel_bnb_pre_sale",
|
|
@@ -5798,6 +5846,8 @@ Array [
|
|
|
5798
5846
|
"bsc/bep20/ariva",
|
|
5799
5847
|
"bsc/bep20/arpa_token",
|
|
5800
5848
|
"bsc/bep20/arrano",
|
|
5849
|
+
"bsc/bep20/artrade_token",
|
|
5850
|
+
"bsc/bep20/aurox_token",
|
|
5801
5851
|
"bsc/bep20/autocrypto",
|
|
5802
5852
|
"bsc/bep20/automata",
|
|
5803
5853
|
"bsc/bep20/autov2",
|
|
@@ -5900,6 +5950,7 @@ Array [
|
|
|
5900
5950
|
"bsc/bep20/car",
|
|
5901
5951
|
"bsc/bep20/cartesi_token",
|
|
5902
5952
|
"bsc/bep20/catecoin",
|
|
5953
|
+
"bsc/bep20/catecoin_old",
|
|
5903
5954
|
"bsc/bep20/ceek",
|
|
5904
5955
|
"bsc/bep20/cerby_token",
|
|
5905
5956
|
"bsc/bep20/certik_token",
|
|
@@ -5921,13 +5972,16 @@ Array [
|
|
|
5921
5972
|
"bsc/bep20/cross_finance",
|
|
5922
5973
|
"bsc/bep20/crosswallet",
|
|
5923
5974
|
"bsc/bep20/crypto_development_services",
|
|
5975
|
+
"bsc/bep20/crypto_jackpot",
|
|
5924
5976
|
"bsc/bep20/cryptoart.ai",
|
|
5925
5977
|
"bsc/bep20/cryptoblades_skill_token",
|
|
5926
5978
|
"bsc/bep20/cryptocars",
|
|
5979
|
+
"bsc/bep20/cryptonovae",
|
|
5927
5980
|
"bsc/bep20/cubiex",
|
|
5928
5981
|
"bsc/bep20/cultecoin",
|
|
5929
5982
|
"bsc/bep20/curate_on_bsc",
|
|
5930
5983
|
"bsc/bep20/cyclone_protocol",
|
|
5984
|
+
"bsc/bep20/dalarnia",
|
|
5931
5985
|
"bsc/bep20/deathroad_token",
|
|
5932
5986
|
"bsc/bep20/decentral.games_on_xdai_from_xdai",
|
|
5933
5987
|
"bsc/bep20/decentralized_community_investment_protocol",
|
|
@@ -5944,6 +5998,7 @@ Array [
|
|
|
5944
5998
|
"bsc/bep20/dforce",
|
|
5945
5999
|
"bsc/bep20/dfuture_token",
|
|
5946
6000
|
"bsc/bep20/diamonds_are_forever",
|
|
6001
|
+
"bsc/bep20/diatoken",
|
|
5947
6002
|
"bsc/bep20/ditto",
|
|
5948
6003
|
"bsc/bep20/dodo_bird",
|
|
5949
6004
|
"bsc/bep20/dogedash",
|
|
@@ -5951,33 +6006,40 @@ Array [
|
|
|
5951
6006
|
"bsc/bep20/dopple_token",
|
|
5952
6007
|
"bsc/bep20/dos_network_token_bep20",
|
|
5953
6008
|
"bsc/bep20/dragonslayer",
|
|
6009
|
+
"bsc/bep20/drip_token",
|
|
5954
6010
|
"bsc/bep20/duckdaodime",
|
|
5955
6011
|
"bsc/bep20/dusk_network",
|
|
5956
6012
|
"bsc/bep20/dvision",
|
|
5957
6013
|
"bsc/bep20/dvx",
|
|
6014
|
+
"bsc/bep20/earthbyt",
|
|
5958
6015
|
"bsc/bep20/easy_v2",
|
|
5959
6016
|
"bsc/bep20/eifi",
|
|
5960
6017
|
"bsc/bep20/elemon_token",
|
|
6018
|
+
"bsc/bep20/elephant_money",
|
|
5961
6019
|
"bsc/bep20/elite_swap_binance_token",
|
|
5962
6020
|
"bsc/bep20/ellipsis",
|
|
5963
6021
|
"bsc/bep20/empire_token",
|
|
5964
6022
|
"bsc/bep20/empiricus_token",
|
|
5965
6023
|
"bsc/bep20/eron",
|
|
5966
6024
|
"bsc/bep20/ev_direct_currency",
|
|
6025
|
+
"bsc/bep20/everdome",
|
|
5967
6026
|
"bsc/bep20/evereth",
|
|
5968
6027
|
"bsc/bep20/exeedme",
|
|
5969
6028
|
"bsc/bep20/extend_finance",
|
|
5970
6029
|
"bsc/bep20/fantom",
|
|
5971
6030
|
"bsc/bep20/faracrystal",
|
|
5972
6031
|
"bsc/bep20/fegtoken",
|
|
6032
|
+
"bsc/bep20/ferrum_network_token",
|
|
5973
6033
|
"bsc/bep20/finnexus",
|
|
5974
6034
|
"bsc/bep20/firo",
|
|
6035
|
+
"bsc/bep20/flash_token",
|
|
5975
6036
|
"bsc/bep20/flashx_ultra",
|
|
5976
6037
|
"bsc/bep20/floki",
|
|
5977
6038
|
"bsc/bep20/floki_rocket",
|
|
5978
6039
|
"bsc/bep20/flokimooni",
|
|
5979
6040
|
"bsc/bep20/formation_finance",
|
|
5980
6041
|
"bsc/bep20/free_coin_bsc",
|
|
6042
|
+
"bsc/bep20/frmx_token",
|
|
5981
6043
|
"bsc/bep20/frontier_token",
|
|
5982
6044
|
"bsc/bep20/fry.ketchupv2",
|
|
5983
6045
|
"bsc/bep20/fry.world",
|
|
@@ -5985,15 +6047,18 @@ Array [
|
|
|
5985
6047
|
"bsc/bep20/fuse_token_on_bsc",
|
|
5986
6048
|
"bsc/bep20/fusible_-_fusible.io",
|
|
5987
6049
|
"bsc/bep20/gamefi",
|
|
6050
|
+
"bsc/bep20/gamer",
|
|
5988
6051
|
"bsc/bep20/gamyfi",
|
|
5989
6052
|
"bsc/bep20/genta",
|
|
5990
6053
|
"bsc/bep20/gforce",
|
|
6054
|
+
"bsc/bep20/gg_token",
|
|
5991
6055
|
"bsc/bep20/gomining_token",
|
|
5992
6056
|
"bsc/bep20/goose_coin",
|
|
5993
6057
|
"bsc/bep20/goose_golden_egg",
|
|
5994
6058
|
"bsc/bep20/gorilladiamond",
|
|
5995
6059
|
"bsc/bep20/goswapp",
|
|
5996
6060
|
"bsc/bep20/gourmetgalaxy",
|
|
6061
|
+
"bsc/bep20/green_metaverse_token",
|
|
5997
6062
|
"bsc/bep20/gummy_bull_token",
|
|
5998
6063
|
"bsc/bep20/hacken_token",
|
|
5999
6064
|
"bsc/bep20/hakka_finance_on_xdai_on_bsc",
|
|
@@ -6047,8 +6112,11 @@ Array [
|
|
|
6047
6112
|
"bsc/bep20/mcdex_token",
|
|
6048
6113
|
"bsc/bep20/mcontent",
|
|
6049
6114
|
"bsc/bep20/measurable_data_token",
|
|
6115
|
+
"bsc/bep20/meme_lordz",
|
|
6050
6116
|
"bsc/bep20/mercor_token",
|
|
6117
|
+
"bsc/bep20/metafluence",
|
|
6051
6118
|
"bsc/bep20/metahero",
|
|
6119
|
+
"bsc/bep20/metaloop_tech",
|
|
6052
6120
|
"bsc/bep20/micropets",
|
|
6053
6121
|
"bsc/bep20/milk_protocol",
|
|
6054
6122
|
"bsc/bep20/mist",
|
|
@@ -6058,6 +6126,7 @@ Array [
|
|
|
6058
6126
|
"bsc/bep20/moeda_seeds",
|
|
6059
6127
|
"bsc/bep20/monsta_infinite_token",
|
|
6060
6128
|
"bsc/bep20/moomonster_token",
|
|
6129
|
+
"bsc/bep20/moonienft_token",
|
|
6061
6130
|
"bsc/bep20/moonpot",
|
|
6062
6131
|
"bsc/bep20/morphie",
|
|
6063
6132
|
"bsc/bep20/mound_token",
|
|
@@ -6078,13 +6147,16 @@ Array [
|
|
|
6078
6147
|
"bsc/bep20/nominex",
|
|
6079
6148
|
"bsc/bep20/num_token_[via_chainport.io]",
|
|
6080
6149
|
"bsc/bep20/nyanswop_token",
|
|
6150
|
+
"bsc/bep20/nyuku",
|
|
6081
6151
|
"bsc/bep20/o3_swap_token",
|
|
6082
6152
|
"bsc/bep20/octree_finance",
|
|
6083
6153
|
"bsc/bep20/oddztoken",
|
|
6084
6154
|
"bsc/bep20/oinfinance",
|
|
6155
|
+
"bsc/bep20/onlycam",
|
|
6085
6156
|
"bsc/bep20/open_governance_token",
|
|
6086
6157
|
"bsc/bep20/orbs",
|
|
6087
6158
|
"bsc/bep20/oreo",
|
|
6159
|
+
"bsc/bep20/orica",
|
|
6088
6160
|
"bsc/bep20/ovr",
|
|
6089
6161
|
"bsc/bep20/paid_network",
|
|
6090
6162
|
"bsc/bep20/pancakeswap_token",
|
|
@@ -6096,6 +6168,7 @@ Array [
|
|
|
6096
6168
|
"bsc/bep20/phoswap",
|
|
6097
6169
|
"bsc/bep20/piinu",
|
|
6098
6170
|
"bsc/bep20/ping",
|
|
6171
|
+
"bsc/bep20/piston",
|
|
6099
6172
|
"bsc/bep20/pitbull",
|
|
6100
6173
|
"bsc/bep20/pizzaswap",
|
|
6101
6174
|
"bsc/bep20/pkg_binance_smart_chain",
|
|
@@ -6117,7 +6190,9 @@ Array [
|
|
|
6117
6190
|
"bsc/bep20/puli_inu",
|
|
6118
6191
|
"bsc/bep20/qian_governance_token",
|
|
6119
6192
|
"bsc/bep20/qian_second_generation_dollar",
|
|
6193
|
+
"bsc/bep20/quarashi",
|
|
6120
6194
|
"bsc/bep20/quarkchain_token",
|
|
6195
|
+
"bsc/bep20/questdm",
|
|
6121
6196
|
"bsc/bep20/qusd_stablecoin",
|
|
6122
6197
|
"bsc/bep20/rabbit_coin",
|
|
6123
6198
|
"bsc/bep20/radio_caca_v2",
|
|
@@ -6142,6 +6217,8 @@ Array [
|
|
|
6142
6217
|
"bsc/bep20/safepal_token",
|
|
6143
6218
|
"bsc/bep20/safuu",
|
|
6144
6219
|
"bsc/bep20/saketoken",
|
|
6220
|
+
"bsc/bep20/scallop",
|
|
6221
|
+
"bsc/bep20/sector",
|
|
6145
6222
|
"bsc/bep20/seedifyfund",
|
|
6146
6223
|
"bsc/bep20/seven_up_token",
|
|
6147
6224
|
"bsc/bep20/shambala",
|
|
@@ -6175,6 +6252,7 @@ Array [
|
|
|
6175
6252
|
"bsc/bep20/swipe",
|
|
6176
6253
|
"bsc/bep20/switcheo_token",
|
|
6177
6254
|
"bsc/bep20/taco",
|
|
6255
|
+
"bsc/bep20/talkado",
|
|
6178
6256
|
"bsc/bep20/tbitcoin",
|
|
6179
6257
|
"bsc/bep20/tdogecoin",
|
|
6180
6258
|
"bsc/bep20/tenet",
|
|
@@ -6202,6 +6280,7 @@ Array [
|
|
|
6202
6280
|
"bsc/bep20/twinci",
|
|
6203
6281
|
"bsc/bep20/tylt",
|
|
6204
6282
|
"bsc/bep20/ubutoken",
|
|
6283
|
+
"bsc/bep20/ukraine_solidarity",
|
|
6205
6284
|
"bsc/bep20/uncl_on_xdai_on_bsc",
|
|
6206
6285
|
"bsc/bep20/unfi",
|
|
6207
6286
|
"bsc/bep20/unicrypt_on_xdai_on_bsc",
|
|
@@ -6209,6 +6288,7 @@ Array [
|
|
|
6209
6288
|
"bsc/bep20/unitrade",
|
|
6210
6289
|
"bsc/bep20/unmarshaltoken",
|
|
6211
6290
|
"bsc/bep20/upbots",
|
|
6291
|
+
"bsc/bep20/usdp_stablecoin",
|
|
6212
6292
|
"bsc/bep20/vagabond",
|
|
6213
6293
|
"bsc/bep20/vai_stablecoin",
|
|
6214
6294
|
"bsc/bep20/vanci.finance",
|
|
@@ -6232,6 +6312,7 @@ Array [
|
|
|
6232
6312
|
"bsc/bep20/venus_xrp",
|
|
6233
6313
|
"bsc/bep20/venus_xvs",
|
|
6234
6314
|
"bsc/bep20/vfox",
|
|
6315
|
+
"bsc/bep20/volt_inu",
|
|
6235
6316
|
"bsc/bep20/vswap.fi",
|
|
6236
6317
|
"bsc/bep20/wall_street_games",
|
|
6237
6318
|
"bsc/bep20/wanaka_farm",
|
|
@@ -6239,6 +6320,7 @@ Array [
|
|
|
6239
6320
|
"bsc/bep20/waultswap",
|
|
6240
6321
|
"bsc/bep20/wazirx_token",
|
|
6241
6322
|
"bsc/bep20/weather",
|
|
6323
|
+
"bsc/bep20/weetwo",
|
|
6242
6324
|
"bsc/bep20/weyu",
|
|
6243
6325
|
"bsc/bep20/wink",
|
|
6244
6326
|
"bsc/bep20/wootrade_network",
|
|
@@ -6257,7 +6339,9 @@ Array [
|
|
|
6257
6339
|
"bsc/bep20/xend",
|
|
6258
6340
|
"bsc/bep20/xwg",
|
|
6259
6341
|
"bsc/bep20/yay_games",
|
|
6342
|
+
"bsc/bep20/yield_guild_games_token",
|
|
6260
6343
|
"bsc/bep20/yieldwatch",
|
|
6344
|
+
"bsc/bep20/yourkiss",
|
|
6261
6345
|
"bsc/bep20/zeroswaptoken",
|
|
6262
6346
|
"bsc/bep20/zilliqa",
|
|
6263
6347
|
"bsc/bep20/zmine_token",
|
|
@@ -6271,7 +6355,6 @@ Array [
|
|
|
6271
6355
|
"algorand/asa/2836760",
|
|
6272
6356
|
"algorand/asa/2757561",
|
|
6273
6357
|
"algorand/asa/2751733",
|
|
6274
|
-
"algorand/asa/2725935",
|
|
6275
6358
|
"algorand/asa/27165954",
|
|
6276
6359
|
"algorand/asa/438840",
|
|
6277
6360
|
"algorand/asa/438839",
|