@hinkal/common 0.2.31 → 0.2.32
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/API/API.cjs +1 -1
- package/API/API.d.ts +26 -11
- package/API/API.mjs +103 -88
- package/API/callMonitor.cjs +1 -1
- package/API/callMonitor.d.ts +8 -0
- package/API/callMonitor.mjs +2 -2
- package/API/callRelayer.d.ts +4 -1
- package/API/dashboardAccountCalls.cjs +1 -0
- package/API/dashboardAccountCalls.d.ts +24 -0
- package/API/dashboardAccountCalls.mjs +10 -0
- package/API/dashboardAccountMemberCalls.cjs +1 -0
- package/API/dashboardAccountMemberCalls.d.ts +34 -0
- package/API/dashboardAccountMemberCalls.mjs +16 -0
- package/API/dashboardBalanceCalls.cjs +1 -0
- package/API/dashboardBalanceCalls.d.ts +12 -0
- package/API/dashboardBalanceCalls.mjs +13 -0
- package/API/dashboardContactCalls.cjs +1 -0
- package/API/dashboardContactCalls.d.ts +9 -0
- package/API/dashboardContactCalls.mjs +13 -0
- package/API/dashboardPayoutCalls.cjs +1 -0
- package/API/dashboardPayoutCalls.d.ts +14 -0
- package/API/dashboardPayoutCalls.mjs +13 -0
- package/API/dashboardTransactionCalls.cjs +1 -0
- package/API/dashboardTransactionCalls.d.ts +3 -0
- package/API/dashboardTransactionCalls.mjs +10 -0
- package/API/enclaveRecipientInfoCalls.cjs +1 -0
- package/API/enclaveRecipientInfoCalls.d.ts +14 -0
- package/API/enclaveRecipientInfoCalls.mjs +7 -0
- package/API/enclaveSignatureCalls.cjs +1 -1
- package/API/enclaveSignatureCalls.d.ts +3 -8
- package/API/enclaveSignatureCalls.mjs +6 -8
- package/API/enclaveUtxoCalls.cjs +1 -1
- package/API/enclaveUtxoCalls.d.ts +8 -2
- package/API/enclaveUtxoCalls.mjs +5 -3
- package/API/fetchCommitmentsCache.cjs +1 -1
- package/API/fetchCommitmentsCache.d.ts +1 -19
- package/API/fetchCommitmentsCache.mjs +9 -22
- package/API/getAnyRecipientInfo.d.ts +1 -0
- package/API/getServerURL.cjs +1 -1
- package/API/getServerURL.d.ts +3 -0
- package/API/getServerURL.mjs +15 -32
- package/API/getWebsiteURL.cjs +1 -1
- package/API/getWebsiteURL.d.ts +3 -2
- package/API/getWebsiteURL.mjs +12 -5
- package/API/index.cjs +1 -1
- package/API/index.d.ts +2 -0
- package/API/index.mjs +2 -0
- package/API/kycCalls.cjs +1 -1
- package/API/kycCalls.d.ts +0 -5
- package/API/kycCalls.mjs +3 -10
- package/API/privateSendRecipientInfoCalls.cjs +1 -1
- package/API/privateSendRecipientInfoCalls.d.ts +0 -10
- package/API/privateSendRecipientInfoCalls.mjs +2 -2
- package/API/scheduled-transactions-calls.cjs +1 -1
- package/API/scheduled-transactions-calls.d.ts +8 -2
- package/API/scheduled-transactions-calls.mjs +5 -4
- package/API/tenderly.api.cjs +1 -1
- package/API/tenderly.api.d.ts +1 -1
- package/API/tenderly.api.mjs +1 -1
- package/constants/addresses.constants.cjs +1 -1
- package/constants/addresses.constants.d.ts +10 -7
- package/constants/addresses.constants.mjs +11 -8
- package/constants/assets.constants.cjs +1 -1
- package/constants/assets.constants.mjs +1 -1
- package/constants/auth.constants.cjs +1 -0
- package/constants/auth.constants.d.ts +2 -0
- package/constants/auth.constants.mjs +4 -0
- package/constants/backend.constants.cjs +1 -1
- package/constants/backend.constants.d.ts +0 -1
- package/constants/backend.constants.mjs +0 -1
- package/constants/bridging.constants.cjs +1 -1
- package/constants/bridging.constants.d.ts +2 -0
- package/constants/bridging.constants.mjs +7 -3
- package/constants/chains.constants.cjs +1 -1
- package/constants/chains.constants.d.ts +25 -8
- package/constants/chains.constants.mjs +168 -127
- package/constants/coingecko.constants.cjs +1 -1
- package/constants/coingecko.constants.d.ts +5 -3
- package/constants/coingecko.constants.mjs +8 -5
- package/constants/contracts.constants.cjs +1 -1
- package/constants/contracts.constants.mjs +0 -4
- package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +125 -850
- package/constants/deploy-data/deploy-data-arcTestnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-arcTestnet.json.mjs +97 -1013
- package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-base.json.mjs +132 -869
- package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +132 -871
- package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-localhost.json.mjs +6 -808
- package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-optimism.json.mjs +132 -869
- package/constants/deploy-data/deploy-data-optimismTest.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-optimismTest.json.mjs +3565 -0
- package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-polygon.json.mjs +132 -869
- package/constants/deploy-data/deploy-data-sepoliaTestnet.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-sepoliaTestnet.json.mjs +3561 -0
- package/constants/deploy-data/deploy-data-solana.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-solana.json.mjs +1 -1
- package/constants/deploy-data/deploy-data-tempo.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-tempo.json.mjs +3563 -0
- package/constants/deploy-data/deploy-data-tronMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-tronMainnet.json.mjs +133 -870
- package/constants/deploy-data/deploy-data-tronNile.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-tronNile.json.mjs +133 -870
- package/constants/deploy-data/index.d.ts +4 -1
- package/constants/events.constants.cjs +1 -1
- package/constants/events.constants.mjs +4 -1
- package/constants/fees.constants.cjs +1 -1
- package/constants/fees.constants.d.ts +5 -1
- package/constants/fees.constants.mjs +9 -5
- package/constants/index.cjs +1 -1
- package/constants/index.d.ts +2 -1
- package/constants/index.mjs +6 -2
- package/constants/kyc.constants.cjs +1 -1
- package/constants/kyc.constants.d.ts +1 -1
- package/constants/kyc.constants.mjs +38 -37
- package/constants/lifi.constants.cjs +1 -1
- package/constants/lifi.constants.d.ts +2 -0
- package/constants/lifi.constants.mjs +7 -2
- package/constants/mediaUrls.constants.cjs +1 -1
- package/constants/mediaUrls.constants.d.ts +7 -1
- package/constants/mediaUrls.constants.mjs +9 -3
- package/constants/price-impact.constants.cjs +1 -0
- package/constants/price-impact.constants.d.ts +2 -0
- package/constants/price-impact.constants.mjs +4 -0
- package/constants/protocol.constants.cjs +1 -1
- package/constants/protocol.constants.d.ts +4 -1
- package/constants/protocol.constants.mjs +2 -2
- package/constants/reorg-depths.constants.cjs +1 -1
- package/constants/reorg-depths.constants.d.ts +3 -1
- package/constants/reorg-depths.constants.mjs +3 -1
- package/constants/save-depths.cjs +1 -1
- package/constants/save-depths.d.ts +3 -1
- package/constants/save-depths.mjs +3 -1
- package/constants/server.constants.cjs +1 -1
- package/constants/server.constants.d.ts +33 -8
- package/constants/server.constants.mjs +44 -24
- package/constants/token-data/ERC20Registry.cjs +1 -1
- package/constants/token-data/ERC20Registry.mjs +20 -9
- package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistry.json.mjs +24 -24
- package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistryFixed.json.mjs +24 -24
- package/constants/token-data/arcTestnetRegistry.json.cjs +1 -1
- package/constants/token-data/arcTestnetRegistry.json.mjs +3 -3
- package/constants/token-data/baseRegistry.json.cjs +1 -1
- package/constants/token-data/baseRegistry.json.mjs +20 -12
- package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
- package/constants/token-data/baseRegistryFixed.json.mjs +18 -10
- package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistry.json.mjs +38 -38
- package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistryFixed.json.mjs +38 -38
- package/constants/token-data/localhostRegistry.json.cjs +1 -1
- package/constants/token-data/localhostRegistry.json.mjs +211 -211
- package/constants/token-data/optimismRegistry.json.cjs +1 -1
- package/constants/token-data/optimismRegistry.json.mjs +36 -28
- package/constants/token-data/optimismRegistryFixed.json.cjs +1 -1
- package/constants/token-data/optimismRegistryFixed.json.mjs +36 -28
- package/constants/token-data/polygonRegistry.json.cjs +1 -1
- package/constants/token-data/polygonRegistry.json.mjs +34 -26
- package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
- package/constants/token-data/polygonRegistryFixed.json.mjs +34 -26
- package/constants/token-data/sepoliaTestnetRegistry.json.cjs +1 -0
- package/constants/token-data/sepoliaTestnetRegistry.json.mjs +21 -0
- package/constants/token-data/solanaMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/solanaMainnetRegistry.json.mjs +1 -1
- package/constants/token-data/tempoRegistry.json.cjs +1 -0
- package/constants/token-data/tempoRegistry.json.mjs +37 -0
- package/constants/token-data/tronMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/tronMainnetRegistry.json.mjs +26 -15
- package/constants/token-data/tronNileRegistry.json.cjs +1 -1
- package/constants/token-data/tronNileRegistry.json.mjs +2 -2
- package/constants/tokens.constants.cjs +1 -1
- package/constants/tokens.constants.d.ts +1 -0
- package/constants/tokens.constants.mjs +10 -3
- package/constants/vite.constants.cjs +1 -1
- package/constants/vite.constants.mjs +23 -5
- package/constants/wallet.constants.cjs +1 -1
- package/constants/wallet.constants.d.ts +1 -1
- package/constants/wallet.constants.mjs +2 -18
- package/crypto/babyJub.d.ts +1 -1
- package/crypto/ecdh-dual-path.cjs +1 -0
- package/crypto/ecdh-dual-path.d.ts +13 -0
- package/crypto/ecdh-dual-path.mjs +39 -0
- package/crypto/ecdh-sealed-keys.cjs +1 -0
- package/crypto/ecdh-sealed-keys.d.ts +22 -0
- package/crypto/ecdh-sealed-keys.mjs +33 -0
- package/crypto/ecdh.cjs +1 -0
- package/crypto/ecdh.d.ts +2 -0
- package/crypto/ecdh.mjs +9 -0
- package/crypto/eddsa.cjs +1 -0
- package/crypto/eddsa.d.ts +8 -0
- package/crypto/eddsa.mjs +12 -0
- package/crypto/index.cjs +1 -1
- package/crypto/index.d.ts +4 -0
- package/crypto/index.mjs +4 -0
- package/crypto/preProcessing.cjs +1 -1
- package/crypto/preProcessing.d.ts +1 -1
- package/crypto/preProcessing.mjs +10 -8
- package/data-structures/AccountActions/AccountActions.cjs +1 -1
- package/data-structures/AccountActions/AccountActions.mjs +3 -2
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.cjs +1 -1
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs +2 -3
- package/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/data-structures/Hinkal/Hinkal.d.ts +16 -21
- package/data-structures/Hinkal/Hinkal.mjs +144 -160
- package/data-structures/Hinkal/IHinkal.d.ts +13 -19
- package/data-structures/Hinkal/handleAutoDepositBack.cjs +1 -1
- package/data-structures/Hinkal/handleAutoDepositBack.mjs +15 -15
- package/data-structures/Hinkal/hinkalClaimUtxo.cjs +1 -1
- package/data-structures/Hinkal/hinkalClaimUtxo.d.ts +1 -2
- package/data-structures/Hinkal/hinkalClaimUtxo.mjs +49 -47
- package/data-structures/Hinkal/hinkalDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalDeposit.d.ts +5 -3
- package/data-structures/Hinkal/hinkalDeposit.mjs +106 -50
- package/data-structures/Hinkal/hinkalDepositAndBridge.cjs +1 -1
- package/data-structures/Hinkal/hinkalDepositAndBridge.d.ts +1 -1
- package/data-structures/Hinkal/hinkalDepositAndBridge.mjs +94 -87
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.d.ts +3 -2
- package/data-structures/Hinkal/hinkalDepositAndWithdraw.mjs +48 -48
- package/data-structures/Hinkal/hinkalDepositOnChainUtxos.cjs +1 -1
- package/data-structures/Hinkal/hinkalDepositOnChainUtxos.mjs +41 -63
- package/data-structures/Hinkal/hinkalPalEvmDeposit.cjs +1 -0
- package/data-structures/Hinkal/hinkalPalEvmDeposit.d.ts +9 -0
- package/data-structures/Hinkal/hinkalPalEvmDeposit.mjs +19 -0
- package/data-structures/Hinkal/hinkalPalSolanaDepositPrepare.cjs +1 -0
- package/data-structures/Hinkal/hinkalPalSolanaDepositPrepare.d.ts +9 -0
- package/data-structures/Hinkal/hinkalPalSolanaDepositPrepare.mjs +18 -0
- package/data-structures/Hinkal/hinkalPalTronDepositPrepare.cjs +1 -0
- package/data-structures/Hinkal/hinkalPalTronDepositPrepare.d.ts +9 -0
- package/data-structures/Hinkal/hinkalPalTronDepositPrepare.mjs +17 -0
- package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
- package/data-structures/Hinkal/hinkalPrivateWallet.mjs +46 -50
- package/data-structures/Hinkal/hinkalProoflessDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalProoflessDeposit.d.ts +4 -1
- package/data-structures/Hinkal/hinkalProoflessDeposit.mjs +84 -128
- package/data-structures/Hinkal/hinkalProoflessDeposit.utils.cjs +1 -0
- package/data-structures/Hinkal/hinkalProoflessDeposit.utils.d.ts +7 -0
- package/data-structures/Hinkal/hinkalProoflessDeposit.utils.mjs +51 -0
- package/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.cjs +1 -0
- package/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.d.ts +6 -0
- package/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.mjs +128 -0
- package/data-structures/Hinkal/hinkalSolanaClaimUtxo.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaClaimUtxo.d.ts +2 -2
- package/data-structures/Hinkal/hinkalSolanaClaimUtxo.mjs +68 -69
- package/data-structures/Hinkal/hinkalSolanaDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaDeposit.d.ts +4 -3
- package/data-structures/Hinkal/hinkalSolanaDeposit.mjs +96 -57
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.d.ts +20 -2
- package/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs +114 -122
- package/data-structures/Hinkal/hinkalSolanaProoflessDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProoflessDeposit.d.ts +1 -1
- package/data-structures/Hinkal/hinkalSolanaProoflessDeposit.mjs +12 -17
- package/data-structures/Hinkal/hinkalSolanaProxyShield.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxyShield.mjs +38 -40
- package/data-structures/Hinkal/hinkalSolanaProxySwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaProxySwap.d.ts +4 -3
- package/data-structures/Hinkal/hinkalSolanaProxySwap.mjs +68 -52
- package/data-structures/Hinkal/hinkalSolanaSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaSwap.d.ts +2 -2
- package/data-structures/Hinkal/hinkalSolanaSwap.mjs +67 -72
- package/data-structures/Hinkal/hinkalSolanaTransfer.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaTransfer.d.ts +2 -1
- package/data-structures/Hinkal/hinkalSolanaTransfer.mjs +56 -61
- package/data-structures/Hinkal/hinkalSolanaWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalSolanaWithdraw.mjs +38 -48
- package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSwap.mjs +32 -42
- package/data-structures/Hinkal/hinkalTransfer.cjs +1 -1
- package/data-structures/Hinkal/hinkalTransfer.mjs +41 -54
- package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdraw.mjs +43 -56
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs +87 -108
- package/data-structures/Hinkal/index.cjs +1 -1
- package/data-structures/Hinkal/index.d.ts +5 -0
- package/data-structures/Hinkal/index.mjs +5 -0
- package/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.cjs +1 -0
- package/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.d.ts +22 -0
- package/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.mjs +34 -0
- package/data-structures/Hinkal/resetMerkleTrees.cjs +1 -1
- package/data-structures/Hinkal/resetMerkleTrees.mjs +33 -40
- package/data-structures/IndexedDB/activity-db.cjs +1 -1
- package/data-structures/IndexedDB/activity-db.mjs +25 -24
- package/data-structures/IndexedDB/contact-db.cjs +1 -1
- package/data-structures/IndexedDB/contact-db.d.ts +1 -0
- package/data-structures/IndexedDB/contact-db.mjs +30 -16
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs +1 -1
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.d.ts +1 -1
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs +4 -4
- package/data-structures/TokenDBs/AlchemyPublicTokensDB.cjs +1 -1
- package/data-structures/TokenDBs/AlchemyPublicTokensDB.mjs +37 -34
- package/data-structures/TokenDBs/EventsPublicTokensDB.cjs +1 -1
- package/data-structures/TokenDBs/EventsPublicTokensDB.d.ts +2 -0
- package/data-structures/TokenDBs/EventsPublicTokensDB.mjs +65 -50
- package/data-structures/TokenDBs/PrivateTokensDB.cjs +1 -1
- package/data-structures/TokenDBs/PrivateTokensDB.mjs +2 -1
- package/data-structures/WalletManager/WalletManager.cjs +1 -0
- package/data-structures/WalletManager/WalletManager.d.ts +51 -0
- package/data-structures/WalletManager/WalletManager.mjs +99 -0
- package/data-structures/WalletManager/index.cjs +1 -0
- package/data-structures/WalletManager/index.d.ts +1 -0
- package/data-structures/WalletManager/index.mjs +1 -0
- package/data-structures/crypto-keys/decodeUTXO.cjs +1 -1
- package/data-structures/crypto-keys/decodeUTXO.d.ts +5 -3
- package/data-structures/crypto-keys/decodeUTXO.mjs +49 -46
- package/data-structures/crypto-keys/encryptDecryptUtxo.cjs +1 -1
- package/data-structures/crypto-keys/encryptDecryptUtxo.mjs +32 -40
- package/data-structures/crypto-keys/keys.cjs +1 -1
- package/data-structures/crypto-keys/keys.d.ts +51 -24
- package/data-structures/crypto-keys/keys.mjs +104 -43
- package/data-structures/custom-token-registry/CustomTokenRegistry.cjs +1 -1
- package/data-structures/custom-token-registry/CustomTokenRegistry.mjs +2 -2
- package/data-structures/event-service/evm/BlockchainEventEmitter.cjs +1 -1
- package/data-structures/event-service/evm/BlockchainEventEmitter.d.ts +2 -2
- package/data-structures/event-service/evm/BlockchainEventEmitter.mjs +4 -4
- package/data-structures/event-service/evm/PollingBlockchainEventEmitter.cjs +1 -1
- package/data-structures/event-service/evm/PollingBlockchainEventEmitter.mjs +1 -1
- package/data-structures/event-service/helpers/ClientEventHelper.cjs +1 -1
- package/data-structures/event-service/helpers/ClientEventHelper.mjs +3 -3
- package/data-structures/event-service/helpers/PollingEventHelper.cjs +1 -1
- package/data-structures/event-service/helpers/PollingEventHelper.d.ts +2 -0
- package/data-structures/event-service/helpers/PollingEventHelper.mjs +7 -3
- package/data-structures/event-service/index.cjs +1 -1
- package/data-structures/event-service/index.d.ts +0 -3
- package/data-structures/event-service/index.mjs +0 -3
- package/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.cjs +1 -1
- package/data-structures/event-service/solana/PollingSolanaBlockchainEventEmitter.mjs +1 -1
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.cjs +1 -1
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.d.ts +2 -2
- package/data-structures/event-service/solana/SolanaBlockchainEventEmitter.mjs +5 -5
- package/data-structures/index.cjs +1 -1
- package/data-structures/index.d.ts +1 -0
- package/data-structures/index.mjs +10 -10
- package/data-structures/merkle-tree/index.cjs +1 -1
- package/data-structures/merkle-tree/index.d.ts +0 -1
- package/data-structures/merkle-tree/index.mjs +0 -1
- package/data-structures/provider-adapter/IProviderAdapter.d.ts +6 -0
- package/data-structures/snapshot/SnapshotFetcherService.cjs +1 -1
- package/data-structures/snapshot/SnapshotFetcherService.d.ts +0 -2
- package/data-structures/snapshot/SnapshotFetcherService.mjs +0 -6
- package/data-structures/snapshot/index.cjs +1 -1
- package/data-structures/snapshot/index.d.ts +0 -3
- package/data-structures/snapshot/index.mjs +0 -3
- package/data-structures/utxo/Utxo.cjs +1 -1
- package/data-structures/utxo/Utxo.d.ts +16 -10
- package/data-structures/utxo/Utxo.mjs +40 -38
- package/error-handling/customErrors/HttpError.cjs +1 -0
- package/error-handling/customErrors/HttpError.d.ts +4 -0
- package/error-handling/customErrors/HttpError.mjs +8 -0
- package/error-handling/customErrors/index.cjs +1 -1
- package/error-handling/customErrors/index.d.ts +1 -0
- package/error-handling/customErrors/index.mjs +1 -0
- package/error-handling/error-codes.constants.cjs +1 -1
- package/error-handling/error-codes.constants.d.ts +11 -0
- package/error-handling/error-codes.constants.mjs +13 -2
- package/error-handling/index.cjs +1 -1
- package/error-handling/index.mjs +1 -0
- package/error-handling/retrySolanaError.cjs +1 -0
- package/error-handling/retrySolanaError.d.ts +1 -0
- package/error-handling/retrySolanaError.mjs +4 -0
- package/externalABIs/index.cjs +1 -1
- package/externalABIs/index.d.ts +1 -16
- package/externalABIs/index.mjs +4 -5
- package/functions/auto-deposit-back-helpers/get-gas-token-records.d.ts +1 -1
- package/functions/auto-deposit-back-helpers/get-tokens-to-deposit-back.d.ts +1 -1
- package/functions/index.cjs +1 -1
- package/functions/index.mjs +28 -19
- package/functions/kyc/checkTokenLimitsUSD.cjs +1 -1
- package/functions/kyc/checkTokenLimitsUSD.mjs +15 -15
- package/functions/kyc/index.cjs +1 -1
- package/functions/kyc/index.d.ts +0 -1
- package/functions/kyc/index.mjs +0 -1
- package/functions/pre-transaction/addressTableLookup.cjs +1 -1
- package/functions/pre-transaction/addressTableLookup.mjs +21 -18
- package/functions/pre-transaction/buildCommitmentValidationData.cjs +1 -0
- package/functions/pre-transaction/buildCommitmentValidationData.d.ts +4 -0
- package/functions/pre-transaction/buildCommitmentValidationData.mjs +58 -0
- package/functions/pre-transaction/calculateSolanaNullifierCount.cjs +1 -0
- package/functions/pre-transaction/calculateSolanaNullifierCount.d.ts +2 -0
- package/functions/pre-transaction/calculateSolanaNullifierCount.mjs +23 -0
- package/functions/pre-transaction/constructAdminData.cjs +1 -1
- package/functions/pre-transaction/constructAdminData.mjs +4 -4
- package/functions/pre-transaction/index.cjs +1 -1
- package/functions/pre-transaction/index.d.ts +2 -3
- package/functions/pre-transaction/index.mjs +3 -4
- package/functions/pre-transaction/outputUtxoProcessing.cjs +1 -1
- package/functions/pre-transaction/outputUtxoProcessing.d.ts +1 -1
- package/functions/pre-transaction/outputUtxoProcessing.mjs +22 -19
- package/functions/pre-transaction/recipientUtxoProcessing.cjs +1 -1
- package/functions/pre-transaction/recipientUtxoProcessing.mjs +11 -9
- package/functions/pre-transaction/sendInitNullifiersTransaction.cjs +1 -1
- package/functions/pre-transaction/sendInitNullifiersTransaction.mjs +9 -9
- package/functions/pre-transaction/sendV0Transaction.cjs +1 -1
- package/functions/pre-transaction/sendV0Transaction.mjs +45 -43
- package/functions/pre-transaction/solana-public-signals.cjs +1 -1
- package/functions/pre-transaction/solana-public-signals.d.ts +7 -6
- package/functions/pre-transaction/solana-public-signals.mjs +22 -19
- package/functions/pre-transaction/solana.cjs +1 -1
- package/functions/pre-transaction/solana.d.ts +0 -4
- package/functions/pre-transaction/solana.mjs +7 -27
- package/functions/pre-transaction/store-proof.cjs +1 -1
- package/functions/pre-transaction/store-proof.mjs +3 -3
- package/functions/private-wallet/emporium.helpers.cjs +1 -1
- package/functions/private-wallet/emporium.helpers.d.ts +13 -3
- package/functions/private-wallet/emporium.helpers.mjs +84 -74
- package/functions/private-wallet/emporium.swap.helpers.cjs +1 -1
- package/functions/private-wallet/emporium.swap.helpers.mjs +6 -6
- package/functions/snarkjs/common.snarkjs.cjs +1 -1
- package/functions/snarkjs/common.snarkjs.d.ts +8 -13
- package/functions/snarkjs/common.snarkjs.mjs +65 -74
- package/functions/snarkjs/constant.cjs +1 -1
- package/functions/snarkjs/constant.d.ts +146 -426
- package/functions/snarkjs/constant.mjs +149 -430
- package/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
- package/functions/snarkjs/constructGeneralZkProof.d.ts +2 -3
- package/functions/snarkjs/constructGeneralZkProof.mjs +74 -57
- package/functions/snarkjs/constructSolanaZkProof.cjs +1 -1
- package/functions/snarkjs/constructSolanaZkProof.d.ts +1 -2
- package/functions/snarkjs/constructSolanaZkProof.mjs +65 -37
- package/functions/snarkjs/fetchMerkleTreeSiblings.cjs +1 -1
- package/functions/snarkjs/fetchMerkleTreeSiblings.d.ts +1 -1
- package/functions/snarkjs/fetchMerkleTreeSiblings.mjs +6 -10
- package/functions/snarkjs/fetchOnChainRootHashes.cjs +1 -1
- package/functions/snarkjs/fetchOnChainRootHashes.d.ts +0 -1
- package/functions/snarkjs/fetchOnChainRootHashes.mjs +22 -7
- package/functions/snarkjs/generateCircomData.cjs +1 -1
- package/functions/snarkjs/generateCircomData.d.ts +2 -2
- package/functions/snarkjs/generateCircomData.mjs +29 -31
- package/functions/snarkjs/generateZkProof.cjs +1 -1
- package/functions/snarkjs/generateZkProof.mjs +20 -10
- package/functions/snarkjs/generateZkProofEnclave.cjs +1 -1
- package/functions/snarkjs/generateZkProofEnclave.mjs +15 -18
- package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.cjs +1 -1
- package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.d.ts +2 -9
- package/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.mjs +40 -94
- package/functions/snarkjs/getZKFiles.cjs +1 -1
- package/functions/snarkjs/getZKFiles.d.ts +1 -0
- package/functions/snarkjs/getZKFiles.mjs +2 -2
- package/functions/snarkjs/index.cjs +1 -1
- package/functions/snarkjs/index.d.ts +2 -1
- package/functions/snarkjs/index.mjs +2 -1
- package/functions/snarkjs/signedMessageHash.cjs +1 -0
- package/functions/snarkjs/signedMessageHash.d.ts +31 -0
- package/functions/snarkjs/signedMessageHash.mjs +49 -0
- package/functions/snarkjs/verifyCommitmentValidationData.cjs +1 -0
- package/functions/snarkjs/verifyCommitmentValidationData.d.ts +4 -0
- package/functions/snarkjs/verifyCommitmentValidationData.mjs +43 -0
- package/functions/utils/addresses.cjs +1 -1
- package/functions/utils/addresses.d.ts +2 -0
- package/functions/utils/addresses.mjs +12 -8
- package/functions/utils/aggregateTokenAmounts.cjs +1 -0
- package/functions/utils/aggregateTokenAmounts.d.ts +2 -0
- package/functions/utils/aggregateTokenAmounts.mjs +26 -0
- package/functions/utils/amounts.utils.cjs +1 -1
- package/functions/utils/amounts.utils.d.ts +0 -1
- package/functions/utils/amounts.utils.mjs +18 -18
- package/functions/utils/auth.utils.cjs +1 -0
- package/functions/utils/auth.utils.d.ts +5 -0
- package/functions/utils/auth.utils.mjs +7 -0
- package/functions/utils/bit.operations.cjs +1 -0
- package/functions/utils/bit.operations.d.ts +3 -0
- package/functions/utils/bit.operations.mjs +4 -0
- package/functions/utils/buildClaimableDepositPlan.cjs +1 -1
- package/functions/utils/buildClaimableDepositPlan.d.ts +3 -2
- package/functions/utils/buildClaimableDepositPlan.mjs +32 -24
- package/functions/utils/cacheFunctions.cjs +1 -1
- package/functions/utils/cacheFunctions.d.ts +0 -4
- package/functions/utils/cacheFunctions.mjs +33 -47
- package/functions/utils/create-provider.cjs +1 -1
- package/functions/utils/create-provider.d.ts +2 -3
- package/functions/utils/create-provider.mjs +8 -10
- package/functions/utils/customEnclaveFunctionsRegister.cjs +1 -0
- package/functions/utils/customEnclaveFunctionsRegister.d.ts +18 -0
- package/functions/utils/customEnclaveFunctionsRegister.mjs +8 -0
- package/functions/utils/deposit-claimable.utils.cjs +1 -0
- package/functions/utils/deposit-claimable.utils.d.ts +6 -0
- package/functions/utils/deposit-claimable.utils.mjs +106 -0
- package/functions/utils/dispatchBalanceRefreshes.cjs +1 -0
- package/functions/utils/dispatchBalanceRefreshes.d.ts +4 -0
- package/functions/utils/dispatchBalanceRefreshes.mjs +44 -0
- package/functions/utils/enclave-recipient-info-storage.cjs +1 -0
- package/functions/utils/enclave-recipient-info-storage.d.ts +2 -0
- package/functions/utils/enclave-recipient-info-storage.mjs +17 -0
- package/functions/utils/enclave-signature-storage.cjs +1 -1
- package/functions/utils/enclave-signature-storage.d.ts +1 -2
- package/functions/utils/enclave-signature-storage.mjs +6 -9
- package/functions/utils/enclave-utxo-storage.cjs +1 -1
- package/functions/utils/enclave-utxo-storage.d.ts +3 -2
- package/functions/utils/enclave-utxo-storage.mjs +18 -21
- package/functions/utils/encodeTokenWithId.cjs +1 -1
- package/functions/utils/encodeTokenWithId.mjs +1 -1
- package/functions/utils/encryptInputForEnclave.cjs +1 -1
- package/functions/utils/encryptInputForEnclave.mjs +17 -23
- package/functions/utils/enum.utils.cjs +1 -0
- package/functions/utils/enum.utils.mjs +12 -0
- package/functions/utils/erc20tokenFunctions.cjs +1 -1
- package/functions/utils/erc20tokenFunctions.d.ts +2 -0
- package/functions/utils/erc20tokenFunctions.mjs +26 -16
- package/functions/utils/evmNetworkFunctions.d.ts +1 -2
- package/functions/utils/fees.utils.cjs +1 -1
- package/functions/utils/fees.utils.d.ts +2 -1
- package/functions/utils/fees.utils.mjs +30 -16
- package/functions/utils/formatter.cjs +1 -0
- package/functions/utils/formatter.d.ts +1 -0
- package/functions/utils/formatter.mjs +15 -0
- package/functions/utils/getBlockExplorerUrl.cjs +1 -1
- package/functions/utils/getBlockExplorerUrl.mjs +1 -1
- package/functions/utils/getRecipientInfoFromUserKeys.cjs +1 -1
- package/functions/utils/getRecipientInfoFromUserKeys.d.ts +2 -0
- package/functions/utils/getRecipientInfoFromUserKeys.mjs +14 -9
- package/functions/utils/getUtxosFromReceipt.utils.cjs +1 -1
- package/functions/utils/getUtxosFromReceipt.utils.d.ts +1 -0
- package/functions/utils/getUtxosFromReceipt.utils.mjs +43 -27
- package/functions/utils/getUtxosFromReceiptSolana.cjs +1 -1
- package/functions/utils/getUtxosFromReceiptSolana.d.ts +1 -0
- package/functions/utils/getUtxosFromReceiptSolana.mjs +36 -21
- package/functions/utils/getWalletGroupKey.utils.cjs +1 -1
- package/functions/utils/getWalletGroupKey.utils.mjs +4 -1
- package/functions/utils/index.cjs +1 -1
- package/functions/utils/index.d.ts +14 -1
- package/functions/utils/index.mjs +21 -9
- package/functions/utils/lifi.utils.cjs +1 -0
- package/functions/utils/lifi.utils.d.ts +3 -0
- package/functions/utils/lifi.utils.mjs +30 -0
- package/functions/utils/mnemonics.cjs +1 -0
- package/functions/utils/mnemonics.d.ts +1 -0
- package/functions/utils/mnemonics.mjs +8 -0
- package/functions/utils/pay-routing.utils.cjs +1 -0
- package/functions/utils/pay-routing.utils.d.ts +4 -0
- package/functions/utils/pay-routing.utils.mjs +17 -0
- package/functions/utils/prepareHinkal.cjs +1 -1
- package/functions/utils/prepareHinkal.mjs +29 -29
- package/functions/utils/publicBalance.utils.cjs +1 -1
- package/functions/utils/publicBalance.utils.mjs +5 -5
- package/functions/utils/serialize-utxos.utils.cjs +1 -1
- package/functions/utils/serialize-utxos.utils.mjs +6 -2
- package/functions/utils/solana-memo.cjs +1 -0
- package/functions/utils/solana-memo.d.ts +3 -0
- package/functions/utils/solana-memo.mjs +15 -0
- package/functions/utils/solanaSendPreflight.utils.cjs +1 -0
- package/functions/utils/solanaSendPreflight.utils.d.ts +6 -0
- package/functions/utils/solanaSendPreflight.utils.mjs +21 -0
- package/functions/utils/string.utils.cjs +1 -1
- package/functions/utils/string.utils.mjs +1 -1
- package/functions/utils/time.utils.cjs +1 -1
- package/functions/utils/time.utils.d.ts +6 -0
- package/functions/utils/time.utils.mjs +23 -16
- package/functions/utils/token-check.utils.cjs +1 -1
- package/functions/utils/token-check.utils.d.ts +1 -0
- package/functions/utils/token-check.utils.mjs +9 -8
- package/functions/utils/transfer-claimable.utils.cjs +1 -0
- package/functions/utils/transfer-claimable.utils.d.ts +9 -0
- package/functions/utils/transfer-claimable.utils.mjs +93 -0
- package/functions/utils/tron.utils.cjs +1 -1
- package/functions/utils/tron.utils.d.ts +11 -1
- package/functions/utils/tron.utils.mjs +85 -40
- package/functions/utils/tx-confirmation.utils.cjs +1 -1
- package/functions/utils/tx-confirmation.utils.mjs +5 -5
- package/functions/utils/userAgent.cjs +1 -1
- package/functions/utils/userAgent.d.ts +1 -0
- package/functions/utils/userAgent.mjs +4 -1
- package/functions/web3/connectors.utils.cjs +1 -1
- package/functions/web3/connectors.utils.d.ts +1 -0
- package/functions/web3/connectors.utils.mjs +5 -2
- package/functions/web3/events/balanceChangedHandler.cjs +1 -1
- package/functions/web3/events/balanceChangedHandler.d.ts +2 -1
- package/functions/web3/events/balanceChangedHandler.mjs +3 -3
- package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -1
- package/functions/web3/events/getInputUtxoAndBalance.d.ts +1 -1
- package/functions/web3/events/getInputUtxoAndBalance.mjs +21 -20
- package/functions/web3/events/getInputUtxosEnclave.cjs +1 -1
- package/functions/web3/events/getInputUtxosEnclave.d.ts +2 -1
- package/functions/web3/events/getInputUtxosEnclave.mjs +25 -18
- package/functions/web3/events/getShieldedBalance.cjs +1 -1
- package/functions/web3/events/getShieldedBalance.mjs +15 -17
- package/functions/web3/events/getTransactionLogEvents.cjs +1 -1
- package/functions/web3/events/getTransactionLogEvents.mjs +1 -1
- package/functions/web3/events/index.cjs +1 -1
- package/functions/web3/events/index.d.ts +0 -2
- package/functions/web3/events/index.mjs +0 -2
- package/functions/web3/functionCalls/constructBatchCall.cjs +1 -1
- package/functions/web3/functionCalls/constructBatchCall.d.ts +1 -0
- package/functions/web3/functionCalls/constructBatchCall.mjs +10 -2
- package/functions/web3/functionCalls/transactCallDirectTron.cjs +1 -1
- package/functions/web3/functionCalls/transactCallDirectTron.d.ts +4 -1
- package/functions/web3/functionCalls/transactCallDirectTron.mjs +89 -55
- package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
- package/functions/web3/functionCalls/transactCallRelayer.d.ts +5 -4
- package/functions/web3/functionCalls/transactCallRelayer.mjs +17 -13
- package/functions/web3/getContractMetadata.cjs +1 -1
- package/functions/web3/getContractMetadata.mjs +1 -1
- package/functions/web3/getTokenHolder.cjs +1 -1
- package/functions/web3/getTokenHolder.mjs +1 -1
- package/functions/web3/index.cjs +1 -1
- package/functions/web3/index.d.ts +0 -1
- package/functions/web3/index.mjs +0 -3
- package/functions/web3/lifiAPI.cjs +1 -1
- package/functions/web3/lifiAPI.mjs +28 -19
- package/functions/web3/oneInchAPI.cjs +1 -1
- package/functions/web3/oneInchAPI.mjs +1 -1
- package/index.cjs +1 -1
- package/index.mjs +331 -309
- package/package.json +5 -2
- package/providers/EthersProviderAdapter.cjs +1 -1
- package/providers/EthersProviderAdapter.mjs +1 -1
- package/providers/SolanaProviderAdapter.cjs +1 -1
- package/providers/SolanaProviderAdapter.d.ts +10 -1
- package/providers/SolanaProviderAdapter.mjs +38 -2
- package/providers/TronProviderAdapter.cjs +1 -1
- package/providers/TronProviderAdapter.mjs +2 -2
- package/providers/WagmiProviderAdapter.cjs +1 -1
- package/providers/WagmiProviderAdapter.d.ts +3 -1
- package/providers/WagmiProviderAdapter.mjs +62 -52
- package/providers/prepareSolanaHinkal.cjs +1 -1
- package/providers/prepareSolanaHinkal.mjs +3 -3
- package/types/admin.types.cjs +1 -1
- package/types/admin.types.d.ts +1 -8
- package/types/admin.types.mjs +1 -1
- package/types/cache.types.cjs +1 -1
- package/types/cache.types.d.ts +2 -1
- package/types/cache.types.mjs +1 -1
- package/types/chains.types.cjs +1 -0
- package/types/chains.types.d.ts +11 -0
- package/types/chains.types.mjs +8 -0
- package/types/circom-data.types.d.ts +13 -0
- package/types/commitments.types.d.ts +0 -6
- package/types/contacts.types.d.ts +1 -0
- package/types/dashboard-account.cjs +1 -0
- package/types/dashboard-account.d.ts +101 -0
- package/types/dashboard-account.mjs +8 -0
- package/types/dashboard-payout.types.cjs +1 -0
- package/types/dashboard-payout.types.d.ts +29 -0
- package/types/dashboard-payout.types.mjs +8 -0
- package/types/dashboard-transaction.types.d.ts +22 -0
- package/types/ethereum-network.types.cjs +1 -1
- package/types/ethereum-network.types.d.ts +15 -18
- package/types/ethereum-network.types.mjs +1 -1
- package/types/events.types.cjs +1 -1
- package/types/events.types.d.ts +2 -3
- package/types/events.types.mjs +1 -1
- package/types/external-action.types.cjs +1 -1
- package/types/external-action.types.d.ts +2 -1
- package/types/external-action.types.mjs +1 -1
- package/types/hinkal.types.cjs +1 -1
- package/types/hinkal.types.d.ts +6 -17
- package/types/hinkal.types.mjs +16 -18
- package/types/index.cjs +1 -1
- package/types/index.d.ts +6 -0
- package/types/index.mjs +3 -0
- package/types/pay-activities.types.d.ts +3 -0
- package/types/pay-routing.types.d.ts +9 -0
- package/types/scheduled-transactions.types.d.ts +7 -0
- package/types/solana.types.d.ts +5 -6
- package/types/token-prices.types.d.ts +4 -0
- package/types/transaction.types.d.ts +1 -3
- package/webworker/WorkerWrapper.cjs +1 -0
- package/webworker/WorkerWrapper.d.ts +9 -0
- package/webworker/WorkerWrapper.mjs +22 -0
- package/webworker/logError-fCJ4HXQz.js +22 -0
- package/webworker/package.json +112 -0
- package/webworker/performTaskWithWorker.cjs +1 -1
- package/webworker/performTaskWithWorker.mjs +4 -4
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.mjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.d.ts +0 -3
- package/webworker/snarkjsWorker/snarkjsWorkerNode.d.ts +0 -0
- package/webworker/snarkjsWorkerNode.cjs +3 -0
- package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.cjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.mjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLogic.d.ts +0 -3
- package/webworker/utxoWorker/utxoWorkerNode.d.ts +0 -0
- package/webworker/utxoWorkerNode.cjs +1 -0
- package/webworker/viteWorkerURL.constant.cjs +4 -4
- package/webworker/viteWorkerURL.constant.mjs +4 -4
- package/webworker/worker.registry.cjs +1 -1
- package/webworker/worker.registry.mjs +6 -3
- package/webworker/workerFactory.cjs +1 -1
- package/webworker/workerFactory.d.ts +4 -1
- package/webworker/workerFactory.mjs +31 -17
- package/webworker/workerProxy-BNBqYien.js +130 -0
- package/webworker/workerProxy.d.ts +1 -1
- package/webworker/workerThreadsPatch.d.ts +1 -0
- package/webworker/zkProofWorker/zkProofWorker.types.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorker.types.d.ts +3 -13
- package/webworker/zkProofWorker/zkProofWorker.types.mjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.mjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLogic.d.ts +1 -5
- package/webworker/zkProofWorker/zkProofWorkerNode.d.ts +0 -0
- package/webworker/zkProofWorkerNode.cjs +1 -0
- package/API/solana-calls.cjs +0 -1
- package/API/solana-calls.d.ts +0 -38
- package/API/solana-calls.mjs +0 -8
- package/constants/non-circular-tokens.constants.cjs +0 -1
- package/constants/non-circular-tokens.constants.d.ts +0 -1
- package/constants/non-circular-tokens.constants.mjs +0 -4
- package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.cjs +0 -1
- package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.d.ts +0 -3
- package/data-structures/Hinkal/hinkalCheckSolanaTokenRegistry.mjs +0 -15
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.cjs +0 -1
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.d.ts +0 -4
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.mjs +0 -18
- package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.cjs +0 -1
- package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.d.ts +0 -35
- package/data-structures/event-service/evm/AbstractAccessTokenSnapshotService.mjs +0 -75
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.cjs +0 -1
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.d.ts +0 -30
- package/data-structures/event-service/evm/AbstractApprovalsSnapshotService.mjs +0 -81
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.cjs +0 -1
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.d.ts +0 -35
- package/data-structures/event-service/solana/AbstractSolanaAccessTokenSnapshotService.mjs +0 -76
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +0 -1
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.d.ts +0 -2
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +0 -13
- package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.cjs +0 -1
- package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.d.ts +0 -8
- package/data-structures/snapshot/evm-snapshots/ClientAccessTokenSnapshotService.mjs +0 -29
- package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.cjs +0 -1
- package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.d.ts +0 -8
- package/data-structures/snapshot/evm-snapshots/ClientApprovalsSnapshotService.mjs +0 -30
- package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.cjs +0 -1
- package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.d.ts +0 -8
- package/data-structures/snapshot/solana-snapshots/ClientSolanaAccessTokenSnapshotService.mjs +0 -26
- package/externalABIs/transactionsProver.json.cjs +0 -1
- package/externalABIs/transactionsProver.json.mjs +0 -43
- package/functions/pre-transaction/getKycAndSignatureData.cjs +0 -1
- package/functions/pre-transaction/getKycAndSignatureData.d.ts +0 -5
- package/functions/pre-transaction/getKycAndSignatureData.mjs +0 -12
- package/functions/pre-transaction/getSignatureDataForTransact.cjs +0 -1
- package/functions/pre-transaction/getSignatureDataForTransact.d.ts +0 -3
- package/functions/pre-transaction/getSignatureDataForTransact.mjs +0 -6
- package/functions/pre-transaction/initTokenLimitIfNeeded.cjs +0 -1
- package/functions/pre-transaction/initTokenLimitIfNeeded.d.ts +0 -3
- package/functions/pre-transaction/initTokenLimitIfNeeded.mjs +0 -17
- package/functions/pre-transaction/outputApprovalDataProcessing.cjs +0 -1
- package/functions/pre-transaction/outputApprovalDataProcessing.d.ts +0 -10
- package/functions/pre-transaction/outputApprovalDataProcessing.mjs +0 -22
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.cjs +0 -1
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.d.ts +0 -6
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.mjs +0 -11
- package/functions/snarkjs/constructEmporiumProof.cjs +0 -1
- package/functions/snarkjs/constructEmporiumProof.d.ts +0 -13
- package/functions/snarkjs/constructEmporiumProof.mjs +0 -74
- package/functions/utils/processUseApprovalUtxoData.cjs +0 -1
- package/functions/utils/processUseApprovalUtxoData.d.ts +0 -3
- package/functions/utils/processUseApprovalUtxoData.mjs +0 -13
- package/functions/web3/events/balanceChangedCustomHandler.cjs +0 -1
- package/functions/web3/events/balanceChangedCustomHandler.d.ts +0 -2
- package/functions/web3/events/balanceChangedCustomHandler.mjs +0 -9
- package/functions/web3/events/getApprovedBalance.cjs +0 -1
- package/functions/web3/events/getApprovedBalance.d.ts +0 -6
- package/functions/web3/events/getApprovedBalance.mjs +0 -37
- package/functions/web3/functionCalls/accessTokenCalls.cjs +0 -1
- package/functions/web3/functionCalls/accessTokenCalls.d.ts +0 -2
- package/functions/web3/functionCalls/accessTokenCalls.mjs +0 -19
- package/functions/web3/tron-wagmi-adapter.cjs +0 -1
- package/functions/web3/tron-wagmi-adapter.d.ts +0 -8
- package/functions/web3/tron-wagmi-adapter.mjs +0 -27
- package/providers/CustomEthersProvider.cjs +0 -1
- package/providers/CustomEthersProvider.d.ts +0 -10
- package/providers/CustomEthersProvider.mjs +0 -28
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.cjs +0 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.mjs +0 -30
- package/webworker/utxoWorker/utxoWorkerLogic.cjs +0 -1
- package/webworker/utxoWorker/utxoWorkerLogic.mjs +0 -69
- package/webworker/workerProxy.cjs +0 -1
- package/webworker/workerProxy.mjs +0 -33
- package/webworker/zkProofWorker/zkProofWorkerLogic.cjs +0 -1
- package/webworker/zkProofWorker/zkProofWorkerLogic.mjs +0 -45
|
@@ -6,7 +6,7 @@ var e = { networkRegistry: [
|
|
|
6
6
|
name: "ETH",
|
|
7
7
|
symbol: "ETH",
|
|
8
8
|
decimals: 18,
|
|
9
|
-
logoURI: "https://
|
|
9
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/ETH.avif",
|
|
10
10
|
hasHToken: !0
|
|
11
11
|
},
|
|
12
12
|
{
|
|
@@ -15,7 +15,7 @@ var e = { networkRegistry: [
|
|
|
15
15
|
name: "USD Coin",
|
|
16
16
|
symbol: "USDC",
|
|
17
17
|
decimals: 6,
|
|
18
|
-
logoURI: "https://
|
|
18
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/USDc.avif",
|
|
19
19
|
approvalType: 1,
|
|
20
20
|
hasHToken: !0
|
|
21
21
|
},
|
|
@@ -25,7 +25,7 @@ var e = { networkRegistry: [
|
|
|
25
25
|
name: "USDT",
|
|
26
26
|
symbol: "USDT",
|
|
27
27
|
decimals: 6,
|
|
28
|
-
logoURI: "https://
|
|
28
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/USDT.avif"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
chainId: 1,
|
|
@@ -33,7 +33,7 @@ var e = { networkRegistry: [
|
|
|
33
33
|
name: "WETH",
|
|
34
34
|
symbol: "WETH",
|
|
35
35
|
decimals: 18,
|
|
36
|
-
logoURI: "https://
|
|
36
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/WETH.avif"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
chainId: 1,
|
|
@@ -41,7 +41,7 @@ var e = { networkRegistry: [
|
|
|
41
41
|
name: "Wrapped Bitcoin",
|
|
42
42
|
symbol: "WBTC",
|
|
43
43
|
decimals: 8,
|
|
44
|
-
logoURI: "https://
|
|
44
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/WBTC.avif"
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -49,7 +49,7 @@ var e = { networkRegistry: [
|
|
|
49
49
|
name: "Dai",
|
|
50
50
|
symbol: "DAI",
|
|
51
51
|
decimals: 18,
|
|
52
|
-
logoURI: "https://
|
|
52
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/DAI.avif",
|
|
53
53
|
approvalType: 2
|
|
54
54
|
},
|
|
55
55
|
{
|
|
@@ -74,7 +74,7 @@ var e = { networkRegistry: [
|
|
|
74
74
|
name: "DAI/USDC/USDT",
|
|
75
75
|
symbol: "3crv",
|
|
76
76
|
decimals: 18,
|
|
77
|
-
logoURI: "https://
|
|
77
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
80
|
chainId: 1,
|
|
@@ -82,7 +82,7 @@ var e = { networkRegistry: [
|
|
|
82
82
|
name: "USD-BTC-ETH",
|
|
83
83
|
symbol: "crv3crypto",
|
|
84
84
|
decimals: 18,
|
|
85
|
-
logoURI: "https://
|
|
85
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
chainId: 1,
|
|
@@ -90,7 +90,7 @@ var e = { networkRegistry: [
|
|
|
90
90
|
name: "Frax",
|
|
91
91
|
symbol: "FRAX",
|
|
92
92
|
decimals: 18,
|
|
93
|
-
logoURI: "https://
|
|
93
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/FRAX.avif"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
chainId: 1,
|
|
@@ -98,7 +98,7 @@ var e = { networkRegistry: [
|
|
|
98
98
|
name: "FRAX/USDP",
|
|
99
99
|
symbol: "crvfraxUSDP",
|
|
100
100
|
decimals: 18,
|
|
101
|
-
logoURI: "https://
|
|
101
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
chainId: 1,
|
|
@@ -106,7 +106,7 @@ var e = { networkRegistry: [
|
|
|
106
106
|
name: "FRAX/USDC",
|
|
107
107
|
symbol: "crvFRAX",
|
|
108
108
|
decimals: 18,
|
|
109
|
-
logoURI: "https://
|
|
109
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
112
|
chainId: 1,
|
|
@@ -122,7 +122,7 @@ var e = { networkRegistry: [
|
|
|
122
122
|
name: "ETH/frxETH",
|
|
123
123
|
symbol: "frxETHCRV",
|
|
124
124
|
decimals: 18,
|
|
125
|
-
logoURI: "https://
|
|
125
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
chainId: 1,
|
|
@@ -130,7 +130,7 @@ var e = { networkRegistry: [
|
|
|
130
130
|
name: "Frax/3CRV",
|
|
131
131
|
symbol: "FRAX3CRV-f",
|
|
132
132
|
decimals: 18,
|
|
133
|
-
logoURI: "https://
|
|
133
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
chainId: 1,
|
|
@@ -138,7 +138,7 @@ var e = { networkRegistry: [
|
|
|
138
138
|
name: "Curve DAO Token",
|
|
139
139
|
symbol: "CRV",
|
|
140
140
|
decimals: 18,
|
|
141
|
-
logoURI: "https://
|
|
141
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
142
142
|
},
|
|
143
143
|
{
|
|
144
144
|
chainId: 1,
|
|
@@ -146,7 +146,7 @@ var e = { networkRegistry: [
|
|
|
146
146
|
name: "Magic Internet Money",
|
|
147
147
|
symbol: "MIM",
|
|
148
148
|
decimals: 18,
|
|
149
|
-
logoURI: "https://
|
|
149
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/MIM.avif"
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
chainId: 1,
|
|
@@ -154,7 +154,7 @@ var e = { networkRegistry: [
|
|
|
154
154
|
name: "Magic Internet Money/3CRV",
|
|
155
155
|
symbol: "MIM-3LP3CRV-f",
|
|
156
156
|
decimals: 18,
|
|
157
|
-
logoURI: "https://
|
|
157
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
chainId: 1,
|
|
@@ -170,7 +170,7 @@ var e = { networkRegistry: [
|
|
|
170
170
|
name: "DAI/USDC/USDT/sUSD",
|
|
171
171
|
symbol: "crvPlain3andSUSD",
|
|
172
172
|
decimals: 18,
|
|
173
|
-
logoURI: "https://
|
|
173
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
chainId: 1,
|
|
@@ -178,7 +178,7 @@ var e = { networkRegistry: [
|
|
|
178
178
|
name: "eUSD/USDC",
|
|
179
179
|
symbol: "eUSDUSDC-f",
|
|
180
180
|
decimals: 18,
|
|
181
|
-
logoURI: "https://
|
|
181
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
chainId: 1,
|
|
@@ -194,7 +194,7 @@ var e = { networkRegistry: [
|
|
|
194
194
|
name: "ETH/sETH",
|
|
195
195
|
symbol: "eCRV",
|
|
196
196
|
decimals: 18,
|
|
197
|
-
logoURI: "https://
|
|
197
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
chainId: 1,
|
|
@@ -210,7 +210,7 @@ var e = { networkRegistry: [
|
|
|
210
210
|
name: "yCRV/CRV",
|
|
211
211
|
symbol: "yCRV-f",
|
|
212
212
|
decimals: 18,
|
|
213
|
-
logoURI: "https://
|
|
213
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
216
|
chainId: 1,
|
|
@@ -226,7 +226,7 @@ var e = { networkRegistry: [
|
|
|
226
226
|
name: "wBTC/sBTC",
|
|
227
227
|
symbol: "crvWSBTC",
|
|
228
228
|
decimals: 18,
|
|
229
|
-
logoURI: "https://
|
|
229
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
232
|
chainId: 1,
|
|
@@ -266,7 +266,7 @@ var e = { networkRegistry: [
|
|
|
266
266
|
name: "CVX-ETH",
|
|
267
267
|
symbol: "crvCVXETH",
|
|
268
268
|
decimals: 18,
|
|
269
|
-
logoURI: "https://
|
|
269
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
272
|
chainId: 1,
|
|
@@ -274,7 +274,7 @@ var e = { networkRegistry: [
|
|
|
274
274
|
name: "ETH/stETH",
|
|
275
275
|
symbol: "steCRV",
|
|
276
276
|
decimals: 18,
|
|
277
|
-
logoURI: "https://
|
|
277
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
280
|
chainId: 1,
|
|
@@ -282,7 +282,7 @@ var e = { networkRegistry: [
|
|
|
282
282
|
name: "stETH/frxETH",
|
|
283
283
|
symbol: "st-frxETH-f",
|
|
284
284
|
decimals: 18,
|
|
285
|
-
logoURI: "https://
|
|
285
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
chainId: 1,
|
|
@@ -298,7 +298,7 @@ var e = { networkRegistry: [
|
|
|
298
298
|
name: "Rocketpool rETH/ETH",
|
|
299
299
|
symbol: "rETH-f",
|
|
300
300
|
decimals: 18,
|
|
301
|
-
logoURI: "https://
|
|
301
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
304
|
chainId: 1,
|
|
@@ -306,7 +306,7 @@ var e = { networkRegistry: [
|
|
|
306
306
|
name: "Convex CRV",
|
|
307
307
|
symbol: "cvxCRV",
|
|
308
308
|
decimals: 18,
|
|
309
|
-
logoURI: "https://
|
|
309
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
310
310
|
},
|
|
311
311
|
{
|
|
312
312
|
chainId: 1,
|
|
@@ -314,7 +314,7 @@ var e = { networkRegistry: [
|
|
|
314
314
|
name: "cvxCrv/Crv",
|
|
315
315
|
symbol: "cvxcrv-crv-f",
|
|
316
316
|
decimals: 18,
|
|
317
|
-
logoURI: "https://
|
|
317
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
318
318
|
},
|
|
319
319
|
{
|
|
320
320
|
chainId: 1,
|
|
@@ -330,7 +330,7 @@ var e = { networkRegistry: [
|
|
|
330
330
|
name: "TrueUSD/3CRV",
|
|
331
331
|
symbol: "TUSD3CRV-f",
|
|
332
332
|
decimals: 18,
|
|
333
|
-
logoURI: "https://
|
|
333
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
chainId: 1,
|
|
@@ -346,7 +346,7 @@ var e = { networkRegistry: [
|
|
|
346
346
|
name: "Zunami UZD/FRAXBP",
|
|
347
347
|
symbol: "UZDFRAXBP3CRV-f",
|
|
348
348
|
decimals: 18,
|
|
349
|
-
logoURI: "https://
|
|
349
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
350
350
|
},
|
|
351
351
|
{
|
|
352
352
|
chainId: 1,
|
|
@@ -362,7 +362,7 @@ var e = { networkRegistry: [
|
|
|
362
362
|
name: "STG/USDC",
|
|
363
363
|
symbol: "STGUSDC-f",
|
|
364
364
|
decimals: 18,
|
|
365
|
-
logoURI: "https://
|
|
365
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
chainId: 1,
|
|
@@ -370,7 +370,7 @@ var e = { networkRegistry: [
|
|
|
370
370
|
name: "cvxCRV/CRV",
|
|
371
371
|
symbol: "cvxcrv-f",
|
|
372
372
|
decimals: 18,
|
|
373
|
-
logoURI: "https://
|
|
373
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
376
|
chainId: 1,
|
|
@@ -402,7 +402,7 @@ var e = { networkRegistry: [
|
|
|
402
402
|
name: "alUSDFRAXBP",
|
|
403
403
|
symbol: "alUSDFRAXB3CRV-f",
|
|
404
404
|
decimals: 18,
|
|
405
|
-
logoURI: "https://
|
|
405
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
408
|
chainId: 1,
|
|
@@ -410,7 +410,7 @@ var e = { networkRegistry: [
|
|
|
410
410
|
name: "stETH concentrated",
|
|
411
411
|
symbol: "STETHETH_C-f",
|
|
412
412
|
decimals: 18,
|
|
413
|
-
logoURI: "https://
|
|
413
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
chainId: 1,
|
|
@@ -426,7 +426,7 @@ var e = { networkRegistry: [
|
|
|
426
426
|
name: "Origin Dollar/3CRV",
|
|
427
427
|
symbol: "OUSD3CRV-f",
|
|
428
428
|
decimals: 18,
|
|
429
|
-
logoURI: "https://
|
|
429
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
430
430
|
},
|
|
431
431
|
{
|
|
432
432
|
chainId: 1,
|
|
@@ -442,7 +442,7 @@ var e = { networkRegistry: [
|
|
|
442
442
|
name: "KP3R/ETH",
|
|
443
443
|
symbol: "KP3RETH-f",
|
|
444
444
|
decimals: 18,
|
|
445
|
-
logoURI: "https://
|
|
445
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
446
446
|
},
|
|
447
447
|
{
|
|
448
448
|
chainId: 1,
|
|
@@ -458,7 +458,7 @@ var e = { networkRegistry: [
|
|
|
458
458
|
name: "Lido DAO Token",
|
|
459
459
|
symbol: "LDO",
|
|
460
460
|
decimals: 18,
|
|
461
|
-
logoURI: "https://
|
|
461
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/LDO.avif"
|
|
462
462
|
},
|
|
463
463
|
{
|
|
464
464
|
chainId: 1,
|
|
@@ -466,7 +466,7 @@ var e = { networkRegistry: [
|
|
|
466
466
|
name: "LDO/ETH",
|
|
467
467
|
symbol: "LDOETH-f",
|
|
468
468
|
decimals: 18,
|
|
469
|
-
logoURI: "https://
|
|
469
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
472
|
chainId: 1,
|
|
@@ -482,7 +482,7 @@ var e = { networkRegistry: [
|
|
|
482
482
|
name: "YFI/ETH",
|
|
483
483
|
symbol: "YFIETH-f",
|
|
484
484
|
decimals: 18,
|
|
485
|
-
logoURI: "https://
|
|
485
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
486
486
|
},
|
|
487
487
|
{
|
|
488
488
|
chainId: 1,
|
|
@@ -498,7 +498,7 @@ var e = { networkRegistry: [
|
|
|
498
498
|
name: "cbETH/ETH",
|
|
499
499
|
symbol: "cbETH/ETH-f",
|
|
500
500
|
decimals: 18,
|
|
501
|
-
logoURI: "https://
|
|
501
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
502
502
|
},
|
|
503
503
|
{
|
|
504
504
|
chainId: 1,
|
|
@@ -514,7 +514,7 @@ var e = { networkRegistry: [
|
|
|
514
514
|
name: "XAI/FRAXBP",
|
|
515
515
|
symbol: "XAIFRAXBP3CRV-f",
|
|
516
516
|
decimals: 18,
|
|
517
|
-
logoURI: "https://
|
|
517
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
518
518
|
},
|
|
519
519
|
{
|
|
520
520
|
chainId: 1,
|
|
@@ -530,7 +530,7 @@ var e = { networkRegistry: [
|
|
|
530
530
|
name: "Bean/3CRV",
|
|
531
531
|
symbol: "BEAN3CRV-f",
|
|
532
532
|
decimals: 18,
|
|
533
|
-
logoURI: "https://
|
|
533
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
534
534
|
},
|
|
535
535
|
{
|
|
536
536
|
chainId: 1,
|
|
@@ -546,7 +546,7 @@ var e = { networkRegistry: [
|
|
|
546
546
|
name: "Alchemix USD 3CRV",
|
|
547
547
|
symbol: "alUSD3CRV-f",
|
|
548
548
|
decimals: 18,
|
|
549
|
-
logoURI: "https://
|
|
549
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
550
550
|
},
|
|
551
551
|
{
|
|
552
552
|
chainId: 1,
|
|
@@ -554,7 +554,7 @@ var e = { networkRegistry: [
|
|
|
554
554
|
name: "stETH-ng",
|
|
555
555
|
symbol: "stETH-ng-f",
|
|
556
556
|
decimals: 18,
|
|
557
|
-
logoURI: "https://
|
|
557
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
558
558
|
},
|
|
559
559
|
{
|
|
560
560
|
chainId: 1,
|
|
@@ -570,7 +570,7 @@ var e = { networkRegistry: [
|
|
|
570
570
|
name: "crvEURSUSDC",
|
|
571
571
|
symbol: "crvEURSUSDC",
|
|
572
572
|
decimals: 18,
|
|
573
|
-
logoURI: "https://
|
|
573
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
574
574
|
},
|
|
575
575
|
{
|
|
576
576
|
chainId: 1,
|
|
@@ -586,7 +586,7 @@ var e = { networkRegistry: [
|
|
|
586
586
|
name: "OETHCRV",
|
|
587
587
|
symbol: "OETHCRV-f",
|
|
588
588
|
decimals: 18,
|
|
589
|
-
logoURI: "https://
|
|
589
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
590
590
|
},
|
|
591
591
|
{
|
|
592
592
|
chainId: 1,
|
|
@@ -594,7 +594,7 @@ var e = { networkRegistry: [
|
|
|
594
594
|
name: "tBTC/wBTC/sBTC",
|
|
595
595
|
symbol: "TBTCSBTC23CRV-f",
|
|
596
596
|
decimals: 18,
|
|
597
|
-
logoURI: "https://
|
|
597
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
598
598
|
},
|
|
599
599
|
{
|
|
600
600
|
chainId: 1,
|
|
@@ -634,7 +634,7 @@ var e = { networkRegistry: [
|
|
|
634
634
|
name: "cDAI/cUSDC",
|
|
635
635
|
symbol: "cDAI+cUSDC",
|
|
636
636
|
decimals: 18,
|
|
637
|
-
logoURI: "https://
|
|
637
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
638
638
|
},
|
|
639
639
|
{
|
|
640
640
|
chainId: 1,
|
|
@@ -650,7 +650,7 @@ var e = { networkRegistry: [
|
|
|
650
650
|
name: "hBTC/wBTC",
|
|
651
651
|
symbol: "hCRV",
|
|
652
652
|
decimals: 18,
|
|
653
|
-
logoURI: "https://
|
|
653
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
654
654
|
},
|
|
655
655
|
{
|
|
656
656
|
chainId: 1,
|
|
@@ -682,7 +682,7 @@ var e = { networkRegistry: [
|
|
|
682
682
|
name: "cyDAI/cyUSDC/cyUSDT",
|
|
683
683
|
symbol: "ib3CRV",
|
|
684
684
|
decimals: 18,
|
|
685
|
-
logoURI: "https://
|
|
685
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
686
686
|
},
|
|
687
687
|
{
|
|
688
688
|
chainId: 1,
|
|
@@ -690,7 +690,7 @@ var e = { networkRegistry: [
|
|
|
690
690
|
name: "renBTC/wBTC/sBTC",
|
|
691
691
|
symbol: "crvRenWSBTC",
|
|
692
692
|
decimals: 18,
|
|
693
|
-
logoURI: "https://
|
|
693
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
694
694
|
},
|
|
695
695
|
{
|
|
696
696
|
chainId: 1,
|
|
@@ -706,7 +706,7 @@ var e = { networkRegistry: [
|
|
|
706
706
|
name: "renBTC/wBTC",
|
|
707
707
|
symbol: "crvRenWBTC",
|
|
708
708
|
decimals: 18,
|
|
709
|
-
logoURI: "https://
|
|
709
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
710
710
|
},
|
|
711
711
|
{
|
|
712
712
|
chainId: 1,
|
|
@@ -722,7 +722,7 @@ var e = { networkRegistry: [
|
|
|
722
722
|
name: "Curve.Fi USD Stablecoin",
|
|
723
723
|
symbol: "crvUSD",
|
|
724
724
|
decimals: 18,
|
|
725
|
-
logoURI: "https://
|
|
725
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
726
726
|
},
|
|
727
727
|
{
|
|
728
728
|
chainId: 1,
|
|
@@ -730,7 +730,7 @@ var e = { networkRegistry: [
|
|
|
730
730
|
name: "CRV/Frax",
|
|
731
731
|
symbol: "FraxlendV1-CRV-FRAX",
|
|
732
732
|
decimals: 18,
|
|
733
|
-
logoURI: "https://
|
|
733
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
734
734
|
},
|
|
735
735
|
{
|
|
736
736
|
chainId: 1,
|
|
@@ -738,7 +738,7 @@ var e = { networkRegistry: [
|
|
|
738
738
|
name: "STBT/3CRV",
|
|
739
739
|
symbol: "STBT3CRV-f",
|
|
740
740
|
decimals: 18,
|
|
741
|
-
logoURI: "https://
|
|
741
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
742
742
|
},
|
|
743
743
|
{
|
|
744
744
|
chainId: 1,
|
|
@@ -754,7 +754,7 @@ var e = { networkRegistry: [
|
|
|
754
754
|
name: "FPI2Pool",
|
|
755
755
|
symbol: "FPIFRAX-f",
|
|
756
756
|
decimals: 18,
|
|
757
|
-
logoURI: "https://
|
|
757
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
758
758
|
},
|
|
759
759
|
{
|
|
760
760
|
chainId: 1,
|
|
@@ -762,7 +762,7 @@ var e = { networkRegistry: [
|
|
|
762
762
|
name: "GUSD/3Crv",
|
|
763
763
|
symbol: "gusd3CRV",
|
|
764
764
|
decimals: 18,
|
|
765
|
-
logoURI: "https://
|
|
765
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
766
766
|
},
|
|
767
767
|
{
|
|
768
768
|
chainId: 1,
|
|
@@ -770,7 +770,7 @@ var e = { networkRegistry: [
|
|
|
770
770
|
name: "Liquity USD/3CRV",
|
|
771
771
|
symbol: "LUSD3CRV",
|
|
772
772
|
decimals: 18,
|
|
773
|
-
logoURI: "https://
|
|
773
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
774
774
|
},
|
|
775
775
|
{
|
|
776
776
|
chainId: 1,
|
|
@@ -778,7 +778,7 @@ var e = { networkRegistry: [
|
|
|
778
778
|
name: "cvxFxs/Fxs",
|
|
779
779
|
symbol: "cvxFxs-Fxs",
|
|
780
780
|
decimals: 18,
|
|
781
|
-
logoURI: "https://
|
|
781
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
782
782
|
},
|
|
783
783
|
{
|
|
784
784
|
chainId: 1,
|
|
@@ -786,7 +786,7 @@ var e = { networkRegistry: [
|
|
|
786
786
|
name: "DOLA/FRAXBP",
|
|
787
787
|
symbol: "DOLAFRAXBP3CRV",
|
|
788
788
|
decimals: 18,
|
|
789
|
-
logoURI: "https://
|
|
789
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
790
790
|
},
|
|
791
791
|
{
|
|
792
792
|
chainId: 1,
|
|
@@ -794,7 +794,7 @@ var e = { networkRegistry: [
|
|
|
794
794
|
name: "crvUSD-sDAI",
|
|
795
795
|
symbol: "crvUSD-sDAI",
|
|
796
796
|
decimals: 18,
|
|
797
|
-
logoURI: "https://
|
|
797
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
798
798
|
},
|
|
799
799
|
{
|
|
800
800
|
chainId: 1,
|
|
@@ -802,7 +802,7 @@ var e = { networkRegistry: [
|
|
|
802
802
|
name: "mooAurawstETH/sfrxETH/rETHV3",
|
|
803
803
|
symbol: "mooAurawstETH/sfrxETH/rETHV3",
|
|
804
804
|
decimals: 18,
|
|
805
|
-
logoURI: "https://
|
|
805
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
806
806
|
},
|
|
807
807
|
{
|
|
808
808
|
chainId: 1,
|
|
@@ -810,7 +810,7 @@ var e = { networkRegistry: [
|
|
|
810
810
|
name: "mooAurarETH-ETH",
|
|
811
811
|
symbol: "mooAurarETH-ETH",
|
|
812
812
|
decimals: 18,
|
|
813
|
-
logoURI: "https://
|
|
813
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
814
814
|
},
|
|
815
815
|
{
|
|
816
816
|
chainId: 1,
|
|
@@ -818,7 +818,7 @@ var e = { networkRegistry: [
|
|
|
818
818
|
name: "mooConvexTriCryptoUSDC",
|
|
819
819
|
symbol: "mooConvexTriCryptoUSDC",
|
|
820
820
|
decimals: 18,
|
|
821
|
-
logoURI: "https://
|
|
821
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
822
822
|
},
|
|
823
823
|
{
|
|
824
824
|
chainId: 1,
|
|
@@ -826,7 +826,7 @@ var e = { networkRegistry: [
|
|
|
826
826
|
name: "mooVerseWBTC-ETH",
|
|
827
827
|
symbol: "mooVerseWBTC-ETH",
|
|
828
828
|
decimals: 18,
|
|
829
|
-
logoURI: "https://
|
|
829
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
830
830
|
},
|
|
831
831
|
{
|
|
832
832
|
chainId: 1,
|
|
@@ -834,7 +834,7 @@ var e = { networkRegistry: [
|
|
|
834
834
|
name: "mooConvexSBTC2",
|
|
835
835
|
symbol: "mooConvexSBTC2",
|
|
836
836
|
decimals: 18,
|
|
837
|
-
logoURI: "https://
|
|
837
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
838
838
|
},
|
|
839
839
|
{
|
|
840
840
|
chainId: 1,
|
|
@@ -842,7 +842,7 @@ var e = { networkRegistry: [
|
|
|
842
842
|
name: "mooConvexCvxFXS",
|
|
843
843
|
symbol: "mooConvexCvxFXS",
|
|
844
844
|
decimals: 18,
|
|
845
|
-
logoURI: "https://
|
|
845
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
846
846
|
},
|
|
847
847
|
{
|
|
848
848
|
chainId: 1,
|
|
@@ -850,7 +850,7 @@ var e = { networkRegistry: [
|
|
|
850
850
|
name: "mooConvexRETH",
|
|
851
851
|
symbol: "mooConvexRETH",
|
|
852
852
|
decimals: 18,
|
|
853
|
-
logoURI: "https://
|
|
853
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
854
854
|
},
|
|
855
855
|
{
|
|
856
856
|
chainId: 1,
|
|
@@ -858,7 +858,7 @@ var e = { networkRegistry: [
|
|
|
858
858
|
name: "mooAuraGHO-LUSD",
|
|
859
859
|
symbol: "mooAuraGHO-LUSD",
|
|
860
860
|
decimals: 18,
|
|
861
|
-
logoURI: "https://
|
|
861
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
862
862
|
},
|
|
863
863
|
{
|
|
864
864
|
chainId: 1,
|
|
@@ -866,7 +866,7 @@ var e = { networkRegistry: [
|
|
|
866
866
|
name: "mooConvexTriCrypto",
|
|
867
867
|
symbol: "mooConvexTriCrypto",
|
|
868
868
|
decimals: 18,
|
|
869
|
-
logoURI: "https://
|
|
869
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
870
870
|
},
|
|
871
871
|
{
|
|
872
872
|
chainId: 1,
|
|
@@ -874,7 +874,7 @@ var e = { networkRegistry: [
|
|
|
874
874
|
name: "mooConvexTBTC",
|
|
875
875
|
symbol: "mooConvexTBTC",
|
|
876
876
|
decimals: 18,
|
|
877
|
-
logoURI: "https://
|
|
877
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
878
878
|
},
|
|
879
879
|
{
|
|
880
880
|
chainId: 1,
|
|
@@ -882,7 +882,7 @@ var e = { networkRegistry: [
|
|
|
882
882
|
name: "mooConvexMIM",
|
|
883
883
|
symbol: "mooConvexMIM",
|
|
884
884
|
decimals: 18,
|
|
885
|
-
logoURI: "https://
|
|
885
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
886
886
|
},
|
|
887
887
|
{
|
|
888
888
|
chainId: 1,
|
|
@@ -890,7 +890,7 @@ var e = { networkRegistry: [
|
|
|
890
890
|
name: "mooConvexUSDD",
|
|
891
891
|
symbol: "mooConvexUSDD",
|
|
892
892
|
decimals: 18,
|
|
893
|
-
logoURI: "https://
|
|
893
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
894
894
|
},
|
|
895
895
|
{
|
|
896
896
|
chainId: 1,
|
|
@@ -898,7 +898,7 @@ var e = { networkRegistry: [
|
|
|
898
898
|
name: "mooConvexMultiBTC",
|
|
899
899
|
symbol: "mooConvexMultiBTC",
|
|
900
900
|
decimals: 18,
|
|
901
|
-
logoURI: "https://
|
|
901
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
902
902
|
},
|
|
903
903
|
{
|
|
904
904
|
chainId: 1,
|
|
@@ -906,7 +906,7 @@ var e = { networkRegistry: [
|
|
|
906
906
|
name: "mooAPE",
|
|
907
907
|
symbol: "mooAPE",
|
|
908
908
|
decimals: 18,
|
|
909
|
-
logoURI: "https://
|
|
909
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
910
910
|
},
|
|
911
911
|
{
|
|
912
912
|
chainId: 1,
|
|
@@ -914,7 +914,7 @@ var e = { networkRegistry: [
|
|
|
914
914
|
name: "mooConvexCvxFPIS",
|
|
915
915
|
symbol: "mooConvexCvxFPIS",
|
|
916
916
|
decimals: 18,
|
|
917
|
-
logoURI: "https://
|
|
917
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
918
918
|
},
|
|
919
919
|
{
|
|
920
920
|
chainId: 1,
|
|
@@ -922,7 +922,7 @@ var e = { networkRegistry: [
|
|
|
922
922
|
name: "mooAuraR-wstETH",
|
|
923
923
|
symbol: "mooAuraR-wstETH",
|
|
924
924
|
decimals: 18,
|
|
925
|
-
logoURI: "https://
|
|
925
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
926
926
|
},
|
|
927
927
|
{
|
|
928
928
|
chainId: 1,
|
|
@@ -930,7 +930,7 @@ var e = { networkRegistry: [
|
|
|
930
930
|
name: "mooConvexCRV",
|
|
931
931
|
symbol: "mooConvexCRV",
|
|
932
932
|
decimals: 18,
|
|
933
|
-
logoURI: "https://
|
|
933
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
934
934
|
},
|
|
935
935
|
{
|
|
936
936
|
chainId: 1,
|
|
@@ -938,7 +938,7 @@ var e = { networkRegistry: [
|
|
|
938
938
|
name: "mooConvexTUSD",
|
|
939
939
|
symbol: "mooConvexTUSD",
|
|
940
940
|
decimals: 18,
|
|
941
|
-
logoURI: "https://
|
|
941
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
942
942
|
},
|
|
943
943
|
{
|
|
944
944
|
chainId: 1,
|
|
@@ -946,7 +946,7 @@ var e = { networkRegistry: [
|
|
|
946
946
|
name: "mooAuraR-DAI",
|
|
947
947
|
symbol: "mooAuraR-DAI",
|
|
948
948
|
decimals: 18,
|
|
949
|
-
logoURI: "https://
|
|
949
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
950
950
|
},
|
|
951
951
|
{
|
|
952
952
|
chainId: 1,
|
|
@@ -954,7 +954,7 @@ var e = { networkRegistry: [
|
|
|
954
954
|
name: "mooConvexDolaFraxBP",
|
|
955
955
|
symbol: "mooConvexDolaFraxBP",
|
|
956
956
|
decimals: 18,
|
|
957
|
-
logoURI: "https://
|
|
957
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
958
958
|
},
|
|
959
959
|
{
|
|
960
960
|
chainId: 1,
|
|
@@ -962,7 +962,7 @@ var e = { networkRegistry: [
|
|
|
962
962
|
name: "mooStargateETH",
|
|
963
963
|
symbol: "mooStargateETH",
|
|
964
964
|
decimals: 18,
|
|
965
|
-
logoURI: "https://
|
|
965
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
966
966
|
},
|
|
967
967
|
{
|
|
968
968
|
chainId: 1,
|
|
@@ -970,7 +970,7 @@ var e = { networkRegistry: [
|
|
|
970
970
|
name: "mooAurawstETH-ETH",
|
|
971
971
|
symbol: "mooAurawstETH-ETH",
|
|
972
972
|
decimals: 18,
|
|
973
|
-
logoURI: "https://
|
|
973
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
974
974
|
},
|
|
975
975
|
{
|
|
976
976
|
chainId: 1,
|
|
@@ -978,7 +978,7 @@ var e = { networkRegistry: [
|
|
|
978
978
|
name: "mooMonolithSOLID-ETH",
|
|
979
979
|
symbol: "mooMonolithSOLID-ETH",
|
|
980
980
|
decimals: 18,
|
|
981
|
-
logoURI: "https://
|
|
981
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
982
982
|
},
|
|
983
983
|
{
|
|
984
984
|
chainId: 1,
|
|
@@ -986,7 +986,7 @@ var e = { networkRegistry: [
|
|
|
986
986
|
name: "mooCurveCrvUSD-sDAI ",
|
|
987
987
|
symbol: "mooCurveCrvUSD-sDAI",
|
|
988
988
|
decimals: 18,
|
|
989
|
-
logoURI: "https://
|
|
989
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
990
990
|
},
|
|
991
991
|
{
|
|
992
992
|
chainId: 1,
|
|
@@ -994,7 +994,7 @@ var e = { networkRegistry: [
|
|
|
994
994
|
name: "mooCurve-veth",
|
|
995
995
|
symbol: "mooCurve-veth",
|
|
996
996
|
decimals: 18,
|
|
997
|
-
logoURI: "https://
|
|
997
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
998
998
|
},
|
|
999
999
|
{
|
|
1000
1000
|
chainId: 1,
|
|
@@ -1002,7 +1002,7 @@ var e = { networkRegistry: [
|
|
|
1002
1002
|
name: "wstETH-rETH-sfrxETH-BPT",
|
|
1003
1003
|
symbol: "wstETH-rETH-sfrxETH-BPT",
|
|
1004
1004
|
decimals: 18,
|
|
1005
|
-
logoURI: "https://
|
|
1005
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BAL.png"
|
|
1006
1006
|
},
|
|
1007
1007
|
{
|
|
1008
1008
|
chainId: 1,
|
|
@@ -1010,7 +1010,7 @@ var e = { networkRegistry: [
|
|
|
1010
1010
|
name: "B-rETH-STABLE",
|
|
1011
1011
|
symbol: "B-rETH-STABLE",
|
|
1012
1012
|
decimals: 18,
|
|
1013
|
-
logoURI: "https://
|
|
1013
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BAL.png"
|
|
1014
1014
|
},
|
|
1015
1015
|
{
|
|
1016
1016
|
chainId: 1,
|
|
@@ -1018,7 +1018,7 @@ var e = { networkRegistry: [
|
|
|
1018
1018
|
name: "GHO/LUSD",
|
|
1019
1019
|
symbol: "GHO/LUSD",
|
|
1020
1020
|
decimals: 18,
|
|
1021
|
-
logoURI: "https://
|
|
1021
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BAL.png"
|
|
1022
1022
|
},
|
|
1023
1023
|
{
|
|
1024
1024
|
chainId: 1,
|
|
@@ -1026,7 +1026,7 @@ var e = { networkRegistry: [
|
|
|
1026
1026
|
name: "B-stETH-STABLE",
|
|
1027
1027
|
symbol: "B-stETH-STABLE",
|
|
1028
1028
|
decimals: 18,
|
|
1029
|
-
logoURI: "https://
|
|
1029
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BAL.png"
|
|
1030
1030
|
},
|
|
1031
1031
|
{
|
|
1032
1032
|
chainId: 1,
|
|
@@ -1034,7 +1034,7 @@ var e = { networkRegistry: [
|
|
|
1034
1034
|
name: "crvUSDCWBTCWETH",
|
|
1035
1035
|
symbol: "crvUSDCWBTCWETH",
|
|
1036
1036
|
decimals: 18,
|
|
1037
|
-
logoURI: "https://
|
|
1037
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1038
1038
|
},
|
|
1039
1039
|
{
|
|
1040
1040
|
chainId: 1,
|
|
@@ -1042,7 +1042,7 @@ var e = { networkRegistry: [
|
|
|
1042
1042
|
name: "USDD3CRV3CRV",
|
|
1043
1043
|
symbol: "USDD3CRV3CRV",
|
|
1044
1044
|
decimals: 18,
|
|
1045
|
-
logoURI: "https://
|
|
1045
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1046
1046
|
},
|
|
1047
1047
|
{
|
|
1048
1048
|
chainId: 1,
|
|
@@ -1050,7 +1050,7 @@ var e = { networkRegistry: [
|
|
|
1050
1050
|
name: "multibtc3CRV",
|
|
1051
1051
|
symbol: "multibtc3CRV",
|
|
1052
1052
|
decimals: 18,
|
|
1053
|
-
logoURI: "https://
|
|
1053
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1054
1054
|
},
|
|
1055
1055
|
{
|
|
1056
1056
|
chainId: 1,
|
|
@@ -1082,7 +1082,7 @@ var e = { networkRegistry: [
|
|
|
1082
1082
|
name: "50R-50wstETH",
|
|
1083
1083
|
symbol: "50R-50wstETH",
|
|
1084
1084
|
decimals: 18,
|
|
1085
|
-
logoURI: "https://
|
|
1085
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BAL.png"
|
|
1086
1086
|
},
|
|
1087
1087
|
{
|
|
1088
1088
|
chainId: 1,
|
|
@@ -1114,7 +1114,7 @@ var e = { networkRegistry: [
|
|
|
1114
1114
|
name: "BIFI",
|
|
1115
1115
|
symbol: "BIFI",
|
|
1116
1116
|
decimals: 18,
|
|
1117
|
-
logoURI: "https://
|
|
1117
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
1118
1118
|
},
|
|
1119
1119
|
{
|
|
1120
1120
|
chainId: 1,
|
|
@@ -1164,7 +1164,7 @@ var e = { networkRegistry: [
|
|
|
1164
1164
|
name: "crvUSD/SUSD",
|
|
1165
1165
|
symbol: "crvUSD/SUSD",
|
|
1166
1166
|
decimals: 18,
|
|
1167
|
-
logoURI: "https://
|
|
1167
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1168
1168
|
},
|
|
1169
1169
|
{
|
|
1170
1170
|
chainId: 1,
|
|
@@ -1172,7 +1172,7 @@ var e = { networkRegistry: [
|
|
|
1172
1172
|
name: "crvUSD-sFRAX",
|
|
1173
1173
|
symbol: "crvUSD-sFRAX",
|
|
1174
1174
|
decimals: 18,
|
|
1175
|
-
logoURI: "https://
|
|
1175
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1176
1176
|
},
|
|
1177
1177
|
{
|
|
1178
1178
|
chainId: 1,
|
|
@@ -1180,7 +1180,7 @@ var e = { networkRegistry: [
|
|
|
1180
1180
|
name: "crvUSD/DOLA",
|
|
1181
1181
|
symbol: "crvUSD/DOLA",
|
|
1182
1182
|
decimals: 18,
|
|
1183
|
-
logoURI: "https://
|
|
1183
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1184
1184
|
},
|
|
1185
1185
|
{
|
|
1186
1186
|
chainId: 1,
|
|
@@ -1188,7 +1188,7 @@ var e = { networkRegistry: [
|
|
|
1188
1188
|
name: "hyUSD/eUSD",
|
|
1189
1189
|
symbol: "hyUSD/eUSD",
|
|
1190
1190
|
decimals: 18,
|
|
1191
|
-
logoURI: "https://
|
|
1191
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1192
1192
|
},
|
|
1193
1193
|
{
|
|
1194
1194
|
chainId: 1,
|
|
@@ -1196,7 +1196,7 @@ var e = { networkRegistry: [
|
|
|
1196
1196
|
name: "eUSD+FRAX/USDC",
|
|
1197
1197
|
symbol: "eUSD+FRAX/USDC",
|
|
1198
1198
|
decimals: 18,
|
|
1199
|
-
logoURI: "https://
|
|
1199
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1200
1200
|
},
|
|
1201
1201
|
{
|
|
1202
1202
|
chainId: 1,
|
|
@@ -1302,7 +1302,7 @@ var e = { networkRegistry: [
|
|
|
1302
1302
|
name: "pxETH/frxETH",
|
|
1303
1303
|
symbol: "pxETH/frxETH",
|
|
1304
1304
|
decimals: 18,
|
|
1305
|
-
logoURI: "https://
|
|
1305
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1306
1306
|
},
|
|
1307
1307
|
{
|
|
1308
1308
|
chainId: 1,
|
|
@@ -1310,7 +1310,7 @@ var e = { networkRegistry: [
|
|
|
1310
1310
|
name: "FRAX/FXB_2_DEC312024",
|
|
1311
1311
|
symbol: "FRAX/FXB_2_DEC312024",
|
|
1312
1312
|
decimals: 18,
|
|
1313
|
-
logoURI: "https://
|
|
1313
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1314
1314
|
},
|
|
1315
1315
|
{
|
|
1316
1316
|
chainId: 1,
|
|
@@ -1318,7 +1318,7 @@ var e = { networkRegistry: [
|
|
|
1318
1318
|
name: "FRAX/FXB_4_DEC312026",
|
|
1319
1319
|
symbol: "FRAX/FXB_4_DEC312026",
|
|
1320
1320
|
decimals: 18,
|
|
1321
|
-
logoURI: "https://
|
|
1321
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1322
1322
|
},
|
|
1323
1323
|
{
|
|
1324
1324
|
chainId: 1,
|
|
@@ -1326,7 +1326,7 @@ var e = { networkRegistry: [
|
|
|
1326
1326
|
name: "FRAX/FXB_1_JUN302024",
|
|
1327
1327
|
symbol: "FRAX/FXB_1_JUN302024",
|
|
1328
1328
|
decimals: 18,
|
|
1329
|
-
logoURI: "https://
|
|
1329
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1330
1330
|
},
|
|
1331
1331
|
{
|
|
1332
1332
|
chainId: 1,
|
|
@@ -1334,7 +1334,7 @@ var e = { networkRegistry: [
|
|
|
1334
1334
|
name: "crvUSD/Fraxlend",
|
|
1335
1335
|
symbol: "crvUSD/Fraxlend",
|
|
1336
1336
|
decimals: 18,
|
|
1337
|
-
logoURI: "https://
|
|
1337
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1338
1338
|
},
|
|
1339
1339
|
{
|
|
1340
1340
|
chainId: 1,
|
|
@@ -1342,7 +1342,7 @@ var e = { networkRegistry: [
|
|
|
1342
1342
|
name: "crvUSD/scrvUSD",
|
|
1343
1343
|
symbol: "crvUSD/scrvUSD",
|
|
1344
1344
|
decimals: 18,
|
|
1345
|
-
logoURI: "https://
|
|
1345
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1346
1346
|
},
|
|
1347
1347
|
{
|
|
1348
1348
|
chainId: 1,
|
|
@@ -1350,7 +1350,7 @@ var e = { networkRegistry: [
|
|
|
1350
1350
|
name: "vETH/WETH",
|
|
1351
1351
|
symbol: "vETH/WETH",
|
|
1352
1352
|
decimals: 18,
|
|
1353
|
-
logoURI: "https://
|
|
1353
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1354
1354
|
},
|
|
1355
1355
|
{
|
|
1356
1356
|
chainId: 1,
|
|
@@ -1358,7 +1358,7 @@ var e = { networkRegistry: [
|
|
|
1358
1358
|
name: "crvUSD/cncCRVUSD",
|
|
1359
1359
|
symbol: "crvUSD/cncCRVUSD",
|
|
1360
1360
|
decimals: 18,
|
|
1361
|
-
logoURI: "https://
|
|
1361
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1362
1362
|
},
|
|
1363
1363
|
{
|
|
1364
1364
|
chainId: 1,
|
|
@@ -1406,7 +1406,7 @@ var e = { networkRegistry: [
|
|
|
1406
1406
|
name: "SY ether.fi weETH 27JUN2024",
|
|
1407
1407
|
symbol: "SY-weETH-27JUN2024",
|
|
1408
1408
|
decimals: 18,
|
|
1409
|
-
logoURI: "https://
|
|
1409
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1410
1410
|
isPendleToken: !0
|
|
1411
1411
|
},
|
|
1412
1412
|
{
|
|
@@ -1415,7 +1415,7 @@ var e = { networkRegistry: [
|
|
|
1415
1415
|
name: "YT ether.fi weETH 27JUN2024",
|
|
1416
1416
|
symbol: "YT-weETH-27JUN2024",
|
|
1417
1417
|
decimals: 18,
|
|
1418
|
-
logoURI: "https://
|
|
1418
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1419
1419
|
isPendleToken: !0
|
|
1420
1420
|
},
|
|
1421
1421
|
{
|
|
@@ -1424,7 +1424,7 @@ var e = { networkRegistry: [
|
|
|
1424
1424
|
name: "PT ether.fi weETH 27JUN2024",
|
|
1425
1425
|
symbol: "PT-weETH-27JUN2024",
|
|
1426
1426
|
decimals: 18,
|
|
1427
|
-
logoURI: "https://
|
|
1427
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1428
1428
|
isPendleToken: !0
|
|
1429
1429
|
},
|
|
1430
1430
|
{
|
|
@@ -1433,7 +1433,7 @@ var e = { networkRegistry: [
|
|
|
1433
1433
|
name: "SY Kelp rsETH 27JUN2024",
|
|
1434
1434
|
symbol: "SY-rsETH-27JUN2024",
|
|
1435
1435
|
decimals: 18,
|
|
1436
|
-
logoURI: "https://
|
|
1436
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1437
1437
|
isPendleToken: !0
|
|
1438
1438
|
},
|
|
1439
1439
|
{
|
|
@@ -1442,7 +1442,7 @@ var e = { networkRegistry: [
|
|
|
1442
1442
|
name: "YT Kelp rsETH 27JUN2024",
|
|
1443
1443
|
symbol: "YT-rsETH-27JUN2024",
|
|
1444
1444
|
decimals: 18,
|
|
1445
|
-
logoURI: "https://
|
|
1445
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1446
1446
|
isPendleToken: !0
|
|
1447
1447
|
},
|
|
1448
1448
|
{
|
|
@@ -1451,7 +1451,7 @@ var e = { networkRegistry: [
|
|
|
1451
1451
|
name: "PT Kelp rsETH 27JUN2024",
|
|
1452
1452
|
symbol: "PT-rsETH-27JUN2024",
|
|
1453
1453
|
decimals: 18,
|
|
1454
|
-
logoURI: "https://
|
|
1454
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1455
1455
|
isPendleToken: !0
|
|
1456
1456
|
},
|
|
1457
1457
|
{
|
|
@@ -1460,7 +1460,7 @@ var e = { networkRegistry: [
|
|
|
1460
1460
|
name: "SY Puffer ETH 27JUN2024",
|
|
1461
1461
|
symbol: "SY-pufETH-27JUN2024",
|
|
1462
1462
|
decimals: 18,
|
|
1463
|
-
logoURI: "https://
|
|
1463
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1464
1464
|
isPendleToken: !0
|
|
1465
1465
|
},
|
|
1466
1466
|
{
|
|
@@ -1469,7 +1469,7 @@ var e = { networkRegistry: [
|
|
|
1469
1469
|
name: "YT Puffer ETH 27JUN2024",
|
|
1470
1470
|
symbol: "YT-pufETH-27JUN2024",
|
|
1471
1471
|
decimals: 18,
|
|
1472
|
-
logoURI: "https://
|
|
1472
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1473
1473
|
isPendleToken: !0
|
|
1474
1474
|
},
|
|
1475
1475
|
{
|
|
@@ -1478,7 +1478,7 @@ var e = { networkRegistry: [
|
|
|
1478
1478
|
name: "PT Puffer ETH 27JUN2024",
|
|
1479
1479
|
symbol: "PT-pufETH-27JUN2024",
|
|
1480
1480
|
decimals: 18,
|
|
1481
|
-
logoURI: "https://
|
|
1481
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1482
1482
|
isPendleToken: !0
|
|
1483
1483
|
},
|
|
1484
1484
|
{
|
|
@@ -1487,7 +1487,7 @@ var e = { networkRegistry: [
|
|
|
1487
1487
|
name: "SY Zircuit Staking ezETH 27JUN2024",
|
|
1488
1488
|
symbol: "SY-zs-ezETH-27JUN2024",
|
|
1489
1489
|
decimals: 18,
|
|
1490
|
-
logoURI: "https://
|
|
1490
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1491
1491
|
isPendleToken: !0
|
|
1492
1492
|
},
|
|
1493
1493
|
{
|
|
@@ -1496,7 +1496,7 @@ var e = { networkRegistry: [
|
|
|
1496
1496
|
name: "YT Zircuit Staking ezETH 27JUN2024",
|
|
1497
1497
|
symbol: "YT-zs-ezETH-27JUN2024",
|
|
1498
1498
|
decimals: 18,
|
|
1499
|
-
logoURI: "https://
|
|
1499
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1500
1500
|
isPendleToken: !0
|
|
1501
1501
|
},
|
|
1502
1502
|
{
|
|
@@ -1505,7 +1505,7 @@ var e = { networkRegistry: [
|
|
|
1505
1505
|
name: "PT Zircuit Staking ezETH 27JUN2024",
|
|
1506
1506
|
symbol: "PT-zs-ezETH-27JUN2024",
|
|
1507
1507
|
decimals: 18,
|
|
1508
|
-
logoURI: "https://
|
|
1508
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1509
1509
|
isPendleToken: !0
|
|
1510
1510
|
},
|
|
1511
1511
|
{
|
|
@@ -1514,7 +1514,7 @@ var e = { networkRegistry: [
|
|
|
1514
1514
|
name: "SY Zircuit Ether.fi weETH 27JUN2024",
|
|
1515
1515
|
symbol: "SY-zs-weETH-27JUN2024",
|
|
1516
1516
|
decimals: 18,
|
|
1517
|
-
logoURI: "https://
|
|
1517
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1518
1518
|
isPendleToken: !0
|
|
1519
1519
|
},
|
|
1520
1520
|
{
|
|
@@ -1523,7 +1523,7 @@ var e = { networkRegistry: [
|
|
|
1523
1523
|
name: "YT Zircuit Ether.fi weETH 27JUN2024",
|
|
1524
1524
|
symbol: "YT-zs-weETH-27JUN2024",
|
|
1525
1525
|
decimals: 18,
|
|
1526
|
-
logoURI: "https://
|
|
1526
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1527
1527
|
isPendleToken: !0
|
|
1528
1528
|
},
|
|
1529
1529
|
{
|
|
@@ -1532,7 +1532,7 @@ var e = { networkRegistry: [
|
|
|
1532
1532
|
name: "PT Zircuit Ether.fi weETH 27JUN2024",
|
|
1533
1533
|
symbol: "PT-zs-weETH-27JUN2024",
|
|
1534
1534
|
decimals: 18,
|
|
1535
|
-
logoURI: "https://
|
|
1535
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1536
1536
|
isPendleToken: !0
|
|
1537
1537
|
},
|
|
1538
1538
|
{
|
|
@@ -1541,7 +1541,7 @@ var e = { networkRegistry: [
|
|
|
1541
1541
|
name: "SY Zircuit Kelp rsETH 27JUN2024",
|
|
1542
1542
|
symbol: "SY-zs-rsETH-27JUN2024",
|
|
1543
1543
|
decimals: 18,
|
|
1544
|
-
logoURI: "https://
|
|
1544
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1545
1545
|
isPendleToken: !0
|
|
1546
1546
|
},
|
|
1547
1547
|
{
|
|
@@ -1550,7 +1550,7 @@ var e = { networkRegistry: [
|
|
|
1550
1550
|
name: "YT Zircuit Kelp rsETH 27JUN2024",
|
|
1551
1551
|
symbol: "YT-zs-rsETH-27JUN2024",
|
|
1552
1552
|
decimals: 18,
|
|
1553
|
-
logoURI: "https://
|
|
1553
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1554
1554
|
isPendleToken: !0
|
|
1555
1555
|
},
|
|
1556
1556
|
{
|
|
@@ -1559,7 +1559,7 @@ var e = { networkRegistry: [
|
|
|
1559
1559
|
name: "PT Zircuit Kelp rsETH 27JUN2024",
|
|
1560
1560
|
symbol: "PT-zs-rsETH-27JUN2024",
|
|
1561
1561
|
decimals: 18,
|
|
1562
|
-
logoURI: "https://
|
|
1562
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1563
1563
|
isPendleToken: !0
|
|
1564
1564
|
},
|
|
1565
1565
|
{
|
|
@@ -1569,7 +1569,7 @@ var e = { networkRegistry: [
|
|
|
1569
1569
|
name: "WETH_A_TOKEN v3",
|
|
1570
1570
|
symbol: "WETH_A_TOKEN v3",
|
|
1571
1571
|
decimals: 18,
|
|
1572
|
-
logoURI: "https://
|
|
1572
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/AAVE.avif",
|
|
1573
1573
|
isVolatile: !0,
|
|
1574
1574
|
aaveToken: !0
|
|
1575
1575
|
},
|
|
@@ -1580,7 +1580,7 @@ var e = { networkRegistry: [
|
|
|
1580
1580
|
name: "wstETH_A_TOKEN v3",
|
|
1581
1581
|
symbol: "wstETH_A_TOKEN v3",
|
|
1582
1582
|
decimals: 18,
|
|
1583
|
-
logoURI: "https://
|
|
1583
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/AAVE.avif",
|
|
1584
1584
|
isVolatile: !0,
|
|
1585
1585
|
aaveToken: !0
|
|
1586
1586
|
},
|
|
@@ -1591,7 +1591,7 @@ var e = { networkRegistry: [
|
|
|
1591
1591
|
name: "WBTC_A_TOKEN v3",
|
|
1592
1592
|
symbol: "WBTC_A_TOKEN v3",
|
|
1593
1593
|
decimals: 8,
|
|
1594
|
-
logoURI: "https://
|
|
1594
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/AAVE.avif",
|
|
1595
1595
|
isVolatile: !0,
|
|
1596
1596
|
aaveToken: !0
|
|
1597
1597
|
},
|
|
@@ -1602,7 +1602,7 @@ var e = { networkRegistry: [
|
|
|
1602
1602
|
name: "USDC_A_TOKEN v3",
|
|
1603
1603
|
symbol: "USDC_A_TOKEN v3",
|
|
1604
1604
|
decimals: 6,
|
|
1605
|
-
logoURI: "https://
|
|
1605
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/AAVE.avif",
|
|
1606
1606
|
isVolatile: !0,
|
|
1607
1607
|
aaveToken: !0
|
|
1608
1608
|
},
|
|
@@ -1613,7 +1613,7 @@ var e = { networkRegistry: [
|
|
|
1613
1613
|
name: "USDT_A_TOKEN v3",
|
|
1614
1614
|
symbol: "USDT_A_TOKEN v3",
|
|
1615
1615
|
decimals: 6,
|
|
1616
|
-
logoURI: "https://
|
|
1616
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/AAVE.avif",
|
|
1617
1617
|
isVolatile: !0,
|
|
1618
1618
|
aaveToken: !0
|
|
1619
1619
|
},
|
|
@@ -1624,7 +1624,7 @@ var e = { networkRegistry: [
|
|
|
1624
1624
|
name: "DAI_A_TOKEN v3",
|
|
1625
1625
|
symbol: "DAI_A_TOKEN v3",
|
|
1626
1626
|
decimals: 18,
|
|
1627
|
-
logoURI: "https://
|
|
1627
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/AAVE.avif",
|
|
1628
1628
|
isVolatile: !0,
|
|
1629
1629
|
aaveToken: !0
|
|
1630
1630
|
},
|
|
@@ -1635,7 +1635,7 @@ var e = { networkRegistry: [
|
|
|
1635
1635
|
name: "WBTC_A_TOKEN v2",
|
|
1636
1636
|
symbol: "WBTC_A_TOKEN v2",
|
|
1637
1637
|
decimals: 8,
|
|
1638
|
-
logoURI: "https://
|
|
1638
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/AAVE.avif",
|
|
1639
1639
|
isVolatile: !0,
|
|
1640
1640
|
aaveToken: !0
|
|
1641
1641
|
},
|
|
@@ -1646,7 +1646,7 @@ var e = { networkRegistry: [
|
|
|
1646
1646
|
name: "WETH_A_TOKEN v2",
|
|
1647
1647
|
symbol: "WETH_A_TOKEN v2",
|
|
1648
1648
|
decimals: 18,
|
|
1649
|
-
logoURI: "https://
|
|
1649
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/AAVE.avif",
|
|
1650
1650
|
isVolatile: !0,
|
|
1651
1651
|
aaveToken: !0
|
|
1652
1652
|
},
|
|
@@ -1657,7 +1657,7 @@ var e = { networkRegistry: [
|
|
|
1657
1657
|
name: "USDC_A_TOKEN v2",
|
|
1658
1658
|
symbol: "USDC_A_TOKEN v2",
|
|
1659
1659
|
decimals: 6,
|
|
1660
|
-
logoURI: "https://
|
|
1660
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/AAVE.avif",
|
|
1661
1661
|
isVolatile: !0,
|
|
1662
1662
|
aaveToken: !0
|
|
1663
1663
|
},
|
|
@@ -1668,7 +1668,7 @@ var e = { networkRegistry: [
|
|
|
1668
1668
|
name: "USDT_A_TOKEN v2",
|
|
1669
1669
|
symbol: "USDT_A_TOKEN v2",
|
|
1670
1670
|
decimals: 6,
|
|
1671
|
-
logoURI: "https://
|
|
1671
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/AAVE.avif",
|
|
1672
1672
|
isVolatile: !0,
|
|
1673
1673
|
aaveToken: !0
|
|
1674
1674
|
},
|
|
@@ -1679,7 +1679,7 @@ var e = { networkRegistry: [
|
|
|
1679
1679
|
name: "DAI_A_TOKEN v2",
|
|
1680
1680
|
symbol: "DAI_A_TOKEN v2",
|
|
1681
1681
|
decimals: 18,
|
|
1682
|
-
logoURI: "https://
|
|
1682
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/AAVE.avif",
|
|
1683
1683
|
isVolatile: !0,
|
|
1684
1684
|
aaveToken: !0
|
|
1685
1685
|
},
|
|
@@ -1817,7 +1817,7 @@ var e = { networkRegistry: [
|
|
|
1817
1817
|
name: "Uniswap",
|
|
1818
1818
|
symbol: "UNI",
|
|
1819
1819
|
decimals: 18,
|
|
1820
|
-
logoURI: "https://
|
|
1820
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/UNISWAP.avif"
|
|
1821
1821
|
},
|
|
1822
1822
|
{
|
|
1823
1823
|
chainId: 1,
|
|
@@ -1825,7 +1825,7 @@ var e = { networkRegistry: [
|
|
|
1825
1825
|
name: "pufETH/wstETH",
|
|
1826
1826
|
symbol: "pufETH/wstETH",
|
|
1827
1827
|
decimals: 18,
|
|
1828
|
-
logoURI: "https://
|
|
1828
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1829
1829
|
},
|
|
1830
1830
|
{
|
|
1831
1831
|
chainId: 1,
|
|
@@ -1833,7 +1833,7 @@ var e = { networkRegistry: [
|
|
|
1833
1833
|
name: "USD0/USDC",
|
|
1834
1834
|
symbol: "USD0/USDC",
|
|
1835
1835
|
decimals: 18,
|
|
1836
|
-
logoURI: "https://
|
|
1836
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
1837
1837
|
},
|
|
1838
1838
|
{
|
|
1839
1839
|
chainId: 1,
|
|
@@ -1841,7 +1841,7 @@ var e = { networkRegistry: [
|
|
|
1841
1841
|
name: "Pendle",
|
|
1842
1842
|
symbol: "PENDLE",
|
|
1843
1843
|
decimals: 18,
|
|
1844
|
-
logoURI: "https://
|
|
1844
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif"
|
|
1845
1845
|
},
|
|
1846
1846
|
{
|
|
1847
1847
|
chainId: 1,
|
|
@@ -1849,7 +1849,7 @@ var e = { networkRegistry: [
|
|
|
1849
1849
|
symbol: "LP-weETH-27JUN2024",
|
|
1850
1850
|
erc20TokenAddress: "0xF32e58F92e60f4b0A37A69b95d642A471365EAe8",
|
|
1851
1851
|
decimals: 18,
|
|
1852
|
-
logoURI: "https://
|
|
1852
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1853
1853
|
isPendleToken: !0
|
|
1854
1854
|
},
|
|
1855
1855
|
{
|
|
@@ -1858,7 +1858,7 @@ var e = { networkRegistry: [
|
|
|
1858
1858
|
symbol: "LP-rsETH-27JUN2024",
|
|
1859
1859
|
erc20TokenAddress: "0x4f43c77872Db6BA177c270986CD30c3381AF37Ee",
|
|
1860
1860
|
decimals: 18,
|
|
1861
|
-
logoURI: "https://
|
|
1861
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1862
1862
|
isPendleToken: !0
|
|
1863
1863
|
},
|
|
1864
1864
|
{
|
|
@@ -1867,7 +1867,7 @@ var e = { networkRegistry: [
|
|
|
1867
1867
|
symbol: "LP-pufETH-27JUN2024",
|
|
1868
1868
|
erc20TokenAddress: "0x17BE998a578fD97687b24E83954FEc86Dc20c979",
|
|
1869
1869
|
decimals: 18,
|
|
1870
|
-
logoURI: "https://
|
|
1870
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1871
1871
|
isPendleToken: !0
|
|
1872
1872
|
},
|
|
1873
1873
|
{
|
|
@@ -1876,7 +1876,7 @@ var e = { networkRegistry: [
|
|
|
1876
1876
|
symbol: "LP-zs-ezETH-27JUN2024",
|
|
1877
1877
|
erc20TokenAddress: "0xd7E0809998693fD87E81D51dE1619fd0EE658031",
|
|
1878
1878
|
decimals: 18,
|
|
1879
|
-
logoURI: "https://
|
|
1879
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1880
1880
|
isPendleToken: !0
|
|
1881
1881
|
},
|
|
1882
1882
|
{
|
|
@@ -1885,7 +1885,7 @@ var e = { networkRegistry: [
|
|
|
1885
1885
|
symbol: "LP-zs-weETH-27JUN2024",
|
|
1886
1886
|
erc20TokenAddress: "0xe26D7f9409581f606242300fbFE63f56789F2169",
|
|
1887
1887
|
decimals: 18,
|
|
1888
|
-
logoURI: "https://
|
|
1888
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1889
1889
|
isPendleToken: !0
|
|
1890
1890
|
},
|
|
1891
1891
|
{
|
|
@@ -1894,7 +1894,7 @@ var e = { networkRegistry: [
|
|
|
1894
1894
|
symbol: "LP-zs-rsETH-27JUN2024",
|
|
1895
1895
|
erc20TokenAddress: "0x445d25a1c31445fb29e65d12da8e0eea38174176",
|
|
1896
1896
|
decimals: 18,
|
|
1897
|
-
logoURI: "https://
|
|
1897
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
1898
1898
|
isPendleToken: !0
|
|
1899
1899
|
},
|
|
1900
1900
|
{
|
|
@@ -1912,7 +1912,7 @@ var e = { networkRegistry: [
|
|
|
1912
1912
|
name: "Kinza WETH",
|
|
1913
1913
|
symbol: "kWETH",
|
|
1914
1914
|
decimals: 18,
|
|
1915
|
-
logoURI: "https://
|
|
1915
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/KDAI.png",
|
|
1916
1916
|
isVolatile: !0
|
|
1917
1917
|
},
|
|
1918
1918
|
{
|
|
@@ -1922,7 +1922,7 @@ var e = { networkRegistry: [
|
|
|
1922
1922
|
name: "Kinza DAI",
|
|
1923
1923
|
symbol: "kDAI",
|
|
1924
1924
|
decimals: 18,
|
|
1925
|
-
logoURI: "https://
|
|
1925
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/KDAI.png",
|
|
1926
1926
|
isVolatile: !0
|
|
1927
1927
|
},
|
|
1928
1928
|
{
|
|
@@ -1932,7 +1932,7 @@ var e = { networkRegistry: [
|
|
|
1932
1932
|
name: "KinzaUSDT",
|
|
1933
1933
|
symbol: "kUSDT",
|
|
1934
1934
|
decimals: 6,
|
|
1935
|
-
logoURI: "https://
|
|
1935
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/KDAI.png",
|
|
1936
1936
|
isVolatile: !0
|
|
1937
1937
|
},
|
|
1938
1938
|
{
|
|
@@ -1942,7 +1942,7 @@ var e = { networkRegistry: [
|
|
|
1942
1942
|
name: "Kinza USDC",
|
|
1943
1943
|
symbol: "kUSDC",
|
|
1944
1944
|
decimals: 6,
|
|
1945
|
-
logoURI: "https://
|
|
1945
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/KDAI.png",
|
|
1946
1946
|
isVolatile: !0
|
|
1947
1947
|
},
|
|
1948
1948
|
{
|
|
@@ -1952,7 +1952,7 @@ var e = { networkRegistry: [
|
|
|
1952
1952
|
name: "Kinza WBTC",
|
|
1953
1953
|
symbol: "kWBTC",
|
|
1954
1954
|
decimals: 8,
|
|
1955
|
-
logoURI: "https://
|
|
1955
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/KDAI.png",
|
|
1956
1956
|
isVolatile: !0
|
|
1957
1957
|
},
|
|
1958
1958
|
{
|
|
@@ -1962,7 +1962,7 @@ var e = { networkRegistry: [
|
|
|
1962
1962
|
name: "Kinza rETH",
|
|
1963
1963
|
symbol: "krETH",
|
|
1964
1964
|
decimals: 18,
|
|
1965
|
-
logoURI: "https://
|
|
1965
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/KDAI.png",
|
|
1966
1966
|
isVolatile: !0
|
|
1967
1967
|
},
|
|
1968
1968
|
{
|
|
@@ -1972,7 +1972,7 @@ var e = { networkRegistry: [
|
|
|
1972
1972
|
name: "Kinza weETH",
|
|
1973
1973
|
symbol: "kweETH",
|
|
1974
1974
|
decimals: 18,
|
|
1975
|
-
logoURI: "https://
|
|
1975
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/KDAI.png",
|
|
1976
1976
|
isVolatile: !0
|
|
1977
1977
|
},
|
|
1978
1978
|
{
|
|
@@ -1982,7 +1982,7 @@ var e = { networkRegistry: [
|
|
|
1982
1982
|
name: "Kinza pufETH",
|
|
1983
1983
|
symbol: "kpufETH",
|
|
1984
1984
|
decimals: 18,
|
|
1985
|
-
logoURI: "https://
|
|
1985
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/KDAI.png",
|
|
1986
1986
|
isVolatile: !0
|
|
1987
1987
|
},
|
|
1988
1988
|
{
|
|
@@ -1992,7 +1992,7 @@ var e = { networkRegistry: [
|
|
|
1992
1992
|
name: "Kinza rsETH",
|
|
1993
1993
|
symbol: "krsETH",
|
|
1994
1994
|
decimals: 18,
|
|
1995
|
-
logoURI: "https://
|
|
1995
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/KDAI.png",
|
|
1996
1996
|
isVolatile: !0
|
|
1997
1997
|
},
|
|
1998
1998
|
{
|
|
@@ -2002,7 +2002,7 @@ var e = { networkRegistry: [
|
|
|
2002
2002
|
name: "Kinza ezETH",
|
|
2003
2003
|
symbol: "kezETH",
|
|
2004
2004
|
decimals: 18,
|
|
2005
|
-
logoURI: "https://
|
|
2005
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/KDAI.png",
|
|
2006
2006
|
isVolatile: !0
|
|
2007
2007
|
},
|
|
2008
2008
|
{
|
|
@@ -2012,7 +2012,7 @@ var e = { networkRegistry: [
|
|
|
2012
2012
|
name: "Kinza wstETH",
|
|
2013
2013
|
symbol: "kwstETH",
|
|
2014
2014
|
decimals: 18,
|
|
2015
|
-
logoURI: "https://
|
|
2015
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/KDAI.png",
|
|
2016
2016
|
isVolatile: !0
|
|
2017
2017
|
},
|
|
2018
2018
|
{
|
|
@@ -2021,7 +2021,7 @@ var e = { networkRegistry: [
|
|
|
2021
2021
|
symbol: "LP-weETH-26DEC2024",
|
|
2022
2022
|
erc20TokenAddress: "0x7d372819240d14fb477f17b964f95f33beb4c704",
|
|
2023
2023
|
decimals: 18,
|
|
2024
|
-
logoURI: "https://
|
|
2024
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2025
2025
|
isPendleToken: !0
|
|
2026
2026
|
},
|
|
2027
2027
|
{
|
|
@@ -2030,7 +2030,7 @@ var e = { networkRegistry: [
|
|
|
2030
2030
|
name: "YT ether.fi weETH 26DEC2024",
|
|
2031
2031
|
symbol: "YT-weETH-26DEC2024",
|
|
2032
2032
|
decimals: 18,
|
|
2033
|
-
logoURI: "https://
|
|
2033
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2034
2034
|
isPendleToken: !0
|
|
2035
2035
|
},
|
|
2036
2036
|
{
|
|
@@ -2039,7 +2039,7 @@ var e = { networkRegistry: [
|
|
|
2039
2039
|
name: "PT ether.fi weETH 26DEC2024",
|
|
2040
2040
|
symbol: "PT-weETH-26DEC2024",
|
|
2041
2041
|
decimals: 18,
|
|
2042
|
-
logoURI: "https://
|
|
2042
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2043
2043
|
isPendleToken: !0
|
|
2044
2044
|
},
|
|
2045
2045
|
{
|
|
@@ -2048,7 +2048,7 @@ var e = { networkRegistry: [
|
|
|
2048
2048
|
name: "SY Zircuit Staking ezETH 26DEC2024",
|
|
2049
2049
|
symbol: "SY-zs-ezETH-26DEC2024",
|
|
2050
2050
|
decimals: 18,
|
|
2051
|
-
logoURI: "https://
|
|
2051
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2052
2052
|
isPendleToken: !0
|
|
2053
2053
|
},
|
|
2054
2054
|
{
|
|
@@ -2057,7 +2057,7 @@ var e = { networkRegistry: [
|
|
|
2057
2057
|
name: "YT Zircuit Staking ezETH 26DEC2024",
|
|
2058
2058
|
symbol: "YT-zs-ezETH-26DEC2024",
|
|
2059
2059
|
decimals: 18,
|
|
2060
|
-
logoURI: "https://
|
|
2060
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2061
2061
|
isPendleToken: !0
|
|
2062
2062
|
},
|
|
2063
2063
|
{
|
|
@@ -2066,7 +2066,7 @@ var e = { networkRegistry: [
|
|
|
2066
2066
|
name: "PT Zircuit Staking ezETH 26DEC2024",
|
|
2067
2067
|
symbol: "PT-zs-ezETH-26DEC2024",
|
|
2068
2068
|
decimals: 18,
|
|
2069
|
-
logoURI: "https://
|
|
2069
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2070
2070
|
isPendleToken: !0
|
|
2071
2071
|
},
|
|
2072
2072
|
{
|
|
@@ -2075,7 +2075,7 @@ var e = { networkRegistry: [
|
|
|
2075
2075
|
symbol: "LP-zs-ezETH-26DEC2024",
|
|
2076
2076
|
erc20TokenAddress: "0xd8f12bcde578c653014f27379a6114f67f0e445f",
|
|
2077
2077
|
decimals: 18,
|
|
2078
|
-
logoURI: "https://
|
|
2078
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2079
2079
|
isPendleToken: !0
|
|
2080
2080
|
},
|
|
2081
2081
|
{
|
|
@@ -2084,7 +2084,7 @@ var e = { networkRegistry: [
|
|
|
2084
2084
|
name: "YT Puffer ETH 26SEP2024",
|
|
2085
2085
|
symbol: "YT-pufETH-26SEP2024",
|
|
2086
2086
|
decimals: 18,
|
|
2087
|
-
logoURI: "https://
|
|
2087
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2088
2088
|
isPendleToken: !0
|
|
2089
2089
|
},
|
|
2090
2090
|
{
|
|
@@ -2093,7 +2093,7 @@ var e = { networkRegistry: [
|
|
|
2093
2093
|
name: "PT Puffer ETH 26SEP2024",
|
|
2094
2094
|
symbol: "PT-pufETH-26SEP2024",
|
|
2095
2095
|
decimals: 18,
|
|
2096
|
-
logoURI: "https://
|
|
2096
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2097
2097
|
isPendleToken: !0
|
|
2098
2098
|
},
|
|
2099
2099
|
{
|
|
@@ -2102,7 +2102,7 @@ var e = { networkRegistry: [
|
|
|
2102
2102
|
symbol: "LP-pufETH-26SEP2024",
|
|
2103
2103
|
erc20TokenAddress: "0xa54fc268101c8b97de19ef3141d34751a11996b2",
|
|
2104
2104
|
decimals: 18,
|
|
2105
|
-
logoURI: "https://
|
|
2105
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2106
2106
|
isPendleToken: !0
|
|
2107
2107
|
},
|
|
2108
2108
|
{
|
|
@@ -2111,7 +2111,7 @@ var e = { networkRegistry: [
|
|
|
2111
2111
|
symbol: "LP-weETH-26SEP2024",
|
|
2112
2112
|
erc20TokenAddress: "0xc8edd52d0502aa8b4d5c77361d4b3d300e8fc81c",
|
|
2113
2113
|
decimals: 18,
|
|
2114
|
-
logoURI: "https://
|
|
2114
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2115
2115
|
isPendleToken: !0
|
|
2116
2116
|
},
|
|
2117
2117
|
{
|
|
@@ -2120,7 +2120,7 @@ var e = { networkRegistry: [
|
|
|
2120
2120
|
name: "YT ether.fi weETH 26SEP2024",
|
|
2121
2121
|
symbol: "YT-weETH-26SEP2024",
|
|
2122
2122
|
decimals: 18,
|
|
2123
|
-
logoURI: "https://
|
|
2123
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2124
2124
|
isPendleToken: !0
|
|
2125
2125
|
},
|
|
2126
2126
|
{
|
|
@@ -2129,7 +2129,7 @@ var e = { networkRegistry: [
|
|
|
2129
2129
|
name: "PT ether.fi weETH 26SEP2024",
|
|
2130
2130
|
symbol: "PT-weETH-26SEP2024",
|
|
2131
2131
|
decimals: 18,
|
|
2132
|
-
logoURI: "https://
|
|
2132
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2133
2133
|
isPendleToken: !0
|
|
2134
2134
|
},
|
|
2135
2135
|
{
|
|
@@ -2138,7 +2138,7 @@ var e = { networkRegistry: [
|
|
|
2138
2138
|
name: "PT lido.fi wstETH 25DEC2025",
|
|
2139
2139
|
symbol: "PT-wstETH-25DEC2025",
|
|
2140
2140
|
decimals: 18,
|
|
2141
|
-
logoURI: "https://
|
|
2141
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2142
2142
|
isPendleToken: !0
|
|
2143
2143
|
},
|
|
2144
2144
|
{
|
|
@@ -2147,7 +2147,7 @@ var e = { networkRegistry: [
|
|
|
2147
2147
|
name: "LP lido.fi wstETH 25DEC2025",
|
|
2148
2148
|
symbol: "LP-wstETH-25DEC2025",
|
|
2149
2149
|
decimals: 18,
|
|
2150
|
-
logoURI: "https://
|
|
2150
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2151
2151
|
isPendleToken: !0
|
|
2152
2152
|
},
|
|
2153
2153
|
{
|
|
@@ -2156,7 +2156,7 @@ var e = { networkRegistry: [
|
|
|
2156
2156
|
name: "YT lido.fi wstETH 25DEC2025",
|
|
2157
2157
|
symbol: "YT-wstETH-25DEC2025",
|
|
2158
2158
|
decimals: 18,
|
|
2159
|
-
logoURI: "https://
|
|
2159
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2160
2160
|
isPendleToken: !0
|
|
2161
2161
|
},
|
|
2162
2162
|
{
|
|
@@ -2165,7 +2165,7 @@ var e = { networkRegistry: [
|
|
|
2165
2165
|
name: "SY lido.fi wstETH 25DEC2025",
|
|
2166
2166
|
symbol: "SY-wstETH-25DEC2025",
|
|
2167
2167
|
decimals: 18,
|
|
2168
|
-
logoURI: "https://
|
|
2168
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2169
2169
|
isPendleToken: !0
|
|
2170
2170
|
},
|
|
2171
2171
|
{
|
|
@@ -2174,7 +2174,7 @@ var e = { networkRegistry: [
|
|
|
2174
2174
|
name: "SY ethena.fi sUSDe 26SEP2024",
|
|
2175
2175
|
symbol: "SY-sUSDe-26SEP2024",
|
|
2176
2176
|
decimals: 18,
|
|
2177
|
-
logoURI: "https://
|
|
2177
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2178
2178
|
isPendleToken: !0
|
|
2179
2179
|
},
|
|
2180
2180
|
{
|
|
@@ -2183,7 +2183,7 @@ var e = { networkRegistry: [
|
|
|
2183
2183
|
name: "LP ethena.fi sUSDe 26SEP2024",
|
|
2184
2184
|
symbol: "LP-sUSDe-26SEP2024",
|
|
2185
2185
|
decimals: 18,
|
|
2186
|
-
logoURI: "https://
|
|
2186
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2187
2187
|
isPendleToken: !0
|
|
2188
2188
|
},
|
|
2189
2189
|
{
|
|
@@ -2192,7 +2192,7 @@ var e = { networkRegistry: [
|
|
|
2192
2192
|
name: "YT ethena.fi sUSDe 26SEP2024",
|
|
2193
2193
|
symbol: "YT-sUSDe-26SEP2024",
|
|
2194
2194
|
decimals: 18,
|
|
2195
|
-
logoURI: "https://
|
|
2195
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2196
2196
|
isPendleToken: !0
|
|
2197
2197
|
},
|
|
2198
2198
|
{
|
|
@@ -2201,7 +2201,7 @@ var e = { networkRegistry: [
|
|
|
2201
2201
|
name: "PT ethena.fi sUSDe 26SEP2024",
|
|
2202
2202
|
symbol: "PT-sUSDe-26SEP2024",
|
|
2203
2203
|
decimals: 18,
|
|
2204
|
-
logoURI: "https://
|
|
2204
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2205
2205
|
isPendleToken: !0
|
|
2206
2206
|
},
|
|
2207
2207
|
{
|
|
@@ -2210,7 +2210,7 @@ var e = { networkRegistry: [
|
|
|
2210
2210
|
name: "LP Zircuit weETH 22AUG2024",
|
|
2211
2211
|
symbol: "LP-zs-weETH-22AUG2024",
|
|
2212
2212
|
decimals: 18,
|
|
2213
|
-
logoURI: "https://
|
|
2213
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2214
2214
|
isPendleToken: !0
|
|
2215
2215
|
},
|
|
2216
2216
|
{
|
|
@@ -2219,7 +2219,7 @@ var e = { networkRegistry: [
|
|
|
2219
2219
|
name: "YT Zircuit weETH 22AUG2024",
|
|
2220
2220
|
symbol: "YT-zs-weETH-22AUG2024",
|
|
2221
2221
|
decimals: 18,
|
|
2222
|
-
logoURI: "https://
|
|
2222
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2223
2223
|
isPendleToken: !0
|
|
2224
2224
|
},
|
|
2225
2225
|
{
|
|
@@ -2228,7 +2228,7 @@ var e = { networkRegistry: [
|
|
|
2228
2228
|
name: "PT Zircuit weETH 22AUG2024",
|
|
2229
2229
|
symbol: "PT-zs-weETH-22AUG2024",
|
|
2230
2230
|
decimals: 18,
|
|
2231
|
-
logoURI: "https://
|
|
2231
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/PENDLE.avif",
|
|
2232
2232
|
isPendleToken: !0
|
|
2233
2233
|
},
|
|
2234
2234
|
{
|
|
@@ -2246,7 +2246,7 @@ var e = { networkRegistry: [
|
|
|
2246
2246
|
name: "crv3Pool Gauge",
|
|
2247
2247
|
symbol: "crv3Pool-gauge",
|
|
2248
2248
|
decimals: 18,
|
|
2249
|
-
logoURI: "https://
|
|
2249
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2250
2250
|
},
|
|
2251
2251
|
{
|
|
2252
2252
|
chainId: 1,
|
|
@@ -2255,7 +2255,7 @@ var e = { networkRegistry: [
|
|
|
2255
2255
|
name: "Convex crv3Pool",
|
|
2256
2256
|
symbol: "cvxcrv3Pool",
|
|
2257
2257
|
decimals: 18,
|
|
2258
|
-
logoURI: "https://
|
|
2258
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2259
2259
|
},
|
|
2260
2260
|
{
|
|
2261
2261
|
chainId: 1,
|
|
@@ -2264,7 +2264,7 @@ var e = { networkRegistry: [
|
|
|
2264
2264
|
name: "fraxUSDC Gauge",
|
|
2265
2265
|
symbol: "fraxUSDC-gauge",
|
|
2266
2266
|
decimals: 18,
|
|
2267
|
-
logoURI: "https://
|
|
2267
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2268
2268
|
},
|
|
2269
2269
|
{
|
|
2270
2270
|
chainId: 1,
|
|
@@ -2273,7 +2273,7 @@ var e = { networkRegistry: [
|
|
|
2273
2273
|
name: "Convex fraxUSDC",
|
|
2274
2274
|
symbol: "cvxfraxUSDC",
|
|
2275
2275
|
decimals: 18,
|
|
2276
|
-
logoURI: "https://
|
|
2276
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2277
2277
|
},
|
|
2278
2278
|
{
|
|
2279
2279
|
chainId: 1,
|
|
@@ -2282,7 +2282,7 @@ var e = { networkRegistry: [
|
|
|
2282
2282
|
name: "frxETHCRV Gauge",
|
|
2283
2283
|
symbol: "frxETHCRV-gauge",
|
|
2284
2284
|
decimals: 18,
|
|
2285
|
-
logoURI: "https://
|
|
2285
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2286
2286
|
},
|
|
2287
2287
|
{
|
|
2288
2288
|
chainId: 1,
|
|
@@ -2291,7 +2291,7 @@ var e = { networkRegistry: [
|
|
|
2291
2291
|
name: "Convex frxETHCRV",
|
|
2292
2292
|
symbol: "cvxfrxETHCRV",
|
|
2293
2293
|
decimals: 18,
|
|
2294
|
-
logoURI: "https://
|
|
2294
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2295
2295
|
},
|
|
2296
2296
|
{
|
|
2297
2297
|
chainId: 1,
|
|
@@ -2300,7 +2300,7 @@ var e = { networkRegistry: [
|
|
|
2300
2300
|
name: "crvfraxUSDP Gauge",
|
|
2301
2301
|
symbol: "crvfraxUSDP-gauge",
|
|
2302
2302
|
decimals: 18,
|
|
2303
|
-
logoURI: "https://
|
|
2303
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2304
2304
|
},
|
|
2305
2305
|
{
|
|
2306
2306
|
chainId: 1,
|
|
@@ -2309,7 +2309,7 @@ var e = { networkRegistry: [
|
|
|
2309
2309
|
name: "Convex crvfraxUSDP",
|
|
2310
2310
|
symbol: "cvxcrvfraxUSDP",
|
|
2311
2311
|
decimals: 18,
|
|
2312
|
-
logoURI: "https://
|
|
2312
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2313
2313
|
},
|
|
2314
2314
|
{
|
|
2315
2315
|
chainId: 1,
|
|
@@ -2318,7 +2318,7 @@ var e = { networkRegistry: [
|
|
|
2318
2318
|
name: "crv3crypto Gauge",
|
|
2319
2319
|
symbol: "crv3crypto-gauge",
|
|
2320
2320
|
decimals: 18,
|
|
2321
|
-
logoURI: "https://
|
|
2321
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2322
2322
|
},
|
|
2323
2323
|
{
|
|
2324
2324
|
chainId: 1,
|
|
@@ -2327,7 +2327,7 @@ var e = { networkRegistry: [
|
|
|
2327
2327
|
name: "Convex crv3crypto",
|
|
2328
2328
|
symbol: "cvxcrv3crypto",
|
|
2329
2329
|
decimals: 18,
|
|
2330
|
-
logoURI: "https://
|
|
2330
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2331
2331
|
},
|
|
2332
2332
|
{
|
|
2333
2333
|
chainId: 1,
|
|
@@ -2336,7 +2336,7 @@ var e = { networkRegistry: [
|
|
|
2336
2336
|
name: "crvUsdcSusd Gauge",
|
|
2337
2337
|
symbol: "crvUsdcSusd-gauge",
|
|
2338
2338
|
decimals: 18,
|
|
2339
|
-
logoURI: "https://
|
|
2339
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2340
2340
|
},
|
|
2341
2341
|
{
|
|
2342
2342
|
chainId: 1,
|
|
@@ -2345,7 +2345,7 @@ var e = { networkRegistry: [
|
|
|
2345
2345
|
name: "crvUsdDola Gauge",
|
|
2346
2346
|
symbol: "crvUsdDola-gauge",
|
|
2347
2347
|
decimals: 18,
|
|
2348
|
-
logoURI: "https://
|
|
2348
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2349
2349
|
},
|
|
2350
2350
|
{
|
|
2351
2351
|
chainId: 1,
|
|
@@ -2354,7 +2354,7 @@ var e = { networkRegistry: [
|
|
|
2354
2354
|
name: "Convex crvUsdDola",
|
|
2355
2355
|
symbol: "cvxcrvUsdDola",
|
|
2356
2356
|
decimals: 18,
|
|
2357
|
-
logoURI: "https://
|
|
2357
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2358
2358
|
},
|
|
2359
2359
|
{
|
|
2360
2360
|
chainId: 1,
|
|
@@ -2363,7 +2363,7 @@ var e = { networkRegistry: [
|
|
|
2363
2363
|
name: "hyUsdEusd Gauge",
|
|
2364
2364
|
symbol: "hyUsdEusd-gauge",
|
|
2365
2365
|
decimals: 18,
|
|
2366
|
-
logoURI: "https://
|
|
2366
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2367
2367
|
},
|
|
2368
2368
|
{
|
|
2369
2369
|
chainId: 1,
|
|
@@ -2372,7 +2372,7 @@ var e = { networkRegistry: [
|
|
|
2372
2372
|
name: "Convex hyUsdEusd",
|
|
2373
2373
|
symbol: "cvxhyUsdEusd",
|
|
2374
2374
|
decimals: 18,
|
|
2375
|
-
logoURI: "https://
|
|
2375
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2376
2376
|
},
|
|
2377
2377
|
{
|
|
2378
2378
|
chainId: 1,
|
|
@@ -2381,7 +2381,7 @@ var e = { networkRegistry: [
|
|
|
2381
2381
|
name: "DolaFraxBp Gauge",
|
|
2382
2382
|
symbol: "DolaFraxBp-gauge",
|
|
2383
2383
|
decimals: 18,
|
|
2384
|
-
logoURI: "https://
|
|
2384
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2385
2385
|
},
|
|
2386
2386
|
{
|
|
2387
2387
|
chainId: 1,
|
|
@@ -2390,7 +2390,7 @@ var e = { networkRegistry: [
|
|
|
2390
2390
|
name: "Convex DolaFraxBp",
|
|
2391
2391
|
symbol: "cvxDolaFraxBp",
|
|
2392
2392
|
decimals: 18,
|
|
2393
|
-
logoURI: "https://
|
|
2393
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2394
2394
|
},
|
|
2395
2395
|
{
|
|
2396
2396
|
chainId: 1,
|
|
@@ -2399,7 +2399,7 @@ var e = { networkRegistry: [
|
|
|
2399
2399
|
name: "EusdFraxBp Gauge",
|
|
2400
2400
|
symbol: "EusdFraxBp-gauge",
|
|
2401
2401
|
decimals: 18,
|
|
2402
|
-
logoURI: "https://
|
|
2402
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2403
2403
|
},
|
|
2404
2404
|
{
|
|
2405
2405
|
chainId: 1,
|
|
@@ -2408,7 +2408,7 @@ var e = { networkRegistry: [
|
|
|
2408
2408
|
name: "Convex EusdFraxBp",
|
|
2409
2409
|
symbol: "cvxEusdFraxBp",
|
|
2410
2410
|
decimals: 18,
|
|
2411
|
-
logoURI: "https://
|
|
2411
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2412
2412
|
},
|
|
2413
2413
|
{
|
|
2414
2414
|
chainId: 1,
|
|
@@ -2417,7 +2417,7 @@ var e = { networkRegistry: [
|
|
|
2417
2417
|
name: "hETHWETH Gauge",
|
|
2418
2418
|
symbol: "hETHWETH-gauge",
|
|
2419
2419
|
decimals: 18,
|
|
2420
|
-
logoURI: "https://
|
|
2420
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2421
2421
|
},
|
|
2422
2422
|
{
|
|
2423
2423
|
chainId: 1,
|
|
@@ -2426,7 +2426,7 @@ var e = { networkRegistry: [
|
|
|
2426
2426
|
name: "pxETH-frxETH Gauge",
|
|
2427
2427
|
symbol: "pxETH-frxETH-gauge",
|
|
2428
2428
|
decimals: 18,
|
|
2429
|
-
logoURI: "https://
|
|
2429
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2430
2430
|
},
|
|
2431
2431
|
{
|
|
2432
2432
|
chainId: 1,
|
|
@@ -2435,7 +2435,7 @@ var e = { networkRegistry: [
|
|
|
2435
2435
|
name: "FRAX-FXB_2_DEC312024 Gauge",
|
|
2436
2436
|
symbol: "FRAX-FXB_2_DEC312024-gauge",
|
|
2437
2437
|
decimals: 18,
|
|
2438
|
-
logoURI: "https://
|
|
2438
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2439
2439
|
},
|
|
2440
2440
|
{
|
|
2441
2441
|
chainId: 1,
|
|
@@ -2444,7 +2444,7 @@ var e = { networkRegistry: [
|
|
|
2444
2444
|
name: "FRAX-FXB_4_DEC312026 Gauge",
|
|
2445
2445
|
symbol: "FRAX-FXB_4_DEC312026-gauge",
|
|
2446
2446
|
decimals: 18,
|
|
2447
|
-
logoURI: "https://
|
|
2447
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2448
2448
|
},
|
|
2449
2449
|
{
|
|
2450
2450
|
chainId: 1,
|
|
@@ -2453,7 +2453,7 @@ var e = { networkRegistry: [
|
|
|
2453
2453
|
name: "FRAX-FXB_1_JUN302024 Gauge",
|
|
2454
2454
|
symbol: "FRAX-FXB_1_JUN302024-gauge",
|
|
2455
2455
|
decimals: 18,
|
|
2456
|
-
logoURI: "https://
|
|
2456
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2457
2457
|
},
|
|
2458
2458
|
{
|
|
2459
2459
|
chainId: 1,
|
|
@@ -2462,7 +2462,7 @@ var e = { networkRegistry: [
|
|
|
2462
2462
|
name: "crvUSD-FraxlendV1 Gauge",
|
|
2463
2463
|
symbol: "crvUSD-FraxlendV1-gauge",
|
|
2464
2464
|
decimals: 18,
|
|
2465
|
-
logoURI: "https://
|
|
2465
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2466
2466
|
},
|
|
2467
2467
|
{
|
|
2468
2468
|
chainId: 1,
|
|
@@ -2471,7 +2471,7 @@ var e = { networkRegistry: [
|
|
|
2471
2471
|
name: "crvUSD-scrvUSD Gauge",
|
|
2472
2472
|
symbol: "crvUSD-scrvUSD-gauge",
|
|
2473
2473
|
decimals: 18,
|
|
2474
|
-
logoURI: "https://
|
|
2474
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2475
2475
|
},
|
|
2476
2476
|
{
|
|
2477
2477
|
chainId: 1,
|
|
@@ -2480,7 +2480,7 @@ var e = { networkRegistry: [
|
|
|
2480
2480
|
name: "vETH-WETH Gauge",
|
|
2481
2481
|
symbol: "vETH-WETH-gauge",
|
|
2482
2482
|
decimals: 18,
|
|
2483
|
-
logoURI: "https://
|
|
2483
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2484
2484
|
},
|
|
2485
2485
|
{
|
|
2486
2486
|
chainId: 1,
|
|
@@ -2489,7 +2489,7 @@ var e = { networkRegistry: [
|
|
|
2489
2489
|
name: "USDC-USD0 Gauge",
|
|
2490
2490
|
symbol: "USDC-USD0-gauge",
|
|
2491
2491
|
decimals: 18,
|
|
2492
|
-
logoURI: "https://
|
|
2492
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/CRV.avif"
|
|
2493
2493
|
},
|
|
2494
2494
|
{
|
|
2495
2495
|
chainId: 1,
|
|
@@ -2498,7 +2498,7 @@ var e = { networkRegistry: [
|
|
|
2498
2498
|
name: "silo-weeth-eth",
|
|
2499
2499
|
symbol: "silo-weeth-eth",
|
|
2500
2500
|
decimals: 18,
|
|
2501
|
-
logoURI: "https://
|
|
2501
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
2502
2502
|
},
|
|
2503
2503
|
{
|
|
2504
2504
|
chainId: 1,
|
|
@@ -2507,7 +2507,7 @@ var e = { networkRegistry: [
|
|
|
2507
2507
|
name: "curve-veth-Boost",
|
|
2508
2508
|
symbol: "curve-veth-Boost",
|
|
2509
2509
|
decimals: 18,
|
|
2510
|
-
logoURI: "https://
|
|
2510
|
+
logoURI: "https://storage.googleapis.com/hinkal-s3-assets/token-logos/BIFI.avif"
|
|
2511
2511
|
},
|
|
2512
2512
|
{
|
|
2513
2513
|
chainId: 1,
|