@hinkal/common 0.2.13 → 0.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/API/API.cjs +1 -1
- package/API/API.d.ts +10 -3
- package/API/API.mjs +42 -31
- package/API/ai-calls.cjs +1 -0
- package/API/ai-calls.d.ts +9 -0
- package/API/ai-calls.mjs +13 -0
- package/API/callCurveAPI.cjs +1 -1
- package/API/callCurveAPI.mjs +28 -22
- package/API/callRelayer.d.ts +3 -2
- package/API/dataServerCalls.cjs +1 -1
- package/API/dataServerCalls.d.ts +4 -0
- package/API/dataServerCalls.mjs +11 -7
- package/API/duneAPI.cjs +1 -1
- package/API/duneAPI.mjs +7 -4
- package/API/fetchCommitmentsCache.cjs +1 -1
- package/API/fetchCommitmentsCache.d.ts +9 -1
- package/API/fetchCommitmentsCache.mjs +6 -5
- package/API/getGasEstimates.cjs +1 -1
- package/API/getGasEstimates.d.ts +2 -1
- package/API/getGasEstimates.mjs +10 -9
- package/API/getRelayerURL.cjs +1 -1
- package/API/getRelayerURL.mjs +4 -4
- package/API/getServerURL.cjs +1 -1
- package/API/getServerURL.d.ts +1 -1
- package/API/getServerURL.mjs +14 -12
- package/API/index.d.ts +2 -0
- package/API/is-tx-stateless.cjs +1 -0
- package/API/is-tx-stateless.d.ts +3 -0
- package/API/is-tx-stateless.mjs +9 -0
- package/API/rewardsPointsCalls.cjs +1 -1
- package/API/rewardsPointsCalls.d.ts +3 -3
- package/API/rewardsPointsCalls.mjs +1 -3
- package/API/tenderly.api.cjs +1 -0
- package/API/tenderly.api.d.ts +14 -0
- package/API/tenderly.api.mjs +55 -0
- package/API/token-calls.cjs +1 -0
- package/API/token-calls.d.ts +2 -0
- package/API/token-calls.mjs +9 -0
- package/API/userVerifyTransactions.cjs +1 -1
- package/API/userVerifyTransactions.d.ts +6 -7
- package/API/userVerifyTransactions.mjs +13 -14
- package/constants/addresses.constants.cjs +1 -0
- package/constants/addresses.constants.d.ts +16 -0
- package/constants/addresses.constants.mjs +50 -0
- package/constants/assets.constants.cjs +1 -1
- package/constants/assets.constants.mjs +13 -13
- package/constants/axelar.constants.cjs +1 -1
- package/constants/axelar.constants.mjs +11 -11
- package/constants/balance.constants.cjs +1 -0
- package/constants/balance.constants.d.ts +1 -0
- package/constants/balance.constants.mjs +4 -0
- package/constants/chains.constants.cjs +1 -1
- package/constants/chains.constants.d.ts +2 -2
- package/constants/chains.constants.mjs +32 -35
- package/constants/contracts.constants.cjs +1 -1
- package/constants/contracts.constants.mjs +144 -140
- package/constants/conversion.constants.cjs +1 -0
- package/constants/conversion.constants.d.ts +1 -0
- package/constants/conversion.constants.mjs +4 -0
- package/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +10115 -3422
- package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-avalanche.json.mjs +10112 -3415
- package/constants/deploy-data/deploy-data-base.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-base.json.mjs +9408 -3725
- package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +9893 -3194
- package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +6318 -3587
- package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-localhost.json.mjs +3208 -1550
- package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-optimism.json.mjs +10113 -3422
- package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
- package/constants/deploy-data/deploy-data-polygon.json.mjs +10092 -3423
- package/constants/fees.constants.cjs +1 -1
- package/constants/fees.constants.d.ts +5 -3
- package/constants/fees.constants.mjs +22 -19
- package/constants/index.d.ts +6 -0
- package/constants/kyc.constants.cjs +1 -1
- package/constants/kyc.constants.mjs +30 -18
- package/constants/mediaUrls.constants.cjs +1 -0
- package/constants/mediaUrls.constants.d.ts +23 -0
- package/constants/mediaUrls.constants.mjs +26 -0
- package/constants/permit2.constants.cjs +1 -0
- package/constants/permit2.constants.d.ts +2 -0
- package/constants/permit2.constants.mjs +5 -0
- package/constants/protocol.constants.cjs +1 -1
- package/constants/protocol.constants.d.ts +8 -0
- package/constants/protocol.constants.mjs +29 -15
- package/constants/rewards.constants.cjs +1 -1
- package/constants/rewards.constants.mjs +14 -12
- package/constants/server.constants.cjs +1 -1
- package/constants/server.constants.d.ts +34 -6
- package/constants/server.constants.mjs +48 -20
- package/constants/token-data/ERC20Registry.cjs +1 -1
- package/constants/token-data/ERC20Registry.mjs +49 -48
- package/constants/token-data/arbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistry.json.mjs +350 -110
- package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/arbMainnetRegistryFixed.json.mjs +334 -100
- package/constants/token-data/avalancheRegistry.json.cjs +1 -1
- package/constants/token-data/avalancheRegistry.json.mjs +236 -68
- package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -1
- package/constants/token-data/avalancheRegistryFixed.json.mjs +236 -68
- package/constants/token-data/baseRegistry.json.cjs +1 -1
- package/constants/token-data/baseRegistry.json.mjs +224 -59
- package/constants/token-data/baseRegistryFixed.json.cjs +1 -1
- package/constants/token-data/baseRegistryFixed.json.mjs +212 -56
- package/constants/token-data/bnbMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/bnbMainnetRegistry.json.mjs +67 -64
- package/constants/token-data/bnbMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/bnbMainnetRegistryFixed.json.mjs +67 -64
- package/constants/token-data/ethMainnetRegistry.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistry.json.mjs +1017 -344
- package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -1
- package/constants/token-data/ethMainnetRegistryFixed.json.mjs +946 -303
- package/constants/token-data/index.cjs +1 -0
- package/constants/token-data/index.d.ts +1496 -15
- package/constants/token-data/index.mjs +34 -0
- package/constants/token-data/localhostRegistry.json.cjs +1 -1
- package/constants/token-data/localhostRegistry.json.mjs +296 -276
- package/constants/token-data/optimismRegistry.json.cjs +1 -1
- package/constants/token-data/optimismRegistry.json.mjs +703 -180
- package/constants/token-data/optimismRegistryFixed.json.cjs +1 -1
- package/constants/token-data/optimismRegistryFixed.json.mjs +679 -173
- package/constants/token-data/polygonRegistry.json.cjs +1 -1
- package/constants/token-data/polygonRegistry.json.mjs +530 -155
- package/constants/token-data/polygonRegistryFixed.json.cjs +1 -1
- package/constants/token-data/polygonRegistryFixed.json.mjs +504 -147
- package/constants/token.limits.constants.cjs +1 -0
- package/constants/token.limits.constants.d.ts +5 -0
- package/constants/token.limits.constants.mjs +30 -0
- package/constants/vite.constants.cjs +1 -1
- package/constants/vite.constants.d.ts +7 -1
- package/constants/vite.constants.mjs +27 -22
- package/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/data-structures/Hinkal/Hinkal.d.ts +48 -20
- package/data-structures/Hinkal/Hinkal.mjs +264 -85
- package/data-structures/Hinkal/IHinkal.d.ts +37 -10
- package/data-structures/Hinkal/hinkalActionBeefy.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionBeefy.mjs +25 -23
- package/data-structures/Hinkal/hinkalActionConvex.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionConvex.mjs +11 -9
- package/data-structures/Hinkal/hinkalActionCurve.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionCurve.mjs +18 -16
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.cjs +1 -0
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.d.ts +3 -0
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.mjs +61 -0
- package/data-structures/Hinkal/hinkalActionLidoEth.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionLidoEth.mjs +24 -22
- package/data-structures/Hinkal/hinkalActionPendle.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionPendle.d.ts +1 -1
- package/data-structures/Hinkal/hinkalActionPendle.mjs +17 -15
- package/data-structures/Hinkal/hinkalActionPendleLP.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionPendleLP.mjs +29 -26
- package/data-structures/Hinkal/hinkalActionReceive.cjs +1 -0
- package/data-structures/Hinkal/hinkalActionReceive.d.ts +4 -0
- package/data-structures/Hinkal/hinkalActionReceive.mjs +39 -0
- package/data-structures/Hinkal/hinkalActionStake.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionStake.d.ts +1 -1
- package/data-structures/Hinkal/hinkalActionStake.mjs +15 -11
- package/data-structures/Hinkal/hinkalActionVolatile.cjs +1 -1
- package/data-structures/Hinkal/hinkalActionVolatile.d.ts +1 -1
- package/data-structures/Hinkal/hinkalActionVolatile.mjs +31 -26
- package/data-structures/Hinkal/hinkalApprove.cjs +1 -0
- package/data-structures/Hinkal/hinkalApprove.d.ts +2 -0
- package/data-structures/Hinkal/hinkalApprove.mjs +120 -0
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.cjs +1 -0
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.d.ts +3 -0
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.mjs +12 -0
- package/data-structures/Hinkal/hinkalDeploySubAccount.cjs +1 -0
- package/data-structures/Hinkal/hinkalDeploySubAccount.d.ts +3 -0
- package/data-structures/Hinkal/hinkalDeploySubAccount.mjs +15 -0
- package/data-structures/Hinkal/hinkalDeposit.cjs +1 -1
- package/data-structures/Hinkal/hinkalDeposit.d.ts +3 -2
- package/data-structures/Hinkal/hinkalDeposit.mjs +116 -52
- package/data-structures/Hinkal/hinkalGetRecipientInfo.cjs +1 -0
- package/data-structures/Hinkal/hinkalGetRecipientInfo.d.ts +2 -0
- package/data-structures/Hinkal/hinkalGetRecipientInfo.mjs +10 -0
- package/data-structures/Hinkal/hinkalGetZkMeProvider.cjs +1 -1
- package/data-structures/Hinkal/hinkalGetZkMeProvider.mjs +6 -17
- package/data-structures/Hinkal/hinkalInsideTransact.cjs +1 -0
- package/data-structures/Hinkal/hinkalInsideTransact.d.ts +2 -0
- package/data-structures/Hinkal/hinkalInsideTransact.mjs +111 -0
- package/data-structures/Hinkal/hinkalMultiSend.cjs +1 -0
- package/data-structures/Hinkal/hinkalMultiSend.d.ts +3 -0
- package/data-structures/Hinkal/hinkalMultiSend.mjs +13 -0
- package/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
- package/data-structures/Hinkal/hinkalPrivateWallet.d.ts +2 -1
- package/data-structures/Hinkal/hinkalPrivateWallet.mjs +83 -37
- package/data-structures/Hinkal/hinkalProoflessDeposit.cjs +1 -0
- package/data-structures/Hinkal/hinkalProoflessDeposit.d.ts +4 -0
- package/data-structures/Hinkal/hinkalProoflessDeposit.mjs +46 -0
- package/data-structures/Hinkal/hinkalProxySwap.cjs +1 -0
- package/data-structures/Hinkal/hinkalProxySwap.d.ts +5 -0
- package/data-structures/Hinkal/hinkalProxySwap.mjs +36 -0
- package/data-structures/Hinkal/hinkalSignSubAccount.cjs +1 -0
- package/data-structures/Hinkal/hinkalSignSubAccount.d.ts +3 -0
- package/data-structures/Hinkal/hinkalSignSubAccount.mjs +20 -0
- package/data-structures/Hinkal/hinkalSwap.cjs +1 -1
- package/data-structures/Hinkal/hinkalSwap.d.ts +2 -1
- package/data-structures/Hinkal/hinkalSwap.mjs +69 -60
- package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
- package/data-structures/Hinkal/hinkalWithdraw.d.ts +3 -1
- package/data-structures/Hinkal/hinkalWithdraw.mjs +77 -50
- package/data-structures/Hinkal/index.d.ts +1 -0
- package/data-structures/Hinkal/resetMerkleTrees.cjs +1 -1
- package/data-structures/Hinkal/resetMerkleTrees.mjs +18 -11
- package/data-structures/IndexedDB/activity-db.cjs +1 -0
- package/data-structures/IndexedDB/activity-db.d.ts +16 -0
- package/data-structures/IndexedDB/activity-db.mjs +124 -0
- package/data-structures/IndexedDB/balances-db.cjs +1 -0
- package/data-structures/IndexedDB/balances-db.d.ts +13 -0
- package/data-structures/IndexedDB/balances-db.mjs +75 -0
- package/data-structures/IndexedDB/contact-db.cjs +1 -0
- package/data-structures/IndexedDB/contact-db.d.ts +11 -0
- package/data-structures/IndexedDB/contact-db.mjs +44 -0
- package/data-structures/IndexedDB/index.d.ts +5 -0
- package/data-structures/IndexedDB/prices-db.cjs +1 -0
- package/data-structures/IndexedDB/prices-db.d.ts +9 -0
- package/data-structures/IndexedDB/prices-db.mjs +62 -0
- package/data-structures/IndexedDB/private-balances-db.cjs +1 -0
- package/data-structures/IndexedDB/private-balances-db.d.ts +9 -0
- package/data-structures/IndexedDB/private-balances-db.mjs +28 -0
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs +1 -1
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs +47 -44
- package/data-structures/TokenDBs/PrivateTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/PrivateTokensDB.d.ts +11 -0
- package/data-structures/TokenDBs/PrivateTokensDB.mjs +53 -0
- package/data-structures/TokenDBs/PublicTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/PublicTokensDB.d.ts +13 -0
- package/data-structures/TokenDBs/PublicTokensDB.mjs +86 -0
- package/data-structures/TokenDBs/index.d.ts +2 -0
- package/data-structures/cacheDevices/AttachableMemoryCacheDevice.cjs +1 -0
- package/data-structures/cacheDevices/AttachableMemoryCacheDevice.d.ts +8 -0
- package/data-structures/cacheDevices/AttachableMemoryCacheDevice.mjs +28 -0
- package/data-structures/cacheDevices/BaseCacheDevice.cjs +1 -1
- package/data-structures/cacheDevices/BaseCacheDevice.d.ts +9 -6
- package/data-structures/cacheDevices/BaseCacheDevice.mjs +13 -4
- package/data-structures/cacheDevices/FileCacheDevice.cjs +1 -1
- package/data-structures/cacheDevices/FileCacheDevice.d.ts +1 -0
- package/data-structures/cacheDevices/FileCacheDevice.mjs +7 -3
- package/data-structures/cacheDevices/LocalStorageCacheDevice.cjs +1 -1
- package/data-structures/cacheDevices/LocalStorageCacheDevice.d.ts +2 -1
- package/data-structures/cacheDevices/LocalStorageCacheDevice.mjs +10 -5
- package/data-structures/crypto-keys/decodeUTXO.cjs +1 -1
- package/data-structures/crypto-keys/decodeUTXO.mjs +13 -12
- package/data-structures/crypto-keys/keys.cjs +1 -1
- package/data-structures/crypto-keys/keys.d.ts +13 -3
- package/data-structures/crypto-keys/keys.mjs +45 -34
- package/data-structures/custom-token-registry/CustomTokenRegistry.cjs +1 -1
- package/data-structures/custom-token-registry/CustomTokenRegistry.d.ts +2 -3
- package/data-structures/custom-token-registry/CustomTokenRegistry.mjs +17 -21
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.mjs +15 -29
- package/data-structures/event-service/AbstractApprovalsSnapshotService.cjs +1 -0
- package/data-structures/event-service/AbstractApprovalsSnapshotService.d.ts +30 -0
- package/data-structures/event-service/AbstractApprovalsSnapshotService.mjs +104 -0
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.mjs +24 -37
- package/data-structures/event-service/AbstractEventService.cjs +1 -1
- package/data-structures/event-service/AbstractEventService.d.ts +1 -1
- package/data-structures/event-service/AbstractEventService.mjs +15 -15
- package/data-structures/event-service/index.d.ts +1 -0
- package/data-structures/index.d.ts +2 -0
- package/data-structures/merkle-tree/MerkleTree.cjs +1 -1
- package/data-structures/merkle-tree/MerkleTree.d.ts +7 -2
- package/data-structures/merkle-tree/MerkleTree.mjs +85 -70
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.cjs +1 -0
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.d.ts +3 -0
- package/data-structures/merkle-tree/getPatchedAccessTokenMerkleTree.mjs +13 -0
- package/data-structures/merkle-tree/index.d.ts +1 -0
- package/data-structures/provider-adapter/IProviderAdapter.d.ts +2 -0
- package/data-structures/snapshot/ClientAccessTokenSnapshotService.cjs +1 -1
- package/data-structures/snapshot/ClientAccessTokenSnapshotService.mjs +3 -2
- package/data-structures/snapshot/ClientApprovalsSnapshotService.cjs +1 -0
- package/data-structures/snapshot/ClientApprovalsSnapshotService.d.ts +8 -0
- package/data-structures/snapshot/ClientApprovalsSnapshotService.mjs +23 -0
- package/data-structures/snapshot/ClientCommitmentsSnapshotService.cjs +1 -1
- package/data-structures/snapshot/ClientCommitmentsSnapshotService.mjs +3 -2
- package/data-structures/snapshot/ClientNullifierSnapshotService.cjs +1 -1
- package/data-structures/snapshot/ClientNullifierSnapshotService.mjs +6 -5
- package/data-structures/token-price-fetcher/TokenChecker.cjs +1 -1
- package/data-structures/token-price-fetcher/TokenChecker.d.ts +1 -0
- package/data-structures/token-price-fetcher/TokenChecker.mjs +4 -2
- package/data-structures/transactions-manager/TransactionsManager.cjs +1 -1
- package/data-structures/transactions-manager/TransactionsManager.d.ts +8 -6
- package/data-structures/transactions-manager/TransactionsManager.mjs +124 -122
- package/data-structures/transactions-manager/history/getBeefyData.cjs +1 -1
- package/data-structures/transactions-manager/history/getBeefyData.mjs +3 -2
- package/data-structures/transactions-manager/history/getConvexData.cjs +1 -1
- package/data-structures/transactions-manager/history/getConvexData.mjs +3 -2
- package/data-structures/transactions-manager/history/getCurveData.cjs +1 -1
- package/data-structures/transactions-manager/history/getCurveData.mjs +3 -2
- package/data-structures/transactions-manager/history/getLidoData.cjs +1 -1
- package/data-structures/transactions-manager/history/getLidoData.mjs +3 -2
- package/data-structures/transactions-manager/history/getPendleData.cjs +1 -1
- package/data-structures/transactions-manager/history/getPendleData.mjs +13 -12
- package/data-structures/transactions-manager/history/getTxDetails.cjs +1 -1
- package/data-structures/transactions-manager/history/getTxDetails.mjs +22 -20
- package/data-structures/transactions-manager/history/getVolatileData.cjs +1 -1
- package/data-structures/transactions-manager/history/getVolatileData.mjs +11 -10
- package/data-structures/transactions-manager/history/history.types.cjs +1 -1
- package/data-structures/transactions-manager/history/history.types.mjs +4 -2
- package/data-structures/utxo/Utxo.cjs +1 -1
- package/data-structures/utxo/Utxo.d.ts +3 -3
- package/data-structures/utxo/Utxo.mjs +8 -7
- package/error-handling/error-codes.constants.cjs +2 -2
- package/error-handling/error-codes.constants.d.ts +22 -1
- package/error-handling/error-codes.constants.mjs +129 -112
- package/error-handling/get-error.message.cjs +1 -1
- package/error-handling/get-error.message.mjs +29 -25
- package/error-handling/index.d.ts +1 -0
- package/error-handling/logger.cjs +1 -0
- package/error-handling/logger.d.ts +5 -0
- package/error-handling/logger.mjs +16 -0
- package/error-handling/types.cjs +1 -1
- package/error-handling/types.d.ts +3 -1
- package/error-handling/types.mjs +2 -2
- package/externalABIs/BabPassport.json.cjs +1 -1
- package/externalABIs/BabPassport.json.mjs +8 -3
- package/externalABIs/BeefyRouterAbi.json.cjs +1 -1
- package/externalABIs/BeefyRouterAbi.json.mjs +5 -2
- package/externalABIs/BeefyStrategyAbi.json.cjs +1 -1
- package/externalABIs/BeefyStrategyAbi.json.mjs +5 -2
- package/externalABIs/BeefyVaultAbi.json.cjs +1 -1
- package/externalABIs/BeefyVaultAbi.json.mjs +5 -2
- package/externalABIs/BeefyZapAbi.json.cjs +1 -1
- package/externalABIs/BeefyZapAbi.json.mjs +5 -2
- package/externalABIs/BeefyZapOneInchAbi.json.cjs +1 -1
- package/externalABIs/BeefyZapOneInchAbi.json.mjs +5 -2
- package/externalABIs/ConvexBoosterAbi.json.cjs +1 -1
- package/externalABIs/ConvexBoosterAbi.json.mjs +5 -2
- package/externalABIs/ConvexBoosterAbiMainnet.json.cjs +1 -1
- package/externalABIs/ConvexBoosterAbiMainnet.json.mjs +5 -2
- package/externalABIs/ConvexRewardPoolAbi.json.cjs +1 -1
- package/externalABIs/ConvexRewardPoolAbi.json.mjs +5 -2
- package/externalABIs/CurveReadingWrapperAbi.json.cjs +1 -1
- package/externalABIs/CurveReadingWrapperAbi.json.mjs +5 -2
- package/externalABIs/CurveWrappedMainPool.json.cjs +1 -1
- package/externalABIs/CurveWrappedMainPool.json.mjs +5 -2
- package/externalABIs/CurveZap.json.cjs +1 -1
- package/externalABIs/CurveZap.json.mjs +5 -2
- package/externalABIs/CvxCrvUtilities.json.cjs +1 -1
- package/externalABIs/CvxCrvUtilities.json.mjs +5 -2
- package/externalABIs/ERC20.json.cjs +1 -1
- package/externalABIs/ERC20.json.mjs +20 -3
- package/externalABIs/GalxePassport.json.cjs +1 -1
- package/externalABIs/GalxePassport.json.mjs +8 -3
- package/externalABIs/IQuoterV2.json.cjs +1 -1
- package/externalABIs/IQuoterV2.json.mjs +20 -3
- package/externalABIs/ISwapRouter.json.cjs +1 -1
- package/externalABIs/ISwapRouter.json.mjs +5 -2
- package/externalABIs/IUniswapV3Factory.json.cjs +1 -1
- package/externalABIs/IUniswapV3Factory.json.mjs +20 -3
- package/externalABIs/IUniswapV3Pool.json.cjs +1 -1
- package/externalABIs/IUniswapV3Pool.json.mjs +20 -3
- package/externalABIs/PendleRouterAbi.json.cjs +1 -1
- package/externalABIs/PendleRouterAbi.json.mjs +5 -2
- package/externalABIs/UniswapV2PoolAbi.json.cjs +1 -1
- package/externalABIs/UniswapV2PoolAbi.json.mjs +16 -3
- package/externalABIs/index.cjs +1 -0
- package/externalABIs/index.d.ts +307 -11
- package/externalABIs/index.mjs +23 -0
- package/externalABIs/transactionsProver.json.cjs +1 -1
- package/externalABIs/transactionsProver.json.mjs +20 -3
- package/functions/kyc/zkMeHelper.cjs +1 -1
- package/functions/kyc/zkMeHelper.d.ts +0 -1
- package/functions/kyc/zkMeHelper.mjs +8 -11
- package/functions/pre-transaction/getExternalSwapAddress.cjs +1 -0
- package/functions/pre-transaction/getExternalSwapAddress.d.ts +3 -0
- package/functions/pre-transaction/getExternalSwapAddress.mjs +26 -0
- package/functions/pre-transaction/getFeeStructure.cjs +1 -0
- package/functions/pre-transaction/getFeeStructure.d.ts +4 -0
- package/functions/pre-transaction/getFeeStructure.mjs +30 -0
- package/functions/pre-transaction/getFlatFees.cjs +1 -1
- package/functions/pre-transaction/getFlatFees.d.ts +3 -7
- package/functions/pre-transaction/getFlatFees.mjs +52 -46
- package/functions/pre-transaction/getSignatureDataForTransact.cjs +1 -0
- package/functions/pre-transaction/getSignatureDataForTransact.d.ts +3 -0
- package/functions/pre-transaction/getSignatureDataForTransact.mjs +6 -0
- package/functions/pre-transaction/index.d.ts +1 -0
- package/functions/pre-transaction/interaction-to-action.cjs +1 -1
- package/functions/pre-transaction/interaction-to-action.mjs +3 -2
- package/functions/pre-transaction/merge-with-fee-structure.cjs +1 -0
- package/functions/pre-transaction/merge-with-fee-structure.d.ts +2 -0
- package/functions/pre-transaction/merge-with-fee-structure.mjs +25 -0
- package/functions/pre-transaction/outputApprovalDataProcessing.cjs +1 -0
- package/functions/pre-transaction/outputApprovalDataProcessing.d.ts +16 -0
- package/functions/pre-transaction/outputApprovalDataProcessing.mjs +42 -0
- package/functions/pre-transaction/outputUtxoProcessing.cjs +1 -1
- package/functions/pre-transaction/outputUtxoProcessing.d.ts +1 -1
- package/functions/pre-transaction/outputUtxoProcessing.mjs +19 -30
- package/functions/pre-transaction/process-gas-estimates.cjs +1 -1
- package/functions/pre-transaction/process-gas-estimates.d.ts +2 -2
- package/functions/pre-transaction/process-gas-estimates.mjs +17 -27
- package/functions/pre-transaction/processAmountChanges.cjs +1 -1
- package/functions/pre-transaction/processAmountChanges.mjs +34 -23
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.cjs +1 -0
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.d.ts +6 -0
- package/functions/pre-transaction/shouldPatchAccessTokenMerkleTree.mjs +7 -0
- package/functions/private-wallet/emporium.helpers.cjs +1 -1
- package/functions/private-wallet/emporium.helpers.d.ts +9 -1
- package/functions/private-wallet/emporium.helpers.mjs +117 -22
- package/functions/private-wallet/emporium.swap.helpers.cjs +1 -0
- package/functions/private-wallet/emporium.swap.helpers.d.ts +5 -0
- package/functions/private-wallet/emporium.swap.helpers.mjs +92 -0
- package/functions/private-wallet/index.d.ts +1 -0
- package/functions/private-wallet/opProducer.cjs +1 -1
- package/functions/private-wallet/opProducer.mjs +9 -10
- package/functions/private-wallet/smartContractWalletCalculator.cjs +1 -1
- package/functions/private-wallet/smartContractWalletCalculator.d.ts +5 -1
- package/functions/private-wallet/smartContractWalletCalculator.mjs +22 -17
- package/functions/protocols/convex.protocols.cjs +1 -1
- package/functions/protocols/convex.protocols.mjs +11 -8
- package/functions/protocols/pendle.helpers.cjs +1 -1
- package/functions/protocols/pendle.helpers.mjs +20 -15
- package/functions/snarkjs/common.snarkjs.cjs +1 -1
- package/functions/snarkjs/common.snarkjs.d.ts +8 -5
- package/functions/snarkjs/common.snarkjs.mjs +177 -87
- package/functions/snarkjs/constant.cjs +1 -1
- package/functions/snarkjs/constant.d.ts +223 -1
- package/functions/snarkjs/constant.mjs +315 -94
- package/functions/snarkjs/constructEmporiumProof.cjs +1 -1
- package/functions/snarkjs/constructEmporiumProof.d.ts +6 -3
- package/functions/snarkjs/constructEmporiumProof.mjs +148 -84
- package/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
- package/functions/snarkjs/constructGeneralZkProof.d.ts +5 -3
- package/functions/snarkjs/constructGeneralZkProof.mjs +142 -86
- package/functions/snarkjs/generateCircomData.cjs +1 -1
- package/functions/snarkjs/generateCircomData.d.ts +3 -2
- package/functions/snarkjs/generateCircomData.mjs +33 -35
- package/functions/snarkjs/generateZkProof.cjs +1 -1
- package/functions/snarkjs/generateZkProof.d.ts +2 -2
- package/functions/snarkjs/generateZkProof.mjs +4 -15
- package/functions/snarkjs/generateZkProofEnclave.cjs +1 -0
- package/functions/snarkjs/generateZkProofEnclave.d.ts +6 -0
- package/functions/snarkjs/generateZkProofEnclave.mjs +26 -0
- package/functions/snarkjs/generateZkProofSelf.cjs +1 -0
- package/functions/snarkjs/generateZkProofSelf.d.ts +5 -0
- package/functions/snarkjs/generateZkProofSelf.mjs +17 -0
- package/functions/snarkjs/getOriginalSender.cjs +1 -0
- package/functions/snarkjs/getOriginalSender.d.ts +1 -0
- package/functions/snarkjs/getOriginalSender.mjs +5 -0
- package/functions/snarkjs/getZKFiles.cjs +1 -1
- package/functions/snarkjs/getZKFiles.d.ts +3 -2
- package/functions/snarkjs/getZKFiles.mjs +14 -5
- package/functions/utils/addresses.cjs +1 -0
- package/functions/utils/addresses.d.ts +4 -0
- package/functions/utils/addresses.mjs +20 -0
- package/functions/utils/amounts.utils.cjs +1 -1
- package/functions/utils/amounts.utils.d.ts +4 -1
- package/functions/utils/amounts.utils.mjs +29 -27
- package/functions/utils/arraysMatch.cjs +1 -0
- package/functions/utils/arraysMatch.d.ts +1 -0
- package/functions/utils/arraysMatch.mjs +4 -0
- package/functions/utils/axelar.utils.cjs +1 -1
- package/functions/utils/axelar.utils.d.ts +1 -0
- package/functions/utils/axelar.utils.mjs +32 -9
- package/functions/utils/cacheDevice.utils.cjs +1 -1
- package/functions/utils/cacheDevice.utils.mjs +11 -8
- package/functions/utils/cacheFunctions.cjs +1 -1
- package/functions/utils/cacheFunctions.d.ts +10 -7
- package/functions/utils/cacheFunctions.mjs +62 -39
- package/functions/utils/convertEmporiumOpToCallInfo.cjs +1 -0
- package/functions/utils/convertEmporiumOpToCallInfo.d.ts +2 -0
- package/functions/utils/convertEmporiumOpToCallInfo.mjs +10 -0
- package/functions/utils/convertIntegrationProviderToExternalActionId.cjs +1 -1
- package/functions/utils/convertIntegrationProviderToExternalActionId.d.ts +2 -1
- package/functions/utils/convertIntegrationProviderToExternalActionId.mjs +7 -10
- package/functions/utils/encodeTokenWithId.cjs +1 -0
- package/functions/utils/encodeTokenWithId.d.ts +2 -0
- package/functions/utils/encodeTokenWithId.mjs +4 -0
- package/functions/utils/encryptInputForEnclave.cjs +1 -0
- package/functions/utils/encryptInputForEnclave.d.ts +8 -0
- package/functions/utils/encryptInputForEnclave.mjs +43 -0
- package/functions/utils/erc20tokenFunctions.cjs +1 -1
- package/functions/utils/erc20tokenFunctions.d.ts +8 -2
- package/functions/utils/erc20tokenFunctions.mjs +23 -14
- package/functions/utils/evmNetworkFunctions.cjs +1 -1
- package/functions/utils/evmNetworkFunctions.mjs +7 -4
- package/functions/utils/external-action.utils.d.ts +2 -2
- package/functions/utils/fees.utils.cjs +1 -0
- package/functions/utils/fees.utils.d.ts +2 -0
- package/functions/utils/fees.utils.mjs +14 -0
- package/functions/utils/getBlockExplorerUrl.cjs +1 -0
- package/functions/utils/getBlockExplorerUrl.d.ts +1 -0
- package/functions/utils/getBlockExplorerUrl.mjs +6 -0
- package/functions/utils/getRecipientInfoFromUserKeys.cjs +1 -0
- package/functions/utils/getRecipientInfoFromUserKeys.d.ts +3 -0
- package/functions/utils/getRecipientInfoFromUserKeys.mjs +18 -0
- package/functions/utils/index.d.ts +12 -0
- package/functions/utils/involves-permit2-op.cjs +1 -0
- package/functions/utils/involves-permit2-op.d.ts +1 -0
- package/functions/utils/involves-permit2-op.mjs +5 -0
- package/functions/utils/merkleTree.utils.cjs +1 -0
- package/functions/utils/merkleTree.utils.d.ts +2 -0
- package/functions/utils/merkleTree.utils.mjs +20 -0
- package/functions/utils/prepareHinkal.d.ts +6 -0
- package/functions/utils/processUseApprovalUtxoData.cjs +1 -0
- package/functions/utils/processUseApprovalUtxoData.d.ts +3 -0
- package/functions/utils/processUseApprovalUtxoData.mjs +19 -0
- package/functions/utils/publicBalance.utils.cjs +1 -0
- package/functions/utils/publicBalance.utils.d.ts +5 -0
- package/functions/utils/publicBalance.utils.mjs +25 -0
- package/functions/utils/replaceAddressInCalldata.cjs +1 -0
- package/functions/utils/replaceAddressInCalldata.d.ts +1 -0
- package/functions/utils/replaceAddressInCalldata.mjs +7 -0
- package/functions/utils/rpc-int-encode.cjs +1 -0
- package/functions/utils/rpc-int-encode.d.ts +2 -0
- package/functions/utils/rpc-int-encode.mjs +8 -0
- package/functions/utils/serialize.utils.cjs +1 -1
- package/functions/utils/serialize.utils.d.ts +1 -0
- package/functions/utils/serialize.utils.mjs +3 -2
- package/functions/utils/string.utils.cjs +1 -1
- package/functions/utils/string.utils.d.ts +2 -0
- package/functions/utils/string.utils.mjs +28 -14
- package/functions/utils/time.utils.cjs +1 -1
- package/functions/utils/time.utils.d.ts +1 -0
- package/functions/utils/time.utils.mjs +4 -3
- package/functions/utils/token-check.utils.cjs +1 -0
- package/functions/utils/token-check.utils.d.ts +1 -0
- package/functions/utils/token-check.utils.mjs +10 -0
- package/functions/utils/upToDateState.cjs +1 -0
- package/functions/utils/upToDateState.d.ts +2 -0
- package/functions/utils/upToDateState.mjs +11 -0
- package/functions/utils/userAgent.cjs +1 -1
- package/functions/utils/userAgent.mjs +8 -8
- package/functions/web3/events/balanceChangedCustomHandler.cjs +1 -0
- package/functions/web3/events/balanceChangedCustomHandler.d.ts +2 -0
- package/functions/web3/events/balanceChangedCustomHandler.mjs +14 -0
- package/functions/web3/events/balanceChangedHandler.cjs +1 -1
- package/functions/web3/events/balanceChangedHandler.mjs +5 -4
- package/functions/web3/events/getApprovedBalance.cjs +1 -0
- package/functions/web3/events/getApprovedBalance.d.ts +7 -0
- package/functions/web3/events/getApprovedBalance.mjs +80 -0
- package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -1
- package/functions/web3/events/getInputUtxoAndBalance.d.ts +16 -3
- package/functions/web3/events/getInputUtxoAndBalance.mjs +128 -46
- package/functions/web3/events/getShieldedBalance.cjs +2 -2
- package/functions/web3/events/getShieldedBalance.d.ts +1 -1
- package/functions/web3/events/getShieldedBalance.mjs +70 -65
- package/functions/web3/events/index.d.ts +2 -0
- package/functions/web3/functionCalls/accessTokenCalls.cjs +1 -1
- package/functions/web3/functionCalls/accessTokenCalls.d.ts +2 -2
- package/functions/web3/functionCalls/accessTokenCalls.mjs +20 -18
- package/functions/web3/functionCalls/approveToken.cjs +1 -1
- package/functions/web3/functionCalls/approveToken.mjs +8 -7
- package/functions/web3/functionCalls/approveTokensToHinkal.cjs +1 -0
- package/functions/web3/functionCalls/approveTokensToHinkal.d.ts +4 -0
- package/functions/web3/functionCalls/approveTokensToHinkal.mjs +11 -0
- package/functions/web3/functionCalls/estimateGasRelayer.cjs +1 -1
- package/functions/web3/functionCalls/estimateGasRelayer.d.ts +2 -2
- package/functions/web3/functionCalls/estimateGasRelayer.mjs +14 -8
- package/functions/web3/functionCalls/inHinkalApprovalCalls.cjs +1 -0
- package/functions/web3/functionCalls/inHinkalApprovalCalls.d.ts +5 -0
- package/functions/web3/functionCalls/inHinkalApprovalCalls.mjs +32 -0
- package/functions/web3/functionCalls/relayFunctions.d.ts +1 -15
- package/functions/web3/functionCalls/transactCallDirect.cjs +1 -1
- package/functions/web3/functionCalls/transactCallDirect.d.ts +2 -2
- package/functions/web3/functionCalls/transactCallDirect.mjs +31 -30
- package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
- package/functions/web3/functionCalls/transactCallRelayer.d.ts +2 -2
- package/functions/web3/functionCalls/transactCallRelayer.mjs +32 -9
- package/functions/web3/getContractMetadata.cjs +1 -0
- package/functions/web3/getContractMetadata.d.ts +5 -0
- package/functions/web3/getContractMetadata.mjs +30 -0
- package/functions/web3/getTokenHolder.cjs +1 -0
- package/functions/web3/getTokenHolder.d.ts +1 -0
- package/functions/web3/getTokenHolder.mjs +12 -0
- package/functions/web3/index.d.ts +1 -0
- package/functions/web3/odosAPI.cjs +1 -1
- package/functions/web3/odosAPI.d.ts +1 -2
- package/functions/web3/odosAPI.mjs +23 -19
- package/functions/web3/oneInchAPI.cjs +1 -1
- package/functions/web3/oneInchAPI.d.ts +1 -2
- package/functions/web3/oneInchAPI.mjs +20 -15
- package/functions/web3/runContractFunction.cjs +1 -1
- package/functions/web3/runContractFunction.mjs +3 -2
- package/functions/web3/uniswapAPI.cjs +1 -1
- package/functions/web3/uniswapAPI.d.ts +4 -4
- package/functions/web3/uniswapAPI.mjs +57 -43
- package/index.cjs +1 -1
- package/index.mjs +739 -609
- package/package.json +19 -8
- package/providers/EthersProviderAdapter.cjs +1 -1
- package/providers/EthersProviderAdapter.d.ts +8 -3
- package/providers/EthersProviderAdapter.mjs +52 -43
- package/providers/WagmiProviderAdapter.cjs +1 -1
- package/providers/WagmiProviderAdapter.d.ts +4 -1
- package/providers/WagmiProviderAdapter.mjs +53 -56
- package/providers/prepareEthersHinkal.cjs +1 -1
- package/providers/prepareEthersHinkal.mjs +18 -10
- package/providers/prepareWagmiHinkal.cjs +1 -1
- package/providers/prepareWagmiHinkal.mjs +18 -10
- package/types/API.types.d.ts +21 -0
- package/types/ICacheDevice.d.ts +4 -3
- package/types/TransactionSimulator.types.d.ts +9 -0
- package/types/activities.types.cjs +1 -0
- package/types/activities.types.d.ts +45 -0
- package/types/activities.types.mjs +13 -0
- package/types/balances.types.cjs +1 -0
- package/types/balances.types.d.ts +17 -0
- package/types/balances.types.mjs +4 -0
- package/types/cache.types.cjs +1 -0
- package/types/cache.types.d.ts +27 -0
- package/types/cache.types.mjs +4 -0
- package/types/circom-data.types.d.ts +29 -9
- package/types/commitments.types.d.ts +6 -0
- package/types/contacts.types.d.ts +5 -0
- package/types/crypto.types.d.ts +1 -0
- package/types/earlyAccessCode.types.d.ts +4 -0
- package/types/ethereum-network.types.cjs +1 -1
- package/types/ethereum-network.types.d.ts +8 -3
- package/types/ethereum-network.types.mjs +1 -1
- package/types/external-action.types.cjs +1 -1
- package/types/external-action.types.d.ts +2 -1
- package/types/external-action.types.mjs +1 -1
- package/types/fee.types.d.ts +9 -0
- package/types/hinkal.types.cjs +1 -1
- package/types/hinkal.types.d.ts +48 -0
- package/types/hinkal.types.mjs +38 -13
- package/types/index.d.ts +9 -0
- package/types/kyc.types.cjs +1 -1
- package/types/kyc.types.d.ts +1 -1
- package/types/kyc.types.mjs +1 -1
- package/types/remote-proof.types.d.ts +15 -0
- package/types/rewards.types.d.ts +9 -0
- package/types/sandbox.types.cjs +1 -0
- package/types/sandbox.types.d.ts +157 -0
- package/types/sandbox.types.mjs +4 -0
- package/types/tenderly.api.types.d.ts +180 -0
- package/types/time.types.cjs +1 -1
- package/types/time.types.mjs +1 -1
- package/types/token-with-id.types.d.ts +4 -0
- package/types/token.types.d.ts +23 -0
- package/types/transactions.types.cjs +1 -1
- package/types/transactions.types.d.ts +31 -0
- package/types/transactions.types.mjs +8 -5
- package/types/wc.types.d.ts +89 -0
- package/types/with-id.types.d.ts +3 -0
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.cjs +1 -1
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.mjs +26 -26
- package/webworker/utxoWorker/utxoWorkerLauncher.cjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLauncher.mjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLogic.cjs +1 -1
- package/webworker/utxoWorker/utxoWorkerLogic.mjs +58 -50
- package/webworker/viteWorkerURL.constant.cjs +3 -3
- package/webworker/viteWorkerURL.constant.mjs +3 -3
- package/webworker/workerFactory.cjs +1 -1
- package/webworker/workerFactory.mjs +2 -2
- package/webworker/workerProxy.cjs +1 -1
- package/webworker/workerProxy.d.ts +11 -11
- package/webworker/workerProxy.mjs +24 -26
- package/webworker/zkProofWorker/zkProofWorker.types.d.ts +2 -0
- package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLogic.cjs +1 -1
- package/webworker/zkProofWorker/zkProofWorkerLogic.mjs +47 -61
- package/functions/utils/memoize.utils.cjs +0 -1
- package/functions/utils/memoize.utils.mjs +0 -14
|
@@ -6,7 +6,7 @@ const e = [
|
|
|
6
6
|
name: "ETH",
|
|
7
7
|
symbol: "ETH",
|
|
8
8
|
decimals: 18,
|
|
9
|
-
logoURI: "https://
|
|
9
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/ETH.avif"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
chainId: 42161,
|
|
@@ -14,7 +14,10 @@ const e = [
|
|
|
14
14
|
name: "USD Coin",
|
|
15
15
|
symbol: "USDC.e",
|
|
16
16
|
decimals: 6,
|
|
17
|
-
logoURI: "https://
|
|
17
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif",
|
|
18
|
+
allowanceStorageOffset: 52,
|
|
19
|
+
isVyper: !1,
|
|
20
|
+
balanceStorageOffset: 51
|
|
18
21
|
},
|
|
19
22
|
{
|
|
20
23
|
chainId: 42161,
|
|
@@ -22,7 +25,10 @@ const e = [
|
|
|
22
25
|
name: "USD Coin",
|
|
23
26
|
symbol: "USDC",
|
|
24
27
|
decimals: 6,
|
|
25
|
-
logoURI: "https://
|
|
28
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif",
|
|
29
|
+
allowanceStorageOffset: 10,
|
|
30
|
+
isVyper: !1,
|
|
31
|
+
balanceStorageOffset: 9
|
|
26
32
|
},
|
|
27
33
|
{
|
|
28
34
|
chainId: 42161,
|
|
@@ -30,7 +36,10 @@ const e = [
|
|
|
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: 52,
|
|
41
|
+
isVyper: !1,
|
|
42
|
+
balanceStorageOffset: 51
|
|
34
43
|
},
|
|
35
44
|
{
|
|
36
45
|
chainId: 42161,
|
|
@@ -38,7 +47,10 @@ const e = [
|
|
|
38
47
|
name: "Wrapped Ether",
|
|
39
48
|
symbol: "WETH",
|
|
40
49
|
decimals: 18,
|
|
41
|
-
logoURI: "https://
|
|
50
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WETH.avif",
|
|
51
|
+
allowanceStorageOffset: 52,
|
|
52
|
+
isVyper: !1,
|
|
53
|
+
balanceStorageOffset: 51
|
|
42
54
|
},
|
|
43
55
|
{
|
|
44
56
|
chainId: 42161,
|
|
@@ -46,7 +58,10 @@ const e = [
|
|
|
46
58
|
name: "Wrapped BTC",
|
|
47
59
|
symbol: "WBTC",
|
|
48
60
|
decimals: 8,
|
|
49
|
-
logoURI: "https://
|
|
61
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WBTC.avif",
|
|
62
|
+
allowanceStorageOffset: 52,
|
|
63
|
+
isVyper: !1,
|
|
64
|
+
balanceStorageOffset: 51
|
|
50
65
|
},
|
|
51
66
|
{
|
|
52
67
|
chainId: 42161,
|
|
@@ -54,7 +69,10 @@ const e = [
|
|
|
54
69
|
name: "Dai",
|
|
55
70
|
symbol: "DAI",
|
|
56
71
|
decimals: 18,
|
|
57
|
-
logoURI: "https://
|
|
72
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/DAI.avif",
|
|
73
|
+
allowanceStorageOffset: 3,
|
|
74
|
+
isVyper: !1,
|
|
75
|
+
balanceStorageOffset: 2
|
|
58
76
|
},
|
|
59
77
|
{
|
|
60
78
|
chainId: 42161,
|
|
@@ -62,7 +80,10 @@ const e = [
|
|
|
62
80
|
name: "Magic Internet Money",
|
|
63
81
|
symbol: "MIM",
|
|
64
82
|
decimals: 18,
|
|
65
|
-
logoURI: "https://
|
|
83
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/MIM.avif",
|
|
84
|
+
allowanceStorageOffset: 16,
|
|
85
|
+
isVyper: !1,
|
|
86
|
+
balanceStorageOffset: 2
|
|
66
87
|
},
|
|
67
88
|
{
|
|
68
89
|
chainId: 42161,
|
|
@@ -70,7 +91,10 @@ const e = [
|
|
|
70
91
|
name: "Crv USDC/USDT",
|
|
71
92
|
symbol: "2CRV",
|
|
72
93
|
decimals: 18,
|
|
73
|
-
logoURI: "https://
|
|
94
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
95
|
+
allowanceStorageOffset: 19,
|
|
96
|
+
isVyper: !0,
|
|
97
|
+
balanceStorageOffset: 18
|
|
74
98
|
},
|
|
75
99
|
{
|
|
76
100
|
chainId: 42161,
|
|
@@ -78,7 +102,10 @@ const e = [
|
|
|
78
102
|
name: "Frax",
|
|
79
103
|
symbol: "FRAX",
|
|
80
104
|
decimals: 18,
|
|
81
|
-
logoURI: "https://
|
|
105
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/FRAX.avif",
|
|
106
|
+
allowanceStorageOffset: 1,
|
|
107
|
+
isVyper: !1,
|
|
108
|
+
balanceStorageOffset: 0
|
|
82
109
|
},
|
|
83
110
|
{
|
|
84
111
|
chainId: 42161,
|
|
@@ -86,7 +113,10 @@ const e = [
|
|
|
86
113
|
name: "Curve DAO Token",
|
|
87
114
|
symbol: "CRV",
|
|
88
115
|
decimals: 18,
|
|
89
|
-
logoURI: "https://
|
|
116
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
117
|
+
allowanceStorageOffset: 52,
|
|
118
|
+
isVyper: !1,
|
|
119
|
+
balanceStorageOffset: 51
|
|
90
120
|
},
|
|
91
121
|
{
|
|
92
122
|
chainId: 42161,
|
|
@@ -94,7 +124,10 @@ const e = [
|
|
|
94
124
|
name: "Vesta Stable",
|
|
95
125
|
symbol: "VST",
|
|
96
126
|
decimals: 18,
|
|
97
|
-
logoURI: "https://assets.coingecko.com/coins/images/23621/small/vesta.png?1644809642"
|
|
127
|
+
logoURI: "https://assets.coingecko.com/coins/images/23621/small/vesta.png?1644809642",
|
|
128
|
+
allowanceStorageOffset: 1,
|
|
129
|
+
isVyper: !1,
|
|
130
|
+
balanceStorageOffset: 0
|
|
98
131
|
},
|
|
99
132
|
{
|
|
100
133
|
chainId: 42161,
|
|
@@ -102,7 +135,10 @@ const e = [
|
|
|
102
135
|
name: "dForce USD",
|
|
103
136
|
symbol: "USX",
|
|
104
137
|
decimals: 18,
|
|
105
|
-
logoURI: "https://
|
|
138
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USX.avif",
|
|
139
|
+
allowanceStorageOffset: 53,
|
|
140
|
+
isVyper: !1,
|
|
141
|
+
balanceStorageOffset: 52
|
|
106
142
|
},
|
|
107
143
|
{
|
|
108
144
|
chainId: 42161,
|
|
@@ -110,7 +146,10 @@ const e = [
|
|
|
110
146
|
name: "Axelar Wrapped USDC",
|
|
111
147
|
symbol: "axlUSDC",
|
|
112
148
|
decimals: 6,
|
|
113
|
-
logoURI: "https://
|
|
149
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/axlusdc.avif",
|
|
150
|
+
allowanceStorageOffset: 1,
|
|
151
|
+
isVyper: !1,
|
|
152
|
+
balanceStorageOffset: 0
|
|
114
153
|
},
|
|
115
154
|
{
|
|
116
155
|
chainId: 42161,
|
|
@@ -118,7 +157,10 @@ const e = [
|
|
|
118
157
|
name: "FRAXBP",
|
|
119
158
|
symbol: "FRAXBP-f ",
|
|
120
159
|
decimals: 18,
|
|
121
|
-
logoURI: "https://
|
|
160
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/FRAX.avif",
|
|
161
|
+
allowanceStorageOffset: 25,
|
|
162
|
+
isVyper: !0,
|
|
163
|
+
balanceStorageOffset: 24
|
|
122
164
|
},
|
|
123
165
|
{
|
|
124
166
|
chainId: 42161,
|
|
@@ -126,7 +168,10 @@ const e = [
|
|
|
126
168
|
name: "Wrapped liquid staked Ether 2.0",
|
|
127
169
|
symbol: "wstETH",
|
|
128
170
|
decimals: 18,
|
|
129
|
-
logoURI: "https://
|
|
171
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WETH.avif",
|
|
172
|
+
allowanceStorageOffset: 2,
|
|
173
|
+
isVyper: !1,
|
|
174
|
+
balanceStorageOffset: 1
|
|
130
175
|
},
|
|
131
176
|
{
|
|
132
177
|
chainId: 42161,
|
|
@@ -134,7 +179,10 @@ const e = [
|
|
|
134
179
|
name: "handleUSD",
|
|
135
180
|
symbol: "fxUSD",
|
|
136
181
|
decimals: 18,
|
|
137
|
-
logoURI: "https://assets.coingecko.com/coins/images/26954/small/fxUSDlogo.png?1677465474"
|
|
182
|
+
logoURI: "https://assets.coingecko.com/coins/images/26954/small/fxUSDlogo.png?1677465474",
|
|
183
|
+
allowanceStorageOffset: 2,
|
|
184
|
+
isVyper: !1,
|
|
185
|
+
balanceStorageOffset: 1
|
|
138
186
|
},
|
|
139
187
|
{
|
|
140
188
|
chainId: 42161,
|
|
@@ -150,7 +198,10 @@ const e = [
|
|
|
150
198
|
name: "Loopfi DF",
|
|
151
199
|
symbol: "pDF",
|
|
152
200
|
decimals: 18,
|
|
153
|
-
logoURI: "https://assets.coingecko.com/coins/images/24259/small/loop.png?1647170665"
|
|
201
|
+
logoURI: "https://assets.coingecko.com/coins/images/24259/small/loop.png?1647170665",
|
|
202
|
+
allowanceStorageOffset: 1,
|
|
203
|
+
isVyper: !1,
|
|
204
|
+
balanceStorageOffset: 0
|
|
154
205
|
},
|
|
155
206
|
{
|
|
156
207
|
chainId: 42161,
|
|
@@ -158,7 +209,10 @@ const e = [
|
|
|
158
209
|
name: "dForce",
|
|
159
210
|
symbol: "df",
|
|
160
211
|
decimals: 18,
|
|
161
|
-
logoURI: "https://
|
|
212
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USX.avif",
|
|
213
|
+
allowanceStorageOffset: 52,
|
|
214
|
+
isVyper: !1,
|
|
215
|
+
balanceStorageOffset: 51
|
|
162
216
|
},
|
|
163
217
|
{
|
|
164
218
|
chainId: 42161,
|
|
@@ -166,7 +220,10 @@ const e = [
|
|
|
166
220
|
name: "Volta Stable Coin",
|
|
167
221
|
symbol: "VOLT",
|
|
168
222
|
decimals: 18,
|
|
169
|
-
logoURI: "https://assets.coingecko.com/coins/images/29130/small/real_VoltaLogo.png?1678849220"
|
|
223
|
+
logoURI: "https://assets.coingecko.com/coins/images/29130/small/real_VoltaLogo.png?1678849220",
|
|
224
|
+
allowanceStorageOffset: 1,
|
|
225
|
+
isVyper: !1,
|
|
226
|
+
balanceStorageOffset: 0
|
|
170
227
|
},
|
|
171
228
|
{
|
|
172
229
|
chainId: 42161,
|
|
@@ -182,7 +239,10 @@ const e = [
|
|
|
182
239
|
name: "VST+FRAX",
|
|
183
240
|
symbol: "VSTFRAX-f",
|
|
184
241
|
decimals: 18,
|
|
185
|
-
logoURI: "https://
|
|
242
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
243
|
+
allowanceStorageOffset: 23,
|
|
244
|
+
isVyper: !0,
|
|
245
|
+
balanceStorageOffset: 22
|
|
186
246
|
},
|
|
187
247
|
{
|
|
188
248
|
chainId: 42161,
|
|
@@ -198,7 +258,10 @@ const e = [
|
|
|
198
258
|
name: "USD-BTC-ETH",
|
|
199
259
|
symbol: "crv3crypto",
|
|
200
260
|
decimals: 18,
|
|
201
|
-
logoURI: "https://
|
|
261
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
262
|
+
allowanceStorageOffset: 8,
|
|
263
|
+
isVyper: !0,
|
|
264
|
+
balanceStorageOffset: 7
|
|
202
265
|
},
|
|
203
266
|
{
|
|
204
267
|
chainId: 42161,
|
|
@@ -206,7 +269,10 @@ const e = [
|
|
|
206
269
|
name: "ETH/wstETH",
|
|
207
270
|
symbol: "wstETHCRV",
|
|
208
271
|
decimals: 18,
|
|
209
|
-
logoURI: "https://
|
|
272
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
273
|
+
allowanceStorageOffset: 8,
|
|
274
|
+
isVyper: !0,
|
|
275
|
+
balanceStorageOffset: 7
|
|
210
276
|
},
|
|
211
277
|
{
|
|
212
278
|
chainId: 42161,
|
|
@@ -214,7 +280,10 @@ const e = [
|
|
|
214
280
|
name: "Curve.fi Factory USD Metapool: MIM",
|
|
215
281
|
symbol: "MIM3CRV-f",
|
|
216
282
|
decimals: 18,
|
|
217
|
-
logoURI: "https://
|
|
283
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
284
|
+
allowanceStorageOffset: 25,
|
|
285
|
+
isVyper: !0,
|
|
286
|
+
balanceStorageOffset: 24
|
|
218
287
|
},
|
|
219
288
|
{
|
|
220
289
|
chainId: 42161,
|
|
@@ -222,7 +291,10 @@ const e = [
|
|
|
222
291
|
name: "Curve.fi Factory USD Metapool: dForce",
|
|
223
292
|
symbol: "USX2CRV3CRV-f",
|
|
224
293
|
decimals: 18,
|
|
225
|
-
logoURI: "https://
|
|
294
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
295
|
+
allowanceStorageOffset: 25,
|
|
296
|
+
isVyper: !0,
|
|
297
|
+
balanceStorageOffset: 24
|
|
226
298
|
},
|
|
227
299
|
{
|
|
228
300
|
chainId: 42161,
|
|
@@ -230,7 +302,10 @@ const e = [
|
|
|
230
302
|
name: "tBTC",
|
|
231
303
|
symbol: "tBTC",
|
|
232
304
|
decimals: 18,
|
|
233
|
-
logoURI: "https://assets.coingecko.com/coins/images/11224/small/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504"
|
|
305
|
+
logoURI: "https://assets.coingecko.com/coins/images/11224/small/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504",
|
|
306
|
+
allowanceStorageOffset: 52,
|
|
307
|
+
isVyper: !1,
|
|
308
|
+
balanceStorageOffset: 51
|
|
234
309
|
},
|
|
235
310
|
{
|
|
236
311
|
chainId: 42161,
|
|
@@ -238,7 +313,10 @@ const e = [
|
|
|
238
313
|
name: "Curve.fi Factory Plain Pool: 2BTC",
|
|
239
314
|
symbol: "2BTC-f",
|
|
240
315
|
decimals: 18,
|
|
241
|
-
logoURI: "https://
|
|
316
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
317
|
+
allowanceStorageOffset: 21,
|
|
318
|
+
isVyper: !0,
|
|
319
|
+
balanceStorageOffset: 20
|
|
242
320
|
},
|
|
243
321
|
{
|
|
244
322
|
chainId: 42161,
|
|
@@ -246,7 +324,10 @@ const e = [
|
|
|
246
324
|
name: "WBTC/renBTC",
|
|
247
325
|
symbol: "btcCRV",
|
|
248
326
|
decimals: 18,
|
|
249
|
-
logoURI: "https://
|
|
327
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
328
|
+
allowanceStorageOffset: 31,
|
|
329
|
+
isVyper: !0,
|
|
330
|
+
balanceStorageOffset: 30
|
|
250
331
|
},
|
|
251
332
|
{
|
|
252
333
|
chainId: 42161,
|
|
@@ -254,7 +335,7 @@ const e = [
|
|
|
254
335
|
name: "Curve.fi Factory USD Metapool: handleFRAXBP",
|
|
255
336
|
symbol: "fxUSD_FRAX3CRV-f ",
|
|
256
337
|
decimals: 18,
|
|
257
|
-
logoURI: "https://
|
|
338
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
258
339
|
},
|
|
259
340
|
{
|
|
260
341
|
chainId: 42161,
|
|
@@ -262,7 +343,7 @@ const e = [
|
|
|
262
343
|
name: "Curve.fi Factory USD Metapool: REUSD/2CRV",
|
|
263
344
|
symbol: "REUSD3CRV-f",
|
|
264
345
|
decimals: 18,
|
|
265
|
-
logoURI: "https://
|
|
346
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
266
347
|
},
|
|
267
348
|
{
|
|
268
349
|
chainId: 42161,
|
|
@@ -270,7 +351,10 @@ const e = [
|
|
|
270
351
|
name: "Curve.fi Factory USD Metapool: volt-2usd",
|
|
271
352
|
symbol: "VOLT2USD3CRV-f",
|
|
272
353
|
decimals: 18,
|
|
273
|
-
logoURI: "https://
|
|
354
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
355
|
+
allowanceStorageOffset: 25,
|
|
356
|
+
isVyper: !0,
|
|
357
|
+
balanceStorageOffset: 24
|
|
274
358
|
},
|
|
275
359
|
{
|
|
276
360
|
chainId: 42161,
|
|
@@ -278,7 +362,7 @@ const e = [
|
|
|
278
362
|
name: "Curve.fi Factory Plain Pool: Loopfi pDF",
|
|
279
363
|
symbol: "pDFDF-f",
|
|
280
364
|
decimals: 18,
|
|
281
|
-
logoURI: "https://
|
|
365
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif"
|
|
282
366
|
},
|
|
283
367
|
{
|
|
284
368
|
chainId: 42161,
|
|
@@ -286,7 +370,10 @@ const e = [
|
|
|
286
370
|
name: "mooBalancerwstETH-ETHV2",
|
|
287
371
|
symbol: "mooBalancerwstETH-ETHV2",
|
|
288
372
|
decimals: 18,
|
|
289
|
-
logoURI: "https://
|
|
373
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
374
|
+
allowanceStorageOffset: 52,
|
|
375
|
+
isVyper: !1,
|
|
376
|
+
balanceStorageOffset: 51
|
|
290
377
|
},
|
|
291
378
|
{
|
|
292
379
|
chainId: 42161,
|
|
@@ -294,7 +381,10 @@ const e = [
|
|
|
294
381
|
name: "mooGmxGLP",
|
|
295
382
|
symbol: "mooGmxGLP",
|
|
296
383
|
decimals: 18,
|
|
297
|
-
logoURI: "https://
|
|
384
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
385
|
+
allowanceStorageOffset: 1,
|
|
386
|
+
isVyper: !1,
|
|
387
|
+
balanceStorageOffset: 0
|
|
298
388
|
},
|
|
299
389
|
{
|
|
300
390
|
chainId: 42161,
|
|
@@ -302,7 +392,10 @@ const e = [
|
|
|
302
392
|
name: "mooCurveWSTETH",
|
|
303
393
|
symbol: "mooCurveWSTETH",
|
|
304
394
|
decimals: 18,
|
|
305
|
-
logoURI: "https://
|
|
395
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
396
|
+
allowanceStorageOffset: 1,
|
|
397
|
+
isVyper: !1,
|
|
398
|
+
balanceStorageOffset: 0
|
|
306
399
|
},
|
|
307
400
|
{
|
|
308
401
|
chainId: 42161,
|
|
@@ -310,7 +403,10 @@ const e = [
|
|
|
310
403
|
name: "mooAbrcdbrMIM-2CRV",
|
|
311
404
|
symbol: "mooAbrcdbrMIM-2CRV",
|
|
312
405
|
decimals: 18,
|
|
313
|
-
logoURI: "https://
|
|
406
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
407
|
+
allowanceStorageOffset: 1,
|
|
408
|
+
isVyper: !1,
|
|
409
|
+
balanceStorageOffset: 0
|
|
314
410
|
},
|
|
315
411
|
{
|
|
316
412
|
chainId: 42161,
|
|
@@ -318,7 +414,10 @@ const e = [
|
|
|
318
414
|
name: "mooCurve2Pool",
|
|
319
415
|
symbol: "mooCurve2Pool",
|
|
320
416
|
decimals: 18,
|
|
321
|
-
logoURI: "https://
|
|
417
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
418
|
+
allowanceStorageOffset: 1,
|
|
419
|
+
isVyper: !1,
|
|
420
|
+
balanceStorageOffset: 0
|
|
322
421
|
},
|
|
323
422
|
{
|
|
324
423
|
chainId: 42161,
|
|
@@ -326,7 +425,7 @@ const e = [
|
|
|
326
425
|
name: "mooSushiWETH-USDC",
|
|
327
426
|
symbol: "mooSushiWETH-USDC",
|
|
328
427
|
decimals: 18,
|
|
329
|
-
logoURI: "https://
|
|
428
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
330
429
|
},
|
|
331
430
|
{
|
|
332
431
|
chainId: 42161,
|
|
@@ -334,7 +433,10 @@ const e = [
|
|
|
334
433
|
name: "mooSushiMAGIC-ETH",
|
|
335
434
|
symbol: "mooSushiMAGIC-ETH",
|
|
336
435
|
decimals: 18,
|
|
337
|
-
logoURI: "https://
|
|
436
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
437
|
+
allowanceStorageOffset: 1,
|
|
438
|
+
isVyper: !1,
|
|
439
|
+
balanceStorageOffset: 0
|
|
338
440
|
},
|
|
339
441
|
{
|
|
340
442
|
chainId: 42161,
|
|
@@ -342,7 +444,7 @@ const e = [
|
|
|
342
444
|
name: "mooBalancertBTC-WETH",
|
|
343
445
|
symbol: "mooBalancertBTC-WETH",
|
|
344
446
|
decimals: 18,
|
|
345
|
-
logoURI: "https://
|
|
447
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
346
448
|
},
|
|
347
449
|
{
|
|
348
450
|
chainId: 42161,
|
|
@@ -350,7 +452,7 @@ const e = [
|
|
|
350
452
|
name: "mooBalancertBTC-WBTC",
|
|
351
453
|
symbol: "mooBalancertBTC-WBTC",
|
|
352
454
|
decimals: 18,
|
|
353
|
-
logoURI: "https://
|
|
455
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
354
456
|
},
|
|
355
457
|
{
|
|
356
458
|
chainId: 42161,
|
|
@@ -358,7 +460,10 @@ const e = [
|
|
|
358
460
|
name: "mooHopETH",
|
|
359
461
|
symbol: "mooHopETH",
|
|
360
462
|
decimals: 18,
|
|
361
|
-
logoURI: "https://
|
|
463
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
464
|
+
allowanceStorageOffset: 52,
|
|
465
|
+
isVyper: !1,
|
|
466
|
+
balanceStorageOffset: 51
|
|
362
467
|
},
|
|
363
468
|
{
|
|
364
469
|
chainId: 42161,
|
|
@@ -366,7 +471,7 @@ const e = [
|
|
|
366
471
|
name: "mooSushiARB-ETHV2",
|
|
367
472
|
symbol: "mooSushiARB-ETHV2",
|
|
368
473
|
decimals: 18,
|
|
369
|
-
logoURI: "https://
|
|
474
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
370
475
|
},
|
|
371
476
|
{
|
|
372
477
|
chainId: 42161,
|
|
@@ -374,7 +479,10 @@ const e = [
|
|
|
374
479
|
name: "mooHopUSDT",
|
|
375
480
|
symbol: "mooHopUSDT",
|
|
376
481
|
decimals: 18,
|
|
377
|
-
logoURI: "https://
|
|
482
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
483
|
+
allowanceStorageOffset: 52,
|
|
484
|
+
isVyper: !1,
|
|
485
|
+
balanceStorageOffset: 51
|
|
378
486
|
},
|
|
379
487
|
{
|
|
380
488
|
chainId: 42161,
|
|
@@ -382,7 +490,10 @@ const e = [
|
|
|
382
490
|
name: "mooStargateUSDC",
|
|
383
491
|
symbol: "mooStargateUSDC",
|
|
384
492
|
decimals: 18,
|
|
385
|
-
logoURI: "https://
|
|
493
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
494
|
+
allowanceStorageOffset: 1,
|
|
495
|
+
isVyper: !1,
|
|
496
|
+
balanceStorageOffset: 0
|
|
386
497
|
},
|
|
387
498
|
{
|
|
388
499
|
chainId: 42161,
|
|
@@ -390,7 +501,10 @@ const e = [
|
|
|
390
501
|
name: "mooAuraArbDOLA-USDC",
|
|
391
502
|
symbol: "mooAuraArbDOLA-USDC",
|
|
392
503
|
decimals: 18,
|
|
393
|
-
logoURI: "https://
|
|
504
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
505
|
+
allowanceStorageOffset: 52,
|
|
506
|
+
isVyper: !1,
|
|
507
|
+
balanceStorageOffset: 0
|
|
394
508
|
},
|
|
395
509
|
{
|
|
396
510
|
chainId: 42161,
|
|
@@ -398,7 +512,7 @@ const e = [
|
|
|
398
512
|
name: "mooSolidLizardARB-ETH",
|
|
399
513
|
symbol: "mooSolidLizardARB-ETH",
|
|
400
514
|
decimals: 18,
|
|
401
|
-
logoURI: "https://
|
|
515
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
402
516
|
},
|
|
403
517
|
{
|
|
404
518
|
chainId: 42161,
|
|
@@ -406,7 +520,10 @@ const e = [
|
|
|
406
520
|
name: "mooRamsesMAI-USDC",
|
|
407
521
|
symbol: "mooRamsesMAI-USDC",
|
|
408
522
|
decimals: 18,
|
|
409
|
-
logoURI: "https://
|
|
523
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
524
|
+
allowanceStorageOffset: 52,
|
|
525
|
+
isVyper: !1,
|
|
526
|
+
balanceStorageOffset: 51
|
|
410
527
|
},
|
|
411
528
|
{
|
|
412
529
|
chainId: 42161,
|
|
@@ -414,7 +531,7 @@ const e = [
|
|
|
414
531
|
name: "mooSushiRDPX-ETH",
|
|
415
532
|
symbol: "mooSushiRDPX-ETH",
|
|
416
533
|
decimals: 18,
|
|
417
|
-
logoURI: "https://
|
|
534
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
418
535
|
},
|
|
419
536
|
{
|
|
420
537
|
chainId: 42161,
|
|
@@ -422,7 +539,10 @@ const e = [
|
|
|
422
539
|
name: "mooGmxGMX",
|
|
423
540
|
symbol: "mooGmxGMX",
|
|
424
541
|
decimals: 18,
|
|
425
|
-
logoURI: "https://
|
|
542
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
543
|
+
allowanceStorageOffset: 1,
|
|
544
|
+
isVyper: !1,
|
|
545
|
+
balanceStorageOffset: 0
|
|
426
546
|
},
|
|
427
547
|
{
|
|
428
548
|
chainId: 42161,
|
|
@@ -430,7 +550,10 @@ const e = [
|
|
|
430
550
|
name: "mooHopUSDC",
|
|
431
551
|
symbol: "mooHopUSDC",
|
|
432
552
|
decimals: 18,
|
|
433
|
-
logoURI: "https://
|
|
553
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
554
|
+
allowanceStorageOffset: 52,
|
|
555
|
+
isVyper: !1,
|
|
556
|
+
balanceStorageOffset: 51
|
|
434
557
|
},
|
|
435
558
|
{
|
|
436
559
|
chainId: 42161,
|
|
@@ -438,7 +561,7 @@ const e = [
|
|
|
438
561
|
name: "mooSolidLizardARB-USDC",
|
|
439
562
|
symbol: "mooSolidLizardARB-USDC",
|
|
440
563
|
decimals: 18,
|
|
441
|
-
logoURI: "https://
|
|
564
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
442
565
|
},
|
|
443
566
|
{
|
|
444
567
|
chainId: 42161,
|
|
@@ -446,7 +569,7 @@ const e = [
|
|
|
446
569
|
name: "mooSolidLizardWETH-USDC",
|
|
447
570
|
symbol: "mooSolidLizardWETH-USDC",
|
|
448
571
|
decimals: 18,
|
|
449
|
-
logoURI: "https://
|
|
572
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
450
573
|
},
|
|
451
574
|
{
|
|
452
575
|
chainId: 42161,
|
|
@@ -454,7 +577,7 @@ const e = [
|
|
|
454
577
|
name: "mooSushiDPX-ETH",
|
|
455
578
|
symbol: "mooSushiDPX-ETH",
|
|
456
579
|
decimals: 18,
|
|
457
|
-
logoURI: "https://
|
|
580
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
458
581
|
},
|
|
459
582
|
{
|
|
460
583
|
chainId: 42161,
|
|
@@ -462,7 +585,7 @@ const e = [
|
|
|
462
585
|
name: "mooJoeAutoETH-USDC.e",
|
|
463
586
|
symbol: "mooJoeAutoETH-USDC.e",
|
|
464
587
|
decimals: 18,
|
|
465
|
-
logoURI: "https://
|
|
588
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
466
589
|
},
|
|
467
590
|
{
|
|
468
591
|
chainId: 42161,
|
|
@@ -470,7 +593,7 @@ const e = [
|
|
|
470
593
|
name: "mooAuraArbcbETH/wstETH/rETH",
|
|
471
594
|
symbol: "mooAuraArbcbETH/wstETH/rETH",
|
|
472
595
|
decimals: 18,
|
|
473
|
-
logoURI: "https://
|
|
596
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
474
597
|
},
|
|
475
598
|
{
|
|
476
599
|
chainId: 42161,
|
|
@@ -478,7 +601,10 @@ const e = [
|
|
|
478
601
|
name: "mooBalancerArbwstETH-ETHV3",
|
|
479
602
|
symbol: "mooBalancerArbwstETH-ETHV3",
|
|
480
603
|
decimals: 18,
|
|
481
|
-
logoURI: "https://
|
|
604
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
605
|
+
allowanceStorageOffset: 52,
|
|
606
|
+
isVyper: !1,
|
|
607
|
+
balanceStorageOffset: 51
|
|
482
608
|
},
|
|
483
609
|
{
|
|
484
610
|
chainId: 42161,
|
|
@@ -486,7 +612,7 @@ const e = [
|
|
|
486
612
|
name: "mooBalancerArbETH-rETH",
|
|
487
613
|
symbol: "mooBalancerArbETH-rETH",
|
|
488
614
|
decimals: 18,
|
|
489
|
-
logoURI: "https://
|
|
615
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif"
|
|
490
616
|
},
|
|
491
617
|
{
|
|
492
618
|
chainId: 42161,
|
|
@@ -494,7 +620,10 @@ const e = [
|
|
|
494
620
|
name: "mooBalancerArb4POOL",
|
|
495
621
|
symbol: "mooBalancerArb4POOL",
|
|
496
622
|
decimals: 18,
|
|
497
|
-
logoURI: "https://
|
|
623
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
624
|
+
allowanceStorageOffset: 52,
|
|
625
|
+
isVyper: !1,
|
|
626
|
+
balanceStorageOffset: 0
|
|
498
627
|
},
|
|
499
628
|
{
|
|
500
629
|
chainId: 42161,
|
|
@@ -502,7 +631,10 @@ const e = [
|
|
|
502
631
|
name: "APT",
|
|
503
632
|
symbol: "APT",
|
|
504
633
|
decimals: 18,
|
|
505
|
-
logoURI: "https://assets.coingecko.com/coins/images/17569/small/traderjoe.png?1685690062"
|
|
634
|
+
logoURI: "https://assets.coingecko.com/coins/images/17569/small/traderjoe.png?1685690062",
|
|
635
|
+
allowanceStorageOffset: 52,
|
|
636
|
+
isVyper: !1,
|
|
637
|
+
balanceStorageOffset: 51
|
|
506
638
|
},
|
|
507
639
|
{
|
|
508
640
|
chainId: 42161,
|
|
@@ -510,7 +642,10 @@ const e = [
|
|
|
510
642
|
name: "vAMM-WETH/USDC",
|
|
511
643
|
symbol: "vAMM-WETH/USDC",
|
|
512
644
|
decimals: 18,
|
|
513
|
-
logoURI: "https://assets.coingecko.com/coins/images/28968/small/sliz-logo.png?1675746291"
|
|
645
|
+
logoURI: "https://assets.coingecko.com/coins/images/28968/small/sliz-logo.png?1675746291",
|
|
646
|
+
allowanceStorageOffset: 4,
|
|
647
|
+
isVyper: !1,
|
|
648
|
+
balanceStorageOffset: 5
|
|
514
649
|
},
|
|
515
650
|
{
|
|
516
651
|
chainId: 42161,
|
|
@@ -518,7 +653,10 @@ const e = [
|
|
|
518
653
|
name: "wstETH/rETH/cbETH",
|
|
519
654
|
symbol: "wstETH/rETH/cbETH",
|
|
520
655
|
decimals: 18,
|
|
521
|
-
logoURI: "https://
|
|
656
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
657
|
+
allowanceStorageOffset: 1,
|
|
658
|
+
isVyper: !1,
|
|
659
|
+
balanceStorageOffset: 0
|
|
522
660
|
},
|
|
523
661
|
{
|
|
524
662
|
chainId: 42161,
|
|
@@ -526,7 +664,10 @@ const e = [
|
|
|
526
664
|
name: "HOP-LP-USDC",
|
|
527
665
|
symbol: "HOP-LP-USDC",
|
|
528
666
|
decimals: 18,
|
|
529
|
-
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677"
|
|
667
|
+
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677",
|
|
668
|
+
allowanceStorageOffset: 1,
|
|
669
|
+
isVyper: !1,
|
|
670
|
+
balanceStorageOffset: 0
|
|
530
671
|
},
|
|
531
672
|
{
|
|
532
673
|
chainId: 42161,
|
|
@@ -534,7 +675,10 @@ const e = [
|
|
|
534
675
|
name: "GMX",
|
|
535
676
|
symbol: "GMX",
|
|
536
677
|
decimals: 18,
|
|
537
|
-
logoURI: "https://assets.coingecko.com/coins/images/18323/small/arbit.png?1631532468"
|
|
678
|
+
logoURI: "https://assets.coingecko.com/coins/images/18323/small/arbit.png?1631532468",
|
|
679
|
+
allowanceStorageOffset: 6,
|
|
680
|
+
isVyper: !1,
|
|
681
|
+
balanceStorageOffset: 5
|
|
538
682
|
},
|
|
539
683
|
{
|
|
540
684
|
chainId: 42161,
|
|
@@ -542,7 +686,10 @@ const e = [
|
|
|
542
686
|
name: "crAMM-MAI/USDC",
|
|
543
687
|
symbol: "crAMM-MAI/USDC",
|
|
544
688
|
decimals: 18,
|
|
545
|
-
logoURI: "https://assets.coingecko.com/coins/images/29420/small/RAM_Token_32x32.png?1678678321"
|
|
689
|
+
logoURI: "https://assets.coingecko.com/coins/images/29420/small/RAM_Token_32x32.png?1678678321",
|
|
690
|
+
allowanceStorageOffset: 5,
|
|
691
|
+
isVyper: !1,
|
|
692
|
+
balanceStorageOffset: 6
|
|
546
693
|
},
|
|
547
694
|
{
|
|
548
695
|
chainId: 42161,
|
|
@@ -550,7 +697,10 @@ const e = [
|
|
|
550
697
|
name: "vAMM-ARB/USDC",
|
|
551
698
|
symbol: "vAMM-ARB/USDC",
|
|
552
699
|
decimals: 18,
|
|
553
|
-
logoURI: "https://assets.coingecko.com/coins/images/28968/small/sliz-logo.png?1675746291"
|
|
700
|
+
logoURI: "https://assets.coingecko.com/coins/images/28968/small/sliz-logo.png?1675746291",
|
|
701
|
+
allowanceStorageOffset: 4,
|
|
702
|
+
isVyper: !1,
|
|
703
|
+
balanceStorageOffset: 5
|
|
554
704
|
},
|
|
555
705
|
{
|
|
556
706
|
chainId: 42161,
|
|
@@ -558,7 +708,10 @@ const e = [
|
|
|
558
708
|
name: "wstETH-WETH-BPT",
|
|
559
709
|
symbol: "wstETH-WETH-BPT",
|
|
560
710
|
decimals: 18,
|
|
561
|
-
logoURI: "https://
|
|
711
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
712
|
+
allowanceStorageOffset: 1,
|
|
713
|
+
isVyper: !1,
|
|
714
|
+
balanceStorageOffset: 0
|
|
562
715
|
},
|
|
563
716
|
{
|
|
564
717
|
chainId: 42161,
|
|
@@ -566,7 +719,10 @@ const e = [
|
|
|
566
719
|
name: "rETH-WETH-BPT",
|
|
567
720
|
symbol: "rETH-WETH-BPT",
|
|
568
721
|
decimals: 18,
|
|
569
|
-
logoURI: "https://
|
|
722
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
723
|
+
allowanceStorageOffset: 1,
|
|
724
|
+
isVyper: !1,
|
|
725
|
+
balanceStorageOffset: 0
|
|
570
726
|
},
|
|
571
727
|
{
|
|
572
728
|
chainId: 42161,
|
|
@@ -574,7 +730,10 @@ const e = [
|
|
|
574
730
|
name: "vAMM-WETH/ARB",
|
|
575
731
|
symbol: "vAMM-WETH/ARB",
|
|
576
732
|
decimals: 18,
|
|
577
|
-
logoURI: "https://assets.coingecko.com/coins/images/28968/small/sliz-logo.png?1675746291"
|
|
733
|
+
logoURI: "https://assets.coingecko.com/coins/images/28968/small/sliz-logo.png?1675746291",
|
|
734
|
+
allowanceStorageOffset: 4,
|
|
735
|
+
isVyper: !1,
|
|
736
|
+
balanceStorageOffset: 5
|
|
578
737
|
},
|
|
579
738
|
{
|
|
580
739
|
chainId: 42161,
|
|
@@ -582,7 +741,10 @@ const e = [
|
|
|
582
741
|
name: "4POOL-BPT",
|
|
583
742
|
symbol: "4POOL-BPT",
|
|
584
743
|
decimals: 18,
|
|
585
|
-
logoURI: "https://
|
|
744
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
745
|
+
allowanceStorageOffset: 1,
|
|
746
|
+
isVyper: !1,
|
|
747
|
+
balanceStorageOffset: 0
|
|
586
748
|
},
|
|
587
749
|
{
|
|
588
750
|
chainId: 42161,
|
|
@@ -590,7 +752,10 @@ const e = [
|
|
|
590
752
|
name: "SUSHI-ARB-ETH-V2",
|
|
591
753
|
symbol: "SUSHI-ARB-ETH-V2",
|
|
592
754
|
decimals: 18,
|
|
593
|
-
logoURI: "https://assets.coingecko.com/coins/images/12271/small/512x512_Logo_no_chop.png?1606986688"
|
|
755
|
+
logoURI: "https://assets.coingecko.com/coins/images/12271/small/512x512_Logo_no_chop.png?1606986688",
|
|
756
|
+
allowanceStorageOffset: 2,
|
|
757
|
+
isVyper: !1,
|
|
758
|
+
balanceStorageOffset: 1
|
|
594
759
|
},
|
|
595
760
|
{
|
|
596
761
|
chainId: 42161,
|
|
@@ -598,7 +763,10 @@ const e = [
|
|
|
598
763
|
name: "mooAuraArbwstETH-ankrETH",
|
|
599
764
|
symbol: "mooAuraArbwstETH-ankrETH",
|
|
600
765
|
decimals: 18,
|
|
601
|
-
logoURI: "https://
|
|
766
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
767
|
+
allowanceStorageOffset: 52,
|
|
768
|
+
isVyper: !1,
|
|
769
|
+
balanceStorageOffset: 51
|
|
602
770
|
},
|
|
603
771
|
{
|
|
604
772
|
chainId: 42161,
|
|
@@ -606,7 +774,10 @@ const e = [
|
|
|
606
774
|
name: "ankrETH/wstETH-BPT",
|
|
607
775
|
symbol: "ankrETH/wstETH-BPT",
|
|
608
776
|
decimals: 18,
|
|
609
|
-
logoURI: "https://
|
|
777
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
778
|
+
allowanceStorageOffset: 1,
|
|
779
|
+
isVyper: !1,
|
|
780
|
+
balanceStorageOffset: 0
|
|
610
781
|
},
|
|
611
782
|
{
|
|
612
783
|
chainId: 42161,
|
|
@@ -614,7 +785,10 @@ const e = [
|
|
|
614
785
|
name: "DOLA/USDC BPT",
|
|
615
786
|
symbol: "DOLA/USDC BPT",
|
|
616
787
|
decimals: 18,
|
|
617
|
-
logoURI: "https://
|
|
788
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
789
|
+
allowanceStorageOffset: 1,
|
|
790
|
+
isVyper: !1,
|
|
791
|
+
balanceStorageOffset: 0
|
|
618
792
|
},
|
|
619
793
|
{
|
|
620
794
|
chainId: 42161,
|
|
@@ -622,7 +796,10 @@ const e = [
|
|
|
622
796
|
name: "S*USDC",
|
|
623
797
|
symbol: "S*USDC",
|
|
624
798
|
decimals: 6,
|
|
625
|
-
logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518"
|
|
799
|
+
logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518",
|
|
800
|
+
allowanceStorageOffset: 6,
|
|
801
|
+
isVyper: !1,
|
|
802
|
+
balanceStorageOffset: 5
|
|
626
803
|
},
|
|
627
804
|
{
|
|
628
805
|
chainId: 42161,
|
|
@@ -630,7 +807,10 @@ const e = [
|
|
|
630
807
|
name: "B-wstETH-WETH-Stable",
|
|
631
808
|
symbol: "B-wstETH-WETH-Stable",
|
|
632
809
|
decimals: 18,
|
|
633
|
-
logoURI: "https://
|
|
810
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
811
|
+
allowanceStorageOffset: 1,
|
|
812
|
+
isVyper: !1,
|
|
813
|
+
balanceStorageOffset: 0
|
|
634
814
|
},
|
|
635
815
|
{
|
|
636
816
|
chainId: 42161,
|
|
@@ -646,7 +826,10 @@ const e = [
|
|
|
646
826
|
name: "SUSHI-WETH-USDC",
|
|
647
827
|
symbol: "SUSHI-WETH-USDC",
|
|
648
828
|
decimals: 18,
|
|
649
|
-
logoURI: "https://assets.coingecko.com/coins/images/12271/small/512x512_Logo_no_chop.png?1606986688"
|
|
829
|
+
logoURI: "https://assets.coingecko.com/coins/images/12271/small/512x512_Logo_no_chop.png?1606986688",
|
|
830
|
+
allowanceStorageOffset: 2,
|
|
831
|
+
isVyper: !1,
|
|
832
|
+
balanceStorageOffset: 1
|
|
650
833
|
},
|
|
651
834
|
{
|
|
652
835
|
chainId: 42161,
|
|
@@ -654,7 +837,10 @@ const e = [
|
|
|
654
837
|
name: "SUSHI-MAGIC-ETH",
|
|
655
838
|
symbol: "SUSHI-MAGIC-ETH",
|
|
656
839
|
decimals: 18,
|
|
657
|
-
logoURI: "https://assets.coingecko.com/coins/images/12271/small/512x512_Logo_no_chop.png?1606986688"
|
|
840
|
+
logoURI: "https://assets.coingecko.com/coins/images/12271/small/512x512_Logo_no_chop.png?1606986688",
|
|
841
|
+
allowanceStorageOffset: 2,
|
|
842
|
+
isVyper: !1,
|
|
843
|
+
balanceStorageOffset: 1
|
|
658
844
|
},
|
|
659
845
|
{
|
|
660
846
|
chainId: 42161,
|
|
@@ -662,7 +848,10 @@ const e = [
|
|
|
662
848
|
name: "50tBTC-50WETH",
|
|
663
849
|
symbol: "50tBTC-50WETH",
|
|
664
850
|
decimals: 18,
|
|
665
|
-
logoURI: "https://
|
|
851
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
852
|
+
allowanceStorageOffset: 1,
|
|
853
|
+
isVyper: !1,
|
|
854
|
+
balanceStorageOffset: 0
|
|
666
855
|
},
|
|
667
856
|
{
|
|
668
857
|
chainId: 42161,
|
|
@@ -670,7 +859,10 @@ const e = [
|
|
|
670
859
|
name: "2BTC",
|
|
671
860
|
symbol: "2BTC",
|
|
672
861
|
decimals: 18,
|
|
673
|
-
logoURI: "https://
|
|
862
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
863
|
+
allowanceStorageOffset: 1,
|
|
864
|
+
isVyper: !1,
|
|
865
|
+
balanceStorageOffset: 0
|
|
674
866
|
},
|
|
675
867
|
{
|
|
676
868
|
chainId: 42161,
|
|
@@ -678,7 +870,10 @@ const e = [
|
|
|
678
870
|
name: "HOP-LP-ETH",
|
|
679
871
|
symbol: "HOP-LP-ETH",
|
|
680
872
|
decimals: 18,
|
|
681
|
-
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677"
|
|
873
|
+
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677",
|
|
874
|
+
allowanceStorageOffset: 1,
|
|
875
|
+
isVyper: !1,
|
|
876
|
+
balanceStorageOffset: 0
|
|
682
877
|
},
|
|
683
878
|
{
|
|
684
879
|
chainId: 42161,
|
|
@@ -686,7 +881,10 @@ const e = [
|
|
|
686
881
|
name: "HOP-LP-USDT",
|
|
687
882
|
symbol: "HOP-LP-USDT",
|
|
688
883
|
decimals: 18,
|
|
689
|
-
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677"
|
|
884
|
+
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677",
|
|
885
|
+
allowanceStorageOffset: 1,
|
|
886
|
+
isVyper: !1,
|
|
887
|
+
balanceStorageOffset: 0
|
|
690
888
|
},
|
|
691
889
|
{
|
|
692
890
|
chainId: 42161,
|
|
@@ -694,7 +892,10 @@ const e = [
|
|
|
694
892
|
name: "Magic",
|
|
695
893
|
symbol: "Magic",
|
|
696
894
|
decimals: 18,
|
|
697
|
-
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677"
|
|
895
|
+
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677",
|
|
896
|
+
allowanceStorageOffset: 52,
|
|
897
|
+
isVyper: !1,
|
|
898
|
+
balanceStorageOffset: 51
|
|
698
899
|
},
|
|
699
900
|
{
|
|
700
901
|
chainId: 42161,
|
|
@@ -702,7 +903,10 @@ const e = [
|
|
|
702
903
|
name: "BIFI",
|
|
703
904
|
symbol: "BIFI",
|
|
704
905
|
decimals: 18,
|
|
705
|
-
logoURI: "https://
|
|
906
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
907
|
+
allowanceStorageOffset: 16,
|
|
908
|
+
isVyper: !1,
|
|
909
|
+
balanceStorageOffset: 2
|
|
706
910
|
},
|
|
707
911
|
{
|
|
708
912
|
chainId: 42161,
|
|
@@ -710,7 +914,10 @@ const e = [
|
|
|
710
914
|
name: "ARB",
|
|
711
915
|
symbol: "ARB",
|
|
712
916
|
decimals: 18,
|
|
713
|
-
logoURI: "https://assets.coingecko.com/coins/images/16547/small/photo_2023-03-29_21.47.00.jpeg?1680097630"
|
|
917
|
+
logoURI: "https://assets.coingecko.com/coins/images/16547/small/photo_2023-03-29_21.47.00.jpeg?1680097630",
|
|
918
|
+
allowanceStorageOffset: 52,
|
|
919
|
+
isVyper: !1,
|
|
920
|
+
balanceStorageOffset: 51
|
|
714
921
|
},
|
|
715
922
|
{
|
|
716
923
|
chainId: 42161,
|
|
@@ -718,7 +925,10 @@ const e = [
|
|
|
718
925
|
name: "ChainLink Token",
|
|
719
926
|
symbol: "LINK",
|
|
720
927
|
decimals: 18,
|
|
721
|
-
logoURI: "https://assets.coingecko.com/coins/images/877/standard/chainlink-new-logo.png?1696502009"
|
|
928
|
+
logoURI: "https://assets.coingecko.com/coins/images/877/standard/chainlink-new-logo.png?1696502009",
|
|
929
|
+
allowanceStorageOffset: 52,
|
|
930
|
+
isVyper: !1,
|
|
931
|
+
balanceStorageOffset: 51
|
|
722
932
|
},
|
|
723
933
|
{
|
|
724
934
|
chainId: 42161,
|
|
@@ -726,7 +936,10 @@ const e = [
|
|
|
726
936
|
name: "Uniswap",
|
|
727
937
|
symbol: "UNI",
|
|
728
938
|
decimals: 18,
|
|
729
|
-
logoURI: "https://
|
|
939
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/UNISWAP.avif",
|
|
940
|
+
allowanceStorageOffset: 52,
|
|
941
|
+
isVyper: !1,
|
|
942
|
+
balanceStorageOffset: 51
|
|
730
943
|
},
|
|
731
944
|
{
|
|
732
945
|
chainId: 42161,
|
|
@@ -734,7 +947,10 @@ const e = [
|
|
|
734
947
|
name: "Graph Token",
|
|
735
948
|
symbol: "GRT",
|
|
736
949
|
decimals: 18,
|
|
737
|
-
logoURI: "https://assets.coingecko.com/coins/images/13397/standard/Graph_Token.png?1696513159"
|
|
950
|
+
logoURI: "https://assets.coingecko.com/coins/images/13397/standard/Graph_Token.png?1696513159",
|
|
951
|
+
allowanceStorageOffset: 53,
|
|
952
|
+
isVyper: !1,
|
|
953
|
+
balanceStorageOffset: 52
|
|
738
954
|
},
|
|
739
955
|
{
|
|
740
956
|
chainId: 42161,
|
|
@@ -750,7 +966,10 @@ const e = [
|
|
|
750
966
|
name: "Lido DAO Token",
|
|
751
967
|
symbol: "LDO",
|
|
752
968
|
decimals: 18,
|
|
753
|
-
logoURI: "https://assets.coingecko.com/coins/images/13573/standard/Lido_DAO.png?1696513326"
|
|
969
|
+
logoURI: "https://assets.coingecko.com/coins/images/13573/standard/Lido_DAO.png?1696513326",
|
|
970
|
+
allowanceStorageOffset: 52,
|
|
971
|
+
isVyper: !1,
|
|
972
|
+
balanceStorageOffset: 51
|
|
754
973
|
},
|
|
755
974
|
{
|
|
756
975
|
chainId: 42161,
|
|
@@ -759,7 +978,7 @@ const e = [
|
|
|
759
978
|
name: "WETH_A_TOKEN v3",
|
|
760
979
|
symbol: "WETH_A_TOKEN v3",
|
|
761
980
|
decimals: 18,
|
|
762
|
-
logoURI: "https://
|
|
981
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
763
982
|
isVolatile: !0,
|
|
764
983
|
aaveToken: !0
|
|
765
984
|
},
|
|
@@ -770,7 +989,7 @@ const e = [
|
|
|
770
989
|
name: "wstETH_A_TOKEN v3",
|
|
771
990
|
symbol: "wstETH_A_TOKEN v3",
|
|
772
991
|
decimals: 18,
|
|
773
|
-
logoURI: "https://
|
|
992
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
774
993
|
isVolatile: !0,
|
|
775
994
|
aaveToken: !0
|
|
776
995
|
},
|
|
@@ -781,7 +1000,7 @@ const e = [
|
|
|
781
1000
|
name: "WBTC_A_TOKEN v3",
|
|
782
1001
|
symbol: "WBTC_A_TOKEN v3",
|
|
783
1002
|
decimals: 8,
|
|
784
|
-
logoURI: "https://
|
|
1003
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
785
1004
|
isVolatile: !0,
|
|
786
1005
|
aaveToken: !0
|
|
787
1006
|
},
|
|
@@ -792,7 +1011,7 @@ const e = [
|
|
|
792
1011
|
name: "USDC_A_TOKEN v3",
|
|
793
1012
|
symbol: "USDC_A_TOKEN v3",
|
|
794
1013
|
decimals: 6,
|
|
795
|
-
logoURI: "https://
|
|
1014
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
796
1015
|
isVolatile: !0,
|
|
797
1016
|
aaveToken: !0
|
|
798
1017
|
},
|
|
@@ -803,7 +1022,7 @@ const e = [
|
|
|
803
1022
|
name: "USDT_A_TOKEN v3",
|
|
804
1023
|
symbol: "USDT_A_TOKEN v3",
|
|
805
1024
|
decimals: 6,
|
|
806
|
-
logoURI: "https://
|
|
1025
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
807
1026
|
isVolatile: !0,
|
|
808
1027
|
aaveToken: !0
|
|
809
1028
|
},
|
|
@@ -814,7 +1033,7 @@ const e = [
|
|
|
814
1033
|
name: "DAI_A_TOKEN v3",
|
|
815
1034
|
symbol: "DAI_A_TOKEN v3",
|
|
816
1035
|
decimals: 18,
|
|
817
|
-
logoURI: "https://
|
|
1036
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
818
1037
|
isVolatile: !0,
|
|
819
1038
|
aaveToken: !0
|
|
820
1039
|
},
|
|
@@ -824,7 +1043,10 @@ const e = [
|
|
|
824
1043
|
name: "Wrapped Restaked eETH",
|
|
825
1044
|
symbol: "weETH",
|
|
826
1045
|
decimals: 18,
|
|
827
|
-
logoURI: "https://assets.coingecko.com/coins/images/33033/small/weETH.png?1701438396"
|
|
1046
|
+
logoURI: "https://assets.coingecko.com/coins/images/33033/small/weETH.png?1701438396",
|
|
1047
|
+
allowanceStorageOffset: 52,
|
|
1048
|
+
isVyper: !1,
|
|
1049
|
+
balanceStorageOffset: 51
|
|
828
1050
|
},
|
|
829
1051
|
{
|
|
830
1052
|
chainId: 42161,
|
|
@@ -832,7 +1054,10 @@ const e = [
|
|
|
832
1054
|
name: "Kelp DAO Restaked ETH",
|
|
833
1055
|
symbol: "rsETH",
|
|
834
1056
|
decimals: 18,
|
|
835
|
-
logoURI: "https://assets.coingecko.com/coins/images/33800/standard/Icon___Dark.png?1702991855"
|
|
1057
|
+
logoURI: "https://assets.coingecko.com/coins/images/33800/standard/Icon___Dark.png?1702991855",
|
|
1058
|
+
allowanceStorageOffset: 6,
|
|
1059
|
+
isVyper: !1,
|
|
1060
|
+
balanceStorageOffset: 5
|
|
836
1061
|
},
|
|
837
1062
|
{
|
|
838
1063
|
chainId: 1,
|
|
@@ -840,7 +1065,10 @@ const e = [
|
|
|
840
1065
|
name: "Renzo restaked ETH",
|
|
841
1066
|
symbol: "ezETH",
|
|
842
1067
|
decimals: 18,
|
|
843
|
-
logoURI: "https://assets.coingecko.com/coins/images/34753/standard/eth_renzo_logo_%281%29.png?1705956747"
|
|
1068
|
+
logoURI: "https://assets.coingecko.com/coins/images/34753/standard/eth_renzo_logo_%281%29.png?1705956747",
|
|
1069
|
+
allowanceStorageOffset: 52,
|
|
1070
|
+
isVyper: !1,
|
|
1071
|
+
balanceStorageOffset: 51
|
|
844
1072
|
},
|
|
845
1073
|
{
|
|
846
1074
|
chainId: 42161,
|
|
@@ -848,9 +1076,15 @@ const e = [
|
|
|
848
1076
|
name: "mooSilo-Usdc-Wsteth",
|
|
849
1077
|
symbol: "mooSilo-Usdc-Wsteth",
|
|
850
1078
|
decimals: 18,
|
|
851
|
-
logoURI: "https://
|
|
1079
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
1080
|
+
allowanceStorageOffset: 52,
|
|
1081
|
+
isVyper: !1,
|
|
1082
|
+
balanceStorageOffset: 51
|
|
852
1083
|
}
|
|
853
|
-
]
|
|
1084
|
+
], o = {
|
|
1085
|
+
networkRegistry: e
|
|
1086
|
+
};
|
|
854
1087
|
export {
|
|
1088
|
+
o as default,
|
|
855
1089
|
e as networkRegistry
|
|
856
1090
|
};
|