@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: "ETH",
|
|
7
7
|
symbol: "ETH",
|
|
8
8
|
decimals: 18,
|
|
9
|
-
logoURI: "https://
|
|
9
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/ETH.avif"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -14,8 +14,11 @@ const e = [
|
|
|
14
14
|
name: "USD Coin",
|
|
15
15
|
symbol: "USDC",
|
|
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: 10,
|
|
20
|
+
isVyper: !1,
|
|
21
|
+
balanceStorageOffset: 9
|
|
19
22
|
},
|
|
20
23
|
{
|
|
21
24
|
chainId: 1,
|
|
@@ -23,7 +26,10 @@ const e = [
|
|
|
23
26
|
name: "USDT",
|
|
24
27
|
symbol: "USDT",
|
|
25
28
|
decimals: 6,
|
|
26
|
-
logoURI: "https://
|
|
29
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDT.avif",
|
|
30
|
+
allowanceStorageOffset: 5,
|
|
31
|
+
isVyper: !1,
|
|
32
|
+
balanceStorageOffset: 2
|
|
27
33
|
},
|
|
28
34
|
{
|
|
29
35
|
chainId: 1,
|
|
@@ -31,7 +37,10 @@ const e = [
|
|
|
31
37
|
name: "WETH",
|
|
32
38
|
symbol: "WETH",
|
|
33
39
|
decimals: 18,
|
|
34
|
-
logoURI: "https://
|
|
40
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WETH.avif",
|
|
41
|
+
allowanceStorageOffset: 4,
|
|
42
|
+
isVyper: !1,
|
|
43
|
+
balanceStorageOffset: 3
|
|
35
44
|
},
|
|
36
45
|
{
|
|
37
46
|
chainId: 1,
|
|
@@ -39,7 +48,10 @@ const e = [
|
|
|
39
48
|
name: "Wrapped Bitcoin",
|
|
40
49
|
symbol: "WBTC",
|
|
41
50
|
decimals: 8,
|
|
42
|
-
logoURI: "https://
|
|
51
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WBTC.avif",
|
|
52
|
+
allowanceStorageOffset: 2,
|
|
53
|
+
isVyper: !1,
|
|
54
|
+
balanceStorageOffset: 0
|
|
43
55
|
},
|
|
44
56
|
{
|
|
45
57
|
chainId: 1,
|
|
@@ -47,8 +59,11 @@ const e = [
|
|
|
47
59
|
name: "Dai",
|
|
48
60
|
symbol: "DAI",
|
|
49
61
|
decimals: 18,
|
|
50
|
-
logoURI: "https://
|
|
51
|
-
approvalType: 2
|
|
62
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/DAI.avif",
|
|
63
|
+
approvalType: 2,
|
|
64
|
+
allowanceStorageOffset: 3,
|
|
65
|
+
isVyper: !1,
|
|
66
|
+
balanceStorageOffset: 2
|
|
52
67
|
},
|
|
53
68
|
{
|
|
54
69
|
chainId: 1,
|
|
@@ -56,7 +71,10 @@ const e = [
|
|
|
56
71
|
name: "Pax Dollar",
|
|
57
72
|
symbol: "USDP",
|
|
58
73
|
decimals: 18,
|
|
59
|
-
logoURI: "https://assets.coingecko.com/coins/images/6013/
|
|
74
|
+
logoURI: "https://assets.coingecko.com/coins/images/6013/standard/Pax_Dollar.png?1696506427",
|
|
75
|
+
allowanceStorageOffset: 3,
|
|
76
|
+
isVyper: !1,
|
|
77
|
+
balanceStorageOffset: 1
|
|
60
78
|
},
|
|
61
79
|
{
|
|
62
80
|
chainId: 1,
|
|
@@ -64,7 +82,10 @@ const e = [
|
|
|
64
82
|
name: "savings DAI",
|
|
65
83
|
symbol: "sDAI",
|
|
66
84
|
decimals: 18,
|
|
67
|
-
logoURI: "https://assets.coingecko.com/coins/images/32254/
|
|
85
|
+
logoURI: "https://assets.coingecko.com/coins/images/32254/standard/sdai.png?1697015278",
|
|
86
|
+
allowanceStorageOffset: 2,
|
|
87
|
+
isVyper: !1,
|
|
88
|
+
balanceStorageOffset: 0
|
|
68
89
|
},
|
|
69
90
|
{
|
|
70
91
|
chainId: 1,
|
|
@@ -72,7 +93,10 @@ const e = [
|
|
|
72
93
|
name: "DAI/USDC/USDT",
|
|
73
94
|
symbol: "3crv",
|
|
74
95
|
decimals: 18,
|
|
75
|
-
logoURI: "https://
|
|
96
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
97
|
+
allowanceStorageOffset: 4,
|
|
98
|
+
isVyper: !0,
|
|
99
|
+
balanceStorageOffset: 3
|
|
76
100
|
},
|
|
77
101
|
{
|
|
78
102
|
chainId: 1,
|
|
@@ -80,7 +104,10 @@ const e = [
|
|
|
80
104
|
name: "USD-BTC-ETH",
|
|
81
105
|
symbol: "crv3crypto",
|
|
82
106
|
decimals: 18,
|
|
83
|
-
logoURI: "https://
|
|
107
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
108
|
+
allowanceStorageOffset: 3,
|
|
109
|
+
isVyper: !0,
|
|
110
|
+
balanceStorageOffset: 2
|
|
84
111
|
},
|
|
85
112
|
{
|
|
86
113
|
chainId: 1,
|
|
@@ -88,7 +115,10 @@ const e = [
|
|
|
88
115
|
name: "Frax",
|
|
89
116
|
symbol: "FRAX",
|
|
90
117
|
decimals: 18,
|
|
91
|
-
logoURI: "https://
|
|
118
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/FRAX.avif",
|
|
119
|
+
allowanceStorageOffset: 1,
|
|
120
|
+
isVyper: !1,
|
|
121
|
+
balanceStorageOffset: 0
|
|
92
122
|
},
|
|
93
123
|
{
|
|
94
124
|
chainId: 1,
|
|
@@ -96,7 +126,10 @@ const e = [
|
|
|
96
126
|
name: "FRAX/USDP",
|
|
97
127
|
symbol: "crvfraxUSDP",
|
|
98
128
|
decimals: 18,
|
|
99
|
-
logoURI: "https://
|
|
129
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
130
|
+
allowanceStorageOffset: 6,
|
|
131
|
+
isVyper: !0,
|
|
132
|
+
balanceStorageOffset: 5
|
|
100
133
|
},
|
|
101
134
|
{
|
|
102
135
|
chainId: 1,
|
|
@@ -104,7 +137,10 @@ const e = [
|
|
|
104
137
|
name: "FRAX/USDC",
|
|
105
138
|
symbol: "crvFRAX",
|
|
106
139
|
decimals: 18,
|
|
107
|
-
logoURI: "https://
|
|
140
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
141
|
+
allowanceStorageOffset: 8,
|
|
142
|
+
isVyper: !0,
|
|
143
|
+
balanceStorageOffset: 7
|
|
108
144
|
},
|
|
109
145
|
{
|
|
110
146
|
chainId: 1,
|
|
@@ -112,7 +148,7 @@ const e = [
|
|
|
112
148
|
name: "Gemini dollar",
|
|
113
149
|
symbol: "GUSD",
|
|
114
150
|
decimals: 2,
|
|
115
|
-
logoURI: "https://assets.coingecko.com/coins/images/5992/
|
|
151
|
+
logoURI: "https://assets.coingecko.com/coins/images/5992/standard/gemini-dollar-gusd.png?1696506408"
|
|
116
152
|
},
|
|
117
153
|
{
|
|
118
154
|
chainId: 1,
|
|
@@ -120,7 +156,10 @@ const e = [
|
|
|
120
156
|
name: "ETH/frxETH",
|
|
121
157
|
symbol: "frxETHCRV",
|
|
122
158
|
decimals: 18,
|
|
123
|
-
logoURI: "https://
|
|
159
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
160
|
+
allowanceStorageOffset: 8,
|
|
161
|
+
isVyper: !0,
|
|
162
|
+
balanceStorageOffset: 7
|
|
124
163
|
},
|
|
125
164
|
{
|
|
126
165
|
chainId: 1,
|
|
@@ -128,7 +167,10 @@ const e = [
|
|
|
128
167
|
name: "Frax/3CRV",
|
|
129
168
|
symbol: "FRAX3CRV-f",
|
|
130
169
|
decimals: 18,
|
|
131
|
-
logoURI: "https://
|
|
170
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
171
|
+
allowanceStorageOffset: 16,
|
|
172
|
+
isVyper: !0,
|
|
173
|
+
balanceStorageOffset: 15
|
|
132
174
|
},
|
|
133
175
|
{
|
|
134
176
|
chainId: 1,
|
|
@@ -136,7 +178,10 @@ const e = [
|
|
|
136
178
|
name: "Curve DAO Token",
|
|
137
179
|
symbol: "CRV",
|
|
138
180
|
decimals: 18,
|
|
139
|
-
logoURI: "https://
|
|
181
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
182
|
+
allowanceStorageOffset: 4,
|
|
183
|
+
isVyper: !0,
|
|
184
|
+
balanceStorageOffset: 3
|
|
140
185
|
},
|
|
141
186
|
{
|
|
142
187
|
chainId: 1,
|
|
@@ -144,7 +189,10 @@ const e = [
|
|
|
144
189
|
name: "Magic Internet Money",
|
|
145
190
|
symbol: "MIM",
|
|
146
191
|
decimals: 18,
|
|
147
|
-
logoURI: "https://
|
|
192
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/MIM.avif",
|
|
193
|
+
allowanceStorageOffset: 1,
|
|
194
|
+
isVyper: !1,
|
|
195
|
+
balanceStorageOffset: 0
|
|
148
196
|
},
|
|
149
197
|
{
|
|
150
198
|
chainId: 1,
|
|
@@ -152,7 +200,10 @@ const e = [
|
|
|
152
200
|
name: "Magic Internet Money/3CRV",
|
|
153
201
|
symbol: "MIM-3LP3CRV-f",
|
|
154
202
|
decimals: 18,
|
|
155
|
-
logoURI: "https://
|
|
203
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
204
|
+
allowanceStorageOffset: 16,
|
|
205
|
+
isVyper: !0,
|
|
206
|
+
balanceStorageOffset: 15
|
|
156
207
|
},
|
|
157
208
|
{
|
|
158
209
|
chainId: 1,
|
|
@@ -168,7 +219,10 @@ const e = [
|
|
|
168
219
|
name: "DAI/USDC/USDT/sUSD",
|
|
169
220
|
symbol: "crvPlain3andSUSD",
|
|
170
221
|
decimals: 18,
|
|
171
|
-
logoURI: "https://
|
|
222
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
223
|
+
allowanceStorageOffset: 4,
|
|
224
|
+
isVyper: !0,
|
|
225
|
+
balanceStorageOffset: 3
|
|
172
226
|
},
|
|
173
227
|
{
|
|
174
228
|
chainId: 1,
|
|
@@ -176,7 +230,10 @@ const e = [
|
|
|
176
230
|
name: "eUSD/USDC",
|
|
177
231
|
symbol: "eUSDUSDC-f",
|
|
178
232
|
decimals: 18,
|
|
179
|
-
logoURI: "https://
|
|
233
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
234
|
+
allowanceStorageOffset: 7,
|
|
235
|
+
isVyper: !0,
|
|
236
|
+
balanceStorageOffset: 6
|
|
180
237
|
},
|
|
181
238
|
{
|
|
182
239
|
chainId: 1,
|
|
@@ -192,7 +249,10 @@ const e = [
|
|
|
192
249
|
name: "ETH/sETH",
|
|
193
250
|
symbol: "eCRV",
|
|
194
251
|
decimals: 18,
|
|
195
|
-
logoURI: "https://
|
|
252
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
253
|
+
allowanceStorageOffset: 3,
|
|
254
|
+
isVyper: !0,
|
|
255
|
+
balanceStorageOffset: 2
|
|
196
256
|
},
|
|
197
257
|
{
|
|
198
258
|
chainId: 1,
|
|
@@ -200,7 +260,10 @@ const e = [
|
|
|
200
260
|
name: "Yearn CRV",
|
|
201
261
|
symbol: "yCRV",
|
|
202
262
|
decimals: 18,
|
|
203
|
-
logoURI: "https://assets.coingecko.com/coins/images/27622/small/yearncrvnew_32.png?1664881722"
|
|
263
|
+
logoURI: "https://assets.coingecko.com/coins/images/27622/small/yearncrvnew_32.png?1664881722",
|
|
264
|
+
allowanceStorageOffset: 6,
|
|
265
|
+
isVyper: !0,
|
|
266
|
+
balanceStorageOffset: 5
|
|
204
267
|
},
|
|
205
268
|
{
|
|
206
269
|
chainId: 1,
|
|
@@ -208,7 +271,10 @@ const e = [
|
|
|
208
271
|
name: "yCRV/CRV",
|
|
209
272
|
symbol: "yCRV-f",
|
|
210
273
|
decimals: 18,
|
|
211
|
-
logoURI: "https://
|
|
274
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
275
|
+
allowanceStorageOffset: 21,
|
|
276
|
+
isVyper: !0,
|
|
277
|
+
balanceStorageOffset: 20
|
|
212
278
|
},
|
|
213
279
|
{
|
|
214
280
|
chainId: 1,
|
|
@@ -224,7 +290,10 @@ const e = [
|
|
|
224
290
|
name: "wBTC/sBTC",
|
|
225
291
|
symbol: "crvWSBTC",
|
|
226
292
|
decimals: 18,
|
|
227
|
-
logoURI: "https://
|
|
293
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
294
|
+
allowanceStorageOffset: 8,
|
|
295
|
+
isVyper: !0,
|
|
296
|
+
balanceStorageOffset: 7
|
|
228
297
|
},
|
|
229
298
|
{
|
|
230
299
|
chainId: 1,
|
|
@@ -232,7 +301,10 @@ const e = [
|
|
|
232
301
|
name: "LUSD Stablecoin",
|
|
233
302
|
symbol: "LUSD",
|
|
234
303
|
decimals: 18,
|
|
235
|
-
logoURI: "https://assets.coingecko.com/coins/images/14666/small/Group_3.png?1617631327"
|
|
304
|
+
logoURI: "https://assets.coingecko.com/coins/images/14666/small/Group_3.png?1617631327",
|
|
305
|
+
allowanceStorageOffset: 3,
|
|
306
|
+
isVyper: !1,
|
|
307
|
+
balanceStorageOffset: 2
|
|
236
308
|
},
|
|
237
309
|
{
|
|
238
310
|
chainId: 1,
|
|
@@ -240,7 +312,10 @@ const e = [
|
|
|
240
312
|
name: "Frax Ether",
|
|
241
313
|
symbol: "frxETH",
|
|
242
314
|
decimals: 18,
|
|
243
|
-
logoURI: "https://assets.coingecko.com/coins/images/28284/small/frxETH_icon.png?1679886981"
|
|
315
|
+
logoURI: "https://assets.coingecko.com/coins/images/28284/small/frxETH_icon.png?1679886981",
|
|
316
|
+
allowanceStorageOffset: 1,
|
|
317
|
+
isVyper: !1,
|
|
318
|
+
balanceStorageOffset: 0
|
|
244
319
|
},
|
|
245
320
|
{
|
|
246
321
|
chainId: 1,
|
|
@@ -248,7 +323,10 @@ const e = [
|
|
|
248
323
|
name: "Convex Token",
|
|
249
324
|
symbol: "CVX",
|
|
250
325
|
decimals: 18,
|
|
251
|
-
logoURI: "https://assets.coingecko.com/coins/images/15585/small/convex.png?1621256328"
|
|
326
|
+
logoURI: "https://assets.coingecko.com/coins/images/15585/small/convex.png?1621256328",
|
|
327
|
+
allowanceStorageOffset: 1,
|
|
328
|
+
isVyper: !1,
|
|
329
|
+
balanceStorageOffset: 0
|
|
252
330
|
},
|
|
253
331
|
{
|
|
254
332
|
chainId: 1,
|
|
@@ -256,7 +334,10 @@ const e = [
|
|
|
256
334
|
name: "Dola USD Stablecoin",
|
|
257
335
|
symbol: "DOLA",
|
|
258
336
|
decimals: 18,
|
|
259
|
-
logoURI: "https://assets.coingecko.com/coins/images/14287/small/dola.png?1667738374"
|
|
337
|
+
logoURI: "https://assets.coingecko.com/coins/images/14287/small/dola.png?1667738374",
|
|
338
|
+
allowanceStorageOffset: 7,
|
|
339
|
+
isVyper: !1,
|
|
340
|
+
balanceStorageOffset: 6
|
|
260
341
|
},
|
|
261
342
|
{
|
|
262
343
|
chainId: 1,
|
|
@@ -264,7 +345,10 @@ const e = [
|
|
|
264
345
|
name: "CVX-ETH",
|
|
265
346
|
symbol: "crvCVXETH",
|
|
266
347
|
decimals: 18,
|
|
267
|
-
logoURI: "https://
|
|
348
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
349
|
+
allowanceStorageOffset: 6,
|
|
350
|
+
isVyper: !0,
|
|
351
|
+
balanceStorageOffset: 5
|
|
268
352
|
},
|
|
269
353
|
{
|
|
270
354
|
chainId: 1,
|
|
@@ -272,7 +356,10 @@ const e = [
|
|
|
272
356
|
name: "ETH/stETH",
|
|
273
357
|
symbol: "steCRV",
|
|
274
358
|
decimals: 18,
|
|
275
|
-
logoURI: "https://
|
|
359
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
360
|
+
allowanceStorageOffset: 3,
|
|
361
|
+
isVyper: !0,
|
|
362
|
+
balanceStorageOffset: 2
|
|
276
363
|
},
|
|
277
364
|
{
|
|
278
365
|
chainId: 1,
|
|
@@ -280,7 +367,10 @@ const e = [
|
|
|
280
367
|
name: "stETH/frxETH",
|
|
281
368
|
symbol: "st-frxETH-f",
|
|
282
369
|
decimals: 18,
|
|
283
|
-
logoURI: "https://
|
|
370
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
371
|
+
allowanceStorageOffset: 25,
|
|
372
|
+
isVyper: !0,
|
|
373
|
+
balanceStorageOffset: 24
|
|
284
374
|
},
|
|
285
375
|
{
|
|
286
376
|
chainId: 1,
|
|
@@ -288,7 +378,10 @@ const e = [
|
|
|
288
378
|
name: "Rocket Pool ETH",
|
|
289
379
|
symbol: "rETH",
|
|
290
380
|
decimals: 18,
|
|
291
|
-
logoURI: "https://assets.coingecko.com/coins/images/20764/small/reth.png?1637652366"
|
|
381
|
+
logoURI: "https://assets.coingecko.com/coins/images/20764/small/reth.png?1637652366",
|
|
382
|
+
allowanceStorageOffset: 2,
|
|
383
|
+
isVyper: !1,
|
|
384
|
+
balanceStorageOffset: 1
|
|
292
385
|
},
|
|
293
386
|
{
|
|
294
387
|
chainId: 1,
|
|
@@ -296,7 +389,10 @@ const e = [
|
|
|
296
389
|
name: "Rocketpool rETH/ETH",
|
|
297
390
|
symbol: "rETH-f",
|
|
298
391
|
decimals: 18,
|
|
299
|
-
logoURI: "https://
|
|
392
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
393
|
+
allowanceStorageOffset: 7,
|
|
394
|
+
isVyper: !0,
|
|
395
|
+
balanceStorageOffset: 6
|
|
300
396
|
},
|
|
301
397
|
{
|
|
302
398
|
chainId: 1,
|
|
@@ -304,7 +400,10 @@ const e = [
|
|
|
304
400
|
name: "Convex CRV",
|
|
305
401
|
symbol: "cvxCRV",
|
|
306
402
|
decimals: 18,
|
|
307
|
-
logoURI: "https://
|
|
403
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
404
|
+
allowanceStorageOffset: 1,
|
|
405
|
+
isVyper: !1,
|
|
406
|
+
balanceStorageOffset: 0
|
|
308
407
|
},
|
|
309
408
|
{
|
|
310
409
|
chainId: 1,
|
|
@@ -312,7 +411,10 @@ const e = [
|
|
|
312
411
|
name: "cvxCrv/Crv",
|
|
313
412
|
symbol: "cvxcrv-crv-f",
|
|
314
413
|
decimals: 18,
|
|
315
|
-
logoURI: "https://
|
|
414
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
415
|
+
allowanceStorageOffset: 21,
|
|
416
|
+
isVyper: !0,
|
|
417
|
+
balanceStorageOffset: 20
|
|
316
418
|
},
|
|
317
419
|
{
|
|
318
420
|
chainId: 1,
|
|
@@ -320,7 +422,10 @@ const e = [
|
|
|
320
422
|
name: "TrueUSD",
|
|
321
423
|
symbol: "TUSD",
|
|
322
424
|
decimals: 18,
|
|
323
|
-
logoURI: "https://assets.coingecko.com/coins/images/3449/small/tusd.png?1618395665"
|
|
425
|
+
logoURI: "https://assets.coingecko.com/coins/images/3449/small/tusd.png?1618395665",
|
|
426
|
+
allowanceStorageOffset: 15,
|
|
427
|
+
isVyper: !1,
|
|
428
|
+
balanceStorageOffset: 14
|
|
324
429
|
},
|
|
325
430
|
{
|
|
326
431
|
chainId: 1,
|
|
@@ -328,7 +433,10 @@ const e = [
|
|
|
328
433
|
name: "TrueUSD/3CRV",
|
|
329
434
|
symbol: "TUSD3CRV-f",
|
|
330
435
|
decimals: 18,
|
|
331
|
-
logoURI: "https://
|
|
436
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
437
|
+
allowanceStorageOffset: 16,
|
|
438
|
+
isVyper: !0,
|
|
439
|
+
balanceStorageOffset: 15
|
|
332
440
|
},
|
|
333
441
|
{
|
|
334
442
|
chainId: 1,
|
|
@@ -336,7 +444,8 @@ const e = [
|
|
|
336
444
|
name: "UZD Zunami Stable",
|
|
337
445
|
symbol: "UZD",
|
|
338
446
|
decimals: 18,
|
|
339
|
-
logoURI: "https://assets.coingecko.com/coins/images/27621/small/UZD_Logo_200x200.png?1666428507"
|
|
447
|
+
logoURI: "https://assets.coingecko.com/coins/images/27621/small/UZD_Logo_200x200.png?1666428507",
|
|
448
|
+
balanceStorageOffset: 8
|
|
340
449
|
},
|
|
341
450
|
{
|
|
342
451
|
chainId: 1,
|
|
@@ -344,7 +453,10 @@ const e = [
|
|
|
344
453
|
name: "Zunami UZD/FRAXBP",
|
|
345
454
|
symbol: "UZDFRAXBP3CRV-f",
|
|
346
455
|
decimals: 18,
|
|
347
|
-
logoURI: "https://
|
|
456
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
457
|
+
allowanceStorageOffset: 18,
|
|
458
|
+
isVyper: !0,
|
|
459
|
+
balanceStorageOffset: 17
|
|
348
460
|
},
|
|
349
461
|
{
|
|
350
462
|
chainId: 1,
|
|
@@ -352,7 +464,10 @@ const e = [
|
|
|
352
464
|
name: "StargateToken",
|
|
353
465
|
symbol: "STG",
|
|
354
466
|
decimals: 18,
|
|
355
|
-
logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518"
|
|
467
|
+
logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518",
|
|
468
|
+
allowanceStorageOffset: 1,
|
|
469
|
+
isVyper: !1,
|
|
470
|
+
balanceStorageOffset: 0
|
|
356
471
|
},
|
|
357
472
|
{
|
|
358
473
|
chainId: 1,
|
|
@@ -360,7 +475,10 @@ const e = [
|
|
|
360
475
|
name: "STG/USDC",
|
|
361
476
|
symbol: "STGUSDC-f",
|
|
362
477
|
decimals: 18,
|
|
363
|
-
logoURI: "https://
|
|
478
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
479
|
+
allowanceStorageOffset: 7,
|
|
480
|
+
isVyper: !0,
|
|
481
|
+
balanceStorageOffset: 6
|
|
364
482
|
},
|
|
365
483
|
{
|
|
366
484
|
chainId: 1,
|
|
@@ -368,7 +486,10 @@ const e = [
|
|
|
368
486
|
name: "cvxCRV/CRV",
|
|
369
487
|
symbol: "cvxcrv-f",
|
|
370
488
|
decimals: 18,
|
|
371
|
-
logoURI: "https://
|
|
489
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
490
|
+
allowanceStorageOffset: 23,
|
|
491
|
+
isVyper: !0,
|
|
492
|
+
balanceStorageOffset: 22
|
|
372
493
|
},
|
|
373
494
|
{
|
|
374
495
|
chainId: 1,
|
|
@@ -376,7 +497,10 @@ const e = [
|
|
|
376
497
|
name: "Frax Share",
|
|
377
498
|
symbol: "FXS",
|
|
378
499
|
decimals: 18,
|
|
379
|
-
logoURI: "https://assets.coingecko.com/coins/images/13423/small/Frax_Shares_icon.png?1679886947"
|
|
500
|
+
logoURI: "https://assets.coingecko.com/coins/images/13423/small/Frax_Shares_icon.png?1679886947",
|
|
501
|
+
allowanceStorageOffset: 1,
|
|
502
|
+
isVyper: !1,
|
|
503
|
+
balanceStorageOffset: 0
|
|
380
504
|
},
|
|
381
505
|
{
|
|
382
506
|
chainId: 1,
|
|
@@ -384,7 +508,10 @@ const e = [
|
|
|
384
508
|
name: "Convex FXS",
|
|
385
509
|
symbol: "cvxFXS",
|
|
386
510
|
decimals: 18,
|
|
387
|
-
logoURI: "https://assets.coingecko.com/coins/images/29001/small/cvxfxs.png?1675872793"
|
|
511
|
+
logoURI: "https://assets.coingecko.com/coins/images/29001/small/cvxfxs.png?1675872793",
|
|
512
|
+
allowanceStorageOffset: 1,
|
|
513
|
+
isVyper: !1,
|
|
514
|
+
balanceStorageOffset: 0
|
|
388
515
|
},
|
|
389
516
|
{
|
|
390
517
|
chainId: 1,
|
|
@@ -392,7 +519,10 @@ const e = [
|
|
|
392
519
|
name: "Alchemix USD",
|
|
393
520
|
symbol: "alUSD",
|
|
394
521
|
decimals: 18,
|
|
395
|
-
logoURI: "https://assets.coingecko.com/coins/images/14114/small/Alchemix_USD.png?1614410406"
|
|
522
|
+
logoURI: "https://assets.coingecko.com/coins/images/14114/small/Alchemix_USD.png?1614410406",
|
|
523
|
+
allowanceStorageOffset: 2,
|
|
524
|
+
isVyper: !1,
|
|
525
|
+
balanceStorageOffset: 1
|
|
396
526
|
},
|
|
397
527
|
{
|
|
398
528
|
chainId: 1,
|
|
@@ -400,7 +530,10 @@ const e = [
|
|
|
400
530
|
name: "alUSDFRAXBP",
|
|
401
531
|
symbol: "alUSDFRAXB3CRV-f",
|
|
402
532
|
decimals: 18,
|
|
403
|
-
logoURI: "https://
|
|
533
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
534
|
+
allowanceStorageOffset: 18,
|
|
535
|
+
isVyper: !0,
|
|
536
|
+
balanceStorageOffset: 17
|
|
404
537
|
},
|
|
405
538
|
{
|
|
406
539
|
chainId: 1,
|
|
@@ -408,7 +541,10 @@ const e = [
|
|
|
408
541
|
name: "stETH concentrated",
|
|
409
542
|
symbol: "STETHETH_C-f",
|
|
410
543
|
decimals: 18,
|
|
411
|
-
logoURI: "https://
|
|
544
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
545
|
+
allowanceStorageOffset: 25,
|
|
546
|
+
isVyper: !0,
|
|
547
|
+
balanceStorageOffset: 24
|
|
412
548
|
},
|
|
413
549
|
{
|
|
414
550
|
chainId: 1,
|
|
@@ -424,7 +560,10 @@ const e = [
|
|
|
424
560
|
name: "Origin Dollar/3CRV",
|
|
425
561
|
symbol: "OUSD3CRV-f",
|
|
426
562
|
decimals: 18,
|
|
427
|
-
logoURI: "https://
|
|
563
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
564
|
+
allowanceStorageOffset: 16,
|
|
565
|
+
isVyper: !0,
|
|
566
|
+
balanceStorageOffset: 15
|
|
428
567
|
},
|
|
429
568
|
{
|
|
430
569
|
chainId: 1,
|
|
@@ -432,7 +571,10 @@ const e = [
|
|
|
432
571
|
name: "Keep3rV1",
|
|
433
572
|
symbol: "KP3R",
|
|
434
573
|
decimals: 18,
|
|
435
|
-
logoURI: "https://assets.coingecko.com/coins/images/12966/small/kp3r_logo.jpg?1607057458"
|
|
574
|
+
logoURI: "https://assets.coingecko.com/coins/images/12966/small/kp3r_logo.jpg?1607057458",
|
|
575
|
+
allowanceStorageOffset: 6,
|
|
576
|
+
isVyper: !1,
|
|
577
|
+
balanceStorageOffset: 7
|
|
436
578
|
},
|
|
437
579
|
{
|
|
438
580
|
chainId: 1,
|
|
@@ -440,7 +582,10 @@ const e = [
|
|
|
440
582
|
name: "KP3R/ETH",
|
|
441
583
|
symbol: "KP3RETH-f",
|
|
442
584
|
decimals: 18,
|
|
443
|
-
logoURI: "https://
|
|
585
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
586
|
+
allowanceStorageOffset: 7,
|
|
587
|
+
isVyper: !0,
|
|
588
|
+
balanceStorageOffset: 6
|
|
444
589
|
},
|
|
445
590
|
{
|
|
446
591
|
chainId: 1,
|
|
@@ -448,7 +593,10 @@ const e = [
|
|
|
448
593
|
name: "Alchemix ETH",
|
|
449
594
|
symbol: "alETH",
|
|
450
595
|
decimals: 18,
|
|
451
|
-
logoURI: "https://assets.coingecko.com/coins/images/16271/small/aleth.png?1685957289"
|
|
596
|
+
logoURI: "https://assets.coingecko.com/coins/images/16271/small/aleth.png?1685957289",
|
|
597
|
+
allowanceStorageOffset: 2,
|
|
598
|
+
isVyper: !1,
|
|
599
|
+
balanceStorageOffset: 1
|
|
452
600
|
},
|
|
453
601
|
{
|
|
454
602
|
chainId: 1,
|
|
@@ -456,7 +604,9 @@ const e = [
|
|
|
456
604
|
name: "Lido DAO Token",
|
|
457
605
|
symbol: "LDO",
|
|
458
606
|
decimals: 18,
|
|
459
|
-
logoURI: "https://
|
|
607
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/LDO.avif",
|
|
608
|
+
allowanceStorageOffset: 9,
|
|
609
|
+
isVyper: !1
|
|
460
610
|
},
|
|
461
611
|
{
|
|
462
612
|
chainId: 1,
|
|
@@ -464,7 +614,10 @@ const e = [
|
|
|
464
614
|
name: "LDO/ETH",
|
|
465
615
|
symbol: "LDOETH-f",
|
|
466
616
|
decimals: 18,
|
|
467
|
-
logoURI: "https://
|
|
617
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
618
|
+
allowanceStorageOffset: 7,
|
|
619
|
+
isVyper: !0,
|
|
620
|
+
balanceStorageOffset: 6
|
|
468
621
|
},
|
|
469
622
|
{
|
|
470
623
|
chainId: 1,
|
|
@@ -472,7 +625,10 @@ const e = [
|
|
|
472
625
|
name: "yearn.finance",
|
|
473
626
|
symbol: "YFI",
|
|
474
627
|
decimals: 18,
|
|
475
|
-
logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705"
|
|
628
|
+
logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705",
|
|
629
|
+
allowanceStorageOffset: 1,
|
|
630
|
+
isVyper: !1,
|
|
631
|
+
balanceStorageOffset: 0
|
|
476
632
|
},
|
|
477
633
|
{
|
|
478
634
|
chainId: 1,
|
|
@@ -480,7 +636,10 @@ const e = [
|
|
|
480
636
|
name: "YFI/ETH",
|
|
481
637
|
symbol: "YFIETH-f",
|
|
482
638
|
decimals: 18,
|
|
483
|
-
logoURI: "https://
|
|
639
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
640
|
+
allowanceStorageOffset: 7,
|
|
641
|
+
isVyper: !0,
|
|
642
|
+
balanceStorageOffset: 6
|
|
484
643
|
},
|
|
485
644
|
{
|
|
486
645
|
chainId: 1,
|
|
@@ -488,7 +647,10 @@ const e = [
|
|
|
488
647
|
name: "Coinbase Wrapped Staked ETH",
|
|
489
648
|
symbol: "cbETH",
|
|
490
649
|
decimals: 18,
|
|
491
|
-
logoURI: "https://assets.coingecko.com/coins/images/27008/small/cbeth.png?1661390066"
|
|
650
|
+
logoURI: "https://assets.coingecko.com/coins/images/27008/small/cbeth.png?1661390066",
|
|
651
|
+
allowanceStorageOffset: 10,
|
|
652
|
+
isVyper: !1,
|
|
653
|
+
balanceStorageOffset: 9
|
|
492
654
|
},
|
|
493
655
|
{
|
|
494
656
|
chainId: 1,
|
|
@@ -496,7 +658,10 @@ const e = [
|
|
|
496
658
|
name: "cbETH/ETH",
|
|
497
659
|
symbol: "cbETH/ETH-f",
|
|
498
660
|
decimals: 18,
|
|
499
|
-
logoURI: "https://
|
|
661
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
662
|
+
allowanceStorageOffset: 7,
|
|
663
|
+
isVyper: !0,
|
|
664
|
+
balanceStorageOffset: 6
|
|
500
665
|
},
|
|
501
666
|
{
|
|
502
667
|
chainId: 1,
|
|
@@ -504,7 +669,10 @@ const e = [
|
|
|
504
669
|
name: "XAI Stablecoin",
|
|
505
670
|
symbol: "XAI",
|
|
506
671
|
decimals: 18,
|
|
507
|
-
logoURI: "https://assets.coingecko.com/coins/images/28254/small/Xai_logo.png?1668674085"
|
|
672
|
+
logoURI: "https://assets.coingecko.com/coins/images/28254/small/Xai_logo.png?1668674085",
|
|
673
|
+
allowanceStorageOffset: 2,
|
|
674
|
+
isVyper: !1,
|
|
675
|
+
balanceStorageOffset: 1
|
|
508
676
|
},
|
|
509
677
|
{
|
|
510
678
|
chainId: 1,
|
|
@@ -512,7 +680,10 @@ const e = [
|
|
|
512
680
|
name: "XAI/FRAXBP",
|
|
513
681
|
symbol: "XAIFRAXBP3CRV-f",
|
|
514
682
|
decimals: 18,
|
|
515
|
-
logoURI: "https://
|
|
683
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
684
|
+
allowanceStorageOffset: 18,
|
|
685
|
+
isVyper: !0,
|
|
686
|
+
balanceStorageOffset: 17
|
|
516
687
|
},
|
|
517
688
|
{
|
|
518
689
|
chainId: 1,
|
|
@@ -520,7 +691,10 @@ const e = [
|
|
|
520
691
|
name: "Bean",
|
|
521
692
|
symbol: "BEAN",
|
|
522
693
|
decimals: 6,
|
|
523
|
-
logoURI: "https://assets.coingecko.com/coins/images/18447/small/bean-logo-coingecko.png?1632090495"
|
|
694
|
+
logoURI: "https://assets.coingecko.com/coins/images/18447/small/bean-logo-coingecko.png?1632090495",
|
|
695
|
+
allowanceStorageOffset: 1,
|
|
696
|
+
isVyper: !1,
|
|
697
|
+
balanceStorageOffset: 0
|
|
524
698
|
},
|
|
525
699
|
{
|
|
526
700
|
chainId: 1,
|
|
@@ -528,7 +702,7 @@ const e = [
|
|
|
528
702
|
name: "Bean/3CRV",
|
|
529
703
|
symbol: "BEAN3CRV-f",
|
|
530
704
|
decimals: 18,
|
|
531
|
-
logoURI: "https://
|
|
705
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
532
706
|
},
|
|
533
707
|
{
|
|
534
708
|
chainId: 1,
|
|
@@ -536,7 +710,10 @@ const e = [
|
|
|
536
710
|
name: "JPEGd ETH",
|
|
537
711
|
symbol: "pETH",
|
|
538
712
|
decimals: 18,
|
|
539
|
-
logoURI: "https://assets.coingecko.com/coins/images/24025/small/et_43CNi_400x400.jpg?1646100264"
|
|
713
|
+
logoURI: "https://assets.coingecko.com/coins/images/24025/small/et_43CNi_400x400.jpg?1646100264",
|
|
714
|
+
allowanceStorageOffset: 3,
|
|
715
|
+
isVyper: !1,
|
|
716
|
+
balanceStorageOffset: 2
|
|
540
717
|
},
|
|
541
718
|
{
|
|
542
719
|
chainId: 1,
|
|
@@ -544,7 +721,10 @@ const e = [
|
|
|
544
721
|
name: "Alchemix USD 3CRV",
|
|
545
722
|
symbol: "alUSD3CRV-f",
|
|
546
723
|
decimals: 18,
|
|
547
|
-
logoURI: "https://
|
|
724
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
725
|
+
allowanceStorageOffset: 16,
|
|
726
|
+
isVyper: !0,
|
|
727
|
+
balanceStorageOffset: 15
|
|
548
728
|
},
|
|
549
729
|
{
|
|
550
730
|
chainId: 1,
|
|
@@ -552,7 +732,10 @@ const e = [
|
|
|
552
732
|
name: "stETH-ng",
|
|
553
733
|
symbol: "stETH-ng-f",
|
|
554
734
|
decimals: 18,
|
|
555
|
-
logoURI: "https://
|
|
735
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
736
|
+
allowanceStorageOffset: 21,
|
|
737
|
+
isVyper: !0,
|
|
738
|
+
balanceStorageOffset: 20
|
|
556
739
|
},
|
|
557
740
|
{
|
|
558
741
|
chainId: 1,
|
|
@@ -560,7 +743,10 @@ const e = [
|
|
|
560
743
|
name: "EURS",
|
|
561
744
|
symbol: "STASIS EURS Token",
|
|
562
745
|
decimals: 2,
|
|
563
|
-
logoURI: "https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779"
|
|
746
|
+
logoURI: "https://assets.coingecko.com/coins/images/5164/small/EURS_300x300.png?1550571779",
|
|
747
|
+
allowanceStorageOffset: 1,
|
|
748
|
+
isVyper: !1,
|
|
749
|
+
balanceStorageOffset: 0
|
|
564
750
|
},
|
|
565
751
|
{
|
|
566
752
|
chainId: 1,
|
|
@@ -568,7 +754,10 @@ const e = [
|
|
|
568
754
|
name: "crvEURSUSDC",
|
|
569
755
|
symbol: "crvEURSUSDC",
|
|
570
756
|
decimals: 18,
|
|
571
|
-
logoURI: "https://
|
|
757
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
758
|
+
allowanceStorageOffset: 6,
|
|
759
|
+
isVyper: !0,
|
|
760
|
+
balanceStorageOffset: 5
|
|
572
761
|
},
|
|
573
762
|
{
|
|
574
763
|
chainId: 1,
|
|
@@ -584,7 +773,10 @@ const e = [
|
|
|
584
773
|
name: "OETHCRV",
|
|
585
774
|
symbol: "OETHCRV-f",
|
|
586
775
|
decimals: 18,
|
|
587
|
-
logoURI: "https://
|
|
776
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
777
|
+
allowanceStorageOffset: 21,
|
|
778
|
+
isVyper: !0,
|
|
779
|
+
balanceStorageOffset: 20
|
|
588
780
|
},
|
|
589
781
|
{
|
|
590
782
|
chainId: 1,
|
|
@@ -592,7 +784,10 @@ const e = [
|
|
|
592
784
|
name: "tBTC/wBTC/sBTC",
|
|
593
785
|
symbol: "TBTCSBTC23CRV-f",
|
|
594
786
|
decimals: 18,
|
|
595
|
-
logoURI: "https://
|
|
787
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
788
|
+
allowanceStorageOffset: 18,
|
|
789
|
+
isVyper: !0,
|
|
790
|
+
balanceStorageOffset: 17
|
|
596
791
|
},
|
|
597
792
|
{
|
|
598
793
|
chainId: 1,
|
|
@@ -600,7 +795,10 @@ const e = [
|
|
|
600
795
|
name: "tBTC",
|
|
601
796
|
symbol: "tBTC",
|
|
602
797
|
decimals: 18,
|
|
603
|
-
logoURI: "https://assets.coingecko.com/coins/images/11224/small/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504"
|
|
798
|
+
logoURI: "https://assets.coingecko.com/coins/images/11224/small/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504",
|
|
799
|
+
allowanceStorageOffset: 2,
|
|
800
|
+
isVyper: !1,
|
|
801
|
+
balanceStorageOffset: 1
|
|
604
802
|
},
|
|
605
803
|
{
|
|
606
804
|
chainId: 1,
|
|
@@ -608,7 +806,10 @@ const e = [
|
|
|
608
806
|
name: "Wrapped Binance Beacon ETH",
|
|
609
807
|
symbol: "wBETH",
|
|
610
808
|
decimals: 18,
|
|
611
|
-
logoURI: "https://assets.coingecko.com/coins/images/30061/small/wbeth-icon.png?1683001548"
|
|
809
|
+
logoURI: "https://assets.coingecko.com/coins/images/30061/small/wbeth-icon.png?1683001548",
|
|
810
|
+
allowanceStorageOffset: 10,
|
|
811
|
+
isVyper: !1,
|
|
812
|
+
balanceStorageOffset: 9
|
|
612
813
|
},
|
|
613
814
|
{
|
|
614
815
|
chainId: 1,
|
|
@@ -616,7 +817,10 @@ const e = [
|
|
|
616
817
|
name: "Compound Dai",
|
|
617
818
|
symbol: "cDAI",
|
|
618
819
|
decimals: 8,
|
|
619
|
-
logoURI: "https://assets.coingecko.com/coins/images/9281/small/cDAI.png?1576467585"
|
|
820
|
+
logoURI: "https://assets.coingecko.com/coins/images/9281/small/cDAI.png?1576467585",
|
|
821
|
+
allowanceStorageOffset: 15,
|
|
822
|
+
isVyper: !1,
|
|
823
|
+
balanceStorageOffset: 14
|
|
620
824
|
},
|
|
621
825
|
{
|
|
622
826
|
chainId: 1,
|
|
@@ -624,7 +828,10 @@ const e = [
|
|
|
624
828
|
name: "Compound USD Coin",
|
|
625
829
|
symbol: "cUSDC",
|
|
626
830
|
decimals: 8,
|
|
627
|
-
logoURI: "https://assets.coingecko.com/coins/images/9442/small/Compound_USDC.png?1567581577"
|
|
831
|
+
logoURI: "https://assets.coingecko.com/coins/images/9442/small/Compound_USDC.png?1567581577",
|
|
832
|
+
allowanceStorageOffset: 16,
|
|
833
|
+
isVyper: !1,
|
|
834
|
+
balanceStorageOffset: 15
|
|
628
835
|
},
|
|
629
836
|
{
|
|
630
837
|
chainId: 1,
|
|
@@ -632,7 +839,10 @@ const e = [
|
|
|
632
839
|
name: "cDAI/cUSDC",
|
|
633
840
|
symbol: "cDAI+cUSDC",
|
|
634
841
|
decimals: 18,
|
|
635
|
-
logoURI: "https://
|
|
842
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
843
|
+
allowanceStorageOffset: 4,
|
|
844
|
+
isVyper: !0,
|
|
845
|
+
balanceStorageOffset: 3
|
|
636
846
|
},
|
|
637
847
|
{
|
|
638
848
|
chainId: 1,
|
|
@@ -648,7 +858,10 @@ const e = [
|
|
|
648
858
|
name: "hBTC/wBTC",
|
|
649
859
|
symbol: "hCRV",
|
|
650
860
|
decimals: 18,
|
|
651
|
-
logoURI: "https://
|
|
861
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
862
|
+
allowanceStorageOffset: 4,
|
|
863
|
+
isVyper: !0,
|
|
864
|
+
balanceStorageOffset: 3
|
|
652
865
|
},
|
|
653
866
|
{
|
|
654
867
|
chainId: 1,
|
|
@@ -656,7 +869,10 @@ const e = [
|
|
|
656
869
|
name: "Yearn Dai",
|
|
657
870
|
symbol: "cyDAI",
|
|
658
871
|
decimals: 8,
|
|
659
|
-
logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705"
|
|
872
|
+
logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705",
|
|
873
|
+
allowanceStorageOffset: 15,
|
|
874
|
+
isVyper: !1,
|
|
875
|
+
balanceStorageOffset: 14
|
|
660
876
|
},
|
|
661
877
|
{
|
|
662
878
|
chainId: 1,
|
|
@@ -664,7 +880,10 @@ const e = [
|
|
|
664
880
|
name: "Yearn USD Coin",
|
|
665
881
|
symbol: "cyUSDC",
|
|
666
882
|
decimals: 8,
|
|
667
|
-
logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705"
|
|
883
|
+
logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705",
|
|
884
|
+
allowanceStorageOffset: 15,
|
|
885
|
+
isVyper: !1,
|
|
886
|
+
balanceStorageOffset: 14
|
|
668
887
|
},
|
|
669
888
|
{
|
|
670
889
|
chainId: 1,
|
|
@@ -672,7 +891,10 @@ const e = [
|
|
|
672
891
|
name: "Yearn Tether USD",
|
|
673
892
|
symbol: "cyUSDT",
|
|
674
893
|
decimals: 8,
|
|
675
|
-
logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705"
|
|
894
|
+
logoURI: "https://assets.coingecko.com/coins/images/11849/small/yearn.jpg?1687142705",
|
|
895
|
+
allowanceStorageOffset: 15,
|
|
896
|
+
isVyper: !1,
|
|
897
|
+
balanceStorageOffset: 14
|
|
676
898
|
},
|
|
677
899
|
{
|
|
678
900
|
chainId: 1,
|
|
@@ -680,7 +902,10 @@ const e = [
|
|
|
680
902
|
name: "cyDAI/cyUSDC/cyUSDT",
|
|
681
903
|
symbol: "ib3CRV",
|
|
682
904
|
decimals: 18,
|
|
683
|
-
logoURI: "https://
|
|
905
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
906
|
+
allowanceStorageOffset: 3,
|
|
907
|
+
isVyper: !0,
|
|
908
|
+
balanceStorageOffset: 2
|
|
684
909
|
},
|
|
685
910
|
{
|
|
686
911
|
chainId: 1,
|
|
@@ -688,7 +913,10 @@ const e = [
|
|
|
688
913
|
name: "renBTC/wBTC/sBTC",
|
|
689
914
|
symbol: "crvRenWSBTC",
|
|
690
915
|
decimals: 18,
|
|
691
|
-
logoURI: "https://
|
|
916
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
917
|
+
allowanceStorageOffset: 4,
|
|
918
|
+
isVyper: !0,
|
|
919
|
+
balanceStorageOffset: 3
|
|
692
920
|
},
|
|
693
921
|
{
|
|
694
922
|
chainId: 1,
|
|
@@ -704,7 +932,10 @@ const e = [
|
|
|
704
932
|
name: "renBTC/wBTC",
|
|
705
933
|
symbol: "crvRenWBTC",
|
|
706
934
|
decimals: 18,
|
|
707
|
-
logoURI: "https://
|
|
935
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
936
|
+
allowanceStorageOffset: 4,
|
|
937
|
+
isVyper: !0,
|
|
938
|
+
balanceStorageOffset: 3
|
|
708
939
|
},
|
|
709
940
|
{
|
|
710
941
|
chainId: 1,
|
|
@@ -720,7 +951,10 @@ const e = [
|
|
|
720
951
|
name: "Curve.Fi USD Stablecoin",
|
|
721
952
|
symbol: "crvUSD",
|
|
722
953
|
decimals: 18,
|
|
723
|
-
logoURI: "https://
|
|
954
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
955
|
+
allowanceStorageOffset: 0,
|
|
956
|
+
isVyper: !0,
|
|
957
|
+
balanceStorageOffset: 1
|
|
724
958
|
},
|
|
725
959
|
{
|
|
726
960
|
chainId: 1,
|
|
@@ -728,7 +962,10 @@ const e = [
|
|
|
728
962
|
name: "CRV/Frax",
|
|
729
963
|
symbol: "FraxlendV1-CRV-FRAX",
|
|
730
964
|
decimals: 18,
|
|
731
|
-
logoURI: "https://
|
|
965
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
966
|
+
allowanceStorageOffset: 1,
|
|
967
|
+
isVyper: !1,
|
|
968
|
+
balanceStorageOffset: 0
|
|
732
969
|
},
|
|
733
970
|
{
|
|
734
971
|
chainId: 1,
|
|
@@ -736,7 +973,10 @@ const e = [
|
|
|
736
973
|
name: "STBT/3CRV",
|
|
737
974
|
symbol: "STBT3CRV-f",
|
|
738
975
|
decimals: 18,
|
|
739
|
-
logoURI: "https://
|
|
976
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
977
|
+
allowanceStorageOffset: 26,
|
|
978
|
+
isVyper: !0,
|
|
979
|
+
balanceStorageOffset: 25
|
|
740
980
|
},
|
|
741
981
|
{
|
|
742
982
|
chainId: 1,
|
|
@@ -744,7 +984,10 @@ const e = [
|
|
|
744
984
|
name: "Frax Price Index",
|
|
745
985
|
symbol: "FPI",
|
|
746
986
|
decimals: 18,
|
|
747
|
-
logoURI: "https://assets.coingecko.com/coins/images/24945/small/FPI_icon.png?1679886853"
|
|
987
|
+
logoURI: "https://assets.coingecko.com/coins/images/24945/small/FPI_icon.png?1679886853",
|
|
988
|
+
allowanceStorageOffset: 1,
|
|
989
|
+
isVyper: !1,
|
|
990
|
+
balanceStorageOffset: 0
|
|
748
991
|
},
|
|
749
992
|
{
|
|
750
993
|
chainId: 1,
|
|
@@ -752,7 +995,10 @@ const e = [
|
|
|
752
995
|
name: "FPI2Pool",
|
|
753
996
|
symbol: "FPIFRAX-f",
|
|
754
997
|
decimals: 18,
|
|
755
|
-
logoURI: "https://
|
|
998
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
999
|
+
allowanceStorageOffset: 7,
|
|
1000
|
+
isVyper: !0,
|
|
1001
|
+
balanceStorageOffset: 6
|
|
756
1002
|
},
|
|
757
1003
|
{
|
|
758
1004
|
chainId: 1,
|
|
@@ -760,7 +1006,10 @@ const e = [
|
|
|
760
1006
|
name: "GUSD/3Crv",
|
|
761
1007
|
symbol: "gusd3CRV",
|
|
762
1008
|
decimals: 18,
|
|
763
|
-
logoURI: "https://
|
|
1009
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1010
|
+
allowanceStorageOffset: 4,
|
|
1011
|
+
isVyper: !0,
|
|
1012
|
+
balanceStorageOffset: 3
|
|
764
1013
|
},
|
|
765
1014
|
{
|
|
766
1015
|
chainId: 1,
|
|
@@ -768,7 +1017,10 @@ const e = [
|
|
|
768
1017
|
name: "Liquity USD/3CRV",
|
|
769
1018
|
symbol: "LUSD3CRV",
|
|
770
1019
|
decimals: 18,
|
|
771
|
-
logoURI: "https://
|
|
1020
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1021
|
+
allowanceStorageOffset: 16,
|
|
1022
|
+
isVyper: !0,
|
|
1023
|
+
balanceStorageOffset: 15
|
|
772
1024
|
},
|
|
773
1025
|
{
|
|
774
1026
|
chainId: 1,
|
|
@@ -776,7 +1028,10 @@ const e = [
|
|
|
776
1028
|
name: "cvxFxs/Fxs",
|
|
777
1029
|
symbol: "cvxFxs-Fxs",
|
|
778
1030
|
decimals: 18,
|
|
779
|
-
logoURI: "https://
|
|
1031
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1032
|
+
allowanceStorageOffset: 7,
|
|
1033
|
+
isVyper: !0,
|
|
1034
|
+
balanceStorageOffset: 6
|
|
780
1035
|
},
|
|
781
1036
|
{
|
|
782
1037
|
chainId: 1,
|
|
@@ -784,7 +1039,10 @@ const e = [
|
|
|
784
1039
|
name: "DOLA/FRAXBP",
|
|
785
1040
|
symbol: "DOLAFRAXBP3CRV",
|
|
786
1041
|
decimals: 18,
|
|
787
|
-
logoURI: "https://
|
|
1042
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1043
|
+
allowanceStorageOffset: 18,
|
|
1044
|
+
isVyper: !0,
|
|
1045
|
+
balanceStorageOffset: 0
|
|
788
1046
|
},
|
|
789
1047
|
{
|
|
790
1048
|
chainId: 1,
|
|
@@ -792,7 +1050,10 @@ const e = [
|
|
|
792
1050
|
name: "crvUSD-sDAI",
|
|
793
1051
|
symbol: "crvUSD-sDAI",
|
|
794
1052
|
decimals: 18,
|
|
795
|
-
logoURI: "https://
|
|
1053
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1054
|
+
allowanceStorageOffset: 27,
|
|
1055
|
+
isVyper: !0,
|
|
1056
|
+
balanceStorageOffset: 26
|
|
796
1057
|
},
|
|
797
1058
|
{
|
|
798
1059
|
chainId: 1,
|
|
@@ -800,7 +1061,10 @@ const e = [
|
|
|
800
1061
|
name: "mooAurawstETH/sfrxETH/rETHV3",
|
|
801
1062
|
symbol: "mooAurawstETH/sfrxETH/rETHV3",
|
|
802
1063
|
decimals: 18,
|
|
803
|
-
logoURI: "https://
|
|
1064
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1065
|
+
allowanceStorageOffset: 52,
|
|
1066
|
+
isVyper: !1,
|
|
1067
|
+
balanceStorageOffset: 51
|
|
804
1068
|
},
|
|
805
1069
|
{
|
|
806
1070
|
chainId: 1,
|
|
@@ -808,7 +1072,10 @@ const e = [
|
|
|
808
1072
|
name: "mooAurarETH-ETH",
|
|
809
1073
|
symbol: "mooAurarETH-ETH",
|
|
810
1074
|
decimals: 18,
|
|
811
|
-
logoURI: "https://
|
|
1075
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1076
|
+
allowanceStorageOffset: 52,
|
|
1077
|
+
isVyper: !1,
|
|
1078
|
+
balanceStorageOffset: 51
|
|
812
1079
|
},
|
|
813
1080
|
{
|
|
814
1081
|
chainId: 1,
|
|
@@ -816,7 +1083,10 @@ const e = [
|
|
|
816
1083
|
name: "mooConvexTriCryptoUSDC",
|
|
817
1084
|
symbol: "mooConvexTriCryptoUSDC",
|
|
818
1085
|
decimals: 18,
|
|
819
|
-
logoURI: "https://
|
|
1086
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1087
|
+
allowanceStorageOffset: 52,
|
|
1088
|
+
isVyper: !1,
|
|
1089
|
+
balanceStorageOffset: 51
|
|
820
1090
|
},
|
|
821
1091
|
{
|
|
822
1092
|
chainId: 1,
|
|
@@ -824,7 +1094,10 @@ const e = [
|
|
|
824
1094
|
name: "mooVerseWBTC-ETH",
|
|
825
1095
|
symbol: "mooVerseWBTC-ETH",
|
|
826
1096
|
decimals: 18,
|
|
827
|
-
logoURI: "https://
|
|
1097
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1098
|
+
allowanceStorageOffset: 52,
|
|
1099
|
+
isVyper: !1,
|
|
1100
|
+
balanceStorageOffset: 51
|
|
828
1101
|
},
|
|
829
1102
|
{
|
|
830
1103
|
chainId: 1,
|
|
@@ -832,7 +1105,7 @@ const e = [
|
|
|
832
1105
|
name: "mooConvexSBTC2",
|
|
833
1106
|
symbol: "mooConvexSBTC2",
|
|
834
1107
|
decimals: 18,
|
|
835
|
-
logoURI: "https://
|
|
1108
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
836
1109
|
},
|
|
837
1110
|
{
|
|
838
1111
|
chainId: 1,
|
|
@@ -840,7 +1113,10 @@ const e = [
|
|
|
840
1113
|
name: "mooConvexCvxFXS",
|
|
841
1114
|
symbol: "mooConvexCvxFXS",
|
|
842
1115
|
decimals: 18,
|
|
843
|
-
logoURI: "https://
|
|
1116
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1117
|
+
allowanceStorageOffset: 52,
|
|
1118
|
+
isVyper: !1,
|
|
1119
|
+
balanceStorageOffset: 51
|
|
844
1120
|
},
|
|
845
1121
|
{
|
|
846
1122
|
chainId: 1,
|
|
@@ -848,7 +1124,7 @@ const e = [
|
|
|
848
1124
|
name: "mooConvexRETH",
|
|
849
1125
|
symbol: "mooConvexRETH",
|
|
850
1126
|
decimals: 18,
|
|
851
|
-
logoURI: "https://
|
|
1127
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
852
1128
|
},
|
|
853
1129
|
{
|
|
854
1130
|
chainId: 1,
|
|
@@ -856,7 +1132,7 @@ const e = [
|
|
|
856
1132
|
name: "mooAuraGHO-LUSD",
|
|
857
1133
|
symbol: "mooAuraGHO-LUSD",
|
|
858
1134
|
decimals: 18,
|
|
859
|
-
logoURI: "https://
|
|
1135
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
860
1136
|
},
|
|
861
1137
|
{
|
|
862
1138
|
chainId: 1,
|
|
@@ -864,7 +1140,10 @@ const e = [
|
|
|
864
1140
|
name: "mooConvexTriCrypto",
|
|
865
1141
|
symbol: "mooConvexTriCrypto",
|
|
866
1142
|
decimals: 18,
|
|
867
|
-
logoURI: "https://
|
|
1143
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1144
|
+
allowanceStorageOffset: 52,
|
|
1145
|
+
isVyper: !1,
|
|
1146
|
+
balanceStorageOffset: 51
|
|
868
1147
|
},
|
|
869
1148
|
{
|
|
870
1149
|
chainId: 1,
|
|
@@ -872,7 +1151,7 @@ const e = [
|
|
|
872
1151
|
name: "mooConvexTBTC",
|
|
873
1152
|
symbol: "mooConvexTBTC",
|
|
874
1153
|
decimals: 18,
|
|
875
|
-
logoURI: "https://
|
|
1154
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
876
1155
|
},
|
|
877
1156
|
{
|
|
878
1157
|
chainId: 1,
|
|
@@ -880,7 +1159,10 @@ const e = [
|
|
|
880
1159
|
name: "mooConvexMIM",
|
|
881
1160
|
symbol: "mooConvexMIM",
|
|
882
1161
|
decimals: 18,
|
|
883
|
-
logoURI: "https://
|
|
1162
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1163
|
+
allowanceStorageOffset: 52,
|
|
1164
|
+
isVyper: !1,
|
|
1165
|
+
balanceStorageOffset: 51
|
|
884
1166
|
},
|
|
885
1167
|
{
|
|
886
1168
|
chainId: 1,
|
|
@@ -888,7 +1170,10 @@ const e = [
|
|
|
888
1170
|
name: "mooConvexUSDD",
|
|
889
1171
|
symbol: "mooConvexUSDD",
|
|
890
1172
|
decimals: 18,
|
|
891
|
-
logoURI: "https://
|
|
1173
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1174
|
+
allowanceStorageOffset: 52,
|
|
1175
|
+
isVyper: !1,
|
|
1176
|
+
balanceStorageOffset: 51
|
|
892
1177
|
},
|
|
893
1178
|
{
|
|
894
1179
|
chainId: 1,
|
|
@@ -896,7 +1181,7 @@ const e = [
|
|
|
896
1181
|
name: "mooConvexMultiBTC",
|
|
897
1182
|
symbol: "mooConvexMultiBTC",
|
|
898
1183
|
decimals: 18,
|
|
899
|
-
logoURI: "https://
|
|
1184
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
900
1185
|
},
|
|
901
1186
|
{
|
|
902
1187
|
chainId: 1,
|
|
@@ -904,7 +1189,10 @@ const e = [
|
|
|
904
1189
|
name: "mooAPE",
|
|
905
1190
|
symbol: "mooAPE",
|
|
906
1191
|
decimals: 18,
|
|
907
|
-
logoURI: "https://
|
|
1192
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1193
|
+
allowanceStorageOffset: 52,
|
|
1194
|
+
isVyper: !1,
|
|
1195
|
+
balanceStorageOffset: 51
|
|
908
1196
|
},
|
|
909
1197
|
{
|
|
910
1198
|
chainId: 1,
|
|
@@ -912,7 +1200,10 @@ const e = [
|
|
|
912
1200
|
name: "mooConvexCvxFPIS",
|
|
913
1201
|
symbol: "mooConvexCvxFPIS",
|
|
914
1202
|
decimals: 18,
|
|
915
|
-
logoURI: "https://
|
|
1203
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1204
|
+
allowanceStorageOffset: 52,
|
|
1205
|
+
isVyper: !1,
|
|
1206
|
+
balanceStorageOffset: 51
|
|
916
1207
|
},
|
|
917
1208
|
{
|
|
918
1209
|
chainId: 1,
|
|
@@ -920,7 +1211,7 @@ const e = [
|
|
|
920
1211
|
name: "mooAuraR-wstETH",
|
|
921
1212
|
symbol: "mooAuraR-wstETH",
|
|
922
1213
|
decimals: 18,
|
|
923
|
-
logoURI: "https://
|
|
1214
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
924
1215
|
},
|
|
925
1216
|
{
|
|
926
1217
|
chainId: 1,
|
|
@@ -928,7 +1219,10 @@ const e = [
|
|
|
928
1219
|
name: "mooConvexCRV",
|
|
929
1220
|
symbol: "mooConvexCRV",
|
|
930
1221
|
decimals: 18,
|
|
931
|
-
logoURI: "https://
|
|
1222
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1223
|
+
allowanceStorageOffset: 52,
|
|
1224
|
+
isVyper: !1,
|
|
1225
|
+
balanceStorageOffset: 51
|
|
932
1226
|
},
|
|
933
1227
|
{
|
|
934
1228
|
chainId: 1,
|
|
@@ -936,7 +1230,7 @@ const e = [
|
|
|
936
1230
|
name: "mooConvexTUSD",
|
|
937
1231
|
symbol: "mooConvexTUSD",
|
|
938
1232
|
decimals: 18,
|
|
939
|
-
logoURI: "https://
|
|
1233
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
940
1234
|
},
|
|
941
1235
|
{
|
|
942
1236
|
chainId: 1,
|
|
@@ -944,7 +1238,7 @@ const e = [
|
|
|
944
1238
|
name: "mooAuraR-DAI",
|
|
945
1239
|
symbol: "mooAuraR-DAI",
|
|
946
1240
|
decimals: 18,
|
|
947
|
-
logoURI: "https://
|
|
1241
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
948
1242
|
},
|
|
949
1243
|
{
|
|
950
1244
|
chainId: 1,
|
|
@@ -952,7 +1246,10 @@ const e = [
|
|
|
952
1246
|
name: "mooConvexDolaFraxBP",
|
|
953
1247
|
symbol: "mooConvexDolaFraxBP",
|
|
954
1248
|
decimals: 18,
|
|
955
|
-
logoURI: "https://
|
|
1249
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1250
|
+
allowanceStorageOffset: 52,
|
|
1251
|
+
isVyper: !1,
|
|
1252
|
+
balanceStorageOffset: 51
|
|
956
1253
|
},
|
|
957
1254
|
{
|
|
958
1255
|
chainId: 1,
|
|
@@ -960,7 +1257,7 @@ const e = [
|
|
|
960
1257
|
name: "mooStargateETH",
|
|
961
1258
|
symbol: "mooStargateETH",
|
|
962
1259
|
decimals: 18,
|
|
963
|
-
logoURI: "https://
|
|
1260
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
964
1261
|
},
|
|
965
1262
|
{
|
|
966
1263
|
chainId: 1,
|
|
@@ -968,7 +1265,7 @@ const e = [
|
|
|
968
1265
|
name: "mooAurawstETH-ETH",
|
|
969
1266
|
symbol: "mooAurawstETH-ETH",
|
|
970
1267
|
decimals: 18,
|
|
971
|
-
logoURI: "https://
|
|
1268
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
972
1269
|
},
|
|
973
1270
|
{
|
|
974
1271
|
chainId: 1,
|
|
@@ -976,7 +1273,7 @@ const e = [
|
|
|
976
1273
|
name: "mooMonolithSOLID-ETH",
|
|
977
1274
|
symbol: "mooMonolithSOLID-ETH",
|
|
978
1275
|
decimals: 18,
|
|
979
|
-
logoURI: "https://
|
|
1276
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
980
1277
|
},
|
|
981
1278
|
{
|
|
982
1279
|
chainId: 1,
|
|
@@ -984,7 +1281,10 @@ const e = [
|
|
|
984
1281
|
name: "mooCurveCrvUSD-sDAI ",
|
|
985
1282
|
symbol: "mooCurveCrvUSD-sDAI",
|
|
986
1283
|
decimals: 18,
|
|
987
|
-
logoURI: "https://
|
|
1284
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1285
|
+
allowanceStorageOffset: 52,
|
|
1286
|
+
isVyper: !1,
|
|
1287
|
+
balanceStorageOffset: 51
|
|
988
1288
|
},
|
|
989
1289
|
{
|
|
990
1290
|
chainId: 1,
|
|
@@ -992,7 +1292,10 @@ const e = [
|
|
|
992
1292
|
name: "mooCurve-veth",
|
|
993
1293
|
symbol: "mooCurve-veth",
|
|
994
1294
|
decimals: 18,
|
|
995
|
-
logoURI: "https://
|
|
1295
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1296
|
+
allowanceStorageOffset: 52,
|
|
1297
|
+
isVyper: !1,
|
|
1298
|
+
balanceStorageOffset: 51
|
|
996
1299
|
},
|
|
997
1300
|
{
|
|
998
1301
|
chainId: 1,
|
|
@@ -1000,7 +1303,10 @@ const e = [
|
|
|
1000
1303
|
name: "wstETH-rETH-sfrxETH-BPT",
|
|
1001
1304
|
symbol: "wstETH-rETH-sfrxETH-BPT",
|
|
1002
1305
|
decimals: 18,
|
|
1003
|
-
logoURI: "https://
|
|
1306
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
1307
|
+
allowanceStorageOffset: 1,
|
|
1308
|
+
isVyper: !1,
|
|
1309
|
+
balanceStorageOffset: 0
|
|
1004
1310
|
},
|
|
1005
1311
|
{
|
|
1006
1312
|
chainId: 1,
|
|
@@ -1008,7 +1314,10 @@ const e = [
|
|
|
1008
1314
|
name: "B-rETH-STABLE",
|
|
1009
1315
|
symbol: "B-rETH-STABLE",
|
|
1010
1316
|
decimals: 18,
|
|
1011
|
-
logoURI: "https://
|
|
1317
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
1318
|
+
allowanceStorageOffset: 1,
|
|
1319
|
+
isVyper: !1,
|
|
1320
|
+
balanceStorageOffset: 0
|
|
1012
1321
|
},
|
|
1013
1322
|
{
|
|
1014
1323
|
chainId: 1,
|
|
@@ -1016,7 +1325,10 @@ const e = [
|
|
|
1016
1325
|
name: "GHO/LUSD",
|
|
1017
1326
|
symbol: "GHO/LUSD",
|
|
1018
1327
|
decimals: 18,
|
|
1019
|
-
logoURI: "https://
|
|
1328
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
1329
|
+
allowanceStorageOffset: 1,
|
|
1330
|
+
isVyper: !1,
|
|
1331
|
+
balanceStorageOffset: 0
|
|
1020
1332
|
},
|
|
1021
1333
|
{
|
|
1022
1334
|
chainId: 1,
|
|
@@ -1024,7 +1336,10 @@ const e = [
|
|
|
1024
1336
|
name: "B-stETH-STABLE",
|
|
1025
1337
|
symbol: "B-stETH-STABLE",
|
|
1026
1338
|
decimals: 18,
|
|
1027
|
-
logoURI: "https://
|
|
1339
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
1340
|
+
allowanceStorageOffset: 1,
|
|
1341
|
+
isVyper: !1,
|
|
1342
|
+
balanceStorageOffset: 0
|
|
1028
1343
|
},
|
|
1029
1344
|
{
|
|
1030
1345
|
chainId: 1,
|
|
@@ -1032,7 +1347,10 @@ const e = [
|
|
|
1032
1347
|
name: "crvUSDCWBTCWETH",
|
|
1033
1348
|
symbol: "crvUSDCWBTCWETH",
|
|
1034
1349
|
decimals: 18,
|
|
1035
|
-
logoURI: "https://
|
|
1350
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1351
|
+
allowanceStorageOffset: 24,
|
|
1352
|
+
isVyper: !0,
|
|
1353
|
+
balanceStorageOffset: 23
|
|
1036
1354
|
},
|
|
1037
1355
|
{
|
|
1038
1356
|
chainId: 1,
|
|
@@ -1040,7 +1358,10 @@ const e = [
|
|
|
1040
1358
|
name: "USDD3CRV3CRV",
|
|
1041
1359
|
symbol: "USDD3CRV3CRV",
|
|
1042
1360
|
decimals: 18,
|
|
1043
|
-
logoURI: "https://
|
|
1361
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1362
|
+
allowanceStorageOffset: 25,
|
|
1363
|
+
isVyper: !0,
|
|
1364
|
+
balanceStorageOffset: 24
|
|
1044
1365
|
},
|
|
1045
1366
|
{
|
|
1046
1367
|
chainId: 1,
|
|
@@ -1048,7 +1369,10 @@ const e = [
|
|
|
1048
1369
|
name: "multibtc3CRV",
|
|
1049
1370
|
symbol: "multibtc3CRV",
|
|
1050
1371
|
decimals: 18,
|
|
1051
|
-
logoURI: "https://
|
|
1372
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1373
|
+
allowanceStorageOffset: 18,
|
|
1374
|
+
isVyper: !0,
|
|
1375
|
+
balanceStorageOffset: 17
|
|
1052
1376
|
},
|
|
1053
1377
|
{
|
|
1054
1378
|
chainId: 1,
|
|
@@ -1056,7 +1380,10 @@ const e = [
|
|
|
1056
1380
|
name: "vAMM-SOLID/WETH",
|
|
1057
1381
|
symbol: "vAMM-SOLID/WETH",
|
|
1058
1382
|
decimals: 18,
|
|
1059
|
-
logoURI: "https://assets.coingecko.com/coins/images/23961/small/Solidly-O.png?1645797138"
|
|
1383
|
+
logoURI: "https://assets.coingecko.com/coins/images/23961/small/Solidly-O.png?1645797138",
|
|
1384
|
+
allowanceStorageOffset: 6,
|
|
1385
|
+
isVyper: !1,
|
|
1386
|
+
balanceStorageOffset: 7
|
|
1060
1387
|
},
|
|
1061
1388
|
{
|
|
1062
1389
|
chainId: 1,
|
|
@@ -1064,7 +1391,10 @@ const e = [
|
|
|
1064
1391
|
name: "cvxFPIS",
|
|
1065
1392
|
symbol: "cvxFPIS",
|
|
1066
1393
|
decimals: 18,
|
|
1067
|
-
logoURI: "https://assets.coingecko.com/coins/images/15585/small/convex.png?1621256328"
|
|
1394
|
+
logoURI: "https://assets.coingecko.com/coins/images/15585/small/convex.png?1621256328",
|
|
1395
|
+
allowanceStorageOffset: 1,
|
|
1396
|
+
isVyper: !1,
|
|
1397
|
+
balanceStorageOffset: 0
|
|
1068
1398
|
},
|
|
1069
1399
|
{
|
|
1070
1400
|
chainId: 1,
|
|
@@ -1072,7 +1402,10 @@ const e = [
|
|
|
1072
1402
|
name: "VerseWBTC-ETH",
|
|
1073
1403
|
symbol: "VerseWBTC-ETH",
|
|
1074
1404
|
decimals: 18,
|
|
1075
|
-
logoURI: "https://assets.coingecko.com/coins/images/28424/small/verselogo.png?1670461811"
|
|
1405
|
+
logoURI: "https://assets.coingecko.com/coins/images/28424/small/verselogo.png?1670461811",
|
|
1406
|
+
allowanceStorageOffset: 2,
|
|
1407
|
+
isVyper: !1,
|
|
1408
|
+
balanceStorageOffset: 1
|
|
1076
1409
|
},
|
|
1077
1410
|
{
|
|
1078
1411
|
chainId: 1,
|
|
@@ -1080,7 +1413,10 @@ const e = [
|
|
|
1080
1413
|
name: "50R-50wstETH",
|
|
1081
1414
|
symbol: "50R-50wstETH",
|
|
1082
1415
|
decimals: 18,
|
|
1083
|
-
logoURI: "https://
|
|
1416
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
1417
|
+
allowanceStorageOffset: 1,
|
|
1418
|
+
isVyper: !1,
|
|
1419
|
+
balanceStorageOffset: 0
|
|
1084
1420
|
},
|
|
1085
1421
|
{
|
|
1086
1422
|
chainId: 1,
|
|
@@ -1088,7 +1424,10 @@ const e = [
|
|
|
1088
1424
|
name: "SGETH",
|
|
1089
1425
|
symbol: "SGETH",
|
|
1090
1426
|
decimals: 18,
|
|
1091
|
-
logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518"
|
|
1427
|
+
logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518",
|
|
1428
|
+
allowanceStorageOffset: 6,
|
|
1429
|
+
isVyper: !1,
|
|
1430
|
+
balanceStorageOffset: 5
|
|
1092
1431
|
},
|
|
1093
1432
|
{
|
|
1094
1433
|
chainId: 1,
|
|
@@ -1096,7 +1435,10 @@ const e = [
|
|
|
1096
1435
|
name: "APE",
|
|
1097
1436
|
symbol: "APE",
|
|
1098
1437
|
decimals: 18,
|
|
1099
|
-
logoURI: "https://assets.coingecko.com/coins/images/24383/small/apecoin.jpg?1647476455"
|
|
1438
|
+
logoURI: "https://assets.coingecko.com/coins/images/24383/small/apecoin.jpg?1647476455",
|
|
1439
|
+
allowanceStorageOffset: 1,
|
|
1440
|
+
isVyper: !1,
|
|
1441
|
+
balanceStorageOffset: 0
|
|
1100
1442
|
},
|
|
1101
1443
|
{
|
|
1102
1444
|
chainId: 1,
|
|
@@ -1104,7 +1446,10 @@ const e = [
|
|
|
1104
1446
|
name: "R-DAI-BLP",
|
|
1105
1447
|
symbol: "R-DAI-BLP",
|
|
1106
1448
|
decimals: 18,
|
|
1107
|
-
logoURI: "https://assets.coingecko.com/coins/images/29551/small/R_200x200.png?1685954962"
|
|
1449
|
+
logoURI: "https://assets.coingecko.com/coins/images/29551/small/R_200x200.png?1685954962",
|
|
1450
|
+
allowanceStorageOffset: 1,
|
|
1451
|
+
isVyper: !1,
|
|
1452
|
+
balanceStorageOffset: 0
|
|
1108
1453
|
},
|
|
1109
1454
|
{
|
|
1110
1455
|
chainId: 1,
|
|
@@ -1112,7 +1457,10 @@ const e = [
|
|
|
1112
1457
|
name: "BIFI",
|
|
1113
1458
|
symbol: "BIFI",
|
|
1114
1459
|
decimals: 18,
|
|
1115
|
-
logoURI: "https://
|
|
1460
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1461
|
+
allowanceStorageOffset: 12,
|
|
1462
|
+
isVyper: !1,
|
|
1463
|
+
balanceStorageOffset: 2
|
|
1116
1464
|
},
|
|
1117
1465
|
{
|
|
1118
1466
|
chainId: 1,
|
|
@@ -1120,7 +1468,10 @@ const e = [
|
|
|
1120
1468
|
name: "Lido staked MATIC",
|
|
1121
1469
|
symbol: "stMATIC",
|
|
1122
1470
|
decimals: 18,
|
|
1123
|
-
logoURI: "https://assets.coingecko.com/coins/images/24185/small/stMATIC.png?1696523373"
|
|
1471
|
+
logoURI: "https://assets.coingecko.com/coins/images/24185/small/stMATIC.png?1696523373",
|
|
1472
|
+
allowanceStorageOffset: 52,
|
|
1473
|
+
isVyper: !1,
|
|
1474
|
+
balanceStorageOffset: 51
|
|
1124
1475
|
},
|
|
1125
1476
|
{
|
|
1126
1477
|
chainId: 1,
|
|
@@ -1128,7 +1479,10 @@ const e = [
|
|
|
1128
1479
|
name: "Polygon Matic",
|
|
1129
1480
|
symbol: "MATIC",
|
|
1130
1481
|
decimals: 18,
|
|
1131
|
-
logoURI: "https://assets.coingecko.com/coins/images/4713/
|
|
1482
|
+
logoURI: "https://assets.coingecko.com/coins/images/4713/standard/polygon.png?1698233745",
|
|
1483
|
+
allowanceStorageOffset: 1,
|
|
1484
|
+
isVyper: !1,
|
|
1485
|
+
balanceStorageOffset: 0
|
|
1132
1486
|
},
|
|
1133
1487
|
{
|
|
1134
1488
|
chainId: 1,
|
|
@@ -1136,7 +1490,7 @@ const e = [
|
|
|
1136
1490
|
name: "stETH",
|
|
1137
1491
|
symbol: "stETH",
|
|
1138
1492
|
decimals: 18,
|
|
1139
|
-
logoURI: "https://assets.coingecko.com/coins/images/
|
|
1493
|
+
logoURI: "https://assets.coingecko.com/coins/images/13442/standard/steth_logo.png?1696513206",
|
|
1140
1494
|
isVolatile: !0
|
|
1141
1495
|
},
|
|
1142
1496
|
{
|
|
@@ -1154,7 +1508,10 @@ const e = [
|
|
|
1154
1508
|
name: "wstETH",
|
|
1155
1509
|
symbol: "wstETH",
|
|
1156
1510
|
decimals: 18,
|
|
1157
|
-
logoURI: "https://assets.coingecko.com/coins/images/18834/standard/wstETH.png?1696518295"
|
|
1511
|
+
logoURI: "https://assets.coingecko.com/coins/images/18834/standard/wstETH.png?1696518295",
|
|
1512
|
+
allowanceStorageOffset: 1,
|
|
1513
|
+
isVyper: !1,
|
|
1514
|
+
balanceStorageOffset: 0
|
|
1158
1515
|
},
|
|
1159
1516
|
{
|
|
1160
1517
|
chainId: 1,
|
|
@@ -1162,7 +1519,10 @@ const e = [
|
|
|
1162
1519
|
name: "crvUSD/SUSD",
|
|
1163
1520
|
symbol: "crvUSD/SUSD",
|
|
1164
1521
|
decimals: 18,
|
|
1165
|
-
logoURI: "https://
|
|
1522
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1523
|
+
allowanceStorageOffset: 21,
|
|
1524
|
+
isVyper: !0,
|
|
1525
|
+
balanceStorageOffset: 20
|
|
1166
1526
|
},
|
|
1167
1527
|
{
|
|
1168
1528
|
chainId: 1,
|
|
@@ -1170,7 +1530,10 @@ const e = [
|
|
|
1170
1530
|
name: "crvUSD-sFRAX",
|
|
1171
1531
|
symbol: "crvUSD-sFRAX",
|
|
1172
1532
|
decimals: 18,
|
|
1173
|
-
logoURI: "https://
|
|
1533
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1534
|
+
allowanceStorageOffset: 27,
|
|
1535
|
+
isVyper: !0,
|
|
1536
|
+
balanceStorageOffset: 26
|
|
1174
1537
|
},
|
|
1175
1538
|
{
|
|
1176
1539
|
chainId: 1,
|
|
@@ -1178,7 +1541,10 @@ const e = [
|
|
|
1178
1541
|
name: "crvUSD/DOLA",
|
|
1179
1542
|
symbol: "crvUSD/DOLA",
|
|
1180
1543
|
decimals: 18,
|
|
1181
|
-
logoURI: "https://
|
|
1544
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1545
|
+
allowanceStorageOffset: 21,
|
|
1546
|
+
isVyper: !0,
|
|
1547
|
+
balanceStorageOffset: 20
|
|
1182
1548
|
},
|
|
1183
1549
|
{
|
|
1184
1550
|
chainId: 1,
|
|
@@ -1186,7 +1552,10 @@ const e = [
|
|
|
1186
1552
|
name: "hyUSD/eUSD",
|
|
1187
1553
|
symbol: "hyUSD/eUSD",
|
|
1188
1554
|
decimals: 18,
|
|
1189
|
-
logoURI: "https://
|
|
1555
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1556
|
+
allowanceStorageOffset: 7,
|
|
1557
|
+
isVyper: !0,
|
|
1558
|
+
balanceStorageOffset: 6
|
|
1190
1559
|
},
|
|
1191
1560
|
{
|
|
1192
1561
|
chainId: 1,
|
|
@@ -1194,7 +1563,10 @@ const e = [
|
|
|
1194
1563
|
name: "eUSD+FRAX/USDC",
|
|
1195
1564
|
symbol: "eUSD+FRAX/USDC",
|
|
1196
1565
|
decimals: 18,
|
|
1197
|
-
logoURI: "https://
|
|
1566
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1567
|
+
allowanceStorageOffset: 18,
|
|
1568
|
+
isVyper: !0,
|
|
1569
|
+
balanceStorageOffset: 17
|
|
1198
1570
|
},
|
|
1199
1571
|
{
|
|
1200
1572
|
chainId: 1,
|
|
@@ -1210,7 +1582,10 @@ const e = [
|
|
|
1210
1582
|
name: "ChainLink Token",
|
|
1211
1583
|
symbol: "LINK",
|
|
1212
1584
|
decimals: 18,
|
|
1213
|
-
logoURI: "https://assets.coingecko.com/coins/images/877/
|
|
1585
|
+
logoURI: "https://assets.coingecko.com/coins/images/877/standard/chainlink-new-logo.png?1696502009",
|
|
1586
|
+
allowanceStorageOffset: 2,
|
|
1587
|
+
isVyper: !1,
|
|
1588
|
+
balanceStorageOffset: 1
|
|
1214
1589
|
},
|
|
1215
1590
|
{
|
|
1216
1591
|
chainId: 1,
|
|
@@ -1218,7 +1593,10 @@ const e = [
|
|
|
1218
1593
|
name: "Staked FRAX",
|
|
1219
1594
|
symbol: "sFRAX",
|
|
1220
1595
|
decimals: 18,
|
|
1221
|
-
logoURI: "https://assets.coingecko.com/coins/images/13422/small/FRAX_icon.png?1696513182"
|
|
1596
|
+
logoURI: "https://assets.coingecko.com/coins/images/13422/small/FRAX_icon.png?1696513182",
|
|
1597
|
+
allowanceStorageOffset: 4,
|
|
1598
|
+
isVyper: !1,
|
|
1599
|
+
balanceStorageOffset: 3
|
|
1222
1600
|
},
|
|
1223
1601
|
{
|
|
1224
1602
|
chainId: 1,
|
|
@@ -1244,7 +1622,10 @@ const e = [
|
|
|
1244
1622
|
name: "Pirex Ether",
|
|
1245
1623
|
symbol: "pxETH",
|
|
1246
1624
|
decimals: 18,
|
|
1247
|
-
logoURI: "https://assets.coingecko.com/coins/images/33608/standard/pxETH-icon-transbg_72dpi.png?1702512024"
|
|
1625
|
+
logoURI: "https://assets.coingecko.com/coins/images/33608/standard/pxETH-icon-transbg_72dpi.png?1702512024",
|
|
1626
|
+
allowanceStorageOffset: 4,
|
|
1627
|
+
isVyper: !1,
|
|
1628
|
+
balanceStorageOffset: 3
|
|
1248
1629
|
},
|
|
1249
1630
|
{
|
|
1250
1631
|
chainId: 1,
|
|
@@ -1252,7 +1633,10 @@ const e = [
|
|
|
1252
1633
|
name: "FXB_2_DEC312024",
|
|
1253
1634
|
symbol: "FXB_2_DEC312024",
|
|
1254
1635
|
decimals: 18,
|
|
1255
|
-
logoURI: "https://etherscan.io/token/images/fraxfxb_32.png"
|
|
1636
|
+
logoURI: "https://etherscan.io/token/images/fraxfxb_32.png",
|
|
1637
|
+
allowanceStorageOffset: 1,
|
|
1638
|
+
isVyper: !1,
|
|
1639
|
+
balanceStorageOffset: 0
|
|
1256
1640
|
},
|
|
1257
1641
|
{
|
|
1258
1642
|
chainId: 1,
|
|
@@ -1260,7 +1644,10 @@ const e = [
|
|
|
1260
1644
|
name: "FXB_4_DEC312026",
|
|
1261
1645
|
symbol: "FXB_4_DEC312026",
|
|
1262
1646
|
decimals: 18,
|
|
1263
|
-
logoURI: "https://etherscan.io/token/images/fraxfxb_32.png"
|
|
1647
|
+
logoURI: "https://etherscan.io/token/images/fraxfxb_32.png",
|
|
1648
|
+
allowanceStorageOffset: 1,
|
|
1649
|
+
isVyper: !1,
|
|
1650
|
+
balanceStorageOffset: 0
|
|
1264
1651
|
},
|
|
1265
1652
|
{
|
|
1266
1653
|
chainId: 1,
|
|
@@ -1268,7 +1655,10 @@ const e = [
|
|
|
1268
1655
|
name: "FXB_1_JUN302024",
|
|
1269
1656
|
symbol: "FXB_1_JUN302024",
|
|
1270
1657
|
decimals: 18,
|
|
1271
|
-
logoURI: "https://etherscan.io/token/images/fraxfxb_32.png"
|
|
1658
|
+
logoURI: "https://etherscan.io/token/images/fraxfxb_32.png",
|
|
1659
|
+
allowanceStorageOffset: 1,
|
|
1660
|
+
isVyper: !1,
|
|
1661
|
+
balanceStorageOffset: 0
|
|
1272
1662
|
},
|
|
1273
1663
|
{
|
|
1274
1664
|
chainId: 1,
|
|
@@ -1276,7 +1666,10 @@ const e = [
|
|
|
1276
1666
|
name: "Silo Finance Borrowable crvUSD",
|
|
1277
1667
|
symbol: "scrvUSD-CRV",
|
|
1278
1668
|
decimals: 18,
|
|
1279
|
-
logoURI: "https://assets.coingecko.com/coins/images/279/thumb/ethereum.png"
|
|
1669
|
+
logoURI: "https://assets.coingecko.com/coins/images/279/thumb/ethereum.png",
|
|
1670
|
+
allowanceStorageOffset: 1,
|
|
1671
|
+
isVyper: !1,
|
|
1672
|
+
balanceStorageOffset: 0
|
|
1280
1673
|
},
|
|
1281
1674
|
{
|
|
1282
1675
|
chainId: 1,
|
|
@@ -1284,7 +1677,10 @@ const e = [
|
|
|
1284
1677
|
name: "Vector ETH",
|
|
1285
1678
|
symbol: "vETH",
|
|
1286
1679
|
decimals: 18,
|
|
1287
|
-
logoURI: "https://cdn.jsdelivr.net/gh/curvefi/curve-assets/images/assets/0x38d64ce1bdf1a9f24e0ec469c9cade61236fb4a0.png"
|
|
1680
|
+
logoURI: "https://cdn.jsdelivr.net/gh/curvefi/curve-assets/images/assets/0x38d64ce1bdf1a9f24e0ec469c9cade61236fb4a0.png",
|
|
1681
|
+
allowanceStorageOffset: 1,
|
|
1682
|
+
isVyper: !1,
|
|
1683
|
+
balanceStorageOffset: 0
|
|
1288
1684
|
},
|
|
1289
1685
|
{
|
|
1290
1686
|
chainId: 1,
|
|
@@ -1292,7 +1688,10 @@ const e = [
|
|
|
1292
1688
|
name: "Conic crvUSD",
|
|
1293
1689
|
symbol: "cncCRVUSD",
|
|
1294
1690
|
decimals: 18,
|
|
1295
|
-
logoURI: "https://assets.coingecko.com/coins/images/24747/standard/cnc.png?1696523909"
|
|
1691
|
+
logoURI: "https://assets.coingecko.com/coins/images/24747/standard/cnc.png?1696523909",
|
|
1692
|
+
allowanceStorageOffset: 1,
|
|
1693
|
+
isVyper: !1,
|
|
1694
|
+
balanceStorageOffset: 0
|
|
1296
1695
|
},
|
|
1297
1696
|
{
|
|
1298
1697
|
chainId: 1,
|
|
@@ -1300,7 +1699,10 @@ const e = [
|
|
|
1300
1699
|
name: "pxETH/frxETH",
|
|
1301
1700
|
symbol: "pxETH/frxETH",
|
|
1302
1701
|
decimals: 18,
|
|
1303
|
-
logoURI: "https://
|
|
1702
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1703
|
+
allowanceStorageOffset: 39,
|
|
1704
|
+
isVyper: !0,
|
|
1705
|
+
balanceStorageOffset: 38
|
|
1304
1706
|
},
|
|
1305
1707
|
{
|
|
1306
1708
|
chainId: 1,
|
|
@@ -1308,7 +1710,10 @@ const e = [
|
|
|
1308
1710
|
name: "FRAX/FXB_2_DEC312024",
|
|
1309
1711
|
symbol: "FRAX/FXB_2_DEC312024",
|
|
1310
1712
|
decimals: 18,
|
|
1311
|
-
logoURI: "https://
|
|
1713
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1714
|
+
allowanceStorageOffset: 39,
|
|
1715
|
+
isVyper: !0,
|
|
1716
|
+
balanceStorageOffset: 38
|
|
1312
1717
|
},
|
|
1313
1718
|
{
|
|
1314
1719
|
chainId: 1,
|
|
@@ -1316,7 +1721,10 @@ const e = [
|
|
|
1316
1721
|
name: "FRAX/FXB_4_DEC312026",
|
|
1317
1722
|
symbol: "FRAX/FXB_4_DEC312026",
|
|
1318
1723
|
decimals: 18,
|
|
1319
|
-
logoURI: "https://
|
|
1724
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1725
|
+
allowanceStorageOffset: 39,
|
|
1726
|
+
isVyper: !0,
|
|
1727
|
+
balanceStorageOffset: 38
|
|
1320
1728
|
},
|
|
1321
1729
|
{
|
|
1322
1730
|
chainId: 1,
|
|
@@ -1324,7 +1732,10 @@ const e = [
|
|
|
1324
1732
|
name: "FRAX/FXB_1_JUN302024",
|
|
1325
1733
|
symbol: "FRAX/FXB_1_JUN302024",
|
|
1326
1734
|
decimals: 18,
|
|
1327
|
-
logoURI: "https://
|
|
1735
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1736
|
+
allowanceStorageOffset: 39,
|
|
1737
|
+
isVyper: !0,
|
|
1738
|
+
balanceStorageOffset: 38
|
|
1328
1739
|
},
|
|
1329
1740
|
{
|
|
1330
1741
|
chainId: 1,
|
|
@@ -1332,7 +1743,10 @@ const e = [
|
|
|
1332
1743
|
name: "crvUSD/Fraxlend",
|
|
1333
1744
|
symbol: "crvUSD/Fraxlend",
|
|
1334
1745
|
decimals: 18,
|
|
1335
|
-
logoURI: "https://
|
|
1746
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1747
|
+
allowanceStorageOffset: 39,
|
|
1748
|
+
isVyper: !0,
|
|
1749
|
+
balanceStorageOffset: 38
|
|
1336
1750
|
},
|
|
1337
1751
|
{
|
|
1338
1752
|
chainId: 1,
|
|
@@ -1340,7 +1754,10 @@ const e = [
|
|
|
1340
1754
|
name: "crvUSD/scrvUSD",
|
|
1341
1755
|
symbol: "crvUSD/scrvUSD",
|
|
1342
1756
|
decimals: 18,
|
|
1343
|
-
logoURI: "https://
|
|
1757
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1758
|
+
allowanceStorageOffset: 39,
|
|
1759
|
+
isVyper: !0,
|
|
1760
|
+
balanceStorageOffset: 38
|
|
1344
1761
|
},
|
|
1345
1762
|
{
|
|
1346
1763
|
chainId: 1,
|
|
@@ -1348,7 +1765,10 @@ const e = [
|
|
|
1348
1765
|
name: "vETH/WETH",
|
|
1349
1766
|
symbol: "vETH/WETH",
|
|
1350
1767
|
decimals: 18,
|
|
1351
|
-
logoURI: "https://
|
|
1768
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1769
|
+
allowanceStorageOffset: 39,
|
|
1770
|
+
isVyper: !0,
|
|
1771
|
+
balanceStorageOffset: 38
|
|
1352
1772
|
},
|
|
1353
1773
|
{
|
|
1354
1774
|
chainId: 1,
|
|
@@ -1356,7 +1776,10 @@ const e = [
|
|
|
1356
1776
|
name: "crvUSD/cncCRVUSD",
|
|
1357
1777
|
symbol: "crvUSD/cncCRVUSD",
|
|
1358
1778
|
decimals: 18,
|
|
1359
|
-
logoURI: "https://
|
|
1779
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
1780
|
+
allowanceStorageOffset: 39,
|
|
1781
|
+
isVyper: !0,
|
|
1782
|
+
balanceStorageOffset: 38
|
|
1360
1783
|
},
|
|
1361
1784
|
{
|
|
1362
1785
|
chainId: 1,
|
|
@@ -1364,7 +1787,10 @@ const e = [
|
|
|
1364
1787
|
name: "VEC",
|
|
1365
1788
|
symbol: "VEC",
|
|
1366
1789
|
decimals: 9,
|
|
1367
|
-
logoURI: "https://assets.coingecko.com/coins/images/34876/standard/photo_2024-01-28_23-33-10-removebg-preview.png?1706496385"
|
|
1790
|
+
logoURI: "https://assets.coingecko.com/coins/images/34876/standard/photo_2024-01-28_23-33-10-removebg-preview.png?1706496385",
|
|
1791
|
+
allowanceStorageOffset: 1,
|
|
1792
|
+
isVyper: !1,
|
|
1793
|
+
balanceStorageOffset: 0
|
|
1368
1794
|
},
|
|
1369
1795
|
{
|
|
1370
1796
|
chainId: 1,
|
|
@@ -1380,7 +1806,10 @@ const e = [
|
|
|
1380
1806
|
name: "Kelp DAO Restaked ETH",
|
|
1381
1807
|
symbol: "rsETH",
|
|
1382
1808
|
decimals: 18,
|
|
1383
|
-
logoURI: "https://assets.coingecko.com/coins/images/33800/standard/Icon___Dark.png?1702991855"
|
|
1809
|
+
logoURI: "https://assets.coingecko.com/coins/images/33800/standard/Icon___Dark.png?1702991855",
|
|
1810
|
+
allowanceStorageOffset: 52,
|
|
1811
|
+
isVyper: !1,
|
|
1812
|
+
balanceStorageOffset: 51
|
|
1384
1813
|
},
|
|
1385
1814
|
{
|
|
1386
1815
|
chainId: 1,
|
|
@@ -1388,7 +1817,10 @@ const e = [
|
|
|
1388
1817
|
name: "Renzo restaked ETH",
|
|
1389
1818
|
symbol: "ezETH",
|
|
1390
1819
|
decimals: 18,
|
|
1391
|
-
logoURI: "https://assets.coingecko.com/coins/images/34753/standard/eth_renzo_logo_%281%29.png?1705956747"
|
|
1820
|
+
logoURI: "https://assets.coingecko.com/coins/images/34753/standard/eth_renzo_logo_%281%29.png?1705956747",
|
|
1821
|
+
allowanceStorageOffset: 52,
|
|
1822
|
+
isVyper: !1,
|
|
1823
|
+
balanceStorageOffset: 51
|
|
1392
1824
|
},
|
|
1393
1825
|
{
|
|
1394
1826
|
chainId: 1,
|
|
@@ -1404,8 +1836,11 @@ const e = [
|
|
|
1404
1836
|
name: "SY ether.fi weETH 27JUN2024",
|
|
1405
1837
|
symbol: "SY-weETH-27JUN2024",
|
|
1406
1838
|
decimals: 18,
|
|
1407
|
-
logoURI: "https://
|
|
1408
|
-
isPendleToken: !0
|
|
1839
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1840
|
+
isPendleToken: !0,
|
|
1841
|
+
allowanceStorageOffset: 1,
|
|
1842
|
+
isVyper: !1,
|
|
1843
|
+
balanceStorageOffset: 0
|
|
1409
1844
|
},
|
|
1410
1845
|
{
|
|
1411
1846
|
chainId: 1,
|
|
@@ -1413,8 +1848,11 @@ const e = [
|
|
|
1413
1848
|
name: "YT ether.fi weETH 27JUN2024",
|
|
1414
1849
|
symbol: "YT-weETH-27JUN2024",
|
|
1415
1850
|
decimals: 18,
|
|
1416
|
-
logoURI: "https://
|
|
1417
|
-
isPendleToken: !0
|
|
1851
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1852
|
+
isPendleToken: !0,
|
|
1853
|
+
allowanceStorageOffset: 1,
|
|
1854
|
+
isVyper: !1,
|
|
1855
|
+
balanceStorageOffset: 0
|
|
1418
1856
|
},
|
|
1419
1857
|
{
|
|
1420
1858
|
chainId: 1,
|
|
@@ -1422,8 +1860,11 @@ const e = [
|
|
|
1422
1860
|
name: "PT ether.fi weETH 27JUN2024",
|
|
1423
1861
|
symbol: "PT-weETH-27JUN2024",
|
|
1424
1862
|
decimals: 18,
|
|
1425
|
-
logoURI: "https://
|
|
1426
|
-
isPendleToken: !0
|
|
1863
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1864
|
+
isPendleToken: !0,
|
|
1865
|
+
allowanceStorageOffset: 1,
|
|
1866
|
+
isVyper: !1,
|
|
1867
|
+
balanceStorageOffset: 0
|
|
1427
1868
|
},
|
|
1428
1869
|
{
|
|
1429
1870
|
chainId: 1,
|
|
@@ -1431,8 +1872,11 @@ const e = [
|
|
|
1431
1872
|
name: "SY Kelp rsETH 27JUN2024",
|
|
1432
1873
|
symbol: "SY-rsETH-27JUN2024",
|
|
1433
1874
|
decimals: 18,
|
|
1434
|
-
logoURI: "https://
|
|
1435
|
-
isPendleToken: !0
|
|
1875
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1876
|
+
isPendleToken: !0,
|
|
1877
|
+
allowanceStorageOffset: 1,
|
|
1878
|
+
isVyper: !1,
|
|
1879
|
+
balanceStorageOffset: 0
|
|
1436
1880
|
},
|
|
1437
1881
|
{
|
|
1438
1882
|
chainId: 1,
|
|
@@ -1440,8 +1884,11 @@ const e = [
|
|
|
1440
1884
|
name: "YT Kelp rsETH 27JUN2024",
|
|
1441
1885
|
symbol: "YT-rsETH-27JUN2024",
|
|
1442
1886
|
decimals: 18,
|
|
1443
|
-
logoURI: "https://
|
|
1444
|
-
isPendleToken: !0
|
|
1887
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1888
|
+
isPendleToken: !0,
|
|
1889
|
+
allowanceStorageOffset: 1,
|
|
1890
|
+
isVyper: !1,
|
|
1891
|
+
balanceStorageOffset: 0
|
|
1445
1892
|
},
|
|
1446
1893
|
{
|
|
1447
1894
|
chainId: 1,
|
|
@@ -1449,8 +1896,11 @@ const e = [
|
|
|
1449
1896
|
name: "PT Kelp rsETH 27JUN2024",
|
|
1450
1897
|
symbol: "PT-rsETH-27JUN2024",
|
|
1451
1898
|
decimals: 18,
|
|
1452
|
-
logoURI: "https://
|
|
1453
|
-
isPendleToken: !0
|
|
1899
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1900
|
+
isPendleToken: !0,
|
|
1901
|
+
allowanceStorageOffset: 1,
|
|
1902
|
+
isVyper: !1,
|
|
1903
|
+
balanceStorageOffset: 0
|
|
1454
1904
|
},
|
|
1455
1905
|
{
|
|
1456
1906
|
chainId: 1,
|
|
@@ -1458,8 +1908,11 @@ const e = [
|
|
|
1458
1908
|
name: "SY Puffer ETH 27JUN2024",
|
|
1459
1909
|
symbol: "SY-pufETH-27JUN2024",
|
|
1460
1910
|
decimals: 18,
|
|
1461
|
-
logoURI: "https://
|
|
1462
|
-
isPendleToken: !0
|
|
1911
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1912
|
+
isPendleToken: !0,
|
|
1913
|
+
allowanceStorageOffset: 3,
|
|
1914
|
+
isVyper: !1,
|
|
1915
|
+
balanceStorageOffset: 2
|
|
1463
1916
|
},
|
|
1464
1917
|
{
|
|
1465
1918
|
chainId: 1,
|
|
@@ -1467,8 +1920,11 @@ const e = [
|
|
|
1467
1920
|
name: "YT Puffer ETH 27JUN2024",
|
|
1468
1921
|
symbol: "YT-pufETH-27JUN2024",
|
|
1469
1922
|
decimals: 18,
|
|
1470
|
-
logoURI: "https://
|
|
1471
|
-
isPendleToken: !0
|
|
1923
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1924
|
+
isPendleToken: !0,
|
|
1925
|
+
allowanceStorageOffset: 1,
|
|
1926
|
+
isVyper: !1,
|
|
1927
|
+
balanceStorageOffset: 0
|
|
1472
1928
|
},
|
|
1473
1929
|
{
|
|
1474
1930
|
chainId: 1,
|
|
@@ -1476,8 +1932,11 @@ const e = [
|
|
|
1476
1932
|
name: "PT Puffer ETH 27JUN2024",
|
|
1477
1933
|
symbol: "PT-pufETH-27JUN2024",
|
|
1478
1934
|
decimals: 18,
|
|
1479
|
-
logoURI: "https://
|
|
1480
|
-
isPendleToken: !0
|
|
1935
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1936
|
+
isPendleToken: !0,
|
|
1937
|
+
allowanceStorageOffset: 1,
|
|
1938
|
+
isVyper: !1,
|
|
1939
|
+
balanceStorageOffset: 0
|
|
1481
1940
|
},
|
|
1482
1941
|
{
|
|
1483
1942
|
chainId: 1,
|
|
@@ -1485,8 +1944,11 @@ const e = [
|
|
|
1485
1944
|
name: "SY Zircuit Staking ezETH 27JUN2024",
|
|
1486
1945
|
symbol: "SY-zs-ezETH-27JUN2024",
|
|
1487
1946
|
decimals: 18,
|
|
1488
|
-
logoURI: "https://
|
|
1489
|
-
isPendleToken: !0
|
|
1947
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1948
|
+
isPendleToken: !0,
|
|
1949
|
+
allowanceStorageOffset: 3,
|
|
1950
|
+
isVyper: !1,
|
|
1951
|
+
balanceStorageOffset: 2
|
|
1490
1952
|
},
|
|
1491
1953
|
{
|
|
1492
1954
|
chainId: 1,
|
|
@@ -1494,8 +1956,11 @@ const e = [
|
|
|
1494
1956
|
name: "YT Zircuit Staking ezETH 27JUN2024",
|
|
1495
1957
|
symbol: "YT-zs-ezETH-27JUN2024",
|
|
1496
1958
|
decimals: 18,
|
|
1497
|
-
logoURI: "https://
|
|
1498
|
-
isPendleToken: !0
|
|
1959
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1960
|
+
isPendleToken: !0,
|
|
1961
|
+
allowanceStorageOffset: 1,
|
|
1962
|
+
isVyper: !1,
|
|
1963
|
+
balanceStorageOffset: 0
|
|
1499
1964
|
},
|
|
1500
1965
|
{
|
|
1501
1966
|
chainId: 1,
|
|
@@ -1503,8 +1968,11 @@ const e = [
|
|
|
1503
1968
|
name: "PT Zircuit Staking ezETH 27JUN2024",
|
|
1504
1969
|
symbol: "PT-zs-ezETH-27JUN2024",
|
|
1505
1970
|
decimals: 18,
|
|
1506
|
-
logoURI: "https://
|
|
1507
|
-
isPendleToken: !0
|
|
1971
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1972
|
+
isPendleToken: !0,
|
|
1973
|
+
allowanceStorageOffset: 1,
|
|
1974
|
+
isVyper: !1,
|
|
1975
|
+
balanceStorageOffset: 0
|
|
1508
1976
|
},
|
|
1509
1977
|
{
|
|
1510
1978
|
chainId: 1,
|
|
@@ -1512,8 +1980,11 @@ const e = [
|
|
|
1512
1980
|
name: "SY Zircuit Ether.fi weETH 27JUN2024",
|
|
1513
1981
|
symbol: "SY-zs-weETH-27JUN2024",
|
|
1514
1982
|
decimals: 18,
|
|
1515
|
-
logoURI: "https://
|
|
1516
|
-
isPendleToken: !0
|
|
1983
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1984
|
+
isPendleToken: !0,
|
|
1985
|
+
allowanceStorageOffset: 3,
|
|
1986
|
+
isVyper: !1,
|
|
1987
|
+
balanceStorageOffset: 2
|
|
1517
1988
|
},
|
|
1518
1989
|
{
|
|
1519
1990
|
chainId: 1,
|
|
@@ -1521,8 +1992,11 @@ const e = [
|
|
|
1521
1992
|
name: "YT Zircuit Ether.fi weETH 27JUN2024",
|
|
1522
1993
|
symbol: "YT-zs-weETH-27JUN2024",
|
|
1523
1994
|
decimals: 18,
|
|
1524
|
-
logoURI: "https://
|
|
1525
|
-
isPendleToken: !0
|
|
1995
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
1996
|
+
isPendleToken: !0,
|
|
1997
|
+
allowanceStorageOffset: 1,
|
|
1998
|
+
isVyper: !1,
|
|
1999
|
+
balanceStorageOffset: 0
|
|
1526
2000
|
},
|
|
1527
2001
|
{
|
|
1528
2002
|
chainId: 1,
|
|
@@ -1530,8 +2004,11 @@ const e = [
|
|
|
1530
2004
|
name: "PT Zircuit Ether.fi weETH 27JUN2024",
|
|
1531
2005
|
symbol: "PT-zs-weETH-27JUN2024",
|
|
1532
2006
|
decimals: 18,
|
|
1533
|
-
logoURI: "https://
|
|
1534
|
-
isPendleToken: !0
|
|
2007
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2008
|
+
isPendleToken: !0,
|
|
2009
|
+
allowanceStorageOffset: 1,
|
|
2010
|
+
isVyper: !1,
|
|
2011
|
+
balanceStorageOffset: 0
|
|
1535
2012
|
},
|
|
1536
2013
|
{
|
|
1537
2014
|
chainId: 1,
|
|
@@ -1539,8 +2016,11 @@ const e = [
|
|
|
1539
2016
|
name: "SY Zircuit Kelp rsETH 27JUN2024",
|
|
1540
2017
|
symbol: "SY-zs-rsETH-27JUN2024",
|
|
1541
2018
|
decimals: 18,
|
|
1542
|
-
logoURI: "https://
|
|
1543
|
-
isPendleToken: !0
|
|
2019
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2020
|
+
isPendleToken: !0,
|
|
2021
|
+
allowanceStorageOffset: 3,
|
|
2022
|
+
isVyper: !1,
|
|
2023
|
+
balanceStorageOffset: 2
|
|
1544
2024
|
},
|
|
1545
2025
|
{
|
|
1546
2026
|
chainId: 1,
|
|
@@ -1548,8 +2028,11 @@ const e = [
|
|
|
1548
2028
|
name: "YT Zircuit Kelp rsETH 27JUN2024",
|
|
1549
2029
|
symbol: "YT-zs-rsETH-27JUN2024",
|
|
1550
2030
|
decimals: 18,
|
|
1551
|
-
logoURI: "https://
|
|
1552
|
-
isPendleToken: !0
|
|
2031
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2032
|
+
isPendleToken: !0,
|
|
2033
|
+
allowanceStorageOffset: 1,
|
|
2034
|
+
isVyper: !1,
|
|
2035
|
+
balanceStorageOffset: 0
|
|
1553
2036
|
},
|
|
1554
2037
|
{
|
|
1555
2038
|
chainId: 1,
|
|
@@ -1557,8 +2040,11 @@ const e = [
|
|
|
1557
2040
|
name: "PT Zircuit Kelp rsETH 27JUN2024",
|
|
1558
2041
|
symbol: "PT-zs-rsETH-27JUN2024",
|
|
1559
2042
|
decimals: 18,
|
|
1560
|
-
logoURI: "https://
|
|
1561
|
-
isPendleToken: !0
|
|
2043
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2044
|
+
isPendleToken: !0,
|
|
2045
|
+
allowanceStorageOffset: 1,
|
|
2046
|
+
isVyper: !1,
|
|
2047
|
+
balanceStorageOffset: 0
|
|
1562
2048
|
},
|
|
1563
2049
|
{
|
|
1564
2050
|
chainId: 1,
|
|
@@ -1567,7 +2053,7 @@ const e = [
|
|
|
1567
2053
|
name: "WETH_A_TOKEN v3",
|
|
1568
2054
|
symbol: "WETH_A_TOKEN v3",
|
|
1569
2055
|
decimals: 18,
|
|
1570
|
-
logoURI: "https://
|
|
2056
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1571
2057
|
isVolatile: !0,
|
|
1572
2058
|
aaveToken: !0
|
|
1573
2059
|
},
|
|
@@ -1578,7 +2064,7 @@ const e = [
|
|
|
1578
2064
|
name: "wstETH_A_TOKEN v3",
|
|
1579
2065
|
symbol: "wstETH_A_TOKEN v3",
|
|
1580
2066
|
decimals: 18,
|
|
1581
|
-
logoURI: "https://
|
|
2067
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1582
2068
|
isVolatile: !0,
|
|
1583
2069
|
aaveToken: !0
|
|
1584
2070
|
},
|
|
@@ -1589,7 +2075,7 @@ const e = [
|
|
|
1589
2075
|
name: "WBTC_A_TOKEN v3",
|
|
1590
2076
|
symbol: "WBTC_A_TOKEN v3",
|
|
1591
2077
|
decimals: 8,
|
|
1592
|
-
logoURI: "https://
|
|
2078
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1593
2079
|
isVolatile: !0,
|
|
1594
2080
|
aaveToken: !0
|
|
1595
2081
|
},
|
|
@@ -1600,7 +2086,7 @@ const e = [
|
|
|
1600
2086
|
name: "USDC_A_TOKEN v3",
|
|
1601
2087
|
symbol: "USDC_A_TOKEN v3",
|
|
1602
2088
|
decimals: 6,
|
|
1603
|
-
logoURI: "https://
|
|
2089
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1604
2090
|
isVolatile: !0,
|
|
1605
2091
|
aaveToken: !0
|
|
1606
2092
|
},
|
|
@@ -1611,7 +2097,7 @@ const e = [
|
|
|
1611
2097
|
name: "USDT_A_TOKEN v3",
|
|
1612
2098
|
symbol: "USDT_A_TOKEN v3",
|
|
1613
2099
|
decimals: 6,
|
|
1614
|
-
logoURI: "https://
|
|
2100
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1615
2101
|
isVolatile: !0,
|
|
1616
2102
|
aaveToken: !0
|
|
1617
2103
|
},
|
|
@@ -1622,7 +2108,7 @@ const e = [
|
|
|
1622
2108
|
name: "DAI_A_TOKEN v3",
|
|
1623
2109
|
symbol: "DAI_A_TOKEN v3",
|
|
1624
2110
|
decimals: 18,
|
|
1625
|
-
logoURI: "https://
|
|
2111
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1626
2112
|
isVolatile: !0,
|
|
1627
2113
|
aaveToken: !0
|
|
1628
2114
|
},
|
|
@@ -1633,7 +2119,7 @@ const e = [
|
|
|
1633
2119
|
name: "WBTC_A_TOKEN v2",
|
|
1634
2120
|
symbol: "WBTC_A_TOKEN v2",
|
|
1635
2121
|
decimals: 8,
|
|
1636
|
-
logoURI: "https://
|
|
2122
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1637
2123
|
isVolatile: !0,
|
|
1638
2124
|
aaveToken: !0
|
|
1639
2125
|
},
|
|
@@ -1644,7 +2130,7 @@ const e = [
|
|
|
1644
2130
|
name: "WETH_A_TOKEN v2",
|
|
1645
2131
|
symbol: "WETH_A_TOKEN v2",
|
|
1646
2132
|
decimals: 18,
|
|
1647
|
-
logoURI: "https://
|
|
2133
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1648
2134
|
isVolatile: !0,
|
|
1649
2135
|
aaveToken: !0
|
|
1650
2136
|
},
|
|
@@ -1655,7 +2141,7 @@ const e = [
|
|
|
1655
2141
|
name: "USDC_A_TOKEN v2",
|
|
1656
2142
|
symbol: "USDC_A_TOKEN v2",
|
|
1657
2143
|
decimals: 6,
|
|
1658
|
-
logoURI: "https://
|
|
2144
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1659
2145
|
isVolatile: !0,
|
|
1660
2146
|
aaveToken: !0
|
|
1661
2147
|
},
|
|
@@ -1666,7 +2152,7 @@ const e = [
|
|
|
1666
2152
|
name: "USDT_A_TOKEN v2",
|
|
1667
2153
|
symbol: "USDT_A_TOKEN v2",
|
|
1668
2154
|
decimals: 6,
|
|
1669
|
-
logoURI: "https://
|
|
2155
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1670
2156
|
isVolatile: !0,
|
|
1671
2157
|
aaveToken: !0
|
|
1672
2158
|
},
|
|
@@ -1677,7 +2163,7 @@ const e = [
|
|
|
1677
2163
|
name: "DAI_A_TOKEN v2",
|
|
1678
2164
|
symbol: "DAI_A_TOKEN v2",
|
|
1679
2165
|
decimals: 18,
|
|
1680
|
-
logoURI: "https://
|
|
2166
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1681
2167
|
isVolatile: !0,
|
|
1682
2168
|
aaveToken: !0
|
|
1683
2169
|
},
|
|
@@ -1687,7 +2173,10 @@ const e = [
|
|
|
1687
2173
|
name: "Wrapped TON Coin",
|
|
1688
2174
|
symbol: "TONCOIN",
|
|
1689
2175
|
decimals: 9,
|
|
1690
|
-
logoURI: "https://assets.coingecko.com/coins/images/17980/standard/ton_symbol.png?1696517498"
|
|
2176
|
+
logoURI: "https://assets.coingecko.com/coins/images/17980/standard/ton_symbol.png?1696517498",
|
|
2177
|
+
allowanceStorageOffset: 1,
|
|
2178
|
+
isVyper: !1,
|
|
2179
|
+
balanceStorageOffset: 0
|
|
1691
2180
|
},
|
|
1692
2181
|
{
|
|
1693
2182
|
chainId: 1,
|
|
@@ -1695,7 +2184,9 @@ const e = [
|
|
|
1695
2184
|
name: "Bitfinex LEO Token",
|
|
1696
2185
|
symbol: "LEO",
|
|
1697
2186
|
decimals: 18,
|
|
1698
|
-
logoURI: "https://assets.coingecko.com/coins/images/8418/standard/leo-token.png?1696508607"
|
|
2187
|
+
logoURI: "https://assets.coingecko.com/coins/images/8418/standard/leo-token.png?1696508607",
|
|
2188
|
+
allowanceStorageOffset: 9,
|
|
2189
|
+
isVyper: !1
|
|
1699
2190
|
},
|
|
1700
2191
|
{
|
|
1701
2192
|
chainId: 1,
|
|
@@ -1703,7 +2194,10 @@ const e = [
|
|
|
1703
2194
|
name: "Mantle",
|
|
1704
2195
|
symbol: "MNT",
|
|
1705
2196
|
decimals: 18,
|
|
1706
|
-
logoURI: "https://assets.coingecko.com/coins/images/30980/standard/token-logo.png?1696529819"
|
|
2197
|
+
logoURI: "https://assets.coingecko.com/coins/images/30980/standard/token-logo.png?1696529819",
|
|
2198
|
+
allowanceStorageOffset: 52,
|
|
2199
|
+
isVyper: !1,
|
|
2200
|
+
balanceStorageOffset: 51
|
|
1707
2201
|
},
|
|
1708
2202
|
{
|
|
1709
2203
|
chainId: 1,
|
|
@@ -1711,7 +2205,10 @@ const e = [
|
|
|
1711
2205
|
name: "CRO",
|
|
1712
2206
|
symbol: "CRO",
|
|
1713
2207
|
decimals: 8,
|
|
1714
|
-
logoURI: "https://assets.coingecko.com/coins/images/7310/standard/cro_token_logo.png?1696507599"
|
|
2208
|
+
logoURI: "https://assets.coingecko.com/coins/images/7310/standard/cro_token_logo.png?1696507599",
|
|
2209
|
+
allowanceStorageOffset: 2,
|
|
2210
|
+
isVyper: !1,
|
|
2211
|
+
balanceStorageOffset: 0
|
|
1715
2212
|
},
|
|
1716
2213
|
{
|
|
1717
2214
|
chainId: 1,
|
|
@@ -1719,7 +2216,10 @@ const e = [
|
|
|
1719
2216
|
name: "OKB",
|
|
1720
2217
|
symbol: "OKB",
|
|
1721
2218
|
decimals: 18,
|
|
1722
|
-
logoURI: "https://assets.coingecko.com/coins/images/4463/standard/WeChat_Image_20220118095654.png?1696505053"
|
|
2219
|
+
logoURI: "https://assets.coingecko.com/coins/images/4463/standard/WeChat_Image_20220118095654.png?1696505053",
|
|
2220
|
+
allowanceStorageOffset: 3,
|
|
2221
|
+
isVyper: !1,
|
|
2222
|
+
balanceStorageOffset: 1
|
|
1723
2223
|
},
|
|
1724
2224
|
{
|
|
1725
2225
|
chainId: 1,
|
|
@@ -1727,7 +2227,10 @@ const e = [
|
|
|
1727
2227
|
name: "Render Token",
|
|
1728
2228
|
symbol: "RNDR",
|
|
1729
2229
|
decimals: 18,
|
|
1730
|
-
logoURI: "https://assets.coingecko.com/coins/images/11636/standard/rndr.png?1696511529"
|
|
2230
|
+
logoURI: "https://assets.coingecko.com/coins/images/11636/standard/rndr.png?1696511529",
|
|
2231
|
+
allowanceStorageOffset: 5,
|
|
2232
|
+
isVyper: !1,
|
|
2233
|
+
balanceStorageOffset: 3
|
|
1731
2234
|
},
|
|
1732
2235
|
{
|
|
1733
2236
|
chainId: 1,
|
|
@@ -1735,7 +2238,10 @@ const e = [
|
|
|
1735
2238
|
name: "Immutable X",
|
|
1736
2239
|
symbol: "IMX",
|
|
1737
2240
|
decimals: 18,
|
|
1738
|
-
logoURI: "https://assets.coingecko.com/coins/images/17233/standard/immutableX-symbol-BLK-RGB.png?1696516787"
|
|
2241
|
+
logoURI: "https://assets.coingecko.com/coins/images/17233/standard/immutableX-symbol-BLK-RGB.png?1696516787",
|
|
2242
|
+
allowanceStorageOffset: 1,
|
|
2243
|
+
isVyper: !1,
|
|
2244
|
+
balanceStorageOffset: 0
|
|
1739
2245
|
},
|
|
1740
2246
|
{
|
|
1741
2247
|
chainId: 1,
|
|
@@ -1743,7 +2249,10 @@ const e = [
|
|
|
1743
2249
|
name: "Graph Token",
|
|
1744
2250
|
symbol: "GRT",
|
|
1745
2251
|
decimals: 18,
|
|
1746
|
-
logoURI: "https://assets.coingecko.com/coins/images/13397/standard/Graph_Token.png?1696513159"
|
|
2252
|
+
logoURI: "https://assets.coingecko.com/coins/images/13397/standard/Graph_Token.png?1696513159",
|
|
2253
|
+
allowanceStorageOffset: 3,
|
|
2254
|
+
isVyper: !1,
|
|
2255
|
+
balanceStorageOffset: 2
|
|
1747
2256
|
},
|
|
1748
2257
|
{
|
|
1749
2258
|
chainId: 1,
|
|
@@ -1751,7 +2260,10 @@ const e = [
|
|
|
1751
2260
|
name: "Injective Token",
|
|
1752
2261
|
symbol: "INJ",
|
|
1753
2262
|
decimals: 18,
|
|
1754
|
-
logoURI: "https://assets.coingecko.com/coins/images/12882/standard/Secondary_Symbol.png?1696512670"
|
|
2263
|
+
logoURI: "https://assets.coingecko.com/coins/images/12882/standard/Secondary_Symbol.png?1696512670",
|
|
2264
|
+
allowanceStorageOffset: 1,
|
|
2265
|
+
isVyper: !1,
|
|
2266
|
+
balanceStorageOffset: 0
|
|
1755
2267
|
},
|
|
1756
2268
|
{
|
|
1757
2269
|
chainId: 1,
|
|
@@ -1759,7 +2271,10 @@ const e = [
|
|
|
1759
2271
|
name: "USDe",
|
|
1760
2272
|
symbol: "USDe",
|
|
1761
2273
|
decimals: 18,
|
|
1762
|
-
logoURI: "https://assets.coingecko.com/coins/images/33613/standard/3466ef_3c088c66c7d941e8856339d0bddf33cc_mv2.png?1702514458"
|
|
2274
|
+
logoURI: "https://assets.coingecko.com/coins/images/33613/standard/3466ef_3c088c66c7d941e8856339d0bddf33cc_mv2.png?1702514458",
|
|
2275
|
+
allowanceStorageOffset: 3,
|
|
2276
|
+
isVyper: !1,
|
|
2277
|
+
balanceStorageOffset: 2
|
|
1763
2278
|
},
|
|
1764
2279
|
{
|
|
1765
2280
|
chainId: 1,
|
|
@@ -1767,7 +2282,10 @@ const e = [
|
|
|
1767
2282
|
name: "sUSDe",
|
|
1768
2283
|
symbol: "sUSDe",
|
|
1769
2284
|
decimals: 18,
|
|
1770
|
-
logoURI: "https://assets.coingecko.com/coins/images/33669/standard/sUSDe-Symbol-Color.png?1716307680"
|
|
2285
|
+
logoURI: "https://assets.coingecko.com/coins/images/33669/standard/sUSDe-Symbol-Color.png?1716307680",
|
|
2286
|
+
allowanceStorageOffset: 5,
|
|
2287
|
+
isVyper: !1,
|
|
2288
|
+
balanceStorageOffset: 4
|
|
1771
2289
|
},
|
|
1772
2290
|
{
|
|
1773
2291
|
chainId: 1,
|
|
@@ -1775,7 +2293,10 @@ const e = [
|
|
|
1775
2293
|
name: "Fetch",
|
|
1776
2294
|
symbol: "FET",
|
|
1777
2295
|
decimals: 18,
|
|
1778
|
-
logoURI: "https://assets.coingecko.com/coins/images/5681/standard/Fetch.jpg?1696506140"
|
|
2296
|
+
logoURI: "https://assets.coingecko.com/coins/images/5681/standard/Fetch.jpg?1696506140",
|
|
2297
|
+
allowanceStorageOffset: 2,
|
|
2298
|
+
isVyper: !1,
|
|
2299
|
+
balanceStorageOffset: 1
|
|
1779
2300
|
},
|
|
1780
2301
|
{
|
|
1781
2302
|
chainId: 1,
|
|
@@ -1783,7 +2304,10 @@ const e = [
|
|
|
1783
2304
|
name: "Quant",
|
|
1784
2305
|
symbol: "QNT",
|
|
1785
2306
|
decimals: 18,
|
|
1786
|
-
logoURI: "https://assets.coingecko.com/coins/images/3370/standard/5ZOu7brX_400x400.jpg?1696504070"
|
|
2307
|
+
logoURI: "https://assets.coingecko.com/coins/images/3370/standard/5ZOu7brX_400x400.jpg?1696504070",
|
|
2308
|
+
allowanceStorageOffset: 2,
|
|
2309
|
+
isVyper: !1,
|
|
2310
|
+
balanceStorageOffset: 0
|
|
1787
2311
|
},
|
|
1788
2312
|
{
|
|
1789
2313
|
chainId: 1,
|
|
@@ -1791,7 +2315,10 @@ const e = [
|
|
|
1791
2315
|
name: "Beam",
|
|
1792
2316
|
symbol: "BEAM",
|
|
1793
2317
|
decimals: 18,
|
|
1794
|
-
logoURI: "https://assets.coingecko.com/coins/images/32417/standard/chain-logo.png?1698114384"
|
|
2318
|
+
logoURI: "https://assets.coingecko.com/coins/images/32417/standard/chain-logo.png?1698114384",
|
|
2319
|
+
allowanceStorageOffset: 3,
|
|
2320
|
+
isVyper: !1,
|
|
2321
|
+
balanceStorageOffset: 2
|
|
1795
2322
|
},
|
|
1796
2323
|
{
|
|
1797
2324
|
chainId: 1,
|
|
@@ -1799,7 +2326,10 @@ const e = [
|
|
|
1799
2326
|
name: "ENA",
|
|
1800
2327
|
symbol: "ENA",
|
|
1801
2328
|
decimals: 18,
|
|
1802
|
-
logoURI: "https://assets.coingecko.com/coins/images/36530/standard/ethena.png?1711701436"
|
|
2329
|
+
logoURI: "https://assets.coingecko.com/coins/images/36530/standard/ethena.png?1711701436",
|
|
2330
|
+
allowanceStorageOffset: 3,
|
|
2331
|
+
isVyper: !1,
|
|
2332
|
+
balanceStorageOffset: 2
|
|
1803
2333
|
},
|
|
1804
2334
|
{
|
|
1805
2335
|
chainId: 1,
|
|
@@ -1807,7 +2337,9 @@ const e = [
|
|
|
1807
2337
|
name: "Aave Token",
|
|
1808
2338
|
symbol: "AAVE",
|
|
1809
2339
|
decimals: 18,
|
|
1810
|
-
logoURI: "https://assets.coingecko.com/coins/images/12645/standard/AAVE.png?1696512452"
|
|
2340
|
+
logoURI: "https://assets.coingecko.com/coins/images/12645/standard/AAVE.png?1696512452",
|
|
2341
|
+
allowanceStorageOffset: 1,
|
|
2342
|
+
isVyper: !1
|
|
1811
2343
|
},
|
|
1812
2344
|
{
|
|
1813
2345
|
chainId: 1,
|
|
@@ -1815,7 +2347,10 @@ const e = [
|
|
|
1815
2347
|
name: "Uniswap",
|
|
1816
2348
|
symbol: "UNI",
|
|
1817
2349
|
decimals: 18,
|
|
1818
|
-
logoURI: "https://
|
|
2350
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/UNISWAP.avif",
|
|
2351
|
+
allowanceStorageOffset: 3,
|
|
2352
|
+
isVyper: !1,
|
|
2353
|
+
balanceStorageOffset: 4
|
|
1819
2354
|
},
|
|
1820
2355
|
{
|
|
1821
2356
|
chainId: 1,
|
|
@@ -1823,7 +2358,10 @@ const e = [
|
|
|
1823
2358
|
name: "pufETH/wstETH",
|
|
1824
2359
|
symbol: "pufETH/wstETH",
|
|
1825
2360
|
decimals: 18,
|
|
1826
|
-
logoURI: "https://
|
|
2361
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
2362
|
+
allowanceStorageOffset: 39,
|
|
2363
|
+
isVyper: !0,
|
|
2364
|
+
balanceStorageOffset: 38
|
|
1827
2365
|
},
|
|
1828
2366
|
{
|
|
1829
2367
|
chainId: 1,
|
|
@@ -1831,7 +2369,10 @@ const e = [
|
|
|
1831
2369
|
name: "USD0/USDC",
|
|
1832
2370
|
symbol: "USD0/USDC",
|
|
1833
2371
|
decimals: 18,
|
|
1834
|
-
logoURI: "https://
|
|
2372
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
2373
|
+
allowanceStorageOffset: 39,
|
|
2374
|
+
isVyper: !0,
|
|
2375
|
+
balanceStorageOffset: 38
|
|
1835
2376
|
},
|
|
1836
2377
|
{
|
|
1837
2378
|
chainId: 1,
|
|
@@ -1839,7 +2380,10 @@ const e = [
|
|
|
1839
2380
|
name: "hETH/WETH",
|
|
1840
2381
|
symbol: "hETHWETH",
|
|
1841
2382
|
decimals: 18,
|
|
1842
|
-
logoURI: "https://
|
|
2383
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
2384
|
+
allowanceStorageOffset: 39,
|
|
2385
|
+
isVyper: !0,
|
|
2386
|
+
balanceStorageOffset: 38
|
|
1843
2387
|
},
|
|
1844
2388
|
{
|
|
1845
2389
|
chainId: 1,
|
|
@@ -1847,7 +2391,10 @@ const e = [
|
|
|
1847
2391
|
name: "Pendle",
|
|
1848
2392
|
symbol: "PENDLE",
|
|
1849
2393
|
decimals: 18,
|
|
1850
|
-
logoURI: "https://
|
|
2394
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2395
|
+
allowanceStorageOffset: 14,
|
|
2396
|
+
isVyper: !1,
|
|
2397
|
+
balanceStorageOffset: 15
|
|
1851
2398
|
},
|
|
1852
2399
|
{
|
|
1853
2400
|
chainId: 1,
|
|
@@ -1855,8 +2402,11 @@ const e = [
|
|
|
1855
2402
|
symbol: "LP-weETH-27JUN2024",
|
|
1856
2403
|
erc20TokenAddress: "0xF32e58F92e60f4b0A37A69b95d642A471365EAe8",
|
|
1857
2404
|
decimals: 18,
|
|
1858
|
-
logoURI: "https://
|
|
1859
|
-
isPendleToken: !0
|
|
2405
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2406
|
+
isPendleToken: !0,
|
|
2407
|
+
allowanceStorageOffset: 1,
|
|
2408
|
+
isVyper: !1,
|
|
2409
|
+
balanceStorageOffset: 0
|
|
1860
2410
|
},
|
|
1861
2411
|
{
|
|
1862
2412
|
chainId: 1,
|
|
@@ -1864,8 +2414,11 @@ const e = [
|
|
|
1864
2414
|
symbol: "LP-rsETH-27JUN2024",
|
|
1865
2415
|
erc20TokenAddress: "0x4f43c77872Db6BA177c270986CD30c3381AF37Ee",
|
|
1866
2416
|
decimals: 18,
|
|
1867
|
-
logoURI: "https://
|
|
1868
|
-
isPendleToken: !0
|
|
2417
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2418
|
+
isPendleToken: !0,
|
|
2419
|
+
allowanceStorageOffset: 1,
|
|
2420
|
+
isVyper: !1,
|
|
2421
|
+
balanceStorageOffset: 0
|
|
1869
2422
|
},
|
|
1870
2423
|
{
|
|
1871
2424
|
chainId: 1,
|
|
@@ -1873,8 +2426,11 @@ const e = [
|
|
|
1873
2426
|
symbol: "LP-pufETH-27JUN2024",
|
|
1874
2427
|
erc20TokenAddress: "0x17BE998a578fD97687b24E83954FEc86Dc20c979",
|
|
1875
2428
|
decimals: 18,
|
|
1876
|
-
logoURI: "https://
|
|
1877
|
-
isPendleToken: !0
|
|
2429
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2430
|
+
isPendleToken: !0,
|
|
2431
|
+
allowanceStorageOffset: 1,
|
|
2432
|
+
isVyper: !1,
|
|
2433
|
+
balanceStorageOffset: 0
|
|
1878
2434
|
},
|
|
1879
2435
|
{
|
|
1880
2436
|
chainId: 1,
|
|
@@ -1882,8 +2438,11 @@ const e = [
|
|
|
1882
2438
|
symbol: "LP-zs-ezETH-27JUN2024",
|
|
1883
2439
|
erc20TokenAddress: "0xd7E0809998693fD87E81D51dE1619fd0EE658031",
|
|
1884
2440
|
decimals: 18,
|
|
1885
|
-
logoURI: "https://
|
|
1886
|
-
isPendleToken: !0
|
|
2441
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2442
|
+
isPendleToken: !0,
|
|
2443
|
+
allowanceStorageOffset: 1,
|
|
2444
|
+
isVyper: !1,
|
|
2445
|
+
balanceStorageOffset: 0
|
|
1887
2446
|
},
|
|
1888
2447
|
{
|
|
1889
2448
|
chainId: 1,
|
|
@@ -1891,8 +2450,11 @@ const e = [
|
|
|
1891
2450
|
symbol: "LP-zs-weETH-27JUN2024",
|
|
1892
2451
|
erc20TokenAddress: "0xe26D7f9409581f606242300fbFE63f56789F2169",
|
|
1893
2452
|
decimals: 18,
|
|
1894
|
-
logoURI: "https://
|
|
1895
|
-
isPendleToken: !0
|
|
2453
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2454
|
+
isPendleToken: !0,
|
|
2455
|
+
allowanceStorageOffset: 1,
|
|
2456
|
+
isVyper: !1,
|
|
2457
|
+
balanceStorageOffset: 0
|
|
1896
2458
|
},
|
|
1897
2459
|
{
|
|
1898
2460
|
chainId: 1,
|
|
@@ -1900,8 +2462,11 @@ const e = [
|
|
|
1900
2462
|
symbol: "LP-zs-rsETH-27JUN2024",
|
|
1901
2463
|
erc20TokenAddress: "0x445d25a1c31445fb29e65d12da8e0eea38174176",
|
|
1902
2464
|
decimals: 18,
|
|
1903
|
-
logoURI: "https://
|
|
1904
|
-
isPendleToken: !0
|
|
2465
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2466
|
+
isPendleToken: !0,
|
|
2467
|
+
allowanceStorageOffset: 1,
|
|
2468
|
+
isVyper: !1,
|
|
2469
|
+
balanceStorageOffset: 0
|
|
1905
2470
|
},
|
|
1906
2471
|
{
|
|
1907
2472
|
chainId: 1,
|
|
@@ -1918,7 +2483,7 @@ const e = [
|
|
|
1918
2483
|
name: "Kinza WETH",
|
|
1919
2484
|
symbol: "kWETH",
|
|
1920
2485
|
decimals: 18,
|
|
1921
|
-
logoURI: "https://
|
|
2486
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/KDAI.png",
|
|
1922
2487
|
isVolatile: !0
|
|
1923
2488
|
},
|
|
1924
2489
|
{
|
|
@@ -1928,7 +2493,7 @@ const e = [
|
|
|
1928
2493
|
name: "Kinza DAI",
|
|
1929
2494
|
symbol: "kDAI",
|
|
1930
2495
|
decimals: 18,
|
|
1931
|
-
logoURI: "https://
|
|
2496
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/KDAI.png",
|
|
1932
2497
|
isVolatile: !0
|
|
1933
2498
|
},
|
|
1934
2499
|
{
|
|
@@ -1938,7 +2503,7 @@ const e = [
|
|
|
1938
2503
|
name: "KinzaUSDT",
|
|
1939
2504
|
symbol: "kUSDT",
|
|
1940
2505
|
decimals: 6,
|
|
1941
|
-
logoURI: "https://
|
|
2506
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/KDAI.png",
|
|
1942
2507
|
isVolatile: !0
|
|
1943
2508
|
},
|
|
1944
2509
|
{
|
|
@@ -1948,7 +2513,7 @@ const e = [
|
|
|
1948
2513
|
name: "Kinza USDC",
|
|
1949
2514
|
symbol: "kUSDC",
|
|
1950
2515
|
decimals: 6,
|
|
1951
|
-
logoURI: "https://
|
|
2516
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/KDAI.png",
|
|
1952
2517
|
isVolatile: !0
|
|
1953
2518
|
},
|
|
1954
2519
|
{
|
|
@@ -1958,7 +2523,7 @@ const e = [
|
|
|
1958
2523
|
name: "Kinza WBTC",
|
|
1959
2524
|
symbol: "kWBTC",
|
|
1960
2525
|
decimals: 8,
|
|
1961
|
-
logoURI: "https://
|
|
2526
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/KDAI.png",
|
|
1962
2527
|
isVolatile: !0
|
|
1963
2528
|
},
|
|
1964
2529
|
{
|
|
@@ -1968,7 +2533,7 @@ const e = [
|
|
|
1968
2533
|
name: "Kinza rETH",
|
|
1969
2534
|
symbol: "krETH",
|
|
1970
2535
|
decimals: 18,
|
|
1971
|
-
logoURI: "https://
|
|
2536
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/KDAI.png",
|
|
1972
2537
|
isVolatile: !0
|
|
1973
2538
|
},
|
|
1974
2539
|
{
|
|
@@ -1978,7 +2543,7 @@ const e = [
|
|
|
1978
2543
|
name: "Kinza weETH",
|
|
1979
2544
|
symbol: "kweETH",
|
|
1980
2545
|
decimals: 18,
|
|
1981
|
-
logoURI: "https://
|
|
2546
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/KDAI.png",
|
|
1982
2547
|
isVolatile: !0
|
|
1983
2548
|
},
|
|
1984
2549
|
{
|
|
@@ -1988,7 +2553,7 @@ const e = [
|
|
|
1988
2553
|
name: "Kinza pufETH",
|
|
1989
2554
|
symbol: "kpufETH",
|
|
1990
2555
|
decimals: 18,
|
|
1991
|
-
logoURI: "https://
|
|
2556
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/KDAI.png",
|
|
1992
2557
|
isVolatile: !0
|
|
1993
2558
|
},
|
|
1994
2559
|
{
|
|
@@ -1998,7 +2563,7 @@ const e = [
|
|
|
1998
2563
|
name: "Kinza rsETH",
|
|
1999
2564
|
symbol: "krsETH",
|
|
2000
2565
|
decimals: 18,
|
|
2001
|
-
logoURI: "https://
|
|
2566
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/KDAI.png",
|
|
2002
2567
|
isVolatile: !0
|
|
2003
2568
|
},
|
|
2004
2569
|
{
|
|
@@ -2008,7 +2573,7 @@ const e = [
|
|
|
2008
2573
|
name: "Kinza ezETH",
|
|
2009
2574
|
symbol: "kezETH",
|
|
2010
2575
|
decimals: 18,
|
|
2011
|
-
logoURI: "https://
|
|
2576
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/KDAI.png",
|
|
2012
2577
|
isVolatile: !0
|
|
2013
2578
|
},
|
|
2014
2579
|
{
|
|
@@ -2018,7 +2583,7 @@ const e = [
|
|
|
2018
2583
|
name: "Kinza wstETH",
|
|
2019
2584
|
symbol: "kwstETH",
|
|
2020
2585
|
decimals: 18,
|
|
2021
|
-
logoURI: "https://
|
|
2586
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/KDAI.png",
|
|
2022
2587
|
isVolatile: !0
|
|
2023
2588
|
},
|
|
2024
2589
|
{
|
|
@@ -2027,8 +2592,11 @@ const e = [
|
|
|
2027
2592
|
symbol: "LP-weETH-26DEC2024",
|
|
2028
2593
|
erc20TokenAddress: "0x7d372819240d14fb477f17b964f95f33beb4c704",
|
|
2029
2594
|
decimals: 18,
|
|
2030
|
-
logoURI: "https://
|
|
2031
|
-
isPendleToken: !0
|
|
2595
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2596
|
+
isPendleToken: !0,
|
|
2597
|
+
allowanceStorageOffset: 1,
|
|
2598
|
+
isVyper: !1,
|
|
2599
|
+
balanceStorageOffset: 0
|
|
2032
2600
|
},
|
|
2033
2601
|
{
|
|
2034
2602
|
chainId: 1,
|
|
@@ -2036,8 +2604,11 @@ const e = [
|
|
|
2036
2604
|
name: "YT ether.fi weETH 26DEC2024",
|
|
2037
2605
|
symbol: "YT-weETH-26DEC2024",
|
|
2038
2606
|
decimals: 18,
|
|
2039
|
-
logoURI: "https://
|
|
2040
|
-
isPendleToken: !0
|
|
2607
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2608
|
+
isPendleToken: !0,
|
|
2609
|
+
allowanceStorageOffset: 1,
|
|
2610
|
+
isVyper: !1,
|
|
2611
|
+
balanceStorageOffset: 0
|
|
2041
2612
|
},
|
|
2042
2613
|
{
|
|
2043
2614
|
chainId: 1,
|
|
@@ -2045,8 +2616,11 @@ const e = [
|
|
|
2045
2616
|
name: "PT ether.fi weETH 26DEC2024",
|
|
2046
2617
|
symbol: "PT-weETH-26DEC2024",
|
|
2047
2618
|
decimals: 18,
|
|
2048
|
-
logoURI: "https://
|
|
2049
|
-
isPendleToken: !0
|
|
2619
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2620
|
+
isPendleToken: !0,
|
|
2621
|
+
allowanceStorageOffset: 1,
|
|
2622
|
+
isVyper: !1,
|
|
2623
|
+
balanceStorageOffset: 0
|
|
2050
2624
|
},
|
|
2051
2625
|
{
|
|
2052
2626
|
chainId: 1,
|
|
@@ -2054,8 +2628,11 @@ const e = [
|
|
|
2054
2628
|
name: "SY Zircuit Staking ezETH 26DEC2024",
|
|
2055
2629
|
symbol: "SY-zs-ezETH-26DEC2024",
|
|
2056
2630
|
decimals: 18,
|
|
2057
|
-
logoURI: "https://
|
|
2058
|
-
isPendleToken: !0
|
|
2631
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2632
|
+
isPendleToken: !0,
|
|
2633
|
+
allowanceStorageOffset: 1,
|
|
2634
|
+
isVyper: !1,
|
|
2635
|
+
balanceStorageOffset: 0
|
|
2059
2636
|
},
|
|
2060
2637
|
{
|
|
2061
2638
|
chainId: 1,
|
|
@@ -2063,8 +2640,11 @@ const e = [
|
|
|
2063
2640
|
name: "YT Zircuit Staking ezETH 26DEC2024",
|
|
2064
2641
|
symbol: "YT-zs-ezETH-26DEC2024",
|
|
2065
2642
|
decimals: 18,
|
|
2066
|
-
logoURI: "https://
|
|
2067
|
-
isPendleToken: !0
|
|
2643
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2644
|
+
isPendleToken: !0,
|
|
2645
|
+
allowanceStorageOffset: 1,
|
|
2646
|
+
isVyper: !1,
|
|
2647
|
+
balanceStorageOffset: 0
|
|
2068
2648
|
},
|
|
2069
2649
|
{
|
|
2070
2650
|
chainId: 1,
|
|
@@ -2072,8 +2652,11 @@ const e = [
|
|
|
2072
2652
|
name: "PT Zircuit Staking ezETH 26DEC2024",
|
|
2073
2653
|
symbol: "PT-zs-ezETH-26DEC2024",
|
|
2074
2654
|
decimals: 18,
|
|
2075
|
-
logoURI: "https://
|
|
2076
|
-
isPendleToken: !0
|
|
2655
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2656
|
+
isPendleToken: !0,
|
|
2657
|
+
allowanceStorageOffset: 1,
|
|
2658
|
+
isVyper: !1,
|
|
2659
|
+
balanceStorageOffset: 0
|
|
2077
2660
|
},
|
|
2078
2661
|
{
|
|
2079
2662
|
chainId: 1,
|
|
@@ -2081,8 +2664,11 @@ const e = [
|
|
|
2081
2664
|
symbol: "LP-zs-ezETH-26DEC2024",
|
|
2082
2665
|
erc20TokenAddress: "0xd8f12bcde578c653014f27379a6114f67f0e445f",
|
|
2083
2666
|
decimals: 18,
|
|
2084
|
-
logoURI: "https://
|
|
2085
|
-
isPendleToken: !0
|
|
2667
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2668
|
+
isPendleToken: !0,
|
|
2669
|
+
allowanceStorageOffset: 1,
|
|
2670
|
+
isVyper: !1,
|
|
2671
|
+
balanceStorageOffset: 0
|
|
2086
2672
|
},
|
|
2087
2673
|
{
|
|
2088
2674
|
chainId: 1,
|
|
@@ -2090,8 +2676,11 @@ const e = [
|
|
|
2090
2676
|
name: "YT Puffer ETH 26SEP2024",
|
|
2091
2677
|
symbol: "YT-pufETH-26SEP2024",
|
|
2092
2678
|
decimals: 18,
|
|
2093
|
-
logoURI: "https://
|
|
2094
|
-
isPendleToken: !0
|
|
2679
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2680
|
+
isPendleToken: !0,
|
|
2681
|
+
allowanceStorageOffset: 1,
|
|
2682
|
+
isVyper: !1,
|
|
2683
|
+
balanceStorageOffset: 0
|
|
2095
2684
|
},
|
|
2096
2685
|
{
|
|
2097
2686
|
chainId: 1,
|
|
@@ -2099,8 +2688,11 @@ const e = [
|
|
|
2099
2688
|
name: "PT Puffer ETH 26SEP2024",
|
|
2100
2689
|
symbol: "PT-pufETH-26SEP2024",
|
|
2101
2690
|
decimals: 18,
|
|
2102
|
-
logoURI: "https://
|
|
2103
|
-
isPendleToken: !0
|
|
2691
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2692
|
+
isPendleToken: !0,
|
|
2693
|
+
allowanceStorageOffset: 1,
|
|
2694
|
+
isVyper: !1,
|
|
2695
|
+
balanceStorageOffset: 0
|
|
2104
2696
|
},
|
|
2105
2697
|
{
|
|
2106
2698
|
chainId: 1,
|
|
@@ -2108,8 +2700,11 @@ const e = [
|
|
|
2108
2700
|
symbol: "LP-pufETH-26SEP2024",
|
|
2109
2701
|
erc20TokenAddress: "0xa54fc268101c8b97de19ef3141d34751a11996b2",
|
|
2110
2702
|
decimals: 18,
|
|
2111
|
-
logoURI: "https://
|
|
2112
|
-
isPendleToken: !0
|
|
2703
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2704
|
+
isPendleToken: !0,
|
|
2705
|
+
allowanceStorageOffset: 1,
|
|
2706
|
+
isVyper: !1,
|
|
2707
|
+
balanceStorageOffset: 0
|
|
2113
2708
|
},
|
|
2114
2709
|
{
|
|
2115
2710
|
chainId: 1,
|
|
@@ -2117,8 +2712,11 @@ const e = [
|
|
|
2117
2712
|
symbol: "LP-weETH-26SEP2024",
|
|
2118
2713
|
erc20TokenAddress: "0xc8edd52d0502aa8b4d5c77361d4b3d300e8fc81c",
|
|
2119
2714
|
decimals: 18,
|
|
2120
|
-
logoURI: "https://
|
|
2121
|
-
isPendleToken: !0
|
|
2715
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2716
|
+
isPendleToken: !0,
|
|
2717
|
+
allowanceStorageOffset: 1,
|
|
2718
|
+
isVyper: !1,
|
|
2719
|
+
balanceStorageOffset: 0
|
|
2122
2720
|
},
|
|
2123
2721
|
{
|
|
2124
2722
|
chainId: 1,
|
|
@@ -2126,8 +2724,11 @@ const e = [
|
|
|
2126
2724
|
name: "YT ether.fi weETH 26SEP2024",
|
|
2127
2725
|
symbol: "YT-weETH-26SEP2024",
|
|
2128
2726
|
decimals: 18,
|
|
2129
|
-
logoURI: "https://
|
|
2130
|
-
isPendleToken: !0
|
|
2727
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2728
|
+
isPendleToken: !0,
|
|
2729
|
+
allowanceStorageOffset: 1,
|
|
2730
|
+
isVyper: !1,
|
|
2731
|
+
balanceStorageOffset: 0
|
|
2131
2732
|
},
|
|
2132
2733
|
{
|
|
2133
2734
|
chainId: 1,
|
|
@@ -2135,8 +2736,11 @@ const e = [
|
|
|
2135
2736
|
name: "PT ether.fi weETH 26SEP2024",
|
|
2136
2737
|
symbol: "PT-weETH-26SEP2024",
|
|
2137
2738
|
decimals: 18,
|
|
2138
|
-
logoURI: "https://
|
|
2139
|
-
isPendleToken: !0
|
|
2739
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2740
|
+
isPendleToken: !0,
|
|
2741
|
+
allowanceStorageOffset: 1,
|
|
2742
|
+
isVyper: !1,
|
|
2743
|
+
balanceStorageOffset: 0
|
|
2140
2744
|
},
|
|
2141
2745
|
{
|
|
2142
2746
|
chainId: 1,
|
|
@@ -2144,8 +2748,11 @@ const e = [
|
|
|
2144
2748
|
name: "PT lido.fi wstETH 25DEC2025",
|
|
2145
2749
|
symbol: "PT-wstETH-25DEC2025",
|
|
2146
2750
|
decimals: 18,
|
|
2147
|
-
logoURI: "https://
|
|
2148
|
-
isPendleToken: !0
|
|
2751
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2752
|
+
isPendleToken: !0,
|
|
2753
|
+
allowanceStorageOffset: 1,
|
|
2754
|
+
isVyper: !1,
|
|
2755
|
+
balanceStorageOffset: 0
|
|
2149
2756
|
},
|
|
2150
2757
|
{
|
|
2151
2758
|
chainId: 1,
|
|
@@ -2153,8 +2760,11 @@ const e = [
|
|
|
2153
2760
|
name: "LP lido.fi wstETH 25DEC2025",
|
|
2154
2761
|
symbol: "LP-wstETH-25DEC2025",
|
|
2155
2762
|
decimals: 18,
|
|
2156
|
-
logoURI: "https://
|
|
2157
|
-
isPendleToken: !0
|
|
2763
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2764
|
+
isPendleToken: !0,
|
|
2765
|
+
allowanceStorageOffset: 1,
|
|
2766
|
+
isVyper: !1,
|
|
2767
|
+
balanceStorageOffset: 0
|
|
2158
2768
|
},
|
|
2159
2769
|
{
|
|
2160
2770
|
chainId: 1,
|
|
@@ -2162,8 +2772,11 @@ const e = [
|
|
|
2162
2772
|
name: "YT lido.fi wstETH 25DEC2025",
|
|
2163
2773
|
symbol: "YT-wstETH-25DEC2025",
|
|
2164
2774
|
decimals: 18,
|
|
2165
|
-
logoURI: "https://
|
|
2166
|
-
isPendleToken: !0
|
|
2775
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2776
|
+
isPendleToken: !0,
|
|
2777
|
+
allowanceStorageOffset: 1,
|
|
2778
|
+
isVyper: !1,
|
|
2779
|
+
balanceStorageOffset: 0
|
|
2167
2780
|
},
|
|
2168
2781
|
{
|
|
2169
2782
|
chainId: 1,
|
|
@@ -2171,8 +2784,11 @@ const e = [
|
|
|
2171
2784
|
name: "SY lido.fi wstETH 25DEC2025",
|
|
2172
2785
|
symbol: "SY-wstETH-25DEC2025",
|
|
2173
2786
|
decimals: 18,
|
|
2174
|
-
logoURI: "https://
|
|
2175
|
-
isPendleToken: !0
|
|
2787
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2788
|
+
isPendleToken: !0,
|
|
2789
|
+
allowanceStorageOffset: 1,
|
|
2790
|
+
isVyper: !1,
|
|
2791
|
+
balanceStorageOffset: 0
|
|
2176
2792
|
},
|
|
2177
2793
|
{
|
|
2178
2794
|
chainId: 1,
|
|
@@ -2180,8 +2796,11 @@ const e = [
|
|
|
2180
2796
|
name: "SY ethena.fi sUSDe 26SEP2024",
|
|
2181
2797
|
symbol: "SY-sUSDe-26SEP2024",
|
|
2182
2798
|
decimals: 18,
|
|
2183
|
-
logoURI: "https://
|
|
2184
|
-
isPendleToken: !0
|
|
2799
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2800
|
+
isPendleToken: !0,
|
|
2801
|
+
allowanceStorageOffset: 1,
|
|
2802
|
+
isVyper: !1,
|
|
2803
|
+
balanceStorageOffset: 0
|
|
2185
2804
|
},
|
|
2186
2805
|
{
|
|
2187
2806
|
chainId: 1,
|
|
@@ -2189,8 +2808,11 @@ const e = [
|
|
|
2189
2808
|
name: "LP ethena.fi sUSDe 26SEP2024",
|
|
2190
2809
|
symbol: "LP-sUSDe-26SEP2024",
|
|
2191
2810
|
decimals: 18,
|
|
2192
|
-
logoURI: "https://
|
|
2193
|
-
isPendleToken: !0
|
|
2811
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2812
|
+
isPendleToken: !0,
|
|
2813
|
+
allowanceStorageOffset: 1,
|
|
2814
|
+
isVyper: !1,
|
|
2815
|
+
balanceStorageOffset: 0
|
|
2194
2816
|
},
|
|
2195
2817
|
{
|
|
2196
2818
|
chainId: 1,
|
|
@@ -2198,8 +2820,11 @@ const e = [
|
|
|
2198
2820
|
name: "YT ethena.fi sUSDe 26SEP2024",
|
|
2199
2821
|
symbol: "YT-sUSDe-26SEP2024",
|
|
2200
2822
|
decimals: 18,
|
|
2201
|
-
logoURI: "https://
|
|
2202
|
-
isPendleToken: !0
|
|
2823
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2824
|
+
isPendleToken: !0,
|
|
2825
|
+
allowanceStorageOffset: 1,
|
|
2826
|
+
isVyper: !1,
|
|
2827
|
+
balanceStorageOffset: 0
|
|
2203
2828
|
},
|
|
2204
2829
|
{
|
|
2205
2830
|
chainId: 1,
|
|
@@ -2207,8 +2832,11 @@ const e = [
|
|
|
2207
2832
|
name: "PT ethena.fi sUSDe 26SEP2024",
|
|
2208
2833
|
symbol: "PT-sUSDe-26SEP2024",
|
|
2209
2834
|
decimals: 18,
|
|
2210
|
-
logoURI: "https://
|
|
2211
|
-
isPendleToken: !0
|
|
2835
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2836
|
+
isPendleToken: !0,
|
|
2837
|
+
allowanceStorageOffset: 1,
|
|
2838
|
+
isVyper: !1,
|
|
2839
|
+
balanceStorageOffset: 0
|
|
2212
2840
|
},
|
|
2213
2841
|
{
|
|
2214
2842
|
chainId: 1,
|
|
@@ -2216,8 +2844,11 @@ const e = [
|
|
|
2216
2844
|
name: "LP Zircuit weETH 22AUG2024",
|
|
2217
2845
|
symbol: "LP-zs-weETH-22AUG2024",
|
|
2218
2846
|
decimals: 18,
|
|
2219
|
-
logoURI: "https://
|
|
2220
|
-
isPendleToken: !0
|
|
2847
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2848
|
+
isPendleToken: !0,
|
|
2849
|
+
allowanceStorageOffset: 1,
|
|
2850
|
+
isVyper: !1,
|
|
2851
|
+
balanceStorageOffset: 0
|
|
2221
2852
|
},
|
|
2222
2853
|
{
|
|
2223
2854
|
chainId: 1,
|
|
@@ -2225,8 +2856,11 @@ const e = [
|
|
|
2225
2856
|
name: "YT Zircuit weETH 22AUG2024",
|
|
2226
2857
|
symbol: "YT-zs-weETH-22AUG2024",
|
|
2227
2858
|
decimals: 18,
|
|
2228
|
-
logoURI: "https://
|
|
2229
|
-
isPendleToken: !0
|
|
2859
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2860
|
+
isPendleToken: !0,
|
|
2861
|
+
allowanceStorageOffset: 1,
|
|
2862
|
+
isVyper: !1,
|
|
2863
|
+
balanceStorageOffset: 0
|
|
2230
2864
|
},
|
|
2231
2865
|
{
|
|
2232
2866
|
chainId: 1,
|
|
@@ -2234,8 +2868,11 @@ const e = [
|
|
|
2234
2868
|
name: "PT Zircuit weETH 22AUG2024",
|
|
2235
2869
|
symbol: "PT-zs-weETH-22AUG2024",
|
|
2236
2870
|
decimals: 18,
|
|
2237
|
-
logoURI: "https://
|
|
2238
|
-
isPendleToken: !0
|
|
2871
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/PENDLE.avif",
|
|
2872
|
+
isPendleToken: !0,
|
|
2873
|
+
allowanceStorageOffset: 1,
|
|
2874
|
+
isVyper: !1,
|
|
2875
|
+
balanceStorageOffset: 0
|
|
2239
2876
|
},
|
|
2240
2877
|
{
|
|
2241
2878
|
chainId: 1,
|
|
@@ -2251,9 +2888,15 @@ const e = [
|
|
|
2251
2888
|
name: "moo hETH/ETH",
|
|
2252
2889
|
symbol: "moohETHETH",
|
|
2253
2890
|
decimals: 18,
|
|
2254
|
-
logoURI: "https://
|
|
2891
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
2892
|
+
allowanceStorageOffset: 52,
|
|
2893
|
+
isVyper: !1,
|
|
2894
|
+
balanceStorageOffset: 51
|
|
2255
2895
|
}
|
|
2256
|
-
]
|
|
2896
|
+
], o = {
|
|
2897
|
+
networkRegistry: e
|
|
2898
|
+
};
|
|
2257
2899
|
export {
|
|
2900
|
+
o as default,
|
|
2258
2901
|
e as networkRegistry
|
|
2259
2902
|
};
|