@hinkal/common 0.2.13 → 0.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/API/API.cjs +1 -1
- package/API/API.d.ts +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/getServerURL.d.ts +1 -1
- package/API/index.d.ts +2 -0
- package/API/is-tx-stateless.cjs +1 -0
- package/API/is-tx-stateless.d.ts +3 -0
- package/API/is-tx-stateless.mjs +9 -0
- package/API/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 +12 -0
- package/API/tenderly.api.mjs +47 -0
- package/API/token-calls.cjs +1 -0
- package/API/token-calls.d.ts +2 -0
- package/API/token-calls.mjs +9 -0
- package/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 +5 -5
- package/constants/balance.constants.cjs +1 -0
- package/constants/balance.constants.d.ts +1 -0
- package/constants/balance.constants.mjs +4 -0
- package/constants/chains.constants.cjs +1 -1
- package/constants/chains.constants.d.ts +0 -2
- package/constants/chains.constants.mjs +28 -40
- 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 +846 -11
- package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-avalanche.json.mjs +848 -13
- package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-base.json.mjs +852 -17
- package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +855 -20
- package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +850 -15
- 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 +10010 -3429
- package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-polygon.json.mjs +844 -9
- 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 +6 -0
- package/constants/protocol.constants.mjs +27 -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 +14 -6
- package/constants/server.constants.mjs +24 -16
- 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 +89 -86
- package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistryFixed.json.mjs +79 -76
- package/constants/token-data/avalancheRegistry.json.cjs +1 -1
- package/constants/token-data/avalancheRegistry.json.mjs +51 -48
- package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
- package/constants/token-data/avalancheRegistryFixed.json.mjs +51 -48
- package/constants/token-data/baseRegistry.json.cjs +1 -1
- package/constants/token-data/baseRegistry.json.mjs +34 -31
- package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
- package/constants/token-data/baseRegistryFixed.json.mjs +31 -28
- 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 +229 -226
- package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistryFixed.json.mjs +193 -190
- package/constants/token-data/index.cjs +1 -0
- package/constants/token-data/index.d.ts +1063 -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 +110 -107
- package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
- package/constants/token-data/polygonRegistryFixed.json.mjs +102 -99
- package/constants/token.limits.constants.cjs +1 -0
- package/constants/token.limits.constants.d.ts +5 -0
- package/constants/token.limits.constants.mjs +30 -0
- package/constants/vite.constants.cjs +1 -1
- package/constants/vite.constants.d.ts +5 -0
- package/constants/vite.constants.mjs +26 -22
- package/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/data-structures/Hinkal/Hinkal.d.ts +48 -20
- package/data-structures/Hinkal/Hinkal.mjs +263 -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 +81 -0
- package/data-structures/TokenDBs/index.d.ts +2 -0
- package/data-structures/cacheDevices/AttachableMemoryCacheDevice.cjs +1 -0
- package/data-structures/cacheDevices/AttachableMemoryCacheDevice.d.ts +8 -0
- package/data-structures/cacheDevices/AttachableMemoryCacheDevice.mjs +28 -0
- package/data-structures/cacheDevices/BaseCacheDevice.cjs +1 -1
- package/data-structures/cacheDevices/BaseCacheDevice.d.ts +9 -6
- package/data-structures/cacheDevices/BaseCacheDevice.mjs +13 -4
- package/data-structures/cacheDevices/FileCacheDevice.cjs +1 -1
- package/data-structures/cacheDevices/FileCacheDevice.d.ts +1 -0
- package/data-structures/cacheDevices/FileCacheDevice.mjs +7 -3
- package/data-structures/cacheDevices/LocalStorageCacheDevice.cjs +1 -1
- package/data-structures/cacheDevices/LocalStorageCacheDevice.d.ts +2 -1
- package/data-structures/cacheDevices/LocalStorageCacheDevice.mjs +10 -5
- package/data-structures/crypto-keys/decodeUTXO.cjs +1 -1
- package/data-structures/crypto-keys/decodeUTXO.mjs +13 -12
- package/data-structures/crypto-keys/keys.cjs +1 -1
- package/data-structures/crypto-keys/keys.d.ts +13 -3
- package/data-structures/crypto-keys/keys.mjs +45 -34
- package/data-structures/custom-token-registry/CustomTokenRegistry.cjs +1 -1
- package/data-structures/custom-token-registry/CustomTokenRegistry.d.ts +2 -3
- package/data-structures/custom-token-registry/CustomTokenRegistry.mjs +17 -21
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.mjs +15 -29
- package/data-structures/event-service/AbstractApprovalsSnapshotService.cjs +1 -0
- package/data-structures/event-service/AbstractApprovalsSnapshotService.d.ts +30 -0
- package/data-structures/event-service/AbstractApprovalsSnapshotService.mjs +104 -0
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.mjs +24 -37
- package/data-structures/event-service/AbstractEventService.cjs +1 -1
- package/data-structures/event-service/AbstractEventService.d.ts +1 -1
- package/data-structures/event-service/AbstractEventService.mjs +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 +6 -1
- package/data-structures/merkle-tree/MerkleTree.mjs +79 -65
- 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 +19 -0
- package/functions/utils/prepareHinkal.d.ts +6 -0
- package/functions/utils/processUseApprovalUtxoData.cjs +1 -0
- package/functions/utils/processUseApprovalUtxoData.d.ts +3 -0
- package/functions/utils/processUseApprovalUtxoData.mjs +19 -0
- package/functions/utils/publicBalance.utils.cjs +1 -0
- package/functions/utils/publicBalance.utils.d.ts +5 -0
- package/functions/utils/publicBalance.utils.mjs +25 -0
- package/functions/utils/replaceAddressInCalldata.cjs +1 -0
- package/functions/utils/replaceAddressInCalldata.d.ts +1 -0
- package/functions/utils/replaceAddressInCalldata.mjs +7 -0
- package/functions/utils/rpc-int-encode.cjs +1 -0
- package/functions/utils/rpc-int-encode.d.ts +2 -0
- package/functions/utils/rpc-int-encode.mjs +8 -0
- package/functions/utils/serialize.utils.cjs +1 -1
- package/functions/utils/serialize.utils.d.ts +1 -0
- package/functions/utils/serialize.utils.mjs +3 -2
- package/functions/utils/string.utils.cjs +1 -1
- package/functions/utils/string.utils.d.ts +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/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 +761 -639
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const e = [
|
|
2
2
|
{
|
|
3
3
|
chainId: 10,
|
|
4
4
|
erc20TokenAddress: "0x0000000000000000000000000000000000000000",
|
|
@@ -6,7 +6,7 @@ const s = [
|
|
|
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: 10,
|
|
@@ -14,7 +14,10 @@ const s = [
|
|
|
14
14
|
name: "USD Coin",
|
|
15
15
|
symbol: "USDC",
|
|
16
16
|
decimals: 6,
|
|
17
|
-
logoURI: "https://
|
|
17
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif",
|
|
18
|
+
allowanceStorageOffset: 10,
|
|
19
|
+
isVyper: !1,
|
|
20
|
+
balanceStorageOffset: 9
|
|
18
21
|
},
|
|
19
22
|
{
|
|
20
23
|
chainId: 10,
|
|
@@ -22,7 +25,10 @@ const s = [
|
|
|
22
25
|
name: "USD Coin",
|
|
23
26
|
symbol: "USDC.e",
|
|
24
27
|
decimals: 6,
|
|
25
|
-
logoURI: "https://
|
|
28
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif",
|
|
29
|
+
allowanceStorageOffset: 1,
|
|
30
|
+
isVyper: !1,
|
|
31
|
+
balanceStorageOffset: 0
|
|
26
32
|
},
|
|
27
33
|
{
|
|
28
34
|
chainId: 10,
|
|
@@ -30,7 +36,10 @@ const s = [
|
|
|
30
36
|
name: "USDT",
|
|
31
37
|
symbol: "USDT",
|
|
32
38
|
decimals: 6,
|
|
33
|
-
logoURI: "https://
|
|
39
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDT.avif",
|
|
40
|
+
allowanceStorageOffset: 1,
|
|
41
|
+
isVyper: !1,
|
|
42
|
+
balanceStorageOffset: 0
|
|
34
43
|
},
|
|
35
44
|
{
|
|
36
45
|
chainId: 10,
|
|
@@ -38,7 +47,32 @@ const s = [
|
|
|
38
47
|
name: "WETH",
|
|
39
48
|
symbol: "WETH",
|
|
40
49
|
decimals: 18,
|
|
41
|
-
logoURI: "https://
|
|
50
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WETH.avif",
|
|
51
|
+
allowanceStorageOffset: 4,
|
|
52
|
+
isVyper: !1,
|
|
53
|
+
balanceStorageOffset: 3
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
chainId: 10,
|
|
57
|
+
erc20TokenAddress: "0x9Bcef72be871e61ED4fBbc7630889beE758eb81D",
|
|
58
|
+
name: "rETH",
|
|
59
|
+
symbol: "rETH",
|
|
60
|
+
decimals: 18,
|
|
61
|
+
logoURI: "https://assets.coingecko.com/coins/images/20764/standard/reth.png?1696520159",
|
|
62
|
+
allowanceStorageOffset: 1,
|
|
63
|
+
isVyper: !1,
|
|
64
|
+
balanceStorageOffset: 0
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
chainId: 10,
|
|
68
|
+
erc20TokenAddress: "0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812",
|
|
69
|
+
name: "wUSDM",
|
|
70
|
+
symbol: "wUSDM",
|
|
71
|
+
decimals: 18,
|
|
72
|
+
logoURI: "https://assets.coingecko.com/coins/images/33785/standard/wUSDM_PNG_240px.png?1702981552",
|
|
73
|
+
allowanceStorageOffset: 52,
|
|
74
|
+
isVyper: !1,
|
|
75
|
+
balanceStorageOffset: 51
|
|
42
76
|
},
|
|
43
77
|
{
|
|
44
78
|
chainId: 10,
|
|
@@ -46,7 +80,10 @@ const s = [
|
|
|
46
80
|
name: "Wrapped Bitcoin",
|
|
47
81
|
symbol: "WBTC",
|
|
48
82
|
decimals: 8,
|
|
49
|
-
logoURI: "https://
|
|
83
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WBTC.avif",
|
|
84
|
+
allowanceStorageOffset: 1,
|
|
85
|
+
isVyper: !1,
|
|
86
|
+
balanceStorageOffset: 0
|
|
50
87
|
},
|
|
51
88
|
{
|
|
52
89
|
chainId: 10,
|
|
@@ -54,7 +91,10 @@ const s = [
|
|
|
54
91
|
name: "Dai",
|
|
55
92
|
symbol: "DAI",
|
|
56
93
|
decimals: 18,
|
|
57
|
-
logoURI: "https://
|
|
94
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/DAI.avif",
|
|
95
|
+
allowanceStorageOffset: 3,
|
|
96
|
+
isVyper: !1,
|
|
97
|
+
balanceStorageOffset: 2
|
|
58
98
|
},
|
|
59
99
|
{
|
|
60
100
|
chainId: 10,
|
|
@@ -70,7 +110,10 @@ const s = [
|
|
|
70
110
|
name: "sUSD3CRV-f",
|
|
71
111
|
symbol: "sUSD3CRV-f",
|
|
72
112
|
decimals: 18,
|
|
73
|
-
logoURI: "https://
|
|
113
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
114
|
+
allowanceStorageOffset: 18,
|
|
115
|
+
isVyper: !0,
|
|
116
|
+
balanceStorageOffset: 17
|
|
74
117
|
},
|
|
75
118
|
{
|
|
76
119
|
chainId: 10,
|
|
@@ -78,7 +121,10 @@ const s = [
|
|
|
78
121
|
name: "wstETH",
|
|
79
122
|
symbol: "wstETH",
|
|
80
123
|
decimals: 18,
|
|
81
|
-
logoURI: "https://
|
|
124
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/LDO.avif",
|
|
125
|
+
allowanceStorageOffset: 2,
|
|
126
|
+
isVyper: !1,
|
|
127
|
+
balanceStorageOffset: 1
|
|
82
128
|
},
|
|
83
129
|
{
|
|
84
130
|
chainId: 10,
|
|
@@ -86,7 +132,10 @@ const s = [
|
|
|
86
132
|
name: "wstETHCRV",
|
|
87
133
|
symbol: "wstETHCRV",
|
|
88
134
|
decimals: 18,
|
|
89
|
-
logoURI: "https://
|
|
135
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
136
|
+
allowanceStorageOffset: 8,
|
|
137
|
+
isVyper: !0,
|
|
138
|
+
balanceStorageOffset: 7
|
|
90
139
|
},
|
|
91
140
|
{
|
|
92
141
|
chainId: 10,
|
|
@@ -102,7 +151,10 @@ const s = [
|
|
|
102
151
|
name: "sbtc-f",
|
|
103
152
|
symbol: "sbtc-f",
|
|
104
153
|
decimals: 18,
|
|
105
|
-
logoURI: "https://
|
|
154
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
155
|
+
allowanceStorageOffset: 19,
|
|
156
|
+
isVyper: !0,
|
|
157
|
+
balanceStorageOffset: 18
|
|
106
158
|
},
|
|
107
159
|
{
|
|
108
160
|
chainId: 10,
|
|
@@ -110,7 +162,10 @@ const s = [
|
|
|
110
162
|
name: "3CRV",
|
|
111
163
|
symbol: "3CRV",
|
|
112
164
|
decimals: 18,
|
|
113
|
-
logoURI: "https://
|
|
165
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
166
|
+
allowanceStorageOffset: 27,
|
|
167
|
+
isVyper: !0,
|
|
168
|
+
balanceStorageOffset: 26
|
|
114
169
|
},
|
|
115
170
|
{
|
|
116
171
|
chainId: 10,
|
|
@@ -118,7 +173,10 @@ const s = [
|
|
|
118
173
|
name: "CRV",
|
|
119
174
|
symbol: "CRV",
|
|
120
175
|
decimals: 18,
|
|
121
|
-
logoURI: "https://
|
|
176
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
177
|
+
allowanceStorageOffset: 1,
|
|
178
|
+
isVyper: !1,
|
|
179
|
+
balanceStorageOffset: 0
|
|
122
180
|
},
|
|
123
181
|
{
|
|
124
182
|
chainId: 10,
|
|
@@ -134,7 +192,10 @@ const s = [
|
|
|
134
192
|
name: "seth-f",
|
|
135
193
|
symbol: "seth-f",
|
|
136
194
|
decimals: 18,
|
|
137
|
-
logoURI: "https://
|
|
195
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
196
|
+
allowanceStorageOffset: 19,
|
|
197
|
+
isVyper: !0,
|
|
198
|
+
balanceStorageOffset: 18
|
|
138
199
|
},
|
|
139
200
|
{
|
|
140
201
|
chainId: 10,
|
|
@@ -142,7 +203,10 @@ const s = [
|
|
|
142
203
|
name: "Magic Internet Money",
|
|
143
204
|
symbol: "MIM",
|
|
144
205
|
decimals: 18,
|
|
145
|
-
logoURI: "https://
|
|
206
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/MIM.avif",
|
|
207
|
+
allowanceStorageOffset: 12,
|
|
208
|
+
isVyper: !1,
|
|
209
|
+
balanceStorageOffset: 2
|
|
146
210
|
},
|
|
147
211
|
{
|
|
148
212
|
chainId: 10,
|
|
@@ -150,7 +214,10 @@ const s = [
|
|
|
150
214
|
name: "mim3CRV-f",
|
|
151
215
|
symbol: "mim3CRV-f",
|
|
152
216
|
decimals: 18,
|
|
153
|
-
logoURI: "https://
|
|
217
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
218
|
+
allowanceStorageOffset: 18,
|
|
219
|
+
isVyper: !0,
|
|
220
|
+
balanceStorageOffset: 17
|
|
154
221
|
},
|
|
155
222
|
{
|
|
156
223
|
chainId: 10,
|
|
@@ -158,7 +225,10 @@ const s = [
|
|
|
158
225
|
name: "tBTC",
|
|
159
226
|
symbol: "tBTC",
|
|
160
227
|
decimals: 18,
|
|
161
|
-
logoURI: "https://assets.coingecko.com/coins/images/11224/small/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504"
|
|
228
|
+
logoURI: "https://assets.coingecko.com/coins/images/11224/small/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504",
|
|
229
|
+
allowanceStorageOffset: 52,
|
|
230
|
+
isVyper: !1,
|
|
231
|
+
balanceStorageOffset: 51
|
|
162
232
|
},
|
|
163
233
|
{
|
|
164
234
|
chainId: 10,
|
|
@@ -166,7 +236,10 @@ const s = [
|
|
|
166
236
|
name: "2BTC-f",
|
|
167
237
|
symbol: "2BTC-f",
|
|
168
238
|
decimals: 18,
|
|
169
|
-
logoURI: "https://
|
|
239
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
240
|
+
allowanceStorageOffset: 21,
|
|
241
|
+
isVyper: !0,
|
|
242
|
+
balanceStorageOffset: 20
|
|
170
243
|
},
|
|
171
244
|
{
|
|
172
245
|
chainId: 10,
|
|
@@ -174,7 +247,10 @@ const s = [
|
|
|
174
247
|
name: "mooCurveWSTETH",
|
|
175
248
|
symbol: "mooCurveWSTETH",
|
|
176
249
|
decimals: 18,
|
|
177
|
-
logoURI: "https://
|
|
250
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
251
|
+
allowanceStorageOffset: 1,
|
|
252
|
+
isVyper: !1,
|
|
253
|
+
balanceStorageOffset: 0
|
|
178
254
|
},
|
|
179
255
|
{
|
|
180
256
|
chainId: 10,
|
|
@@ -182,7 +258,10 @@ const s = [
|
|
|
182
258
|
name: "mooVeloV2STG-USDC",
|
|
183
259
|
symbol: "mooVeloV2STG-USDC",
|
|
184
260
|
decimals: 18,
|
|
185
|
-
logoURI: "https://
|
|
261
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
262
|
+
allowanceStorageOffset: 52,
|
|
263
|
+
isVyper: !1,
|
|
264
|
+
balanceStorageOffset: 51
|
|
186
265
|
},
|
|
187
266
|
{
|
|
188
267
|
chainId: 10,
|
|
@@ -190,7 +269,10 @@ const s = [
|
|
|
190
269
|
name: "vAMMV2-STG/USDC",
|
|
191
270
|
symbol: "vAMMV2-STG/USDC",
|
|
192
271
|
decimals: 18,
|
|
193
|
-
logoURI: "https://
|
|
272
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
273
|
+
allowanceStorageOffset: 1,
|
|
274
|
+
isVyper: !1,
|
|
275
|
+
balanceStorageOffset: 0
|
|
194
276
|
},
|
|
195
277
|
{
|
|
196
278
|
chainId: 10,
|
|
@@ -198,7 +280,10 @@ const s = [
|
|
|
198
280
|
name: "vAMMV2-USDC/wUSDR",
|
|
199
281
|
symbol: "vAMMV2-USDC/wUSDR",
|
|
200
282
|
decimals: 18,
|
|
201
|
-
logoURI: "https://
|
|
283
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
284
|
+
allowanceStorageOffset: 1,
|
|
285
|
+
isVyper: !1,
|
|
286
|
+
balanceStorageOffset: 0
|
|
202
287
|
},
|
|
203
288
|
{
|
|
204
289
|
chainId: 10,
|
|
@@ -206,7 +291,10 @@ const s = [
|
|
|
206
291
|
name: "ECLP-wstETH-WETH",
|
|
207
292
|
symbol: "ECLP-wstETH-WETH",
|
|
208
293
|
decimals: 18,
|
|
209
|
-
logoURI: "https://
|
|
294
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
295
|
+
allowanceStorageOffset: 1,
|
|
296
|
+
isVyper: !1,
|
|
297
|
+
balanceStorageOffset: 0
|
|
210
298
|
},
|
|
211
299
|
{
|
|
212
300
|
chainId: 10,
|
|
@@ -214,7 +302,10 @@ const s = [
|
|
|
214
302
|
name: "BPT-rETH-ETH",
|
|
215
303
|
symbol: "BPT-rETH-ETH",
|
|
216
304
|
decimals: 18,
|
|
217
|
-
logoURI: "https://
|
|
305
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
306
|
+
allowanceStorageOffset: 1,
|
|
307
|
+
isVyper: !1,
|
|
308
|
+
balanceStorageOffset: 0
|
|
218
309
|
},
|
|
219
310
|
{
|
|
220
311
|
chainId: 10,
|
|
@@ -222,7 +313,10 @@ const s = [
|
|
|
222
313
|
name: "sAMM-USDC/sUSD",
|
|
223
314
|
symbol: "sAMM-USDC/sUSD",
|
|
224
315
|
decimals: 18,
|
|
225
|
-
logoURI: "https://
|
|
316
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
317
|
+
allowanceStorageOffset: 3,
|
|
318
|
+
isVyper: !1,
|
|
319
|
+
balanceStorageOffset: 4
|
|
226
320
|
},
|
|
227
321
|
{
|
|
228
322
|
chainId: 10,
|
|
@@ -230,7 +324,10 @@ const s = [
|
|
|
230
324
|
name: "sAMMV2-USDC/MAI",
|
|
231
325
|
symbol: "sAMMV2-USDC/MAI",
|
|
232
326
|
decimals: 18,
|
|
233
|
-
logoURI: "https://
|
|
327
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
328
|
+
allowanceStorageOffset: 1,
|
|
329
|
+
isVyper: !1,
|
|
330
|
+
balanceStorageOffset: 0
|
|
234
331
|
},
|
|
235
332
|
{
|
|
236
333
|
chainId: 10,
|
|
@@ -238,7 +335,10 @@ const s = [
|
|
|
238
335
|
name: "vAMMV2-wstETH/WETH",
|
|
239
336
|
symbol: "vAMMV2-wstETH/WETH",
|
|
240
337
|
decimals: 18,
|
|
241
|
-
logoURI: "https://
|
|
338
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
339
|
+
allowanceStorageOffset: 1,
|
|
340
|
+
isVyper: !1,
|
|
341
|
+
balanceStorageOffset: 0
|
|
242
342
|
},
|
|
243
343
|
{
|
|
244
344
|
chainId: 10,
|
|
@@ -246,7 +346,10 @@ const s = [
|
|
|
246
346
|
name: "xWETH-OP3",
|
|
247
347
|
symbol: "xWETH-OP3",
|
|
248
348
|
decimals: 18,
|
|
249
|
-
logoURI: "https://
|
|
349
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
350
|
+
allowanceStorageOffset: 1,
|
|
351
|
+
isVyper: !1,
|
|
352
|
+
balanceStorageOffset: 0
|
|
250
353
|
},
|
|
251
354
|
{
|
|
252
355
|
chainId: 10,
|
|
@@ -254,7 +357,10 @@ const s = [
|
|
|
254
357
|
name: "sAMMV2-USD+/DOLA",
|
|
255
358
|
symbol: "sAMMV2-USD+/DOLA",
|
|
256
359
|
decimals: 18,
|
|
257
|
-
logoURI: "https://
|
|
360
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
361
|
+
allowanceStorageOffset: 1,
|
|
362
|
+
isVyper: !1,
|
|
363
|
+
balanceStorageOffset: 0
|
|
258
364
|
},
|
|
259
365
|
{
|
|
260
366
|
chainId: 10,
|
|
@@ -262,7 +368,10 @@ const s = [
|
|
|
262
368
|
name: "sAMMV2-WETH/frxETH",
|
|
263
369
|
symbol: "sAMMV2-WETH/frxETH",
|
|
264
370
|
decimals: 18,
|
|
265
|
-
logoURI: "https://
|
|
371
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
372
|
+
allowanceStorageOffset: 1,
|
|
373
|
+
isVyper: !1,
|
|
374
|
+
balanceStorageOffset: 0
|
|
266
375
|
},
|
|
267
376
|
{
|
|
268
377
|
chainId: 10,
|
|
@@ -270,7 +379,10 @@ const s = [
|
|
|
270
379
|
name: "sAMMV2-sfrxETH/frxETH",
|
|
271
380
|
symbol: "sAMMV2-sfrxETH/frxETH",
|
|
272
381
|
decimals: 18,
|
|
273
|
-
logoURI: "https://
|
|
382
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
383
|
+
allowanceStorageOffset: 1,
|
|
384
|
+
isVyper: !1,
|
|
385
|
+
balanceStorageOffset: 0
|
|
274
386
|
},
|
|
275
387
|
{
|
|
276
388
|
chainId: 10,
|
|
@@ -278,7 +390,10 @@ const s = [
|
|
|
278
390
|
name: "sAMMV2-DOLA/MAI",
|
|
279
391
|
symbol: "sAMMV2-DOLA/MAI",
|
|
280
392
|
decimals: 18,
|
|
281
|
-
logoURI: "https://
|
|
393
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
394
|
+
allowanceStorageOffset: 1,
|
|
395
|
+
isVyper: !1,
|
|
396
|
+
balanceStorageOffset: 0
|
|
282
397
|
},
|
|
283
398
|
{
|
|
284
399
|
chainId: 10,
|
|
@@ -286,7 +401,10 @@ const s = [
|
|
|
286
401
|
name: "HOP-LP-USDC",
|
|
287
402
|
symbol: "HOP-LP-USDC",
|
|
288
403
|
decimals: 18,
|
|
289
|
-
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677"
|
|
404
|
+
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677",
|
|
405
|
+
allowanceStorageOffset: 1,
|
|
406
|
+
isVyper: !1,
|
|
407
|
+
balanceStorageOffset: 0
|
|
290
408
|
},
|
|
291
409
|
{
|
|
292
410
|
chainId: 10,
|
|
@@ -294,7 +412,10 @@ const s = [
|
|
|
294
412
|
name: "HOP-LP-ETH",
|
|
295
413
|
symbol: "HOP-LP-ETH",
|
|
296
414
|
decimals: 18,
|
|
297
|
-
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677"
|
|
415
|
+
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677",
|
|
416
|
+
allowanceStorageOffset: 1,
|
|
417
|
+
isVyper: !1,
|
|
418
|
+
balanceStorageOffset: 0
|
|
298
419
|
},
|
|
299
420
|
{
|
|
300
421
|
chainId: 10,
|
|
@@ -302,7 +423,10 @@ const s = [
|
|
|
302
423
|
name: "HOP-LP-sUSD",
|
|
303
424
|
symbol: "HOP-LP-sUSD",
|
|
304
425
|
decimals: 18,
|
|
305
|
-
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677"
|
|
426
|
+
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677",
|
|
427
|
+
allowanceStorageOffset: 1,
|
|
428
|
+
isVyper: !1,
|
|
429
|
+
balanceStorageOffset: 0
|
|
306
430
|
},
|
|
307
431
|
{
|
|
308
432
|
chainId: 10,
|
|
@@ -310,7 +434,10 @@ const s = [
|
|
|
310
434
|
name: "sAMMV2-alETH/WETH",
|
|
311
435
|
symbol: "sAMMV2-alETH/WETH",
|
|
312
436
|
decimals: 18,
|
|
313
|
-
logoURI: "https://
|
|
437
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
438
|
+
allowanceStorageOffset: 1,
|
|
439
|
+
isVyper: !1,
|
|
440
|
+
balanceStorageOffset: 0
|
|
314
441
|
},
|
|
315
442
|
{
|
|
316
443
|
chainId: 10,
|
|
@@ -318,7 +445,10 @@ const s = [
|
|
|
318
445
|
name: "sAMMV2-USDC/DOLA",
|
|
319
446
|
symbol: "sAMMV2-USDC/DOLA",
|
|
320
447
|
decimals: 18,
|
|
321
|
-
logoURI: "https://
|
|
448
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
449
|
+
allowanceStorageOffset: 1,
|
|
450
|
+
isVyper: !1,
|
|
451
|
+
balanceStorageOffset: 0
|
|
322
452
|
},
|
|
323
453
|
{
|
|
324
454
|
chainId: 10,
|
|
@@ -326,7 +456,10 @@ const s = [
|
|
|
326
456
|
name: "sAMMV2-USDC/USDT",
|
|
327
457
|
symbol: "sAMMV2-USDC/USDT",
|
|
328
458
|
decimals: 18,
|
|
329
|
-
logoURI: "https://
|
|
459
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
460
|
+
allowanceStorageOffset: 1,
|
|
461
|
+
isVyper: !1,
|
|
462
|
+
balanceStorageOffset: 0
|
|
330
463
|
},
|
|
331
464
|
{
|
|
332
465
|
chainId: 10,
|
|
@@ -334,7 +467,10 @@ const s = [
|
|
|
334
467
|
name: "sAMMV2-WBTC/tBTC",
|
|
335
468
|
symbol: "sAMMV2-WBTC/tBTC",
|
|
336
469
|
decimals: 18,
|
|
337
|
-
logoURI: "https://
|
|
470
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
471
|
+
allowanceStorageOffset: 1,
|
|
472
|
+
isVyper: !1,
|
|
473
|
+
balanceStorageOffset: 0
|
|
338
474
|
},
|
|
339
475
|
{
|
|
340
476
|
chainId: 10,
|
|
@@ -342,7 +478,10 @@ const s = [
|
|
|
342
478
|
name: "sAMMV2-USDT/LUSD",
|
|
343
479
|
symbol: "sAMMV2-USDT/LUSD",
|
|
344
480
|
decimals: 18,
|
|
345
|
-
logoURI: "https://
|
|
481
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
482
|
+
allowanceStorageOffset: 1,
|
|
483
|
+
isVyper: !1,
|
|
484
|
+
balanceStorageOffset: 0
|
|
346
485
|
},
|
|
347
486
|
{
|
|
348
487
|
chainId: 10,
|
|
@@ -350,7 +489,10 @@ const s = [
|
|
|
350
489
|
name: "sAMMV2-FRAX/DOLA",
|
|
351
490
|
symbol: "sAMMV2-FRAX/DOLA",
|
|
352
491
|
decimals: 18,
|
|
353
|
-
logoURI: "https://
|
|
492
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
493
|
+
allowanceStorageOffset: 1,
|
|
494
|
+
isVyper: !1,
|
|
495
|
+
balanceStorageOffset: 0
|
|
354
496
|
},
|
|
355
497
|
{
|
|
356
498
|
chainId: 10,
|
|
@@ -358,7 +500,10 @@ const s = [
|
|
|
358
500
|
name: "vAMMV2-USDC/VELO",
|
|
359
501
|
symbol: "vAMMV2-USDC/VELO",
|
|
360
502
|
decimals: 18,
|
|
361
|
-
logoURI: "https://
|
|
503
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
504
|
+
allowanceStorageOffset: 1,
|
|
505
|
+
isVyper: !1,
|
|
506
|
+
balanceStorageOffset: 0
|
|
362
507
|
},
|
|
363
508
|
{
|
|
364
509
|
chainId: 10,
|
|
@@ -366,7 +511,10 @@ const s = [
|
|
|
366
511
|
name: "vAMMV2-THALES/USDC",
|
|
367
512
|
symbol: "vAMMV2-THALES/USDC",
|
|
368
513
|
decimals: 18,
|
|
369
|
-
logoURI: "https://
|
|
514
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
515
|
+
allowanceStorageOffset: 1,
|
|
516
|
+
isVyper: !1,
|
|
517
|
+
balanceStorageOffset: 0
|
|
370
518
|
},
|
|
371
519
|
{
|
|
372
520
|
chainId: 10,
|
|
@@ -374,7 +522,10 @@ const s = [
|
|
|
374
522
|
name: "sAMMV2-USDC/alUSD",
|
|
375
523
|
symbol: "sAMMV2-USDC/alUSD",
|
|
376
524
|
decimals: 18,
|
|
377
|
-
logoURI: "https://
|
|
525
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
526
|
+
allowanceStorageOffset: 1,
|
|
527
|
+
isVyper: !1,
|
|
528
|
+
balanceStorageOffset: 0
|
|
378
529
|
},
|
|
379
530
|
{
|
|
380
531
|
chainId: 10,
|
|
@@ -382,7 +533,9 @@ const s = [
|
|
|
382
533
|
name: "sGLP",
|
|
383
534
|
symbol: "sGLP",
|
|
384
535
|
decimals: 18,
|
|
385
|
-
logoURI: "https://assets.coingecko.com/coins/images/18323/small/arbit.png?1631532468"
|
|
536
|
+
logoURI: "https://assets.coingecko.com/coins/images/18323/small/arbit.png?1631532468",
|
|
537
|
+
allowanceStorageOffset: 4,
|
|
538
|
+
isVyper: !1
|
|
386
539
|
},
|
|
387
540
|
{
|
|
388
541
|
chainId: 10,
|
|
@@ -390,7 +543,10 @@ const s = [
|
|
|
390
543
|
name: "HOP-LP-DAI",
|
|
391
544
|
symbol: "HOP-LP-DAI",
|
|
392
545
|
decimals: 18,
|
|
393
|
-
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677"
|
|
546
|
+
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677",
|
|
547
|
+
allowanceStorageOffset: 1,
|
|
548
|
+
isVyper: !1,
|
|
549
|
+
balanceStorageOffset: 0
|
|
394
550
|
},
|
|
395
551
|
{
|
|
396
552
|
chainId: 10,
|
|
@@ -398,7 +554,10 @@ const s = [
|
|
|
398
554
|
name: "sAMMV2-USDC/DAI",
|
|
399
555
|
symbol: "sAMMV2-USDC/DAI",
|
|
400
556
|
decimals: 18,
|
|
401
|
-
logoURI: "https://
|
|
557
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
558
|
+
allowanceStorageOffset: 1,
|
|
559
|
+
isVyper: !1,
|
|
560
|
+
balanceStorageOffset: 0
|
|
402
561
|
},
|
|
403
562
|
{
|
|
404
563
|
chainId: 10,
|
|
@@ -406,7 +565,10 @@ const s = [
|
|
|
406
565
|
name: "vAMMV2-OP/USDC",
|
|
407
566
|
symbol: "vAMMV2-OP/USDC",
|
|
408
567
|
decimals: 18,
|
|
409
|
-
logoURI: "https://
|
|
568
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
569
|
+
allowanceStorageOffset: 1,
|
|
570
|
+
isVyper: !1,
|
|
571
|
+
balanceStorageOffset: 0
|
|
410
572
|
},
|
|
411
573
|
{
|
|
412
574
|
chainId: 10,
|
|
@@ -414,7 +576,10 @@ const s = [
|
|
|
414
576
|
name: "sAMMV2-jEUR/agEUR",
|
|
415
577
|
symbol: "sAMMV2-jEUR/agEUR",
|
|
416
578
|
decimals: 18,
|
|
417
|
-
logoURI: "https://
|
|
579
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
580
|
+
allowanceStorageOffset: 1,
|
|
581
|
+
isVyper: !1,
|
|
582
|
+
balanceStorageOffset: 0
|
|
418
583
|
},
|
|
419
584
|
{
|
|
420
585
|
chainId: 10,
|
|
@@ -422,7 +587,10 @@ const s = [
|
|
|
422
587
|
name: "mooCurveFsUSD",
|
|
423
588
|
symbol: "mooCurveFsUSD",
|
|
424
589
|
decimals: 18,
|
|
425
|
-
logoURI: "https://
|
|
590
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
591
|
+
allowanceStorageOffset: 1,
|
|
592
|
+
isVyper: !1,
|
|
593
|
+
balanceStorageOffset: 0
|
|
426
594
|
},
|
|
427
595
|
{
|
|
428
596
|
chainId: 10,
|
|
@@ -430,7 +598,10 @@ const s = [
|
|
|
430
598
|
name: "mooVeloV2wstETH-WETH",
|
|
431
599
|
symbol: "mooVeloV2wstETH-WETH",
|
|
432
600
|
decimals: 18,
|
|
433
|
-
logoURI: "https://
|
|
601
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
602
|
+
allowanceStorageOffset: 52,
|
|
603
|
+
isVyper: !1,
|
|
604
|
+
balanceStorageOffset: 51
|
|
434
605
|
},
|
|
435
606
|
{
|
|
436
607
|
chainId: 10,
|
|
@@ -438,7 +609,10 @@ const s = [
|
|
|
438
609
|
name: "mooUniswapGammaWETH-OP",
|
|
439
610
|
symbol: "mooUniswapGammaWETH-OP",
|
|
440
611
|
decimals: 18,
|
|
441
|
-
logoURI: "https://
|
|
612
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
613
|
+
allowanceStorageOffset: 52,
|
|
614
|
+
isVyper: !1,
|
|
615
|
+
balanceStorageOffset: 51
|
|
442
616
|
},
|
|
443
617
|
{
|
|
444
618
|
chainId: 10,
|
|
@@ -446,7 +620,9 @@ const s = [
|
|
|
446
620
|
name: "mooVeloV2USDDOLA",
|
|
447
621
|
symbol: "mooVeloV2USDDOLA",
|
|
448
622
|
decimals: 18,
|
|
449
|
-
logoURI: "https://
|
|
623
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
624
|
+
allowanceStorageOffset: 52,
|
|
625
|
+
isVyper: !1
|
|
450
626
|
},
|
|
451
627
|
{
|
|
452
628
|
chainId: 10,
|
|
@@ -454,7 +630,10 @@ const s = [
|
|
|
454
630
|
name: "mooCurveFsBTC",
|
|
455
631
|
symbol: "mooCurveFsBTC",
|
|
456
632
|
decimals: 18,
|
|
457
|
-
logoURI: "https://
|
|
633
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
634
|
+
allowanceStorageOffset: 1,
|
|
635
|
+
isVyper: !1,
|
|
636
|
+
balanceStorageOffset: 0
|
|
458
637
|
},
|
|
459
638
|
{
|
|
460
639
|
chainId: 10,
|
|
@@ -462,7 +641,10 @@ const s = [
|
|
|
462
641
|
name: "mooVeloV2ETH-frxETH",
|
|
463
642
|
symbol: "mooVeloV2ETH-frxETH",
|
|
464
643
|
decimals: 18,
|
|
465
|
-
logoURI: "https://
|
|
644
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
645
|
+
allowanceStorageOffset: 52,
|
|
646
|
+
isVyper: !1,
|
|
647
|
+
balanceStorageOffset: 51
|
|
466
648
|
},
|
|
467
649
|
{
|
|
468
650
|
chainId: 10,
|
|
@@ -470,7 +652,10 @@ const s = [
|
|
|
470
652
|
name: "mooVeloV2sfrxETH-frxETH",
|
|
471
653
|
symbol: "mooVeloV2sfrxETH-frxETH",
|
|
472
654
|
decimals: 18,
|
|
473
|
-
logoURI: "https://
|
|
655
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
656
|
+
allowanceStorageOffset: 52,
|
|
657
|
+
isVyper: !1,
|
|
658
|
+
balanceStorageOffset: 51
|
|
474
659
|
},
|
|
475
660
|
{
|
|
476
661
|
chainId: 10,
|
|
@@ -478,7 +663,10 @@ const s = [
|
|
|
478
663
|
name: "mooVeloV2DOLA-MAI",
|
|
479
664
|
symbol: "mooVeloV2DOLA-MAI",
|
|
480
665
|
decimals: 18,
|
|
481
|
-
logoURI: "https://
|
|
666
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
667
|
+
allowanceStorageOffset: 52,
|
|
668
|
+
isVyper: !1,
|
|
669
|
+
balanceStorageOffset: 51
|
|
482
670
|
},
|
|
483
671
|
{
|
|
484
672
|
chainId: 10,
|
|
@@ -486,7 +674,10 @@ const s = [
|
|
|
486
674
|
name: "mooHopUSDC",
|
|
487
675
|
symbol: "mooHopUSDC",
|
|
488
676
|
decimals: 18,
|
|
489
|
-
logoURI: "https://
|
|
677
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
678
|
+
allowanceStorageOffset: 1,
|
|
679
|
+
isVyper: !1,
|
|
680
|
+
balanceStorageOffset: 0
|
|
490
681
|
},
|
|
491
682
|
{
|
|
492
683
|
chainId: 10,
|
|
@@ -494,7 +685,10 @@ const s = [
|
|
|
494
685
|
name: "mooVeloV2MAI-USDC",
|
|
495
686
|
symbol: "mooVeloV2MAI-USDC",
|
|
496
687
|
decimals: 18,
|
|
497
|
-
logoURI: "https://
|
|
688
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
689
|
+
allowanceStorageOffset: 52,
|
|
690
|
+
isVyper: !1,
|
|
691
|
+
balanceStorageOffset: 51
|
|
498
692
|
},
|
|
499
693
|
{
|
|
500
694
|
chainId: 10,
|
|
@@ -502,7 +696,10 @@ const s = [
|
|
|
502
696
|
name: "mooVelodromesUSD-USDC",
|
|
503
697
|
symbol: "mooVelodromesUSD-USDC",
|
|
504
698
|
decimals: 18,
|
|
505
|
-
logoURI: "https://
|
|
699
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
700
|
+
allowanceStorageOffset: 1,
|
|
701
|
+
isVyper: !1,
|
|
702
|
+
balanceStorageOffset: 0
|
|
506
703
|
},
|
|
507
704
|
{
|
|
508
705
|
chainId: 10,
|
|
@@ -510,7 +707,10 @@ const s = [
|
|
|
510
707
|
name: "mooBeetsRocketFuel",
|
|
511
708
|
symbol: "mooBeetsRocketFuel",
|
|
512
709
|
decimals: 18,
|
|
513
|
-
logoURI: "https://
|
|
710
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
711
|
+
allowanceStorageOffset: 1,
|
|
712
|
+
isVyper: !1,
|
|
713
|
+
balanceStorageOffset: 0
|
|
514
714
|
},
|
|
515
715
|
{
|
|
516
716
|
chainId: 10,
|
|
@@ -518,7 +718,10 @@ const s = [
|
|
|
518
718
|
name: "mooAuraOPGyroscopewstETH-ETH",
|
|
519
719
|
symbol: "mooAuraOPGyroscopewstETH-ETH",
|
|
520
720
|
decimals: 18,
|
|
521
|
-
logoURI: "https://
|
|
721
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
722
|
+
allowanceStorageOffset: 52,
|
|
723
|
+
isVyper: !1,
|
|
724
|
+
balanceStorageOffset: 51
|
|
522
725
|
},
|
|
523
726
|
{
|
|
524
727
|
chainId: 10,
|
|
@@ -526,7 +729,10 @@ const s = [
|
|
|
526
729
|
name: "mooVeloV2USDC-wUSDR",
|
|
527
730
|
symbol: "mooVeloV2USDC-wUSDR",
|
|
528
731
|
decimals: 18,
|
|
529
|
-
logoURI: "https://
|
|
732
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
733
|
+
allowanceStorageOffset: 52,
|
|
734
|
+
isVyper: !1,
|
|
735
|
+
balanceStorageOffset: 51
|
|
530
736
|
},
|
|
531
737
|
{
|
|
532
738
|
chainId: 10,
|
|
@@ -534,7 +740,10 @@ const s = [
|
|
|
534
740
|
name: "mooHopDAI",
|
|
535
741
|
symbol: "mooHopDAI",
|
|
536
742
|
decimals: 18,
|
|
537
|
-
logoURI: "https://
|
|
743
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
744
|
+
allowanceStorageOffset: 1,
|
|
745
|
+
isVyper: !1,
|
|
746
|
+
balanceStorageOffset: 0
|
|
538
747
|
},
|
|
539
748
|
{
|
|
540
749
|
chainId: 10,
|
|
@@ -542,7 +751,10 @@ const s = [
|
|
|
542
751
|
name: "mooVeloV2DAI-USDC",
|
|
543
752
|
symbol: "mooVeloV2DAI-USDC",
|
|
544
753
|
decimals: 18,
|
|
545
|
-
logoURI: "https://
|
|
754
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
755
|
+
allowanceStorageOffset: 52,
|
|
756
|
+
isVyper: !1,
|
|
757
|
+
balanceStorageOffset: 51
|
|
546
758
|
},
|
|
547
759
|
{
|
|
548
760
|
chainId: 10,
|
|
@@ -550,7 +762,10 @@ const s = [
|
|
|
550
762
|
name: "mooVeloV2OP-USDC",
|
|
551
763
|
symbol: "mooVeloV2OP-USDC",
|
|
552
764
|
decimals: 18,
|
|
553
|
-
logoURI: "https://
|
|
765
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
766
|
+
allowanceStorageOffset: 52,
|
|
767
|
+
isVyper: !1,
|
|
768
|
+
balanceStorageOffset: 51
|
|
554
769
|
},
|
|
555
770
|
{
|
|
556
771
|
chainId: 10,
|
|
@@ -558,7 +773,10 @@ const s = [
|
|
|
558
773
|
name: "mooVeloV2jEUR-agEUR",
|
|
559
774
|
symbol: "mooVeloV2jEUR-agEUR",
|
|
560
775
|
decimals: 18,
|
|
561
|
-
logoURI: "https://
|
|
776
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
777
|
+
allowanceStorageOffset: 52,
|
|
778
|
+
isVyper: !1,
|
|
779
|
+
balanceStorageOffset: 51
|
|
562
780
|
},
|
|
563
781
|
{
|
|
564
782
|
chainId: 10,
|
|
@@ -566,7 +784,10 @@ const s = [
|
|
|
566
784
|
name: "mooMmyMLP",
|
|
567
785
|
symbol: "mooMmyMLP",
|
|
568
786
|
decimals: 18,
|
|
569
|
-
logoURI: "https://
|
|
787
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
788
|
+
allowanceStorageOffset: 52,
|
|
789
|
+
isVyper: !1,
|
|
790
|
+
balanceStorageOffset: 51
|
|
570
791
|
},
|
|
571
792
|
{
|
|
572
793
|
chainId: 10,
|
|
@@ -574,7 +795,10 @@ const s = [
|
|
|
574
795
|
name: "mooVeloV2USDC-alUSD",
|
|
575
796
|
symbol: "mooVeloV2USDC-alUSD",
|
|
576
797
|
decimals: 18,
|
|
577
|
-
logoURI: "https://
|
|
798
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
799
|
+
allowanceStorageOffset: 52,
|
|
800
|
+
isVyper: !1,
|
|
801
|
+
balanceStorageOffset: 51
|
|
578
802
|
},
|
|
579
803
|
{
|
|
580
804
|
chainId: 10,
|
|
@@ -582,7 +806,10 @@ const s = [
|
|
|
582
806
|
name: "mooVeloV2THALES-USDC",
|
|
583
807
|
symbol: "mooVeloV2THALES-USDC",
|
|
584
808
|
decimals: 18,
|
|
585
|
-
logoURI: "https://
|
|
809
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
810
|
+
allowanceStorageOffset: 52,
|
|
811
|
+
isVyper: !1,
|
|
812
|
+
balanceStorageOffset: 51
|
|
586
813
|
},
|
|
587
814
|
{
|
|
588
815
|
chainId: 10,
|
|
@@ -590,7 +817,10 @@ const s = [
|
|
|
590
817
|
name: "mooVeloV2VELO-USDC",
|
|
591
818
|
symbol: "mooVeloV2VELO-USDC",
|
|
592
819
|
decimals: 18,
|
|
593
|
-
logoURI: "https://
|
|
820
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
821
|
+
allowanceStorageOffset: 52,
|
|
822
|
+
isVyper: !1,
|
|
823
|
+
balanceStorageOffset: 51
|
|
594
824
|
},
|
|
595
825
|
{
|
|
596
826
|
chainId: 10,
|
|
@@ -598,7 +828,10 @@ const s = [
|
|
|
598
828
|
name: "mooVeloV2DOLA-FRAX",
|
|
599
829
|
symbol: "mooVeloV2DOLA-FRAX",
|
|
600
830
|
decimals: 18,
|
|
601
|
-
logoURI: "https://
|
|
831
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
832
|
+
allowanceStorageOffset: 52,
|
|
833
|
+
isVyper: !1,
|
|
834
|
+
balanceStorageOffset: 51
|
|
602
835
|
},
|
|
603
836
|
{
|
|
604
837
|
chainId: 10,
|
|
@@ -606,7 +839,10 @@ const s = [
|
|
|
606
839
|
name: "mooVeloV2LUSD-USDT",
|
|
607
840
|
symbol: "mooVeloV2LUSD-USDT",
|
|
608
841
|
decimals: 18,
|
|
609
|
-
logoURI: "https://
|
|
842
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
843
|
+
allowanceStorageOffset: 52,
|
|
844
|
+
isVyper: !1,
|
|
845
|
+
balanceStorageOffset: 51
|
|
610
846
|
},
|
|
611
847
|
{
|
|
612
848
|
chainId: 10,
|
|
@@ -614,7 +850,10 @@ const s = [
|
|
|
614
850
|
name: "mooVeloV2WBTC-tBTC",
|
|
615
851
|
symbol: "mooVeloV2WBTC-tBTC",
|
|
616
852
|
decimals: 18,
|
|
617
|
-
logoURI: "https://
|
|
853
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
854
|
+
allowanceStorageOffset: 52,
|
|
855
|
+
isVyper: !1,
|
|
856
|
+
balanceStorageOffset: 51
|
|
618
857
|
},
|
|
619
858
|
{
|
|
620
859
|
chainId: 10,
|
|
@@ -622,7 +861,10 @@ const s = [
|
|
|
622
861
|
name: "mooVeloV2USDC-USDT",
|
|
623
862
|
symbol: "mooVeloV2USDC-USDT",
|
|
624
863
|
decimals: 18,
|
|
625
|
-
logoURI: "https://
|
|
864
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
865
|
+
allowanceStorageOffset: 52,
|
|
866
|
+
isVyper: !1,
|
|
867
|
+
balanceStorageOffset: 51
|
|
626
868
|
},
|
|
627
869
|
{
|
|
628
870
|
chainId: 10,
|
|
@@ -630,7 +872,10 @@ const s = [
|
|
|
630
872
|
name: "mooVeloV2DOLA-USDC",
|
|
631
873
|
symbol: "mooVeloV2DOLA-USDC",
|
|
632
874
|
decimals: 18,
|
|
633
|
-
logoURI: "https://
|
|
875
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
876
|
+
allowanceStorageOffset: 52,
|
|
877
|
+
isVyper: !1,
|
|
878
|
+
balanceStorageOffset: 51
|
|
634
879
|
},
|
|
635
880
|
{
|
|
636
881
|
chainId: 10,
|
|
@@ -638,7 +883,10 @@ const s = [
|
|
|
638
883
|
name: "mooVeloV2alETH-WETH",
|
|
639
884
|
symbol: "mooVeloV2alETH-WETH",
|
|
640
885
|
decimals: 18,
|
|
641
|
-
logoURI: "https://
|
|
886
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
887
|
+
allowanceStorageOffset: 52,
|
|
888
|
+
isVyper: !1,
|
|
889
|
+
balanceStorageOffset: 51
|
|
642
890
|
},
|
|
643
891
|
{
|
|
644
892
|
chainId: 10,
|
|
@@ -646,7 +894,10 @@ const s = [
|
|
|
646
894
|
name: "mooHopsUSD",
|
|
647
895
|
symbol: "mooHopsUSD",
|
|
648
896
|
decimals: 18,
|
|
649
|
-
logoURI: "https://
|
|
897
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
898
|
+
allowanceStorageOffset: 52,
|
|
899
|
+
isVyper: !1,
|
|
900
|
+
balanceStorageOffset: 51
|
|
650
901
|
},
|
|
651
902
|
{
|
|
652
903
|
chainId: 10,
|
|
@@ -654,7 +905,10 @@ const s = [
|
|
|
654
905
|
name: "mooExactlySupplywstETH",
|
|
655
906
|
symbol: "mooExactlySupplywstETH",
|
|
656
907
|
decimals: 18,
|
|
657
|
-
logoURI: "https://
|
|
908
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
909
|
+
allowanceStorageOffset: 52,
|
|
910
|
+
isVyper: !1,
|
|
911
|
+
balanceStorageOffset: 51
|
|
658
912
|
},
|
|
659
913
|
{
|
|
660
914
|
chainId: 10,
|
|
@@ -662,7 +916,10 @@ const s = [
|
|
|
662
916
|
name: "mooHopETH",
|
|
663
917
|
symbol: "mooHopETH",
|
|
664
918
|
decimals: 18,
|
|
665
|
-
logoURI: "https://
|
|
919
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
920
|
+
allowanceStorageOffset: 1,
|
|
921
|
+
isVyper: !1,
|
|
922
|
+
balanceStorageOffset: 0
|
|
666
923
|
},
|
|
667
924
|
{
|
|
668
925
|
chainId: 10,
|
|
@@ -670,7 +927,10 @@ const s = [
|
|
|
670
927
|
name: "mooVeloV2alETH-frxETH",
|
|
671
928
|
symbol: "mooVeloV2alETH-frxETH",
|
|
672
929
|
decimals: 18,
|
|
673
|
-
logoURI: "https://
|
|
930
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
931
|
+
allowanceStorageOffset: 52,
|
|
932
|
+
isVyper: !1,
|
|
933
|
+
balanceStorageOffset: 51
|
|
674
934
|
},
|
|
675
935
|
{
|
|
676
936
|
chainId: 10,
|
|
@@ -678,7 +938,10 @@ const s = [
|
|
|
678
938
|
name: "mooVeloV2USD+-USDC",
|
|
679
939
|
symbol: "mooVeloV2USD+-USDC",
|
|
680
940
|
decimals: 18,
|
|
681
|
-
logoURI: "https://
|
|
941
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
942
|
+
allowanceStorageOffset: 52,
|
|
943
|
+
isVyper: !1,
|
|
944
|
+
balanceStorageOffset: 51
|
|
682
945
|
},
|
|
683
946
|
{
|
|
684
947
|
chainId: 10,
|
|
@@ -686,7 +949,10 @@ const s = [
|
|
|
686
949
|
name: "mooBeetsShanghaiShakedown",
|
|
687
950
|
symbol: "mooBeetsShanghaiShakedown",
|
|
688
951
|
decimals: 18,
|
|
689
|
-
logoURI: "https://
|
|
952
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
953
|
+
allowanceStorageOffset: 52,
|
|
954
|
+
isVyper: !1,
|
|
955
|
+
balanceStorageOffset: 51
|
|
690
956
|
},
|
|
691
957
|
{
|
|
692
958
|
chainId: 10,
|
|
@@ -694,7 +960,10 @@ const s = [
|
|
|
694
960
|
name: "mooVeloV2OP-ETH",
|
|
695
961
|
symbol: "mooVeloV2OP-ETH",
|
|
696
962
|
decimals: 18,
|
|
697
|
-
logoURI: "https://
|
|
963
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
964
|
+
allowanceStorageOffset: 52,
|
|
965
|
+
isVyper: !1,
|
|
966
|
+
balanceStorageOffset: 51
|
|
698
967
|
},
|
|
699
968
|
{
|
|
700
969
|
chainId: 10,
|
|
@@ -702,7 +971,10 @@ const s = [
|
|
|
702
971
|
name: "mooVeloV2sUSD-USDC",
|
|
703
972
|
symbol: "mooVeloV2sUSD-USDC",
|
|
704
973
|
decimals: 18,
|
|
705
|
-
logoURI: "https://
|
|
974
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
975
|
+
allowanceStorageOffset: 52,
|
|
976
|
+
isVyper: !1,
|
|
977
|
+
balanceStorageOffset: 51
|
|
706
978
|
},
|
|
707
979
|
{
|
|
708
980
|
chainId: 10,
|
|
@@ -710,7 +982,10 @@ const s = [
|
|
|
710
982
|
name: "mooHopUSDT",
|
|
711
983
|
symbol: "mooHopUSDT",
|
|
712
984
|
decimals: 18,
|
|
713
|
-
logoURI: "https://
|
|
985
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
986
|
+
allowanceStorageOffset: 1,
|
|
987
|
+
isVyper: !1,
|
|
988
|
+
balanceStorageOffset: 0
|
|
714
989
|
},
|
|
715
990
|
{
|
|
716
991
|
chainId: 10,
|
|
@@ -718,7 +993,10 @@ const s = [
|
|
|
718
993
|
name: "mooVelodromesETH-ETH",
|
|
719
994
|
symbol: "mooVelodromesETH-ETH",
|
|
720
995
|
decimals: 18,
|
|
721
|
-
logoURI: "https://
|
|
996
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
997
|
+
allowanceStorageOffset: 1,
|
|
998
|
+
isVyper: !1,
|
|
999
|
+
balanceStorageOffset: 0
|
|
722
1000
|
},
|
|
723
1001
|
{
|
|
724
1002
|
chainId: 10,
|
|
@@ -726,7 +1004,10 @@ const s = [
|
|
|
726
1004
|
name: "mooStargateETH",
|
|
727
1005
|
symbol: "mooStargateETH",
|
|
728
1006
|
decimals: 18,
|
|
729
|
-
logoURI: "https://
|
|
1007
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1008
|
+
allowanceStorageOffset: 1,
|
|
1009
|
+
isVyper: !1,
|
|
1010
|
+
balanceStorageOffset: 0
|
|
730
1011
|
},
|
|
731
1012
|
{
|
|
732
1013
|
chainId: 10,
|
|
@@ -734,7 +1015,10 @@ const s = [
|
|
|
734
1015
|
name: "mooCurveFsETH",
|
|
735
1016
|
symbol: "mooCurveFsETH",
|
|
736
1017
|
decimals: 18,
|
|
737
|
-
logoURI: "https://
|
|
1018
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1019
|
+
allowanceStorageOffset: 1,
|
|
1020
|
+
isVyper: !1,
|
|
1021
|
+
balanceStorageOffset: 0
|
|
738
1022
|
},
|
|
739
1023
|
{
|
|
740
1024
|
chainId: 10,
|
|
@@ -742,7 +1026,10 @@ const s = [
|
|
|
742
1026
|
name: "mooVeloV2USDC-agEUR",
|
|
743
1027
|
symbol: "mooVeloV2USDC-agEUR",
|
|
744
1028
|
decimals: 18,
|
|
745
|
-
logoURI: "https://
|
|
1029
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1030
|
+
allowanceStorageOffset: 52,
|
|
1031
|
+
isVyper: !1,
|
|
1032
|
+
balanceStorageOffset: 51
|
|
746
1033
|
},
|
|
747
1034
|
{
|
|
748
1035
|
chainId: 10,
|
|
@@ -750,7 +1037,10 @@ const s = [
|
|
|
750
1037
|
name: "mooVeloV2LYRA-USDC",
|
|
751
1038
|
symbol: "mooVeloV2LYRA-USDC",
|
|
752
1039
|
decimals: 18,
|
|
753
|
-
logoURI: "https://
|
|
1040
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1041
|
+
allowanceStorageOffset: 52,
|
|
1042
|
+
isVyper: !1,
|
|
1043
|
+
balanceStorageOffset: 51
|
|
754
1044
|
},
|
|
755
1045
|
{
|
|
756
1046
|
chainId: 10,
|
|
@@ -758,7 +1048,10 @@ const s = [
|
|
|
758
1048
|
name: "mooVeloV2FRAX-USDC",
|
|
759
1049
|
symbol: "mooVeloV2FRAX-USDC",
|
|
760
1050
|
decimals: 18,
|
|
761
|
-
logoURI: "https://
|
|
1051
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1052
|
+
allowanceStorageOffset: 52,
|
|
1053
|
+
isVyper: !1,
|
|
1054
|
+
balanceStorageOffset: 51
|
|
762
1055
|
},
|
|
763
1056
|
{
|
|
764
1057
|
chainId: 10,
|
|
@@ -766,7 +1059,10 @@ const s = [
|
|
|
766
1059
|
name: "mooVeloV2wUSDR-USDC",
|
|
767
1060
|
symbol: "mooVeloV2wUSDR-USDC",
|
|
768
1061
|
decimals: 18,
|
|
769
|
-
logoURI: "https://
|
|
1062
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1063
|
+
allowanceStorageOffset: 52,
|
|
1064
|
+
isVyper: !1,
|
|
1065
|
+
balanceStorageOffset: 51
|
|
770
1066
|
},
|
|
771
1067
|
{
|
|
772
1068
|
chainId: 10,
|
|
@@ -774,7 +1070,10 @@ const s = [
|
|
|
774
1070
|
name: "mooVeloV2KWENTA-ETH",
|
|
775
1071
|
symbol: "mooVeloV2KWENTA-ETH",
|
|
776
1072
|
decimals: 18,
|
|
777
|
-
logoURI: "https://
|
|
1073
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1074
|
+
allowanceStorageOffset: 52,
|
|
1075
|
+
isVyper: !1,
|
|
1076
|
+
balanceStorageOffset: 51
|
|
778
1077
|
},
|
|
779
1078
|
{
|
|
780
1079
|
chainId: 10,
|
|
@@ -782,7 +1081,10 @@ const s = [
|
|
|
782
1081
|
name: "mooVeloV2LUSD-USDC",
|
|
783
1082
|
symbol: "mooVeloV2LUSD-USDC",
|
|
784
1083
|
decimals: 18,
|
|
785
|
-
logoURI: "https://
|
|
1084
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1085
|
+
allowanceStorageOffset: 52,
|
|
1086
|
+
isVyper: !1,
|
|
1087
|
+
balanceStorageOffset: 0
|
|
786
1088
|
},
|
|
787
1089
|
{
|
|
788
1090
|
chainId: 10,
|
|
@@ -790,7 +1092,10 @@ const s = [
|
|
|
790
1092
|
name: "mooVeloV2wstETH-LDO",
|
|
791
1093
|
symbol: "mooVeloV2wstETH-LDO",
|
|
792
1094
|
decimals: 18,
|
|
793
|
-
logoURI: "https://
|
|
1095
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1096
|
+
allowanceStorageOffset: 52,
|
|
1097
|
+
isVyper: !1,
|
|
1098
|
+
balanceStorageOffset: 51
|
|
794
1099
|
},
|
|
795
1100
|
{
|
|
796
1101
|
chainId: 10,
|
|
@@ -798,7 +1103,10 @@ const s = [
|
|
|
798
1103
|
name: "mooVeloV2EXA-WETH",
|
|
799
1104
|
symbol: "mooVeloV2EXA-WETH",
|
|
800
1105
|
decimals: 18,
|
|
801
|
-
logoURI: "https://
|
|
1106
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1107
|
+
allowanceStorageOffset: 52,
|
|
1108
|
+
isVyper: !1,
|
|
1109
|
+
balanceStorageOffset: 51
|
|
802
1110
|
},
|
|
803
1111
|
{
|
|
804
1112
|
chainId: 10,
|
|
@@ -806,7 +1114,10 @@ const s = [
|
|
|
806
1114
|
name: "mooVelodromeETH-USDC",
|
|
807
1115
|
symbol: "mooVelodromeETH-USDC",
|
|
808
1116
|
decimals: 18,
|
|
809
|
-
logoURI: "https://
|
|
1117
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1118
|
+
allowanceStorageOffset: 1,
|
|
1119
|
+
isVyper: !1,
|
|
1120
|
+
balanceStorageOffset: 0
|
|
810
1121
|
},
|
|
811
1122
|
{
|
|
812
1123
|
chainId: 10,
|
|
@@ -814,7 +1125,10 @@ const s = [
|
|
|
814
1125
|
name: "mooVelodromeVELO-USDC",
|
|
815
1126
|
symbol: "mooVelodromeVELO-USDC",
|
|
816
1127
|
decimals: 18,
|
|
817
|
-
logoURI: "https://
|
|
1128
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1129
|
+
allowanceStorageOffset: 1,
|
|
1130
|
+
isVyper: !1,
|
|
1131
|
+
balanceStorageOffset: 0
|
|
818
1132
|
},
|
|
819
1133
|
{
|
|
820
1134
|
chainId: 10,
|
|
@@ -822,7 +1136,10 @@ const s = [
|
|
|
822
1136
|
name: "mooVelodromeOP-USDC",
|
|
823
1137
|
symbol: "mooVelodromeOP-USDC",
|
|
824
1138
|
decimals: 18,
|
|
825
|
-
logoURI: "https://
|
|
1139
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1140
|
+
allowanceStorageOffset: 1,
|
|
1141
|
+
isVyper: !1,
|
|
1142
|
+
balanceStorageOffset: 0
|
|
826
1143
|
},
|
|
827
1144
|
{
|
|
828
1145
|
chainId: 10,
|
|
@@ -830,7 +1147,10 @@ const s = [
|
|
|
830
1147
|
name: "mooVeloV2FRAX-MAI",
|
|
831
1148
|
symbol: "mooVeloV2FRAX-MAI",
|
|
832
1149
|
decimals: 18,
|
|
833
|
-
logoURI: "https://
|
|
1150
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1151
|
+
allowanceStorageOffset: 52,
|
|
1152
|
+
isVyper: !1,
|
|
1153
|
+
balanceStorageOffset: 51
|
|
834
1154
|
},
|
|
835
1155
|
{
|
|
836
1156
|
chainId: 10,
|
|
@@ -838,7 +1158,10 @@ const s = [
|
|
|
838
1158
|
name: "mooVeloV2alUSD-MAI",
|
|
839
1159
|
symbol: "mooVeloV2alUSD-MAI",
|
|
840
1160
|
decimals: 18,
|
|
841
|
-
logoURI: "https://
|
|
1161
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1162
|
+
allowanceStorageOffset: 52,
|
|
1163
|
+
isVyper: !1,
|
|
1164
|
+
balanceStorageOffset: 51
|
|
842
1165
|
},
|
|
843
1166
|
{
|
|
844
1167
|
chainId: 10,
|
|
@@ -846,7 +1169,10 @@ const s = [
|
|
|
846
1169
|
name: "mooVeloV2SONNE-USDC",
|
|
847
1170
|
symbol: "mooVeloV2SONNE-USDC",
|
|
848
1171
|
decimals: 18,
|
|
849
|
-
logoURI: "https://
|
|
1172
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1173
|
+
allowanceStorageOffset: 52,
|
|
1174
|
+
isVyper: !1,
|
|
1175
|
+
balanceStorageOffset: 51
|
|
850
1176
|
},
|
|
851
1177
|
{
|
|
852
1178
|
chainId: 10,
|
|
@@ -854,7 +1180,10 @@ const s = [
|
|
|
854
1180
|
name: "mooVeloV2DAI+-USD",
|
|
855
1181
|
symbol: "mooVeloV2DAI+-USD",
|
|
856
1182
|
decimals: 18,
|
|
857
|
-
logoURI: "https://
|
|
1183
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1184
|
+
allowanceStorageOffset: 52,
|
|
1185
|
+
isVyper: !1,
|
|
1186
|
+
balanceStorageOffset: 51
|
|
858
1187
|
},
|
|
859
1188
|
{
|
|
860
1189
|
chainId: 10,
|
|
@@ -862,7 +1191,10 @@ const s = [
|
|
|
862
1191
|
name: "mooHopSNX",
|
|
863
1192
|
symbol: "mooHopSNX",
|
|
864
1193
|
decimals: 18,
|
|
865
|
-
logoURI: "https://
|
|
1194
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1195
|
+
allowanceStorageOffset: 1,
|
|
1196
|
+
isVyper: !1,
|
|
1197
|
+
balanceStorageOffset: 0
|
|
866
1198
|
},
|
|
867
1199
|
{
|
|
868
1200
|
chainId: 10,
|
|
@@ -870,7 +1202,10 @@ const s = [
|
|
|
870
1202
|
name: "vAMMV2-SONNE/USDC",
|
|
871
1203
|
symbol: "vAMMV2-SONNE/USDC",
|
|
872
1204
|
decimals: 18,
|
|
873
|
-
logoURI: "https://
|
|
1205
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1206
|
+
allowanceStorageOffset: 1,
|
|
1207
|
+
isVyper: !1,
|
|
1208
|
+
balanceStorageOffset: 0
|
|
874
1209
|
},
|
|
875
1210
|
{
|
|
876
1211
|
chainId: 10,
|
|
@@ -878,7 +1213,10 @@ const s = [
|
|
|
878
1213
|
name: "vAMMV2-WETH/LUSD",
|
|
879
1214
|
symbol: "vAMMV2-WETH/LUSD",
|
|
880
1215
|
decimals: 18,
|
|
881
|
-
logoURI: "https://
|
|
1216
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1217
|
+
allowanceStorageOffset: 1,
|
|
1218
|
+
isVyper: !1,
|
|
1219
|
+
balanceStorageOffset: 0
|
|
882
1220
|
},
|
|
883
1221
|
{
|
|
884
1222
|
chainId: 10,
|
|
@@ -886,7 +1224,10 @@ const s = [
|
|
|
886
1224
|
name: "sAMMV2-alUSD/MAI",
|
|
887
1225
|
symbol: "sAMMV2-alUSD/MAI",
|
|
888
1226
|
decimals: 18,
|
|
889
|
-
logoURI: "https://
|
|
1227
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1228
|
+
allowanceStorageOffset: 1,
|
|
1229
|
+
isVyper: !1,
|
|
1230
|
+
balanceStorageOffset: 0
|
|
890
1231
|
},
|
|
891
1232
|
{
|
|
892
1233
|
chainId: 10,
|
|
@@ -894,7 +1235,10 @@ const s = [
|
|
|
894
1235
|
name: "sAMMV2-FRAX/MAI",
|
|
895
1236
|
symbol: "sAMMV2-FRAX/MAI",
|
|
896
1237
|
decimals: 18,
|
|
897
|
-
logoURI: "https://
|
|
1238
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1239
|
+
allowanceStorageOffset: 1,
|
|
1240
|
+
isVyper: !1,
|
|
1241
|
+
balanceStorageOffset: 0
|
|
898
1242
|
},
|
|
899
1243
|
{
|
|
900
1244
|
chainId: 10,
|
|
@@ -902,7 +1246,10 @@ const s = [
|
|
|
902
1246
|
name: "vAMM-OP/USDC",
|
|
903
1247
|
symbol: "vAMM-OP/USDC",
|
|
904
1248
|
decimals: 18,
|
|
905
|
-
logoURI: "https://
|
|
1249
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1250
|
+
allowanceStorageOffset: 3,
|
|
1251
|
+
isVyper: !1,
|
|
1252
|
+
balanceStorageOffset: 4
|
|
906
1253
|
},
|
|
907
1254
|
{
|
|
908
1255
|
chainId: 10,
|
|
@@ -910,7 +1257,10 @@ const s = [
|
|
|
910
1257
|
name: "vAMM-VELO/USDC",
|
|
911
1258
|
symbol: "vAMM-VELO/USDC",
|
|
912
1259
|
decimals: 18,
|
|
913
|
-
logoURI: "https://
|
|
1260
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1261
|
+
allowanceStorageOffset: 3,
|
|
1262
|
+
isVyper: !1,
|
|
1263
|
+
balanceStorageOffset: 4
|
|
914
1264
|
},
|
|
915
1265
|
{
|
|
916
1266
|
chainId: 10,
|
|
@@ -918,7 +1268,10 @@ const s = [
|
|
|
918
1268
|
name: "vAMM-WETH/USDC",
|
|
919
1269
|
symbol: "vAMM-WETH/USDC",
|
|
920
1270
|
decimals: 18,
|
|
921
|
-
logoURI: "https://
|
|
1271
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1272
|
+
allowanceStorageOffset: 3,
|
|
1273
|
+
isVyper: !1,
|
|
1274
|
+
balanceStorageOffset: 4
|
|
922
1275
|
},
|
|
923
1276
|
{
|
|
924
1277
|
chainId: 10,
|
|
@@ -926,7 +1279,10 @@ const s = [
|
|
|
926
1279
|
name: "vAMMV2-EXA/WETH",
|
|
927
1280
|
symbol: "vAMMV2-EXA/WETH",
|
|
928
1281
|
decimals: 18,
|
|
929
|
-
logoURI: "https://
|
|
1282
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1283
|
+
allowanceStorageOffset: 1,
|
|
1284
|
+
isVyper: !1,
|
|
1285
|
+
balanceStorageOffset: 0
|
|
930
1286
|
},
|
|
931
1287
|
{
|
|
932
1288
|
chainId: 10,
|
|
@@ -934,7 +1290,10 @@ const s = [
|
|
|
934
1290
|
name: "vAMMV2-wstETH/LDO",
|
|
935
1291
|
symbol: "vAMMV2-wstETH/LDO",
|
|
936
1292
|
decimals: 18,
|
|
937
|
-
logoURI: "https://
|
|
1293
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1294
|
+
allowanceStorageOffset: 1,
|
|
1295
|
+
isVyper: !1,
|
|
1296
|
+
balanceStorageOffset: 0
|
|
938
1297
|
},
|
|
939
1298
|
{
|
|
940
1299
|
chainId: 10,
|
|
@@ -942,7 +1301,10 @@ const s = [
|
|
|
942
1301
|
name: "sAMMV2-USDC/LUSD",
|
|
943
1302
|
symbol: "sAMMV2-USDC/LUSD",
|
|
944
1303
|
decimals: 18,
|
|
945
|
-
logoURI: "https://
|
|
1304
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1305
|
+
allowanceStorageOffset: 1,
|
|
1306
|
+
isVyper: !1,
|
|
1307
|
+
balanceStorageOffset: 0
|
|
946
1308
|
},
|
|
947
1309
|
{
|
|
948
1310
|
chainId: 10,
|
|
@@ -950,7 +1312,10 @@ const s = [
|
|
|
950
1312
|
name: "vAMMV2-WETH/KWENTA",
|
|
951
1313
|
symbol: "vAMMV2-WETH/KWENTA",
|
|
952
1314
|
decimals: 18,
|
|
953
|
-
logoURI: "https://
|
|
1315
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1316
|
+
allowanceStorageOffset: 1,
|
|
1317
|
+
isVyper: !1,
|
|
1318
|
+
balanceStorageOffset: 0
|
|
954
1319
|
},
|
|
955
1320
|
{
|
|
956
1321
|
chainId: 10,
|
|
@@ -958,7 +1323,10 @@ const s = [
|
|
|
958
1323
|
name: "vAMMV2-wUSDR/USDC",
|
|
959
1324
|
symbol: "vAMMV2-wUSDR/USDC",
|
|
960
1325
|
decimals: 18,
|
|
961
|
-
logoURI: "https://
|
|
1326
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1327
|
+
allowanceStorageOffset: 1,
|
|
1328
|
+
isVyper: !1,
|
|
1329
|
+
balanceStorageOffset: 0
|
|
962
1330
|
},
|
|
963
1331
|
{
|
|
964
1332
|
chainId: 10,
|
|
@@ -966,7 +1334,10 @@ const s = [
|
|
|
966
1334
|
name: "sAMMV2-FRAX/USDC",
|
|
967
1335
|
symbol: "sAMMV2-FRAX/USDC",
|
|
968
1336
|
decimals: 18,
|
|
969
|
-
logoURI: "https://
|
|
1337
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1338
|
+
allowanceStorageOffset: 1,
|
|
1339
|
+
isVyper: !1,
|
|
1340
|
+
balanceStorageOffset: 0
|
|
970
1341
|
},
|
|
971
1342
|
{
|
|
972
1343
|
chainId: 10,
|
|
@@ -974,7 +1345,10 @@ const s = [
|
|
|
974
1345
|
name: "vAMMV2-LYRA/USDC",
|
|
975
1346
|
symbol: "vAMMV2-LYRA/USDC",
|
|
976
1347
|
decimals: 18,
|
|
977
|
-
logoURI: "https://
|
|
1348
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1349
|
+
allowanceStorageOffset: 1,
|
|
1350
|
+
isVyper: !1,
|
|
1351
|
+
balanceStorageOffset: 0
|
|
978
1352
|
},
|
|
979
1353
|
{
|
|
980
1354
|
chainId: 10,
|
|
@@ -982,7 +1356,10 @@ const s = [
|
|
|
982
1356
|
name: "vAMMV2-USDC/agEUR",
|
|
983
1357
|
symbol: "vAMMV2-USDC/agEUR",
|
|
984
1358
|
decimals: 18,
|
|
985
|
-
logoURI: "https://
|
|
1359
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1360
|
+
allowanceStorageOffset: 1,
|
|
1361
|
+
isVyper: !1,
|
|
1362
|
+
balanceStorageOffset: 0
|
|
986
1363
|
},
|
|
987
1364
|
{
|
|
988
1365
|
chainId: 10,
|
|
@@ -990,7 +1367,10 @@ const s = [
|
|
|
990
1367
|
name: "S*SGETH",
|
|
991
1368
|
symbol: "S*SGETH",
|
|
992
1369
|
decimals: 18,
|
|
993
|
-
logoURI: "https://
|
|
1370
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1371
|
+
allowanceStorageOffset: 6,
|
|
1372
|
+
isVyper: !1,
|
|
1373
|
+
balanceStorageOffset: 5
|
|
994
1374
|
},
|
|
995
1375
|
{
|
|
996
1376
|
chainId: 10,
|
|
@@ -998,7 +1378,10 @@ const s = [
|
|
|
998
1378
|
name: "sAMM-WETH/sETH",
|
|
999
1379
|
symbol: "sAMM-WETH/sETH",
|
|
1000
1380
|
decimals: 18,
|
|
1001
|
-
logoURI: "https://
|
|
1381
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1382
|
+
allowanceStorageOffset: 3,
|
|
1383
|
+
isVyper: !1,
|
|
1384
|
+
balanceStorageOffset: 4
|
|
1002
1385
|
},
|
|
1003
1386
|
{
|
|
1004
1387
|
chainId: 10,
|
|
@@ -1006,7 +1389,10 @@ const s = [
|
|
|
1006
1389
|
name: "sAMMV2-USD+/DAI+",
|
|
1007
1390
|
symbol: "sAMMV2-USD+/DAI+",
|
|
1008
1391
|
decimals: 18,
|
|
1009
|
-
logoURI: "https://
|
|
1392
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1393
|
+
allowanceStorageOffset: 1,
|
|
1394
|
+
isVyper: !1,
|
|
1395
|
+
balanceStorageOffset: 0
|
|
1010
1396
|
},
|
|
1011
1397
|
{
|
|
1012
1398
|
chainId: 10,
|
|
@@ -1014,7 +1400,10 @@ const s = [
|
|
|
1014
1400
|
name: "HOP-LP-SNX",
|
|
1015
1401
|
symbol: "HOP-LP-SNX",
|
|
1016
1402
|
decimals: 18,
|
|
1017
|
-
logoURI: "https://
|
|
1403
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1404
|
+
allowanceStorageOffset: 1,
|
|
1405
|
+
isVyper: !1,
|
|
1406
|
+
balanceStorageOffset: 0
|
|
1018
1407
|
},
|
|
1019
1408
|
{
|
|
1020
1409
|
chainId: 10,
|
|
@@ -1022,7 +1411,10 @@ const s = [
|
|
|
1022
1411
|
name: "HOP-LP-USDT",
|
|
1023
1412
|
symbol: "HOP-LP-USDT",
|
|
1024
1413
|
decimals: 18,
|
|
1025
|
-
logoURI: "https://
|
|
1414
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1415
|
+
allowanceStorageOffset: 1,
|
|
1416
|
+
isVyper: !1,
|
|
1417
|
+
balanceStorageOffset: 0
|
|
1026
1418
|
},
|
|
1027
1419
|
{
|
|
1028
1420
|
chainId: 10,
|
|
@@ -1030,7 +1422,10 @@ const s = [
|
|
|
1030
1422
|
name: "sAMMV2-USDC/sUSD",
|
|
1031
1423
|
symbol: "sAMMV2-USDC/sUSD",
|
|
1032
1424
|
decimals: 18,
|
|
1033
|
-
logoURI: "https://
|
|
1425
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1426
|
+
allowanceStorageOffset: 1,
|
|
1427
|
+
isVyper: !1,
|
|
1428
|
+
balanceStorageOffset: 0
|
|
1034
1429
|
},
|
|
1035
1430
|
{
|
|
1036
1431
|
chainId: 10,
|
|
@@ -1038,7 +1433,10 @@ const s = [
|
|
|
1038
1433
|
name: "vAMMV2-WETH/OP",
|
|
1039
1434
|
symbol: "vAMMV2-WETH/OP",
|
|
1040
1435
|
decimals: 18,
|
|
1041
|
-
logoURI: "https://
|
|
1436
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1437
|
+
allowanceStorageOffset: 1,
|
|
1438
|
+
isVyper: !1,
|
|
1439
|
+
balanceStorageOffset: 0
|
|
1042
1440
|
},
|
|
1043
1441
|
{
|
|
1044
1442
|
chainId: 10,
|
|
@@ -1046,7 +1444,10 @@ const s = [
|
|
|
1046
1444
|
name: "BPT-WSTETH-WETH",
|
|
1047
1445
|
symbol: "BPT-WSTETH-WETH",
|
|
1048
1446
|
decimals: 18,
|
|
1049
|
-
logoURI: "https://
|
|
1447
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1448
|
+
allowanceStorageOffset: 1,
|
|
1449
|
+
isVyper: !1,
|
|
1450
|
+
balanceStorageOffset: 0
|
|
1050
1451
|
},
|
|
1051
1452
|
{
|
|
1052
1453
|
chainId: 10,
|
|
@@ -1054,7 +1455,10 @@ const s = [
|
|
|
1054
1455
|
name: "sAMMV2-USD+/USDC",
|
|
1055
1456
|
symbol: "sAMMV2-USD+/USDC",
|
|
1056
1457
|
decimals: 18,
|
|
1057
|
-
logoURI: "https://
|
|
1458
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1459
|
+
allowanceStorageOffset: 1,
|
|
1460
|
+
isVyper: !1,
|
|
1461
|
+
balanceStorageOffset: 0
|
|
1058
1462
|
},
|
|
1059
1463
|
{
|
|
1060
1464
|
chainId: 10,
|
|
@@ -1062,7 +1466,10 @@ const s = [
|
|
|
1062
1466
|
name: "sAMMV2-alETH/frxETH",
|
|
1063
1467
|
symbol: "sAMMV2-alETH/frxETH",
|
|
1064
1468
|
decimals: 18,
|
|
1065
|
-
logoURI: "https://
|
|
1469
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1470
|
+
allowanceStorageOffset: 1,
|
|
1471
|
+
isVyper: !1,
|
|
1472
|
+
balanceStorageOffset: 0
|
|
1066
1473
|
},
|
|
1067
1474
|
{
|
|
1068
1475
|
chainId: 10,
|
|
@@ -1070,7 +1477,10 @@ const s = [
|
|
|
1070
1477
|
name: "Stargate",
|
|
1071
1478
|
symbol: "STG",
|
|
1072
1479
|
decimals: 18,
|
|
1073
|
-
logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518"
|
|
1480
|
+
logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518",
|
|
1481
|
+
allowanceStorageOffset: 1,
|
|
1482
|
+
isVyper: !1,
|
|
1483
|
+
balanceStorageOffset: 0
|
|
1074
1484
|
},
|
|
1075
1485
|
{
|
|
1076
1486
|
chainId: 10,
|
|
@@ -1094,7 +1504,10 @@ const s = [
|
|
|
1094
1504
|
name: "SONNE",
|
|
1095
1505
|
symbol: "SONNE",
|
|
1096
1506
|
decimals: 18,
|
|
1097
|
-
logoURI: "https://assets.coingecko.com/coins/images/27540/small/Token1.png?1664422231"
|
|
1507
|
+
logoURI: "https://assets.coingecko.com/coins/images/27540/small/Token1.png?1664422231",
|
|
1508
|
+
allowanceStorageOffset: 1,
|
|
1509
|
+
isVyper: !1,
|
|
1510
|
+
balanceStorageOffset: 0
|
|
1098
1511
|
},
|
|
1099
1512
|
{
|
|
1100
1513
|
chainId: 10,
|
|
@@ -1102,7 +1515,10 @@ const s = [
|
|
|
1102
1515
|
name: "LUSD",
|
|
1103
1516
|
symbol: "LUSD",
|
|
1104
1517
|
decimals: 18,
|
|
1105
|
-
logoURI: "https://assets.coingecko.com/coins/images/14666/small/Group_3.png?1617631327"
|
|
1518
|
+
logoURI: "https://assets.coingecko.com/coins/images/14666/small/Group_3.png?1617631327",
|
|
1519
|
+
allowanceStorageOffset: 1,
|
|
1520
|
+
isVyper: !1,
|
|
1521
|
+
balanceStorageOffset: 0
|
|
1106
1522
|
},
|
|
1107
1523
|
{
|
|
1108
1524
|
chainId: 10,
|
|
@@ -1110,7 +1526,10 @@ const s = [
|
|
|
1110
1526
|
name: "alUSD",
|
|
1111
1527
|
symbol: "alUSD",
|
|
1112
1528
|
decimals: 18,
|
|
1113
|
-
logoURI: "https://assets.coingecko.com/coins/images/14113/small/Alchemix.png?1614409874"
|
|
1529
|
+
logoURI: "https://assets.coingecko.com/coins/images/14113/small/Alchemix.png?1614409874",
|
|
1530
|
+
allowanceStorageOffset: 52,
|
|
1531
|
+
isVyper: !1,
|
|
1532
|
+
balanceStorageOffset: 51
|
|
1114
1533
|
},
|
|
1115
1534
|
{
|
|
1116
1535
|
chainId: 10,
|
|
@@ -1118,7 +1537,10 @@ const s = [
|
|
|
1118
1537
|
name: "MAI",
|
|
1119
1538
|
symbol: "MAI",
|
|
1120
1539
|
decimals: 18,
|
|
1121
|
-
logoURI: "https://
|
|
1540
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/MAI.avif",
|
|
1541
|
+
allowanceStorageOffset: 2,
|
|
1542
|
+
isVyper: !1,
|
|
1543
|
+
balanceStorageOffset: 1
|
|
1122
1544
|
},
|
|
1123
1545
|
{
|
|
1124
1546
|
chainId: 10,
|
|
@@ -1126,7 +1548,10 @@ const s = [
|
|
|
1126
1548
|
name: "VELO",
|
|
1127
1549
|
symbol: "VELO",
|
|
1128
1550
|
decimals: 18,
|
|
1129
|
-
logoURI: "https://
|
|
1551
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1552
|
+
allowanceStorageOffset: 2,
|
|
1553
|
+
isVyper: !1,
|
|
1554
|
+
balanceStorageOffset: 1
|
|
1130
1555
|
},
|
|
1131
1556
|
{
|
|
1132
1557
|
chainId: 10,
|
|
@@ -1134,7 +1559,10 @@ const s = [
|
|
|
1134
1559
|
name: "OP",
|
|
1135
1560
|
symbol: "OP",
|
|
1136
1561
|
decimals: 18,
|
|
1137
|
-
logoURI: "https://
|
|
1562
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/OP.avif",
|
|
1563
|
+
allowanceStorageOffset: 1,
|
|
1564
|
+
isVyper: !1,
|
|
1565
|
+
balanceStorageOffset: 0
|
|
1138
1566
|
},
|
|
1139
1567
|
{
|
|
1140
1568
|
chainId: 10,
|
|
@@ -1142,7 +1570,10 @@ const s = [
|
|
|
1142
1570
|
name: "FRAX",
|
|
1143
1571
|
symbol: "FRAX",
|
|
1144
1572
|
decimals: 18,
|
|
1145
|
-
logoURI: "https://
|
|
1573
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/FRAX.avif",
|
|
1574
|
+
allowanceStorageOffset: 1,
|
|
1575
|
+
isVyper: !1,
|
|
1576
|
+
balanceStorageOffset: 0
|
|
1146
1577
|
},
|
|
1147
1578
|
{
|
|
1148
1579
|
chainId: 10,
|
|
@@ -1150,7 +1581,10 @@ const s = [
|
|
|
1150
1581
|
name: "LDO",
|
|
1151
1582
|
symbol: "LDO",
|
|
1152
1583
|
decimals: 18,
|
|
1153
|
-
logoURI: "https://
|
|
1584
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/LDO.avif",
|
|
1585
|
+
allowanceStorageOffset: 1,
|
|
1586
|
+
isVyper: !1,
|
|
1587
|
+
balanceStorageOffset: 0
|
|
1154
1588
|
},
|
|
1155
1589
|
{
|
|
1156
1590
|
chainId: 10,
|
|
@@ -1158,7 +1592,10 @@ const s = [
|
|
|
1158
1592
|
name: "EXA",
|
|
1159
1593
|
symbol: "EXA",
|
|
1160
1594
|
decimals: 18,
|
|
1161
|
-
logoURI: "https://assets.coingecko.com/coins/images/31089/small/EXA.png?1690447530"
|
|
1595
|
+
logoURI: "https://assets.coingecko.com/coins/images/31089/small/EXA.png?1690447530",
|
|
1596
|
+
allowanceStorageOffset: 52,
|
|
1597
|
+
isVyper: !1,
|
|
1598
|
+
balanceStorageOffset: 51
|
|
1162
1599
|
},
|
|
1163
1600
|
{
|
|
1164
1601
|
chainId: 10,
|
|
@@ -1174,7 +1611,10 @@ const s = [
|
|
|
1174
1611
|
name: "KWENTA",
|
|
1175
1612
|
symbol: "KWENTA",
|
|
1176
1613
|
decimals: 18,
|
|
1177
|
-
logoURI: "https://assets.coingecko.com/coins/images/27409/small/kwenta.png?1668768595"
|
|
1614
|
+
logoURI: "https://assets.coingecko.com/coins/images/27409/small/kwenta.png?1668768595",
|
|
1615
|
+
allowanceStorageOffset: 1,
|
|
1616
|
+
isVyper: !1,
|
|
1617
|
+
balanceStorageOffset: 0
|
|
1178
1618
|
},
|
|
1179
1619
|
{
|
|
1180
1620
|
chainId: 10,
|
|
@@ -1182,7 +1622,10 @@ const s = [
|
|
|
1182
1622
|
name: "sfrxETH",
|
|
1183
1623
|
symbol: "sfrxETH",
|
|
1184
1624
|
decimals: 18,
|
|
1185
|
-
logoURI: "https://
|
|
1625
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/FRAX.avif",
|
|
1626
|
+
allowanceStorageOffset: 1,
|
|
1627
|
+
isVyper: !1,
|
|
1628
|
+
balanceStorageOffset: 0
|
|
1186
1629
|
},
|
|
1187
1630
|
{
|
|
1188
1631
|
chainId: 10,
|
|
@@ -1190,7 +1633,10 @@ const s = [
|
|
|
1190
1633
|
name: "frxETH",
|
|
1191
1634
|
symbol: "frxETH",
|
|
1192
1635
|
decimals: 18,
|
|
1193
|
-
logoURI: "https://
|
|
1636
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/FRAX.avif",
|
|
1637
|
+
allowanceStorageOffset: 1,
|
|
1638
|
+
isVyper: !1,
|
|
1639
|
+
balanceStorageOffset: 0
|
|
1194
1640
|
},
|
|
1195
1641
|
{
|
|
1196
1642
|
chainId: 10,
|
|
@@ -1198,7 +1644,10 @@ const s = [
|
|
|
1198
1644
|
name: "alETH",
|
|
1199
1645
|
symbol: "alETH",
|
|
1200
1646
|
decimals: 18,
|
|
1201
|
-
logoURI: "https://assets.coingecko.com/coins/images/14113/small/Alchemix.png?1614409874"
|
|
1647
|
+
logoURI: "https://assets.coingecko.com/coins/images/14113/small/Alchemix.png?1614409874",
|
|
1648
|
+
allowanceStorageOffset: 52,
|
|
1649
|
+
isVyper: !1,
|
|
1650
|
+
balanceStorageOffset: 51
|
|
1202
1651
|
},
|
|
1203
1652
|
{
|
|
1204
1653
|
chainId: 10,
|
|
@@ -1206,7 +1655,10 @@ const s = [
|
|
|
1206
1655
|
name: "DOLA",
|
|
1207
1656
|
symbol: "DOLA",
|
|
1208
1657
|
decimals: 18,
|
|
1209
|
-
logoURI: "https://assets.coingecko.com/coins/images/14287/small/dola.png?1667738374"
|
|
1658
|
+
logoURI: "https://assets.coingecko.com/coins/images/14287/small/dola.png?1667738374",
|
|
1659
|
+
allowanceStorageOffset: 1,
|
|
1660
|
+
isVyper: !1,
|
|
1661
|
+
balanceStorageOffset: 0
|
|
1210
1662
|
},
|
|
1211
1663
|
{
|
|
1212
1664
|
chainId: 10,
|
|
@@ -1214,7 +1666,10 @@ const s = [
|
|
|
1214
1666
|
name: "THALES",
|
|
1215
1667
|
symbol: "THALES",
|
|
1216
1668
|
decimals: 18,
|
|
1217
|
-
logoURI: "https://assets.coingecko.com/coins/images/18388/small/CLVZJN_C_400x400.png?1631758808"
|
|
1669
|
+
logoURI: "https://assets.coingecko.com/coins/images/18388/small/CLVZJN_C_400x400.png?1631758808",
|
|
1670
|
+
allowanceStorageOffset: 1,
|
|
1671
|
+
isVyper: !1,
|
|
1672
|
+
balanceStorageOffset: 0
|
|
1218
1673
|
},
|
|
1219
1674
|
{
|
|
1220
1675
|
chainId: 10,
|
|
@@ -1222,7 +1677,10 @@ const s = [
|
|
|
1222
1677
|
name: "agEUR",
|
|
1223
1678
|
symbol: "agEUR",
|
|
1224
1679
|
decimals: 18,
|
|
1225
|
-
logoURI: "https://assets.coingecko.com/coins/images/19479/small/agEUR.png?1635283566"
|
|
1680
|
+
logoURI: "https://assets.coingecko.com/coins/images/19479/small/agEUR.png?1635283566",
|
|
1681
|
+
allowanceStorageOffset: 52,
|
|
1682
|
+
isVyper: !1,
|
|
1683
|
+
balanceStorageOffset: 51
|
|
1226
1684
|
},
|
|
1227
1685
|
{
|
|
1228
1686
|
chainId: 10,
|
|
@@ -1230,7 +1688,10 @@ const s = [
|
|
|
1230
1688
|
name: "LYRA",
|
|
1231
1689
|
symbol: "LYRA",
|
|
1232
1690
|
decimals: 18,
|
|
1233
|
-
logoURI: "https://assets.coingecko.com/coins/images/21490/small/Add-a-heading-26.png?1639364177"
|
|
1691
|
+
logoURI: "https://assets.coingecko.com/coins/images/21490/small/Add-a-heading-26.png?1639364177",
|
|
1692
|
+
allowanceStorageOffset: 1,
|
|
1693
|
+
isVyper: !1,
|
|
1694
|
+
balanceStorageOffset: 0
|
|
1234
1695
|
},
|
|
1235
1696
|
{
|
|
1236
1697
|
chainId: 10,
|
|
@@ -1238,7 +1699,10 @@ const s = [
|
|
|
1238
1699
|
name: "jEUR",
|
|
1239
1700
|
symbol: "jEUR",
|
|
1240
1701
|
decimals: 18,
|
|
1241
|
-
logoURI: "https://assets.coingecko.com/coins/images/15725/small/jEUR.png?1634046044"
|
|
1702
|
+
logoURI: "https://assets.coingecko.com/coins/images/15725/small/jEUR.png?1634046044",
|
|
1703
|
+
allowanceStorageOffset: 3,
|
|
1704
|
+
isVyper: !1,
|
|
1705
|
+
balanceStorageOffset: 2
|
|
1242
1706
|
},
|
|
1243
1707
|
{
|
|
1244
1708
|
chainId: 10,
|
|
@@ -1246,7 +1710,10 @@ const s = [
|
|
|
1246
1710
|
name: "VELO",
|
|
1247
1711
|
symbol: "VELO",
|
|
1248
1712
|
decimals: 18,
|
|
1249
|
-
logoURI: "https://
|
|
1713
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/vAMM.webp",
|
|
1714
|
+
allowanceStorageOffset: 1,
|
|
1715
|
+
isVyper: !1,
|
|
1716
|
+
balanceStorageOffset: 0
|
|
1250
1717
|
},
|
|
1251
1718
|
{
|
|
1252
1719
|
chainId: 10,
|
|
@@ -1254,7 +1721,10 @@ const s = [
|
|
|
1254
1721
|
name: "BIFI",
|
|
1255
1722
|
symbol: "BIFI",
|
|
1256
1723
|
decimals: 18,
|
|
1257
|
-
logoURI: "https://
|
|
1724
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1725
|
+
allowanceStorageOffset: 12,
|
|
1726
|
+
isVyper: !1,
|
|
1727
|
+
balanceStorageOffset: 2
|
|
1258
1728
|
},
|
|
1259
1729
|
{
|
|
1260
1730
|
chainId: 10,
|
|
@@ -1262,7 +1732,10 @@ const s = [
|
|
|
1262
1732
|
name: "Uniswap",
|
|
1263
1733
|
symbol: "UNI",
|
|
1264
1734
|
decimals: 18,
|
|
1265
|
-
logoURI: "https://
|
|
1735
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/UNISWAP.avif",
|
|
1736
|
+
allowanceStorageOffset: 1,
|
|
1737
|
+
isVyper: !1,
|
|
1738
|
+
balanceStorageOffset: 0
|
|
1266
1739
|
},
|
|
1267
1740
|
{
|
|
1268
1741
|
chainId: 10,
|
|
@@ -1270,7 +1743,10 @@ const s = [
|
|
|
1270
1743
|
name: "Aave Token",
|
|
1271
1744
|
symbol: "AAVE",
|
|
1272
1745
|
decimals: 18,
|
|
1273
|
-
logoURI: "https://assets.coingecko.com/coins/images/12645/standard/AAVE.png?1696512452"
|
|
1746
|
+
logoURI: "https://assets.coingecko.com/coins/images/12645/standard/AAVE.png?1696512452",
|
|
1747
|
+
allowanceStorageOffset: 1,
|
|
1748
|
+
isVyper: !1,
|
|
1749
|
+
balanceStorageOffset: 0
|
|
1274
1750
|
},
|
|
1275
1751
|
{
|
|
1276
1752
|
chainId: 10,
|
|
@@ -1286,7 +1762,10 @@ const s = [
|
|
|
1286
1762
|
name: "Axelar",
|
|
1287
1763
|
symbol: "AXL",
|
|
1288
1764
|
decimals: 6,
|
|
1289
|
-
logoURI: "https://assets.coingecko.com/coins/images/27277/standard/V-65_xQ1_400x400.jpeg?1696526329"
|
|
1765
|
+
logoURI: "https://assets.coingecko.com/coins/images/27277/standard/V-65_xQ1_400x400.jpeg?1696526329",
|
|
1766
|
+
allowanceStorageOffset: 1,
|
|
1767
|
+
isVyper: !1,
|
|
1768
|
+
balanceStorageOffset: 0
|
|
1290
1769
|
},
|
|
1291
1770
|
{
|
|
1292
1771
|
chainId: 10,
|
|
@@ -1294,7 +1773,10 @@ const s = [
|
|
|
1294
1773
|
name: "ChainLink Token",
|
|
1295
1774
|
symbol: "LINK",
|
|
1296
1775
|
decimals: 18,
|
|
1297
|
-
logoURI: "https://assets.coingecko.com/coins/images/877/standard/chainlink-new-logo.png?1696502009"
|
|
1776
|
+
logoURI: "https://assets.coingecko.com/coins/images/877/standard/chainlink-new-logo.png?1696502009",
|
|
1777
|
+
allowanceStorageOffset: 1,
|
|
1778
|
+
isVyper: !1,
|
|
1779
|
+
balanceStorageOffset: 0
|
|
1298
1780
|
},
|
|
1299
1781
|
{
|
|
1300
1782
|
chainId: 10,
|
|
@@ -1302,7 +1784,10 @@ const s = [
|
|
|
1302
1784
|
name: "Worldcoin",
|
|
1303
1785
|
symbol: "WLD",
|
|
1304
1786
|
decimals: 18,
|
|
1305
|
-
logoURI: "https://assets.coingecko.com/coins/images/31069/standard/worldcoin.jpeg?1696529903"
|
|
1787
|
+
logoURI: "https://assets.coingecko.com/coins/images/31069/standard/worldcoin.jpeg?1696529903",
|
|
1788
|
+
allowanceStorageOffset: 1,
|
|
1789
|
+
isVyper: !1,
|
|
1790
|
+
balanceStorageOffset: 0
|
|
1306
1791
|
},
|
|
1307
1792
|
{
|
|
1308
1793
|
chainId: 10,
|
|
@@ -1311,9 +1796,11 @@ const s = [
|
|
|
1311
1796
|
name: "WETH_A_TOKEN v3",
|
|
1312
1797
|
symbol: "WETH_A_TOKEN v3",
|
|
1313
1798
|
decimals: 18,
|
|
1314
|
-
logoURI: "https://
|
|
1799
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1315
1800
|
isVolatile: !0,
|
|
1316
|
-
aaveToken: !0
|
|
1801
|
+
aaveToken: !0,
|
|
1802
|
+
allowanceStorageOffset: 53,
|
|
1803
|
+
isVyper: !1
|
|
1317
1804
|
},
|
|
1318
1805
|
{
|
|
1319
1806
|
chainId: 10,
|
|
@@ -1322,9 +1809,11 @@ const s = [
|
|
|
1322
1809
|
name: "wstETH_A_TOKEN v3",
|
|
1323
1810
|
symbol: "wstETH_A_TOKEN v3",
|
|
1324
1811
|
decimals: 18,
|
|
1325
|
-
logoURI: "https://
|
|
1812
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1326
1813
|
isVolatile: !0,
|
|
1327
|
-
aaveToken: !0
|
|
1814
|
+
aaveToken: !0,
|
|
1815
|
+
allowanceStorageOffset: 53,
|
|
1816
|
+
isVyper: !1
|
|
1328
1817
|
},
|
|
1329
1818
|
{
|
|
1330
1819
|
chainId: 10,
|
|
@@ -1333,9 +1822,11 @@ const s = [
|
|
|
1333
1822
|
name: "WBTC_A_TOKEN v3",
|
|
1334
1823
|
symbol: "WBTC_A_TOKEN v3",
|
|
1335
1824
|
decimals: 8,
|
|
1336
|
-
logoURI: "https://
|
|
1825
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1337
1826
|
isVolatile: !0,
|
|
1338
|
-
aaveToken: !0
|
|
1827
|
+
aaveToken: !0,
|
|
1828
|
+
allowanceStorageOffset: 53,
|
|
1829
|
+
isVyper: !1
|
|
1339
1830
|
},
|
|
1340
1831
|
{
|
|
1341
1832
|
chainId: 10,
|
|
@@ -1344,9 +1835,11 @@ const s = [
|
|
|
1344
1835
|
name: "USDC_A_TOKEN v3",
|
|
1345
1836
|
symbol: "USDC_A_TOKEN v3",
|
|
1346
1837
|
decimals: 6,
|
|
1347
|
-
logoURI: "https://
|
|
1838
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1348
1839
|
isVolatile: !0,
|
|
1349
|
-
aaveToken: !0
|
|
1840
|
+
aaveToken: !0,
|
|
1841
|
+
allowanceStorageOffset: 53,
|
|
1842
|
+
isVyper: !1
|
|
1350
1843
|
},
|
|
1351
1844
|
{
|
|
1352
1845
|
chainId: 10,
|
|
@@ -1355,9 +1848,11 @@ const s = [
|
|
|
1355
1848
|
name: "USDT_A_TOKEN v3",
|
|
1356
1849
|
symbol: "USDT_A_TOKEN v3",
|
|
1357
1850
|
decimals: 6,
|
|
1358
|
-
logoURI: "https://
|
|
1851
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1359
1852
|
isVolatile: !0,
|
|
1360
|
-
aaveToken: !0
|
|
1853
|
+
aaveToken: !0,
|
|
1854
|
+
allowanceStorageOffset: 53,
|
|
1855
|
+
isVyper: !1
|
|
1361
1856
|
},
|
|
1362
1857
|
{
|
|
1363
1858
|
chainId: 10,
|
|
@@ -1366,9 +1861,11 @@ const s = [
|
|
|
1366
1861
|
name: "DAI_A_TOKEN v3",
|
|
1367
1862
|
symbol: "DAI_A_TOKEN v3",
|
|
1368
1863
|
decimals: 18,
|
|
1369
|
-
logoURI: "https://
|
|
1864
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
1370
1865
|
isVolatile: !0,
|
|
1371
|
-
aaveToken: !0
|
|
1866
|
+
aaveToken: !0,
|
|
1867
|
+
allowanceStorageOffset: 53,
|
|
1868
|
+
isVyper: !1
|
|
1372
1869
|
},
|
|
1373
1870
|
{
|
|
1374
1871
|
chainId: 10,
|
|
@@ -1376,7 +1873,10 @@ const s = [
|
|
|
1376
1873
|
name: "Kelp DAO Restaked ETH",
|
|
1377
1874
|
symbol: "rsETH",
|
|
1378
1875
|
decimals: 18,
|
|
1379
|
-
logoURI: "https://assets.coingecko.com/coins/images/33800/standard/Icon___Dark.png?1702991855"
|
|
1876
|
+
logoURI: "https://assets.coingecko.com/coins/images/33800/standard/Icon___Dark.png?1702991855",
|
|
1877
|
+
allowanceStorageOffset: 6,
|
|
1878
|
+
isVyper: !1,
|
|
1879
|
+
balanceStorageOffset: 5
|
|
1380
1880
|
},
|
|
1381
1881
|
{
|
|
1382
1882
|
chainId: 10,
|
|
@@ -1384,9 +1884,15 @@ const s = [
|
|
|
1384
1884
|
name: "Wrapped Restaked eETH",
|
|
1385
1885
|
symbol: "weETH",
|
|
1386
1886
|
decimals: 18,
|
|
1387
|
-
logoURI: "https://assets.coingecko.com/coins/images/33033/small/weETH.png?1701438396"
|
|
1887
|
+
logoURI: "https://assets.coingecko.com/coins/images/33033/small/weETH.png?1701438396",
|
|
1888
|
+
allowanceStorageOffset: 1,
|
|
1889
|
+
isVyper: !1,
|
|
1890
|
+
balanceStorageOffset: 0
|
|
1388
1891
|
}
|
|
1389
|
-
]
|
|
1892
|
+
], o = {
|
|
1893
|
+
networkRegistry: e
|
|
1894
|
+
};
|
|
1390
1895
|
export {
|
|
1391
|
-
|
|
1896
|
+
o as default,
|
|
1897
|
+
e as networkRegistry
|
|
1392
1898
|
};
|