@hinkal/common 0.2.12 → 0.2.14
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 +9 -3
- package/API/API.mjs +44 -34
- package/API/ai-calls.cjs +1 -0
- package/API/ai-calls.d.ts +9 -0
- package/API/ai-calls.mjs +13 -0
- package/API/callCurveAPI.cjs +1 -1
- package/API/callCurveAPI.mjs +28 -22
- package/API/callRelayer.d.ts +3 -2
- package/API/dataServerCalls.cjs +1 -1
- package/API/dataServerCalls.d.ts +4 -0
- package/API/dataServerCalls.mjs +11 -7
- package/API/duneAPI.cjs +1 -1
- package/API/duneAPI.mjs +6 -4
- package/API/fetchCommitmentsCache.cjs +1 -1
- package/API/fetchCommitmentsCache.d.ts +9 -1
- package/API/fetchCommitmentsCache.mjs +6 -5
- package/API/getGasEstimates.cjs +1 -1
- package/API/getGasEstimates.d.ts +2 -1
- package/API/getGasEstimates.mjs +10 -9
- package/API/getServerURL.d.ts +1 -1
- package/API/index.d.ts +2 -0
- package/API/is-tx-stateless.cjs +1 -0
- package/API/is-tx-stateless.d.ts +3 -0
- package/API/is-tx-stateless.mjs +9 -0
- package/API/kycCalls.cjs +1 -1
- package/API/kycCalls.d.ts +0 -4
- package/API/kycCalls.mjs +11 -15
- package/API/rewardsPointsCalls.d.ts +0 -3
- package/API/tenderly.api.cjs +1 -0
- package/API/tenderly.api.d.ts +12 -0
- package/API/tenderly.api.mjs +47 -0
- package/API/token-calls.cjs +1 -0
- package/API/token-calls.d.ts +2 -0
- package/API/token-calls.mjs +9 -0
- package/README.md +0 -61
- package/constants/addresses.constants.cjs +1 -0
- package/constants/addresses.constants.d.ts +16 -0
- package/constants/addresses.constants.mjs +50 -0
- package/constants/assets.constants.cjs +1 -1
- package/constants/assets.constants.mjs +13 -13
- package/constants/axelar.constants.cjs +1 -1
- package/constants/axelar.constants.mjs +5 -5
- package/constants/balance.constants.cjs +1 -0
- package/constants/balance.constants.d.ts +1 -0
- package/constants/balance.constants.mjs +4 -0
- package/constants/chains.constants.cjs +1 -1
- package/constants/chains.constants.d.ts +0 -2
- package/constants/chains.constants.mjs +26 -38
- package/constants/contracts.constants.cjs +1 -1
- package/constants/contracts.constants.mjs +108 -108
- package/constants/conversion.constants.cjs +1 -0
- package/constants/conversion.constants.d.ts +1 -0
- package/constants/conversion.constants.mjs +4 -0
- package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-localhost.json.mjs +1652 -829
- package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-optimism.json.mjs +9707 -3957
- package/constants/fees.constants.cjs +1 -1
- package/constants/fees.constants.d.ts +5 -3
- package/constants/fees.constants.mjs +22 -19
- package/constants/index.d.ts +6 -0
- package/constants/mediaUrls.constants.cjs +1 -0
- package/constants/mediaUrls.constants.d.ts +23 -0
- package/constants/mediaUrls.constants.mjs +26 -0
- package/constants/permit2.constants.cjs +1 -0
- package/constants/permit2.constants.d.ts +2 -0
- package/constants/permit2.constants.mjs +5 -0
- package/constants/protocol.constants.cjs +1 -1
- package/constants/protocol.constants.d.ts +6 -0
- package/constants/protocol.constants.mjs +27 -15
- package/constants/rewards.constants.cjs +1 -1
- package/constants/rewards.constants.d.ts +0 -1
- package/constants/rewards.constants.mjs +14 -13
- package/constants/server.constants.cjs +1 -1
- package/constants/server.constants.d.ts +8 -3
- package/constants/server.constants.mjs +16 -11
- package/constants/token-data/ERC20Registry.cjs +1 -1
- package/constants/token-data/ERC20Registry.mjs +10 -9
- package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistry.json.mjs +88 -88
- package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistryFixed.json.mjs +78 -78
- package/constants/token-data/avalancheRegistry.json.cjs +1 -1
- package/constants/token-data/avalancheRegistry.json.mjs +49 -49
- package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
- package/constants/token-data/avalancheRegistryFixed.json.mjs +49 -49
- package/constants/token-data/baseRegistry.json.cjs +1 -1
- package/constants/token-data/baseRegistry.json.mjs +32 -32
- package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
- package/constants/token-data/baseRegistryFixed.json.mjs +29 -29
- package/constants/token-data/bnbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/bnbMainnetRegistry.json.mjs +65 -65
- package/constants/token-data/bnbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/bnbMainnetRegistryFixed.json.mjs +65 -65
- package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistry.json.mjs +227 -227
- package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistryFixed.json.mjs +191 -191
- package/constants/token-data/index.d.ts +91 -0
- package/constants/token-data/localhostRegistry.json.cjs +1 -1
- package/constants/token-data/localhostRegistry.json.mjs +294 -277
- package/constants/token-data/optimismRegistry.json.cjs +1 -1
- package/constants/token-data/optimismRegistry.json.mjs +702 -182
- package/constants/token-data/optimismRegistryFixed.json.cjs +1 -1
- package/constants/token-data/optimismRegistryFixed.json.mjs +678 -175
- package/constants/token-data/polygonRegistry.json.cjs +1 -1
- package/constants/token-data/polygonRegistry.json.mjs +109 -109
- package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
- package/constants/token-data/polygonRegistryFixed.json.mjs +101 -101
- package/constants/token.limits.constants.cjs +1 -0
- package/constants/token.limits.constants.d.ts +5 -0
- package/constants/token.limits.constants.mjs +30 -0
- package/constants/vite.constants.cjs +1 -1
- package/constants/vite.constants.d.ts +5 -0
- package/constants/vite.constants.mjs +26 -22
- package/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/data-structures/Hinkal/Hinkal.d.ts +46 -21
- package/data-structures/Hinkal/Hinkal.mjs +260 -92
- package/data-structures/Hinkal/IHinkal.d.ts +35 -11
- package/data-structures/Hinkal/hinkalActionBeefy.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionBeefy.mjs +5 -4
- package/data-structures/Hinkal/hinkalActionConvex.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionConvex.mjs +4 -3
- package/data-structures/Hinkal/hinkalActionCurve.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionCurve.mjs +5 -4
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.cjs +1 -0
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.d.ts +3 -0
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.mjs +61 -0
- package/data-structures/Hinkal/hinkalActionLidoEth.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionLidoEth.mjs +9 -8
- package/data-structures/Hinkal/hinkalActionPendle.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionPendle.mjs +17 -16
- package/data-structures/Hinkal/hinkalActionPendleLP.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionPendleLP.mjs +14 -12
- package/data-structures/Hinkal/hinkalActionReceive.cjs +1 -0
- package/data-structures/Hinkal/hinkalActionReceive.d.ts +4 -0
- package/data-structures/Hinkal/hinkalActionReceive.mjs +39 -0
- package/data-structures/Hinkal/hinkalActionStake.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionStake.mjs +12 -9
- package/data-structures/Hinkal/hinkalActionVolatile.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionVolatile.mjs +25 -21
- package/data-structures/Hinkal/hinkalApprove.cjs +1 -0
- package/data-structures/Hinkal/hinkalApprove.d.ts +2 -0
- package/data-structures/Hinkal/hinkalApprove.mjs +120 -0
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.cjs +1 -0
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.d.ts +3 -0
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.mjs +12 -0
- package/data-structures/Hinkal/hinkalDeploySubAccount.cjs +1 -0
- package/data-structures/Hinkal/hinkalDeploySubAccount.d.ts +3 -0
- package/data-structures/Hinkal/hinkalDeploySubAccount.mjs +15 -0
- package/data-structures/Hinkal/hinkalDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalDeposit.d.ts +3 -2
- package/data-structures/Hinkal/hinkalDeposit.mjs +96 -71
- package/data-structures/Hinkal/hinkalGetRecipientInfo.cjs +1 -1
- package/data-structures/Hinkal/hinkalGetRecipientInfo.d.ts +1 -1
- package/data-structures/Hinkal/hinkalGetRecipientInfo.mjs +5 -11
- package/data-structures/Hinkal/hinkalGetZkMeProvider.cjs +1 -1
- package/data-structures/Hinkal/hinkalGetZkMeProvider.mjs +6 -18
- package/data-structures/Hinkal/hinkalInsideTransact.cjs +1 -0
- package/data-structures/Hinkal/hinkalInsideTransact.d.ts +2 -0
- package/data-structures/Hinkal/hinkalInsideTransact.mjs +111 -0
- package/data-structures/Hinkal/hinkalMultiSend.cjs +1 -0
- package/data-structures/Hinkal/hinkalMultiSend.d.ts +3 -0
- package/data-structures/Hinkal/hinkalMultiSend.mjs +13 -0
- package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
- package/data-structures/Hinkal/hinkalPrivateWallet.d.ts +2 -1
- package/data-structures/Hinkal/hinkalPrivateWallet.mjs +83 -38
- package/data-structures/Hinkal/hinkalProoflessDeposit.cjs +1 -0
- package/data-structures/Hinkal/hinkalProoflessDeposit.d.ts +4 -0
- package/data-structures/Hinkal/hinkalProoflessDeposit.mjs +46 -0
- package/data-structures/Hinkal/hinkalProxySwap.cjs +1 -0
- package/data-structures/Hinkal/hinkalProxySwap.d.ts +5 -0
- package/data-structures/Hinkal/hinkalProxySwap.mjs +36 -0
- package/data-structures/Hinkal/hinkalSignSubAccount.cjs +1 -0
- package/data-structures/Hinkal/hinkalSignSubAccount.d.ts +3 -0
- package/data-structures/Hinkal/hinkalSignSubAccount.mjs +20 -0
- package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSwap.d.ts +2 -1
- package/data-structures/Hinkal/hinkalSwap.mjs +68 -60
- package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdraw.d.ts +3 -1
- package/data-structures/Hinkal/hinkalWithdraw.mjs +76 -50
- package/data-structures/Hinkal/index.d.ts +1 -0
- package/data-structures/Hinkal/resetMerkleTrees.cjs +1 -1
- package/data-structures/Hinkal/resetMerkleTrees.mjs +18 -11
- package/data-structures/IndexedDB/activity-db.cjs +1 -0
- package/data-structures/IndexedDB/activity-db.d.ts +16 -0
- package/data-structures/IndexedDB/activity-db.mjs +124 -0
- package/data-structures/IndexedDB/balances-db.cjs +1 -0
- package/data-structures/IndexedDB/balances-db.d.ts +13 -0
- package/data-structures/IndexedDB/balances-db.mjs +75 -0
- package/data-structures/IndexedDB/contact-db.cjs +1 -0
- package/data-structures/IndexedDB/contact-db.d.ts +11 -0
- package/data-structures/IndexedDB/contact-db.mjs +44 -0
- package/data-structures/IndexedDB/index.d.ts +5 -0
- package/data-structures/IndexedDB/prices-db.cjs +1 -0
- package/data-structures/IndexedDB/prices-db.d.ts +9 -0
- package/data-structures/IndexedDB/prices-db.mjs +62 -0
- package/data-structures/IndexedDB/private-balances-db.cjs +1 -0
- package/data-structures/IndexedDB/private-balances-db.d.ts +9 -0
- package/data-structures/IndexedDB/private-balances-db.mjs +28 -0
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs +1 -1
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs +47 -44
- package/data-structures/TokenDBs/PrivateTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/PrivateTokensDB.d.ts +11 -0
- package/data-structures/TokenDBs/PrivateTokensDB.mjs +53 -0
- package/data-structures/TokenDBs/PublicTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/PublicTokensDB.d.ts +13 -0
- package/data-structures/TokenDBs/PublicTokensDB.mjs +81 -0
- package/data-structures/TokenDBs/index.d.ts +2 -0
- package/data-structures/cacheDevices/AttachableMemoryCacheDevice.cjs +1 -0
- package/data-structures/cacheDevices/AttachableMemoryCacheDevice.d.ts +8 -0
- package/data-structures/cacheDevices/AttachableMemoryCacheDevice.mjs +28 -0
- package/data-structures/cacheDevices/BaseCacheDevice.cjs +1 -1
- package/data-structures/cacheDevices/BaseCacheDevice.d.ts +9 -6
- package/data-structures/cacheDevices/BaseCacheDevice.mjs +13 -4
- package/data-structures/cacheDevices/FileCacheDevice.cjs +1 -1
- package/data-structures/cacheDevices/FileCacheDevice.d.ts +1 -0
- package/data-structures/cacheDevices/FileCacheDevice.mjs +7 -3
- package/data-structures/cacheDevices/LocalStorageCacheDevice.cjs +1 -1
- package/data-structures/cacheDevices/LocalStorageCacheDevice.d.ts +2 -1
- package/data-structures/cacheDevices/LocalStorageCacheDevice.mjs +10 -5
- package/data-structures/crypto-keys/decodeUTXO.cjs +1 -1
- package/data-structures/crypto-keys/decodeUTXO.mjs +13 -12
- package/data-structures/crypto-keys/keys.cjs +1 -1
- package/data-structures/crypto-keys/keys.d.ts +13 -3
- package/data-structures/crypto-keys/keys.mjs +45 -34
- package/data-structures/custom-token-registry/CustomTokenRegistry.cjs +1 -1
- package/data-structures/custom-token-registry/CustomTokenRegistry.d.ts +2 -3
- package/data-structures/custom-token-registry/CustomTokenRegistry.mjs +17 -21
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.mjs +15 -29
- package/data-structures/event-service/AbstractApprovalsSnapshotService.cjs +1 -0
- package/data-structures/event-service/AbstractApprovalsSnapshotService.d.ts +30 -0
- package/data-structures/event-service/AbstractApprovalsSnapshotService.mjs +104 -0
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.mjs +24 -37
- package/data-structures/event-service/AbstractEventService.cjs +1 -1
- package/data-structures/event-service/AbstractEventService.d.ts +1 -1
- package/data-structures/event-service/AbstractEventService.mjs +34 -46
- package/data-structures/event-service/index.d.ts +1 -0
- package/data-structures/index.d.ts +2 -0
- package/data-structures/merkle-tree/MerkleTree.cjs +1 -1
- package/data-structures/merkle-tree/MerkleTree.d.ts +4 -1
- package/data-structures/merkle-tree/MerkleTree.mjs +66 -65
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +1 -1
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.d.ts +1 -1
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +10 -6
- package/data-structures/provider-adapter/IProviderAdapter.d.ts +2 -0
- package/data-structures/snapshot/ClientAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/snapshot/ClientAccessTokenSnapshotService.mjs +6 -10
- package/data-structures/snapshot/ClientApprovalsSnapshotService.cjs +1 -0
- package/data-structures/snapshot/ClientApprovalsSnapshotService.d.ts +8 -0
- package/data-structures/snapshot/ClientApprovalsSnapshotService.mjs +23 -0
- package/data-structures/snapshot/ClientCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/snapshot/ClientCommitmentsSnapshotService.mjs +6 -10
- package/data-structures/snapshot/ClientNullifierSnapshotService.cjs +1 -1
- package/data-structures/snapshot/ClientNullifierSnapshotService.mjs +6 -10
- package/data-structures/token-price-fetcher/TokenChecker.cjs +1 -1
- package/data-structures/token-price-fetcher/TokenChecker.d.ts +1 -0
- package/data-structures/token-price-fetcher/TokenChecker.mjs +4 -2
- package/data-structures/transactions-manager/TransactionsManager.cjs +1 -1
- package/data-structures/transactions-manager/TransactionsManager.d.ts +6 -5
- package/data-structures/transactions-manager/TransactionsManager.mjs +95 -100
- package/data-structures/transactions-manager/history/getBeefyData.cjs +1 -1
- package/data-structures/transactions-manager/history/getBeefyData.mjs +3 -2
- package/data-structures/transactions-manager/history/getConvexData.cjs +1 -1
- package/data-structures/transactions-manager/history/getConvexData.mjs +3 -2
- package/data-structures/transactions-manager/history/getCurveData.cjs +1 -1
- package/data-structures/transactions-manager/history/getCurveData.mjs +3 -2
- package/data-structures/transactions-manager/history/getLidoData.cjs +1 -1
- package/data-structures/transactions-manager/history/getLidoData.mjs +3 -2
- package/data-structures/transactions-manager/history/getPendleData.cjs +1 -1
- package/data-structures/transactions-manager/history/getPendleData.mjs +13 -12
- package/data-structures/transactions-manager/history/getTxDetails.cjs +1 -1
- package/data-structures/transactions-manager/history/getTxDetails.mjs +22 -20
- package/data-structures/transactions-manager/history/getVolatileData.cjs +1 -1
- package/data-structures/transactions-manager/history/getVolatileData.mjs +11 -10
- package/data-structures/transactions-manager/history/history.types.cjs +1 -1
- package/data-structures/transactions-manager/history/history.types.mjs +4 -2
- package/data-structures/utxo/Utxo.cjs +1 -1
- package/data-structures/utxo/Utxo.d.ts +3 -3
- package/data-structures/utxo/Utxo.mjs +8 -7
- package/error-handling/error-codes.constants.cjs +2 -2
- package/error-handling/error-codes.constants.d.ts +20 -3
- package/error-handling/error-codes.constants.mjs +139 -126
- package/error-handling/get-error.message.cjs +1 -1
- package/error-handling/get-error.message.mjs +29 -25
- package/error-handling/index.d.ts +1 -0
- package/error-handling/logger.cjs +1 -0
- package/error-handling/logger.d.ts +5 -0
- package/error-handling/logger.mjs +16 -0
- package/error-handling/types.cjs +1 -1
- package/error-handling/types.d.ts +3 -1
- package/error-handling/types.mjs +2 -2
- package/functions/pre-transaction/getExternalSwapAddress.cjs +1 -0
- package/functions/pre-transaction/getExternalSwapAddress.d.ts +3 -0
- package/functions/pre-transaction/getExternalSwapAddress.mjs +26 -0
- package/functions/pre-transaction/getFeeStructure.cjs +1 -0
- package/functions/pre-transaction/getFeeStructure.d.ts +4 -0
- package/functions/pre-transaction/getFeeStructure.mjs +30 -0
- package/functions/pre-transaction/getFlatFees.cjs +1 -1
- package/functions/pre-transaction/getFlatFees.d.ts +3 -7
- package/functions/pre-transaction/getFlatFees.mjs +52 -46
- package/functions/pre-transaction/getSignatureDataForTransact.cjs +1 -0
- package/functions/pre-transaction/getSignatureDataForTransact.d.ts +3 -0
- package/functions/pre-transaction/getSignatureDataForTransact.mjs +6 -0
- package/functions/pre-transaction/index.d.ts +1 -0
- package/functions/pre-transaction/interaction-to-action.cjs +1 -1
- package/functions/pre-transaction/interaction-to-action.mjs +3 -2
- package/functions/pre-transaction/merge-with-fee-structure.cjs +1 -0
- package/functions/pre-transaction/merge-with-fee-structure.d.ts +2 -0
- package/functions/pre-transaction/merge-with-fee-structure.mjs +25 -0
- package/functions/pre-transaction/outputApprovalDataProcessing.cjs +1 -0
- package/functions/pre-transaction/outputApprovalDataProcessing.d.ts +16 -0
- package/functions/pre-transaction/outputApprovalDataProcessing.mjs +42 -0
- package/functions/pre-transaction/outputUtxoProcessing.cjs +1 -1
- package/functions/pre-transaction/outputUtxoProcessing.d.ts +1 -1
- package/functions/pre-transaction/outputUtxoProcessing.mjs +19 -30
- package/functions/pre-transaction/process-gas-estimates.cjs +1 -1
- package/functions/pre-transaction/process-gas-estimates.d.ts +2 -2
- package/functions/pre-transaction/process-gas-estimates.mjs +17 -28
- package/functions/pre-transaction/processAmountChanges.cjs +1 -1
- package/functions/pre-transaction/processAmountChanges.mjs +34 -23
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.cjs +1 -0
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.d.ts +6 -0
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.mjs +7 -0
- package/functions/private-wallet/emporium.helpers.cjs +1 -1
- package/functions/private-wallet/emporium.helpers.d.ts +17 -4
- package/functions/private-wallet/emporium.helpers.mjs +119 -12
- package/functions/private-wallet/emporium.swap.helpers.cjs +1 -0
- package/functions/private-wallet/emporium.swap.helpers.d.ts +5 -0
- package/functions/private-wallet/emporium.swap.helpers.mjs +92 -0
- package/functions/private-wallet/index.d.ts +2 -0
- package/functions/private-wallet/opProducer.cjs +1 -1
- package/functions/private-wallet/opProducer.mjs +1 -1
- package/functions/private-wallet/smartContractWalletCalculator.cjs +1 -0
- package/functions/private-wallet/smartContractWalletCalculator.d.ts +5 -0
- package/functions/private-wallet/smartContractWalletCalculator.mjs +25 -0
- package/functions/protocols/convex.protocols.cjs +1 -1
- package/functions/protocols/convex.protocols.mjs +10 -8
- package/functions/protocols/pendle.helpers.cjs +1 -1
- package/functions/protocols/pendle.helpers.mjs +16 -12
- package/functions/snarkjs/common.snarkjs.cjs +1 -1
- package/functions/snarkjs/common.snarkjs.d.ts +8 -5
- package/functions/snarkjs/common.snarkjs.mjs +177 -87
- package/functions/snarkjs/constant.cjs +1 -1
- package/functions/snarkjs/constant.d.ts +223 -2
- package/functions/snarkjs/constant.mjs +313 -93
- package/functions/snarkjs/constructEmporiumProof.cjs +1 -1
- package/functions/snarkjs/constructEmporiumProof.d.ts +6 -3
- package/functions/snarkjs/constructEmporiumProof.mjs +148 -84
- package/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
- package/functions/snarkjs/constructGeneralZkProof.d.ts +5 -3
- package/functions/snarkjs/constructGeneralZkProof.mjs +141 -86
- package/functions/snarkjs/generateCircomData.cjs +1 -1
- package/functions/snarkjs/generateCircomData.d.ts +3 -2
- package/functions/snarkjs/generateCircomData.mjs +33 -35
- package/functions/snarkjs/generateZkProof.cjs +1 -1
- package/functions/snarkjs/generateZkProof.d.ts +2 -2
- package/functions/snarkjs/generateZkProof.mjs +4 -4
- package/functions/snarkjs/generateZkProofEnclave.cjs +1 -1
- package/functions/snarkjs/generateZkProofEnclave.d.ts +2 -1
- package/functions/snarkjs/generateZkProofEnclave.mjs +22 -29
- package/functions/snarkjs/generateZkProofSelf.cjs +1 -1
- package/functions/snarkjs/generateZkProofSelf.d.ts +2 -2
- package/functions/snarkjs/generateZkProofSelf.mjs +10 -10
- package/functions/snarkjs/getOriginalSender.cjs +1 -0
- package/functions/snarkjs/getOriginalSender.d.ts +1 -0
- package/functions/snarkjs/getOriginalSender.mjs +5 -0
- package/functions/snarkjs/getZKFiles.cjs +1 -1
- package/functions/snarkjs/getZKFiles.d.ts +3 -2
- package/functions/snarkjs/getZKFiles.mjs +14 -5
- package/functions/utils/addresses.cjs +1 -0
- package/functions/utils/addresses.d.ts +4 -0
- package/functions/utils/addresses.mjs +20 -0
- package/functions/utils/amounts.utils.cjs +1 -1
- package/functions/utils/amounts.utils.d.ts +4 -1
- package/functions/utils/amounts.utils.mjs +29 -27
- package/functions/utils/arraysMatch.cjs +1 -0
- package/functions/utils/arraysMatch.d.ts +1 -0
- package/functions/utils/arraysMatch.mjs +4 -0
- package/functions/utils/axelar.utils.cjs +1 -1
- package/functions/utils/axelar.utils.d.ts +1 -0
- package/functions/utils/axelar.utils.mjs +31 -9
- package/functions/utils/cacheDevice.utils.cjs +1 -1
- package/functions/utils/cacheDevice.utils.mjs +5 -3
- package/functions/utils/cacheFunctions.cjs +1 -1
- package/functions/utils/cacheFunctions.d.ts +10 -7
- package/functions/utils/cacheFunctions.mjs +62 -39
- package/functions/utils/convertEmporiumOpToCallInfo.cjs +1 -0
- package/functions/utils/convertEmporiumOpToCallInfo.d.ts +2 -0
- package/functions/utils/convertEmporiumOpToCallInfo.mjs +10 -0
- package/functions/utils/convertIntegrationProviderToExternalActionId.cjs +1 -1
- package/functions/utils/convertIntegrationProviderToExternalActionId.d.ts +2 -1
- package/functions/utils/convertIntegrationProviderToExternalActionId.mjs +7 -10
- package/functions/utils/encodeTokenWithId.cjs +1 -0
- package/functions/utils/encodeTokenWithId.d.ts +2 -0
- package/functions/utils/encodeTokenWithId.mjs +4 -0
- package/functions/utils/encryptInputForEnclave.cjs +1 -0
- package/functions/utils/encryptInputForEnclave.d.ts +8 -0
- package/functions/utils/encryptInputForEnclave.mjs +43 -0
- package/functions/utils/erc20tokenFunctions.cjs +1 -1
- package/functions/utils/erc20tokenFunctions.d.ts +8 -2
- package/functions/utils/erc20tokenFunctions.mjs +22 -14
- package/functions/utils/evmNetworkFunctions.cjs +1 -1
- package/functions/utils/evmNetworkFunctions.mjs +6 -4
- package/functions/utils/external-action.utils.d.ts +2 -2
- package/functions/utils/fees.utils.cjs +1 -0
- package/functions/utils/fees.utils.d.ts +2 -0
- package/functions/utils/fees.utils.mjs +14 -0
- package/functions/utils/getBlockExplorerUrl.cjs +1 -0
- package/functions/utils/getBlockExplorerUrl.d.ts +1 -0
- package/functions/utils/getBlockExplorerUrl.mjs +6 -0
- package/functions/utils/getRecipientInfoFromUserKeys.cjs +1 -0
- package/functions/utils/getRecipientInfoFromUserKeys.d.ts +3 -0
- package/functions/utils/getRecipientInfoFromUserKeys.mjs +18 -0
- package/functions/utils/index.d.ts +12 -0
- package/functions/utils/involves-permit2-op.cjs +1 -0
- package/functions/utils/involves-permit2-op.d.ts +1 -0
- package/functions/utils/involves-permit2-op.mjs +5 -0
- package/functions/utils/merkleTree.utils.cjs +1 -0
- package/functions/utils/merkleTree.utils.d.ts +2 -0
- package/functions/utils/merkleTree.utils.mjs +19 -0
- package/functions/utils/prepareHinkal.d.ts +6 -0
- package/functions/utils/processUseApprovalUtxoData.cjs +1 -0
- package/functions/utils/processUseApprovalUtxoData.d.ts +3 -0
- package/functions/utils/processUseApprovalUtxoData.mjs +19 -0
- package/functions/utils/publicBalance.utils.cjs +1 -0
- package/functions/utils/publicBalance.utils.d.ts +5 -0
- package/functions/utils/publicBalance.utils.mjs +25 -0
- package/functions/utils/replaceAddressInCalldata.cjs +1 -0
- package/functions/utils/replaceAddressInCalldata.d.ts +1 -0
- package/functions/utils/replaceAddressInCalldata.mjs +7 -0
- package/functions/utils/rpc-int-encode.cjs +1 -0
- package/functions/utils/rpc-int-encode.d.ts +2 -0
- package/functions/utils/rpc-int-encode.mjs +8 -0
- package/functions/utils/serialize.utils.cjs +1 -1
- package/functions/utils/serialize.utils.d.ts +1 -0
- package/functions/utils/serialize.utils.mjs +3 -2
- package/functions/utils/string.utils.cjs +1 -1
- package/functions/utils/string.utils.d.ts +3 -0
- package/functions/utils/string.utils.mjs +31 -7
- package/functions/utils/time.utils.cjs +1 -1
- package/functions/utils/time.utils.d.ts +1 -0
- package/functions/utils/time.utils.mjs +4 -3
- package/functions/utils/token-check.utils.cjs +1 -0
- package/functions/utils/token-check.utils.d.ts +1 -0
- package/functions/utils/token-check.utils.mjs +10 -0
- package/functions/utils/upToDateState.cjs +1 -0
- package/functions/utils/upToDateState.d.ts +2 -0
- package/functions/utils/upToDateState.mjs +11 -0
- package/functions/web3/events/balanceChangedCustomHandler.cjs +1 -0
- package/functions/web3/events/balanceChangedCustomHandler.d.ts +2 -0
- package/functions/web3/events/balanceChangedCustomHandler.mjs +14 -0
- package/functions/web3/events/balanceChangedHandler.cjs +1 -1
- package/functions/web3/events/balanceChangedHandler.mjs +5 -4
- package/functions/web3/events/getApprovedBalance.cjs +1 -0
- package/functions/web3/events/getApprovedBalance.d.ts +7 -0
- package/functions/web3/events/getApprovedBalance.mjs +80 -0
- package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -1
- package/functions/web3/events/getInputUtxoAndBalance.d.ts +16 -3
- package/functions/web3/events/getInputUtxoAndBalance.mjs +128 -46
- package/functions/web3/events/getShieldedBalance.cjs +2 -2
- package/functions/web3/events/getShieldedBalance.d.ts +1 -1
- package/functions/web3/events/getShieldedBalance.mjs +79 -82
- package/functions/web3/events/index.d.ts +2 -0
- package/functions/web3/functionCalls/accessTokenCalls.cjs +1 -1
- package/functions/web3/functionCalls/accessTokenCalls.d.ts +2 -2
- package/functions/web3/functionCalls/accessTokenCalls.mjs +19 -17
- package/functions/web3/functionCalls/approveToken.cjs +1 -1
- package/functions/web3/functionCalls/approveToken.mjs +8 -7
- package/functions/web3/functionCalls/approveTokensToHinkal.cjs +1 -0
- package/functions/web3/functionCalls/approveTokensToHinkal.d.ts +4 -0
- package/functions/web3/functionCalls/approveTokensToHinkal.mjs +11 -0
- package/functions/web3/functionCalls/estimateGasRelayer.cjs +1 -1
- package/functions/web3/functionCalls/estimateGasRelayer.d.ts +2 -2
- package/functions/web3/functionCalls/estimateGasRelayer.mjs +14 -8
- package/functions/web3/functionCalls/inHinkalApprovalCalls.cjs +1 -0
- package/functions/web3/functionCalls/inHinkalApprovalCalls.d.ts +5 -0
- package/functions/web3/functionCalls/inHinkalApprovalCalls.mjs +32 -0
- package/functions/web3/functionCalls/relayFunctions.d.ts +1 -15
- package/functions/web3/functionCalls/transactCallDirect.cjs +1 -1
- package/functions/web3/functionCalls/transactCallDirect.d.ts +2 -2
- package/functions/web3/functionCalls/transactCallDirect.mjs +29 -42
- package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
- package/functions/web3/functionCalls/transactCallRelayer.d.ts +2 -2
- package/functions/web3/functionCalls/transactCallRelayer.mjs +26 -5
- package/functions/web3/odosAPI.cjs +1 -1
- package/functions/web3/odosAPI.mjs +6 -3
- package/functions/web3/oneInchAPI.cjs +1 -1
- package/functions/web3/oneInchAPI.mjs +6 -3
- package/functions/web3/runContractFunction.cjs +1 -1
- package/functions/web3/runContractFunction.mjs +3 -2
- package/functions/web3/uniswapAPI.cjs +1 -1
- package/functions/web3/uniswapAPI.mjs +6 -3
- package/index.cjs +1 -1
- package/index.mjs +756 -612
- package/package.json +6 -2
- package/providers/EthersProviderAdapter.cjs +1 -1
- package/providers/EthersProviderAdapter.d.ts +7 -3
- package/providers/EthersProviderAdapter.mjs +31 -11
- package/providers/WagmiProviderAdapter.cjs +1 -1
- package/providers/WagmiProviderAdapter.d.ts +3 -1
- package/providers/WagmiProviderAdapter.mjs +12 -4
- package/providers/prepareEthersHinkal.cjs +1 -1
- package/providers/prepareEthersHinkal.mjs +17 -11
- package/providers/prepareWagmiHinkal.cjs +1 -1
- package/providers/prepareWagmiHinkal.mjs +17 -11
- package/types/API.types.d.ts +21 -0
- package/types/ICacheDevice.d.ts +4 -3
- package/types/TransactionSimulator.types.d.ts +9 -0
- package/types/activities.types.cjs +1 -0
- package/types/activities.types.d.ts +45 -0
- package/types/activities.types.mjs +13 -0
- package/types/balances.types.cjs +1 -0
- package/types/balances.types.d.ts +17 -0
- package/types/balances.types.mjs +4 -0
- package/types/cache.types.cjs +1 -0
- package/types/cache.types.d.ts +27 -0
- package/types/cache.types.mjs +4 -0
- package/types/circom-data.types.d.ts +29 -9
- package/types/commitments.types.d.ts +6 -0
- package/types/contacts.types.d.ts +5 -0
- package/types/crypto.types.d.ts +1 -0
- package/types/earlyAccessCode.types.d.ts +4 -0
- package/types/ethereum-network.types.cjs +1 -1
- package/types/ethereum-network.types.d.ts +66 -62
- package/types/ethereum-network.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/fee.types.d.ts +9 -0
- package/types/hinkal.types.cjs +1 -1
- package/types/hinkal.types.d.ts +43 -5
- package/types/hinkal.types.mjs +37 -13
- package/types/index.d.ts +9 -0
- package/types/rewards.types.cjs +1 -1
- package/types/rewards.types.d.ts +3 -4
- package/types/rewards.types.mjs +12 -12
- package/types/sandbox.types.cjs +1 -0
- package/types/sandbox.types.d.ts +157 -0
- package/types/sandbox.types.mjs +4 -0
- package/types/tenderly.api.types.d.ts +180 -0
- package/types/token-with-id.types.d.ts +4 -0
- package/types/token.types.d.ts +23 -0
- package/types/transactions.types.cjs +1 -1
- package/types/transactions.types.d.ts +31 -0
- package/types/transactions.types.mjs +8 -5
- package/types/wc.types.d.ts +89 -0
- package/types/with-id.types.d.ts +3 -0
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.mjs +26 -31
- package/webworker/utxoWorker/utxoWorkerLauncher.cjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLauncher.mjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLogic.cjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLogic.mjs +58 -50
- package/webworker/viteWorkerURL.constant.cjs +3 -3
- package/webworker/viteWorkerURL.constant.mjs +3 -3
- package/webworker/workerFactory.cjs +1 -1
- package/webworker/workerFactory.mjs +2 -2
- package/webworker/workerProxy.cjs +1 -1
- package/webworker/workerProxy.d.ts +11 -11
- package/webworker/workerProxy.mjs +24 -26
- package/webworker/zkProofWorker/zkProofWorker.types.d.ts +2 -0
- package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLogic.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLogic.mjs +47 -61
- package/functions/utils/memoize.utils.cjs +0 -1
- package/functions/utils/memoize.utils.mjs +0 -14
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const o = [
|
|
2
2
|
{
|
|
3
3
|
chainId: 137,
|
|
4
4
|
erc20TokenAddress: "0x0000000000000000000000000000000000000000",
|
|
@@ -6,7 +6,7 @@ const e = [
|
|
|
6
6
|
name: "Polygon Matic",
|
|
7
7
|
symbol: "MATIC",
|
|
8
8
|
decimals: 18,
|
|
9
|
-
logoURI: "https://assets.coingecko.com/coins/images/4713/
|
|
9
|
+
logoURI: "https://assets.coingecko.com/coins/images/4713/standard/polygon.png?1698233745"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
chainId: 137,
|
|
@@ -14,7 +14,7 @@ const e = [
|
|
|
14
14
|
name: "USD Coin (PoS)",
|
|
15
15
|
symbol: "USDC.e",
|
|
16
16
|
decimals: 6,
|
|
17
|
-
logoURI: "https://
|
|
17
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif",
|
|
18
18
|
approvalType: 1
|
|
19
19
|
},
|
|
20
20
|
{
|
|
@@ -23,7 +23,7 @@ const e = [
|
|
|
23
23
|
name: "USD Coin",
|
|
24
24
|
symbol: "USDC",
|
|
25
25
|
decimals: 6,
|
|
26
|
-
logoURI: "https://
|
|
26
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
chainId: 137,
|
|
@@ -31,7 +31,7 @@ const e = [
|
|
|
31
31
|
name: "USDT",
|
|
32
32
|
symbol: "USDT",
|
|
33
33
|
decimals: 6,
|
|
34
|
-
logoURI: "https://
|
|
34
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDT.avif"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
chainId: 137,
|
|
@@ -39,7 +39,7 @@ const e = [
|
|
|
39
39
|
name: "WETH",
|
|
40
40
|
symbol: "WETH",
|
|
41
41
|
decimals: 18,
|
|
42
|
-
logoURI: "https://
|
|
42
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WETH.avif"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
chainId: 137,
|
|
@@ -47,7 +47,7 @@ const e = [
|
|
|
47
47
|
name: "Wrapped Bitcoin",
|
|
48
48
|
symbol: "WBTC",
|
|
49
49
|
decimals: 8,
|
|
50
|
-
logoURI: "https://
|
|
50
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WBTC.avif"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
chainId: 137,
|
|
@@ -55,7 +55,7 @@ const e = [
|
|
|
55
55
|
name: "Dai",
|
|
56
56
|
symbol: "DAI",
|
|
57
57
|
decimals: 18,
|
|
58
|
-
logoURI: "https://
|
|
58
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/DAI.avif",
|
|
59
59
|
approvalType: 2
|
|
60
60
|
},
|
|
61
61
|
{
|
|
@@ -144,7 +144,7 @@ const e = [
|
|
|
144
144
|
name: "Curve.fi amWBTC/renBTC",
|
|
145
145
|
symbol: "Crv amWBTC/renBTC ",
|
|
146
146
|
decimals: 18,
|
|
147
|
-
logoURI: "https://
|
|
147
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
chainId: 137,
|
|
@@ -152,7 +152,7 @@ const e = [
|
|
|
152
152
|
name: "Frax",
|
|
153
153
|
symbol: "FRAX",
|
|
154
154
|
decimals: 18,
|
|
155
|
-
logoURI: "https://
|
|
155
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/FRAX.avif"
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
chainId: 137,
|
|
@@ -160,7 +160,7 @@ const e = [
|
|
|
160
160
|
name: "Curve.fi Factory Plain Pool: MAI FRAX Stablecoin Pool",
|
|
161
161
|
symbol: "MAIFRAXLP-f",
|
|
162
162
|
decimals: 18,
|
|
163
|
-
logoURI: "https://
|
|
163
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
chainId: 137,
|
|
@@ -168,7 +168,7 @@ const e = [
|
|
|
168
168
|
name: "Curve.fi Factory Plain Pool: 2jpy-2",
|
|
169
169
|
symbol: "Crv 2jpy-2 ",
|
|
170
170
|
decimals: 18,
|
|
171
|
-
logoURI: "https://
|
|
171
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
chainId: 137,
|
|
@@ -192,7 +192,7 @@ const e = [
|
|
|
192
192
|
name: "Curve.fi Factory Plain Pool: 4eur (4eur-f)",
|
|
193
193
|
symbol: "Crv 4eur",
|
|
194
194
|
decimals: 18,
|
|
195
|
-
logoURI: "https://
|
|
195
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
198
|
chainId: 137,
|
|
@@ -224,7 +224,7 @@ const e = [
|
|
|
224
224
|
name: "miMATIC",
|
|
225
225
|
symbol: "MAI",
|
|
226
226
|
decimals: 18,
|
|
227
|
-
logoURI: "https://
|
|
227
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/MAI.avif"
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
230
|
chainId: 137,
|
|
@@ -232,7 +232,7 @@ const e = [
|
|
|
232
232
|
name: "Axelar Wrapped USDC",
|
|
233
233
|
symbol: "axlUSDC",
|
|
234
234
|
decimals: 6,
|
|
235
|
-
logoURI: "https://
|
|
235
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/axlusdc.avif"
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
chainId: 137,
|
|
@@ -264,7 +264,7 @@ const e = [
|
|
|
264
264
|
name: "CRV (PoS)",
|
|
265
265
|
symbol: "CRV",
|
|
266
266
|
decimals: 18,
|
|
267
|
-
logoURI: "https://
|
|
267
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
270
|
chainId: 137,
|
|
@@ -272,7 +272,7 @@ const e = [
|
|
|
272
272
|
name: "Curve USD-BTC-ETH",
|
|
273
273
|
symbol: "crvUSDBTCETH",
|
|
274
274
|
decimals: 18,
|
|
275
|
-
logoURI: "https://
|
|
275
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
278
|
chainId: 137,
|
|
@@ -280,7 +280,7 @@ const e = [
|
|
|
280
280
|
name: "Curve USD-BTC-ETH",
|
|
281
281
|
symbol: "crvUSDBTCETH-2",
|
|
282
282
|
decimals: 18,
|
|
283
|
-
logoURI: "https://
|
|
283
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
286
|
chainId: 137,
|
|
@@ -288,7 +288,7 @@ const e = [
|
|
|
288
288
|
name: "CRV/TRICRYPTO",
|
|
289
289
|
symbol: "CRVTRI-f",
|
|
290
290
|
decimals: 18,
|
|
291
|
-
logoURI: "https://
|
|
291
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
294
|
chainId: 137,
|
|
@@ -312,7 +312,7 @@ const e = [
|
|
|
312
312
|
name: "Curve.fi Factory USD Metapool: MAI+3Pool",
|
|
313
313
|
symbol: "MAI+3Pool3CRV-f",
|
|
314
314
|
decimals: 18,
|
|
315
|
-
logoURI: "https://
|
|
315
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
318
|
chainId: 137,
|
|
@@ -320,7 +320,7 @@ const e = [
|
|
|
320
320
|
name: "Curve.fi Factory USD Metapool: USDR+3Pool",
|
|
321
321
|
symbol: "USDR3CRV-f",
|
|
322
322
|
decimals: 18,
|
|
323
|
-
logoURI: "https://
|
|
323
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
326
|
chainId: 137,
|
|
@@ -328,7 +328,7 @@ const e = [
|
|
|
328
328
|
name: "WMATIC/TRICRYPTO",
|
|
329
329
|
symbol: "WMATICTRI-f",
|
|
330
330
|
decimals: 18,
|
|
331
|
-
logoURI: "https://
|
|
331
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
chainId: 137,
|
|
@@ -336,7 +336,7 @@ const e = [
|
|
|
336
336
|
name: "L3USD/AAVE",
|
|
337
337
|
symbol: "L3USDAAVE3CRV-f",
|
|
338
338
|
decimals: 18,
|
|
339
|
-
logoURI: "https://
|
|
339
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
342
|
chainId: 137,
|
|
@@ -344,7 +344,7 @@ const e = [
|
|
|
344
344
|
name: "stMATIC/WMATIC",
|
|
345
345
|
symbol: "stMATIC-f",
|
|
346
346
|
decimals: 18,
|
|
347
|
-
logoURI: "https://
|
|
347
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
chainId: 137,
|
|
@@ -352,7 +352,7 @@ const e = [
|
|
|
352
352
|
name: "Curve.fi Factory Crypto Pool: aCRV/CRV",
|
|
353
353
|
symbol: "aCRV-f",
|
|
354
354
|
decimals: 18,
|
|
355
|
-
logoURI: "https://
|
|
355
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
chainId: 137,
|
|
@@ -360,7 +360,7 @@ const e = [
|
|
|
360
360
|
name: "Curve.fi Factory Plain Pool: axlUSDC/USDC",
|
|
361
361
|
symbol: "AXELARUSDC-f",
|
|
362
362
|
decimals: 18,
|
|
363
|
-
logoURI: "https://
|
|
363
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
chainId: 137,
|
|
@@ -368,7 +368,7 @@ const e = [
|
|
|
368
368
|
name: "Curve EURS-3Crv",
|
|
369
369
|
symbol: "crvEURSUSD",
|
|
370
370
|
decimals: 18,
|
|
371
|
-
logoURI: "https://
|
|
371
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
374
|
chainId: 137,
|
|
@@ -376,7 +376,7 @@ const e = [
|
|
|
376
376
|
name: "Curve.fi Factory USD Metapool: curve.fi TUSD/am3CRV Pool",
|
|
377
377
|
symbol: "TUSDam3CRV-f",
|
|
378
378
|
decimals: 18,
|
|
379
|
-
logoURI: "https://
|
|
379
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
380
380
|
},
|
|
381
381
|
{
|
|
382
382
|
chainId: 137,
|
|
@@ -384,7 +384,7 @@ const e = [
|
|
|
384
384
|
name: "Curve.fi Factory Plain Pool: aMATICb/wMATIC",
|
|
385
385
|
symbol: "aMATICb-f",
|
|
386
386
|
decimals: 18,
|
|
387
|
-
logoURI: "https://
|
|
387
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
390
|
chainId: 137,
|
|
@@ -392,7 +392,7 @@ const e = [
|
|
|
392
392
|
name: "Curve.fi crvUSDBTCETH Gauge Deposit",
|
|
393
393
|
symbol: "crvUSDBTCETH-gauge",
|
|
394
394
|
decimals: 18,
|
|
395
|
-
logoURI: "https://
|
|
395
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
398
|
chainId: 137,
|
|
@@ -400,7 +400,7 @@ const e = [
|
|
|
400
400
|
name: "Curve.fi am3CRV Gauge Deposit",
|
|
401
401
|
symbol: "am3CRV-gauge",
|
|
402
402
|
decimals: 18,
|
|
403
|
-
logoURI: "https://
|
|
403
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
404
404
|
},
|
|
405
405
|
{
|
|
406
406
|
chainId: 137,
|
|
@@ -408,7 +408,7 @@ const e = [
|
|
|
408
408
|
name: "Curve.fi btcCRV Gauge Deposit",
|
|
409
409
|
symbol: "btcCRV-gauge",
|
|
410
410
|
decimals: 18,
|
|
411
|
-
logoURI: "https://
|
|
411
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
412
412
|
},
|
|
413
413
|
{
|
|
414
414
|
chainId: 137,
|
|
@@ -416,7 +416,7 @@ const e = [
|
|
|
416
416
|
name: "mooPearlUSDC-USDR",
|
|
417
417
|
symbol: "mooPearlUSDC-USDR",
|
|
418
418
|
decimals: 18,
|
|
419
|
-
logoURI: "https://
|
|
419
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
420
420
|
},
|
|
421
421
|
{
|
|
422
422
|
chainId: 137,
|
|
@@ -440,7 +440,7 @@ const e = [
|
|
|
440
440
|
name: "mooPearlDAI-USDR",
|
|
441
441
|
symbol: "mooPearlDAI-USDR",
|
|
442
442
|
decimals: 18,
|
|
443
|
-
logoURI: "https://
|
|
443
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
444
444
|
},
|
|
445
445
|
{
|
|
446
446
|
chainId: 137,
|
|
@@ -448,7 +448,7 @@ const e = [
|
|
|
448
448
|
name: "mooCurveATriCrypto3",
|
|
449
449
|
symbol: "mooCurveATriCrypto3",
|
|
450
450
|
decimals: 18,
|
|
451
|
-
logoURI: "https://
|
|
451
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
452
452
|
},
|
|
453
453
|
{
|
|
454
454
|
chainId: 137,
|
|
@@ -456,7 +456,7 @@ const e = [
|
|
|
456
456
|
name: "mooStargateUSDT",
|
|
457
457
|
symbol: "mooStargateUSDT",
|
|
458
458
|
decimals: 18,
|
|
459
|
-
logoURI: "https://
|
|
459
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
460
460
|
},
|
|
461
461
|
{
|
|
462
462
|
chainId: 137,
|
|
@@ -464,7 +464,7 @@ const e = [
|
|
|
464
464
|
name: "mooCurveEURt",
|
|
465
465
|
symbol: "mooCurveEURt",
|
|
466
466
|
decimals: 18,
|
|
467
|
-
logoURI: "https://
|
|
467
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
470
|
chainId: 137,
|
|
@@ -472,7 +472,7 @@ const e = [
|
|
|
472
472
|
name: "mooBalancerPolyMaticX-bbaWMATIC",
|
|
473
473
|
symbol: "mooBalancerPolyMaticX-bbaWMATIC",
|
|
474
474
|
decimals: 18,
|
|
475
|
-
logoURI: "https://
|
|
475
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
478
|
chainId: 137,
|
|
@@ -480,7 +480,7 @@ const e = [
|
|
|
480
480
|
name: "mooConvexUSDR",
|
|
481
481
|
symbol: "mooConvexUSDR",
|
|
482
482
|
decimals: 18,
|
|
483
|
-
logoURI: "https://
|
|
483
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
484
484
|
},
|
|
485
485
|
{
|
|
486
486
|
chainId: 137,
|
|
@@ -488,7 +488,7 @@ const e = [
|
|
|
488
488
|
name: "mooStargateUSDC",
|
|
489
489
|
symbol: "mooStargateUSDC",
|
|
490
490
|
decimals: 18,
|
|
491
|
-
logoURI: "https://
|
|
491
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
492
492
|
},
|
|
493
493
|
{
|
|
494
494
|
chainId: 137,
|
|
@@ -496,7 +496,7 @@ const e = [
|
|
|
496
496
|
name: "mooQuickBTC-ETH-Narrow",
|
|
497
497
|
symbol: "mooQuickBTC-ETH-Narrow",
|
|
498
498
|
decimals: 18,
|
|
499
|
-
logoURI: "https://
|
|
499
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
500
500
|
},
|
|
501
501
|
{
|
|
502
502
|
chainId: 137,
|
|
@@ -504,7 +504,7 @@ const e = [
|
|
|
504
504
|
name: "mooMvxMVLP",
|
|
505
505
|
symbol: "mooMvxMVLP",
|
|
506
506
|
decimals: 18,
|
|
507
|
-
logoURI: "https://
|
|
507
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
508
508
|
},
|
|
509
509
|
{
|
|
510
510
|
chainId: 137,
|
|
@@ -512,7 +512,7 @@ const e = [
|
|
|
512
512
|
name: "mooBalancerPolywstETH",
|
|
513
513
|
symbol: "mooBalancerPolywstETH",
|
|
514
514
|
decimals: 18,
|
|
515
|
-
logoURI: "https://
|
|
515
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
516
516
|
},
|
|
517
517
|
{
|
|
518
518
|
chainId: 137,
|
|
@@ -520,7 +520,7 @@ const e = [
|
|
|
520
520
|
name: "mooCurveCrv3crypto",
|
|
521
521
|
symbol: "mooCurveCrv3crypto",
|
|
522
522
|
decimals: 18,
|
|
523
|
-
logoURI: "https://
|
|
523
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
524
524
|
},
|
|
525
525
|
{
|
|
526
526
|
chainId: 137,
|
|
@@ -528,7 +528,7 @@ const e = [
|
|
|
528
528
|
name: "mooBalancerPolystMatic",
|
|
529
529
|
symbol: "mooBalancerPolystMatic",
|
|
530
530
|
decimals: 18,
|
|
531
|
-
logoURI: "https://
|
|
531
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
532
532
|
},
|
|
533
533
|
{
|
|
534
534
|
chainId: 137,
|
|
@@ -536,7 +536,7 @@ const e = [
|
|
|
536
536
|
name: "mooCurveAm3CRV",
|
|
537
537
|
symbol: "mooCurveAm3CRV",
|
|
538
538
|
decimals: 18,
|
|
539
|
-
logoURI: "https://
|
|
539
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
540
540
|
},
|
|
541
541
|
{
|
|
542
542
|
chainId: 137,
|
|
@@ -544,7 +544,7 @@ const e = [
|
|
|
544
544
|
name: "mooAavePolygonMaticX",
|
|
545
545
|
symbol: "mooAavePolygonMaticX",
|
|
546
546
|
decimals: 18,
|
|
547
|
-
logoURI: "https://
|
|
547
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
548
548
|
},
|
|
549
549
|
{
|
|
550
550
|
chainId: 137,
|
|
@@ -552,7 +552,7 @@ const e = [
|
|
|
552
552
|
name: "mooBalancer-jEUR-PAR",
|
|
553
553
|
symbol: "mooBalancer-jEUR-PAR",
|
|
554
554
|
decimals: 18,
|
|
555
|
-
logoURI: "https://
|
|
555
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
556
556
|
},
|
|
557
557
|
{
|
|
558
558
|
chainId: 137,
|
|
@@ -560,7 +560,7 @@ const e = [
|
|
|
560
560
|
name: "mooPearlMATIC-USDR",
|
|
561
561
|
symbol: "mooPearlMATIC-USDR",
|
|
562
562
|
decimals: 18,
|
|
563
|
-
logoURI: "https://
|
|
563
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
564
564
|
},
|
|
565
565
|
{
|
|
566
566
|
chainId: 137,
|
|
@@ -568,7 +568,7 @@ const e = [
|
|
|
568
568
|
name: "mooPearlWUSDR-USDRv3",
|
|
569
569
|
symbol: "mooPearlWUSDR-USDRv3",
|
|
570
570
|
decimals: 18,
|
|
571
|
-
logoURI: "https://
|
|
571
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
572
572
|
},
|
|
573
573
|
{
|
|
574
574
|
chainId: 137,
|
|
@@ -576,7 +576,7 @@ const e = [
|
|
|
576
576
|
name: "mooQuickQUICK",
|
|
577
577
|
symbol: "mooQuickQUICK",
|
|
578
578
|
decimals: 18,
|
|
579
|
-
logoURI: "https://
|
|
579
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
582
|
chainId: 137,
|
|
@@ -584,7 +584,7 @@ const e = [
|
|
|
584
584
|
name: "mooConvexMatic3crypto",
|
|
585
585
|
symbol: "mooConvexMatic3crypto",
|
|
586
586
|
decimals: 18,
|
|
587
|
-
logoURI: "https://
|
|
587
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
590
|
chainId: 137,
|
|
@@ -592,7 +592,7 @@ const e = [
|
|
|
592
592
|
name: "mooQuickUSDC-ETH-Narrow",
|
|
593
593
|
symbol: "mooQuickUSDC-ETH-Narrow",
|
|
594
594
|
decimals: 18,
|
|
595
|
-
logoURI: "https://
|
|
595
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
596
596
|
},
|
|
597
597
|
{
|
|
598
598
|
chainId: 137,
|
|
@@ -600,7 +600,7 @@ const e = [
|
|
|
600
600
|
name: "mooMaiQI-MATIC",
|
|
601
601
|
symbol: "mooMaiQI-MATIC",
|
|
602
602
|
decimals: 18,
|
|
603
|
-
logoURI: "https://
|
|
603
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
606
|
chainId: 137,
|
|
@@ -608,7 +608,7 @@ const e = [
|
|
|
608
608
|
name: "mooBalancerfrxETH",
|
|
609
609
|
symbol: "mooBalancerfrxETH",
|
|
610
610
|
decimals: 18,
|
|
611
|
-
logoURI: "https://
|
|
611
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
612
612
|
},
|
|
613
613
|
{
|
|
614
614
|
chainId: 137,
|
|
@@ -616,7 +616,7 @@ const e = [
|
|
|
616
616
|
name: "mooQuickMATIC-WETHNarrow",
|
|
617
617
|
symbol: "mooQuickMATIC-WETHNarrow",
|
|
618
618
|
decimals: 18,
|
|
619
|
-
logoURI: "https://
|
|
619
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
620
620
|
},
|
|
621
621
|
{
|
|
622
622
|
chainId: 137,
|
|
@@ -624,7 +624,7 @@ const e = [
|
|
|
624
624
|
name: "mooPearlTNGBL-USDR",
|
|
625
625
|
symbol: "mooPearlTNGBL-USDR",
|
|
626
626
|
decimals: 18,
|
|
627
|
-
logoURI: "https://
|
|
627
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
628
628
|
},
|
|
629
629
|
{
|
|
630
630
|
chainId: 137,
|
|
@@ -632,7 +632,7 @@ const e = [
|
|
|
632
632
|
name: "mooKyberMAI-USDC",
|
|
633
633
|
symbol: "mooKyberMAI-USDC",
|
|
634
634
|
decimals: 18,
|
|
635
|
-
logoURI: "https://
|
|
635
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
636
636
|
},
|
|
637
637
|
{
|
|
638
638
|
chainId: 137,
|
|
@@ -640,7 +640,7 @@ const e = [
|
|
|
640
640
|
name: "mooQuickMAI-USDT-Stable",
|
|
641
641
|
symbol: "mooQuickMAI-USDT-Stable",
|
|
642
642
|
decimals: 18,
|
|
643
|
-
logoURI: "https://
|
|
643
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
644
644
|
},
|
|
645
645
|
{
|
|
646
646
|
chainId: 137,
|
|
@@ -648,7 +648,7 @@ const e = [
|
|
|
648
648
|
name: "mooQuickMATIC-stMATICNarrow",
|
|
649
649
|
symbol: "mooQuickMATIC-stMATICNarrow",
|
|
650
650
|
decimals: 18,
|
|
651
|
-
logoURI: "https://
|
|
651
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
652
652
|
},
|
|
653
653
|
{
|
|
654
654
|
chainId: 137,
|
|
@@ -656,7 +656,7 @@ const e = [
|
|
|
656
656
|
name: "mooQuickMATIC-WETHWide",
|
|
657
657
|
symbol: "mooQuickMATIC-WETHWide",
|
|
658
658
|
decimals: 18,
|
|
659
|
-
logoURI: "https://
|
|
659
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
660
660
|
},
|
|
661
661
|
{
|
|
662
662
|
chainId: 137,
|
|
@@ -672,7 +672,7 @@ const e = [
|
|
|
672
672
|
name: "mooQuickMATIC-USDCNarrow",
|
|
673
673
|
symbol: "mooQuickMATIC-USDCNarrow",
|
|
674
674
|
decimals: 18,
|
|
675
|
-
logoURI: "https://
|
|
675
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
676
676
|
},
|
|
677
677
|
{
|
|
678
678
|
chainId: 137,
|
|
@@ -688,7 +688,7 @@ const e = [
|
|
|
688
688
|
name: "mooRetrostMATIC-MATIC",
|
|
689
689
|
symbol: "mooRetrostMATIC-MATIC",
|
|
690
690
|
decimals: 18,
|
|
691
|
-
logoURI: "https://
|
|
691
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
692
692
|
},
|
|
693
693
|
{
|
|
694
694
|
chainId: 137,
|
|
@@ -712,7 +712,7 @@ const e = [
|
|
|
712
712
|
name: "mooRetrofrxETH-WETH",
|
|
713
713
|
symbol: "mooRetrofrxETH-WETH",
|
|
714
714
|
decimals: 18,
|
|
715
|
-
logoURI: "https://
|
|
715
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
716
716
|
},
|
|
717
717
|
{
|
|
718
718
|
chainId: 137,
|
|
@@ -720,7 +720,7 @@ const e = [
|
|
|
720
720
|
name: "mooQuickWBTC-USDC_Narrow",
|
|
721
721
|
symbol: "mooQuickWBTC-USDC_Narrow",
|
|
722
722
|
decimals: 18,
|
|
723
|
-
logoURI: "https://
|
|
723
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
724
724
|
},
|
|
725
725
|
{
|
|
726
726
|
chainId: 137,
|
|
@@ -736,7 +736,7 @@ const e = [
|
|
|
736
736
|
name: "mooRetroagEUR-USDC",
|
|
737
737
|
symbol: "mooRetroagEUR-USDC",
|
|
738
738
|
decimals: 18,
|
|
739
|
-
logoURI: "https://
|
|
739
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
740
740
|
},
|
|
741
741
|
{
|
|
742
742
|
chainId: 137,
|
|
@@ -752,7 +752,7 @@ const e = [
|
|
|
752
752
|
name: "mooPearlWMATIC-USDRv3",
|
|
753
753
|
symbol: "mooPearlWMATIC-USDRv3",
|
|
754
754
|
decimals: 18,
|
|
755
|
-
logoURI: "https://
|
|
755
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
756
756
|
},
|
|
757
757
|
{
|
|
758
758
|
chainId: 137,
|
|
@@ -768,7 +768,7 @@ const e = [
|
|
|
768
768
|
name: "awMATIC-WETH",
|
|
769
769
|
symbol: "awMATIC-WETH",
|
|
770
770
|
decimals: 18,
|
|
771
|
-
logoURI: "https://
|
|
771
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
772
772
|
},
|
|
773
773
|
{
|
|
774
774
|
chainId: 137,
|
|
@@ -776,7 +776,7 @@ const e = [
|
|
|
776
776
|
name: "mooPearlUSDRv3-USDT",
|
|
777
777
|
symbol: "mooPearlUSDRv3-USDT",
|
|
778
778
|
decimals: 18,
|
|
779
|
-
logoURI: "https://
|
|
779
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
780
780
|
},
|
|
781
781
|
{
|
|
782
782
|
chainId: 137,
|
|
@@ -792,7 +792,7 @@ const e = [
|
|
|
792
792
|
name: "mooPearlUSDRv3-DAI",
|
|
793
793
|
symbol: "mooPearlUSDRv3-DAI",
|
|
794
794
|
decimals: 18,
|
|
795
|
-
logoURI: "https://
|
|
795
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
796
796
|
},
|
|
797
797
|
{
|
|
798
798
|
chainId: 137,
|
|
@@ -800,7 +800,7 @@ const e = [
|
|
|
800
800
|
name: "mooPearlUSDC-USDRv3",
|
|
801
801
|
symbol: "mooPearlUSDC-USDRv3",
|
|
802
802
|
decimals: 18,
|
|
803
|
-
logoURI: "https://
|
|
803
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
804
804
|
},
|
|
805
805
|
{
|
|
806
806
|
chainId: 137,
|
|
@@ -808,7 +808,7 @@ const e = [
|
|
|
808
808
|
name: "mooRetroUSDC-WETH",
|
|
809
809
|
symbol: "mooRetroUSDC-WETH",
|
|
810
810
|
decimals: 18,
|
|
811
|
-
logoURI: "https://
|
|
811
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
812
812
|
},
|
|
813
813
|
{
|
|
814
814
|
chainId: 137,
|
|
@@ -840,7 +840,7 @@ const e = [
|
|
|
840
840
|
name: "mooPearlwUSDR-USDRv3",
|
|
841
841
|
symbol: "mooPearlwUSDR-USDRv3",
|
|
842
842
|
decimals: 18,
|
|
843
|
-
logoURI: "https://
|
|
843
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
844
844
|
},
|
|
845
845
|
{
|
|
846
846
|
chainId: 137,
|
|
@@ -856,7 +856,7 @@ const e = [
|
|
|
856
856
|
name: "mooRetroUSDC-MATIC",
|
|
857
857
|
symbol: "mooRetroUSDC-MATIC",
|
|
858
858
|
decimals: 18,
|
|
859
|
-
logoURI: "https://
|
|
859
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
860
860
|
},
|
|
861
861
|
{
|
|
862
862
|
chainId: 137,
|
|
@@ -872,7 +872,7 @@ const e = [
|
|
|
872
872
|
name: "mooPearlWBTC-USDRv3",
|
|
873
873
|
symbol: "mooPearlWBTC-USDRv3",
|
|
874
874
|
decimals: 18,
|
|
875
|
-
logoURI: "https://
|
|
875
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
876
876
|
},
|
|
877
877
|
{
|
|
878
878
|
chainId: 137,
|
|
@@ -920,7 +920,7 @@ const e = [
|
|
|
920
920
|
name: "mooPearlUSDRv3-WETH",
|
|
921
921
|
symbol: "mooPearlUSDRv3-WETH",
|
|
922
922
|
decimals: 18,
|
|
923
|
-
logoURI: "https://
|
|
923
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
924
924
|
},
|
|
925
925
|
{
|
|
926
926
|
chainId: 137,
|
|
@@ -952,7 +952,7 @@ const e = [
|
|
|
952
952
|
name: "mooRetroMATIC-WETH",
|
|
953
953
|
symbol: "mooRetroMATIC-WETH",
|
|
954
954
|
decimals: 18,
|
|
955
|
-
logoURI: "https://
|
|
955
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
956
956
|
},
|
|
957
957
|
{
|
|
958
958
|
chainId: 137,
|
|
@@ -960,7 +960,7 @@ const e = [
|
|
|
960
960
|
name: "2eur",
|
|
961
961
|
symbol: "2eur",
|
|
962
962
|
decimals: 18,
|
|
963
|
-
logoURI: "https://
|
|
963
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png"
|
|
964
964
|
},
|
|
965
965
|
{
|
|
966
966
|
chainId: 137,
|
|
@@ -968,7 +968,7 @@ const e = [
|
|
|
968
968
|
name: "mooRetroUSDC-USDT",
|
|
969
969
|
symbol: "mooRetroUSDC-USDT",
|
|
970
970
|
decimals: 18,
|
|
971
|
-
logoURI: "https://
|
|
971
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
972
972
|
},
|
|
973
973
|
{
|
|
974
974
|
chainId: 137,
|
|
@@ -984,7 +984,7 @@ const e = [
|
|
|
984
984
|
name: "mooAuraPolyGyroscopestMATIC-MATIC",
|
|
985
985
|
symbol: "mooAuraPolyGyroscopestMATIC-MATIC",
|
|
986
986
|
decimals: 18,
|
|
987
|
-
logoURI: "https://
|
|
987
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
988
988
|
},
|
|
989
989
|
{
|
|
990
990
|
chainId: 137,
|
|
@@ -1000,7 +1000,7 @@ const e = [
|
|
|
1000
1000
|
name: "mooRetroMaticX-MATIC",
|
|
1001
1001
|
symbol: "mooRetroMaticX-MATIC",
|
|
1002
1002
|
decimals: 18,
|
|
1003
|
-
logoURI: "https://
|
|
1003
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
1004
1004
|
},
|
|
1005
1005
|
{
|
|
1006
1006
|
chainId: 137,
|
|
@@ -1016,7 +1016,7 @@ const e = [
|
|
|
1016
1016
|
name: "mooRetroFRAX-MAI",
|
|
1017
1017
|
symbol: "mooRetroFRAX-MAI",
|
|
1018
1018
|
decimals: 18,
|
|
1019
|
-
logoURI: "https://
|
|
1019
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
1020
1020
|
},
|
|
1021
1021
|
{
|
|
1022
1022
|
chainId: 137,
|
|
@@ -1032,7 +1032,7 @@ const e = [
|
|
|
1032
1032
|
name: "BIFI",
|
|
1033
1033
|
symbol: "BIFI",
|
|
1034
1034
|
decimals: 18,
|
|
1035
|
-
logoURI: "https://
|
|
1035
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
1036
1036
|
},
|
|
1037
1037
|
{
|
|
1038
1038
|
chainId: 137,
|
|
@@ -1040,7 +1040,7 @@ const e = [
|
|
|
1040
1040
|
name: "Uniswap (PoS)",
|
|
1041
1041
|
symbol: "UNI",
|
|
1042
1042
|
decimals: 18,
|
|
1043
|
-
logoURI: "https://
|
|
1043
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/UNISWAP.avif"
|
|
1044
1044
|
},
|
|
1045
1045
|
{
|
|
1046
1046
|
chainId: 137,
|
|
@@ -1105,7 +1105,7 @@ const e = [
|
|
|
1105
1105
|
name: "WMATIC_A_TOKEN v3",
|
|
1106
1106
|
symbol: "WMATIC_A_TOKEN v3",
|
|
1107
1107
|
decimals: 18,
|
|
1108
|
-
logoURI: "https://
|
|
1108
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1109
1109
|
isVolatile: !0,
|
|
1110
1110
|
aaveToken: !0
|
|
1111
1111
|
},
|
|
@@ -1116,7 +1116,7 @@ const e = [
|
|
|
1116
1116
|
name: "WETH_A_TOKEN v3",
|
|
1117
1117
|
symbol: "WETH_A_TOKEN v3",
|
|
1118
1118
|
decimals: 18,
|
|
1119
|
-
logoURI: "https://
|
|
1119
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1120
1120
|
isVolatile: !0,
|
|
1121
1121
|
aaveToken: !0
|
|
1122
1122
|
},
|
|
@@ -1127,7 +1127,7 @@ const e = [
|
|
|
1127
1127
|
name: "wstETH_A_TOKEN v3",
|
|
1128
1128
|
symbol: "wstETH_A_TOKEN v3",
|
|
1129
1129
|
decimals: 18,
|
|
1130
|
-
logoURI: "https://
|
|
1130
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1131
1131
|
isVolatile: !0,
|
|
1132
1132
|
aaveToken: !0
|
|
1133
1133
|
},
|
|
@@ -1138,7 +1138,7 @@ const e = [
|
|
|
1138
1138
|
name: "WBTC_A_TOKEN v3",
|
|
1139
1139
|
symbol: "WBTC_A_TOKEN v3",
|
|
1140
1140
|
decimals: 8,
|
|
1141
|
-
logoURI: "https://
|
|
1141
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1142
1142
|
isVolatile: !0,
|
|
1143
1143
|
aaveToken: !0
|
|
1144
1144
|
},
|
|
@@ -1149,7 +1149,7 @@ const e = [
|
|
|
1149
1149
|
name: "USDC_A_TOKEN v3",
|
|
1150
1150
|
symbol: "USDC_A_TOKEN v3",
|
|
1151
1151
|
decimals: 6,
|
|
1152
|
-
logoURI: "https://
|
|
1152
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1153
1153
|
isVolatile: !0,
|
|
1154
1154
|
aaveToken: !0
|
|
1155
1155
|
},
|
|
@@ -1160,7 +1160,7 @@ const e = [
|
|
|
1160
1160
|
name: "USDT_A_TOKEN v3",
|
|
1161
1161
|
symbol: "USDT_A_TOKEN v3",
|
|
1162
1162
|
decimals: 6,
|
|
1163
|
-
logoURI: "https://
|
|
1163
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1164
1164
|
isVolatile: !0,
|
|
1165
1165
|
aaveToken: !0
|
|
1166
1166
|
},
|
|
@@ -1171,7 +1171,7 @@ const e = [
|
|
|
1171
1171
|
name: "DAI_A_TOKEN v3",
|
|
1172
1172
|
symbol: "DAI_A_TOKEN v3",
|
|
1173
1173
|
decimals: 18,
|
|
1174
|
-
logoURI: "https://
|
|
1174
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1175
1175
|
isVolatile: !0,
|
|
1176
1176
|
aaveToken: !0
|
|
1177
1177
|
},
|
|
@@ -1182,7 +1182,7 @@ const e = [
|
|
|
1182
1182
|
name: "WMATIC_A_TOKEN v2",
|
|
1183
1183
|
symbol: "WMATIC_A_TOKEN v2",
|
|
1184
1184
|
decimals: 18,
|
|
1185
|
-
logoURI: "https://
|
|
1185
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1186
1186
|
isVolatile: !0,
|
|
1187
1187
|
aaveToken: !0
|
|
1188
1188
|
},
|
|
@@ -1193,7 +1193,7 @@ const e = [
|
|
|
1193
1193
|
name: "WETH_A_TOKEN v2",
|
|
1194
1194
|
symbol: "WETH_A_TOKEN v2",
|
|
1195
1195
|
decimals: 18,
|
|
1196
|
-
logoURI: "https://
|
|
1196
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1197
1197
|
isVolatile: !0,
|
|
1198
1198
|
aaveToken: !0
|
|
1199
1199
|
},
|
|
@@ -1204,7 +1204,7 @@ const e = [
|
|
|
1204
1204
|
name: "WBTC_A_TOKEN v2",
|
|
1205
1205
|
symbol: "WBTC_A_TOKEN v2",
|
|
1206
1206
|
decimals: 8,
|
|
1207
|
-
logoURI: "https://
|
|
1207
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1208
1208
|
isVolatile: !0,
|
|
1209
1209
|
aaveToken: !0
|
|
1210
1210
|
},
|
|
@@ -1215,7 +1215,7 @@ const e = [
|
|
|
1215
1215
|
name: "USDC.E_A_TOKEN v2",
|
|
1216
1216
|
symbol: "USDC.E_A_TOKEN v2",
|
|
1217
1217
|
decimals: 6,
|
|
1218
|
-
logoURI: "https://
|
|
1218
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1219
1219
|
isVolatile: !0,
|
|
1220
1220
|
aaveToken: !0
|
|
1221
1221
|
},
|
|
@@ -1226,7 +1226,7 @@ const e = [
|
|
|
1226
1226
|
name: "USDT_A_TOKEN v2",
|
|
1227
1227
|
symbol: "USDT_A_TOKEN v2",
|
|
1228
1228
|
decimals: 6,
|
|
1229
|
-
logoURI: "https://
|
|
1229
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1230
1230
|
isVolatile: !0,
|
|
1231
1231
|
aaveToken: !0
|
|
1232
1232
|
},
|
|
@@ -1237,7 +1237,7 @@ const e = [
|
|
|
1237
1237
|
name: "DAI_A_TOKEN v2",
|
|
1238
1238
|
symbol: "DAI_A_TOKEN v2",
|
|
1239
1239
|
decimals: 18,
|
|
1240
|
-
logoURI: "https://
|
|
1240
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1241
1241
|
isVolatile: !0,
|
|
1242
1242
|
aaveToken: !0
|
|
1243
1243
|
},
|
|
@@ -1249,10 +1249,10 @@ const e = [
|
|
|
1249
1249
|
decimals: 18,
|
|
1250
1250
|
logoURI: "https://assets.coingecko.com/coins/images/18834/standard/wstETH.png?1696518295"
|
|
1251
1251
|
}
|
|
1252
|
-
],
|
|
1253
|
-
networkRegistry:
|
|
1252
|
+
], e = {
|
|
1253
|
+
networkRegistry: o
|
|
1254
1254
|
};
|
|
1255
1255
|
export {
|
|
1256
|
-
|
|
1257
|
-
|
|
1256
|
+
e as default,
|
|
1257
|
+
o as networkRegistry
|
|
1258
1258
|
};
|