@sabaaa1/common 0.2.16
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 -0
- package/API/API.d.ts +84 -0
- package/API/API.mjs +111 -0
- package/API/admin-calls.cjs +1 -0
- package/API/admin-calls.d.ts +2 -0
- package/API/admin-calls.mjs +10 -0
- package/API/ai-calls.cjs +1 -0
- package/API/ai-calls.d.ts +17 -0
- package/API/ai-calls.mjs +23 -0
- package/API/brotherhoodCalls.cjs +1 -0
- package/API/brotherhoodCalls.d.ts +82 -0
- package/API/brotherhoodCalls.mjs +61 -0
- package/API/callLifiAPI.cjs +1 -0
- package/API/callLifiAPI.d.ts +33 -0
- package/API/callLifiAPI.mjs +13 -0
- package/API/callMonitor.cjs +1 -0
- package/API/callMonitor.d.ts +1 -0
- package/API/callMonitor.mjs +10 -0
- package/API/callOdosAPI.cjs +1 -0
- package/API/callOdosAPI.d.ts +63 -0
- package/API/callOdosAPI.mjs +25 -0
- package/API/callOneInchAPI.cjs +1 -0
- package/API/callOneInchAPI.d.ts +18 -0
- package/API/callOneInchAPI.mjs +18 -0
- package/API/callRelayer.cjs +1 -0
- package/API/callRelayer.d.ts +15 -0
- package/API/callRelayer.mjs +12 -0
- package/API/checkRisk.cjs +1 -0
- package/API/checkRisk.d.ts +1 -0
- package/API/checkRisk.mjs +10 -0
- package/API/duneAPI.cjs +1 -0
- package/API/duneAPI.d.ts +11 -0
- package/API/duneAPI.mjs +26 -0
- package/API/enclaveCalls.cjs +1 -0
- package/API/enclaveCalls.d.ts +9 -0
- package/API/enclaveCalls.mjs +13 -0
- package/API/fetchCommitmentsCache.cjs +1 -0
- package/API/fetchCommitmentsCache.d.ts +36 -0
- package/API/fetchCommitmentsCache.mjs +25 -0
- package/API/generate-trading-points.cjs +1 -0
- package/API/generate-trading-points.d.ts +27 -0
- package/API/generate-trading-points.mjs +47 -0
- package/API/get-token-data.cjs +1 -0
- package/API/get-token-data.d.ts +6 -0
- package/API/get-token-data.mjs +10 -0
- package/API/getBridgeProtocols.cjs +1 -0
- package/API/getBridgeProtocols.d.ts +7 -0
- package/API/getBridgeProtocols.mjs +10 -0
- package/API/getCoingeckoPrice.cjs +1 -0
- package/API/getCoingeckoPrice.d.ts +22 -0
- package/API/getCoingeckoPrice.mjs +27 -0
- package/API/getGasEstimates.cjs +1 -0
- package/API/getGasEstimates.d.ts +9 -0
- package/API/getGasEstimates.mjs +18 -0
- package/API/getLifiStatus.cjs +1 -0
- package/API/getLifiStatus.d.ts +24 -0
- package/API/getLifiStatus.mjs +17 -0
- package/API/getRelayerURL.cjs +1 -0
- package/API/getRelayerURL.d.ts +1 -0
- package/API/getRelayerURL.mjs +10 -0
- package/API/getServerURL.cjs +1 -0
- package/API/getServerURL.d.ts +4 -0
- package/API/getServerURL.mjs +70 -0
- package/API/getTokenPrice.cjs +1 -0
- package/API/getTokenPrice.d.ts +16 -0
- package/API/getTokenPrice.mjs +23 -0
- package/API/getWebsiteURL.cjs +1 -0
- package/API/getWebsiteURL.d.ts +3 -0
- package/API/getWebsiteURL.mjs +57 -0
- package/API/index.d.ts +19 -0
- package/API/is-tx-stateless.cjs +1 -0
- package/API/is-tx-stateless.d.ts +5 -0
- package/API/is-tx-stateless.mjs +22 -0
- package/API/kycCalls.cjs +1 -0
- package/API/kycCalls.d.ts +23 -0
- package/API/kycCalls.mjs +44 -0
- package/API/leaderboardCalls.cjs +1 -0
- package/API/leaderboardCalls.d.ts +14 -0
- package/API/leaderboardCalls.mjs +18 -0
- package/API/mysteryBoxesCalls.cjs +1 -0
- package/API/mysteryBoxesCalls.d.ts +60 -0
- package/API/mysteryBoxesCalls.mjs +45 -0
- package/API/passwordCalls.cjs +1 -0
- package/API/passwordCalls.d.ts +9 -0
- package/API/passwordCalls.mjs +13 -0
- package/API/proxyAccountsCalls.cjs +1 -0
- package/API/proxyAccountsCalls.d.ts +4 -0
- package/API/proxyAccountsCalls.mjs +28 -0
- package/API/referralsCalls.cjs +1 -0
- package/API/referralsCalls.d.ts +22 -0
- package/API/referralsCalls.mjs +24 -0
- package/API/relayCalls.cjs +1 -0
- package/API/relayCalls.d.ts +5 -0
- package/API/relayCalls.mjs +12 -0
- package/API/restoreSnapshots.cjs +1 -0
- package/API/restoreSnapshots.d.ts +1 -0
- package/API/restoreSnapshots.mjs +12 -0
- package/API/rewardsUserCalls.cjs +1 -0
- package/API/rewardsUserCalls.d.ts +51 -0
- package/API/rewardsUserCalls.mjs +46 -0
- package/API/send-telegram-callback.cjs +1 -0
- package/API/send-telegram-callback.d.ts +7 -0
- package/API/send-telegram-callback.mjs +13 -0
- package/API/simulate-batch-tx.cjs +1 -0
- package/API/simulate-batch-tx.d.ts +3 -0
- package/API/simulate-batch-tx.mjs +15 -0
- package/API/tenderly.api.cjs +1 -0
- package/API/tenderly.api.d.ts +14 -0
- package/API/tenderly.api.mjs +59 -0
- package/API/token-calls.cjs +1 -0
- package/API/token-calls.d.ts +2 -0
- package/API/token-calls.mjs +16 -0
- package/API/weeklyAnalyticCalls.cjs +1 -0
- package/API/weeklyAnalyticCalls.d.ts +22 -0
- package/API/weeklyAnalyticCalls.mjs +18 -0
- package/_virtual/_commonjsHelpers.cjs +1 -0
- package/_virtual/_commonjsHelpers.mjs +30 -0
- package/_virtual/bn.cjs +1 -0
- package/_virtual/bn.mjs +4 -0
- package/_virtual/bn2.cjs +1 -0
- package/_virtual/bn2.mjs +4 -0
- package/_virtual/common.cjs +1 -0
- package/_virtual/common.mjs +4 -0
- package/_virtual/common2.cjs +1 -0
- package/_virtual/common2.mjs +4 -0
- package/_virtual/hash.cjs +1 -0
- package/_virtual/hash.mjs +4 -0
- package/_virtual/index.cjs +1 -0
- package/_virtual/index.mjs +6 -0
- package/_virtual/index10.cjs +1 -0
- package/_virtual/index10.mjs +6 -0
- package/_virtual/index11.cjs +1 -0
- package/_virtual/index11.mjs +6 -0
- package/_virtual/index12.cjs +1 -0
- package/_virtual/index12.mjs +6 -0
- package/_virtual/index13.cjs +1 -0
- package/_virtual/index13.mjs +6 -0
- package/_virtual/index14.cjs +1 -0
- package/_virtual/index14.mjs +6 -0
- package/_virtual/index15.cjs +1 -0
- package/_virtual/index15.mjs +6 -0
- package/_virtual/index16.cjs +1 -0
- package/_virtual/index16.mjs +6 -0
- package/_virtual/index17.cjs +1 -0
- package/_virtual/index17.mjs +6 -0
- package/_virtual/index18.cjs +1 -0
- package/_virtual/index18.mjs +6 -0
- package/_virtual/index19.cjs +1 -0
- package/_virtual/index19.mjs +6 -0
- package/_virtual/index2.cjs +1 -0
- package/_virtual/index2.mjs +6 -0
- package/_virtual/index20.cjs +1 -0
- package/_virtual/index20.mjs +6 -0
- package/_virtual/index21.cjs +1 -0
- package/_virtual/index21.mjs +4 -0
- package/_virtual/index3.cjs +1 -0
- package/_virtual/index3.mjs +6 -0
- package/_virtual/index4.cjs +1 -0
- package/_virtual/index4.mjs +6 -0
- package/_virtual/index5.cjs +1 -0
- package/_virtual/index5.mjs +6 -0
- package/_virtual/index6.cjs +1 -0
- package/_virtual/index6.mjs +6 -0
- package/_virtual/index7.cjs +1 -0
- package/_virtual/index7.mjs +6 -0
- package/_virtual/index8.cjs +1 -0
- package/_virtual/index8.mjs +6 -0
- package/_virtual/index9.cjs +1 -0
- package/_virtual/index9.mjs +6 -0
- package/_virtual/inherits_browser.cjs +1 -0
- package/_virtual/inherits_browser.mjs +4 -0
- package/_virtual/ripemd.cjs +1 -0
- package/_virtual/ripemd.mjs +4 -0
- package/_virtual/scrypt.cjs +1 -0
- package/_virtual/scrypt.mjs +4 -0
- package/_virtual/sha.cjs +1 -0
- package/_virtual/sha.mjs +4 -0
- package/_virtual/sha3.cjs +1 -0
- package/_virtual/sha3.mjs +4 -0
- package/_virtual/utils.cjs +1 -0
- package/_virtual/utils.mjs +4 -0
- package/_virtual/utils2.cjs +1 -0
- package/_virtual/utils2.mjs +4 -0
- package/assets/snarkjsWorkerLauncher-C7k0eivz.js +1204 -0
- package/assets/snarkjsWorkerLogic-BO6Ynqjj.js +30691 -0
- package/assets/utxoWorkerLauncher-CEvVVrNi.js +1205 -0
- package/assets/utxoWorkerLogic-mwtuZoYE.js +119181 -0
- package/assets/zkProofWorkerLauncher-DqyUe_-v.js +1205 -0
- package/assets/zkProofWorkerLogic-6exMzAHW.js +119315 -0
- package/constants/activity.constants.cjs +1 -0
- package/constants/activity.constants.d.ts +2 -0
- package/constants/activity.constants.mjs +14 -0
- package/constants/addresses.constants.cjs +1 -0
- package/constants/addresses.constants.d.ts +25 -0
- package/constants/addresses.constants.mjs +80 -0
- package/constants/assets.constants.cjs +1 -0
- package/constants/assets.constants.d.ts +13 -0
- package/constants/assets.constants.mjs +16 -0
- package/constants/backend.constants.cjs +1 -0
- package/constants/backend.constants.d.ts +12 -0
- package/constants/backend.constants.mjs +18 -0
- package/constants/balance.constants.cjs +1 -0
- package/constants/balance.constants.d.ts +1 -0
- package/constants/balance.constants.mjs +4 -0
- package/constants/bridging.constants.cjs +1 -0
- package/constants/bridging.constants.d.ts +5 -0
- package/constants/bridging.constants.mjs +8 -0
- package/constants/chains.constants.cjs +1 -0
- package/constants/chains.constants.d.ts +36 -0
- package/constants/chains.constants.mjs +164 -0
- package/constants/coingecko.constants.cjs +1 -0
- package/constants/coingecko.constants.d.ts +16 -0
- package/constants/coingecko.constants.mjs +52 -0
- package/constants/contracts.constants.cjs +1 -0
- package/constants/contracts.constants.d.ts +119 -0
- package/constants/contracts.constants.mjs +95 -0
- 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 -0
- package/constants/deploy-data/deploy-data-arbMainnet.json.mjs +5702 -0
- package/constants/deploy-data/deploy-data-arcTestnet.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-arcTestnet.json.mjs +6171 -0
- package/constants/deploy-data/deploy-data-avalanche.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-avalanche.json.mjs +5940 -0
- package/constants/deploy-data/deploy-data-base.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-base.json.mjs +5712 -0
- package/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +5940 -0
- package/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-ethMainnet.json.mjs +5942 -0
- package/constants/deploy-data/deploy-data-localhost.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-localhost.json.mjs +5940 -0
- package/constants/deploy-data/deploy-data-optimism.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-optimism.json.mjs +5712 -0
- package/constants/deploy-data/deploy-data-polygon.json.cjs +1 -0
- package/constants/deploy-data/deploy-data-polygon.json.mjs +5712 -0
- package/constants/deploy-data/index.d.ts +10 -0
- package/constants/events.constants.cjs +1 -0
- package/constants/events.constants.d.ts +1 -0
- package/constants/events.constants.mjs +12 -0
- package/constants/fees.constants.cjs +1 -0
- package/constants/fees.constants.d.ts +2 -0
- package/constants/fees.constants.mjs +6 -0
- package/constants/function-signatures.constants.cjs +1 -0
- package/constants/function-signatures.constants.d.ts +5 -0
- package/constants/function-signatures.constants.mjs +8 -0
- package/constants/index.d.ts +30 -0
- package/constants/kyc.constants.cjs +1 -0
- package/constants/kyc.constants.d.ts +28 -0
- package/constants/kyc.constants.mjs +179 -0
- package/constants/lifi.constants.cjs +1 -0
- package/constants/lifi.constants.d.ts +1 -0
- package/constants/lifi.constants.mjs +4 -0
- package/constants/mediaUrls.constants.cjs +1 -0
- package/constants/mediaUrls.constants.d.ts +24 -0
- package/constants/mediaUrls.constants.mjs +27 -0
- package/constants/mystery-boxes.constants.cjs +1 -0
- package/constants/mystery-boxes.constants.d.ts +63 -0
- package/constants/mystery-boxes.constants.mjs +355 -0
- package/constants/oauthUrls.constants.cjs +1 -0
- package/constants/oauthUrls.constants.d.ts +7 -0
- package/constants/oauthUrls.constants.mjs +10 -0
- package/constants/permit2.constants.cjs +1 -0
- package/constants/permit2.constants.d.ts +8 -0
- package/constants/permit2.constants.mjs +17 -0
- package/constants/presale.constants.cjs +1 -0
- package/constants/presale.constants.d.ts +78 -0
- package/constants/presale.constants.mjs +504 -0
- package/constants/protocol.constants.cjs +1 -0
- package/constants/protocol.constants.d.ts +36 -0
- package/constants/protocol.constants.mjs +39 -0
- package/constants/reorg-depths.constants.cjs +1 -0
- package/constants/reorg-depths.constants.d.ts +3 -0
- package/constants/reorg-depths.constants.mjs +17 -0
- package/constants/rewards.constants.cjs +1 -0
- package/constants/rewards.constants.d.ts +17 -0
- package/constants/rewards.constants.mjs +22 -0
- package/constants/save-depths.cjs +1 -0
- package/constants/save-depths.d.ts +3 -0
- package/constants/save-depths.mjs +16 -0
- package/constants/server.constants.cjs +1 -0
- package/constants/server.constants.d.ts +186 -0
- package/constants/server.constants.mjs +211 -0
- package/constants/tasks.constants.cjs +1 -0
- package/constants/tasks.constants.d.ts +8 -0
- package/constants/tasks.constants.mjs +204 -0
- package/constants/token-data/ERC20Registry.cjs +1 -0
- package/constants/token-data/ERC20Registry.d.ts +3 -0
- package/constants/token-data/ERC20Registry.mjs +81 -0
- package/constants/token-data/arbMainnetRegistry.json.cjs +1 -0
- package/constants/token-data/arbMainnetRegistry.json.mjs +1845 -0
- package/constants/token-data/arbMainnetRegistryFixed.json.cjs +1 -0
- package/constants/token-data/arbMainnetRegistryFixed.json.mjs +1845 -0
- package/constants/token-data/arcTestnetRegistry.json.cjs +1 -0
- package/constants/token-data/arcTestnetRegistry.json.mjs +439 -0
- package/constants/token-data/avalancheRegistry.json.cjs +1 -0
- package/constants/token-data/avalancheRegistry.json.mjs +733 -0
- package/constants/token-data/avalancheRegistryFixed.json.cjs +1 -0
- package/constants/token-data/avalancheRegistryFixed.json.mjs +733 -0
- package/constants/token-data/baseRegistry.json.cjs +1 -0
- package/constants/token-data/baseRegistry.json.mjs +1138 -0
- package/constants/token-data/baseRegistryFixed.json.cjs +1 -0
- package/constants/token-data/baseRegistryFixed.json.mjs +1138 -0
- package/constants/token-data/bnbMainnetRegistry.json.cjs +1 -0
- package/constants/token-data/bnbMainnetRegistry.json.mjs +904 -0
- package/constants/token-data/bnbMainnetRegistryFixed.json.cjs +1 -0
- package/constants/token-data/bnbMainnetRegistryFixed.json.mjs +904 -0
- package/constants/token-data/ethMainnetRegistry.json.cjs +1 -0
- package/constants/token-data/ethMainnetRegistry.json.mjs +4302 -0
- package/constants/token-data/ethMainnetRegistryFixed.json.cjs +1 -0
- package/constants/token-data/ethMainnetRegistryFixed.json.mjs +4302 -0
- package/constants/token-data/index.cjs +1 -0
- package/constants/token-data/index.d.ts +1421 -0
- package/constants/token-data/index.mjs +36 -0
- package/constants/token-data/localhostRegistry.json.cjs +1 -0
- package/constants/token-data/localhostRegistry.json.mjs +2788 -0
- package/constants/token-data/optimismRegistry.json.cjs +1 -0
- package/constants/token-data/optimismRegistry.json.mjs +705 -0
- package/constants/token-data/optimismRegistryFixed.json.cjs +1 -0
- package/constants/token-data/optimismRegistryFixed.json.mjs +705 -0
- package/constants/token-data/polygonRegistry.json.cjs +1 -0
- package/constants/token-data/polygonRegistry.json.mjs +2313 -0
- package/constants/token-data/polygonRegistryFixed.json.cjs +1 -0
- package/constants/token-data/polygonRegistryFixed.json.mjs +2313 -0
- package/constants/token-data/popularTokens.constants.cjs +1 -0
- package/constants/token-data/popularTokens.constants.d.ts +3 -0
- package/constants/token-data/popularTokens.constants.mjs +14 -0
- package/constants/token-data/tokenPricing.consts.d.ts +2 -0
- 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 -0
- package/constants/vite.constants.d.ts +16 -0
- package/constants/vite.constants.mjs +38 -0
- package/constants/wallet.constants.cjs +1 -0
- package/constants/wallet.constants.d.ts +7 -0
- package/constants/wallet.constants.mjs +10 -0
- package/crypto/babyJub.cjs +1 -0
- package/crypto/babyJub.d.ts +16 -0
- package/crypto/babyJub.mjs +15 -0
- package/crypto/index.d.ts +3 -0
- package/crypto/poseidon.cjs +1 -0
- package/crypto/poseidon.d.ts +15 -0
- package/crypto/poseidon.mjs +26 -0
- package/crypto/preProcessing.cjs +1 -0
- package/crypto/preProcessing.d.ts +1 -0
- package/crypto/preProcessing.mjs +11 -0
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.cjs +1 -0
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.d.ts +18 -0
- package/data-structures/ApprovalDBs/EventsPublicApprovalsDB.mjs +175 -0
- package/data-structures/ApprovalDBs/index.d.ts +1 -0
- package/data-structures/Hinkal/Hinkal.cjs +1 -0
- package/data-structures/Hinkal/Hinkal.d.ts +108 -0
- package/data-structures/Hinkal/Hinkal.mjs +460 -0
- package/data-structures/Hinkal/IHinkal.d.ts +100 -0
- package/data-structures/Hinkal/handleAutoDepositBack.cjs +1 -0
- package/data-structures/Hinkal/handleAutoDepositBack.d.ts +5 -0
- package/data-structures/Hinkal/handleAutoDepositBack.mjs +108 -0
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.cjs +1 -0
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.d.ts +7 -0
- package/data-structures/Hinkal/hinkalActionFundApproveAndTransact.mjs +41 -0
- package/data-structures/Hinkal/hinkalActionReceive.cjs +1 -0
- package/data-structures/Hinkal/hinkalActionReceive.d.ts +7 -0
- package/data-structures/Hinkal/hinkalActionReceive.mjs +40 -0
- package/data-structures/Hinkal/hinkalActionStake.d.ts +3 -0
- package/data-structures/Hinkal/hinkalApprove.cjs +1 -0
- package/data-structures/Hinkal/hinkalApprove.d.ts +3 -0
- package/data-structures/Hinkal/hinkalApprove.mjs +115 -0
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.cjs +1 -0
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.d.ts +3 -0
- package/data-structures/Hinkal/hinkalCheckTokenRegistry.mjs +52 -0
- package/data-structures/Hinkal/hinkalDeposit.cjs +1 -0
- package/data-structures/Hinkal/hinkalDeposit.d.ts +4 -0
- package/data-structures/Hinkal/hinkalDeposit.mjs +149 -0
- 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 -0
- package/data-structures/Hinkal/hinkalGetZkMeProvider.d.ts +3 -0
- package/data-structures/Hinkal/hinkalGetZkMeProvider.mjs +23 -0
- package/data-structures/Hinkal/hinkalInsideTransact.cjs +1 -0
- package/data-structures/Hinkal/hinkalInsideTransact.d.ts +4 -0
- package/data-structures/Hinkal/hinkalInsideTransact.mjs +121 -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 -0
- package/data-structures/Hinkal/hinkalPrivateWallet.d.ts +6 -0
- package/data-structures/Hinkal/hinkalPrivateWallet.mjs +148 -0
- 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 +8 -0
- package/data-structures/Hinkal/hinkalProxySwap.mjs +59 -0
- package/data-structures/Hinkal/hinkalSignSubAccount.cjs +1 -0
- package/data-structures/Hinkal/hinkalSignSubAccount.d.ts +4 -0
- package/data-structures/Hinkal/hinkalSignSubAccount.mjs +20 -0
- package/data-structures/Hinkal/hinkalSwap.cjs +1 -0
- package/data-structures/Hinkal/hinkalSwap.d.ts +6 -0
- package/data-structures/Hinkal/hinkalSwap.mjs +127 -0
- package/data-structures/Hinkal/hinkalTransfer.cjs +1 -0
- package/data-structures/Hinkal/hinkalTransfer.d.ts +4 -0
- package/data-structures/Hinkal/hinkalTransfer.mjs +127 -0
- package/data-structures/Hinkal/hinkalWithdraw.cjs +1 -0
- package/data-structures/Hinkal/hinkalWithdraw.d.ts +4 -0
- package/data-structures/Hinkal/hinkalWithdraw.mjs +126 -0
- package/data-structures/Hinkal/index.d.ts +9 -0
- package/data-structures/Hinkal/resetMerkleTrees.cjs +1 -0
- package/data-structures/Hinkal/resetMerkleTrees.d.ts +2 -0
- package/data-structures/Hinkal/resetMerkleTrees.mjs +35 -0
- 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 +191 -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 +94 -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 +99 -0
- package/data-structures/IndexedDB/index.d.ts +6 -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/IndexedDB/signatures-db.cjs +1 -0
- package/data-structures/IndexedDB/signatures-db.d.ts +10 -0
- package/data-structures/IndexedDB/signatures-db.mjs +62 -0
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs +1 -0
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.d.ts +20 -0
- package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs +80 -0
- package/data-structures/TokenDBs/AlchemyPublicTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/AlchemyPublicTokensDB.d.ts +14 -0
- package/data-structures/TokenDBs/AlchemyPublicTokensDB.mjs +132 -0
- package/data-structures/TokenDBs/ArcPublicTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/ArcPublicTokensDB.d.ts +11 -0
- package/data-structures/TokenDBs/ArcPublicTokensDB.mjs +112 -0
- package/data-structures/TokenDBs/EventsPublicTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/EventsPublicTokensDB.d.ts +17 -0
- package/data-structures/TokenDBs/EventsPublicTokensDB.mjs +174 -0
- package/data-structures/TokenDBs/IPublicTokensDB.d.ts +6 -0
- package/data-structures/TokenDBs/PrivateTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/PrivateTokensDB.d.ts +11 -0
- package/data-structures/TokenDBs/PrivateTokensDB.mjs +60 -0
- package/data-structures/TokenDBs/PublicTokensDB.cjs +1 -0
- package/data-structures/TokenDBs/PublicTokensDB.d.ts +9 -0
- package/data-structures/TokenDBs/PublicTokensDB.mjs +32 -0
- package/data-structures/TokenDBs/index.d.ts +4 -0
- package/data-structures/TokenDBs/token-visibility-db.cjs +1 -0
- package/data-structures/TokenDBs/token-visibility-db.d.ts +17 -0
- package/data-structures/TokenDBs/token-visibility-db.mjs +96 -0
- package/data-structures/ValueCache/ValueCache.cjs +1 -0
- package/data-structures/ValueCache/ValueCache.d.ts +10 -0
- package/data-structures/ValueCache/ValueCache.mjs +25 -0
- package/data-structures/ValueCache/index.d.ts +1 -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 -0
- package/data-structures/cacheDevices/BaseCacheDevice.d.ts +11 -0
- package/data-structures/cacheDevices/BaseCacheDevice.mjs +21 -0
- package/data-structures/cacheDevices/FileCacheDevice.cjs +1 -0
- package/data-structures/cacheDevices/FileCacheDevice.d.ts +10 -0
- package/data-structures/cacheDevices/FileCacheDevice.mjs +41 -0
- package/data-structures/cacheDevices/LocalStorageCacheDevice.cjs +1 -0
- package/data-structures/cacheDevices/LocalStorageCacheDevice.d.ts +8 -0
- package/data-structures/cacheDevices/LocalStorageCacheDevice.mjs +21 -0
- package/data-structures/cacheDevices/index.d.ts +2 -0
- package/data-structures/crypto-keys/decodeUTXO.cjs +1 -0
- package/data-structures/crypto-keys/decodeUTXO.d.ts +14 -0
- package/data-structures/crypto-keys/decodeUTXO.mjs +41 -0
- package/data-structures/crypto-keys/encryptDecryptUtxo.cjs +1 -0
- package/data-structures/crypto-keys/encryptDecryptUtxo.d.ts +18 -0
- package/data-structures/crypto-keys/encryptDecryptUtxo.mjs +40 -0
- package/data-structures/crypto-keys/index.d.ts +4 -0
- package/data-structures/crypto-keys/keyUtils.cjs +1 -0
- package/data-structures/crypto-keys/keyUtils.d.ts +2 -0
- package/data-structures/crypto-keys/keyUtils.mjs +10 -0
- package/data-structures/crypto-keys/keys.cjs +1 -0
- package/data-structures/crypto-keys/keys.d.ts +75 -0
- package/data-structures/crypto-keys/keys.mjs +125 -0
- package/data-structures/custom-token-registry/CustomTokenRegistry.cjs +1 -0
- package/data-structures/custom-token-registry/CustomTokenRegistry.d.ts +12 -0
- package/data-structures/custom-token-registry/CustomTokenRegistry.mjs +29 -0
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.cjs +1 -0
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.d.ts +34 -0
- package/data-structures/event-service/AbstractAccessTokenSnapshotService.mjs +86 -0
- package/data-structures/event-service/AbstractApprovalsSnapshotService.cjs +1 -0
- package/data-structures/event-service/AbstractApprovalsSnapshotService.d.ts +29 -0
- package/data-structures/event-service/AbstractApprovalsSnapshotService.mjs +92 -0
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.cjs +1 -0
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.d.ts +29 -0
- package/data-structures/event-service/AbstractCommitmentsSnapshotService.mjs +83 -0
- package/data-structures/event-service/AbstractEventService.cjs +1 -0
- package/data-structures/event-service/AbstractEventService.d.ts +12 -0
- package/data-structures/event-service/AbstractEventService.mjs +33 -0
- package/data-structures/event-service/AbstractNullifierSnapshotService.cjs +1 -0
- package/data-structures/event-service/AbstractNullifierSnapshotService.d.ts +22 -0
- package/data-structures/event-service/AbstractNullifierSnapshotService.mjs +48 -0
- package/data-structures/event-service/AbstractSnapshotService.cjs +1 -0
- package/data-structures/event-service/AbstractSnapshotService.d.ts +22 -0
- package/data-structures/event-service/AbstractSnapshotService.mjs +33 -0
- package/data-structures/event-service/BlockchainEventEmitter.cjs +1 -0
- package/data-structures/event-service/BlockchainEventEmitter.d.ts +23 -0
- package/data-structures/event-service/BlockchainEventEmitter.mjs +80 -0
- package/data-structures/event-service/index.d.ts +7 -0
- package/data-structures/index.d.ts +18 -0
- package/data-structures/merkle-tree/MerkleTree.cjs +1 -0
- package/data-structures/merkle-tree/MerkleTree.d.ts +81 -0
- package/data-structures/merkle-tree/MerkleTree.mjs +168 -0
- package/data-structures/merkle-tree/MerkleTreeIncompleteError.cjs +1 -0
- package/data-structures/merkle-tree/MerkleTreeIncompleteError.d.ts +3 -0
- package/data-structures/merkle-tree/MerkleTreeIncompleteError.mjs +8 -0
- 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 +3 -0
- package/data-structures/presale/PresaleContractWrapper.cjs +1 -0
- package/data-structures/presale/PresaleContractWrapper.d.ts +23 -0
- package/data-structures/presale/PresaleContractWrapper.mjs +54 -0
- package/data-structures/presale/index.d.ts +1 -0
- package/data-structures/provider-adapter/IProviderAdapter.d.ts +37 -0
- package/data-structures/snapshot/ClientAccessTokenSnapshotService.cjs +1 -0
- package/data-structures/snapshot/ClientAccessTokenSnapshotService.d.ts +8 -0
- package/data-structures/snapshot/ClientAccessTokenSnapshotService.mjs +37 -0
- package/data-structures/snapshot/ClientApprovalsSnapshotService.cjs +1 -0
- package/data-structures/snapshot/ClientApprovalsSnapshotService.d.ts +9 -0
- package/data-structures/snapshot/ClientApprovalsSnapshotService.mjs +23 -0
- package/data-structures/snapshot/ClientCommitmentsSnapshotService.cjs +1 -0
- package/data-structures/snapshot/ClientCommitmentsSnapshotService.d.ts +8 -0
- package/data-structures/snapshot/ClientCommitmentsSnapshotService.mjs +31 -0
- package/data-structures/snapshot/ClientNullifierSnapshotService.cjs +1 -0
- package/data-structures/snapshot/ClientNullifierSnapshotService.d.ts +8 -0
- package/data-structures/snapshot/ClientNullifierSnapshotService.mjs +30 -0
- package/data-structures/snapshot/SnapshotFetcherService.cjs +1 -0
- package/data-structures/snapshot/SnapshotFetcherService.d.ts +16 -0
- package/data-structures/snapshot/SnapshotFetcherService.mjs +42 -0
- package/data-structures/snapshot/index.d.ts +1 -0
- package/data-structures/token-price-fetcher/TokenChecker.cjs +1 -0
- package/data-structures/token-price-fetcher/TokenChecker.d.ts +9 -0
- package/data-structures/token-price-fetcher/TokenChecker.mjs +15 -0
- package/data-structures/token-price-fetcher/index.d.ts +1 -0
- package/data-structures/tor/HttpClient.cjs +1 -0
- package/data-structures/tor/HttpClient.d.ts +22 -0
- package/data-structures/tor/HttpClient.mjs +57 -0
- package/data-structures/tor/TorAdapter.cjs +1 -0
- package/data-structures/tor/TorAdapter.d.ts +3 -0
- package/data-structures/tor/TorAdapter.mjs +59 -0
- package/data-structures/tor/TorClient.cjs +1 -0
- package/data-structures/tor/TorClient.d.ts +25 -0
- package/data-structures/tor/TorClient.mjs +147 -0
- package/data-structures/tor/WebSocketDuplex.cjs +1 -0
- package/data-structures/tor/WebSocketDuplex.d.ts +7 -0
- package/data-structures/tor/WebSocketDuplex.mjs +25 -0
- package/data-structures/tor/index.d.ts +3 -0
- package/data-structures/transactions-manager/history/history.types.cjs +1 -0
- package/data-structures/transactions-manager/history/history.types.d.ts +16 -0
- package/data-structures/transactions-manager/history/history.types.mjs +4 -0
- package/data-structures/transactions-manager/index.d.ts +1 -0
- package/data-structures/utxo/Utxo.cjs +1 -0
- package/data-structures/utxo/Utxo.d.ts +63 -0
- package/data-structures/utxo/Utxo.mjs +135 -0
- package/error-handling/customErrors/ErrorWithAmount.cjs +1 -0
- package/error-handling/customErrors/ErrorWithAmount.d.ts +4 -0
- package/error-handling/customErrors/ErrorWithAmount.mjs +9 -0
- package/error-handling/customErrors/ErrorWithTx.cjs +1 -0
- package/error-handling/customErrors/ErrorWithTx.d.ts +5 -0
- package/error-handling/customErrors/ErrorWithTx.mjs +9 -0
- package/error-handling/customErrors/FeeOverTransactionValueError.cjs +1 -0
- package/error-handling/customErrors/FeeOverTransactionValueError.d.ts +9 -0
- package/error-handling/customErrors/FeeOverTransactionValueError.mjs +9 -0
- package/error-handling/customErrors/SimulationFailureError.cjs +1 -0
- package/error-handling/customErrors/SimulationFailureError.d.ts +10 -0
- package/error-handling/customErrors/SimulationFailureError.mjs +9 -0
- package/error-handling/customErrors/customErrors.helpers.cjs +1 -0
- package/error-handling/customErrors/customErrors.helpers.d.ts +5 -0
- package/error-handling/customErrors/customErrors.helpers.mjs +21 -0
- package/error-handling/customErrors/index.d.ts +5 -0
- package/error-handling/error-codes.constants.cjs +2 -0
- package/error-handling/error-codes.constants.d.ts +195 -0
- package/error-handling/error-codes.constants.mjs +200 -0
- package/error-handling/get-error.message.cjs +1 -0
- package/error-handling/get-error.message.d.ts +5 -0
- package/error-handling/get-error.message.mjs +102 -0
- package/error-handling/handleErrorRestore.cjs +1 -0
- package/error-handling/handleErrorRestore.d.ts +2 -0
- package/error-handling/handleErrorRestore.mjs +11 -0
- package/error-handling/index.d.ts +7 -0
- package/error-handling/logError.cjs +1 -0
- package/error-handling/logError.d.ts +1 -0
- package/error-handling/logError.mjs +7 -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 -0
- package/error-handling/types.d.ts +10 -0
- package/error-handling/types.mjs +4 -0
- package/externalABIs/BUSD.cjs +1 -0
- package/externalABIs/BUSD.d.ts +38 -0
- package/externalABIs/BUSD.mjs +519 -0
- package/externalABIs/BabPassport.json.cjs +1 -0
- package/externalABIs/BabPassport.json.mjs +29 -0
- package/externalABIs/DAI.cjs +1 -0
- package/externalABIs/DAI.d.ts +45 -0
- package/externalABIs/DAI.mjs +334 -0
- package/externalABIs/ERC1155.json.cjs +1 -0
- package/externalABIs/ERC1155.json.mjs +320 -0
- package/externalABIs/ERC20.d.ts +1 -0
- package/externalABIs/ERC20.json.cjs +1 -0
- package/externalABIs/ERC20.json.mjs +308 -0
- package/externalABIs/ERC721.json.cjs +1 -0
- package/externalABIs/ERC721.json.mjs +338 -0
- package/externalABIs/GalxePassport.json.cjs +1 -0
- package/externalABIs/GalxePassport.json.mjs +46 -0
- package/externalABIs/IQuoterV2.json.cjs +1 -0
- package/externalABIs/IQuoterV2.json.mjs +222 -0
- package/externalABIs/ISwapRouter.json.cjs +1 -0
- package/externalABIs/ISwapRouter.json.mjs +571 -0
- package/externalABIs/IUniswapV3Factory.json.cjs +1 -0
- package/externalABIs/IUniswapV3Factory.json.mjs +218 -0
- package/externalABIs/IUniswapV3Pool.json.cjs +1 -0
- package/externalABIs/IUniswapV3Pool.json.mjs +1016 -0
- package/externalABIs/NodeInterfaceABI.json.cjs +1 -0
- package/externalABIs/NodeInterfaceABI.json.mjs +280 -0
- package/externalABIs/OptimismGasPriceOracle.json.cjs +1 -0
- package/externalABIs/OptimismGasPriceOracle.json.mjs +206 -0
- package/externalABIs/SanctionsList.cjs +1 -0
- package/externalABIs/SanctionsList.d.ts +35 -0
- package/externalABIs/SanctionsList.mjs +89 -0
- package/externalABIs/USDC.cjs +1 -0
- package/externalABIs/USDC.d.ts +28 -0
- package/externalABIs/USDC.mjs +721 -0
- package/externalABIs/USDR.cjs +1 -0
- package/externalABIs/USDR.d.ts +28 -0
- package/externalABIs/USDR.mjs +346 -0
- package/externalABIs/USDR3CRV.cjs +1 -0
- package/externalABIs/USDR3CRV.d.ts +49 -0
- package/externalABIs/USDR3CRV.mjs +542 -0
- package/externalABIs/USDT.cjs +1 -0
- package/externalABIs/USDT.d.ts +41 -0
- package/externalABIs/USDT.mjs +393 -0
- package/externalABIs/UniswapV2PoolAbi.json.cjs +1 -0
- package/externalABIs/UniswapV2PoolAbi.json.mjs +93 -0
- package/externalABIs/WETH.cjs +1 -0
- package/externalABIs/WETH.d.ts +38 -0
- package/externalABIs/WETH.mjs +156 -0
- package/externalABIs/amToken.cjs +1 -0
- package/externalABIs/amToken.d.ts +28 -0
- package/externalABIs/amToken.mjs +350 -0
- package/externalABIs/index.cjs +1 -0
- package/externalABIs/index.d.ts +269 -0
- package/externalABIs/index.mjs +21 -0
- package/externalABIs/swapAbi.cjs +1 -0
- package/externalABIs/swapAbi.d.ts +77 -0
- package/externalABIs/swapAbi.mjs +291 -0
- package/externalABIs/transactionsProver.json.cjs +1 -0
- package/externalABIs/transactionsProver.json.mjs +56 -0
- package/functions/index.d.ts +13 -0
- package/functions/kyc/aiPriseHelper.d.ts +0 -0
- package/functions/kyc/authentoHelper.cjs +1 -0
- package/functions/kyc/authentoHelper.d.ts +12 -0
- package/functions/kyc/authentoHelper.mjs +30 -0
- package/functions/kyc/index.d.ts +3 -0
- package/functions/kyc/openDefaultPassportWindow.cjs +1 -0
- package/functions/kyc/openDefaultPassportWindow.d.ts +1 -0
- package/functions/kyc/openDefaultPassportWindow.mjs +11 -0
- package/functions/kyc/passportHelper.cjs +1 -0
- package/functions/kyc/passportHelper.d.ts +3 -0
- package/functions/kyc/passportHelper.mjs +9 -0
- package/functions/kyc/zkMeHelper.cjs +1 -0
- package/functions/kyc/zkMeHelper.d.ts +4 -0
- package/functions/kyc/zkMeHelper.mjs +52 -0
- package/functions/pre-transaction/constructAdminData.cjs +1 -0
- package/functions/pre-transaction/constructAdminData.d.ts +2 -0
- package/functions/pre-transaction/constructAdminData.mjs +15 -0
- package/functions/pre-transaction/getExternalSwapAddress.cjs +1 -0
- package/functions/pre-transaction/getExternalSwapAddress.d.ts +3 -0
- package/functions/pre-transaction/getExternalSwapAddress.mjs +29 -0
- package/functions/pre-transaction/getFeeStructure.cjs +1 -0
- package/functions/pre-transaction/getFeeStructure.d.ts +4 -0
- package/functions/pre-transaction/getFeeStructure.mjs +29 -0
- package/functions/pre-transaction/getFlatFees.cjs +1 -0
- package/functions/pre-transaction/getFlatFees.d.ts +8 -0
- package/functions/pre-transaction/getFlatFees.mjs +65 -0
- 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/getVolatileTransferAmount.cjs +1 -0
- package/functions/pre-transaction/getVolatileTransferAmount.d.ts +9 -0
- package/functions/pre-transaction/getVolatileTransferAmount.mjs +52 -0
- package/functions/pre-transaction/index.d.ts +7 -0
- package/functions/pre-transaction/interaction-to-action.cjs +1 -0
- package/functions/pre-transaction/interaction-to-action.d.ts +2 -0
- package/functions/pre-transaction/interaction-to-action.mjs +11 -0
- package/functions/pre-transaction/merge-with-fee-structure-emporium.cjs +1 -0
- package/functions/pre-transaction/merge-with-fee-structure-emporium.d.ts +3 -0
- package/functions/pre-transaction/merge-with-fee-structure-emporium.mjs +24 -0
- 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 +23 -0
- package/functions/pre-transaction/outputApprovalDataProcessing.cjs +1 -0
- package/functions/pre-transaction/outputApprovalDataProcessing.d.ts +17 -0
- package/functions/pre-transaction/outputApprovalDataProcessing.mjs +39 -0
- package/functions/pre-transaction/outputUtxoProcessing.cjs +1 -0
- package/functions/pre-transaction/outputUtxoProcessing.d.ts +5 -0
- package/functions/pre-transaction/outputUtxoProcessing.mjs +34 -0
- package/functions/pre-transaction/process-gas-estimates.cjs +1 -0
- package/functions/pre-transaction/process-gas-estimates.d.ts +5 -0
- package/functions/pre-transaction/process-gas-estimates.mjs +24 -0
- 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 -0
- package/functions/private-wallet/emporium.helpers.d.ts +31 -0
- package/functions/private-wallet/emporium.helpers.mjs +202 -0
- package/functions/private-wallet/emporium.swap.helpers.cjs +1 -0
- package/functions/private-wallet/emporium.swap.helpers.d.ts +7 -0
- package/functions/private-wallet/emporium.swap.helpers.mjs +147 -0
- package/functions/private-wallet/index.d.ts +3 -0
- package/functions/private-wallet/opProducer.cjs +1 -0
- package/functions/private-wallet/opProducer.d.ts +5 -0
- package/functions/private-wallet/opProducer.mjs +23 -0
- package/functions/snarkjs/common.snarkjs.cjs +1 -0
- package/functions/snarkjs/common.snarkjs.d.ts +25 -0
- package/functions/snarkjs/common.snarkjs.mjs +186 -0
- package/functions/snarkjs/constant.cjs +1 -0
- package/functions/snarkjs/constant.d.ts +390 -0
- package/functions/snarkjs/constant.mjs +427 -0
- package/functions/snarkjs/constructEmporiumProof.cjs +1 -0
- package/functions/snarkjs/constructEmporiumProof.d.ts +14 -0
- package/functions/snarkjs/constructEmporiumProof.mjs +173 -0
- package/functions/snarkjs/constructGeneralZkProof.cjs +1 -0
- package/functions/snarkjs/constructGeneralZkProof.d.ts +14 -0
- package/functions/snarkjs/constructGeneralZkProof.mjs +160 -0
- package/functions/snarkjs/generateCircomData.cjs +1 -0
- package/functions/snarkjs/generateCircomData.d.ts +5 -0
- package/functions/snarkjs/generateCircomData.mjs +37 -0
- package/functions/snarkjs/generateZkProof.cjs +1 -0
- package/functions/snarkjs/generateZkProof.d.ts +5 -0
- package/functions/snarkjs/generateZkProof.mjs +15 -0
- package/functions/snarkjs/generateZkProofEnclave.cjs +1 -0
- package/functions/snarkjs/generateZkProofEnclave.d.ts +6 -0
- package/functions/snarkjs/generateZkProofEnclave.mjs +29 -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 -0
- package/functions/snarkjs/getZKFiles.d.ts +3 -0
- package/functions/snarkjs/getZKFiles.mjs +16 -0
- package/functions/snarkjs/index.d.ts +4 -0
- package/functions/staking/index.cjs +1 -0
- package/functions/staking/index.d.ts +11 -0
- package/functions/staking/index.mjs +42 -0
- package/functions/utils/addresses.cjs +1 -0
- package/functions/utils/addresses.d.ts +5 -0
- package/functions/utils/addresses.mjs +22 -0
- package/functions/utils/amounts.utils.cjs +1 -0
- package/functions/utils/amounts.utils.d.ts +25 -0
- package/functions/utils/amounts.utils.mjs +73 -0
- 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/cacheDevice.utils.cjs +1 -0
- package/functions/utils/cacheDevice.utils.d.ts +3 -0
- package/functions/utils/cacheDevice.utils.mjs +29 -0
- package/functions/utils/cacheFunctions.cjs +1 -0
- package/functions/utils/cacheFunctions.d.ts +20 -0
- package/functions/utils/cacheFunctions.mjs +81 -0
- package/functions/utils/caseInsensitive.utils.cjs +1 -0
- package/functions/utils/caseInsensitive.utils.d.ts +3 -0
- package/functions/utils/caseInsensitive.utils.mjs +6 -0
- package/functions/utils/convertEmporiumOpToCallInfo.cjs +1 -0
- package/functions/utils/convertEmporiumOpToCallInfo.d.ts +2 -0
- package/functions/utils/convertEmporiumOpToCallInfo.mjs +11 -0
- package/functions/utils/convertIntegrationProviderToExternalActionId.cjs +1 -0
- package/functions/utils/convertIntegrationProviderToExternalActionId.d.ts +3 -0
- package/functions/utils/convertIntegrationProviderToExternalActionId.mjs +13 -0
- package/functions/utils/create-provider.cjs +1 -0
- package/functions/utils/create-provider.d.ts +3 -0
- package/functions/utils/create-provider.mjs +10 -0
- 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 +46 -0
- package/functions/utils/enum.utils.cjs +1 -0
- package/functions/utils/enum.utils.d.ts +9 -0
- package/functions/utils/enum.utils.mjs +14 -0
- package/functions/utils/erc20tokenFunctions.cjs +1 -0
- package/functions/utils/erc20tokenFunctions.d.ts +15 -0
- package/functions/utils/erc20tokenFunctions.mjs +62 -0
- package/functions/utils/ethers-formatter.utils.cjs +1 -0
- package/functions/utils/ethers-formatter.utils.d.ts +3 -0
- package/functions/utils/ethers-formatter.utils.mjs +29 -0
- package/functions/utils/evmNetworkFunctions.cjs +1 -0
- package/functions/utils/evmNetworkFunctions.d.ts +4 -0
- package/functions/utils/evmNetworkFunctions.mjs +20 -0
- package/functions/utils/external-action.utils.cjs +1 -0
- package/functions/utils/external-action.utils.d.ts +3 -0
- package/functions/utils/external-action.utils.mjs +10 -0
- package/functions/utils/fees.utils.cjs +1 -0
- package/functions/utils/fees.utils.d.ts +3 -0
- package/functions/utils/fees.utils.mjs +18 -0
- package/functions/utils/get-hinkal-approvals.cjs +1 -0
- package/functions/utils/get-hinkal-approvals.d.ts +3 -0
- package/functions/utils/get-hinkal-approvals.mjs +42 -0
- package/functions/utils/get-signature-header.cjs +1 -0
- package/functions/utils/get-signature-header.d.ts +5 -0
- package/functions/utils/get-signature-header.mjs +8 -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/getDataFromTransaction.cjs +1 -0
- package/functions/utils/getDataFromTransaction.d.ts +44 -0
- package/functions/utils/getDataFromTransaction.mjs +64 -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/inLogicMetadata.cjs +1 -0
- package/functions/utils/inLogicMetadata.d.ts +2 -0
- package/functions/utils/inLogicMetadata.mjs +8 -0
- package/functions/utils/index.d.ts +43 -0
- package/functions/utils/involves-permit2-op.cjs +1 -0
- package/functions/utils/involves-permit2-op.d.ts +8 -0
- package/functions/utils/involves-permit2-op.mjs +9 -0
- package/functions/utils/ipfs.cjs +1 -0
- package/functions/utils/ipfs.d.ts +8 -0
- package/functions/utils/ipfs.mjs +25 -0
- package/functions/utils/is-valid-url.cjs +1 -0
- package/functions/utils/is-valid-url.d.ts +1 -0
- package/functions/utils/is-valid-url.mjs +4 -0
- package/functions/utils/lifi.utils.d.ts +1 -0
- package/functions/utils/memoize.utils.d.ts +1 -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/mutexes.utils.cjs +1 -0
- package/functions/utils/mutexes.utils.d.ts +2 -0
- package/functions/utils/mutexes.utils.mjs +5 -0
- package/functions/utils/mystery-box-auction.utils.cjs +1 -0
- package/functions/utils/mystery-box-auction.utils.d.ts +8 -0
- package/functions/utils/mystery-box-auction.utils.mjs +51 -0
- package/functions/utils/networks.utils.cjs +1 -0
- package/functions/utils/networks.utils.d.ts +1 -0
- package/functions/utils/networks.utils.mjs +22 -0
- package/functions/utils/nftTokenFunctions.cjs +1 -0
- package/functions/utils/nftTokenFunctions.d.ts +2 -0
- package/functions/utils/nftTokenFunctions.mjs +39 -0
- package/functions/utils/nickname.utils.cjs +1 -0
- package/functions/utils/nickname.utils.d.ts +1 -0
- package/functions/utils/nickname.utils.mjs +7 -0
- package/functions/utils/postToOffscreen.cjs +1 -0
- package/functions/utils/postToOffscreen.d.ts +2 -0
- package/functions/utils/postToOffscreen.mjs +6 -0
- package/functions/utils/prepareHinkal.d.ts +12 -0
- package/functions/utils/process.utils.cjs +1 -0
- package/functions/utils/process.utils.d.ts +7 -0
- package/functions/utils/process.utils.mjs +16 -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 +6 -0
- package/functions/utils/publicBalance.utils.mjs +78 -0
- package/functions/utils/reloadPage.cjs +1 -0
- package/functions/utils/reloadPage.d.ts +1 -0
- package/functions/utils/reloadPage.mjs +4 -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/requireEnv.cjs +1 -0
- package/functions/utils/requireEnv.d.ts +1 -0
- package/functions/utils/requireEnv.mjs +7 -0
- package/functions/utils/resolve-sync.utils.cjs +1 -0
- package/functions/utils/resolve-sync.utils.d.ts +6 -0
- package/functions/utils/resolve-sync.utils.mjs +31 -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 -0
- package/functions/utils/serialize.utils.d.ts +2 -0
- package/functions/utils/serialize.utils.mjs +5 -0
- package/functions/utils/string.utils.cjs +1 -0
- package/functions/utils/string.utils.d.ts +14 -0
- package/functions/utils/string.utils.mjs +44 -0
- package/functions/utils/time.utils.cjs +1 -0
- package/functions/utils/time.utils.d.ts +12 -0
- package/functions/utils/time.utils.mjs +46 -0
- 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/trimFieldValues.cjs +1 -0
- package/functions/utils/trimFieldValues.d.ts +4 -0
- package/functions/utils/trimFieldValues.mjs +17 -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 -0
- package/functions/utils/userAgent.d.ts +3 -0
- package/functions/utils/userAgent.mjs +28 -0
- package/functions/utils/walletBalances.utils.cjs +1 -0
- package/functions/utils/walletBalances.utils.d.ts +16 -0
- package/functions/utils/walletBalances.utils.mjs +41 -0
- package/functions/web3/EIP-712.cjs +1 -0
- package/functions/web3/EIP-712.d.ts +23 -0
- package/functions/web3/EIP-712.mjs +113 -0
- package/functions/web3/etherFunctions.cjs +1 -0
- package/functions/web3/etherFunctions.d.ts +20 -0
- package/functions/web3/etherFunctions.mjs +41 -0
- package/functions/web3/events/balanceChangedCustomHandler.cjs +1 -0
- package/functions/web3/events/balanceChangedCustomHandler.d.ts +2 -0
- package/functions/web3/events/balanceChangedCustomHandler.mjs +13 -0
- package/functions/web3/events/balanceChangedHandler.cjs +1 -0
- package/functions/web3/events/balanceChangedHandler.d.ts +1 -0
- package/functions/web3/events/balanceChangedHandler.mjs +11 -0
- package/functions/web3/events/getApprovedBalance.cjs +1 -0
- package/functions/web3/events/getApprovedBalance.d.ts +7 -0
- package/functions/web3/events/getApprovedBalance.mjs +54 -0
- package/functions/web3/events/getInputUtxoAndBalance.cjs +1 -0
- package/functions/web3/events/getInputUtxoAndBalance.d.ts +34 -0
- package/functions/web3/events/getInputUtxoAndBalance.mjs +150 -0
- package/functions/web3/events/getInputUtxosEnclave.cjs +1 -0
- package/functions/web3/events/getInputUtxosEnclave.d.ts +8 -0
- package/functions/web3/events/getInputUtxosEnclave.mjs +25 -0
- package/functions/web3/events/getShieldedBalance.cjs +2 -0
- package/functions/web3/events/getShieldedBalance.d.ts +18 -0
- package/functions/web3/events/getShieldedBalance.mjs +88 -0
- package/functions/web3/events/getTransactionLogEvents.cjs +1 -0
- package/functions/web3/events/getTransactionLogEvents.d.ts +12 -0
- package/functions/web3/events/getTransactionLogEvents.mjs +76 -0
- package/functions/web3/events/index.d.ts +7 -0
- package/functions/web3/events/web3RetrieveEvents.cjs +1 -0
- package/functions/web3/events/web3RetrieveEvents.d.ts +14 -0
- package/functions/web3/events/web3RetrieveEvents.mjs +9 -0
- package/functions/web3/functionCalls/accessTokenCalls.cjs +1 -0
- package/functions/web3/functionCalls/accessTokenCalls.d.ts +5 -0
- package/functions/web3/functionCalls/accessTokenCalls.mjs +15 -0
- package/functions/web3/functionCalls/approveToken.cjs +1 -0
- package/functions/web3/functionCalls/approveToken.d.ts +4 -0
- package/functions/web3/functionCalls/approveToken.mjs +131 -0
- 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 -0
- package/functions/web3/functionCalls/estimateGasRelayer.d.ts +5 -0
- package/functions/web3/functionCalls/estimateGasRelayer.mjs +22 -0
- package/functions/web3/functionCalls/getRootHash.d.ts +2 -0
- 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 +3 -0
- package/functions/web3/functionCalls/transactCallDirect.cjs +1 -0
- package/functions/web3/functionCalls/transactCallDirect.d.ts +6 -0
- package/functions/web3/functionCalls/transactCallDirect.mjs +37 -0
- package/functions/web3/functionCalls/transactCallRelayer.cjs +1 -0
- package/functions/web3/functionCalls/transactCallRelayer.d.ts +7 -0
- package/functions/web3/functionCalls/transactCallRelayer.mjs +62 -0
- package/functions/web3/getContractMetadata.cjs +1 -0
- package/functions/web3/getContractMetadata.d.ts +5 -0
- package/functions/web3/getContractMetadata.mjs +68 -0
- package/functions/web3/getPublicAddressBalance.cjs +1 -0
- package/functions/web3/getPublicAddressBalance.d.ts +2 -0
- package/functions/web3/getPublicAddressBalance.mjs +9 -0
- package/functions/web3/getTokenHolder.cjs +1 -0
- package/functions/web3/getTokenHolder.d.ts +1 -0
- package/functions/web3/getTokenHolder.mjs +74 -0
- package/functions/web3/index.d.ts +9 -0
- package/functions/web3/lifiAPI.cjs +1 -0
- package/functions/web3/lifiAPI.d.ts +6 -0
- package/functions/web3/lifiAPI.mjs +30 -0
- package/functions/web3/odosAPI.cjs +1 -0
- package/functions/web3/odosAPI.d.ts +5 -0
- package/functions/web3/odosAPI.mjs +71 -0
- package/functions/web3/oneInchAPI.cjs +1 -0
- package/functions/web3/oneInchAPI.d.ts +5 -0
- package/functions/web3/oneInchAPI.mjs +69 -0
- package/functions/web3/runContractFunction.cjs +1 -0
- package/functions/web3/runContractFunction.d.ts +15 -0
- package/functions/web3/runContractFunction.mjs +90 -0
- package/functions/web3/uniswapAPI.cjs +1 -0
- package/functions/web3/uniswapAPI.d.ts +16 -0
- package/functions/web3/uniswapAPI.mjs +110 -0
- package/index.cjs +1 -0
- package/index.d.ts +9 -0
- package/index.mjs +848 -0
- package/mutexes/index.d.ts +1 -0
- package/mutexes/mutex.cjs +1 -0
- package/mutexes/mutex.d.ts +2 -0
- package/mutexes/mutex.mjs +5 -0
- package/package.json +101 -0
- package/providers/EthersProviderAdapter.cjs +1 -0
- package/providers/EthersProviderAdapter.d.ts +43 -0
- package/providers/EthersProviderAdapter.mjs +190 -0
- package/providers/TorExternalProvider.cjs +1 -0
- package/providers/TorExternalProvider.d.ts +10 -0
- package/providers/TorExternalProvider.mjs +29 -0
- package/providers/WagmiProviderAdapter.cjs +1 -0
- package/providers/WagmiProviderAdapter.d.ts +48 -0
- package/providers/WagmiProviderAdapter.mjs +210 -0
- package/providers/exportProviers.d.ts +3 -0
- package/providers/prepareEthersHinkal.cjs +1 -0
- package/providers/prepareEthersHinkal.d.ts +4 -0
- package/providers/prepareEthersHinkal.mjs +52 -0
- package/providers/prepareWagmiHinkal.cjs +1 -0
- package/providers/prepareWagmiHinkal.d.ts +3 -0
- package/providers/prepareWagmiHinkal.mjs +52 -0
- package/types/API.types.d.ts +25 -0
- package/types/ICacheDevice.d.ts +5 -0
- package/types/IMultiThreadedUtxoUtils.d.ts +8 -0
- package/types/RewardUserEnums.cjs +1 -0
- package/types/RewardUserEnums.d.ts +11 -0
- package/types/RewardUserEnums.mjs +5 -0
- package/types/TransactionSimulator.types.d.ts +22 -0
- package/types/WeeklyAnalytics.types.d.ts +37 -0
- package/types/activities.types.cjs +1 -0
- package/types/activities.types.d.ts +71 -0
- package/types/activities.types.mjs +23 -0
- package/types/admin.types.cjs +1 -0
- package/types/admin.types.d.ts +28 -0
- package/types/admin.types.mjs +4 -0
- package/types/all-points.types.d.ts +8 -0
- package/types/approvals.types.cjs +1 -0
- package/types/approvals.types.d.ts +41 -0
- package/types/approvals.types.mjs +4 -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/big-intable.types.d.ts +2 -0
- package/types/bridging.types.d.ts +29 -0
- package/types/brotherhood-user.types.d.ts +11 -0
- package/types/cache.types.cjs +1 -0
- package/types/cache.types.d.ts +42 -0
- package/types/cache.types.mjs +4 -0
- package/types/circom-data.types.cjs +1 -0
- package/types/circom-data.types.d.ts +96 -0
- package/types/circom-data.types.mjs +22 -0
- package/types/coingecko.types.d.ts +215 -0
- package/types/commitments.types.d.ts +32 -0
- package/types/confirmation-request.types.cjs +1 -0
- package/types/confirmation-request.types.d.ts +10 -0
- package/types/confirmation-request.types.mjs +4 -0
- package/types/contacts.types.d.ts +6 -0
- package/types/crypto.types.d.ts +8 -0
- package/types/duneAPI.types.d.ts +9 -0
- package/types/eip5792.types.cjs +1 -0
- package/types/eip5792.types.d.ts +26 -0
- package/types/eip5792.types.mjs +4 -0
- package/types/ethereum-network.types.cjs +1 -0
- package/types/ethereum-network.types.d.ts +66 -0
- package/types/ethereum-network.types.mjs +4 -0
- package/types/external-action.types.cjs +1 -0
- package/types/external-action.types.d.ts +15 -0
- package/types/external-action.types.mjs +4 -0
- package/types/fee.types.d.ts +9 -0
- package/types/generatePoints.cjs +1 -0
- package/types/generatePoints.d.ts +13 -0
- package/types/generatePoints.mjs +5 -0
- package/types/hinkal.stake.types.cjs +1 -0
- package/types/hinkal.stake.types.d.ts +11 -0
- package/types/hinkal.stake.types.mjs +4 -0
- package/types/hinkal.types.cjs +1 -0
- package/types/hinkal.types.d.ts +115 -0
- package/types/hinkal.types.mjs +34 -0
- package/types/index.d.ts +50 -0
- package/types/kyc.types.cjs +1 -0
- package/types/kyc.types.d.ts +41 -0
- package/types/kyc.types.mjs +14 -0
- package/types/merch-order.types.cjs +1 -0
- package/types/merch-order.types.d.ts +16 -0
- package/types/merch-order.types.mjs +4 -0
- package/types/message.types.d.ts +5 -0
- package/types/mystery-boxes.types.cjs +1 -0
- package/types/mystery-boxes.types.d.ts +43 -0
- package/types/mystery-boxes.types.mjs +6 -0
- package/types/new-rewards.type.cjs +1 -0
- package/types/new-rewards.type.d.ts +161 -0
- package/types/new-rewards.type.mjs +7 -0
- package/types/offscreen.types.cjs +1 -0
- package/types/offscreen.types.d.ts +8 -0
- package/types/offscreen.types.mjs +4 -0
- package/types/presaleReferral.types.d.ts +4 -0
- package/types/proxy.types.d.ts +10 -0
- package/types/referral.types.d.ts +12 -0
- package/types/relayer.types.d.ts +25 -0
- package/types/remote-proof.types.d.ts +15 -0
- package/types/rewards.types.cjs +1 -0
- package/types/rewards.types.d.ts +45 -0
- package/types/rewards.types.mjs +5 -0
- package/types/routing.types.cjs +1 -0
- package/types/routing.types.d.ts +7 -0
- package/types/routing.types.mjs +4 -0
- package/types/sandbox.types.cjs +1 -0
- package/types/sandbox.types.d.ts +205 -0
- package/types/sandbox.types.mjs +4 -0
- package/types/session.types.d.ts +11 -0
- package/types/signature.types.d.ts +10 -0
- package/types/slippage.types.cjs +1 -0
- package/types/slippage.types.d.ts +3 -0
- package/types/slippage.types.mjs +4 -0
- package/types/snark.types.d.ts +40 -0
- package/types/tenderly.api.types.d.ts +196 -0
- package/types/token-prices.types.cjs +1 -0
- package/types/token-prices.types.d.ts +7 -0
- package/types/token-prices.types.mjs +9 -0
- package/types/token-with-id.types.d.ts +4 -0
- package/types/token.types.cjs +1 -0
- package/types/token.types.d.ts +77 -0
- package/types/token.types.mjs +4 -0
- package/types/transactions.types.cjs +1 -0
- package/types/transactions.types.d.ts +78 -0
- package/types/transactions.types.mjs +39 -0
- package/types/wc.types.d.ts +78 -0
- package/types/with-id.types.d.ts +3 -0
- package/webworker/performTaskWithWorker.cjs +1 -0
- package/webworker/performTaskWithWorker.d.ts +5 -0
- package/webworker/performTaskWithWorker.mjs +41 -0
- package/webworker/snarkjsWorker/snarkjsWorker.types.cjs +1 -0
- package/webworker/snarkjsWorker/snarkjsWorker.types.d.ts +14 -0
- package/webworker/snarkjsWorker/snarkjsWorker.types.mjs +4 -0
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.cjs +1 -0
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.d.ts +1 -0
- package/webworker/snarkjsWorker/snarkjsWorkerLauncher.mjs +4 -0
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.cjs +1 -0
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.d.ts +10 -0
- package/webworker/snarkjsWorker/snarkjsWorkerLogic.mjs +39 -0
- package/webworker/utxoWorker/utxoWorker.types.cjs +1 -0
- package/webworker/utxoWorker/utxoWorker.types.d.ts +29 -0
- package/webworker/utxoWorker/utxoWorker.types.mjs +4 -0
- package/webworker/utxoWorker/utxoWorkerLauncher.cjs +1 -0
- package/webworker/utxoWorker/utxoWorkerLauncher.d.ts +1 -0
- package/webworker/utxoWorker/utxoWorkerLauncher.mjs +4 -0
- package/webworker/utxoWorker/utxoWorkerLogic.cjs +1 -0
- package/webworker/utxoWorker/utxoWorkerLogic.d.ts +8 -0
- package/webworker/utxoWorker/utxoWorkerLogic.mjs +76 -0
- package/webworker/viteWorkerURL.constant.cjs +1 -0
- package/webworker/viteWorkerURL.constant.d.ts +9 -0
- package/webworker/viteWorkerURL.constant.mjs +12 -0
- package/webworker/worker.registry.cjs +1 -0
- package/webworker/worker.registry.d.ts +10 -0
- package/webworker/worker.registry.mjs +4 -0
- package/webworker/worker.types.d.ts +33 -0
- package/webworker/workerErrorHandler.d.ts +1 -0
- package/webworker/workerFactory.cjs +1 -0
- package/webworker/workerFactory.d.ts +7 -0
- package/webworker/workerFactory.mjs +42 -0
- package/webworker/workerProxy.cjs +1 -0
- package/webworker/workerProxy.d.ts +40 -0
- package/webworker/workerProxy.mjs +54 -0
- package/webworker/zkProofWorker/zkProofWorker.types.cjs +1 -0
- package/webworker/zkProofWorker/zkProofWorker.types.d.ts +40 -0
- package/webworker/zkProofWorker/zkProofWorker.types.mjs +4 -0
- package/webworker/zkProofWorker/zkProofWorkerLauncher.cjs +1 -0
- package/webworker/zkProofWorker/zkProofWorkerLauncher.d.ts +1 -0
- package/webworker/zkProofWorker/zkProofWorkerLauncher.mjs +4 -0
- package/webworker/zkProofWorker/zkProofWorkerLogic.cjs +1 -0
- package/webworker/zkProofWorker/zkProofWorkerLogic.d.ts +8 -0
- package/webworker/zkProofWorker/zkProofWorkerLogic.mjs +52 -0
|
@@ -0,0 +1,1845 @@
|
|
|
1
|
+
const e = [
|
|
2
|
+
{
|
|
3
|
+
chainId: 42161,
|
|
4
|
+
erc20TokenAddress: "0x0000000000000000000000000000000000000000",
|
|
5
|
+
wrappedErc20TokenAddress: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
6
|
+
name: "ETH",
|
|
7
|
+
symbol: "ETH",
|
|
8
|
+
decimals: 18,
|
|
9
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/ETH.avif"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
chainId: 42161,
|
|
13
|
+
erc20TokenAddress: "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
|
|
14
|
+
name: "USD Coin",
|
|
15
|
+
symbol: "USDC.e",
|
|
16
|
+
decimals: 6,
|
|
17
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif",
|
|
18
|
+
allowanceStorageOffset: 52,
|
|
19
|
+
isVyper: !1,
|
|
20
|
+
balanceStorageOffset: 51
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
chainId: 42161,
|
|
24
|
+
erc20TokenAddress: "0xaf88d065e77c8cc2239327c5edb3a432268e5831",
|
|
25
|
+
name: "USD Coin",
|
|
26
|
+
symbol: "USDC",
|
|
27
|
+
decimals: 6,
|
|
28
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDc.avif",
|
|
29
|
+
allowanceStorageOffset: 10,
|
|
30
|
+
isVyper: !1,
|
|
31
|
+
balanceStorageOffset: 9
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
chainId: 42161,
|
|
35
|
+
erc20TokenAddress: "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
|
|
36
|
+
name: "USDT",
|
|
37
|
+
symbol: "USDT",
|
|
38
|
+
decimals: 6,
|
|
39
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USDT.avif",
|
|
40
|
+
allowanceStorageOffset: 52,
|
|
41
|
+
isVyper: !1,
|
|
42
|
+
balanceStorageOffset: 51
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
chainId: 42161,
|
|
46
|
+
erc20TokenAddress: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
47
|
+
name: "Wrapped Ether",
|
|
48
|
+
symbol: "WETH",
|
|
49
|
+
decimals: 18,
|
|
50
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WETH.avif",
|
|
51
|
+
allowanceStorageOffset: 52,
|
|
52
|
+
isVyper: !1,
|
|
53
|
+
balanceStorageOffset: 51
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
chainId: 42161,
|
|
57
|
+
erc20TokenAddress: "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
|
|
58
|
+
name: "Wrapped BTC",
|
|
59
|
+
symbol: "WBTC",
|
|
60
|
+
decimals: 8,
|
|
61
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/WBTC.avif",
|
|
62
|
+
allowanceStorageOffset: 52,
|
|
63
|
+
isVyper: !1,
|
|
64
|
+
balanceStorageOffset: 51
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
chainId: 42161,
|
|
68
|
+
erc20TokenAddress: "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
|
|
69
|
+
name: "Dai",
|
|
70
|
+
symbol: "DAI",
|
|
71
|
+
decimals: 18,
|
|
72
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/DAI.avif",
|
|
73
|
+
allowanceStorageOffset: 3,
|
|
74
|
+
isVyper: !1,
|
|
75
|
+
balanceStorageOffset: 2
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
chainId: 42161,
|
|
79
|
+
erc20TokenAddress: "0xFEa7a6a0B346362BF88A9e4A88416B77a57D6c2A",
|
|
80
|
+
name: "Magic Internet Money",
|
|
81
|
+
symbol: "MIM",
|
|
82
|
+
decimals: 18,
|
|
83
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/MIM.avif",
|
|
84
|
+
allowanceStorageOffset: 16,
|
|
85
|
+
isVyper: !1,
|
|
86
|
+
balanceStorageOffset: 2
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
chainId: 42161,
|
|
90
|
+
erc20TokenAddress: "0x17FC002b466eEc40DaE837Fc4bE5c67993ddBd6F",
|
|
91
|
+
name: "Frax",
|
|
92
|
+
symbol: "FRAX",
|
|
93
|
+
decimals: 18,
|
|
94
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/FRAX.avif",
|
|
95
|
+
allowanceStorageOffset: 1,
|
|
96
|
+
isVyper: !1,
|
|
97
|
+
balanceStorageOffset: 0
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
chainId: 42161,
|
|
101
|
+
erc20TokenAddress: "0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978",
|
|
102
|
+
name: "Curve DAO Token",
|
|
103
|
+
symbol: "CRV",
|
|
104
|
+
decimals: 18,
|
|
105
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
106
|
+
allowanceStorageOffset: 52,
|
|
107
|
+
isVyper: !1,
|
|
108
|
+
balanceStorageOffset: 51
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
chainId: 42161,
|
|
112
|
+
erc20TokenAddress: "0x64343594Ab9b56e99087BfA6F2335Db24c2d1F17",
|
|
113
|
+
name: "Vesta Stable",
|
|
114
|
+
symbol: "VST",
|
|
115
|
+
decimals: 18,
|
|
116
|
+
logoURI: "https://assets.coingecko.com/coins/images/23621/small/vesta.png?1644809642",
|
|
117
|
+
allowanceStorageOffset: 1,
|
|
118
|
+
isVyper: !1,
|
|
119
|
+
balanceStorageOffset: 0
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
chainId: 42161,
|
|
123
|
+
erc20TokenAddress: "0x641441c631e2F909700d2f41FD87F0aA6A6b4EDb",
|
|
124
|
+
name: "dForce USD",
|
|
125
|
+
symbol: "USX",
|
|
126
|
+
decimals: 18,
|
|
127
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USX.avif",
|
|
128
|
+
allowanceStorageOffset: 53,
|
|
129
|
+
isVyper: !1,
|
|
130
|
+
balanceStorageOffset: 52
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
chainId: 42161,
|
|
134
|
+
erc20TokenAddress: "0xEB466342C4d449BC9f53A865D5Cb90586f405215",
|
|
135
|
+
name: "Axelar Wrapped USDC",
|
|
136
|
+
symbol: "axlUSDC",
|
|
137
|
+
decimals: 6,
|
|
138
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/axlusdc.avif",
|
|
139
|
+
allowanceStorageOffset: 1,
|
|
140
|
+
isVyper: !1,
|
|
141
|
+
balanceStorageOffset: 0
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
chainId: 42161,
|
|
145
|
+
erc20TokenAddress: "0xC9B8a3FDECB9D5b218d02555a8Baf332E5B740d5",
|
|
146
|
+
name: "FRAXBP",
|
|
147
|
+
symbol: "FRAXBP-f ",
|
|
148
|
+
decimals: 18,
|
|
149
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/FRAX.avif",
|
|
150
|
+
allowanceStorageOffset: 25,
|
|
151
|
+
isVyper: !0,
|
|
152
|
+
balanceStorageOffset: 24
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
chainId: 42161,
|
|
156
|
+
erc20TokenAddress: "0x5979D7b546E38E414F7E9822514be443A4800529",
|
|
157
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
158
|
+
symbol: "wstETH",
|
|
159
|
+
decimals: 18,
|
|
160
|
+
logoURI: "https://assets.coingecko.com/coins/images/18834/standard/wstETH.png?1696518295",
|
|
161
|
+
allowanceStorageOffset: 1,
|
|
162
|
+
isVyper: !1,
|
|
163
|
+
balanceStorageOffset: 0
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
chainId: 42161,
|
|
167
|
+
erc20TokenAddress: "0x8616E8EA83f048ab9A5eC513c9412Dd2993bcE3F",
|
|
168
|
+
name: "handleUSD",
|
|
169
|
+
symbol: "fxUSD",
|
|
170
|
+
decimals: 18,
|
|
171
|
+
logoURI: "https://assets.coingecko.com/coins/images/26954/small/fxUSDlogo.png?1677465474",
|
|
172
|
+
allowanceStorageOffset: 2,
|
|
173
|
+
isVyper: !1,
|
|
174
|
+
balanceStorageOffset: 1
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
chainId: 42161,
|
|
178
|
+
erc20TokenAddress: "0xDBf31dF14B66535aF65AaC99C32e9eA844e14501",
|
|
179
|
+
name: "renBTC",
|
|
180
|
+
symbol: "renBTC",
|
|
181
|
+
decimals: 8,
|
|
182
|
+
logoURI: "https://assets.coingecko.com/coins/images/1/small/bitcoin.png?1547033579"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
chainId: 42161,
|
|
186
|
+
erc20TokenAddress: "0x93FC1235119c554576D8AB23583371fc25B803ee",
|
|
187
|
+
name: "Loopfi DF",
|
|
188
|
+
symbol: "pDF",
|
|
189
|
+
decimals: 18,
|
|
190
|
+
logoURI: "https://assets.coingecko.com/coins/images/24259/small/loop.png?1647170665",
|
|
191
|
+
allowanceStorageOffset: 1,
|
|
192
|
+
isVyper: !1,
|
|
193
|
+
balanceStorageOffset: 0
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
chainId: 42161,
|
|
197
|
+
erc20TokenAddress: "0xaE6aab43C4f3E0cea4Ab83752C278f8dEbabA689",
|
|
198
|
+
name: "dForce",
|
|
199
|
+
symbol: "df",
|
|
200
|
+
decimals: 18,
|
|
201
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/USX.avif",
|
|
202
|
+
allowanceStorageOffset: 52,
|
|
203
|
+
isVyper: !1,
|
|
204
|
+
balanceStorageOffset: 51
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
chainId: 42161,
|
|
208
|
+
erc20TokenAddress: "0xb1781BF9C582A71269c6098E4155Ea8b15B35305",
|
|
209
|
+
name: "Volta Stable Coin",
|
|
210
|
+
symbol: "VOLT",
|
|
211
|
+
decimals: 18,
|
|
212
|
+
logoURI: "https://assets.coingecko.com/coins/images/29130/small/real_VoltaLogo.png?1678849220",
|
|
213
|
+
allowanceStorageOffset: 1,
|
|
214
|
+
isVyper: !1,
|
|
215
|
+
balanceStorageOffset: 0
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
chainId: 42161,
|
|
219
|
+
erc20TokenAddress: "0xf94a05257D3Dd44f30799F03D190988d59aae868",
|
|
220
|
+
name: "Real Estate USD",
|
|
221
|
+
symbol: "REUSD",
|
|
222
|
+
decimals: 18,
|
|
223
|
+
logoURI: "https://assets.coingecko.com/coins/images/29569/small/R3T.png?1679737424"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
chainId: 42161,
|
|
227
|
+
erc20TokenAddress: "0x8D9bA570D6cb60C7e3e0F31343Efe75AB8E65FB1",
|
|
228
|
+
name: "Governance OHM",
|
|
229
|
+
symbol: "gOHM",
|
|
230
|
+
decimals: 18,
|
|
231
|
+
logoURI: "https://assets.coingecko.com/coins/images/21129/standard/token_wsOHM_logo.png?1696520508"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
chainId: 42161,
|
|
235
|
+
erc20TokenAddress: "0x8e0B8c8BB9db49a46697F3a5Bb8A308e744821D2",
|
|
236
|
+
name: "USD-BTC-ETH",
|
|
237
|
+
symbol: "crv3crypto",
|
|
238
|
+
decimals: 18,
|
|
239
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/CRV.avif",
|
|
240
|
+
allowanceStorageOffset: 8,
|
|
241
|
+
isVyper: !0,
|
|
242
|
+
balanceStorageOffset: 7
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
chainId: 42161,
|
|
246
|
+
erc20TokenAddress: "0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40",
|
|
247
|
+
name: "tBTC",
|
|
248
|
+
symbol: "tBTC",
|
|
249
|
+
decimals: 18,
|
|
250
|
+
logoURI: "https://assets.coingecko.com/coins/images/11224/small/0x18084fba666a33d37592fa2633fd49a74dd93a88.png?1674474504",
|
|
251
|
+
allowanceStorageOffset: 52,
|
|
252
|
+
isVyper: !1,
|
|
253
|
+
balanceStorageOffset: 51
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
chainId: 42161,
|
|
257
|
+
erc20TokenAddress: "0xfd421d60905d2f7cabd49e6a5703a3499367b8f4",
|
|
258
|
+
name: "APT",
|
|
259
|
+
symbol: "APT",
|
|
260
|
+
decimals: 18,
|
|
261
|
+
logoURI: "https://assets.coingecko.com/coins/images/17569/small/traderjoe.png?1685690062",
|
|
262
|
+
allowanceStorageOffset: 52,
|
|
263
|
+
isVyper: !1,
|
|
264
|
+
balanceStorageOffset: 51
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
chainId: 42161,
|
|
268
|
+
erc20TokenAddress: "0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a",
|
|
269
|
+
name: "GMX",
|
|
270
|
+
symbol: "GMX",
|
|
271
|
+
decimals: 18,
|
|
272
|
+
logoURI: "https://assets.coingecko.com/coins/images/18323/small/arbit.png?1631532468",
|
|
273
|
+
allowanceStorageOffset: 6,
|
|
274
|
+
isVyper: !1,
|
|
275
|
+
balanceStorageOffset: 5
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
chainId: 42161,
|
|
279
|
+
erc20TokenAddress: "0x892785f33cdee22a30aef750f285e18c18040c3e",
|
|
280
|
+
name: "S*USDC",
|
|
281
|
+
symbol: "S*USDC",
|
|
282
|
+
decimals: 6,
|
|
283
|
+
logoURI: "https://assets.coingecko.com/coins/images/24413/small/STG_LOGO.png?1647654518",
|
|
284
|
+
allowanceStorageOffset: 6,
|
|
285
|
+
isVyper: !1,
|
|
286
|
+
balanceStorageOffset: 5
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
chainId: 42161,
|
|
290
|
+
erc20TokenAddress: "0x5402b5f40310bded796c7d0f3ff6683f5c0cffdf",
|
|
291
|
+
name: "sGLP",
|
|
292
|
+
symbol: "sGLP",
|
|
293
|
+
decimals: 18,
|
|
294
|
+
logoURI: "https://assets.coingecko.com/coins/images/18323/small/arbit.png?1631532468"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
chainId: 42161,
|
|
298
|
+
erc20TokenAddress: "0x542f16da0efb162d20bf4358efa095b70a100f9e",
|
|
299
|
+
name: "2BTC",
|
|
300
|
+
symbol: "2BTC",
|
|
301
|
+
decimals: 18,
|
|
302
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BAL.png",
|
|
303
|
+
allowanceStorageOffset: 1,
|
|
304
|
+
isVyper: !1,
|
|
305
|
+
balanceStorageOffset: 0
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
chainId: 42161,
|
|
309
|
+
erc20TokenAddress: "0x539bdE0d7Dbd336b79148AA742883198BBF60342",
|
|
310
|
+
name: "Magic",
|
|
311
|
+
symbol: "Magic",
|
|
312
|
+
decimals: 18,
|
|
313
|
+
logoURI: "https://assets.coingecko.com/coins/images/25445/small/hop.png?1665541677",
|
|
314
|
+
allowanceStorageOffset: 52,
|
|
315
|
+
isVyper: !1,
|
|
316
|
+
balanceStorageOffset: 51
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
chainId: 42161,
|
|
320
|
+
erc20TokenAddress: "0x99c409e5f62e4bd2ac142f17cafb6810b8f0baae",
|
|
321
|
+
name: "BIFI",
|
|
322
|
+
symbol: "BIFI",
|
|
323
|
+
decimals: 18,
|
|
324
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/BIFI.avif",
|
|
325
|
+
allowanceStorageOffset: 16,
|
|
326
|
+
isVyper: !1,
|
|
327
|
+
balanceStorageOffset: 2
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
chainId: 42161,
|
|
331
|
+
erc20TokenAddress: "0x912CE59144191C1204E64559FE8253a0e49E6548",
|
|
332
|
+
name: "ARB",
|
|
333
|
+
symbol: "ARB",
|
|
334
|
+
decimals: 18,
|
|
335
|
+
logoURI: "https://assets.coingecko.com/coins/images/16547/small/photo_2023-03-29_21.47.00.jpeg?1680097630",
|
|
336
|
+
allowanceStorageOffset: 52,
|
|
337
|
+
isVyper: !1,
|
|
338
|
+
balanceStorageOffset: 51
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
chainId: 42161,
|
|
342
|
+
erc20TokenAddress: "0xf97f4df75117a78c1a5a0dbb814af92458539fb4",
|
|
343
|
+
name: "ChainLink Token",
|
|
344
|
+
symbol: "LINK",
|
|
345
|
+
decimals: 18,
|
|
346
|
+
logoURI: "https://assets.coingecko.com/coins/images/877/standard/chainlink-new-logo.png?1696502009",
|
|
347
|
+
allowanceStorageOffset: 52,
|
|
348
|
+
isVyper: !1,
|
|
349
|
+
balanceStorageOffset: 51
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
chainId: 42161,
|
|
353
|
+
erc20TokenAddress: "0xfa7f8980b0f1e64a2062791cc3b0871572f1f7f0",
|
|
354
|
+
name: "Uniswap",
|
|
355
|
+
symbol: "UNI",
|
|
356
|
+
decimals: 18,
|
|
357
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/UNISWAP.avif",
|
|
358
|
+
allowanceStorageOffset: 52,
|
|
359
|
+
isVyper: !1,
|
|
360
|
+
balanceStorageOffset: 51
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
chainId: 42161,
|
|
364
|
+
erc20TokenAddress: "0x9623063377ad1b27544c965ccd7342f7ea7e88c7",
|
|
365
|
+
name: "Graph Token",
|
|
366
|
+
symbol: "GRT",
|
|
367
|
+
decimals: 18,
|
|
368
|
+
logoURI: "https://assets.coingecko.com/coins/images/13397/standard/Graph_Token.png?1696513159",
|
|
369
|
+
allowanceStorageOffset: 53,
|
|
370
|
+
isVyper: !1,
|
|
371
|
+
balanceStorageOffset: 52
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
chainId: 42161,
|
|
375
|
+
erc20TokenAddress: "0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91",
|
|
376
|
+
name: "Wormhole Token",
|
|
377
|
+
symbol: "W",
|
|
378
|
+
decimals: 18,
|
|
379
|
+
logoURI: "https://assets.coingecko.com/coins/images/35087/standard/womrhole_logo_full_color_rgb_2000px_72ppi_fb766ac85a.png?1708688954"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
chainId: 42161,
|
|
383
|
+
erc20TokenAddress: "0x13ad51ed4f1b7e9dc168d8a00cb3f4ddd85efa60",
|
|
384
|
+
name: "Lido DAO Token",
|
|
385
|
+
symbol: "LDO",
|
|
386
|
+
decimals: 18,
|
|
387
|
+
logoURI: "https://assets.coingecko.com/coins/images/13573/standard/Lido_DAO.png?1696513326",
|
|
388
|
+
allowanceStorageOffset: 52,
|
|
389
|
+
isVyper: !1,
|
|
390
|
+
balanceStorageOffset: 51
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
chainId: 42161,
|
|
394
|
+
erc20TokenAddress: "0xe50fA9b3c56FfB159cB0FCA61F5c9D750e8128c8",
|
|
395
|
+
underlyingErc20TokenAddress: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
396
|
+
name: "WETH_A_TOKEN v3",
|
|
397
|
+
symbol: "WETH_A_TOKEN v3",
|
|
398
|
+
decimals: 18,
|
|
399
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
400
|
+
isVolatile: !0,
|
|
401
|
+
aaveToken: !0
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
chainId: 42161,
|
|
405
|
+
erc20TokenAddress: "0x513c7E3a9c69cA3e22550eF58AC1C0088e918FFf",
|
|
406
|
+
underlyingErc20TokenAddress: "0x5979D7b546E38E414F7E9822514be443A4800529",
|
|
407
|
+
name: "wstETH_A_TOKEN v3",
|
|
408
|
+
symbol: "wstETH_A_TOKEN v3",
|
|
409
|
+
decimals: 18,
|
|
410
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
411
|
+
isVolatile: !0,
|
|
412
|
+
aaveToken: !0
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
chainId: 42161,
|
|
416
|
+
erc20TokenAddress: "0x078f358208685046a11C85e8ad32895DED33A249",
|
|
417
|
+
underlyingErc20TokenAddress: "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
|
|
418
|
+
name: "WBTC_A_TOKEN v3",
|
|
419
|
+
symbol: "WBTC_A_TOKEN v3",
|
|
420
|
+
decimals: 8,
|
|
421
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
422
|
+
isVolatile: !0,
|
|
423
|
+
aaveToken: !0
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
chainId: 42161,
|
|
427
|
+
erc20TokenAddress: "0x724dc807b04555b71ed48a6896b6F41593b8C637",
|
|
428
|
+
underlyingErc20TokenAddress: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
429
|
+
name: "USDC_A_TOKEN v3",
|
|
430
|
+
symbol: "USDC_A_TOKEN v3",
|
|
431
|
+
decimals: 6,
|
|
432
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
433
|
+
isVolatile: !0,
|
|
434
|
+
aaveToken: !0
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
chainId: 42161,
|
|
438
|
+
erc20TokenAddress: "0x6ab707Aca953eDAeFBc4fD23bA73294241490620",
|
|
439
|
+
underlyingErc20TokenAddress: "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
|
|
440
|
+
name: "USDT_A_TOKEN v3",
|
|
441
|
+
symbol: "USDT_A_TOKEN v3",
|
|
442
|
+
decimals: 6,
|
|
443
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
444
|
+
isVolatile: !0,
|
|
445
|
+
aaveToken: !0
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
chainId: 42161,
|
|
449
|
+
erc20TokenAddress: "0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE",
|
|
450
|
+
underlyingErc20TokenAddress: "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
|
|
451
|
+
name: "DAI_A_TOKEN v3",
|
|
452
|
+
symbol: "DAI_A_TOKEN v3",
|
|
453
|
+
decimals: 18,
|
|
454
|
+
logoURI: "https://d1nvbznp963lfd.cloudfront.net/token-logos/AAVE.avif",
|
|
455
|
+
isVolatile: !0,
|
|
456
|
+
aaveToken: !0
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
chainId: 42161,
|
|
460
|
+
erc20TokenAddress: "0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe",
|
|
461
|
+
name: "Wrapped Restaked eETH",
|
|
462
|
+
symbol: "weETH",
|
|
463
|
+
decimals: 18,
|
|
464
|
+
logoURI: "https://assets.coingecko.com/coins/images/33033/small/weETH.png?1701438396",
|
|
465
|
+
allowanceStorageOffset: 52,
|
|
466
|
+
isVyper: !1,
|
|
467
|
+
balanceStorageOffset: 51
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
chainId: 42161,
|
|
471
|
+
erc20TokenAddress: "0x4186BFC76E2E237523CBC30FD220FE055156b41F",
|
|
472
|
+
name: "Kelp DAO Restaked ETH",
|
|
473
|
+
symbol: "rsETH",
|
|
474
|
+
decimals: 18,
|
|
475
|
+
logoURI: "https://assets.coingecko.com/coins/images/33800/standard/Icon___Dark.png?1702991855",
|
|
476
|
+
allowanceStorageOffset: 6,
|
|
477
|
+
isVyper: !1,
|
|
478
|
+
balanceStorageOffset: 5
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
chainId: 42161,
|
|
482
|
+
erc20TokenAddress: "0x319f865b287fCC10b30d8cE6144e8b6D1b476999",
|
|
483
|
+
name: "Cartesi",
|
|
484
|
+
symbol: "CTSI",
|
|
485
|
+
decimals: 18,
|
|
486
|
+
logoURI: "https://assets.coingecko.com/coins/images/11038/thumb/cartesi.png?1592288021",
|
|
487
|
+
allowanceStorageOffset: 52,
|
|
488
|
+
isVyper: !1,
|
|
489
|
+
balanceStorageOffset: 51
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
chainId: 42161,
|
|
493
|
+
erc20TokenAddress: "0x84F5c2cFba754E76DD5aE4fB369CfC920425E12b",
|
|
494
|
+
name: "Cryptex Finance",
|
|
495
|
+
symbol: "CTX",
|
|
496
|
+
decimals: 18,
|
|
497
|
+
logoURI: "https://assets.coingecko.com/coins/images/14932/thumb/glossy_icon_-_C200px.png?1619073171",
|
|
498
|
+
allowanceStorageOffset: 52,
|
|
499
|
+
isVyper: !1,
|
|
500
|
+
balanceStorageOffset: 51
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
chainId: 42161,
|
|
504
|
+
erc20TokenAddress: "0x9DfFB23CAd3322440bCcFF7aB1C58E781dDBF144",
|
|
505
|
+
name: "Civic",
|
|
506
|
+
symbol: "CVC",
|
|
507
|
+
decimals: 8,
|
|
508
|
+
logoURI: "https://assets.coingecko.com/coins/images/788/thumb/civic.png?1547034556"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
chainId: 42161,
|
|
512
|
+
erc20TokenAddress: "0xaAFcFD42c9954C6689ef1901e03db742520829c5",
|
|
513
|
+
name: "Convex Finance",
|
|
514
|
+
symbol: "CVX",
|
|
515
|
+
decimals: 18,
|
|
516
|
+
logoURI: "https://assets.coingecko.com/coins/images/15585/thumb/convex.png?1621256328",
|
|
517
|
+
allowanceStorageOffset: 52,
|
|
518
|
+
isVyper: !1,
|
|
519
|
+
balanceStorageOffset: 51
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
chainId: 42161,
|
|
523
|
+
erc20TokenAddress: "0x3Be7cB2e9413Ef8F42b4A202a0114EB59b64e227",
|
|
524
|
+
name: "DexTools",
|
|
525
|
+
symbol: "DEXT",
|
|
526
|
+
decimals: 18,
|
|
527
|
+
logoURI: "https://assets.coingecko.com/coins/images/11603/thumb/dext.png?1605790188",
|
|
528
|
+
allowanceStorageOffset: 52,
|
|
529
|
+
isVyper: !1,
|
|
530
|
+
balanceStorageOffset: 51
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
chainId: 42161,
|
|
534
|
+
erc20TokenAddress: "0xca642467C6Ebe58c13cB4A7091317f34E17ac05e",
|
|
535
|
+
name: "DIA",
|
|
536
|
+
symbol: "DIA",
|
|
537
|
+
decimals: 18,
|
|
538
|
+
logoURI: "https://assets.coingecko.com/coins/images/11955/thumb/image.png?1646041751",
|
|
539
|
+
allowanceStorageOffset: 52,
|
|
540
|
+
isVyper: !1,
|
|
541
|
+
balanceStorageOffset: 51
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
chainId: 42161,
|
|
545
|
+
erc20TokenAddress: "0xE3696a02b2C9557639E29d829E9C45EFa49aD47A",
|
|
546
|
+
name: "district0x",
|
|
547
|
+
symbol: "DNT",
|
|
548
|
+
decimals: 18,
|
|
549
|
+
logoURI: "https://assets.coingecko.com/coins/images/849/thumb/district0x.png?1547223762"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
chainId: 42161,
|
|
553
|
+
erc20TokenAddress: "0x4667cf53C4eDF659E402B733BEA42B18B68dd74c",
|
|
554
|
+
name: "DeFi Pulse Index",
|
|
555
|
+
symbol: "DPI",
|
|
556
|
+
decimals: 18,
|
|
557
|
+
logoURI: "https://assets.coingecko.com/coins/images/12465/thumb/defi_pulse_index_set.png?1600051053",
|
|
558
|
+
allowanceStorageOffset: 52,
|
|
559
|
+
isVyper: !1,
|
|
560
|
+
balanceStorageOffset: 51
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
chainId: 42161,
|
|
564
|
+
erc20TokenAddress: "0x77b7787a09818502305C95d68A2571F090abb135",
|
|
565
|
+
name: "Derive",
|
|
566
|
+
symbol: "DRV",
|
|
567
|
+
decimals: 18,
|
|
568
|
+
logoURI: "https://coin-images.coingecko.com/coins/images/52889/large/Token_Logo.png?1734601695"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
chainId: 42161,
|
|
572
|
+
erc20TokenAddress: "0x51863cB90Ce5d6dA9663106F292fA27c8CC90c5a",
|
|
573
|
+
name: "dYdX",
|
|
574
|
+
symbol: "DYDX",
|
|
575
|
+
decimals: 18,
|
|
576
|
+
logoURI: "https://assets.coingecko.com/coins/images/17500/thumb/hjnIm9bV.jpg?1628009360"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
chainId: 42161,
|
|
580
|
+
erc20TokenAddress: "0x606C3e5075e5555e79Aa15F1E9FACB776F96C248",
|
|
581
|
+
name: "EigenLayer",
|
|
582
|
+
symbol: "EIGEN",
|
|
583
|
+
decimals: 18,
|
|
584
|
+
logoURI: "https://assets.coingecko.com/coins/images/37441/large/eigen.jpg?1728023974",
|
|
585
|
+
allowanceStorageOffset: 52,
|
|
586
|
+
isVyper: !1,
|
|
587
|
+
balanceStorageOffset: 51
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
chainId: 42161,
|
|
591
|
+
erc20TokenAddress: "0x3e4Cff6E50F37F731284A92d44AE943e17077fD4",
|
|
592
|
+
name: "Dogelon Mars",
|
|
593
|
+
symbol: "ELON",
|
|
594
|
+
decimals: 18,
|
|
595
|
+
logoURI: "https://assets.coingecko.com/coins/images/14962/thumb/6GxcPRo3_400x400.jpg?1619157413"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
chainId: 42161,
|
|
599
|
+
erc20TokenAddress: "0xdf8F0c63D9335A0AbD89F9F752d293A98EA977d8",
|
|
600
|
+
name: "Ethena",
|
|
601
|
+
symbol: "ENA",
|
|
602
|
+
decimals: 18,
|
|
603
|
+
logoURI: "https://assets.coingecko.com/coins/images/36530/standard/ethena.png"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
chainId: 42161,
|
|
607
|
+
erc20TokenAddress: "0x7fa9549791EFc9030e1Ed3F25D18014163806758",
|
|
608
|
+
name: "Enjin Coin",
|
|
609
|
+
symbol: "ENJ",
|
|
610
|
+
decimals: 18,
|
|
611
|
+
logoURI: "https://assets.coingecko.com/coins/images/1102/thumb/enjin-coin-logo.png?1547035078",
|
|
612
|
+
allowanceStorageOffset: 52,
|
|
613
|
+
isVyper: !1,
|
|
614
|
+
balanceStorageOffset: 51
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
chainId: 42161,
|
|
618
|
+
erc20TokenAddress: "0xfeA31d704DEb0975dA8e77Bf13E04239e70d7c28",
|
|
619
|
+
name: "Ethereum Name Service",
|
|
620
|
+
symbol: "ENS",
|
|
621
|
+
decimals: 18,
|
|
622
|
+
logoURI: "https://assets.coingecko.com/coins/images/19785/thumb/acatxTm8_400x400.jpg?1635850140",
|
|
623
|
+
allowanceStorageOffset: 52,
|
|
624
|
+
isVyper: !1,
|
|
625
|
+
balanceStorageOffset: 51
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
chainId: 42161,
|
|
629
|
+
erc20TokenAddress: "0x2354c8e9Ea898c751F1A15Addeb048714D667f96",
|
|
630
|
+
name: "Ethernity Chain",
|
|
631
|
+
symbol: "ERN",
|
|
632
|
+
decimals: 18,
|
|
633
|
+
logoURI: "https://assets.coingecko.com/coins/images/14238/thumb/LOGO_HIGH_QUALITY.png?1647831402"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
chainId: 42161,
|
|
637
|
+
erc20TokenAddress: "0x07D65C18CECbA423298c0aEB5d2BeDED4DFd5736",
|
|
638
|
+
name: "Ether.fi",
|
|
639
|
+
symbol: "ETHFI",
|
|
640
|
+
decimals: 18,
|
|
641
|
+
logoURI: "https://assets.coingecko.com/coins/images/35958/standard/etherfi.jpeg",
|
|
642
|
+
allowanceStorageOffset: 52,
|
|
643
|
+
isVyper: !1,
|
|
644
|
+
balanceStorageOffset: 51
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
chainId: 42161,
|
|
648
|
+
erc20TokenAddress: "0x863708032B5c328e11aBcbC0DF9D79C71Fc52a48",
|
|
649
|
+
name: "Euro Coin",
|
|
650
|
+
symbol: "EURC",
|
|
651
|
+
decimals: 6,
|
|
652
|
+
logoURI: "https://assets.coingecko.com/coins/images/26045/thumb/euro-coin.png?1655394420",
|
|
653
|
+
allowanceStorageOffset: 52,
|
|
654
|
+
isVyper: !1,
|
|
655
|
+
balanceStorageOffset: 51
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
chainId: 42161,
|
|
659
|
+
erc20TokenAddress: "0x8553d254Cb6934b16F87D2e486b64BbD24C83C70",
|
|
660
|
+
name: "Harvest Finance",
|
|
661
|
+
symbol: "FARM",
|
|
662
|
+
decimals: 18,
|
|
663
|
+
logoURI: "https://assets.coingecko.com/coins/images/12304/thumb/Harvest.png?1613016180",
|
|
664
|
+
allowanceStorageOffset: 52,
|
|
665
|
+
isVyper: !1,
|
|
666
|
+
balanceStorageOffset: 51
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
chainId: 42161,
|
|
670
|
+
erc20TokenAddress: "0x4BE87C766A7CE11D5Cc864b6C3Abb7457dCC4cC9",
|
|
671
|
+
name: "Fetch ai",
|
|
672
|
+
symbol: "FET",
|
|
673
|
+
decimals: 18,
|
|
674
|
+
logoURI: "https://assets.coingecko.com/coins/images/5681/thumb/Fetch.jpg?1572098136",
|
|
675
|
+
allowanceStorageOffset: 52,
|
|
676
|
+
isVyper: !1,
|
|
677
|
+
balanceStorageOffset: 51
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
chainId: 42161,
|
|
681
|
+
erc20TokenAddress: "0x849B40AB2469309117Ed1038c5A99894767C7282",
|
|
682
|
+
name: "Stafi",
|
|
683
|
+
symbol: "FIS",
|
|
684
|
+
decimals: 18,
|
|
685
|
+
logoURI: "https://assets.coingecko.com/coins/images/12423/thumb/stafi_logo.jpg?1599730991",
|
|
686
|
+
allowanceStorageOffset: 52,
|
|
687
|
+
isVyper: !1,
|
|
688
|
+
balanceStorageOffset: 51
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
chainId: 42161,
|
|
692
|
+
erc20TokenAddress: "0xA8C25FdC09763A176353CC6a76882e05b4905FAe",
|
|
693
|
+
name: "FLOKI",
|
|
694
|
+
symbol: "FLOKI",
|
|
695
|
+
decimals: 9,
|
|
696
|
+
logoURI: "https://assets.coingecko.com/coins/images/16746/standard/PNG_image.png?1696516318",
|
|
697
|
+
allowanceStorageOffset: 52,
|
|
698
|
+
isVyper: !1,
|
|
699
|
+
balanceStorageOffset: 51
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
chainId: 42161,
|
|
703
|
+
erc20TokenAddress: "0x63806C056Fa458c548Fb416B15E358A9D685710A",
|
|
704
|
+
name: "Flux",
|
|
705
|
+
symbol: "FLUX",
|
|
706
|
+
decimals: 18,
|
|
707
|
+
logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x720CD16b011b987Da3518fbf38c3071d4F0D1495/logo.png"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
chainId: 42161,
|
|
711
|
+
erc20TokenAddress: "0x3A1429d50E0cBBc45c997aF600541Fe1cc3D2923",
|
|
712
|
+
name: "Forta",
|
|
713
|
+
symbol: "FORT",
|
|
714
|
+
decimals: 18,
|
|
715
|
+
logoURI: "https://assets.coingecko.com/coins/images/25060/thumb/Forta_lgo_%281%29.png?1655353696",
|
|
716
|
+
allowanceStorageOffset: 52,
|
|
717
|
+
isVyper: !1,
|
|
718
|
+
balanceStorageOffset: 51
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
chainId: 42161,
|
|
722
|
+
erc20TokenAddress: "0xf929de51D91C77E42f5090069E0AD7A09e513c73",
|
|
723
|
+
name: "ShapeShift FOX Token",
|
|
724
|
+
symbol: "FOX",
|
|
725
|
+
decimals: 18,
|
|
726
|
+
logoURI: "https://assets.coingecko.com/coins/images/9988/thumb/FOX.png?1574330622",
|
|
727
|
+
allowanceStorageOffset: 52,
|
|
728
|
+
isVyper: !1,
|
|
729
|
+
balanceStorageOffset: 51
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
chainId: 42161,
|
|
733
|
+
erc20TokenAddress: "0x7468a5d8E02245B00E8C0217fCE021C70Bc51305",
|
|
734
|
+
name: "Frax",
|
|
735
|
+
symbol: "FRAX",
|
|
736
|
+
decimals: 18,
|
|
737
|
+
logoURI: "https://assets.coingecko.com/coins/images/13422/thumb/frax_logo.png?1608476506",
|
|
738
|
+
allowanceStorageOffset: 52,
|
|
739
|
+
isVyper: !1,
|
|
740
|
+
balanceStorageOffset: 51
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
chainId: 42161,
|
|
744
|
+
erc20TokenAddress: "0xd42785D323e608B9E99fa542bd8b1000D4c2Df37",
|
|
745
|
+
name: "Fantom",
|
|
746
|
+
symbol: "FTM",
|
|
747
|
+
decimals: 18,
|
|
748
|
+
logoURI: "https://assets.coingecko.com/coins/images/4001/thumb/Fantom.png?1558015016",
|
|
749
|
+
allowanceStorageOffset: 52,
|
|
750
|
+
isVyper: !1,
|
|
751
|
+
balanceStorageOffset: 51
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
chainId: 42161,
|
|
755
|
+
erc20TokenAddress: "0xd9f9d2Ee2d3EFE420699079f16D9e924affFdEA4",
|
|
756
|
+
name: "Frax Share",
|
|
757
|
+
symbol: "FXS",
|
|
758
|
+
decimals: 18,
|
|
759
|
+
logoURI: "https://assets.coingecko.com/coins/images/13423/thumb/frax_share.png?1608478989"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
chainId: 42161,
|
|
763
|
+
erc20TokenAddress: "0xc27E7325a6BEA1FcC06de7941473f5279bfd1182",
|
|
764
|
+
name: "Galxe",
|
|
765
|
+
symbol: "GAL",
|
|
766
|
+
decimals: 18,
|
|
767
|
+
logoURI: "https://assets.coingecko.com/coins/images/24530/thumb/GAL-Token-Icon.png?1651483533",
|
|
768
|
+
allowanceStorageOffset: 52,
|
|
769
|
+
isVyper: !1,
|
|
770
|
+
balanceStorageOffset: 51
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
chainId: 42161,
|
|
774
|
+
erc20TokenAddress: "0x2A676eeAd159c4C8e8593471c6d666F02827FF8C",
|
|
775
|
+
name: "GALA",
|
|
776
|
+
symbol: "GALA",
|
|
777
|
+
decimals: 8,
|
|
778
|
+
logoURI: "https://assets.coingecko.com/coins/images/12493/standard/GALA-COINGECKO.png?1696512310",
|
|
779
|
+
allowanceStorageOffset: 52,
|
|
780
|
+
isVyper: !1,
|
|
781
|
+
balanceStorageOffset: 51
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
chainId: 42161,
|
|
785
|
+
erc20TokenAddress: "0xa0b862F60edEf4452F25B4160F177db44DeB6Cf1",
|
|
786
|
+
name: "Gnosis Token",
|
|
787
|
+
symbol: "GNO",
|
|
788
|
+
decimals: 18,
|
|
789
|
+
logoURI: "https://coin-images.coingecko.com/coins/images/662/large/logo_square_simple_300px.png?1696501854",
|
|
790
|
+
allowanceStorageOffset: 52,
|
|
791
|
+
isVyper: !1,
|
|
792
|
+
balanceStorageOffset: 51
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
chainId: 42161,
|
|
796
|
+
erc20TokenAddress: "0x7f9a7DB853Ca816B9A138AEe3380Ef34c437dEe0",
|
|
797
|
+
name: "Gitcoin",
|
|
798
|
+
symbol: "GTC",
|
|
799
|
+
decimals: 18,
|
|
800
|
+
logoURI: "https://assets.coingecko.com/coins/images/15810/thumb/gitcoin.png?1621992929",
|
|
801
|
+
allowanceStorageOffset: 52,
|
|
802
|
+
isVyper: !1,
|
|
803
|
+
balanceStorageOffset: 51
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
chainId: 42161,
|
|
807
|
+
erc20TokenAddress: "0x589d35656641d6aB57A545F08cf473eCD9B6D5F7",
|
|
808
|
+
name: "GYEN",
|
|
809
|
+
symbol: "GYEN",
|
|
810
|
+
decimals: 6,
|
|
811
|
+
logoURI: "https://assets.coingecko.com/coins/images/14191/thumb/icon_gyen_200_200.png?1614843343",
|
|
812
|
+
allowanceStorageOffset: 56,
|
|
813
|
+
isVyper: !1,
|
|
814
|
+
balanceStorageOffset: 55
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
chainId: 42161,
|
|
818
|
+
erc20TokenAddress: "0xd12Eeb0142D4Efe7Af82e4f29E5Af382615bcEeA",
|
|
819
|
+
name: "Highstreet",
|
|
820
|
+
symbol: "HIGH",
|
|
821
|
+
decimals: 18,
|
|
822
|
+
logoURI: "https://assets.coingecko.com/coins/images/18973/thumb/logosq200200Coingecko.png?1634090470",
|
|
823
|
+
allowanceStorageOffset: 52,
|
|
824
|
+
isVyper: !1,
|
|
825
|
+
balanceStorageOffset: 51
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
chainId: 42161,
|
|
829
|
+
erc20TokenAddress: "0x177F394A3eD18FAa85c1462Ae626438a70294EF7",
|
|
830
|
+
name: "HOPR",
|
|
831
|
+
symbol: "HOPR",
|
|
832
|
+
decimals: 18,
|
|
833
|
+
logoURI: "https://assets.coingecko.com/coins/images/14061/thumb/Shared_HOPR_logo_512px.png?1614073468",
|
|
834
|
+
allowanceStorageOffset: 52,
|
|
835
|
+
isVyper: !1,
|
|
836
|
+
balanceStorageOffset: 51
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
chainId: 42161,
|
|
840
|
+
erc20TokenAddress: "0x61cA9D186f6b9a793BC08F6C79fd35f205488673",
|
|
841
|
+
name: "Illuvium",
|
|
842
|
+
symbol: "ILV",
|
|
843
|
+
decimals: 18,
|
|
844
|
+
logoURI: "https://assets.coingecko.com/coins/images/14468/large/ILV.JPG",
|
|
845
|
+
allowanceStorageOffset: 52,
|
|
846
|
+
isVyper: !1,
|
|
847
|
+
balanceStorageOffset: 51
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
chainId: 42161,
|
|
851
|
+
erc20TokenAddress: "0x3cFD99593a7F035F717142095a3898e3Fca7783e",
|
|
852
|
+
name: "Immutable X",
|
|
853
|
+
symbol: "IMX",
|
|
854
|
+
decimals: 18,
|
|
855
|
+
logoURI: "https://assets.coingecko.com/coins/images/17233/thumb/imx.png?1636691817",
|
|
856
|
+
allowanceStorageOffset: 52,
|
|
857
|
+
isVyper: !1,
|
|
858
|
+
balanceStorageOffset: 51
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
chainId: 42161,
|
|
862
|
+
erc20TokenAddress: "0x2A2053cb633CAD465B4A8975eD3d7f09DF608F80",
|
|
863
|
+
name: "Injective",
|
|
864
|
+
symbol: "INJ",
|
|
865
|
+
decimals: 18,
|
|
866
|
+
logoURI: "https://assets.coingecko.com/coins/images/12882/thumb/Secondary_Symbol.png?1628233237",
|
|
867
|
+
allowanceStorageOffset: 52,
|
|
868
|
+
isVyper: !1,
|
|
869
|
+
balanceStorageOffset: 51
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
chainId: 42161,
|
|
873
|
+
erc20TokenAddress: "0x25f05699548D3A0820b99f93c10c8BB573E27083",
|
|
874
|
+
name: "JasmyCoin",
|
|
875
|
+
symbol: "JASMY",
|
|
876
|
+
decimals: 18,
|
|
877
|
+
logoURI: "https://assets.coingecko.com/coins/images/13876/thumb/JASMY200x200.jpg?1612473259",
|
|
878
|
+
allowanceStorageOffset: 52,
|
|
879
|
+
isVyper: !1,
|
|
880
|
+
balanceStorageOffset: 51
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
chainId: 42161,
|
|
884
|
+
erc20TokenAddress: "0x010700AB046Dd8e92b0e3587842080Df36364ed3",
|
|
885
|
+
name: "Kinto",
|
|
886
|
+
symbol: "K",
|
|
887
|
+
decimals: 18,
|
|
888
|
+
logoURI: "https://assets.coingecko.com/coins/images/54964/standard/k200.png?1742894885"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
chainId: 42161,
|
|
892
|
+
erc20TokenAddress: "0xf75eE6D319741057a82a88Eeff1DbAFAB7307b69",
|
|
893
|
+
name: "KRYLL",
|
|
894
|
+
symbol: "KRL",
|
|
895
|
+
decimals: 18,
|
|
896
|
+
logoURI: "https://assets.coingecko.com/coins/images/2807/thumb/krl.png?1547036979",
|
|
897
|
+
allowanceStorageOffset: 52,
|
|
898
|
+
isVyper: !1,
|
|
899
|
+
balanceStorageOffset: 51
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
chainId: 42161,
|
|
903
|
+
erc20TokenAddress: "0x3A18dcC9745eDcD1Ef33ecB93b0b6eBA5671e7Ca",
|
|
904
|
+
name: "Kujira",
|
|
905
|
+
symbol: "KUJI",
|
|
906
|
+
decimals: 6,
|
|
907
|
+
logoURI: "https://assets.coingecko.com/coins/images/20685/standard/kuji-200x200.png",
|
|
908
|
+
allowanceStorageOffset: 1,
|
|
909
|
+
isVyper: !1,
|
|
910
|
+
balanceStorageOffset: 0
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
chainId: 42161,
|
|
914
|
+
erc20TokenAddress: "0x349fc93da004a63F3B1343361465981330A40B25",
|
|
915
|
+
name: "Litentry",
|
|
916
|
+
symbol: "LIT",
|
|
917
|
+
decimals: 18,
|
|
918
|
+
logoURI: "https://assets.coingecko.com/coins/images/13825/large/logo_200x200.png"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
chainId: 42161,
|
|
922
|
+
erc20TokenAddress: "0x289ba1701C2F088cf0faf8B3705246331cB8A839",
|
|
923
|
+
name: "Livepeer",
|
|
924
|
+
symbol: "LPT",
|
|
925
|
+
decimals: 18,
|
|
926
|
+
logoURI: "https://assets.coingecko.com/coins/images/7137/thumb/logo-circle-green.png?1619593365",
|
|
927
|
+
allowanceStorageOffset: 2,
|
|
928
|
+
isVyper: !1,
|
|
929
|
+
balanceStorageOffset: 1
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
chainId: 42161,
|
|
933
|
+
erc20TokenAddress: "0xfb9E5D956D889D91a82737B9bFCDaC1DCE3e1449",
|
|
934
|
+
name: "Liquity",
|
|
935
|
+
symbol: "LQTY",
|
|
936
|
+
decimals: 18,
|
|
937
|
+
logoURI: "https://assets.coingecko.com/coins/images/14665/thumb/200-lqty-icon.png?1617631180",
|
|
938
|
+
allowanceStorageOffset: 52,
|
|
939
|
+
isVyper: !1,
|
|
940
|
+
balanceStorageOffset: 51
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
chainId: 42161,
|
|
944
|
+
erc20TokenAddress: "0x46d0cE7de6247b0A95f67b43B589b4041BaE7fbE",
|
|
945
|
+
name: "LoopringCoin V2",
|
|
946
|
+
symbol: "LRC",
|
|
947
|
+
decimals: 18,
|
|
948
|
+
logoURI: "https://coin-images.coingecko.com/coins/images/913/large/LRC.png?1696502034",
|
|
949
|
+
allowanceStorageOffset: 52,
|
|
950
|
+
isVyper: !1,
|
|
951
|
+
balanceStorageOffset: 51
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
chainId: 42161,
|
|
955
|
+
erc20TokenAddress: "0x93b346b6BC2548dA6A1E7d98E9a421B42541425b",
|
|
956
|
+
name: "Liquity USD",
|
|
957
|
+
symbol: "LUSD",
|
|
958
|
+
decimals: 18,
|
|
959
|
+
logoURI: "https://assets.coingecko.com/coins/images/14666/thumb/Group_3.png?1617631327",
|
|
960
|
+
allowanceStorageOffset: 52,
|
|
961
|
+
isVyper: !1,
|
|
962
|
+
balanceStorageOffset: 51
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
chainId: 42161,
|
|
966
|
+
erc20TokenAddress: "0x442d24578A564EF628A65e6a7E3e7be2a165E231",
|
|
967
|
+
name: "Decentraland",
|
|
968
|
+
symbol: "MANA",
|
|
969
|
+
decimals: 18,
|
|
970
|
+
logoURI: "https://assets.coingecko.com/coins/images/878/thumb/decentraland-mana.png?1550108745",
|
|
971
|
+
allowanceStorageOffset: 52,
|
|
972
|
+
isVyper: !1,
|
|
973
|
+
balanceStorageOffset: 51
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
chainId: 42161,
|
|
977
|
+
erc20TokenAddress: "0x533A7B414CD1236815a5e09F1E97FC7d5c313739",
|
|
978
|
+
name: "Mask Network",
|
|
979
|
+
symbol: "MASK",
|
|
980
|
+
decimals: 18,
|
|
981
|
+
logoURI: "https://assets.coingecko.com/coins/images/14051/thumb/Mask_Network.jpg?1614050316",
|
|
982
|
+
allowanceStorageOffset: 52,
|
|
983
|
+
isVyper: !1,
|
|
984
|
+
balanceStorageOffset: 51
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
chainId: 42161,
|
|
988
|
+
erc20TokenAddress: "0x99F40b01BA9C469193B360f72740E416B17Ac332",
|
|
989
|
+
name: "MATH",
|
|
990
|
+
symbol: "MATH",
|
|
991
|
+
decimals: 18,
|
|
992
|
+
logoURI: "https://assets.coingecko.com/coins/images/11335/thumb/2020-05-19-token-200.png?1589940590",
|
|
993
|
+
allowanceStorageOffset: 52,
|
|
994
|
+
isVyper: !1,
|
|
995
|
+
balanceStorageOffset: 51
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
chainId: 42161,
|
|
999
|
+
erc20TokenAddress: "0x561877b6b3DD7651313794e5F2894B2F18bE0766",
|
|
1000
|
+
name: "Polygon",
|
|
1001
|
+
symbol: "MATIC",
|
|
1002
|
+
decimals: 18,
|
|
1003
|
+
logoURI: "https://assets.coingecko.com/coins/images/4713/thumb/matic-token-icon.png?1624446912",
|
|
1004
|
+
allowanceStorageOffset: 52,
|
|
1005
|
+
isVyper: !1,
|
|
1006
|
+
balanceStorageOffset: 51
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
chainId: 42161,
|
|
1010
|
+
erc20TokenAddress: "0x7F728F3595db17B0B359f4FC47aE80FAd2e33769",
|
|
1011
|
+
name: "Metis",
|
|
1012
|
+
symbol: "METIS",
|
|
1013
|
+
decimals: 18,
|
|
1014
|
+
logoURI: "https://assets.coingecko.com/coins/images/15595/thumb/metis.jpeg?1660285312",
|
|
1015
|
+
allowanceStorageOffset: 52,
|
|
1016
|
+
isVyper: !1,
|
|
1017
|
+
balanceStorageOffset: 51
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
chainId: 42161,
|
|
1021
|
+
erc20TokenAddress: "0xB20A02dfFb172C474BC4bDa3fD6f4eE70C04daf2",
|
|
1022
|
+
name: "Magic Internet Money",
|
|
1023
|
+
symbol: "MIM",
|
|
1024
|
+
decimals: 18,
|
|
1025
|
+
logoURI: "https://assets.coingecko.com/coins/images/16786/thumb/mimlogopng.png?1624979612",
|
|
1026
|
+
allowanceStorageOffset: 52,
|
|
1027
|
+
isVyper: !1,
|
|
1028
|
+
balanceStorageOffset: 51
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
chainId: 42161,
|
|
1032
|
+
erc20TokenAddress: "0x2e9a6Df78E42a30712c10a9Dc4b1C8656f8F2879",
|
|
1033
|
+
name: "Maker",
|
|
1034
|
+
symbol: "MKR",
|
|
1035
|
+
decimals: 18,
|
|
1036
|
+
logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2/logo.png",
|
|
1037
|
+
allowanceStorageOffset: 52,
|
|
1038
|
+
isVyper: !1,
|
|
1039
|
+
balanceStorageOffset: 51
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
chainId: 42161,
|
|
1043
|
+
erc20TokenAddress: "0x8f5c1A99b1df736Ad685006Cb6ADCA7B7Ae4b514",
|
|
1044
|
+
name: "Melon",
|
|
1045
|
+
symbol: "MLN",
|
|
1046
|
+
decimals: 18,
|
|
1047
|
+
logoURI: "https://assets.coingecko.com/coins/images/605/thumb/melon.png?1547034295",
|
|
1048
|
+
allowanceStorageOffset: 52,
|
|
1049
|
+
isVyper: !1,
|
|
1050
|
+
balanceStorageOffset: 51
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
chainId: 42161,
|
|
1054
|
+
erc20TokenAddress: "0x9c1a1C7bA9c2602123FD7EF3eb41a769edf6C53A",
|
|
1055
|
+
name: "Mantle",
|
|
1056
|
+
symbol: "MNT",
|
|
1057
|
+
decimals: 18,
|
|
1058
|
+
logoURI: "https://coin-images.coingecko.com/coins/images/30980/large/Mantle-Logo-mark.png?1739213200",
|
|
1059
|
+
allowanceStorageOffset: 52,
|
|
1060
|
+
isVyper: !1,
|
|
1061
|
+
balanceStorageOffset: 51
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
chainId: 42161,
|
|
1065
|
+
erc20TokenAddress: "0x96c42662820F6Ea32f0A61A06a38a72B206aABaC",
|
|
1066
|
+
name: "Mog Coin",
|
|
1067
|
+
symbol: "MOG",
|
|
1068
|
+
decimals: 18,
|
|
1069
|
+
logoURI: "https://assets.coingecko.com/coins/images/31059/large/MOG_LOGO_200x200.png",
|
|
1070
|
+
allowanceStorageOffset: 52,
|
|
1071
|
+
isVyper: !1,
|
|
1072
|
+
balanceStorageOffset: 51
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
chainId: 42161,
|
|
1076
|
+
erc20TokenAddress: "0x29024832eC3baBF5074D4F46102aA988097f0Ca0",
|
|
1077
|
+
name: "Maple",
|
|
1078
|
+
symbol: "MPL",
|
|
1079
|
+
decimals: 18,
|
|
1080
|
+
logoURI: "https://assets.coingecko.com/coins/images/14097/thumb/photo_2021-05-03_14.20.41.jpeg?1620022863",
|
|
1081
|
+
allowanceStorageOffset: 52,
|
|
1082
|
+
isVyper: !1,
|
|
1083
|
+
balanceStorageOffset: 51
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
chainId: 42161,
|
|
1087
|
+
erc20TokenAddress: "0x7b9b94aebe5E2039531af8E31045f377EcD9A39A",
|
|
1088
|
+
name: "Multichain",
|
|
1089
|
+
symbol: "MULTI",
|
|
1090
|
+
decimals: 18,
|
|
1091
|
+
logoURI: "https://assets.coingecko.com/coins/images/22087/thumb/1_Wyot-SDGZuxbjdkaOeT2-A.png?1640764238",
|
|
1092
|
+
allowanceStorageOffset: 52,
|
|
1093
|
+
isVyper: !1,
|
|
1094
|
+
balanceStorageOffset: 51
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
chainId: 42161,
|
|
1098
|
+
erc20TokenAddress: "0x5445972E76c5e4CEdD12B6e2BceF69133E15992F",
|
|
1099
|
+
name: "GensoKishi Metaverse",
|
|
1100
|
+
symbol: "MV",
|
|
1101
|
+
decimals: 18,
|
|
1102
|
+
logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/17704.png",
|
|
1103
|
+
allowanceStorageOffset: 52,
|
|
1104
|
+
isVyper: !1,
|
|
1105
|
+
balanceStorageOffset: 51
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
chainId: 42161,
|
|
1109
|
+
erc20TokenAddress: "0x91b468Fe3dce581D7a6cFE34189F1314b6862eD6",
|
|
1110
|
+
name: "MXC",
|
|
1111
|
+
symbol: "MXC",
|
|
1112
|
+
decimals: 18,
|
|
1113
|
+
logoURI: "https://assets.coingecko.com/coins/images/4604/thumb/mxc.png?1655534336",
|
|
1114
|
+
allowanceStorageOffset: 52,
|
|
1115
|
+
isVyper: !1,
|
|
1116
|
+
balanceStorageOffset: 51
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
chainId: 42161,
|
|
1120
|
+
erc20TokenAddress: "0x53236015A675fcB937485F1AE58040e4Fb920d5b",
|
|
1121
|
+
name: "PolySwarm",
|
|
1122
|
+
symbol: "NCT",
|
|
1123
|
+
decimals: 18,
|
|
1124
|
+
logoURI: "https://assets.coingecko.com/coins/images/2843/thumb/ImcYCVfX_400x400.jpg?1628519767"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
chainId: 42161,
|
|
1128
|
+
erc20TokenAddress: "0xBE06ca305A5Cb49ABf6B1840da7c42690406177b",
|
|
1129
|
+
name: "NKN",
|
|
1130
|
+
symbol: "NKN",
|
|
1131
|
+
decimals: 18,
|
|
1132
|
+
logoURI: "https://assets.coingecko.com/coins/images/3375/thumb/nkn.png?1548329212",
|
|
1133
|
+
allowanceStorageOffset: 52,
|
|
1134
|
+
isVyper: !1,
|
|
1135
|
+
balanceStorageOffset: 51
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
chainId: 42161,
|
|
1139
|
+
erc20TokenAddress: "0x597701b32553b9fa473e21362D480b3a6B569711",
|
|
1140
|
+
name: "Numeraire",
|
|
1141
|
+
symbol: "NMR",
|
|
1142
|
+
decimals: 18,
|
|
1143
|
+
logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671/logo.png"
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
chainId: 42161,
|
|
1147
|
+
erc20TokenAddress: "0x933d31561e470478079FEB9A6Dd2691fAD8234DF",
|
|
1148
|
+
name: "Ocean Protocol",
|
|
1149
|
+
symbol: "OCEAN",
|
|
1150
|
+
decimals: 18,
|
|
1151
|
+
logoURI: "https://assets.coingecko.com/coins/images/3687/thumb/ocean-protocol-logo.jpg?1547038686",
|
|
1152
|
+
allowanceStorageOffset: 52,
|
|
1153
|
+
isVyper: !1,
|
|
1154
|
+
balanceStorageOffset: 51
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
chainId: 42161,
|
|
1158
|
+
erc20TokenAddress: "0x6FEb262FEb0f775B5312D2e009923f7f58AE423E",
|
|
1159
|
+
name: "Origin Protocol",
|
|
1160
|
+
symbol: "OGN",
|
|
1161
|
+
decimals: 18,
|
|
1162
|
+
logoURI: "https://assets.coingecko.com/coins/images/3296/thumb/op.jpg?1547037878",
|
|
1163
|
+
allowanceStorageOffset: 52,
|
|
1164
|
+
isVyper: !1,
|
|
1165
|
+
balanceStorageOffset: 51
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
chainId: 42161,
|
|
1169
|
+
erc20TokenAddress: "0xd962C1895c46AC0378C502c207748b7061421e8e",
|
|
1170
|
+
name: "OMG Network",
|
|
1171
|
+
symbol: "OMG",
|
|
1172
|
+
decimals: 18,
|
|
1173
|
+
logoURI: "https://assets.coingecko.com/coins/images/776/thumb/OMG_Network.jpg?1591167168",
|
|
1174
|
+
allowanceStorageOffset: 52,
|
|
1175
|
+
isVyper: !1,
|
|
1176
|
+
balanceStorageOffset: 51
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
chainId: 42161,
|
|
1180
|
+
erc20TokenAddress: "0xA2d52A05B8Bead5d824DF54Dd1AA63188B37A5E7",
|
|
1181
|
+
name: "Ondo Finance",
|
|
1182
|
+
symbol: "ONDO",
|
|
1183
|
+
decimals: 18,
|
|
1184
|
+
logoURI: "https://assets.coingecko.com/coins/images/26580/standard/ONDO.png?1696525656",
|
|
1185
|
+
allowanceStorageOffset: 52,
|
|
1186
|
+
isVyper: !1,
|
|
1187
|
+
balanceStorageOffset: 51
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
chainId: 42161,
|
|
1191
|
+
erc20TokenAddress: "0x1BDCC2075d5370293E248Cab0173eC3E551e6218",
|
|
1192
|
+
name: "Orion Protocol",
|
|
1193
|
+
symbol: "ORN",
|
|
1194
|
+
decimals: 8,
|
|
1195
|
+
logoURI: "https://assets.coingecko.com/coins/images/11841/thumb/orion_logo.png?1594943318",
|
|
1196
|
+
allowanceStorageOffset: 52,
|
|
1197
|
+
isVyper: !1,
|
|
1198
|
+
balanceStorageOffset: 51
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
chainId: 42161,
|
|
1202
|
+
erc20TokenAddress: "0xfEb4DfC8C4Cf7Ed305bb08065D08eC6ee6728429",
|
|
1203
|
+
name: "PAX Gold",
|
|
1204
|
+
symbol: "PAXG",
|
|
1205
|
+
decimals: 18,
|
|
1206
|
+
logoURI: "https://assets.coingecko.com/coins/images/9519/thumb/paxg.PNG?1568542565",
|
|
1207
|
+
allowanceStorageOffset: 52,
|
|
1208
|
+
isVyper: !1,
|
|
1209
|
+
balanceStorageOffset: 51
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
chainId: 42161,
|
|
1213
|
+
erc20TokenAddress: "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8",
|
|
1214
|
+
name: "Pendle",
|
|
1215
|
+
symbol: "PENDLE",
|
|
1216
|
+
decimals: 18,
|
|
1217
|
+
logoURI: "https://coin-images.coingecko.com/coins/images/15069/large/Pendle_Logo_Normal-03.png?1696514728",
|
|
1218
|
+
allowanceStorageOffset: 52,
|
|
1219
|
+
isVyper: !1,
|
|
1220
|
+
balanceStorageOffset: 51
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
chainId: 42161,
|
|
1224
|
+
erc20TokenAddress: "0x35E6A59F786d9266c7961eA28c7b768B33959cbB",
|
|
1225
|
+
name: "Pepe",
|
|
1226
|
+
symbol: "PEPE",
|
|
1227
|
+
decimals: 18,
|
|
1228
|
+
logoURI: "https://assets.coingecko.com/coins/images/29850/large/pepe-token.jpeg?1682922725",
|
|
1229
|
+
allowanceStorageOffset: 52,
|
|
1230
|
+
isVyper: !1,
|
|
1231
|
+
balanceStorageOffset: 51
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
chainId: 42161,
|
|
1235
|
+
erc20TokenAddress: "0x753D224bCf9AAFaCD81558c32341416df61D3DAC",
|
|
1236
|
+
name: "Perpetual Protocol",
|
|
1237
|
+
symbol: "PERP",
|
|
1238
|
+
decimals: 18,
|
|
1239
|
+
logoURI: "https://assets.coingecko.com/coins/images/12381/thumb/60d18e06844a844ad75901a9_mark_only_03.png?1628674771",
|
|
1240
|
+
allowanceStorageOffset: 52,
|
|
1241
|
+
isVyper: !1,
|
|
1242
|
+
balanceStorageOffset: 51
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
chainId: 42161,
|
|
1246
|
+
erc20TokenAddress: "0xac7CE9F2794e01c0D27b096C52f592e343D77cbf",
|
|
1247
|
+
name: "Pirate Nation",
|
|
1248
|
+
symbol: "PIRATE",
|
|
1249
|
+
decimals: 18,
|
|
1250
|
+
logoURI: "https://assets.coingecko.com/coins/images/38524/standard/_Pirate_Transparent_200x200.png",
|
|
1251
|
+
allowanceStorageOffset: 52,
|
|
1252
|
+
isVyper: !1,
|
|
1253
|
+
balanceStorageOffset: 51
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
chainId: 42161,
|
|
1257
|
+
erc20TokenAddress: "0x044d8e7F3A17751D521efEa8CCf9282268fE08CC",
|
|
1258
|
+
name: "Polygon Ecosystem Token",
|
|
1259
|
+
symbol: "POL",
|
|
1260
|
+
decimals: 18,
|
|
1261
|
+
logoURI: "https://assets.coingecko.com/coins/images/32440/large/polygon.png?1698233684",
|
|
1262
|
+
allowanceStorageOffset: 52,
|
|
1263
|
+
isVyper: !1,
|
|
1264
|
+
balanceStorageOffset: 51
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
chainId: 42161,
|
|
1268
|
+
erc20TokenAddress: "0xeeeB5EaC2dB7A7Fc28134aA3248580d48b016b64",
|
|
1269
|
+
name: "Polkastarter",
|
|
1270
|
+
symbol: "POLS",
|
|
1271
|
+
decimals: 18,
|
|
1272
|
+
logoURI: "https://assets.coingecko.com/coins/images/12648/thumb/polkastarter.png?1609813702",
|
|
1273
|
+
allowanceStorageOffset: 52,
|
|
1274
|
+
isVyper: !1,
|
|
1275
|
+
balanceStorageOffset: 51
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
chainId: 42161,
|
|
1279
|
+
erc20TokenAddress: "0xE12F29704F635F4A6E7Ae154838d21F9B33809e9",
|
|
1280
|
+
name: "Polymath",
|
|
1281
|
+
symbol: "POLY",
|
|
1282
|
+
decimals: 18,
|
|
1283
|
+
logoURI: "https://assets.coingecko.com/coins/images/2784/thumb/inKkF01.png?1605007034",
|
|
1284
|
+
allowanceStorageOffset: 52,
|
|
1285
|
+
isVyper: !1,
|
|
1286
|
+
balanceStorageOffset: 51
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
chainId: 42161,
|
|
1290
|
+
erc20TokenAddress: "0xdA0a57B710768ae17941a9Fa33f8B720c8bD9ddD",
|
|
1291
|
+
name: "Marlin",
|
|
1292
|
+
symbol: "POND",
|
|
1293
|
+
decimals: 18,
|
|
1294
|
+
logoURI: "https://assets.coingecko.com/coins/images/8903/thumb/POND_200x200.png?1622515451"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
chainId: 42161,
|
|
1298
|
+
erc20TokenAddress: "0x6380F3d0C1412a80EB00F49064DA30749DB991DE",
|
|
1299
|
+
name: "Portal",
|
|
1300
|
+
symbol: "PORTAL",
|
|
1301
|
+
decimals: 18,
|
|
1302
|
+
logoURI: "https://assets.coingecko.com/coins/images/35436/standard/portal.jpeg",
|
|
1303
|
+
allowanceStorageOffset: 52,
|
|
1304
|
+
isVyper: !1,
|
|
1305
|
+
balanceStorageOffset: 51
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
chainId: 42161,
|
|
1309
|
+
erc20TokenAddress: "0x4e91F2AF1ee0F84B529478f19794F5AFD423e4A6",
|
|
1310
|
+
name: "Power Ledger",
|
|
1311
|
+
symbol: "POWR",
|
|
1312
|
+
decimals: 6,
|
|
1313
|
+
logoURI: "https://assets.coingecko.com/coins/images/1104/thumb/power-ledger.png?1547035082"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
chainId: 42161,
|
|
1317
|
+
erc20TokenAddress: "0x8d8e1b6ffc6832E8D2eF0DE8a3d957cAE7ac5067",
|
|
1318
|
+
name: "Prime",
|
|
1319
|
+
symbol: "PRIME",
|
|
1320
|
+
decimals: 18,
|
|
1321
|
+
logoURI: "https://assets.coingecko.com/coins/images/29053/large/PRIMELOGOOO.png?1676976222",
|
|
1322
|
+
allowanceStorageOffset: 52,
|
|
1323
|
+
isVyper: !1,
|
|
1324
|
+
balanceStorageOffset: 51
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
chainId: 42161,
|
|
1328
|
+
erc20TokenAddress: "0x82164a8B646401a8776F9dC5c8Cba35DcAf60Cd2",
|
|
1329
|
+
name: "PARSIQ",
|
|
1330
|
+
symbol: "PRQ",
|
|
1331
|
+
decimals: 18,
|
|
1332
|
+
logoURI: "https://assets.coingecko.com/coins/images/11973/thumb/DsNgK0O.png?1596590280",
|
|
1333
|
+
allowanceStorageOffset: 52,
|
|
1334
|
+
isVyper: !1,
|
|
1335
|
+
balanceStorageOffset: 51
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
chainId: 42161,
|
|
1339
|
+
erc20TokenAddress: "0xC7557C73e0eCa2E1BF7348bB6874Aee63C7eFF85",
|
|
1340
|
+
name: "Quant",
|
|
1341
|
+
symbol: "QNT",
|
|
1342
|
+
decimals: 18,
|
|
1343
|
+
logoURI: "https://assets.coingecko.com/coins/images/3370/thumb/5ZOu7brX_400x400.jpg?1612437252",
|
|
1344
|
+
allowanceStorageOffset: 52,
|
|
1345
|
+
isVyper: !1,
|
|
1346
|
+
balanceStorageOffset: 51
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
chainId: 42161,
|
|
1350
|
+
erc20TokenAddress: "0x3c45038f4807c5bb72F6BC72c2A2B9c012155e49",
|
|
1351
|
+
name: "Radicle",
|
|
1352
|
+
symbol: "RAD",
|
|
1353
|
+
decimals: 18,
|
|
1354
|
+
logoURI: "https://assets.coingecko.com/coins/images/14013/thumb/radicle.png?1614402918",
|
|
1355
|
+
allowanceStorageOffset: 52,
|
|
1356
|
+
isVyper: !1,
|
|
1357
|
+
balanceStorageOffset: 51
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
chainId: 42161,
|
|
1361
|
+
erc20TokenAddress: "0xaeF5bbcbFa438519a5ea80B4c7181B4E78d419f2",
|
|
1362
|
+
name: "Rai Reflex Index",
|
|
1363
|
+
symbol: "RAI",
|
|
1364
|
+
decimals: 18,
|
|
1365
|
+
logoURI: "https://assets.coingecko.com/coins/images/14004/thumb/RAI-logo-coin.png?1613592334",
|
|
1366
|
+
allowanceStorageOffset: 52,
|
|
1367
|
+
isVyper: !1,
|
|
1368
|
+
balanceStorageOffset: 51
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
chainId: 42161,
|
|
1372
|
+
erc20TokenAddress: "0xCf78572A8fE97b2B9a4B9709f6a7D9a863c1b8E0",
|
|
1373
|
+
name: "Rarible",
|
|
1374
|
+
symbol: "RARI",
|
|
1375
|
+
decimals: 18,
|
|
1376
|
+
logoURI: "https://assets.coingecko.com/coins/images/11845/thumb/Rari.png?1594946953"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
chainId: 42161,
|
|
1380
|
+
erc20TokenAddress: "0x2E9AE8f178d5Ea81970C7799A377B3985cbC335F",
|
|
1381
|
+
name: "Rubic",
|
|
1382
|
+
symbol: "RBC",
|
|
1383
|
+
decimals: 18,
|
|
1384
|
+
logoURI: "https://assets.coingecko.com/coins/images/12629/thumb/200x200.png?1607952509",
|
|
1385
|
+
allowanceStorageOffset: 52,
|
|
1386
|
+
isVyper: !1,
|
|
1387
|
+
balanceStorageOffset: 51
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
chainId: 42161,
|
|
1391
|
+
erc20TokenAddress: "0x9fA891e1dB0a6D1eEAC4B929b5AAE1011C79a204",
|
|
1392
|
+
name: "Republic Token",
|
|
1393
|
+
symbol: "REN",
|
|
1394
|
+
decimals: 18,
|
|
1395
|
+
logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x408e41876cCCDC0F92210600ef50372656052a38/logo.png",
|
|
1396
|
+
allowanceStorageOffset: 52,
|
|
1397
|
+
isVyper: !1,
|
|
1398
|
+
balanceStorageOffset: 51
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
chainId: 42161,
|
|
1402
|
+
erc20TokenAddress: "0x1Cb5bBc64e148C5b889E3c667B49edF78BB92171",
|
|
1403
|
+
name: "Request",
|
|
1404
|
+
symbol: "REQ",
|
|
1405
|
+
decimals: 18,
|
|
1406
|
+
logoURI: "https://assets.coingecko.com/coins/images/1031/thumb/Request_icon_green.png?1643250951",
|
|
1407
|
+
allowanceStorageOffset: 52,
|
|
1408
|
+
isVyper: !1,
|
|
1409
|
+
balanceStorageOffset: 51
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
chainId: 42161,
|
|
1413
|
+
erc20TokenAddress: "0xef888bcA6AB6B1d26dbeC977C455388ecd794794",
|
|
1414
|
+
name: "Rari Governance Token",
|
|
1415
|
+
symbol: "RGT",
|
|
1416
|
+
decimals: 18,
|
|
1417
|
+
logoURI: "https://assets.coingecko.com/coins/images/12900/thumb/Rari_Logo_Transparent.png?1613978014",
|
|
1418
|
+
allowanceStorageOffset: 52,
|
|
1419
|
+
isVyper: !1,
|
|
1420
|
+
balanceStorageOffset: 51
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
chainId: 42161,
|
|
1424
|
+
erc20TokenAddress: "0xE575586566b02A16338c199c23cA6d295D794e66",
|
|
1425
|
+
name: "iExec RLC",
|
|
1426
|
+
symbol: "RLC",
|
|
1427
|
+
decimals: 9,
|
|
1428
|
+
logoURI: "https://assets.coingecko.com/coins/images/646/thumb/pL1VuXm.png?1604543202",
|
|
1429
|
+
allowanceStorageOffset: 52,
|
|
1430
|
+
isVyper: !1,
|
|
1431
|
+
balanceStorageOffset: 51
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
chainId: 42161,
|
|
1435
|
+
erc20TokenAddress: "0xC8a4EeA31E9B6b61c406DF013DD4FEc76f21E279",
|
|
1436
|
+
name: "Render Token",
|
|
1437
|
+
symbol: "RNDR",
|
|
1438
|
+
decimals: 18,
|
|
1439
|
+
logoURI: "https://assets.coingecko.com/coins/images/11636/thumb/rndr.png?1638840934",
|
|
1440
|
+
allowanceStorageOffset: 52,
|
|
1441
|
+
isVyper: !1,
|
|
1442
|
+
balanceStorageOffset: 51
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
chainId: 42161,
|
|
1446
|
+
erc20TokenAddress: "0xB766039cc6DB368759C1E56B79AFfE831d0Cc507",
|
|
1447
|
+
name: "Rocket Pool Protocol",
|
|
1448
|
+
symbol: "RPL",
|
|
1449
|
+
decimals: 18,
|
|
1450
|
+
logoURI: "https://coin-images.coingecko.com/coins/images/2090/large/rocket_pool_%28RPL%29.png?1696503058",
|
|
1451
|
+
allowanceStorageOffset: 52,
|
|
1452
|
+
isVyper: !1,
|
|
1453
|
+
balanceStorageOffset: 51
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
chainId: 42161,
|
|
1457
|
+
erc20TokenAddress: "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594",
|
|
1458
|
+
name: "Reserve Rights",
|
|
1459
|
+
symbol: "RSR",
|
|
1460
|
+
decimals: 18,
|
|
1461
|
+
logoURI: "https://coin-images.coingecko.com/coins/images/8365/large/RSR_Blue_Circle_1000.png?1721777856",
|
|
1462
|
+
allowanceStorageOffset: 52,
|
|
1463
|
+
isVyper: !1,
|
|
1464
|
+
balanceStorageOffset: 51
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
chainId: 42161,
|
|
1468
|
+
erc20TokenAddress: "0xd1318eb19DBF2647743c720ed35174efd64e3DAC",
|
|
1469
|
+
name: "The Sandbox",
|
|
1470
|
+
symbol: "SAND",
|
|
1471
|
+
decimals: 18,
|
|
1472
|
+
logoURI: "https://assets.coingecko.com/coins/images/12129/thumb/sandbox_logo.jpg?1597397942",
|
|
1473
|
+
allowanceStorageOffset: 52,
|
|
1474
|
+
isVyper: !1,
|
|
1475
|
+
balanceStorageOffset: 51
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
chainId: 42161,
|
|
1479
|
+
erc20TokenAddress: "0x1629c4112952a7a377cB9B8d7d8c903092f34B63",
|
|
1480
|
+
name: "Stader",
|
|
1481
|
+
symbol: "SD",
|
|
1482
|
+
decimals: 18,
|
|
1483
|
+
logoURI: "https://assets.coingecko.com/coins/images/20658/standard/SD_Token_Logo.png",
|
|
1484
|
+
allowanceStorageOffset: 52,
|
|
1485
|
+
isVyper: !1,
|
|
1486
|
+
balanceStorageOffset: 51
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
chainId: 42161,
|
|
1490
|
+
erc20TokenAddress: "0x5033833c9fe8B9d3E09EEd2f73d2aaF7E3872fd1",
|
|
1491
|
+
name: "Shiba Inu",
|
|
1492
|
+
symbol: "SHIB",
|
|
1493
|
+
decimals: 18,
|
|
1494
|
+
logoURI: "https://assets.coingecko.com/coins/images/11939/thumb/shiba.png?1622619446",
|
|
1495
|
+
allowanceStorageOffset: 52,
|
|
1496
|
+
isVyper: !1,
|
|
1497
|
+
balanceStorageOffset: 51
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
chainId: 42161,
|
|
1501
|
+
erc20TokenAddress: "0x4F9b7DEDD8865871dF65c5D26B1c2dD537267878",
|
|
1502
|
+
name: "SKALE",
|
|
1503
|
+
symbol: "SKL",
|
|
1504
|
+
decimals: 18,
|
|
1505
|
+
logoURI: "https://assets.coingecko.com/coins/images/13245/thumb/SKALE_token_300x300.png?1606789574"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
chainId: 42161,
|
|
1509
|
+
erc20TokenAddress: "0x707F635951193dDaFBB40971a0fCAAb8A6415160",
|
|
1510
|
+
name: "Status",
|
|
1511
|
+
symbol: "SNT",
|
|
1512
|
+
decimals: 18,
|
|
1513
|
+
logoURI: "https://assets.coingecko.com/coins/images/779/thumb/status.png?1548610778",
|
|
1514
|
+
allowanceStorageOffset: 52,
|
|
1515
|
+
isVyper: !1,
|
|
1516
|
+
balanceStorageOffset: 51
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
chainId: 42161,
|
|
1520
|
+
erc20TokenAddress: "0xcBA56Cd8216FCBBF3fA6DF6137F3147cBcA37D60",
|
|
1521
|
+
name: "Synthetix Network Token",
|
|
1522
|
+
symbol: "SNX",
|
|
1523
|
+
decimals: 18,
|
|
1524
|
+
logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F/logo.png",
|
|
1525
|
+
allowanceStorageOffset: 52,
|
|
1526
|
+
isVyper: !1,
|
|
1527
|
+
balanceStorageOffset: 51
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
chainId: 42161,
|
|
1531
|
+
erc20TokenAddress: "0xb2BE52744a804Cc732d606817C2572C5A3B264e7",
|
|
1532
|
+
name: "Unisocks",
|
|
1533
|
+
symbol: "SOCKS",
|
|
1534
|
+
decimals: 18,
|
|
1535
|
+
logoURI: "https://assets.coingecko.com/coins/images/10717/thumb/qFrcoiM.png?1582525244",
|
|
1536
|
+
allowanceStorageOffset: 52,
|
|
1537
|
+
isVyper: !1,
|
|
1538
|
+
balanceStorageOffset: 51
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
chainId: 42161,
|
|
1542
|
+
erc20TokenAddress: "0xb74Da9FE2F96B9E0a5f4A3cf0b92dd2bEC617124",
|
|
1543
|
+
name: "SOL Wormhole ",
|
|
1544
|
+
symbol: "SOL",
|
|
1545
|
+
decimals: 9,
|
|
1546
|
+
logoURI: "https://assets.coingecko.com/coins/images/22876/thumb/SOL_wh_small.png?1644224316",
|
|
1547
|
+
allowanceStorageOffset: 52,
|
|
1548
|
+
isVyper: !1,
|
|
1549
|
+
balanceStorageOffset: 51
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
chainId: 42161,
|
|
1553
|
+
erc20TokenAddress: "0x3E6648C5a70A150A88bCE65F4aD4d506Fe15d2AF",
|
|
1554
|
+
name: "Spell Token",
|
|
1555
|
+
symbol: "SPELL",
|
|
1556
|
+
decimals: 18,
|
|
1557
|
+
logoURI: "https://assets.coingecko.com/coins/images/15861/thumb/abracadabra-3.png?1622544862",
|
|
1558
|
+
allowanceStorageOffset: 52,
|
|
1559
|
+
isVyper: !1,
|
|
1560
|
+
balanceStorageOffset: 51
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
chainId: 42161,
|
|
1564
|
+
erc20TokenAddress: "0x53e70cc1d527b524A1C46Eaa892e4CB35d2ba901",
|
|
1565
|
+
name: "SPX6900",
|
|
1566
|
+
symbol: "SPX",
|
|
1567
|
+
decimals: 8,
|
|
1568
|
+
logoURI: "https://coin-images.coingecko.com/coins/images/31401/large/sticker_(1).jpg?1702371083",
|
|
1569
|
+
allowanceStorageOffset: 52,
|
|
1570
|
+
isVyper: !1,
|
|
1571
|
+
balanceStorageOffset: 51
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
chainId: 42161,
|
|
1575
|
+
erc20TokenAddress: "0x1337420dED5ADb9980CFc35f8f2B054ea86f8aB1",
|
|
1576
|
+
name: "SQD",
|
|
1577
|
+
symbol: "SQD",
|
|
1578
|
+
decimals: 18,
|
|
1579
|
+
logoURI: "https://assets.coingecko.com/coins/images/37869/standard/New_Logo_SQD_Icon.png?1720048443",
|
|
1580
|
+
allowanceStorageOffset: 1,
|
|
1581
|
+
isVyper: !1,
|
|
1582
|
+
balanceStorageOffset: 0
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
chainId: 42161,
|
|
1586
|
+
erc20TokenAddress: "0xe018C7a3d175Fb0fE15D70Da2c874d3CA16313EC",
|
|
1587
|
+
name: "Stargate Finance",
|
|
1588
|
+
symbol: "STG",
|
|
1589
|
+
decimals: 18,
|
|
1590
|
+
logoURI: "https://assets.coingecko.com/coins/images/24413/thumb/STG_LOGO.png?1647654518"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
chainId: 42161,
|
|
1594
|
+
erc20TokenAddress: "0xE6320ebF209971b4F4696F7f0954b8457Aa2FCC2",
|
|
1595
|
+
name: "Storj Token",
|
|
1596
|
+
symbol: "STORJ",
|
|
1597
|
+
decimals: 8,
|
|
1598
|
+
logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC/logo.png",
|
|
1599
|
+
allowanceStorageOffset: 52,
|
|
1600
|
+
isVyper: !1,
|
|
1601
|
+
balanceStorageOffset: 51
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
chainId: 42161,
|
|
1605
|
+
erc20TokenAddress: "0x7f9cf5a2630a0d58567122217dF7609c26498956",
|
|
1606
|
+
name: "SuperFarm",
|
|
1607
|
+
symbol: "SUPER",
|
|
1608
|
+
decimals: 18,
|
|
1609
|
+
logoURI: "https://assets.coingecko.com/coins/images/14040/thumb/6YPdWn6.png?1613975899",
|
|
1610
|
+
allowanceStorageOffset: 52,
|
|
1611
|
+
isVyper: !1,
|
|
1612
|
+
balanceStorageOffset: 51
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
chainId: 42161,
|
|
1616
|
+
erc20TokenAddress: "0xA970AF1a584579B618be4d69aD6F73459D112F95",
|
|
1617
|
+
name: "Synth sUSD",
|
|
1618
|
+
symbol: "sUSD",
|
|
1619
|
+
decimals: 18,
|
|
1620
|
+
logoURI: "https://assets.coingecko.com/coins/images/5013/thumb/sUSD.png?1616150765",
|
|
1621
|
+
allowanceStorageOffset: 52,
|
|
1622
|
+
isVyper: !1,
|
|
1623
|
+
balanceStorageOffset: 51
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
chainId: 42161,
|
|
1627
|
+
erc20TokenAddress: "0xd4d42F0b6DEF4CE0383636770eF773390d85c61A",
|
|
1628
|
+
name: "Sushi",
|
|
1629
|
+
symbol: "SUSHI",
|
|
1630
|
+
decimals: 18,
|
|
1631
|
+
logoURI: "https://assets.coingecko.com/coins/images/12271/thumb/512x512_Logo_no_chop.png?1606986688",
|
|
1632
|
+
allowanceStorageOffset: 52,
|
|
1633
|
+
isVyper: !1,
|
|
1634
|
+
balanceStorageOffset: 51
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
chainId: 42161,
|
|
1638
|
+
erc20TokenAddress: "0x2C96bE2612bec20fe2975C3ACFcbBe61a58f2571",
|
|
1639
|
+
name: "Swell",
|
|
1640
|
+
symbol: "SWELL",
|
|
1641
|
+
decimals: 18,
|
|
1642
|
+
logoURI: "https://coin-images.coingecko.com/coins/images/28777/large/swell1.png?1727899715",
|
|
1643
|
+
allowanceStorageOffset: 52,
|
|
1644
|
+
isVyper: !1,
|
|
1645
|
+
balanceStorageOffset: 51
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
chainId: 42161,
|
|
1649
|
+
erc20TokenAddress: "0x1bCfc0B4eE1471674cd6A9F6B363A034375eAD84",
|
|
1650
|
+
name: "Synapse",
|
|
1651
|
+
symbol: "SYN",
|
|
1652
|
+
decimals: 18,
|
|
1653
|
+
logoURI: "https://assets.coingecko.com/coins/images/18024/thumb/syn.png?1635002049",
|
|
1654
|
+
allowanceStorageOffset: 52,
|
|
1655
|
+
isVyper: !1,
|
|
1656
|
+
balanceStorageOffset: 51
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
chainId: 42161,
|
|
1660
|
+
erc20TokenAddress: "0x0945Cae3ae47cb384b2d47BC448Dc6A9dEC21F55",
|
|
1661
|
+
name: "Threshold Network",
|
|
1662
|
+
symbol: "T",
|
|
1663
|
+
decimals: 18,
|
|
1664
|
+
logoURI: "https://assets.coingecko.com/coins/images/22228/thumb/nFPNiSbL_400x400.jpg?1641220340",
|
|
1665
|
+
allowanceStorageOffset: 52,
|
|
1666
|
+
isVyper: !1,
|
|
1667
|
+
balanceStorageOffset: 51
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
chainId: 42161,
|
|
1671
|
+
erc20TokenAddress: "0x7E2a1eDeE171C5B19E6c54D73752396C0A572594",
|
|
1672
|
+
name: "tBTC",
|
|
1673
|
+
symbol: "tBTC",
|
|
1674
|
+
decimals: 18,
|
|
1675
|
+
logoURI: "https://raw.githubusercontent.com/uniswap/assets/master/blockchains/ethereum/assets/0x18084fbA666a33d37592fA2633fD49a74DD93a88/logo.png",
|
|
1676
|
+
allowanceStorageOffset: 52,
|
|
1677
|
+
isVyper: !1,
|
|
1678
|
+
balanceStorageOffset: 51
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
chainId: 42161,
|
|
1682
|
+
erc20TokenAddress: "0xd58D345Fd9c82262E087d2D0607624B410D88242",
|
|
1683
|
+
name: "Tellor",
|
|
1684
|
+
symbol: "TRB",
|
|
1685
|
+
decimals: 18,
|
|
1686
|
+
logoURI: "https://assets.coingecko.com/coins/images/9644/thumb/Blk_icon_current.png?1584980686",
|
|
1687
|
+
allowanceStorageOffset: 52,
|
|
1688
|
+
isVyper: !1,
|
|
1689
|
+
balanceStorageOffset: 51
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
chainId: 42161,
|
|
1693
|
+
erc20TokenAddress: "0xBfAE6fecD8124ba33cbB2180aAb0Fe4c03914A5A",
|
|
1694
|
+
name: "Tribe",
|
|
1695
|
+
symbol: "TRIBE",
|
|
1696
|
+
decimals: 18,
|
|
1697
|
+
logoURI: "https://assets.coingecko.com/coins/images/14575/thumb/tribe.PNG?1617487954",
|
|
1698
|
+
allowanceStorageOffset: 52,
|
|
1699
|
+
isVyper: !1,
|
|
1700
|
+
balanceStorageOffset: 51
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
chainId: 42161,
|
|
1704
|
+
erc20TokenAddress: "0x5C816d4582c857dcadb1bB1F62Ad6c9DEde4576a",
|
|
1705
|
+
name: "Turbo",
|
|
1706
|
+
symbol: "TURBO",
|
|
1707
|
+
decimals: 18,
|
|
1708
|
+
logoURI: "https://assets.coingecko.com/coins/images/30117/large/TurboMark-QL_200.png?1708079597",
|
|
1709
|
+
allowanceStorageOffset: 52,
|
|
1710
|
+
isVyper: !1,
|
|
1711
|
+
balanceStorageOffset: 51
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
chainId: 42161,
|
|
1715
|
+
erc20TokenAddress: "0xd693Ec944A85eeca4247eC1c3b130DCa9B0C3b22",
|
|
1716
|
+
name: "UMA Voting Token v1",
|
|
1717
|
+
symbol: "UMA",
|
|
1718
|
+
decimals: 18,
|
|
1719
|
+
logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828/logo.png",
|
|
1720
|
+
allowanceStorageOffset: 52,
|
|
1721
|
+
isVyper: !1,
|
|
1722
|
+
balanceStorageOffset: 51
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
chainId: 42161,
|
|
1726
|
+
erc20TokenAddress: "0x78df3a6044Ce3cB1905500345B967788b699dF8f",
|
|
1727
|
+
name: "Pax Dollar",
|
|
1728
|
+
symbol: "USDP",
|
|
1729
|
+
decimals: 18,
|
|
1730
|
+
logoURI: "https://assets.coingecko.com/coins/images/6013/standard/Pax_Dollar.png?1696506427"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
chainId: 42161,
|
|
1734
|
+
erc20TokenAddress: "0x6491c05A82219b8D1479057361ff1654749b876b",
|
|
1735
|
+
name: "USDS Stablecoin",
|
|
1736
|
+
symbol: "USDS",
|
|
1737
|
+
decimals: 18,
|
|
1738
|
+
logoURI: "https://assets.coingecko.com/coins/images/39926/large/usds.webp?1726666683",
|
|
1739
|
+
allowanceStorageOffset: 3,
|
|
1740
|
+
isVyper: !1,
|
|
1741
|
+
balanceStorageOffset: 2
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
chainId: 42161,
|
|
1745
|
+
erc20TokenAddress: "0x7639AB8599f1b417CbE4ceD492fB30162140AbbB",
|
|
1746
|
+
name: "USUAL",
|
|
1747
|
+
symbol: "USUAL",
|
|
1748
|
+
decimals: 18,
|
|
1749
|
+
logoURI: "https://coin-images.coingecko.com/coins/images/51091/large/USUAL.jpg?1730035787",
|
|
1750
|
+
allowanceStorageOffset: 52,
|
|
1751
|
+
isVyper: !1,
|
|
1752
|
+
balanceStorageOffset: 51
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
chainId: 42161,
|
|
1756
|
+
erc20TokenAddress: "0x1c8Ec4DE3c2BFD3050695D89853EC6d78AE650bb",
|
|
1757
|
+
name: "Wrapped Ampleforth",
|
|
1758
|
+
symbol: "WAMPL",
|
|
1759
|
+
decimals: 18,
|
|
1760
|
+
logoURI: "https://assets.coingecko.com/coins/images/20825/thumb/photo_2021-11-25_02-05-11.jpg?1637811951",
|
|
1761
|
+
allowanceStorageOffset: 52,
|
|
1762
|
+
isVyper: !1,
|
|
1763
|
+
balanceStorageOffset: 51
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
chainId: 42161,
|
|
1767
|
+
erc20TokenAddress: "0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b",
|
|
1768
|
+
name: "WOO Network",
|
|
1769
|
+
symbol: "WOO",
|
|
1770
|
+
decimals: 18,
|
|
1771
|
+
logoURI: "https://assets.coingecko.com/coins/images/12921/thumb/w2UiemF__400x400.jpg?1603670367",
|
|
1772
|
+
allowanceStorageOffset: 52,
|
|
1773
|
+
isVyper: !1,
|
|
1774
|
+
balanceStorageOffset: 51
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
chainId: 42161,
|
|
1778
|
+
erc20TokenAddress: "0x58BbC087e36Db40a84b22c1B93a042294deEAFEd",
|
|
1779
|
+
name: "Chain",
|
|
1780
|
+
symbol: "XCN",
|
|
1781
|
+
decimals: 18,
|
|
1782
|
+
logoURI: "https://assets.coingecko.com/coins/images/24210/thumb/Chain_icon_200x200.png?1646895054",
|
|
1783
|
+
allowanceStorageOffset: 52,
|
|
1784
|
+
isVyper: !1,
|
|
1785
|
+
balanceStorageOffset: 51
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
chainId: 42161,
|
|
1789
|
+
erc20TokenAddress: "0xa05245Ade25cC1063EE50Cf7c083B4524c1C4302",
|
|
1790
|
+
name: "XSGD",
|
|
1791
|
+
symbol: "XSGD",
|
|
1792
|
+
decimals: 6,
|
|
1793
|
+
logoURI: "https://assets.coingecko.com/coins/images/12832/standard/StraitsX_Singapore_Dollar_%28XSGD%29_Token_Logo.png?1696512623",
|
|
1794
|
+
allowanceStorageOffset: 52,
|
|
1795
|
+
isVyper: !1,
|
|
1796
|
+
balanceStorageOffset: 51
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
chainId: 42161,
|
|
1800
|
+
erc20TokenAddress: "0x82e3A8F066a6989666b031d916c43672085b1582",
|
|
1801
|
+
name: "yearn finance",
|
|
1802
|
+
symbol: "YFI",
|
|
1803
|
+
decimals: 18,
|
|
1804
|
+
logoURI: "https://assets.coingecko.com/coins/images/11849/thumb/yfi-192x192.png?1598325330",
|
|
1805
|
+
allowanceStorageOffset: 52,
|
|
1806
|
+
isVyper: !1,
|
|
1807
|
+
balanceStorageOffset: 51
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
chainId: 42161,
|
|
1811
|
+
erc20TokenAddress: "0x6DdBbcE7858D276678FC2B36123fD60547b88954",
|
|
1812
|
+
name: "Zetachain",
|
|
1813
|
+
symbol: "Zeta",
|
|
1814
|
+
decimals: 18,
|
|
1815
|
+
logoURI: "https://assets.coingecko.com/coins/images/26718/standard/Twitter_icon.png?1696525788"
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
chainId: 42161,
|
|
1819
|
+
erc20TokenAddress: "0x6985884C4392D348587B19cb9eAAf157F13271cd",
|
|
1820
|
+
name: "LayerZero",
|
|
1821
|
+
symbol: "ZRO",
|
|
1822
|
+
decimals: 18,
|
|
1823
|
+
logoURI: "https://assets.coingecko.com/coins/images/28206/standard/ftxG9_TJ_400x400.jpeg?1696527208",
|
|
1824
|
+
allowanceStorageOffset: 6,
|
|
1825
|
+
isVyper: !1,
|
|
1826
|
+
balanceStorageOffset: 5
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
chainId: 42161,
|
|
1830
|
+
erc20TokenAddress: "0xBD591Bd4DdB64b77B5f76Eab8f03d02519235Ae2",
|
|
1831
|
+
name: "0x Protocol Token",
|
|
1832
|
+
symbol: "ZRX",
|
|
1833
|
+
decimals: 18,
|
|
1834
|
+
logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xE41d2489571d322189246DaFA5ebDe1F4699F498/logo.png",
|
|
1835
|
+
allowanceStorageOffset: 52,
|
|
1836
|
+
isVyper: !1,
|
|
1837
|
+
balanceStorageOffset: 51
|
|
1838
|
+
}
|
|
1839
|
+
], a = {
|
|
1840
|
+
networkRegistry: e
|
|
1841
|
+
};
|
|
1842
|
+
export {
|
|
1843
|
+
a as default,
|
|
1844
|
+
e as networkRegistry
|
|
1845
|
+
};
|