@hinkal/common 0.2.13 → 0.2.15
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 +10 -3
- package/API/API.mjs +42 -31
- 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 +7 -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/getRelayerURL.cjs +1 -1
- package/API/getRelayerURL.mjs +4 -4
- package/API/getServerURL.cjs +1 -1
- package/API/getServerURL.d.ts +1 -1
- package/API/getServerURL.mjs +14 -12
- 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/rewardsPointsCalls.cjs +1 -1
- package/API/rewardsPointsCalls.d.ts +3 -3
- package/API/rewardsPointsCalls.mjs +1 -3
- package/API/tenderly.api.cjs +1 -0
- package/API/tenderly.api.d.ts +14 -0
- package/API/tenderly.api.mjs +55 -0
- package/API/token-calls.cjs +1 -0
- package/API/token-calls.d.ts +2 -0
- package/API/token-calls.mjs +9 -0
- package/API/userVerifyTransactions.cjs +1 -1
- package/API/userVerifyTransactions.d.ts +6 -7
- package/API/userVerifyTransactions.mjs +13 -14
- 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 +11 -11
- 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 +2 -2
- package/constants/chains.constants.mjs +32 -35
- package/constants/contracts.constants.cjs +1 -1
- package/constants/contracts.constants.mjs +144 -140
- 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-arbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +10115 -3422
- package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-avalanche.json.mjs +10112 -3415
- package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-base.json.mjs +9408 -3725
- package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +9893 -3194
- package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +6318 -3587
- package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-localhost.json.mjs +3208 -1550
- package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-optimism.json.mjs +10113 -3422
- package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-polygon.json.mjs +10092 -3423
- 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/kyc.constants.cjs +1 -1
- package/constants/kyc.constants.mjs +30 -18
- 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 +8 -0
- package/constants/protocol.constants.mjs +29 -15
- package/constants/rewards.constants.cjs +1 -1
- package/constants/rewards.constants.mjs +14 -12
- package/constants/server.constants.cjs +1 -1
- package/constants/server.constants.d.ts +34 -6
- package/constants/server.constants.mjs +48 -20
- package/constants/token-data/ERC20Registry.cjs +1 -1
- package/constants/token-data/ERC20Registry.mjs +49 -48
- package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistry.json.mjs +350 -110
- package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistryFixed.json.mjs +334 -100
- package/constants/token-data/avalancheRegistry.json.cjs +1 -1
- package/constants/token-data/avalancheRegistry.json.mjs +236 -68
- package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
- package/constants/token-data/avalancheRegistryFixed.json.mjs +236 -68
- package/constants/token-data/baseRegistry.json.cjs +1 -1
- package/constants/token-data/baseRegistry.json.mjs +224 -59
- package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
- package/constants/token-data/baseRegistryFixed.json.mjs +212 -56
- package/constants/token-data/bnbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/bnbMainnetRegistry.json.mjs +67 -64
- package/constants/token-data/bnbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/bnbMainnetRegistryFixed.json.mjs +67 -64
- package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistry.json.mjs +1017 -344
- package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistryFixed.json.mjs +946 -303
- package/constants/token-data/index.cjs +1 -0
- package/constants/token-data/index.d.ts +1496 -15
- package/constants/token-data/index.mjs +34 -0
- package/constants/token-data/localhostRegistry.json.cjs +1 -1
- package/constants/token-data/localhostRegistry.json.mjs +296 -276
- package/constants/token-data/optimismRegistry.json.cjs +1 -1
- package/constants/token-data/optimismRegistry.json.mjs +703 -180
- package/constants/token-data/optimismRegistryFixed.json.cjs +1 -1
- package/constants/token-data/optimismRegistryFixed.json.mjs +679 -173
- package/constants/token-data/polygonRegistry.json.cjs +1 -1
- package/constants/token-data/polygonRegistry.json.mjs +530 -155
- package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
- package/constants/token-data/polygonRegistryFixed.json.mjs +504 -147
- 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 +7 -1
- package/constants/vite.constants.mjs +27 -22
- package/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/data-structures/Hinkal/Hinkal.d.ts +48 -20
- package/data-structures/Hinkal/Hinkal.mjs +264 -85
- package/data-structures/Hinkal/IHinkal.d.ts +37 -10
- package/data-structures/Hinkal/hinkalActionBeefy.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionBeefy.mjs +25 -23
- package/data-structures/Hinkal/hinkalActionConvex.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionConvex.mjs +11 -9
- package/data-structures/Hinkal/hinkalActionCurve.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionCurve.mjs +18 -16
- 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 +24 -22
- package/data-structures/Hinkal/hinkalActionPendle.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionPendle.d.ts +1 -1
- package/data-structures/Hinkal/hinkalActionPendle.mjs +17 -15
- package/data-structures/Hinkal/hinkalActionPendleLP.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionPendleLP.mjs +29 -26
- 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.d.ts +1 -1
- package/data-structures/Hinkal/hinkalActionStake.mjs +15 -11
- package/data-structures/Hinkal/hinkalActionVolatile.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionVolatile.d.ts +1 -1
- package/data-structures/Hinkal/hinkalActionVolatile.mjs +31 -26
- 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 +116 -52
- package/data-structures/Hinkal/hinkalGetRecipientInfo.cjs +1 -0
- package/data-structures/Hinkal/hinkalGetRecipientInfo.d.ts +2 -0
- package/data-structures/Hinkal/hinkalGetRecipientInfo.mjs +10 -0
- package/data-structures/Hinkal/hinkalGetZkMeProvider.cjs +1 -1
- package/data-structures/Hinkal/hinkalGetZkMeProvider.mjs +6 -17
- 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 -37
- 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 +69 -60
- package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdraw.d.ts +3 -1
- package/data-structures/Hinkal/hinkalWithdraw.mjs +77 -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 +86 -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 +15 -15
- 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 +7 -2
- package/data-structures/merkle-tree/MerkleTree.mjs +85 -70
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +1 -0
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.d.ts +3 -0
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +13 -0
- package/data-structures/merkle-tree/index.d.ts +1 -0
- package/data-structures/provider-adapter/IProviderAdapter.d.ts +2 -0
- package/data-structures/snapshot/ClientAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/snapshot/ClientAccessTokenSnapshotService.mjs +3 -2
- 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 +3 -2
- package/data-structures/snapshot/ClientNullifierSnapshotService.cjs +1 -1
- package/data-structures/snapshot/ClientNullifierSnapshotService.mjs +6 -5
- 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 +8 -6
- package/data-structures/transactions-manager/TransactionsManager.mjs +124 -122
- 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 +22 -1
- package/error-handling/error-codes.constants.mjs +129 -112
- 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/externalABIs/BabPassport.json.cjs +1 -1
- package/externalABIs/BabPassport.json.mjs +8 -3
- package/externalABIs/BeefyRouterAbi.json.cjs +1 -1
- package/externalABIs/BeefyRouterAbi.json.mjs +5 -2
- package/externalABIs/BeefyStrategyAbi.json.cjs +1 -1
- package/externalABIs/BeefyStrategyAbi.json.mjs +5 -2
- package/externalABIs/BeefyVaultAbi.json.cjs +1 -1
- package/externalABIs/BeefyVaultAbi.json.mjs +5 -2
- package/externalABIs/BeefyZapAbi.json.cjs +1 -1
- package/externalABIs/BeefyZapAbi.json.mjs +5 -2
- package/externalABIs/BeefyZapOneInchAbi.json.cjs +1 -1
- package/externalABIs/BeefyZapOneInchAbi.json.mjs +5 -2
- package/externalABIs/ConvexBoosterAbi.json.cjs +1 -1
- package/externalABIs/ConvexBoosterAbi.json.mjs +5 -2
- package/externalABIs/ConvexBoosterAbiMainnet.json.cjs +1 -1
- package/externalABIs/ConvexBoosterAbiMainnet.json.mjs +5 -2
- package/externalABIs/ConvexRewardPoolAbi.json.cjs +1 -1
- package/externalABIs/ConvexRewardPoolAbi.json.mjs +5 -2
- package/externalABIs/CurveReadingWrapperAbi.json.cjs +1 -1
- package/externalABIs/CurveReadingWrapperAbi.json.mjs +5 -2
- package/externalABIs/CurveWrappedMainPool.json.cjs +1 -1
- package/externalABIs/CurveWrappedMainPool.json.mjs +5 -2
- package/externalABIs/CurveZap.json.cjs +1 -1
- package/externalABIs/CurveZap.json.mjs +5 -2
- package/externalABIs/CvxCrvUtilities.json.cjs +1 -1
- package/externalABIs/CvxCrvUtilities.json.mjs +5 -2
- package/externalABIs/ERC20.json.cjs +1 -1
- package/externalABIs/ERC20.json.mjs +20 -3
- package/externalABIs/GalxePassport.json.cjs +1 -1
- package/externalABIs/GalxePassport.json.mjs +8 -3
- package/externalABIs/IQuoterV2.json.cjs +1 -1
- package/externalABIs/IQuoterV2.json.mjs +20 -3
- package/externalABIs/ISwapRouter.json.cjs +1 -1
- package/externalABIs/ISwapRouter.json.mjs +5 -2
- package/externalABIs/IUniswapV3Factory.json.cjs +1 -1
- package/externalABIs/IUniswapV3Factory.json.mjs +20 -3
- package/externalABIs/IUniswapV3Pool.json.cjs +1 -1
- package/externalABIs/IUniswapV3Pool.json.mjs +20 -3
- package/externalABIs/PendleRouterAbi.json.cjs +1 -1
- package/externalABIs/PendleRouterAbi.json.mjs +5 -2
- package/externalABIs/UniswapV2PoolAbi.json.cjs +1 -1
- package/externalABIs/UniswapV2PoolAbi.json.mjs +16 -3
- package/externalABIs/index.cjs +1 -0
- package/externalABIs/index.d.ts +307 -11
- package/externalABIs/index.mjs +23 -0
- package/externalABIs/transactionsProver.json.cjs +1 -1
- package/externalABIs/transactionsProver.json.mjs +20 -3
- package/functions/kyc/zkMeHelper.cjs +1 -1
- package/functions/kyc/zkMeHelper.d.ts +0 -1
- package/functions/kyc/zkMeHelper.mjs +8 -11
- 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 -27
- 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 +9 -1
- package/functions/private-wallet/emporium.helpers.mjs +117 -22
- 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 +1 -0
- package/functions/private-wallet/opProducer.cjs +1 -1
- package/functions/private-wallet/opProducer.mjs +9 -10
- package/functions/private-wallet/smartContractWalletCalculator.cjs +1 -1
- package/functions/private-wallet/smartContractWalletCalculator.d.ts +5 -1
- package/functions/private-wallet/smartContractWalletCalculator.mjs +22 -17
- package/functions/protocols/convex.protocols.cjs +1 -1
- package/functions/protocols/convex.protocols.mjs +11 -8
- package/functions/protocols/pendle.helpers.cjs +1 -1
- package/functions/protocols/pendle.helpers.mjs +20 -15
- 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 -1
- package/functions/snarkjs/constant.mjs +315 -94
- 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 +142 -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 -15
- package/functions/snarkjs/generateZkProofEnclave.cjs +1 -0
- package/functions/snarkjs/generateZkProofEnclave.d.ts +6 -0
- package/functions/snarkjs/generateZkProofEnclave.mjs +26 -0
- package/functions/snarkjs/generateZkProofSelf.cjs +1 -0
- package/functions/snarkjs/generateZkProofSelf.d.ts +5 -0
- package/functions/snarkjs/generateZkProofSelf.mjs +17 -0
- 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 +32 -9
- package/functions/utils/cacheDevice.utils.cjs +1 -1
- package/functions/utils/cacheDevice.utils.mjs +11 -8
- 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 +23 -14
- package/functions/utils/evmNetworkFunctions.cjs +1 -1
- package/functions/utils/evmNetworkFunctions.mjs +7 -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 +20 -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 +2 -0
- package/functions/utils/string.utils.mjs +28 -14
- 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/utils/userAgent.cjs +1 -1
- package/functions/utils/userAgent.mjs +8 -8
- 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 +70 -65
- 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 +20 -18
- 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 +31 -30
- package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
- package/functions/web3/functionCalls/transactCallRelayer.d.ts +2 -2
- package/functions/web3/functionCalls/transactCallRelayer.mjs +32 -9
- package/functions/web3/getContractMetadata.cjs +1 -0
- package/functions/web3/getContractMetadata.d.ts +5 -0
- package/functions/web3/getContractMetadata.mjs +30 -0
- package/functions/web3/getTokenHolder.cjs +1 -0
- package/functions/web3/getTokenHolder.d.ts +1 -0
- package/functions/web3/getTokenHolder.mjs +12 -0
- package/functions/web3/index.d.ts +1 -0
- package/functions/web3/odosAPI.cjs +1 -1
- package/functions/web3/odosAPI.d.ts +1 -2
- package/functions/web3/odosAPI.mjs +23 -19
- package/functions/web3/oneInchAPI.cjs +1 -1
- package/functions/web3/oneInchAPI.d.ts +1 -2
- package/functions/web3/oneInchAPI.mjs +20 -15
- 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.d.ts +4 -4
- package/functions/web3/uniswapAPI.mjs +57 -43
- package/index.cjs +1 -1
- package/index.mjs +739 -609
- package/package.json +19 -8
- package/providers/EthersProviderAdapter.cjs +1 -1
- package/providers/EthersProviderAdapter.d.ts +8 -3
- package/providers/EthersProviderAdapter.mjs +52 -43
- package/providers/WagmiProviderAdapter.cjs +1 -1
- package/providers/WagmiProviderAdapter.d.ts +4 -1
- package/providers/WagmiProviderAdapter.mjs +53 -56
- package/providers/prepareEthersHinkal.cjs +1 -1
- package/providers/prepareEthersHinkal.mjs +18 -10
- package/providers/prepareWagmiHinkal.cjs +1 -1
- package/providers/prepareWagmiHinkal.mjs +18 -10
- 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 +8 -3
- 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 +48 -0
- package/types/hinkal.types.mjs +38 -13
- package/types/index.d.ts +9 -0
- package/types/kyc.types.cjs +1 -1
- package/types/kyc.types.d.ts +1 -1
- package/types/kyc.types.mjs +1 -1
- package/types/remote-proof.types.d.ts +15 -0
- package/types/rewards.types.d.ts +9 -0
- 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/time.types.cjs +1 -1
- package/types/time.types.mjs +1 -1
- 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 -26
- 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
|
@@ -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,8 +14,11 @@ const e = [
|
|
|
14
14
|
name: "USD Coin (PoS)",
|
|
15
15
|
symbol: "USDC.e",
|
|
16
16
|
decimals: 6,
|
|
17
|
-
logoURI: "https://
|
|
18
|
-
approvalType: 1
|
|
17
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif",
|
|
18
|
+
approvalType: 1,
|
|
19
|
+
allowanceStorageOffset: 1,
|
|
20
|
+
isVyper: !1,
|
|
21
|
+
balanceStorageOffset: 0
|
|
19
22
|
},
|
|
20
23
|
{
|
|
21
24
|
chainId: 137,
|
|
@@ -23,7 +26,10 @@ const e = [
|
|
|
23
26
|
name: "USD Coin",
|
|
24
27
|
symbol: "USDC",
|
|
25
28
|
decimals: 6,
|
|
26
|
-
logoURI: "https://
|
|
29
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif",
|
|
30
|
+
allowanceStorageOffset: 10,
|
|
31
|
+
isVyper: !1,
|
|
32
|
+
balanceStorageOffset: 9
|
|
27
33
|
},
|
|
28
34
|
{
|
|
29
35
|
chainId: 137,
|
|
@@ -31,7 +37,10 @@ const e = [
|
|
|
31
37
|
name: "USDT",
|
|
32
38
|
symbol: "USDT",
|
|
33
39
|
decimals: 6,
|
|
34
|
-
logoURI: "https://
|
|
40
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDT.avif",
|
|
41
|
+
allowanceStorageOffset: 1,
|
|
42
|
+
isVyper: !1,
|
|
43
|
+
balanceStorageOffset: 0
|
|
35
44
|
},
|
|
36
45
|
{
|
|
37
46
|
chainId: 137,
|
|
@@ -39,7 +48,10 @@ const e = [
|
|
|
39
48
|
name: "WETH",
|
|
40
49
|
symbol: "WETH",
|
|
41
50
|
decimals: 18,
|
|
42
|
-
logoURI: "https://
|
|
51
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WETH.avif",
|
|
52
|
+
allowanceStorageOffset: 1,
|
|
53
|
+
isVyper: !1,
|
|
54
|
+
balanceStorageOffset: 0
|
|
43
55
|
},
|
|
44
56
|
{
|
|
45
57
|
chainId: 137,
|
|
@@ -47,7 +59,10 @@ const e = [
|
|
|
47
59
|
name: "Wrapped Bitcoin",
|
|
48
60
|
symbol: "WBTC",
|
|
49
61
|
decimals: 8,
|
|
50
|
-
logoURI: "https://
|
|
62
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WBTC.avif",
|
|
63
|
+
allowanceStorageOffset: 1,
|
|
64
|
+
isVyper: !1,
|
|
65
|
+
balanceStorageOffset: 0
|
|
51
66
|
},
|
|
52
67
|
{
|
|
53
68
|
chainId: 137,
|
|
@@ -55,8 +70,11 @@ const e = [
|
|
|
55
70
|
name: "Dai",
|
|
56
71
|
symbol: "DAI",
|
|
57
72
|
decimals: 18,
|
|
58
|
-
logoURI: "https://
|
|
59
|
-
approvalType: 2
|
|
73
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/DAI.avif",
|
|
74
|
+
approvalType: 2,
|
|
75
|
+
allowanceStorageOffset: 1,
|
|
76
|
+
isVyper: !1,
|
|
77
|
+
balanceStorageOffset: 0
|
|
60
78
|
},
|
|
61
79
|
{
|
|
62
80
|
chainId: 137,
|
|
@@ -64,7 +82,10 @@ const e = [
|
|
|
64
82
|
name: "am3CRV",
|
|
65
83
|
symbol: "am3CRV",
|
|
66
84
|
decimals: 18,
|
|
67
|
-
logoURI: "https://assets.coingecko.com/coins/images/12972/small/3pool_128.png?1603948039"
|
|
85
|
+
logoURI: "https://assets.coingecko.com/coins/images/12972/small/3pool_128.png?1603948039",
|
|
86
|
+
allowanceStorageOffset: 3,
|
|
87
|
+
isVyper: !0,
|
|
88
|
+
balanceStorageOffset: 0
|
|
68
89
|
},
|
|
69
90
|
{
|
|
70
91
|
chainId: 137,
|
|
@@ -72,7 +93,10 @@ const e = [
|
|
|
72
93
|
name: "Wrapped BUSD",
|
|
73
94
|
symbol: "WBUSD",
|
|
74
95
|
decimals: 18,
|
|
75
|
-
logoURI: "https://assets.coingecko.com/coins/images/9576/small/BUSD.png?1568947766"
|
|
96
|
+
logoURI: "https://assets.coingecko.com/coins/images/9576/small/BUSD.png?1568947766",
|
|
97
|
+
allowanceStorageOffset: 1,
|
|
98
|
+
isVyper: !1,
|
|
99
|
+
balanceStorageOffset: 0
|
|
76
100
|
},
|
|
77
101
|
{
|
|
78
102
|
chainId: 137,
|
|
@@ -88,7 +112,10 @@ const e = [
|
|
|
88
112
|
name: "Binance USD",
|
|
89
113
|
symbol: "BUSD",
|
|
90
114
|
decimals: 18,
|
|
91
|
-
logoURI: "https://assets.coingecko.com/coins/images/29107/thumb/4687.png?1676620584"
|
|
115
|
+
logoURI: "https://assets.coingecko.com/coins/images/29107/thumb/4687.png?1676620584",
|
|
116
|
+
allowanceStorageOffset: 1,
|
|
117
|
+
isVyper: !1,
|
|
118
|
+
balanceStorageOffset: 0
|
|
92
119
|
},
|
|
93
120
|
{
|
|
94
121
|
chainId: 137,
|
|
@@ -104,7 +131,10 @@ const e = [
|
|
|
104
131
|
name: " Aave (PoS)",
|
|
105
132
|
symbol: "AAVE",
|
|
106
133
|
decimals: 18,
|
|
107
|
-
logoURI: "https://assets.coingecko.com/coins/images/12645/small/AAVE.png?1601374110"
|
|
134
|
+
logoURI: "https://assets.coingecko.com/coins/images/12645/small/AAVE.png?1601374110",
|
|
135
|
+
allowanceStorageOffset: 1,
|
|
136
|
+
isVyper: !1,
|
|
137
|
+
balanceStorageOffset: 0
|
|
108
138
|
},
|
|
109
139
|
{
|
|
110
140
|
chainId: 137,
|
|
@@ -112,7 +142,10 @@ const e = [
|
|
|
112
142
|
name: "Alerto",
|
|
113
143
|
symbol: "ALRTO",
|
|
114
144
|
decimals: 18,
|
|
115
|
-
logoURI: "https://assets.coingecko.com/coins/images/12645/small/AAVE.png?1601374110"
|
|
145
|
+
logoURI: "https://assets.coingecko.com/coins/images/12645/small/AAVE.png?1601374110",
|
|
146
|
+
allowanceStorageOffset: 1,
|
|
147
|
+
isVyper: !1,
|
|
148
|
+
balanceStorageOffset: 0
|
|
116
149
|
},
|
|
117
150
|
{
|
|
118
151
|
chainId: 137,
|
|
@@ -120,7 +153,10 @@ const e = [
|
|
|
120
153
|
name: "TrueUSD",
|
|
121
154
|
symbol: "TUSD",
|
|
122
155
|
decimals: 18,
|
|
123
|
-
logoURI: "https://assets.coingecko.com/coins/images/3449/small/tusd.png?1618395665"
|
|
156
|
+
logoURI: "https://assets.coingecko.com/coins/images/3449/small/tusd.png?1618395665",
|
|
157
|
+
allowanceStorageOffset: 1,
|
|
158
|
+
isVyper: !1,
|
|
159
|
+
balanceStorageOffset: 0
|
|
124
160
|
},
|
|
125
161
|
{
|
|
126
162
|
chainId: 137,
|
|
@@ -128,7 +164,10 @@ const e = [
|
|
|
128
164
|
name: "Jarvis Synthetic Euro",
|
|
129
165
|
symbol: "jEUR",
|
|
130
166
|
decimals: 18,
|
|
131
|
-
logoURI: "https://assets.coingecko.com/coins/images/15725/small/jEUR.png?1634046044"
|
|
167
|
+
logoURI: "https://assets.coingecko.com/coins/images/15725/small/jEUR.png?1634046044",
|
|
168
|
+
allowanceStorageOffset: 1,
|
|
169
|
+
isVyper: !1,
|
|
170
|
+
balanceStorageOffset: 0
|
|
132
171
|
},
|
|
133
172
|
{
|
|
134
173
|
chainId: 137,
|
|
@@ -136,7 +175,10 @@ const e = [
|
|
|
136
175
|
name: "Wrapped Matic",
|
|
137
176
|
symbol: "WMATIC",
|
|
138
177
|
decimals: 18,
|
|
139
|
-
logoURI: "https://assets.coingecko.com/coins/images/14073/small/matic.png?1628852392"
|
|
178
|
+
logoURI: "https://assets.coingecko.com/coins/images/14073/small/matic.png?1628852392",
|
|
179
|
+
allowanceStorageOffset: 4,
|
|
180
|
+
isVyper: !1,
|
|
181
|
+
balanceStorageOffset: 3
|
|
140
182
|
},
|
|
141
183
|
{
|
|
142
184
|
chainId: 137,
|
|
@@ -144,7 +186,10 @@ const e = [
|
|
|
144
186
|
name: "Curve.fi amWBTC/renBTC",
|
|
145
187
|
symbol: "Crv amWBTC/renBTC ",
|
|
146
188
|
decimals: 18,
|
|
147
|
-
logoURI: "https://
|
|
189
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
190
|
+
allowanceStorageOffset: 3,
|
|
191
|
+
isVyper: !0,
|
|
192
|
+
balanceStorageOffset: 2
|
|
148
193
|
},
|
|
149
194
|
{
|
|
150
195
|
chainId: 137,
|
|
@@ -152,7 +197,10 @@ const e = [
|
|
|
152
197
|
name: "Frax",
|
|
153
198
|
symbol: "FRAX",
|
|
154
199
|
decimals: 18,
|
|
155
|
-
logoURI: "https://
|
|
200
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/FRAX.avif",
|
|
201
|
+
allowanceStorageOffset: 1,
|
|
202
|
+
isVyper: !1,
|
|
203
|
+
balanceStorageOffset: 0
|
|
156
204
|
},
|
|
157
205
|
{
|
|
158
206
|
chainId: 137,
|
|
@@ -160,7 +208,10 @@ const e = [
|
|
|
160
208
|
name: "Curve.fi Factory Plain Pool: MAI FRAX Stablecoin Pool",
|
|
161
209
|
symbol: "MAIFRAXLP-f",
|
|
162
210
|
decimals: 18,
|
|
163
|
-
logoURI: "https://
|
|
211
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
212
|
+
allowanceStorageOffset: 25,
|
|
213
|
+
isVyper: !0,
|
|
214
|
+
balanceStorageOffset: 24
|
|
164
215
|
},
|
|
165
216
|
{
|
|
166
217
|
chainId: 137,
|
|
@@ -168,7 +219,10 @@ const e = [
|
|
|
168
219
|
name: "Curve.fi Factory Plain Pool: 2jpy-2",
|
|
169
220
|
symbol: "Crv 2jpy-2 ",
|
|
170
221
|
decimals: 18,
|
|
171
|
-
logoURI: "https://
|
|
222
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
223
|
+
allowanceStorageOffset: 25,
|
|
224
|
+
isVyper: !0,
|
|
225
|
+
balanceStorageOffset: 24
|
|
172
226
|
},
|
|
173
227
|
{
|
|
174
228
|
chainId: 137,
|
|
@@ -176,7 +230,10 @@ const e = [
|
|
|
176
230
|
name: "Jarvis Synthetic Japanese Yen",
|
|
177
231
|
symbol: "JJPY",
|
|
178
232
|
decimals: 18,
|
|
179
|
-
logoURI: "https://assets.coingecko.com/coins/images/24327/small/jJPY.png?1647357906"
|
|
233
|
+
logoURI: "https://assets.coingecko.com/coins/images/24327/small/jJPY.png?1647357906",
|
|
234
|
+
allowanceStorageOffset: 1,
|
|
235
|
+
isVyper: !1,
|
|
236
|
+
balanceStorageOffset: 0
|
|
180
237
|
},
|
|
181
238
|
{
|
|
182
239
|
chainId: 137,
|
|
@@ -192,7 +249,10 @@ const e = [
|
|
|
192
249
|
name: "Curve.fi Factory Plain Pool: 4eur (4eur-f)",
|
|
193
250
|
symbol: "Crv 4eur",
|
|
194
251
|
decimals: 18,
|
|
195
|
-
logoURI: "https://
|
|
252
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
253
|
+
allowanceStorageOffset: 31,
|
|
254
|
+
isVyper: !0,
|
|
255
|
+
balanceStorageOffset: 30
|
|
196
256
|
},
|
|
197
257
|
{
|
|
198
258
|
chainId: 137,
|
|
@@ -200,7 +260,10 @@ const e = [
|
|
|
200
260
|
name: "PAR Stablecoin",
|
|
201
261
|
symbol: "PAR",
|
|
202
262
|
decimals: 18,
|
|
203
|
-
logoURI: "https://assets.coingecko.com/coins/images/14153/small/par_round_200.png?1614670422"
|
|
263
|
+
logoURI: "https://assets.coingecko.com/coins/images/14153/small/par_round_200.png?1614670422",
|
|
264
|
+
allowanceStorageOffset: 1,
|
|
265
|
+
isVyper: !1,
|
|
266
|
+
balanceStorageOffset: 0
|
|
204
267
|
},
|
|
205
268
|
{
|
|
206
269
|
chainId: 137,
|
|
@@ -208,7 +271,10 @@ const e = [
|
|
|
208
271
|
name: "Euro Tether (PoS)",
|
|
209
272
|
symbol: "EURT",
|
|
210
273
|
decimals: 6,
|
|
211
|
-
logoURI: "https://assets.coingecko.com/coins/images/17385/small/Tether_new.png?1683650223"
|
|
274
|
+
logoURI: "https://assets.coingecko.com/coins/images/17385/small/Tether_new.png?1683650223",
|
|
275
|
+
allowanceStorageOffset: 1,
|
|
276
|
+
isVyper: !1,
|
|
277
|
+
balanceStorageOffset: 0
|
|
212
278
|
},
|
|
213
279
|
{
|
|
214
280
|
chainId: 137,
|
|
@@ -216,7 +282,10 @@ const e = [
|
|
|
216
282
|
name: "STASIS EURS Token",
|
|
217
283
|
symbol: "EURS",
|
|
218
284
|
decimals: 2,
|
|
219
|
-
logoURI: "https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779"
|
|
285
|
+
logoURI: "https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779",
|
|
286
|
+
allowanceStorageOffset: 1,
|
|
287
|
+
isVyper: !1,
|
|
288
|
+
balanceStorageOffset: 0
|
|
220
289
|
},
|
|
221
290
|
{
|
|
222
291
|
chainId: 137,
|
|
@@ -224,7 +293,10 @@ const e = [
|
|
|
224
293
|
name: "miMATIC",
|
|
225
294
|
symbol: "MAI",
|
|
226
295
|
decimals: 18,
|
|
227
|
-
logoURI: "https://
|
|
296
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/MAI.avif",
|
|
297
|
+
allowanceStorageOffset: 1,
|
|
298
|
+
isVyper: !1,
|
|
299
|
+
balanceStorageOffset: 0
|
|
228
300
|
},
|
|
229
301
|
{
|
|
230
302
|
chainId: 137,
|
|
@@ -232,7 +304,10 @@ const e = [
|
|
|
232
304
|
name: "Axelar Wrapped USDC",
|
|
233
305
|
symbol: "axlUSDC",
|
|
234
306
|
decimals: 6,
|
|
235
|
-
logoURI: "https://
|
|
307
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/axlusdc.avif",
|
|
308
|
+
allowanceStorageOffset: 1,
|
|
309
|
+
isVyper: !1,
|
|
310
|
+
balanceStorageOffset: 0
|
|
236
311
|
},
|
|
237
312
|
{
|
|
238
313
|
chainId: 137,
|
|
@@ -248,7 +323,10 @@ const e = [
|
|
|
248
323
|
name: "Stake DAO",
|
|
249
324
|
symbol: "SDT",
|
|
250
325
|
decimals: 18,
|
|
251
|
-
logoURI: "https://assets.coingecko.com/coins/images/13724/small/stakedao_logo.jpg?1611195011"
|
|
326
|
+
logoURI: "https://assets.coingecko.com/coins/images/13724/small/stakedao_logo.jpg?1611195011",
|
|
327
|
+
allowanceStorageOffset: 1,
|
|
328
|
+
isVyper: !1,
|
|
329
|
+
balanceStorageOffset: 0
|
|
252
330
|
},
|
|
253
331
|
{
|
|
254
332
|
chainId: 137,
|
|
@@ -256,7 +334,10 @@ const e = [
|
|
|
256
334
|
name: "L3USD",
|
|
257
335
|
symbol: "L3USD",
|
|
258
336
|
decimals: 18,
|
|
259
|
-
logoURI: "https://assets.coingecko.com/coins/images/26937/small/L3USD.png?1660999834"
|
|
337
|
+
logoURI: "https://assets.coingecko.com/coins/images/26937/small/L3USD.png?1660999834",
|
|
338
|
+
allowanceStorageOffset: 5,
|
|
339
|
+
isVyper: !1,
|
|
340
|
+
balanceStorageOffset: 2
|
|
260
341
|
},
|
|
261
342
|
{
|
|
262
343
|
chainId: 137,
|
|
@@ -264,7 +345,10 @@ const e = [
|
|
|
264
345
|
name: "CRV (PoS)",
|
|
265
346
|
symbol: "CRV",
|
|
266
347
|
decimals: 18,
|
|
267
|
-
logoURI: "https://
|
|
348
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
349
|
+
allowanceStorageOffset: 1,
|
|
350
|
+
isVyper: !1,
|
|
351
|
+
balanceStorageOffset: 0
|
|
268
352
|
},
|
|
269
353
|
{
|
|
270
354
|
chainId: 137,
|
|
@@ -272,7 +356,10 @@ const e = [
|
|
|
272
356
|
name: "Curve USD-BTC-ETH",
|
|
273
357
|
symbol: "crvUSDBTCETH",
|
|
274
358
|
decimals: 18,
|
|
275
|
-
logoURI: "https://
|
|
359
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
360
|
+
allowanceStorageOffset: 8,
|
|
361
|
+
isVyper: !0,
|
|
362
|
+
balanceStorageOffset: 7
|
|
276
363
|
},
|
|
277
364
|
{
|
|
278
365
|
chainId: 137,
|
|
@@ -280,7 +367,10 @@ const e = [
|
|
|
280
367
|
name: "Curve USD-BTC-ETH",
|
|
281
368
|
symbol: "crvUSDBTCETH-2",
|
|
282
369
|
decimals: 18,
|
|
283
|
-
logoURI: "https://
|
|
370
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
371
|
+
allowanceStorageOffset: 3,
|
|
372
|
+
isVyper: !0,
|
|
373
|
+
balanceStorageOffset: 2
|
|
284
374
|
},
|
|
285
375
|
{
|
|
286
376
|
chainId: 137,
|
|
@@ -288,7 +378,10 @@ const e = [
|
|
|
288
378
|
name: "CRV/TRICRYPTO",
|
|
289
379
|
symbol: "CRVTRI-f",
|
|
290
380
|
decimals: 18,
|
|
291
|
-
logoURI: "https://
|
|
381
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
382
|
+
allowanceStorageOffset: 7,
|
|
383
|
+
isVyper: !0,
|
|
384
|
+
balanceStorageOffset: 6
|
|
292
385
|
},
|
|
293
386
|
{
|
|
294
387
|
chainId: 137,
|
|
@@ -296,7 +389,10 @@ const e = [
|
|
|
296
389
|
name: "Staked MATIC",
|
|
297
390
|
symbol: "stMATIC",
|
|
298
391
|
decimals: 18,
|
|
299
|
-
logoURI: "https://assets.coingecko.com/coins/images/24185/small/stMATIC.png?1646789287"
|
|
392
|
+
logoURI: "https://assets.coingecko.com/coins/images/24185/small/stMATIC.png?1646789287",
|
|
393
|
+
allowanceStorageOffset: 1,
|
|
394
|
+
isVyper: !1,
|
|
395
|
+
balanceStorageOffset: 0
|
|
300
396
|
},
|
|
301
397
|
{
|
|
302
398
|
chainId: 137,
|
|
@@ -304,7 +400,10 @@ const e = [
|
|
|
304
400
|
name: "Curve EURT-3Crv",
|
|
305
401
|
symbol: "crvEURTUSD",
|
|
306
402
|
decimals: 18,
|
|
307
|
-
logoURI: "https://assets.coingecko.com/coins/images/12972/small/3pool_128.png?1603948039"
|
|
403
|
+
logoURI: "https://assets.coingecko.com/coins/images/12972/small/3pool_128.png?1603948039",
|
|
404
|
+
allowanceStorageOffset: 6,
|
|
405
|
+
isVyper: !0,
|
|
406
|
+
balanceStorageOffset: 5
|
|
308
407
|
},
|
|
309
408
|
{
|
|
310
409
|
chainId: 137,
|
|
@@ -312,7 +411,10 @@ const e = [
|
|
|
312
411
|
name: "Curve.fi Factory USD Metapool: MAI+3Pool",
|
|
313
412
|
symbol: "MAI+3Pool3CRV-f",
|
|
314
413
|
decimals: 18,
|
|
315
|
-
logoURI: "https://
|
|
414
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
415
|
+
allowanceStorageOffset: 25,
|
|
416
|
+
isVyper: !0,
|
|
417
|
+
balanceStorageOffset: 0
|
|
316
418
|
},
|
|
317
419
|
{
|
|
318
420
|
chainId: 137,
|
|
@@ -320,7 +422,10 @@ const e = [
|
|
|
320
422
|
name: "Curve.fi Factory USD Metapool: USDR+3Pool",
|
|
321
423
|
symbol: "USDR3CRV-f",
|
|
322
424
|
decimals: 18,
|
|
323
|
-
logoURI: "https://
|
|
425
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
426
|
+
allowanceStorageOffset: 26,
|
|
427
|
+
isVyper: !0,
|
|
428
|
+
balanceStorageOffset: 0
|
|
324
429
|
},
|
|
325
430
|
{
|
|
326
431
|
chainId: 137,
|
|
@@ -328,7 +433,10 @@ const e = [
|
|
|
328
433
|
name: "WMATIC/TRICRYPTO",
|
|
329
434
|
symbol: "WMATICTRI-f",
|
|
330
435
|
decimals: 18,
|
|
331
|
-
logoURI: "https://
|
|
436
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
437
|
+
allowanceStorageOffset: 7,
|
|
438
|
+
isVyper: !0,
|
|
439
|
+
balanceStorageOffset: 6
|
|
332
440
|
},
|
|
333
441
|
{
|
|
334
442
|
chainId: 137,
|
|
@@ -336,7 +444,10 @@ const e = [
|
|
|
336
444
|
name: "L3USD/AAVE",
|
|
337
445
|
symbol: "L3USDAAVE3CRV-f",
|
|
338
446
|
decimals: 18,
|
|
339
|
-
logoURI: "https://
|
|
447
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
448
|
+
allowanceStorageOffset: 25,
|
|
449
|
+
isVyper: !0,
|
|
450
|
+
balanceStorageOffset: 24
|
|
340
451
|
},
|
|
341
452
|
{
|
|
342
453
|
chainId: 137,
|
|
@@ -344,7 +455,10 @@ const e = [
|
|
|
344
455
|
name: "stMATIC/WMATIC",
|
|
345
456
|
symbol: "stMATIC-f",
|
|
346
457
|
decimals: 18,
|
|
347
|
-
logoURI: "https://
|
|
458
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
459
|
+
allowanceStorageOffset: 7,
|
|
460
|
+
isVyper: !0,
|
|
461
|
+
balanceStorageOffset: 6
|
|
348
462
|
},
|
|
349
463
|
{
|
|
350
464
|
chainId: 137,
|
|
@@ -352,7 +466,10 @@ const e = [
|
|
|
352
466
|
name: "Curve.fi Factory Crypto Pool: aCRV/CRV",
|
|
353
467
|
symbol: "aCRV-f",
|
|
354
468
|
decimals: 18,
|
|
355
|
-
logoURI: "https://
|
|
469
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
470
|
+
allowanceStorageOffset: 7,
|
|
471
|
+
isVyper: !0,
|
|
472
|
+
balanceStorageOffset: 6
|
|
356
473
|
},
|
|
357
474
|
{
|
|
358
475
|
chainId: 137,
|
|
@@ -360,7 +477,10 @@ const e = [
|
|
|
360
477
|
name: "Curve.fi Factory Plain Pool: axlUSDC/USDC",
|
|
361
478
|
symbol: "AXELARUSDC-f",
|
|
362
479
|
decimals: 18,
|
|
363
|
-
logoURI: "https://
|
|
480
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
481
|
+
allowanceStorageOffset: 25,
|
|
482
|
+
isVyper: !0,
|
|
483
|
+
balanceStorageOffset: 24
|
|
364
484
|
},
|
|
365
485
|
{
|
|
366
486
|
chainId: 137,
|
|
@@ -368,7 +488,10 @@ const e = [
|
|
|
368
488
|
name: "Curve EURS-3Crv",
|
|
369
489
|
symbol: "crvEURSUSD",
|
|
370
490
|
decimals: 18,
|
|
371
|
-
logoURI: "https://
|
|
491
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
492
|
+
allowanceStorageOffset: 6,
|
|
493
|
+
isVyper: !0,
|
|
494
|
+
balanceStorageOffset: 5
|
|
372
495
|
},
|
|
373
496
|
{
|
|
374
497
|
chainId: 137,
|
|
@@ -376,7 +499,10 @@ const e = [
|
|
|
376
499
|
name: "Curve.fi Factory USD Metapool: curve.fi TUSD/am3CRV Pool",
|
|
377
500
|
symbol: "TUSDam3CRV-f",
|
|
378
501
|
decimals: 18,
|
|
379
|
-
logoURI: "https://
|
|
502
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
503
|
+
allowanceStorageOffset: 25,
|
|
504
|
+
isVyper: !0,
|
|
505
|
+
balanceStorageOffset: 24
|
|
380
506
|
},
|
|
381
507
|
{
|
|
382
508
|
chainId: 137,
|
|
@@ -384,7 +510,10 @@ const e = [
|
|
|
384
510
|
name: "Curve.fi Factory Plain Pool: aMATICb/wMATIC",
|
|
385
511
|
symbol: "aMATICb-f",
|
|
386
512
|
decimals: 18,
|
|
387
|
-
logoURI: "https://
|
|
513
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
514
|
+
allowanceStorageOffset: 25,
|
|
515
|
+
isVyper: !0,
|
|
516
|
+
balanceStorageOffset: 24
|
|
388
517
|
},
|
|
389
518
|
{
|
|
390
519
|
chainId: 137,
|
|
@@ -392,7 +521,10 @@ const e = [
|
|
|
392
521
|
name: "Curve.fi crvUSDBTCETH Gauge Deposit",
|
|
393
522
|
symbol: "crvUSDBTCETH-gauge",
|
|
394
523
|
decimals: 18,
|
|
395
|
-
logoURI: "https://
|
|
524
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
525
|
+
allowanceStorageOffset: 8,
|
|
526
|
+
isVyper: !0,
|
|
527
|
+
balanceStorageOffset: 0
|
|
396
528
|
},
|
|
397
529
|
{
|
|
398
530
|
chainId: 137,
|
|
@@ -400,7 +532,10 @@ const e = [
|
|
|
400
532
|
name: "Curve.fi am3CRV Gauge Deposit",
|
|
401
533
|
symbol: "am3CRV-gauge",
|
|
402
534
|
decimals: 18,
|
|
403
|
-
logoURI: "https://
|
|
535
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
536
|
+
allowanceStorageOffset: 8,
|
|
537
|
+
isVyper: !0,
|
|
538
|
+
balanceStorageOffset: 9
|
|
404
539
|
},
|
|
405
540
|
{
|
|
406
541
|
chainId: 137,
|
|
@@ -408,7 +543,10 @@ const e = [
|
|
|
408
543
|
name: "Curve.fi btcCRV Gauge Deposit",
|
|
409
544
|
symbol: "btcCRV-gauge",
|
|
410
545
|
decimals: 18,
|
|
411
|
-
logoURI: "https://
|
|
546
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
547
|
+
allowanceStorageOffset: 8,
|
|
548
|
+
isVyper: !0,
|
|
549
|
+
balanceStorageOffset: 0
|
|
412
550
|
},
|
|
413
551
|
{
|
|
414
552
|
chainId: 137,
|
|
@@ -416,7 +554,10 @@ const e = [
|
|
|
416
554
|
name: "mooPearlUSDC-USDR",
|
|
417
555
|
symbol: "mooPearlUSDC-USDR",
|
|
418
556
|
decimals: 18,
|
|
419
|
-
logoURI: "https://
|
|
557
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
558
|
+
allowanceStorageOffset: 52,
|
|
559
|
+
isVyper: !1,
|
|
560
|
+
balanceStorageOffset: 0
|
|
420
561
|
},
|
|
421
562
|
{
|
|
422
563
|
chainId: 137,
|
|
@@ -440,7 +581,7 @@ const e = [
|
|
|
440
581
|
name: "mooPearlDAI-USDR",
|
|
441
582
|
symbol: "mooPearlDAI-USDR",
|
|
442
583
|
decimals: 18,
|
|
443
|
-
logoURI: "https://
|
|
584
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
444
585
|
},
|
|
445
586
|
{
|
|
446
587
|
chainId: 137,
|
|
@@ -448,7 +589,10 @@ const e = [
|
|
|
448
589
|
name: "mooCurveATriCrypto3",
|
|
449
590
|
symbol: "mooCurveATriCrypto3",
|
|
450
591
|
decimals: 18,
|
|
451
|
-
logoURI: "https://
|
|
592
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
593
|
+
allowanceStorageOffset: 1,
|
|
594
|
+
isVyper: !1,
|
|
595
|
+
balanceStorageOffset: 0
|
|
452
596
|
},
|
|
453
597
|
{
|
|
454
598
|
chainId: 137,
|
|
@@ -456,7 +600,10 @@ const e = [
|
|
|
456
600
|
name: "mooStargateUSDT",
|
|
457
601
|
symbol: "mooStargateUSDT",
|
|
458
602
|
decimals: 18,
|
|
459
|
-
logoURI: "https://
|
|
603
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
604
|
+
allowanceStorageOffset: 1,
|
|
605
|
+
isVyper: !1,
|
|
606
|
+
balanceStorageOffset: 0
|
|
460
607
|
},
|
|
461
608
|
{
|
|
462
609
|
chainId: 137,
|
|
@@ -464,7 +611,10 @@ const e = [
|
|
|
464
611
|
name: "mooCurveEURt",
|
|
465
612
|
symbol: "mooCurveEURt",
|
|
466
613
|
decimals: 18,
|
|
467
|
-
logoURI: "https://
|
|
614
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
615
|
+
allowanceStorageOffset: 1,
|
|
616
|
+
isVyper: !1,
|
|
617
|
+
balanceStorageOffset: 0
|
|
468
618
|
},
|
|
469
619
|
{
|
|
470
620
|
chainId: 137,
|
|
@@ -472,7 +622,10 @@ const e = [
|
|
|
472
622
|
name: "mooBalancerPolyMaticX-bbaWMATIC",
|
|
473
623
|
symbol: "mooBalancerPolyMaticX-bbaWMATIC",
|
|
474
624
|
decimals: 18,
|
|
475
|
-
logoURI: "https://
|
|
625
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
626
|
+
allowanceStorageOffset: 52,
|
|
627
|
+
isVyper: !1,
|
|
628
|
+
balanceStorageOffset: 0
|
|
476
629
|
},
|
|
477
630
|
{
|
|
478
631
|
chainId: 137,
|
|
@@ -480,7 +633,10 @@ const e = [
|
|
|
480
633
|
name: "mooConvexUSDR",
|
|
481
634
|
symbol: "mooConvexUSDR",
|
|
482
635
|
decimals: 18,
|
|
483
|
-
logoURI: "https://
|
|
636
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
637
|
+
allowanceStorageOffset: 1,
|
|
638
|
+
isVyper: !1,
|
|
639
|
+
balanceStorageOffset: 0
|
|
484
640
|
},
|
|
485
641
|
{
|
|
486
642
|
chainId: 137,
|
|
@@ -488,7 +644,10 @@ const e = [
|
|
|
488
644
|
name: "mooStargateUSDC",
|
|
489
645
|
symbol: "mooStargateUSDC",
|
|
490
646
|
decimals: 18,
|
|
491
|
-
logoURI: "https://
|
|
647
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
648
|
+
allowanceStorageOffset: 1,
|
|
649
|
+
isVyper: !1,
|
|
650
|
+
balanceStorageOffset: 0
|
|
492
651
|
},
|
|
493
652
|
{
|
|
494
653
|
chainId: 137,
|
|
@@ -496,7 +655,10 @@ const e = [
|
|
|
496
655
|
name: "mooQuickBTC-ETH-Narrow",
|
|
497
656
|
symbol: "mooQuickBTC-ETH-Narrow",
|
|
498
657
|
decimals: 18,
|
|
499
|
-
logoURI: "https://
|
|
658
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
659
|
+
allowanceStorageOffset: 52,
|
|
660
|
+
isVyper: !1,
|
|
661
|
+
balanceStorageOffset: 0
|
|
500
662
|
},
|
|
501
663
|
{
|
|
502
664
|
chainId: 137,
|
|
@@ -504,7 +666,10 @@ const e = [
|
|
|
504
666
|
name: "mooMvxMVLP",
|
|
505
667
|
symbol: "mooMvxMVLP",
|
|
506
668
|
decimals: 18,
|
|
507
|
-
logoURI: "https://
|
|
669
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
670
|
+
allowanceStorageOffset: 52,
|
|
671
|
+
isVyper: !1,
|
|
672
|
+
balanceStorageOffset: 51
|
|
508
673
|
},
|
|
509
674
|
{
|
|
510
675
|
chainId: 137,
|
|
@@ -512,7 +677,10 @@ const e = [
|
|
|
512
677
|
name: "mooBalancerPolywstETH",
|
|
513
678
|
symbol: "mooBalancerPolywstETH",
|
|
514
679
|
decimals: 18,
|
|
515
|
-
logoURI: "https://
|
|
680
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
681
|
+
allowanceStorageOffset: 52,
|
|
682
|
+
isVyper: !1,
|
|
683
|
+
balanceStorageOffset: 0
|
|
516
684
|
},
|
|
517
685
|
{
|
|
518
686
|
chainId: 137,
|
|
@@ -520,7 +688,10 @@ const e = [
|
|
|
520
688
|
name: "mooCurveCrv3crypto",
|
|
521
689
|
symbol: "mooCurveCrv3crypto",
|
|
522
690
|
decimals: 18,
|
|
523
|
-
logoURI: "https://
|
|
691
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
692
|
+
allowanceStorageOffset: 1,
|
|
693
|
+
isVyper: !1,
|
|
694
|
+
balanceStorageOffset: 0
|
|
524
695
|
},
|
|
525
696
|
{
|
|
526
697
|
chainId: 137,
|
|
@@ -528,7 +699,10 @@ const e = [
|
|
|
528
699
|
name: "mooBalancerPolystMatic",
|
|
529
700
|
symbol: "mooBalancerPolystMatic",
|
|
530
701
|
decimals: 18,
|
|
531
|
-
logoURI: "https://
|
|
702
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
703
|
+
allowanceStorageOffset: 52,
|
|
704
|
+
isVyper: !1,
|
|
705
|
+
balanceStorageOffset: 0
|
|
532
706
|
},
|
|
533
707
|
{
|
|
534
708
|
chainId: 137,
|
|
@@ -536,7 +710,10 @@ const e = [
|
|
|
536
710
|
name: "mooCurveAm3CRV",
|
|
537
711
|
symbol: "mooCurveAm3CRV",
|
|
538
712
|
decimals: 18,
|
|
539
|
-
logoURI: "https://
|
|
713
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
714
|
+
allowanceStorageOffset: 1,
|
|
715
|
+
isVyper: !1,
|
|
716
|
+
balanceStorageOffset: 0
|
|
540
717
|
},
|
|
541
718
|
{
|
|
542
719
|
chainId: 137,
|
|
@@ -544,7 +721,10 @@ const e = [
|
|
|
544
721
|
name: "mooAavePolygonMaticX",
|
|
545
722
|
symbol: "mooAavePolygonMaticX",
|
|
546
723
|
decimals: 18,
|
|
547
|
-
logoURI: "https://
|
|
724
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
725
|
+
allowanceStorageOffset: 52,
|
|
726
|
+
isVyper: !1,
|
|
727
|
+
balanceStorageOffset: 0
|
|
548
728
|
},
|
|
549
729
|
{
|
|
550
730
|
chainId: 137,
|
|
@@ -552,7 +732,10 @@ const e = [
|
|
|
552
732
|
name: "mooBalancer-jEUR-PAR",
|
|
553
733
|
symbol: "mooBalancer-jEUR-PAR",
|
|
554
734
|
decimals: 18,
|
|
555
|
-
logoURI: "https://
|
|
735
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
736
|
+
allowanceStorageOffset: 52,
|
|
737
|
+
isVyper: !1,
|
|
738
|
+
balanceStorageOffset: 51
|
|
556
739
|
},
|
|
557
740
|
{
|
|
558
741
|
chainId: 137,
|
|
@@ -560,7 +743,7 @@ const e = [
|
|
|
560
743
|
name: "mooPearlMATIC-USDR",
|
|
561
744
|
symbol: "mooPearlMATIC-USDR",
|
|
562
745
|
decimals: 18,
|
|
563
|
-
logoURI: "https://
|
|
746
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
564
747
|
},
|
|
565
748
|
{
|
|
566
749
|
chainId: 137,
|
|
@@ -568,7 +751,10 @@ const e = [
|
|
|
568
751
|
name: "mooPearlWUSDR-USDRv3",
|
|
569
752
|
symbol: "mooPearlWUSDR-USDRv3",
|
|
570
753
|
decimals: 18,
|
|
571
|
-
logoURI: "https://
|
|
754
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
755
|
+
allowanceStorageOffset: 52,
|
|
756
|
+
isVyper: !1,
|
|
757
|
+
balanceStorageOffset: 51
|
|
572
758
|
},
|
|
573
759
|
{
|
|
574
760
|
chainId: 137,
|
|
@@ -576,7 +762,10 @@ const e = [
|
|
|
576
762
|
name: "mooQuickQUICK",
|
|
577
763
|
symbol: "mooQuickQUICK",
|
|
578
764
|
decimals: 18,
|
|
579
|
-
logoURI: "https://
|
|
765
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
766
|
+
allowanceStorageOffset: 1,
|
|
767
|
+
isVyper: !1,
|
|
768
|
+
balanceStorageOffset: 0
|
|
580
769
|
},
|
|
581
770
|
{
|
|
582
771
|
chainId: 137,
|
|
@@ -584,7 +773,10 @@ const e = [
|
|
|
584
773
|
name: "mooConvexMatic3crypto",
|
|
585
774
|
symbol: "mooConvexMatic3crypto",
|
|
586
775
|
decimals: 18,
|
|
587
|
-
logoURI: "https://
|
|
776
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
777
|
+
allowanceStorageOffset: 1,
|
|
778
|
+
isVyper: !1,
|
|
779
|
+
balanceStorageOffset: 0
|
|
588
780
|
},
|
|
589
781
|
{
|
|
590
782
|
chainId: 137,
|
|
@@ -592,7 +784,10 @@ const e = [
|
|
|
592
784
|
name: "mooQuickUSDC-ETH-Narrow",
|
|
593
785
|
symbol: "mooQuickUSDC-ETH-Narrow",
|
|
594
786
|
decimals: 18,
|
|
595
|
-
logoURI: "https://
|
|
787
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
788
|
+
allowanceStorageOffset: 52,
|
|
789
|
+
isVyper: !1,
|
|
790
|
+
balanceStorageOffset: 0
|
|
596
791
|
},
|
|
597
792
|
{
|
|
598
793
|
chainId: 137,
|
|
@@ -600,7 +795,10 @@ const e = [
|
|
|
600
795
|
name: "mooMaiQI-MATIC",
|
|
601
796
|
symbol: "mooMaiQI-MATIC",
|
|
602
797
|
decimals: 18,
|
|
603
|
-
logoURI: "https://
|
|
798
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
799
|
+
allowanceStorageOffset: 1,
|
|
800
|
+
isVyper: !1,
|
|
801
|
+
balanceStorageOffset: 0
|
|
604
802
|
},
|
|
605
803
|
{
|
|
606
804
|
chainId: 137,
|
|
@@ -608,7 +806,7 @@ const e = [
|
|
|
608
806
|
name: "mooBalancerfrxETH",
|
|
609
807
|
symbol: "mooBalancerfrxETH",
|
|
610
808
|
decimals: 18,
|
|
611
|
-
logoURI: "https://
|
|
809
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
612
810
|
},
|
|
613
811
|
{
|
|
614
812
|
chainId: 137,
|
|
@@ -616,7 +814,10 @@ const e = [
|
|
|
616
814
|
name: "mooQuickMATIC-WETHNarro",
|
|
617
815
|
symbol: "mooQuickMATIC-WETHNarrow",
|
|
618
816
|
decimals: 18,
|
|
619
|
-
logoURI: "https://
|
|
817
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
818
|
+
allowanceStorageOffset: 52,
|
|
819
|
+
isVyper: !1,
|
|
820
|
+
balanceStorageOffset: 0
|
|
620
821
|
},
|
|
621
822
|
{
|
|
622
823
|
chainId: 137,
|
|
@@ -624,7 +825,7 @@ const e = [
|
|
|
624
825
|
name: "mooPearlTNGBL-USDR",
|
|
625
826
|
symbol: "mooPearlTNGBL-USDR",
|
|
626
827
|
decimals: 18,
|
|
627
|
-
logoURI: "https://
|
|
828
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
628
829
|
},
|
|
629
830
|
{
|
|
630
831
|
chainId: 137,
|
|
@@ -632,7 +833,10 @@ const e = [
|
|
|
632
833
|
name: "mooKyberMAI-USDC",
|
|
633
834
|
symbol: "mooKyberMAI-USDC",
|
|
634
835
|
decimals: 18,
|
|
635
|
-
logoURI: "https://
|
|
836
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
837
|
+
allowanceStorageOffset: 52,
|
|
838
|
+
isVyper: !1,
|
|
839
|
+
balanceStorageOffset: 0
|
|
636
840
|
},
|
|
637
841
|
{
|
|
638
842
|
chainId: 137,
|
|
@@ -640,7 +844,7 @@ const e = [
|
|
|
640
844
|
name: "mooQuickMAI-USDT-Stable",
|
|
641
845
|
symbol: "mooQuickMAI-USDT-Stable",
|
|
642
846
|
decimals: 18,
|
|
643
|
-
logoURI: "https://
|
|
847
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
644
848
|
},
|
|
645
849
|
{
|
|
646
850
|
chainId: 137,
|
|
@@ -648,7 +852,10 @@ const e = [
|
|
|
648
852
|
name: "mooQuickMATIC-stMATICNarrow",
|
|
649
853
|
symbol: "mooQuickMATIC-stMATICNarrow",
|
|
650
854
|
decimals: 18,
|
|
651
|
-
logoURI: "https://
|
|
855
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
856
|
+
allowanceStorageOffset: 52,
|
|
857
|
+
isVyper: !1,
|
|
858
|
+
balanceStorageOffset: 51
|
|
652
859
|
},
|
|
653
860
|
{
|
|
654
861
|
chainId: 137,
|
|
@@ -656,7 +863,10 @@ const e = [
|
|
|
656
863
|
name: "mooQuickMATIC-WETHWide",
|
|
657
864
|
symbol: "mooQuickMATIC-WETHWide",
|
|
658
865
|
decimals: 18,
|
|
659
|
-
logoURI: "https://
|
|
866
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
867
|
+
allowanceStorageOffset: 52,
|
|
868
|
+
isVyper: !1,
|
|
869
|
+
balanceStorageOffset: 0
|
|
660
870
|
},
|
|
661
871
|
{
|
|
662
872
|
chainId: 137,
|
|
@@ -664,7 +874,10 @@ const e = [
|
|
|
664
874
|
name: "awMATIC-WETH",
|
|
665
875
|
symbol: "awMATIC-WETH",
|
|
666
876
|
decimals: 18,
|
|
667
|
-
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381"
|
|
877
|
+
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381",
|
|
878
|
+
allowanceStorageOffset: 1,
|
|
879
|
+
isVyper: !1,
|
|
880
|
+
balanceStorageOffset: 0
|
|
668
881
|
},
|
|
669
882
|
{
|
|
670
883
|
chainId: 137,
|
|
@@ -672,7 +885,10 @@ const e = [
|
|
|
672
885
|
name: "mooQuickMATIC-USDCNarrow",
|
|
673
886
|
symbol: "mooQuickMATIC-USDCNarrow",
|
|
674
887
|
decimals: 18,
|
|
675
|
-
logoURI: "https://
|
|
888
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
889
|
+
allowanceStorageOffset: 52,
|
|
890
|
+
isVyper: !1,
|
|
891
|
+
balanceStorageOffset: 0
|
|
676
892
|
},
|
|
677
893
|
{
|
|
678
894
|
chainId: 137,
|
|
@@ -680,7 +896,10 @@ const e = [
|
|
|
680
896
|
name: "awMATIC-USDC",
|
|
681
897
|
symbol: "awMATIC-USDC",
|
|
682
898
|
decimals: 18,
|
|
683
|
-
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381"
|
|
899
|
+
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381",
|
|
900
|
+
allowanceStorageOffset: 1,
|
|
901
|
+
isVyper: !1,
|
|
902
|
+
balanceStorageOffset: 0
|
|
684
903
|
},
|
|
685
904
|
{
|
|
686
905
|
chainId: 137,
|
|
@@ -688,7 +907,10 @@ const e = [
|
|
|
688
907
|
name: "mooRetrostMATIC-MATIC",
|
|
689
908
|
symbol: "mooRetrostMATIC-MATIC",
|
|
690
909
|
decimals: 18,
|
|
691
|
-
logoURI: "https://
|
|
910
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
911
|
+
allowanceStorageOffset: 52,
|
|
912
|
+
isVyper: !1,
|
|
913
|
+
balanceStorageOffset: 51
|
|
692
914
|
},
|
|
693
915
|
{
|
|
694
916
|
chainId: 137,
|
|
@@ -696,7 +918,10 @@ const e = [
|
|
|
696
918
|
name: "xWMATIC-stMATIC01",
|
|
697
919
|
symbol: "xWMATIC-stMATIC01",
|
|
698
920
|
decimals: 18,
|
|
699
|
-
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381"
|
|
921
|
+
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381",
|
|
922
|
+
allowanceStorageOffset: 1,
|
|
923
|
+
isVyper: !1,
|
|
924
|
+
balanceStorageOffset: 0
|
|
700
925
|
},
|
|
701
926
|
{
|
|
702
927
|
chainId: 137,
|
|
@@ -704,7 +929,10 @@ const e = [
|
|
|
704
929
|
name: "xWETH-frxETH01",
|
|
705
930
|
symbol: "xWETH-frxETH01",
|
|
706
931
|
decimals: 18,
|
|
707
|
-
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381"
|
|
932
|
+
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381",
|
|
933
|
+
allowanceStorageOffset: 1,
|
|
934
|
+
isVyper: !1,
|
|
935
|
+
balanceStorageOffset: 0
|
|
708
936
|
},
|
|
709
937
|
{
|
|
710
938
|
chainId: 137,
|
|
@@ -712,7 +940,7 @@ const e = [
|
|
|
712
940
|
name: "mooRetrofrxETH-WETH",
|
|
713
941
|
symbol: "mooRetrofrxETH-WETH",
|
|
714
942
|
decimals: 18,
|
|
715
|
-
logoURI: "https://
|
|
943
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
716
944
|
},
|
|
717
945
|
{
|
|
718
946
|
chainId: 137,
|
|
@@ -720,7 +948,10 @@ const e = [
|
|
|
720
948
|
name: "mooQuickWBTC-USDC_Narrow",
|
|
721
949
|
symbol: "mooQuickWBTC-USDC_Narrow",
|
|
722
950
|
decimals: 18,
|
|
723
|
-
logoURI: "https://
|
|
951
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
952
|
+
allowanceStorageOffset: 52,
|
|
953
|
+
isVyper: !1,
|
|
954
|
+
balanceStorageOffset: 0
|
|
724
955
|
},
|
|
725
956
|
{
|
|
726
957
|
chainId: 137,
|
|
@@ -728,7 +959,10 @@ const e = [
|
|
|
728
959
|
name: "aWBTC-USDC",
|
|
729
960
|
symbol: "aWBTC-USDC",
|
|
730
961
|
decimals: 18,
|
|
731
|
-
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381"
|
|
962
|
+
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381",
|
|
963
|
+
allowanceStorageOffset: 1,
|
|
964
|
+
isVyper: !1,
|
|
965
|
+
balanceStorageOffset: 0
|
|
732
966
|
},
|
|
733
967
|
{
|
|
734
968
|
chainId: 137,
|
|
@@ -736,7 +970,7 @@ const e = [
|
|
|
736
970
|
name: "mooRetroagEUR-USDC",
|
|
737
971
|
symbol: "mooRetroagEUR-USDC",
|
|
738
972
|
decimals: 18,
|
|
739
|
-
logoURI: "https://
|
|
973
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
740
974
|
},
|
|
741
975
|
{
|
|
742
976
|
chainId: 137,
|
|
@@ -744,7 +978,10 @@ const e = [
|
|
|
744
978
|
name: "xAGEUR-USDC01",
|
|
745
979
|
symbol: "xAGEUR-USDC01",
|
|
746
980
|
decimals: 18,
|
|
747
|
-
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381"
|
|
981
|
+
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381",
|
|
982
|
+
allowanceStorageOffset: 1,
|
|
983
|
+
isVyper: !1,
|
|
984
|
+
balanceStorageOffset: 0
|
|
748
985
|
},
|
|
749
986
|
{
|
|
750
987
|
chainId: 137,
|
|
@@ -752,7 +989,7 @@ const e = [
|
|
|
752
989
|
name: "mooPearlWMATIC-USDRv3",
|
|
753
990
|
symbol: "mooPearlWMATIC-USDRv3",
|
|
754
991
|
decimals: 18,
|
|
755
|
-
logoURI: "https://
|
|
992
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
756
993
|
},
|
|
757
994
|
{
|
|
758
995
|
chainId: 137,
|
|
@@ -760,7 +997,10 @@ const e = [
|
|
|
760
997
|
name: "vAMM-WMATIC/USDR",
|
|
761
998
|
symbol: "vAMM-WMATIC/USDR",
|
|
762
999
|
decimals: 18,
|
|
763
|
-
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381"
|
|
1000
|
+
logoURI: "https://assets.coingecko.com/coins/images/25393/small/quickswap.png?1688669381",
|
|
1001
|
+
allowanceStorageOffset: 5,
|
|
1002
|
+
isVyper: !1,
|
|
1003
|
+
balanceStorageOffset: 6
|
|
764
1004
|
},
|
|
765
1005
|
{
|
|
766
1006
|
chainId: 137,
|
|
@@ -768,7 +1008,10 @@ const e = [
|
|
|
768
1008
|
name: "awMATIC-WETH",
|
|
769
1009
|
symbol: "awMATIC-WETH",
|
|
770
1010
|
decimals: 18,
|
|
771
|
-
logoURI: "https://
|
|
1011
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1012
|
+
allowanceStorageOffset: 1,
|
|
1013
|
+
isVyper: !1,
|
|
1014
|
+
balanceStorageOffset: 0
|
|
772
1015
|
},
|
|
773
1016
|
{
|
|
774
1017
|
chainId: 137,
|
|
@@ -776,7 +1019,10 @@ const e = [
|
|
|
776
1019
|
name: "mooPearlUSDRv3-USDT",
|
|
777
1020
|
symbol: "mooPearlUSDRv3-USDT",
|
|
778
1021
|
decimals: 18,
|
|
779
|
-
logoURI: "https://
|
|
1022
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1023
|
+
allowanceStorageOffset: 52,
|
|
1024
|
+
isVyper: !1,
|
|
1025
|
+
balanceStorageOffset: 51
|
|
780
1026
|
},
|
|
781
1027
|
{
|
|
782
1028
|
chainId: 137,
|
|
@@ -784,7 +1030,10 @@ const e = [
|
|
|
784
1030
|
name: "sAMM-USDR/DAI",
|
|
785
1031
|
symbol: "sAMM-USDR/DAI",
|
|
786
1032
|
decimals: 18,
|
|
787
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1033
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1034
|
+
allowanceStorageOffset: 5,
|
|
1035
|
+
isVyper: !1,
|
|
1036
|
+
balanceStorageOffset: 6
|
|
788
1037
|
},
|
|
789
1038
|
{
|
|
790
1039
|
chainId: 137,
|
|
@@ -792,7 +1041,10 @@ const e = [
|
|
|
792
1041
|
name: "mooPearlUSDRv3-DAI",
|
|
793
1042
|
symbol: "mooPearlUSDRv3-DAI",
|
|
794
1043
|
decimals: 18,
|
|
795
|
-
logoURI: "https://
|
|
1044
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1045
|
+
allowanceStorageOffset: 52,
|
|
1046
|
+
isVyper: !1,
|
|
1047
|
+
balanceStorageOffset: 51
|
|
796
1048
|
},
|
|
797
1049
|
{
|
|
798
1050
|
chainId: 137,
|
|
@@ -800,7 +1052,10 @@ const e = [
|
|
|
800
1052
|
name: "mooPearlUSDC-USDRv3",
|
|
801
1053
|
symbol: "mooPearlUSDC-USDRv3",
|
|
802
1054
|
decimals: 18,
|
|
803
|
-
logoURI: "https://
|
|
1055
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1056
|
+
allowanceStorageOffset: 52,
|
|
1057
|
+
isVyper: !1,
|
|
1058
|
+
balanceStorageOffset: 0
|
|
804
1059
|
},
|
|
805
1060
|
{
|
|
806
1061
|
chainId: 137,
|
|
@@ -808,7 +1063,7 @@ const e = [
|
|
|
808
1063
|
name: "mooRetroUSDC-WETH",
|
|
809
1064
|
symbol: "mooRetroUSDC-WETH",
|
|
810
1065
|
decimals: 18,
|
|
811
|
-
logoURI: "https://
|
|
1066
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
812
1067
|
},
|
|
813
1068
|
{
|
|
814
1069
|
chainId: 137,
|
|
@@ -816,7 +1071,10 @@ const e = [
|
|
|
816
1071
|
name: "sAMM-USDC/USDR",
|
|
817
1072
|
symbol: "sAMM-USDC/USDR",
|
|
818
1073
|
decimals: 18,
|
|
819
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1074
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1075
|
+
allowanceStorageOffset: 5,
|
|
1076
|
+
isVyper: !1,
|
|
1077
|
+
balanceStorageOffset: 6
|
|
820
1078
|
},
|
|
821
1079
|
{
|
|
822
1080
|
chainId: 137,
|
|
@@ -824,7 +1082,10 @@ const e = [
|
|
|
824
1082
|
name: "xUSDC-WETH05",
|
|
825
1083
|
symbol: "xUSDC-WETH05",
|
|
826
1084
|
decimals: 18,
|
|
827
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1085
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1086
|
+
allowanceStorageOffset: 1,
|
|
1087
|
+
isVyper: !1,
|
|
1088
|
+
balanceStorageOffset: 0
|
|
828
1089
|
},
|
|
829
1090
|
{
|
|
830
1091
|
chainId: 137,
|
|
@@ -832,7 +1093,10 @@ const e = [
|
|
|
832
1093
|
name: "vAMM-wUSDR/USDR",
|
|
833
1094
|
symbol: "vAMM-wUSDR/USDR",
|
|
834
1095
|
decimals: 18,
|
|
835
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1096
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1097
|
+
allowanceStorageOffset: 5,
|
|
1098
|
+
isVyper: !1,
|
|
1099
|
+
balanceStorageOffset: 0
|
|
836
1100
|
},
|
|
837
1101
|
{
|
|
838
1102
|
chainId: 137,
|
|
@@ -840,7 +1104,10 @@ const e = [
|
|
|
840
1104
|
name: "mooPearlwUSDR-USDRv3",
|
|
841
1105
|
symbol: "mooPearlwUSDR-USDRv3",
|
|
842
1106
|
decimals: 18,
|
|
843
|
-
logoURI: "https://
|
|
1107
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1108
|
+
allowanceStorageOffset: 52,
|
|
1109
|
+
isVyper: !1,
|
|
1110
|
+
balanceStorageOffset: 51
|
|
844
1111
|
},
|
|
845
1112
|
{
|
|
846
1113
|
chainId: 137,
|
|
@@ -848,7 +1115,10 @@ const e = [
|
|
|
848
1115
|
name: "xWMATIC-USDC05",
|
|
849
1116
|
symbol: "xWMATIC-USDC05",
|
|
850
1117
|
decimals: 18,
|
|
851
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1118
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1119
|
+
allowanceStorageOffset: 1,
|
|
1120
|
+
isVyper: !1,
|
|
1121
|
+
balanceStorageOffset: 0
|
|
852
1122
|
},
|
|
853
1123
|
{
|
|
854
1124
|
chainId: 137,
|
|
@@ -856,7 +1126,10 @@ const e = [
|
|
|
856
1126
|
name: "mooRetroUSDC-MATIC",
|
|
857
1127
|
symbol: "mooRetroUSDC-MATIC",
|
|
858
1128
|
decimals: 18,
|
|
859
|
-
logoURI: "https://
|
|
1129
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1130
|
+
allowanceStorageOffset: 52,
|
|
1131
|
+
isVyper: !1,
|
|
1132
|
+
balanceStorageOffset: 0
|
|
860
1133
|
},
|
|
861
1134
|
{
|
|
862
1135
|
chainId: 137,
|
|
@@ -864,7 +1137,10 @@ const e = [
|
|
|
864
1137
|
name: "MaticX",
|
|
865
1138
|
symbol: "MaticX",
|
|
866
1139
|
decimals: 18,
|
|
867
|
-
logoURI: "https://assets.coingecko.com/coins/images/25383/small/maticx.png?1674714297"
|
|
1140
|
+
logoURI: "https://assets.coingecko.com/coins/images/25383/small/maticx.png?1674714297",
|
|
1141
|
+
allowanceStorageOffset: 1,
|
|
1142
|
+
isVyper: !1,
|
|
1143
|
+
balanceStorageOffset: 0
|
|
868
1144
|
},
|
|
869
1145
|
{
|
|
870
1146
|
chainId: 137,
|
|
@@ -872,7 +1148,7 @@ const e = [
|
|
|
872
1148
|
name: "mooPearlWBTC-USDRv3",
|
|
873
1149
|
symbol: "mooPearlWBTC-USDRv3",
|
|
874
1150
|
decimals: 18,
|
|
875
|
-
logoURI: "https://
|
|
1151
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
876
1152
|
},
|
|
877
1153
|
{
|
|
878
1154
|
chainId: 137,
|
|
@@ -888,7 +1164,10 @@ const e = [
|
|
|
888
1164
|
name: "S*USDC",
|
|
889
1165
|
symbol: "S*USDC",
|
|
890
1166
|
decimals: 6,
|
|
891
|
-
logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518"
|
|
1167
|
+
logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518",
|
|
1168
|
+
allowanceStorageOffset: 6,
|
|
1169
|
+
isVyper: !1,
|
|
1170
|
+
balanceStorageOffset: 5
|
|
892
1171
|
},
|
|
893
1172
|
{
|
|
894
1173
|
chainId: 137,
|
|
@@ -896,7 +1175,10 @@ const e = [
|
|
|
896
1175
|
name: "vAMM-WBTC/USDR",
|
|
897
1176
|
symbol: "vAMM-WBTC/USDR",
|
|
898
1177
|
decimals: 18,
|
|
899
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1178
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1179
|
+
allowanceStorageOffset: 5,
|
|
1180
|
+
isVyper: !1,
|
|
1181
|
+
balanceStorageOffset: 6
|
|
900
1182
|
},
|
|
901
1183
|
{
|
|
902
1184
|
chainId: 137,
|
|
@@ -904,7 +1186,10 @@ const e = [
|
|
|
904
1186
|
name: "S*USDT",
|
|
905
1187
|
symbol: "S*USDT",
|
|
906
1188
|
decimals: 6,
|
|
907
|
-
logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518"
|
|
1189
|
+
logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518",
|
|
1190
|
+
allowanceStorageOffset: 6,
|
|
1191
|
+
isVyper: !1,
|
|
1192
|
+
balanceStorageOffset: 5
|
|
908
1193
|
},
|
|
909
1194
|
{
|
|
910
1195
|
chainId: 137,
|
|
@@ -912,7 +1197,10 @@ const e = [
|
|
|
912
1197
|
name: "sAMM-USDR/USDT",
|
|
913
1198
|
symbol: "sAMM-USDR/USDT",
|
|
914
1199
|
decimals: 18,
|
|
915
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1200
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1201
|
+
allowanceStorageOffset: 5,
|
|
1202
|
+
isVyper: !1,
|
|
1203
|
+
balanceStorageOffset: 6
|
|
916
1204
|
},
|
|
917
1205
|
{
|
|
918
1206
|
chainId: 137,
|
|
@@ -920,7 +1208,7 @@ const e = [
|
|
|
920
1208
|
name: "mooPearlUSDRv3-WETH",
|
|
921
1209
|
symbol: "mooPearlUSDRv3-WETH",
|
|
922
1210
|
decimals: 18,
|
|
923
|
-
logoURI: "https://
|
|
1211
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
924
1212
|
},
|
|
925
1213
|
{
|
|
926
1214
|
chainId: 137,
|
|
@@ -928,7 +1216,10 @@ const e = [
|
|
|
928
1216
|
name: "vAMM-USDR/WETH",
|
|
929
1217
|
symbol: "vAMM-USDR/WETH",
|
|
930
1218
|
decimals: 18,
|
|
931
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1219
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1220
|
+
allowanceStorageOffset: 5,
|
|
1221
|
+
isVyper: !1,
|
|
1222
|
+
balanceStorageOffset: 6
|
|
932
1223
|
},
|
|
933
1224
|
{
|
|
934
1225
|
chainId: 137,
|
|
@@ -936,7 +1227,10 @@ const e = [
|
|
|
936
1227
|
name: "aUSDC-WETH",
|
|
937
1228
|
symbol: "aUSDC-WETH",
|
|
938
1229
|
decimals: 18,
|
|
939
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1230
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1231
|
+
allowanceStorageOffset: 1,
|
|
1232
|
+
isVyper: !1,
|
|
1233
|
+
balanceStorageOffset: 0
|
|
940
1234
|
},
|
|
941
1235
|
{
|
|
942
1236
|
chainId: 137,
|
|
@@ -944,7 +1238,10 @@ const e = [
|
|
|
944
1238
|
name: "xWMATIC-WETH05",
|
|
945
1239
|
symbol: "xWMATIC-WETH05",
|
|
946
1240
|
decimals: 18,
|
|
947
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1241
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1242
|
+
allowanceStorageOffset: 1,
|
|
1243
|
+
isVyper: !1,
|
|
1244
|
+
balanceStorageOffset: 0
|
|
948
1245
|
},
|
|
949
1246
|
{
|
|
950
1247
|
chainId: 137,
|
|
@@ -952,7 +1249,10 @@ const e = [
|
|
|
952
1249
|
name: "mooRetroMATIC-WETH",
|
|
953
1250
|
symbol: "mooRetroMATIC-WETH",
|
|
954
1251
|
decimals: 18,
|
|
955
|
-
logoURI: "https://
|
|
1252
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1253
|
+
allowanceStorageOffset: 52,
|
|
1254
|
+
isVyper: !1,
|
|
1255
|
+
balanceStorageOffset: 0
|
|
956
1256
|
},
|
|
957
1257
|
{
|
|
958
1258
|
chainId: 137,
|
|
@@ -960,7 +1260,10 @@ const e = [
|
|
|
960
1260
|
name: "2eur",
|
|
961
1261
|
symbol: "2eur",
|
|
962
1262
|
decimals: 18,
|
|
963
|
-
logoURI: "https://
|
|
1263
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
1264
|
+
allowanceStorageOffset: 1,
|
|
1265
|
+
isVyper: !1,
|
|
1266
|
+
balanceStorageOffset: 0
|
|
964
1267
|
},
|
|
965
1268
|
{
|
|
966
1269
|
chainId: 137,
|
|
@@ -968,7 +1271,10 @@ const e = [
|
|
|
968
1271
|
name: "mooRetroUSDC-USDT",
|
|
969
1272
|
symbol: "mooRetroUSDC-USDT",
|
|
970
1273
|
decimals: 18,
|
|
971
|
-
logoURI: "https://
|
|
1274
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1275
|
+
allowanceStorageOffset: 52,
|
|
1276
|
+
isVyper: !1,
|
|
1277
|
+
balanceStorageOffset: 51
|
|
972
1278
|
},
|
|
973
1279
|
{
|
|
974
1280
|
chainId: 137,
|
|
@@ -976,7 +1282,10 @@ const e = [
|
|
|
976
1282
|
name: "xUSDC-USDT01",
|
|
977
1283
|
symbol: "xUSDC-USDT01",
|
|
978
1284
|
decimals: 18,
|
|
979
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1285
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1286
|
+
allowanceStorageOffset: 1,
|
|
1287
|
+
isVyper: !1,
|
|
1288
|
+
balanceStorageOffset: 0
|
|
980
1289
|
},
|
|
981
1290
|
{
|
|
982
1291
|
chainId: 137,
|
|
@@ -984,7 +1293,10 @@ const e = [
|
|
|
984
1293
|
name: "mooAuraPolyGyroscopestMATIC-MATIC",
|
|
985
1294
|
symbol: "mooAuraPolyGyroscopestMATIC-MATIC",
|
|
986
1295
|
decimals: 18,
|
|
987
|
-
logoURI: "https://
|
|
1296
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1297
|
+
allowanceStorageOffset: 52,
|
|
1298
|
+
isVyper: !1,
|
|
1299
|
+
balanceStorageOffset: 51
|
|
988
1300
|
},
|
|
989
1301
|
{
|
|
990
1302
|
chainId: 137,
|
|
@@ -992,7 +1304,10 @@ const e = [
|
|
|
992
1304
|
name: "ECLP-WMATIC-stMATIC",
|
|
993
1305
|
symbol: "ECLP-WMATIC-stMATIC",
|
|
994
1306
|
decimals: 18,
|
|
995
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1307
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1308
|
+
allowanceStorageOffset: 1,
|
|
1309
|
+
isVyper: !1,
|
|
1310
|
+
balanceStorageOffset: 0
|
|
996
1311
|
},
|
|
997
1312
|
{
|
|
998
1313
|
chainId: 137,
|
|
@@ -1000,7 +1315,10 @@ const e = [
|
|
|
1000
1315
|
name: "mooRetroMaticX-MATIC",
|
|
1001
1316
|
symbol: "mooRetroMaticX-MATIC",
|
|
1002
1317
|
decimals: 18,
|
|
1003
|
-
logoURI: "https://
|
|
1318
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1319
|
+
allowanceStorageOffset: 52,
|
|
1320
|
+
isVyper: !1,
|
|
1321
|
+
balanceStorageOffset: 0
|
|
1004
1322
|
},
|
|
1005
1323
|
{
|
|
1006
1324
|
chainId: 137,
|
|
@@ -1008,7 +1326,10 @@ const e = [
|
|
|
1008
1326
|
name: "xWMATIC-MaticX01",
|
|
1009
1327
|
symbol: "xWMATIC-MaticX01",
|
|
1010
1328
|
decimals: 18,
|
|
1011
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1329
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1330
|
+
allowanceStorageOffset: 1,
|
|
1331
|
+
isVyper: !1,
|
|
1332
|
+
balanceStorageOffset: 0
|
|
1012
1333
|
},
|
|
1013
1334
|
{
|
|
1014
1335
|
chainId: 137,
|
|
@@ -1016,7 +1337,7 @@ const e = [
|
|
|
1016
1337
|
name: "mooRetroFRAX-MAI",
|
|
1017
1338
|
symbol: "mooRetroFRAX-MAI",
|
|
1018
1339
|
decimals: 18,
|
|
1019
|
-
logoURI: "https://
|
|
1340
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
1020
1341
|
},
|
|
1021
1342
|
{
|
|
1022
1343
|
chainId: 137,
|
|
@@ -1024,7 +1345,10 @@ const e = [
|
|
|
1024
1345
|
name: "xFRAX-MAI3",
|
|
1025
1346
|
symbol: "xFRAX-MAI3",
|
|
1026
1347
|
decimals: 18,
|
|
1027
|
-
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130"
|
|
1348
|
+
logoURI: "https://assets.coingecko.com/coins/images/12305/small/pearl_finance_logo.png?1599017130",
|
|
1349
|
+
allowanceStorageOffset: 1,
|
|
1350
|
+
isVyper: !1,
|
|
1351
|
+
balanceStorageOffset: 0
|
|
1028
1352
|
},
|
|
1029
1353
|
{
|
|
1030
1354
|
chainId: 137,
|
|
@@ -1032,7 +1356,10 @@ const e = [
|
|
|
1032
1356
|
name: "BIFI",
|
|
1033
1357
|
symbol: "BIFI",
|
|
1034
1358
|
decimals: 18,
|
|
1035
|
-
logoURI: "https://
|
|
1359
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1360
|
+
allowanceStorageOffset: 16,
|
|
1361
|
+
isVyper: !1,
|
|
1362
|
+
balanceStorageOffset: 2
|
|
1036
1363
|
},
|
|
1037
1364
|
{
|
|
1038
1365
|
chainId: 137,
|
|
@@ -1041,7 +1368,10 @@ const e = [
|
|
|
1041
1368
|
name: "stwmaticTriCrypto Gauge",
|
|
1042
1369
|
symbol: "stwmaticTriCrypto-gauge",
|
|
1043
1370
|
decimals: 18,
|
|
1044
|
-
logoURI: "https://
|
|
1371
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1372
|
+
allowanceStorageOffset: 1,
|
|
1373
|
+
isVyper: !1,
|
|
1374
|
+
balanceStorageOffset: 0
|
|
1045
1375
|
},
|
|
1046
1376
|
{
|
|
1047
1377
|
chainId: 137,
|
|
@@ -1050,7 +1380,10 @@ const e = [
|
|
|
1050
1380
|
name: "Convex stwmaticTriCrypto",
|
|
1051
1381
|
symbol: "cvxstwmaticTriCrypto",
|
|
1052
1382
|
decimals: 18,
|
|
1053
|
-
logoURI: "https://
|
|
1383
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1384
|
+
allowanceStorageOffset: 1,
|
|
1385
|
+
isVyper: !1,
|
|
1386
|
+
balanceStorageOffset: 0
|
|
1054
1387
|
},
|
|
1055
1388
|
{
|
|
1056
1389
|
chainId: 137,
|
|
@@ -1059,7 +1392,10 @@ const e = [
|
|
|
1059
1392
|
name: "stCRVTriCryptoPool Gauge",
|
|
1060
1393
|
symbol: "stCRVTriCryptoPool-gauge",
|
|
1061
1394
|
decimals: 18,
|
|
1062
|
-
logoURI: "https://
|
|
1395
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1396
|
+
allowanceStorageOffset: 1,
|
|
1397
|
+
isVyper: !1,
|
|
1398
|
+
balanceStorageOffset: 0
|
|
1063
1399
|
},
|
|
1064
1400
|
{
|
|
1065
1401
|
chainId: 137,
|
|
@@ -1068,7 +1404,10 @@ const e = [
|
|
|
1068
1404
|
name: "Convex stCRVTriCryptoPool",
|
|
1069
1405
|
symbol: "cvxstCRVTriCryptoPool",
|
|
1070
1406
|
decimals: 18,
|
|
1071
|
-
logoURI: "https://
|
|
1407
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1408
|
+
allowanceStorageOffset: 1,
|
|
1409
|
+
isVyper: !1,
|
|
1410
|
+
balanceStorageOffset: 0
|
|
1072
1411
|
},
|
|
1073
1412
|
{
|
|
1074
1413
|
chainId: 137,
|
|
@@ -1077,7 +1416,10 @@ const e = [
|
|
|
1077
1416
|
name: "stEURT3Pool Gauge",
|
|
1078
1417
|
symbol: "stEURT3Pool-gauge",
|
|
1079
1418
|
decimals: 18,
|
|
1080
|
-
logoURI: "https://
|
|
1419
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1420
|
+
allowanceStorageOffset: 1,
|
|
1421
|
+
isVyper: !1,
|
|
1422
|
+
balanceStorageOffset: 0
|
|
1081
1423
|
},
|
|
1082
1424
|
{
|
|
1083
1425
|
chainId: 137,
|
|
@@ -1086,7 +1428,10 @@ const e = [
|
|
|
1086
1428
|
name: "Convex stEURT3Pool",
|
|
1087
1429
|
symbol: "cvxstEURT3Pool",
|
|
1088
1430
|
decimals: 18,
|
|
1089
|
-
logoURI: "https://
|
|
1431
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1432
|
+
allowanceStorageOffset: 1,
|
|
1433
|
+
isVyper: !1,
|
|
1434
|
+
balanceStorageOffset: 0
|
|
1090
1435
|
},
|
|
1091
1436
|
{
|
|
1092
1437
|
chainId: 137,
|
|
@@ -1095,7 +1440,7 @@ const e = [
|
|
|
1095
1440
|
name: "stMAIFRAXPool Gauge",
|
|
1096
1441
|
symbol: "stMAIFRAXPool-gauge",
|
|
1097
1442
|
decimals: 18,
|
|
1098
|
-
logoURI: "https://
|
|
1443
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
1099
1444
|
},
|
|
1100
1445
|
{
|
|
1101
1446
|
chainId: 137,
|
|
@@ -1104,7 +1449,7 @@ const e = [
|
|
|
1104
1449
|
name: "stMaticWMatic Gauge",
|
|
1105
1450
|
symbol: "stMaticWMatic-gauge",
|
|
1106
1451
|
decimals: 18,
|
|
1107
|
-
logoURI: "https://
|
|
1452
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
1108
1453
|
},
|
|
1109
1454
|
{
|
|
1110
1455
|
chainId: 137,
|
|
@@ -1112,7 +1457,10 @@ const e = [
|
|
|
1112
1457
|
name: "Uniswap (PoS)",
|
|
1113
1458
|
symbol: "UNI",
|
|
1114
1459
|
decimals: 18,
|
|
1115
|
-
logoURI: "https://
|
|
1460
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/UNISWAP.avif",
|
|
1461
|
+
allowanceStorageOffset: 1,
|
|
1462
|
+
isVyper: !1,
|
|
1463
|
+
balanceStorageOffset: 0
|
|
1116
1464
|
},
|
|
1117
1465
|
{
|
|
1118
1466
|
chainId: 137,
|
|
@@ -1120,7 +1468,10 @@ const e = [
|
|
|
1120
1468
|
name: "ChainLink Token",
|
|
1121
1469
|
symbol: "LINK",
|
|
1122
1470
|
decimals: 18,
|
|
1123
|
-
logoURI: "https://assets.coingecko.com/coins/images/877/standard/chainlink-new-logo.png?1696502009"
|
|
1471
|
+
logoURI: "https://assets.coingecko.com/coins/images/877/standard/chainlink-new-logo.png?1696502009",
|
|
1472
|
+
allowanceStorageOffset: 1,
|
|
1473
|
+
isVyper: !1,
|
|
1474
|
+
balanceStorageOffset: 0
|
|
1124
1475
|
},
|
|
1125
1476
|
{
|
|
1126
1477
|
chainId: 137,
|
|
@@ -1128,7 +1479,10 @@ const e = [
|
|
|
1128
1479
|
name: "Render Token",
|
|
1129
1480
|
symbol: "RNDR",
|
|
1130
1481
|
decimals: 18,
|
|
1131
|
-
logoURI: "https://assets.coingecko.com/coins/images/11636/standard/rndr.png?1696511529"
|
|
1482
|
+
logoURI: "https://assets.coingecko.com/coins/images/11636/standard/rndr.png?1696511529",
|
|
1483
|
+
allowanceStorageOffset: 52,
|
|
1484
|
+
isVyper: !1,
|
|
1485
|
+
balanceStorageOffset: 51
|
|
1132
1486
|
},
|
|
1133
1487
|
{
|
|
1134
1488
|
chainId: 137,
|
|
@@ -1136,7 +1490,10 @@ const e = [
|
|
|
1136
1490
|
name: "Graph Token",
|
|
1137
1491
|
symbol: "GRT",
|
|
1138
1492
|
decimals: 18,
|
|
1139
|
-
logoURI: "https://assets.coingecko.com/coins/images/13397/standard/Graph_Token.png?1696513159"
|
|
1493
|
+
logoURI: "https://assets.coingecko.com/coins/images/13397/standard/Graph_Token.png?1696513159",
|
|
1494
|
+
allowanceStorageOffset: 1,
|
|
1495
|
+
isVyper: !1,
|
|
1496
|
+
balanceStorageOffset: 0
|
|
1140
1497
|
},
|
|
1141
1498
|
{
|
|
1142
1499
|
chainId: 137,
|
|
@@ -1144,7 +1501,10 @@ const e = [
|
|
|
1144
1501
|
name: "SAND",
|
|
1145
1502
|
symbol: "SAND",
|
|
1146
1503
|
decimals: 18,
|
|
1147
|
-
logoURI: "https://assets.coingecko.com/coins/images/12129/standard/sandbox_logo.jpg?1696511971"
|
|
1504
|
+
logoURI: "https://assets.coingecko.com/coins/images/12129/standard/sandbox_logo.jpg?1696511971",
|
|
1505
|
+
allowanceStorageOffset: 6,
|
|
1506
|
+
isVyper: !1,
|
|
1507
|
+
balanceStorageOffset: 5
|
|
1148
1508
|
},
|
|
1149
1509
|
{
|
|
1150
1510
|
chainId: 137,
|
|
@@ -1152,7 +1512,10 @@ const e = [
|
|
|
1152
1512
|
name: "Lido DAO Token (PoS)",
|
|
1153
1513
|
symbol: "LDO",
|
|
1154
1514
|
decimals: 18,
|
|
1155
|
-
logoURI: "https://assets.coingecko.com/coins/images/13573/standard/Lido_DAO.png?1696513326"
|
|
1515
|
+
logoURI: "https://assets.coingecko.com/coins/images/13573/standard/Lido_DAO.png?1696513326",
|
|
1516
|
+
allowanceStorageOffset: 1,
|
|
1517
|
+
isVyper: !1,
|
|
1518
|
+
balanceStorageOffset: 0
|
|
1156
1519
|
},
|
|
1157
1520
|
{
|
|
1158
1521
|
chainId: 137,
|
|
@@ -1160,7 +1523,10 @@ const e = [
|
|
|
1160
1523
|
name: "Synthetix Network Token (PoS)",
|
|
1161
1524
|
symbol: "SNX",
|
|
1162
1525
|
decimals: 18,
|
|
1163
|
-
logoURI: "https://assets.coingecko.com/coins/images/3406/standard/SNX.png?1696504103"
|
|
1526
|
+
logoURI: "https://assets.coingecko.com/coins/images/3406/standard/SNX.png?1696504103",
|
|
1527
|
+
allowanceStorageOffset: 1,
|
|
1528
|
+
isVyper: !1,
|
|
1529
|
+
balanceStorageOffset: 0
|
|
1164
1530
|
},
|
|
1165
1531
|
{
|
|
1166
1532
|
chainId: 137,
|
|
@@ -1168,7 +1534,10 @@ const e = [
|
|
|
1168
1534
|
name: "Axelar",
|
|
1169
1535
|
symbol: "AXL",
|
|
1170
1536
|
decimals: 6,
|
|
1171
|
-
logoURI: "https://assets.coingecko.com/coins/images/27277/standard/V-65_xQ1_400x400.jpeg?1696526329"
|
|
1537
|
+
logoURI: "https://assets.coingecko.com/coins/images/27277/standard/V-65_xQ1_400x400.jpeg?1696526329",
|
|
1538
|
+
allowanceStorageOffset: 1,
|
|
1539
|
+
isVyper: !1,
|
|
1540
|
+
balanceStorageOffset: 0
|
|
1172
1541
|
},
|
|
1173
1542
|
{
|
|
1174
1543
|
chainId: 137,
|
|
@@ -1177,7 +1546,7 @@ const e = [
|
|
|
1177
1546
|
name: "WMATIC_A_TOKEN v3",
|
|
1178
1547
|
symbol: "WMATIC_A_TOKEN v3",
|
|
1179
1548
|
decimals: 18,
|
|
1180
|
-
logoURI: "https://
|
|
1549
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1181
1550
|
isVolatile: !0,
|
|
1182
1551
|
aaveToken: !0
|
|
1183
1552
|
},
|
|
@@ -1188,7 +1557,7 @@ const e = [
|
|
|
1188
1557
|
name: "WETH_A_TOKEN v3",
|
|
1189
1558
|
symbol: "WETH_A_TOKEN v3",
|
|
1190
1559
|
decimals: 18,
|
|
1191
|
-
logoURI: "https://
|
|
1560
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1192
1561
|
isVolatile: !0,
|
|
1193
1562
|
aaveToken: !0
|
|
1194
1563
|
},
|
|
@@ -1199,7 +1568,7 @@ const e = [
|
|
|
1199
1568
|
name: "wstETH_A_TOKEN v3",
|
|
1200
1569
|
symbol: "wstETH_A_TOKEN v3",
|
|
1201
1570
|
decimals: 18,
|
|
1202
|
-
logoURI: "https://
|
|
1571
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1203
1572
|
isVolatile: !0,
|
|
1204
1573
|
aaveToken: !0
|
|
1205
1574
|
},
|
|
@@ -1210,7 +1579,7 @@ const e = [
|
|
|
1210
1579
|
name: "WBTC_A_TOKEN v3",
|
|
1211
1580
|
symbol: "WBTC_A_TOKEN v3",
|
|
1212
1581
|
decimals: 8,
|
|
1213
|
-
logoURI: "https://
|
|
1582
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1214
1583
|
isVolatile: !0,
|
|
1215
1584
|
aaveToken: !0
|
|
1216
1585
|
},
|
|
@@ -1221,7 +1590,7 @@ const e = [
|
|
|
1221
1590
|
name: "USDC_A_TOKEN v3",
|
|
1222
1591
|
symbol: "USDC_A_TOKEN v3",
|
|
1223
1592
|
decimals: 6,
|
|
1224
|
-
logoURI: "https://
|
|
1593
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1225
1594
|
isVolatile: !0,
|
|
1226
1595
|
aaveToken: !0
|
|
1227
1596
|
},
|
|
@@ -1232,7 +1601,7 @@ const e = [
|
|
|
1232
1601
|
name: "USDT_A_TOKEN v3",
|
|
1233
1602
|
symbol: "USDT_A_TOKEN v3",
|
|
1234
1603
|
decimals: 6,
|
|
1235
|
-
logoURI: "https://
|
|
1604
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1236
1605
|
isVolatile: !0,
|
|
1237
1606
|
aaveToken: !0
|
|
1238
1607
|
},
|
|
@@ -1243,7 +1612,7 @@ const e = [
|
|
|
1243
1612
|
name: "DAI_A_TOKEN v3",
|
|
1244
1613
|
symbol: "DAI_A_TOKEN v3",
|
|
1245
1614
|
decimals: 18,
|
|
1246
|
-
logoURI: "https://
|
|
1615
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1247
1616
|
isVolatile: !0,
|
|
1248
1617
|
aaveToken: !0
|
|
1249
1618
|
},
|
|
@@ -1254,7 +1623,7 @@ const e = [
|
|
|
1254
1623
|
name: "WMATIC_A_TOKEN v2",
|
|
1255
1624
|
symbol: "WMATIC_A_TOKEN v2",
|
|
1256
1625
|
decimals: 18,
|
|
1257
|
-
logoURI: "https://
|
|
1626
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1258
1627
|
isVolatile: !0,
|
|
1259
1628
|
aaveToken: !0
|
|
1260
1629
|
},
|
|
@@ -1265,7 +1634,7 @@ const e = [
|
|
|
1265
1634
|
name: "WETH_A_TOKEN v2",
|
|
1266
1635
|
symbol: "WETH_A_TOKEN v2",
|
|
1267
1636
|
decimals: 18,
|
|
1268
|
-
logoURI: "https://
|
|
1637
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1269
1638
|
isVolatile: !0,
|
|
1270
1639
|
aaveToken: !0
|
|
1271
1640
|
},
|
|
@@ -1276,7 +1645,7 @@ const e = [
|
|
|
1276
1645
|
name: "WBTC_A_TOKEN v2",
|
|
1277
1646
|
symbol: "WBTC_A_TOKEN v2",
|
|
1278
1647
|
decimals: 8,
|
|
1279
|
-
logoURI: "https://
|
|
1648
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1280
1649
|
isVolatile: !0,
|
|
1281
1650
|
aaveToken: !0
|
|
1282
1651
|
},
|
|
@@ -1287,7 +1656,7 @@ const e = [
|
|
|
1287
1656
|
name: "USDC.E_A_TOKEN v2",
|
|
1288
1657
|
symbol: "USDC.E_A_TOKEN v2",
|
|
1289
1658
|
decimals: 6,
|
|
1290
|
-
logoURI: "https://
|
|
1659
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1291
1660
|
isVolatile: !0,
|
|
1292
1661
|
aaveToken: !0
|
|
1293
1662
|
},
|
|
@@ -1298,7 +1667,7 @@ const e = [
|
|
|
1298
1667
|
name: "USDT_A_TOKEN v2",
|
|
1299
1668
|
symbol: "USDT_A_TOKEN v2",
|
|
1300
1669
|
decimals: 6,
|
|
1301
|
-
logoURI: "https://
|
|
1670
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1302
1671
|
isVolatile: !0,
|
|
1303
1672
|
aaveToken: !0
|
|
1304
1673
|
},
|
|
@@ -1309,7 +1678,7 @@ const e = [
|
|
|
1309
1678
|
name: "DAI_A_TOKEN v2",
|
|
1310
1679
|
symbol: "DAI_A_TOKEN v2",
|
|
1311
1680
|
decimals: 18,
|
|
1312
|
-
logoURI: "https://
|
|
1681
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1313
1682
|
isVolatile: !0,
|
|
1314
1683
|
aaveToken: !0
|
|
1315
1684
|
},
|
|
@@ -1319,9 +1688,15 @@ const e = [
|
|
|
1319
1688
|
name: "wstETH",
|
|
1320
1689
|
symbol: "wstETH",
|
|
1321
1690
|
decimals: 18,
|
|
1322
|
-
logoURI: "https://assets.coingecko.com/coins/images/18834/standard/wstETH.png?1696518295"
|
|
1691
|
+
logoURI: "https://assets.coingecko.com/coins/images/18834/standard/wstETH.png?1696518295",
|
|
1692
|
+
allowanceStorageOffset: 1,
|
|
1693
|
+
isVyper: !1,
|
|
1694
|
+
balanceStorageOffset: 0
|
|
1323
1695
|
}
|
|
1324
|
-
]
|
|
1696
|
+
], o = {
|
|
1697
|
+
networkRegistry: e
|
|
1698
|
+
};
|
|
1325
1699
|
export {
|
|
1700
|
+
o as default,
|
|
1326
1701
|
e as networkRegistry
|
|
1327
1702
|
};
|