@circle-fin/usdckit 0.17.0 → 0.18.0
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/README.md +57 -25
- package/dist/cjs/actions/generateTransferLink.d.ts +2 -2
- package/dist/cjs/actions/generateTransferLink.d.ts.map +1 -1
- package/dist/cjs/actions/generateTransferLink.js +3 -2
- package/dist/cjs/actions/generateTransferLink.js.map +1 -1
- package/dist/cjs/actions/index.d.ts +13 -9
- package/dist/cjs/actions/index.d.ts.map +1 -1
- package/dist/cjs/actions/index.js +6 -4
- package/dist/cjs/actions/index.js.map +1 -1
- package/dist/cjs/actions/index.test.js +1 -4
- package/dist/cjs/actions/index.test.js.map +1 -1
- package/dist/cjs/actions/parseUnitsAsToken.d.ts +3 -3
- package/dist/cjs/actions/parseUnitsAsToken.d.ts.map +1 -1
- package/dist/cjs/actions/parseUnitsAsToken.js +0 -2
- package/dist/cjs/actions/parseUnitsAsToken.js.map +1 -1
- package/dist/cjs/actions/sweep.d.ts +17 -0
- package/dist/cjs/actions/sweep.d.ts.map +1 -0
- package/dist/cjs/actions/{drainFrom.js → sweep.js} +7 -6
- package/dist/cjs/actions/sweep.js.map +1 -0
- package/dist/cjs/actions/sweep.test.d.ts +2 -0
- package/dist/cjs/actions/sweep.test.d.ts.map +1 -0
- package/dist/cjs/actions/{drainFrom.test.js → sweep.test.js} +4 -4
- package/dist/cjs/actions/sweep.test.js.map +1 -0
- package/dist/cjs/actions/transfer.d.ts +16 -2
- package/dist/cjs/actions/transfer.d.ts.map +1 -1
- package/dist/cjs/actions/transfer.js +18 -4
- package/dist/cjs/actions/transfer.js.map +1 -1
- package/dist/cjs/actions/transfer.test.js +0 -1
- package/dist/cjs/actions/transfer.test.js.map +1 -1
- package/dist/cjs/chains/ARB.d.ts +136 -0
- package/dist/cjs/chains/ARB.d.ts.map +1 -1
- package/dist/cjs/chains/ARB.js +1 -1
- package/dist/cjs/chains/ARB.js.map +1 -1
- package/dist/cjs/chains/ARB_SEPOLIA.d.ts +136 -0
- package/dist/cjs/chains/ARB_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/ARB_SEPOLIA.js +1 -1
- package/dist/cjs/chains/ARB_SEPOLIA.js.map +1 -1
- package/dist/cjs/chains/AVAX.d.ts +271 -0
- package/dist/cjs/chains/AVAX.d.ts.map +1 -1
- package/dist/cjs/chains/AVAX.js +2 -2
- package/dist/cjs/chains/AVAX.js.map +1 -1
- package/dist/cjs/chains/AVAX_FUJI.d.ts +271 -0
- package/dist/cjs/chains/AVAX_FUJI.d.ts.map +1 -1
- package/dist/cjs/chains/AVAX_FUJI.js +2 -2
- package/dist/cjs/chains/AVAX_FUJI.js.map +1 -1
- package/dist/cjs/chains/BASE.d.ts +271 -0
- package/dist/cjs/chains/BASE.d.ts.map +1 -1
- package/dist/cjs/chains/BASE.js +2 -2
- package/dist/cjs/chains/BASE.js.map +1 -1
- package/dist/cjs/chains/BASE_SEPOLIA.d.ts +271 -0
- package/dist/cjs/chains/BASE_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/BASE_SEPOLIA.js +2 -2
- package/dist/cjs/chains/BASE_SEPOLIA.js.map +1 -1
- package/dist/cjs/chains/ETH.d.ts +271 -0
- package/dist/cjs/chains/ETH.d.ts.map +1 -1
- package/dist/cjs/chains/ETH.js +2 -2
- package/dist/cjs/chains/ETH.js.map +1 -1
- package/dist/cjs/chains/ETH_SEPOLIA.d.ts +271 -0
- package/dist/cjs/chains/ETH_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/ETH_SEPOLIA.js +2 -2
- package/dist/cjs/chains/ETH_SEPOLIA.js.map +1 -1
- package/dist/cjs/chains/MATIC.d.ts +136 -0
- package/dist/cjs/chains/MATIC.d.ts.map +1 -1
- package/dist/cjs/chains/MATIC.js +1 -1
- package/dist/cjs/chains/MATIC.js.map +1 -1
- package/dist/cjs/chains/MATIC_AMOY.d.ts +136 -0
- package/dist/cjs/chains/MATIC_AMOY.d.ts.map +1 -1
- package/dist/cjs/chains/MATIC_AMOY.js +1 -1
- package/dist/cjs/chains/MATIC_AMOY.js.map +1 -1
- package/dist/cjs/chains/NEAR.d.ts +3 -3
- package/dist/cjs/chains/NEAR.d.ts.map +1 -1
- package/dist/cjs/chains/NEAR.js +1 -1
- package/dist/cjs/chains/NEAR.js.map +1 -1
- package/dist/cjs/chains/NEAR_TESTNET.d.ts +3 -3
- package/dist/cjs/chains/NEAR_TESTNET.d.ts.map +1 -1
- package/dist/cjs/chains/NEAR_TESTNET.js +1 -1
- package/dist/cjs/chains/NEAR_TESTNET.js.map +1 -1
- package/dist/cjs/chains/OP.d.ts +136 -0
- package/dist/cjs/chains/OP.d.ts.map +1 -1
- package/dist/cjs/chains/OP.js +1 -1
- package/dist/cjs/chains/OP.js.map +1 -1
- package/dist/cjs/chains/OP_SEPOLIA.d.ts +136 -0
- package/dist/cjs/chains/OP_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/OP_SEPOLIA.js +1 -1
- package/dist/cjs/chains/OP_SEPOLIA.js.map +1 -1
- package/dist/cjs/chains/UNI.d.ts +136 -0
- package/dist/cjs/chains/UNI.d.ts.map +1 -1
- package/dist/cjs/chains/UNI.js +1 -1
- package/dist/cjs/chains/UNI.js.map +1 -1
- package/dist/cjs/chains/UNI_SEPOLIA.d.ts +136 -0
- package/dist/cjs/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/UNI_SEPOLIA.js +1 -1
- package/dist/cjs/chains/UNI_SEPOLIA.js.map +1 -1
- package/dist/cjs/extractChain.d.ts +2720 -4
- package/dist/cjs/extractChain.d.ts.map +1 -1
- package/dist/cjs/index.d.ts +21 -3
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +11 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/metadata.js +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.d.ts +3 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.js +2 -4
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts +3 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.js +3 -5
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.d.ts +2 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.test.js +0 -6
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts +2 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/listMessages.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts +2 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.js +3 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts +20 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js +36 -17
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js +51 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts +1 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/extractChain.d.ts +2714 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/extractChain.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts +2714 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.d.ts +5 -3
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.test.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.d.ts +3 -3
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.js +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWallets.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWallets.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.d.ts +5 -3
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.test.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts +9 -3
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.js +7 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.test.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWallet.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWallet.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.test.js +0 -17
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.test.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/listWallets.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/listWallets.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTypedData.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTypedData.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/verifyNotification.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/verifyNotification.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/waitForTransactionHash.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/extractChain.d.ts +2714 -0
- package/dist/cjs/providers/developer-controlled-wallets/extractChain.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/index.d.ts +2714 -0
- package/dist/cjs/providers/developer-controlled-wallets/index.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/provider.d.ts +1 -2
- package/dist/cjs/providers/developer-controlled-wallets/provider.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/provider.js.map +1 -1
- package/dist/cjs/providers/faucet/actions/drip.d.ts +2 -4
- package/dist/cjs/providers/faucet/actions/drip.d.ts.map +1 -1
- package/dist/cjs/providers/faucet/actions/drip.js +2 -2
- package/dist/cjs/providers/faucet/actions/drip.js.map +1 -1
- package/dist/cjs/providers/faucet/actions/drip.test.js.map +1 -1
- package/dist/cjs/providers/faucet/actions/index.d.ts +2 -1
- package/dist/cjs/providers/faucet/actions/index.d.ts.map +1 -1
- package/dist/cjs/providers/faucet/actions/index.test.js +0 -2
- package/dist/cjs/providers/faucet/actions/index.test.js.map +1 -1
- package/dist/cjs/providers/faucet/actions/requestTestnetTokens.d.ts.map +1 -1
- package/dist/cjs/providers/faucet/actions/requestTestnetTokens.js.map +1 -1
- package/dist/cjs/providers/faucet/extractChain.d.ts +1357 -0
- package/dist/cjs/providers/faucet/extractChain.d.ts.map +1 -1
- package/dist/cjs/providers/faucet/index.d.ts +1357 -0
- package/dist/cjs/providers/faucet/index.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContract.d.ts +100 -3
- package/dist/cjs/providers/smart-contract-platform/actions/getContract.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.test.js.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/importContract.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/importContract.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/index.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/index.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/index.test.js +0 -6
- package/dist/cjs/providers/smart-contract-platform/actions/index.test.js.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.js +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.js.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.test.js.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/extractChain.d.ts +2784 -0
- package/dist/cjs/providers/smart-contract-platform/extractChain.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/index.d.ts +2784 -0
- package/dist/cjs/providers/smart-contract-platform/index.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/index.js +2 -0
- package/dist/cjs/providers/smart-contract-platform/index.js.map +1 -1
- package/dist/cjs/providers/uniswap/abis/QuoterV2.d.ts +207 -0
- package/dist/cjs/providers/uniswap/abis/QuoterV2.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/abis/QuoterV2.js +280 -0
- package/dist/cjs/providers/uniswap/abis/QuoterV2.js.map +1 -0
- package/dist/cjs/providers/uniswap/abis/SwapRouter02.d.ts +822 -0
- package/dist/cjs/providers/uniswap/abis/SwapRouter02.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/abis/SwapRouter02.js +1076 -0
- package/dist/cjs/providers/uniswap/abis/SwapRouter02.js.map +1 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.d.ts +185 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.js +249 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.js.map +1 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.d.ts +776 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.js +1001 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.d.ts +50 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.js +108 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.js +126 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/getPool.d.ts +45 -0
- package/dist/cjs/providers/uniswap/actions/getPool.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/getPool.js +96 -0
- package/dist/cjs/providers/uniswap/actions/getPool.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/getPool.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/actions/getPool.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/getPool.test.js +101 -0
- package/dist/cjs/providers/uniswap/actions/getPool.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/index.d.ts +15 -0
- package/dist/cjs/providers/uniswap/actions/index.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/index.js +45 -0
- package/dist/cjs/providers/uniswap/actions/index.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/index.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/actions/index.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/index.test.js +32 -0
- package/dist/cjs/providers/uniswap/actions/index.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.d.ts +49 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.js +88 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.js +109 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts +1810 -0
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.js +31 -0
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1544 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.js +31 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts +1661 -0
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.js +31 -0
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.d.ts +4 -0
- package/dist/cjs/providers/uniswap/chains/index.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.js +20 -0
- package/dist/cjs/providers/uniswap/chains/index.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/chains/index.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.test.js +56 -0
- package/dist/cjs/providers/uniswap/chains/index.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/extractChain.d.ts +5013 -0
- package/dist/cjs/providers/uniswap/extractChain.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/extractChain.js +22 -0
- package/dist/cjs/providers/uniswap/extractChain.js.map +1 -0
- package/dist/cjs/providers/uniswap/extractChain.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/extractChain.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/extractChain.test.js +29 -0
- package/dist/cjs/providers/uniswap/extractChain.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/index.d.ts +5014 -0
- package/dist/cjs/providers/uniswap/index.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/index.js +35 -0
- package/dist/cjs/providers/uniswap/index.js.map +1 -0
- package/dist/cjs/types.d.ts +2 -2
- package/dist/cjs/types.d.ts.map +1 -1
- package/dist/cjs/utils/getChainContractByAddress.d.ts +2 -2
- package/dist/cjs/utils/getChainContractByAddress.d.ts.map +1 -1
- package/dist/cjs/utils/getContract.d.ts +1098 -0
- package/dist/cjs/utils/getContract.d.ts.map +1 -0
- package/dist/cjs/utils/getContract.js +37 -0
- package/dist/cjs/utils/getContract.js.map +1 -0
- package/dist/cjs/utils/getContract.test.d.ts +2 -0
- package/dist/cjs/utils/getContract.test.d.ts.map +1 -0
- package/dist/cjs/utils/getContract.test.js +57 -0
- package/dist/cjs/utils/getContract.test.js.map +1 -0
- package/dist/cjs/utils/index.d.ts +1 -0
- package/dist/cjs/utils/index.d.ts.map +1 -1
- package/dist/cjs/utils/index.js +1 -0
- package/dist/cjs/utils/index.js.map +1 -1
- package/dist/cjs/utils/index.test.js +2 -0
- package/dist/cjs/utils/index.test.js.map +1 -1
- package/dist/cjs/utils/parseAccount.d.ts +26 -3
- package/dist/cjs/utils/parseAccount.d.ts.map +1 -1
- package/dist/cjs/utils/parseAccount.js +3 -6
- package/dist/cjs/utils/parseAccount.js.map +1 -1
- package/dist/cjs/utils/parseAccount.test.js +18 -4
- package/dist/cjs/utils/parseAccount.test.js.map +1 -1
- package/dist/cjs/utils/parseAddress.d.ts +1 -2
- package/dist/cjs/utils/parseAddress.d.ts.map +1 -1
- package/dist/cjs/utils/parseAddress.js.map +1 -1
- package/dist/esm/actions/generateTransferLink.d.ts +2 -2
- package/dist/esm/actions/generateTransferLink.d.ts.map +1 -1
- package/dist/esm/actions/generateTransferLink.js +3 -2
- package/dist/esm/actions/generateTransferLink.js.map +1 -1
- package/dist/esm/actions/index.d.ts +13 -9
- package/dist/esm/actions/index.d.ts.map +1 -1
- package/dist/esm/actions/index.js +6 -4
- package/dist/esm/actions/index.js.map +1 -1
- package/dist/esm/actions/index.test.js +1 -4
- package/dist/esm/actions/index.test.js.map +1 -1
- package/dist/esm/actions/parseUnitsAsToken.d.ts +3 -3
- package/dist/esm/actions/parseUnitsAsToken.d.ts.map +1 -1
- package/dist/esm/actions/parseUnitsAsToken.js +0 -2
- package/dist/esm/actions/parseUnitsAsToken.js.map +1 -1
- package/dist/esm/actions/sweep.d.ts +17 -0
- package/dist/esm/actions/sweep.d.ts.map +1 -0
- package/dist/esm/actions/{drainFrom.js → sweep.js} +6 -5
- package/dist/esm/actions/sweep.js.map +1 -0
- package/dist/esm/actions/sweep.test.d.ts +2 -0
- package/dist/esm/actions/sweep.test.d.ts.map +1 -0
- package/dist/esm/actions/{drainFrom.test.js → sweep.test.js} +4 -4
- package/dist/esm/actions/sweep.test.js.map +1 -0
- package/dist/esm/actions/transfer.d.ts +16 -2
- package/dist/esm/actions/transfer.d.ts.map +1 -1
- package/dist/esm/actions/transfer.js +18 -4
- package/dist/esm/actions/transfer.js.map +1 -1
- package/dist/esm/actions/transfer.test.js +0 -1
- package/dist/esm/actions/transfer.test.js.map +1 -1
- package/dist/esm/chains/ARB.d.ts +136 -0
- package/dist/esm/chains/ARB.d.ts.map +1 -1
- package/dist/esm/chains/ARB.js +2 -2
- package/dist/esm/chains/ARB.js.map +1 -1
- package/dist/esm/chains/ARB_SEPOLIA.d.ts +136 -0
- package/dist/esm/chains/ARB_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/ARB_SEPOLIA.js +2 -2
- package/dist/esm/chains/ARB_SEPOLIA.js.map +1 -1
- package/dist/esm/chains/AVAX.d.ts +271 -0
- package/dist/esm/chains/AVAX.d.ts.map +1 -1
- package/dist/esm/chains/AVAX.js +3 -3
- package/dist/esm/chains/AVAX.js.map +1 -1
- package/dist/esm/chains/AVAX_FUJI.d.ts +271 -0
- package/dist/esm/chains/AVAX_FUJI.d.ts.map +1 -1
- package/dist/esm/chains/AVAX_FUJI.js +3 -3
- package/dist/esm/chains/AVAX_FUJI.js.map +1 -1
- package/dist/esm/chains/BASE.d.ts +271 -0
- package/dist/esm/chains/BASE.d.ts.map +1 -1
- package/dist/esm/chains/BASE.js +3 -3
- package/dist/esm/chains/BASE.js.map +1 -1
- package/dist/esm/chains/BASE_SEPOLIA.d.ts +271 -0
- package/dist/esm/chains/BASE_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/BASE_SEPOLIA.js +3 -3
- package/dist/esm/chains/BASE_SEPOLIA.js.map +1 -1
- package/dist/esm/chains/ETH.d.ts +271 -0
- package/dist/esm/chains/ETH.d.ts.map +1 -1
- package/dist/esm/chains/ETH.js +3 -3
- package/dist/esm/chains/ETH.js.map +1 -1
- package/dist/esm/chains/ETH_SEPOLIA.d.ts +271 -0
- package/dist/esm/chains/ETH_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/ETH_SEPOLIA.js +3 -3
- package/dist/esm/chains/ETH_SEPOLIA.js.map +1 -1
- package/dist/esm/chains/MATIC.d.ts +136 -0
- package/dist/esm/chains/MATIC.d.ts.map +1 -1
- package/dist/esm/chains/MATIC.js +2 -2
- package/dist/esm/chains/MATIC.js.map +1 -1
- package/dist/esm/chains/MATIC_AMOY.d.ts +136 -0
- package/dist/esm/chains/MATIC_AMOY.d.ts.map +1 -1
- package/dist/esm/chains/MATIC_AMOY.js +2 -2
- package/dist/esm/chains/MATIC_AMOY.js.map +1 -1
- package/dist/esm/chains/NEAR.d.ts +3 -3
- package/dist/esm/chains/NEAR.d.ts.map +1 -1
- package/dist/esm/chains/NEAR.js +1 -1
- package/dist/esm/chains/NEAR.js.map +1 -1
- package/dist/esm/chains/NEAR_TESTNET.d.ts +3 -3
- package/dist/esm/chains/NEAR_TESTNET.d.ts.map +1 -1
- package/dist/esm/chains/NEAR_TESTNET.js +1 -1
- package/dist/esm/chains/NEAR_TESTNET.js.map +1 -1
- package/dist/esm/chains/OP.d.ts +136 -0
- package/dist/esm/chains/OP.d.ts.map +1 -1
- package/dist/esm/chains/OP.js +2 -2
- package/dist/esm/chains/OP.js.map +1 -1
- package/dist/esm/chains/OP_SEPOLIA.d.ts +136 -0
- package/dist/esm/chains/OP_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/OP_SEPOLIA.js +2 -2
- package/dist/esm/chains/OP_SEPOLIA.js.map +1 -1
- package/dist/esm/chains/UNI.d.ts +136 -0
- package/dist/esm/chains/UNI.d.ts.map +1 -1
- package/dist/esm/chains/UNI.js +2 -2
- package/dist/esm/chains/UNI.js.map +1 -1
- package/dist/esm/chains/UNI_SEPOLIA.d.ts +136 -0
- package/dist/esm/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/UNI_SEPOLIA.js +2 -2
- package/dist/esm/chains/UNI_SEPOLIA.js.map +1 -1
- package/dist/esm/cli/index.d.mts +3 -0
- package/dist/esm/cli/index.d.mts.map +1 -0
- package/dist/esm/cli/index.mjs +18 -0
- package/dist/esm/cli/index.mjs.map +1 -0
- package/dist/esm/cli/register-entity-secret.d.ts +11 -0
- package/dist/esm/cli/register-entity-secret.d.ts.map +1 -0
- package/dist/esm/cli/register-entity-secret.js +205 -0
- package/dist/esm/cli/register-entity-secret.js.map +1 -0
- package/dist/esm/cli/register-entity-secret.test.d.ts +2 -0
- package/dist/esm/cli/register-entity-secret.test.d.ts.map +1 -0
- package/dist/esm/cli/register-entity-secret.test.js +122 -0
- package/dist/esm/cli/register-entity-secret.test.js.map +1 -0
- package/dist/esm/cli/utils.d.ts +83 -0
- package/dist/esm/cli/utils.d.ts.map +1 -0
- package/dist/esm/cli/utils.js +112 -0
- package/dist/esm/cli/utils.js.map +1 -0
- package/dist/esm/cli/utils.test.d.ts +2 -0
- package/dist/esm/cli/utils.test.d.ts.map +1 -0
- package/dist/esm/cli/utils.test.js +103 -0
- package/dist/esm/cli/utils.test.js.map +1 -0
- package/dist/esm/extractChain.d.ts +2720 -4
- package/dist/esm/extractChain.d.ts.map +1 -1
- package/dist/esm/index.d.ts +21 -3
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +11 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/metadata.js +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.d.ts +3 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.js +2 -4
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts +3 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.js +3 -5
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.d.ts +2 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.test.js +0 -6
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts +2 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/listMessages.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts +2 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.js +3 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts +20 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js +36 -17
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js +52 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts +1 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/extractChain.d.ts +2714 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/extractChain.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts +2714 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.d.ts +5 -3
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.test.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.d.ts +3 -3
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.js +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWallets.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/createWallets.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.d.ts +5 -3
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.test.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts +9 -3
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.js +7 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.test.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWallet.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getWallet.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/index.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/index.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/index.test.js +0 -17
- package/dist/esm/providers/developer-controlled-wallets/actions/index.test.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/listWallets.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/listWallets.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTypedData.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/signTypedData.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/verifyNotification.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/verifyNotification.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/waitForTransactionHash.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/extractChain.d.ts +2714 -0
- package/dist/esm/providers/developer-controlled-wallets/extractChain.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/index.d.ts +2714 -0
- package/dist/esm/providers/developer-controlled-wallets/index.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/provider.d.ts +1 -2
- package/dist/esm/providers/developer-controlled-wallets/provider.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/provider.js.map +1 -1
- package/dist/esm/providers/faucet/actions/drip.d.ts +2 -4
- package/dist/esm/providers/faucet/actions/drip.d.ts.map +1 -1
- package/dist/esm/providers/faucet/actions/drip.js +2 -2
- package/dist/esm/providers/faucet/actions/drip.js.map +1 -1
- package/dist/esm/providers/faucet/actions/drip.test.js.map +1 -1
- package/dist/esm/providers/faucet/actions/index.d.ts +2 -1
- package/dist/esm/providers/faucet/actions/index.d.ts.map +1 -1
- package/dist/esm/providers/faucet/actions/index.test.js +0 -2
- package/dist/esm/providers/faucet/actions/index.test.js.map +1 -1
- package/dist/esm/providers/faucet/actions/requestTestnetTokens.d.ts.map +1 -1
- package/dist/esm/providers/faucet/actions/requestTestnetTokens.js.map +1 -1
- package/dist/esm/providers/faucet/extractChain.d.ts +1357 -0
- package/dist/esm/providers/faucet/extractChain.d.ts.map +1 -1
- package/dist/esm/providers/faucet/index.d.ts +1357 -0
- package/dist/esm/providers/faucet/index.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContract.d.ts +100 -3
- package/dist/esm/providers/smart-contract-platform/actions/getContract.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.test.js.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/importContract.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/importContract.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/index.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/index.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/index.test.js +0 -6
- package/dist/esm/providers/smart-contract-platform/actions/index.test.js.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.js +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.js.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.test.js.map +1 -1
- package/dist/esm/providers/smart-contract-platform/extractChain.d.ts +2784 -0
- package/dist/esm/providers/smart-contract-platform/extractChain.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/index.d.ts +2784 -0
- package/dist/esm/providers/smart-contract-platform/index.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/index.js +3 -1
- package/dist/esm/providers/smart-contract-platform/index.js.map +1 -1
- package/dist/esm/providers/uniswap/abis/QuoterV2.d.ts +207 -0
- package/dist/esm/providers/uniswap/abis/QuoterV2.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/abis/QuoterV2.js +278 -0
- package/dist/esm/providers/uniswap/abis/QuoterV2.js.map +1 -0
- package/dist/esm/providers/uniswap/abis/SwapRouter02.d.ts +822 -0
- package/dist/esm/providers/uniswap/abis/SwapRouter02.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/abis/SwapRouter02.js +1074 -0
- package/dist/esm/providers/uniswap/abis/SwapRouter02.js.map +1 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Factory.d.ts +185 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Factory.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Factory.js +247 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Factory.js.map +1 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Pool.d.ts +776 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Pool.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Pool.js +999 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Pool.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.d.ts +50 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.js +105 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.test.js +121 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.test.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/getPool.d.ts +45 -0
- package/dist/esm/providers/uniswap/actions/getPool.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/getPool.js +90 -0
- package/dist/esm/providers/uniswap/actions/getPool.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/getPool.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/actions/getPool.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/getPool.test.js +96 -0
- package/dist/esm/providers/uniswap/actions/getPool.test.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/index.d.ts +15 -0
- package/dist/esm/providers/uniswap/actions/index.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/index.js +28 -0
- package/dist/esm/providers/uniswap/actions/index.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/index.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/actions/index.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/index.test.js +30 -0
- package/dist/esm/providers/uniswap/actions/index.test.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.d.ts +49 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.js +85 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.js +104 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts +1810 -0
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.js +25 -0
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1544 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.js +25 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts +1661 -0
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.js +25 -0
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.d.ts +4 -0
- package/dist/esm/providers/uniswap/chains/index.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.js +14 -0
- package/dist/esm/providers/uniswap/chains/index.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/chains/index.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.test.js +21 -0
- package/dist/esm/providers/uniswap/chains/index.test.js.map +1 -0
- package/dist/esm/providers/uniswap/extractChain.d.ts +5013 -0
- package/dist/esm/providers/uniswap/extractChain.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/extractChain.js +19 -0
- package/dist/esm/providers/uniswap/extractChain.js.map +1 -0
- package/dist/esm/providers/uniswap/extractChain.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/extractChain.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/extractChain.test.js +27 -0
- package/dist/esm/providers/uniswap/extractChain.test.js.map +1 -0
- package/dist/esm/providers/uniswap/index.d.ts +5014 -0
- package/dist/esm/providers/uniswap/index.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/index.js +18 -0
- package/dist/esm/providers/uniswap/index.js.map +1 -0
- package/dist/esm/types.d.ts +2 -2
- package/dist/esm/types.d.ts.map +1 -1
- package/dist/esm/utils/getChainContractByAddress.d.ts +2 -2
- package/dist/esm/utils/getChainContractByAddress.d.ts.map +1 -1
- package/dist/esm/utils/getContract.d.ts +1098 -0
- package/dist/esm/utils/getContract.d.ts.map +1 -0
- package/dist/esm/utils/getContract.js +34 -0
- package/dist/esm/utils/getContract.js.map +1 -0
- package/dist/esm/utils/getContract.test.d.ts +2 -0
- package/dist/esm/utils/getContract.test.d.ts.map +1 -0
- package/dist/esm/utils/getContract.test.js +55 -0
- package/dist/esm/utils/getContract.test.js.map +1 -0
- package/dist/esm/utils/index.d.ts +1 -0
- package/dist/esm/utils/index.d.ts.map +1 -1
- package/dist/esm/utils/index.js +1 -0
- package/dist/esm/utils/index.js.map +1 -1
- package/dist/esm/utils/index.test.js +2 -0
- package/dist/esm/utils/index.test.js.map +1 -1
- package/dist/esm/utils/parseAccount.d.ts +26 -3
- package/dist/esm/utils/parseAccount.d.ts.map +1 -1
- package/dist/esm/utils/parseAccount.js +3 -6
- package/dist/esm/utils/parseAccount.js.map +1 -1
- package/dist/esm/utils/parseAccount.test.js +18 -4
- package/dist/esm/utils/parseAccount.test.js.map +1 -1
- package/dist/esm/utils/parseAddress.d.ts +1 -2
- package/dist/esm/utils/parseAddress.d.ts.map +1 -1
- package/dist/esm/utils/parseAddress.js.map +1 -1
- package/package.json +14 -5
- package/dist/cjs/actions/drainFrom.d.ts +0 -16
- package/dist/cjs/actions/drainFrom.d.ts.map +0 -1
- package/dist/cjs/actions/drainFrom.js.map +0 -1
- package/dist/cjs/actions/drainFrom.test.d.ts +0 -2
- package/dist/cjs/actions/drainFrom.test.d.ts.map +0 -1
- package/dist/cjs/actions/drainFrom.test.js.map +0 -1
- package/dist/esm/actions/drainFrom.d.ts +0 -16
- package/dist/esm/actions/drainFrom.d.ts.map +0 -1
- package/dist/esm/actions/drainFrom.js.map +0 -1
- package/dist/esm/actions/drainFrom.test.d.ts +0 -2
- package/dist/esm/actions/drainFrom.test.d.ts.map +0 -1
- package/dist/esm/actions/drainFrom.test.js.map +0 -1
|
@@ -28,9 +28,145 @@ export declare function extractChain({ id }: {
|
|
|
28
28
|
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
+
blockTime?: number | undefined | undefined;
|
|
31
32
|
contracts: {
|
|
32
33
|
readonly USDC: {
|
|
33
34
|
readonly address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
35
|
+
readonly abi: readonly [{
|
|
36
|
+
readonly type: "event";
|
|
37
|
+
readonly name: "Approval";
|
|
38
|
+
readonly inputs: readonly [{
|
|
39
|
+
readonly indexed: true;
|
|
40
|
+
readonly name: "owner";
|
|
41
|
+
readonly type: "address";
|
|
42
|
+
}, {
|
|
43
|
+
readonly indexed: true;
|
|
44
|
+
readonly name: "spender";
|
|
45
|
+
readonly type: "address";
|
|
46
|
+
}, {
|
|
47
|
+
readonly indexed: false;
|
|
48
|
+
readonly name: "value";
|
|
49
|
+
readonly type: "uint256";
|
|
50
|
+
}];
|
|
51
|
+
}, {
|
|
52
|
+
readonly type: "event";
|
|
53
|
+
readonly name: "Transfer";
|
|
54
|
+
readonly inputs: readonly [{
|
|
55
|
+
readonly indexed: true;
|
|
56
|
+
readonly name: "from";
|
|
57
|
+
readonly type: "address";
|
|
58
|
+
}, {
|
|
59
|
+
readonly indexed: true;
|
|
60
|
+
readonly name: "to";
|
|
61
|
+
readonly type: "address";
|
|
62
|
+
}, {
|
|
63
|
+
readonly indexed: false;
|
|
64
|
+
readonly name: "value";
|
|
65
|
+
readonly type: "uint256";
|
|
66
|
+
}];
|
|
67
|
+
}, {
|
|
68
|
+
readonly type: "function";
|
|
69
|
+
readonly name: "allowance";
|
|
70
|
+
readonly stateMutability: "view";
|
|
71
|
+
readonly inputs: readonly [{
|
|
72
|
+
readonly name: "owner";
|
|
73
|
+
readonly type: "address";
|
|
74
|
+
}, {
|
|
75
|
+
readonly name: "spender";
|
|
76
|
+
readonly type: "address";
|
|
77
|
+
}];
|
|
78
|
+
readonly outputs: readonly [{
|
|
79
|
+
readonly type: "uint256";
|
|
80
|
+
}];
|
|
81
|
+
}, {
|
|
82
|
+
readonly type: "function";
|
|
83
|
+
readonly name: "approve";
|
|
84
|
+
readonly stateMutability: "nonpayable";
|
|
85
|
+
readonly inputs: readonly [{
|
|
86
|
+
readonly name: "spender";
|
|
87
|
+
readonly type: "address";
|
|
88
|
+
}, {
|
|
89
|
+
readonly name: "amount";
|
|
90
|
+
readonly type: "uint256";
|
|
91
|
+
}];
|
|
92
|
+
readonly outputs: readonly [{
|
|
93
|
+
readonly type: "bool";
|
|
94
|
+
}];
|
|
95
|
+
}, {
|
|
96
|
+
readonly type: "function";
|
|
97
|
+
readonly name: "balanceOf";
|
|
98
|
+
readonly stateMutability: "view";
|
|
99
|
+
readonly inputs: readonly [{
|
|
100
|
+
readonly name: "account";
|
|
101
|
+
readonly type: "address";
|
|
102
|
+
}];
|
|
103
|
+
readonly outputs: readonly [{
|
|
104
|
+
readonly type: "uint256";
|
|
105
|
+
}];
|
|
106
|
+
}, {
|
|
107
|
+
readonly type: "function";
|
|
108
|
+
readonly name: "decimals";
|
|
109
|
+
readonly stateMutability: "view";
|
|
110
|
+
readonly inputs: readonly [];
|
|
111
|
+
readonly outputs: readonly [{
|
|
112
|
+
readonly type: "uint8";
|
|
113
|
+
}];
|
|
114
|
+
}, {
|
|
115
|
+
readonly type: "function";
|
|
116
|
+
readonly name: "name";
|
|
117
|
+
readonly stateMutability: "view";
|
|
118
|
+
readonly inputs: readonly [];
|
|
119
|
+
readonly outputs: readonly [{
|
|
120
|
+
readonly type: "string";
|
|
121
|
+
}];
|
|
122
|
+
}, {
|
|
123
|
+
readonly type: "function";
|
|
124
|
+
readonly name: "symbol";
|
|
125
|
+
readonly stateMutability: "view";
|
|
126
|
+
readonly inputs: readonly [];
|
|
127
|
+
readonly outputs: readonly [{
|
|
128
|
+
readonly type: "string";
|
|
129
|
+
}];
|
|
130
|
+
}, {
|
|
131
|
+
readonly type: "function";
|
|
132
|
+
readonly name: "totalSupply";
|
|
133
|
+
readonly stateMutability: "view";
|
|
134
|
+
readonly inputs: readonly [];
|
|
135
|
+
readonly outputs: readonly [{
|
|
136
|
+
readonly type: "uint256";
|
|
137
|
+
}];
|
|
138
|
+
}, {
|
|
139
|
+
readonly type: "function";
|
|
140
|
+
readonly name: "transfer";
|
|
141
|
+
readonly stateMutability: "nonpayable";
|
|
142
|
+
readonly inputs: readonly [{
|
|
143
|
+
readonly name: "recipient";
|
|
144
|
+
readonly type: "address";
|
|
145
|
+
}, {
|
|
146
|
+
readonly name: "amount";
|
|
147
|
+
readonly type: "uint256";
|
|
148
|
+
}];
|
|
149
|
+
readonly outputs: readonly [{
|
|
150
|
+
readonly type: "bool";
|
|
151
|
+
}];
|
|
152
|
+
}, {
|
|
153
|
+
readonly type: "function";
|
|
154
|
+
readonly name: "transferFrom";
|
|
155
|
+
readonly stateMutability: "nonpayable";
|
|
156
|
+
readonly inputs: readonly [{
|
|
157
|
+
readonly name: "sender";
|
|
158
|
+
readonly type: "address";
|
|
159
|
+
}, {
|
|
160
|
+
readonly name: "recipient";
|
|
161
|
+
readonly type: "address";
|
|
162
|
+
}, {
|
|
163
|
+
readonly name: "amount";
|
|
164
|
+
readonly type: "uint256";
|
|
165
|
+
}];
|
|
166
|
+
readonly outputs: readonly [{
|
|
167
|
+
readonly type: "bool";
|
|
168
|
+
}];
|
|
169
|
+
}];
|
|
34
170
|
readonly read: {
|
|
35
171
|
readonly decimals: () => 6;
|
|
36
172
|
};
|
|
@@ -69,9 +205,145 @@ export declare function extractChain({ id }: {
|
|
|
69
205
|
readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
|
|
70
206
|
};
|
|
71
207
|
};
|
|
208
|
+
blockTime?: number | undefined | undefined;
|
|
72
209
|
contracts: {
|
|
73
210
|
readonly USDC: {
|
|
74
211
|
readonly address: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
212
|
+
readonly abi: readonly [{
|
|
213
|
+
readonly type: "event";
|
|
214
|
+
readonly name: "Approval";
|
|
215
|
+
readonly inputs: readonly [{
|
|
216
|
+
readonly indexed: true;
|
|
217
|
+
readonly name: "owner";
|
|
218
|
+
readonly type: "address";
|
|
219
|
+
}, {
|
|
220
|
+
readonly indexed: true;
|
|
221
|
+
readonly name: "spender";
|
|
222
|
+
readonly type: "address";
|
|
223
|
+
}, {
|
|
224
|
+
readonly indexed: false;
|
|
225
|
+
readonly name: "value";
|
|
226
|
+
readonly type: "uint256";
|
|
227
|
+
}];
|
|
228
|
+
}, {
|
|
229
|
+
readonly type: "event";
|
|
230
|
+
readonly name: "Transfer";
|
|
231
|
+
readonly inputs: readonly [{
|
|
232
|
+
readonly indexed: true;
|
|
233
|
+
readonly name: "from";
|
|
234
|
+
readonly type: "address";
|
|
235
|
+
}, {
|
|
236
|
+
readonly indexed: true;
|
|
237
|
+
readonly name: "to";
|
|
238
|
+
readonly type: "address";
|
|
239
|
+
}, {
|
|
240
|
+
readonly indexed: false;
|
|
241
|
+
readonly name: "value";
|
|
242
|
+
readonly type: "uint256";
|
|
243
|
+
}];
|
|
244
|
+
}, {
|
|
245
|
+
readonly type: "function";
|
|
246
|
+
readonly name: "allowance";
|
|
247
|
+
readonly stateMutability: "view";
|
|
248
|
+
readonly inputs: readonly [{
|
|
249
|
+
readonly name: "owner";
|
|
250
|
+
readonly type: "address";
|
|
251
|
+
}, {
|
|
252
|
+
readonly name: "spender";
|
|
253
|
+
readonly type: "address";
|
|
254
|
+
}];
|
|
255
|
+
readonly outputs: readonly [{
|
|
256
|
+
readonly type: "uint256";
|
|
257
|
+
}];
|
|
258
|
+
}, {
|
|
259
|
+
readonly type: "function";
|
|
260
|
+
readonly name: "approve";
|
|
261
|
+
readonly stateMutability: "nonpayable";
|
|
262
|
+
readonly inputs: readonly [{
|
|
263
|
+
readonly name: "spender";
|
|
264
|
+
readonly type: "address";
|
|
265
|
+
}, {
|
|
266
|
+
readonly name: "amount";
|
|
267
|
+
readonly type: "uint256";
|
|
268
|
+
}];
|
|
269
|
+
readonly outputs: readonly [{
|
|
270
|
+
readonly type: "bool";
|
|
271
|
+
}];
|
|
272
|
+
}, {
|
|
273
|
+
readonly type: "function";
|
|
274
|
+
readonly name: "balanceOf";
|
|
275
|
+
readonly stateMutability: "view";
|
|
276
|
+
readonly inputs: readonly [{
|
|
277
|
+
readonly name: "account";
|
|
278
|
+
readonly type: "address";
|
|
279
|
+
}];
|
|
280
|
+
readonly outputs: readonly [{
|
|
281
|
+
readonly type: "uint256";
|
|
282
|
+
}];
|
|
283
|
+
}, {
|
|
284
|
+
readonly type: "function";
|
|
285
|
+
readonly name: "decimals";
|
|
286
|
+
readonly stateMutability: "view";
|
|
287
|
+
readonly inputs: readonly [];
|
|
288
|
+
readonly outputs: readonly [{
|
|
289
|
+
readonly type: "uint8";
|
|
290
|
+
}];
|
|
291
|
+
}, {
|
|
292
|
+
readonly type: "function";
|
|
293
|
+
readonly name: "name";
|
|
294
|
+
readonly stateMutability: "view";
|
|
295
|
+
readonly inputs: readonly [];
|
|
296
|
+
readonly outputs: readonly [{
|
|
297
|
+
readonly type: "string";
|
|
298
|
+
}];
|
|
299
|
+
}, {
|
|
300
|
+
readonly type: "function";
|
|
301
|
+
readonly name: "symbol";
|
|
302
|
+
readonly stateMutability: "view";
|
|
303
|
+
readonly inputs: readonly [];
|
|
304
|
+
readonly outputs: readonly [{
|
|
305
|
+
readonly type: "string";
|
|
306
|
+
}];
|
|
307
|
+
}, {
|
|
308
|
+
readonly type: "function";
|
|
309
|
+
readonly name: "totalSupply";
|
|
310
|
+
readonly stateMutability: "view";
|
|
311
|
+
readonly inputs: readonly [];
|
|
312
|
+
readonly outputs: readonly [{
|
|
313
|
+
readonly type: "uint256";
|
|
314
|
+
}];
|
|
315
|
+
}, {
|
|
316
|
+
readonly type: "function";
|
|
317
|
+
readonly name: "transfer";
|
|
318
|
+
readonly stateMutability: "nonpayable";
|
|
319
|
+
readonly inputs: readonly [{
|
|
320
|
+
readonly name: "recipient";
|
|
321
|
+
readonly type: "address";
|
|
322
|
+
}, {
|
|
323
|
+
readonly name: "amount";
|
|
324
|
+
readonly type: "uint256";
|
|
325
|
+
}];
|
|
326
|
+
readonly outputs: readonly [{
|
|
327
|
+
readonly type: "bool";
|
|
328
|
+
}];
|
|
329
|
+
}, {
|
|
330
|
+
readonly type: "function";
|
|
331
|
+
readonly name: "transferFrom";
|
|
332
|
+
readonly stateMutability: "nonpayable";
|
|
333
|
+
readonly inputs: readonly [{
|
|
334
|
+
readonly name: "sender";
|
|
335
|
+
readonly type: "address";
|
|
336
|
+
}, {
|
|
337
|
+
readonly name: "recipient";
|
|
338
|
+
readonly type: "address";
|
|
339
|
+
}, {
|
|
340
|
+
readonly name: "amount";
|
|
341
|
+
readonly type: "uint256";
|
|
342
|
+
}];
|
|
343
|
+
readonly outputs: readonly [{
|
|
344
|
+
readonly type: "bool";
|
|
345
|
+
}];
|
|
346
|
+
}];
|
|
75
347
|
readonly read: {
|
|
76
348
|
readonly decimals: () => 6;
|
|
77
349
|
};
|
|
@@ -110,15 +382,286 @@ export declare function extractChain({ id }: {
|
|
|
110
382
|
readonly apiUrl: "https://api.snowtrace.io";
|
|
111
383
|
};
|
|
112
384
|
};
|
|
385
|
+
blockTime?: number | undefined | undefined;
|
|
113
386
|
contracts: {
|
|
114
387
|
readonly USDC: {
|
|
115
388
|
readonly address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
389
|
+
readonly abi: readonly [{
|
|
390
|
+
readonly type: "event";
|
|
391
|
+
readonly name: "Approval";
|
|
392
|
+
readonly inputs: readonly [{
|
|
393
|
+
readonly indexed: true;
|
|
394
|
+
readonly name: "owner";
|
|
395
|
+
readonly type: "address";
|
|
396
|
+
}, {
|
|
397
|
+
readonly indexed: true;
|
|
398
|
+
readonly name: "spender";
|
|
399
|
+
readonly type: "address";
|
|
400
|
+
}, {
|
|
401
|
+
readonly indexed: false;
|
|
402
|
+
readonly name: "value";
|
|
403
|
+
readonly type: "uint256";
|
|
404
|
+
}];
|
|
405
|
+
}, {
|
|
406
|
+
readonly type: "event";
|
|
407
|
+
readonly name: "Transfer";
|
|
408
|
+
readonly inputs: readonly [{
|
|
409
|
+
readonly indexed: true;
|
|
410
|
+
readonly name: "from";
|
|
411
|
+
readonly type: "address";
|
|
412
|
+
}, {
|
|
413
|
+
readonly indexed: true;
|
|
414
|
+
readonly name: "to";
|
|
415
|
+
readonly type: "address";
|
|
416
|
+
}, {
|
|
417
|
+
readonly indexed: false;
|
|
418
|
+
readonly name: "value";
|
|
419
|
+
readonly type: "uint256";
|
|
420
|
+
}];
|
|
421
|
+
}, {
|
|
422
|
+
readonly type: "function";
|
|
423
|
+
readonly name: "allowance";
|
|
424
|
+
readonly stateMutability: "view";
|
|
425
|
+
readonly inputs: readonly [{
|
|
426
|
+
readonly name: "owner";
|
|
427
|
+
readonly type: "address";
|
|
428
|
+
}, {
|
|
429
|
+
readonly name: "spender";
|
|
430
|
+
readonly type: "address";
|
|
431
|
+
}];
|
|
432
|
+
readonly outputs: readonly [{
|
|
433
|
+
readonly type: "uint256";
|
|
434
|
+
}];
|
|
435
|
+
}, {
|
|
436
|
+
readonly type: "function";
|
|
437
|
+
readonly name: "approve";
|
|
438
|
+
readonly stateMutability: "nonpayable";
|
|
439
|
+
readonly inputs: readonly [{
|
|
440
|
+
readonly name: "spender";
|
|
441
|
+
readonly type: "address";
|
|
442
|
+
}, {
|
|
443
|
+
readonly name: "amount";
|
|
444
|
+
readonly type: "uint256";
|
|
445
|
+
}];
|
|
446
|
+
readonly outputs: readonly [{
|
|
447
|
+
readonly type: "bool";
|
|
448
|
+
}];
|
|
449
|
+
}, {
|
|
450
|
+
readonly type: "function";
|
|
451
|
+
readonly name: "balanceOf";
|
|
452
|
+
readonly stateMutability: "view";
|
|
453
|
+
readonly inputs: readonly [{
|
|
454
|
+
readonly name: "account";
|
|
455
|
+
readonly type: "address";
|
|
456
|
+
}];
|
|
457
|
+
readonly outputs: readonly [{
|
|
458
|
+
readonly type: "uint256";
|
|
459
|
+
}];
|
|
460
|
+
}, {
|
|
461
|
+
readonly type: "function";
|
|
462
|
+
readonly name: "decimals";
|
|
463
|
+
readonly stateMutability: "view";
|
|
464
|
+
readonly inputs: readonly [];
|
|
465
|
+
readonly outputs: readonly [{
|
|
466
|
+
readonly type: "uint8";
|
|
467
|
+
}];
|
|
468
|
+
}, {
|
|
469
|
+
readonly type: "function";
|
|
470
|
+
readonly name: "name";
|
|
471
|
+
readonly stateMutability: "view";
|
|
472
|
+
readonly inputs: readonly [];
|
|
473
|
+
readonly outputs: readonly [{
|
|
474
|
+
readonly type: "string";
|
|
475
|
+
}];
|
|
476
|
+
}, {
|
|
477
|
+
readonly type: "function";
|
|
478
|
+
readonly name: "symbol";
|
|
479
|
+
readonly stateMutability: "view";
|
|
480
|
+
readonly inputs: readonly [];
|
|
481
|
+
readonly outputs: readonly [{
|
|
482
|
+
readonly type: "string";
|
|
483
|
+
}];
|
|
484
|
+
}, {
|
|
485
|
+
readonly type: "function";
|
|
486
|
+
readonly name: "totalSupply";
|
|
487
|
+
readonly stateMutability: "view";
|
|
488
|
+
readonly inputs: readonly [];
|
|
489
|
+
readonly outputs: readonly [{
|
|
490
|
+
readonly type: "uint256";
|
|
491
|
+
}];
|
|
492
|
+
}, {
|
|
493
|
+
readonly type: "function";
|
|
494
|
+
readonly name: "transfer";
|
|
495
|
+
readonly stateMutability: "nonpayable";
|
|
496
|
+
readonly inputs: readonly [{
|
|
497
|
+
readonly name: "recipient";
|
|
498
|
+
readonly type: "address";
|
|
499
|
+
}, {
|
|
500
|
+
readonly name: "amount";
|
|
501
|
+
readonly type: "uint256";
|
|
502
|
+
}];
|
|
503
|
+
readonly outputs: readonly [{
|
|
504
|
+
readonly type: "bool";
|
|
505
|
+
}];
|
|
506
|
+
}, {
|
|
507
|
+
readonly type: "function";
|
|
508
|
+
readonly name: "transferFrom";
|
|
509
|
+
readonly stateMutability: "nonpayable";
|
|
510
|
+
readonly inputs: readonly [{
|
|
511
|
+
readonly name: "sender";
|
|
512
|
+
readonly type: "address";
|
|
513
|
+
}, {
|
|
514
|
+
readonly name: "recipient";
|
|
515
|
+
readonly type: "address";
|
|
516
|
+
}, {
|
|
517
|
+
readonly name: "amount";
|
|
518
|
+
readonly type: "uint256";
|
|
519
|
+
}];
|
|
520
|
+
readonly outputs: readonly [{
|
|
521
|
+
readonly type: "bool";
|
|
522
|
+
}];
|
|
523
|
+
}];
|
|
116
524
|
readonly read: {
|
|
117
525
|
readonly decimals: () => 6;
|
|
118
526
|
};
|
|
119
527
|
};
|
|
120
528
|
readonly EURC: {
|
|
121
529
|
readonly address: "0xc891eb4cbdeff6e073e859e987815ed1505c2acd";
|
|
530
|
+
readonly abi: readonly [{
|
|
531
|
+
readonly type: "event";
|
|
532
|
+
readonly name: "Approval";
|
|
533
|
+
readonly inputs: readonly [{
|
|
534
|
+
readonly indexed: true;
|
|
535
|
+
readonly name: "owner";
|
|
536
|
+
readonly type: "address";
|
|
537
|
+
}, {
|
|
538
|
+
readonly indexed: true;
|
|
539
|
+
readonly name: "spender";
|
|
540
|
+
readonly type: "address";
|
|
541
|
+
}, {
|
|
542
|
+
readonly indexed: false;
|
|
543
|
+
readonly name: "value";
|
|
544
|
+
readonly type: "uint256";
|
|
545
|
+
}];
|
|
546
|
+
}, {
|
|
547
|
+
readonly type: "event";
|
|
548
|
+
readonly name: "Transfer";
|
|
549
|
+
readonly inputs: readonly [{
|
|
550
|
+
readonly indexed: true;
|
|
551
|
+
readonly name: "from";
|
|
552
|
+
readonly type: "address";
|
|
553
|
+
}, {
|
|
554
|
+
readonly indexed: true;
|
|
555
|
+
readonly name: "to";
|
|
556
|
+
readonly type: "address";
|
|
557
|
+
}, {
|
|
558
|
+
readonly indexed: false;
|
|
559
|
+
readonly name: "value";
|
|
560
|
+
readonly type: "uint256";
|
|
561
|
+
}];
|
|
562
|
+
}, {
|
|
563
|
+
readonly type: "function";
|
|
564
|
+
readonly name: "allowance";
|
|
565
|
+
readonly stateMutability: "view";
|
|
566
|
+
readonly inputs: readonly [{
|
|
567
|
+
readonly name: "owner";
|
|
568
|
+
readonly type: "address";
|
|
569
|
+
}, {
|
|
570
|
+
readonly name: "spender";
|
|
571
|
+
readonly type: "address";
|
|
572
|
+
}];
|
|
573
|
+
readonly outputs: readonly [{
|
|
574
|
+
readonly type: "uint256";
|
|
575
|
+
}];
|
|
576
|
+
}, {
|
|
577
|
+
readonly type: "function";
|
|
578
|
+
readonly name: "approve";
|
|
579
|
+
readonly stateMutability: "nonpayable";
|
|
580
|
+
readonly inputs: readonly [{
|
|
581
|
+
readonly name: "spender";
|
|
582
|
+
readonly type: "address";
|
|
583
|
+
}, {
|
|
584
|
+
readonly name: "amount";
|
|
585
|
+
readonly type: "uint256";
|
|
586
|
+
}];
|
|
587
|
+
readonly outputs: readonly [{
|
|
588
|
+
readonly type: "bool";
|
|
589
|
+
}];
|
|
590
|
+
}, {
|
|
591
|
+
readonly type: "function";
|
|
592
|
+
readonly name: "balanceOf";
|
|
593
|
+
readonly stateMutability: "view";
|
|
594
|
+
readonly inputs: readonly [{
|
|
595
|
+
readonly name: "account";
|
|
596
|
+
readonly type: "address";
|
|
597
|
+
}];
|
|
598
|
+
readonly outputs: readonly [{
|
|
599
|
+
readonly type: "uint256";
|
|
600
|
+
}];
|
|
601
|
+
}, {
|
|
602
|
+
readonly type: "function";
|
|
603
|
+
readonly name: "decimals";
|
|
604
|
+
readonly stateMutability: "view";
|
|
605
|
+
readonly inputs: readonly [];
|
|
606
|
+
readonly outputs: readonly [{
|
|
607
|
+
readonly type: "uint8";
|
|
608
|
+
}];
|
|
609
|
+
}, {
|
|
610
|
+
readonly type: "function";
|
|
611
|
+
readonly name: "name";
|
|
612
|
+
readonly stateMutability: "view";
|
|
613
|
+
readonly inputs: readonly [];
|
|
614
|
+
readonly outputs: readonly [{
|
|
615
|
+
readonly type: "string";
|
|
616
|
+
}];
|
|
617
|
+
}, {
|
|
618
|
+
readonly type: "function";
|
|
619
|
+
readonly name: "symbol";
|
|
620
|
+
readonly stateMutability: "view";
|
|
621
|
+
readonly inputs: readonly [];
|
|
622
|
+
readonly outputs: readonly [{
|
|
623
|
+
readonly type: "string";
|
|
624
|
+
}];
|
|
625
|
+
}, {
|
|
626
|
+
readonly type: "function";
|
|
627
|
+
readonly name: "totalSupply";
|
|
628
|
+
readonly stateMutability: "view";
|
|
629
|
+
readonly inputs: readonly [];
|
|
630
|
+
readonly outputs: readonly [{
|
|
631
|
+
readonly type: "uint256";
|
|
632
|
+
}];
|
|
633
|
+
}, {
|
|
634
|
+
readonly type: "function";
|
|
635
|
+
readonly name: "transfer";
|
|
636
|
+
readonly stateMutability: "nonpayable";
|
|
637
|
+
readonly inputs: readonly [{
|
|
638
|
+
readonly name: "recipient";
|
|
639
|
+
readonly type: "address";
|
|
640
|
+
}, {
|
|
641
|
+
readonly name: "amount";
|
|
642
|
+
readonly type: "uint256";
|
|
643
|
+
}];
|
|
644
|
+
readonly outputs: readonly [{
|
|
645
|
+
readonly type: "bool";
|
|
646
|
+
}];
|
|
647
|
+
}, {
|
|
648
|
+
readonly type: "function";
|
|
649
|
+
readonly name: "transferFrom";
|
|
650
|
+
readonly stateMutability: "nonpayable";
|
|
651
|
+
readonly inputs: readonly [{
|
|
652
|
+
readonly name: "sender";
|
|
653
|
+
readonly type: "address";
|
|
654
|
+
}, {
|
|
655
|
+
readonly name: "recipient";
|
|
656
|
+
readonly type: "address";
|
|
657
|
+
}, {
|
|
658
|
+
readonly name: "amount";
|
|
659
|
+
readonly type: "uint256";
|
|
660
|
+
}];
|
|
661
|
+
readonly outputs: readonly [{
|
|
662
|
+
readonly type: "bool";
|
|
663
|
+
}];
|
|
664
|
+
}];
|
|
122
665
|
readonly read: {
|
|
123
666
|
readonly decimals: () => 6;
|
|
124
667
|
};
|
|
@@ -157,15 +700,286 @@ export declare function extractChain({ id }: {
|
|
|
157
700
|
readonly apiUrl: "https://api-testnet.snowtrace.io";
|
|
158
701
|
};
|
|
159
702
|
};
|
|
703
|
+
blockTime?: number | undefined | undefined;
|
|
160
704
|
contracts: {
|
|
161
705
|
readonly USDC: {
|
|
162
706
|
readonly address: "0x5425890298aed601595a70ab815c96711a31bc65";
|
|
707
|
+
readonly abi: readonly [{
|
|
708
|
+
readonly type: "event";
|
|
709
|
+
readonly name: "Approval";
|
|
710
|
+
readonly inputs: readonly [{
|
|
711
|
+
readonly indexed: true;
|
|
712
|
+
readonly name: "owner";
|
|
713
|
+
readonly type: "address";
|
|
714
|
+
}, {
|
|
715
|
+
readonly indexed: true;
|
|
716
|
+
readonly name: "spender";
|
|
717
|
+
readonly type: "address";
|
|
718
|
+
}, {
|
|
719
|
+
readonly indexed: false;
|
|
720
|
+
readonly name: "value";
|
|
721
|
+
readonly type: "uint256";
|
|
722
|
+
}];
|
|
723
|
+
}, {
|
|
724
|
+
readonly type: "event";
|
|
725
|
+
readonly name: "Transfer";
|
|
726
|
+
readonly inputs: readonly [{
|
|
727
|
+
readonly indexed: true;
|
|
728
|
+
readonly name: "from";
|
|
729
|
+
readonly type: "address";
|
|
730
|
+
}, {
|
|
731
|
+
readonly indexed: true;
|
|
732
|
+
readonly name: "to";
|
|
733
|
+
readonly type: "address";
|
|
734
|
+
}, {
|
|
735
|
+
readonly indexed: false;
|
|
736
|
+
readonly name: "value";
|
|
737
|
+
readonly type: "uint256";
|
|
738
|
+
}];
|
|
739
|
+
}, {
|
|
740
|
+
readonly type: "function";
|
|
741
|
+
readonly name: "allowance";
|
|
742
|
+
readonly stateMutability: "view";
|
|
743
|
+
readonly inputs: readonly [{
|
|
744
|
+
readonly name: "owner";
|
|
745
|
+
readonly type: "address";
|
|
746
|
+
}, {
|
|
747
|
+
readonly name: "spender";
|
|
748
|
+
readonly type: "address";
|
|
749
|
+
}];
|
|
750
|
+
readonly outputs: readonly [{
|
|
751
|
+
readonly type: "uint256";
|
|
752
|
+
}];
|
|
753
|
+
}, {
|
|
754
|
+
readonly type: "function";
|
|
755
|
+
readonly name: "approve";
|
|
756
|
+
readonly stateMutability: "nonpayable";
|
|
757
|
+
readonly inputs: readonly [{
|
|
758
|
+
readonly name: "spender";
|
|
759
|
+
readonly type: "address";
|
|
760
|
+
}, {
|
|
761
|
+
readonly name: "amount";
|
|
762
|
+
readonly type: "uint256";
|
|
763
|
+
}];
|
|
764
|
+
readonly outputs: readonly [{
|
|
765
|
+
readonly type: "bool";
|
|
766
|
+
}];
|
|
767
|
+
}, {
|
|
768
|
+
readonly type: "function";
|
|
769
|
+
readonly name: "balanceOf";
|
|
770
|
+
readonly stateMutability: "view";
|
|
771
|
+
readonly inputs: readonly [{
|
|
772
|
+
readonly name: "account";
|
|
773
|
+
readonly type: "address";
|
|
774
|
+
}];
|
|
775
|
+
readonly outputs: readonly [{
|
|
776
|
+
readonly type: "uint256";
|
|
777
|
+
}];
|
|
778
|
+
}, {
|
|
779
|
+
readonly type: "function";
|
|
780
|
+
readonly name: "decimals";
|
|
781
|
+
readonly stateMutability: "view";
|
|
782
|
+
readonly inputs: readonly [];
|
|
783
|
+
readonly outputs: readonly [{
|
|
784
|
+
readonly type: "uint8";
|
|
785
|
+
}];
|
|
786
|
+
}, {
|
|
787
|
+
readonly type: "function";
|
|
788
|
+
readonly name: "name";
|
|
789
|
+
readonly stateMutability: "view";
|
|
790
|
+
readonly inputs: readonly [];
|
|
791
|
+
readonly outputs: readonly [{
|
|
792
|
+
readonly type: "string";
|
|
793
|
+
}];
|
|
794
|
+
}, {
|
|
795
|
+
readonly type: "function";
|
|
796
|
+
readonly name: "symbol";
|
|
797
|
+
readonly stateMutability: "view";
|
|
798
|
+
readonly inputs: readonly [];
|
|
799
|
+
readonly outputs: readonly [{
|
|
800
|
+
readonly type: "string";
|
|
801
|
+
}];
|
|
802
|
+
}, {
|
|
803
|
+
readonly type: "function";
|
|
804
|
+
readonly name: "totalSupply";
|
|
805
|
+
readonly stateMutability: "view";
|
|
806
|
+
readonly inputs: readonly [];
|
|
807
|
+
readonly outputs: readonly [{
|
|
808
|
+
readonly type: "uint256";
|
|
809
|
+
}];
|
|
810
|
+
}, {
|
|
811
|
+
readonly type: "function";
|
|
812
|
+
readonly name: "transfer";
|
|
813
|
+
readonly stateMutability: "nonpayable";
|
|
814
|
+
readonly inputs: readonly [{
|
|
815
|
+
readonly name: "recipient";
|
|
816
|
+
readonly type: "address";
|
|
817
|
+
}, {
|
|
818
|
+
readonly name: "amount";
|
|
819
|
+
readonly type: "uint256";
|
|
820
|
+
}];
|
|
821
|
+
readonly outputs: readonly [{
|
|
822
|
+
readonly type: "bool";
|
|
823
|
+
}];
|
|
824
|
+
}, {
|
|
825
|
+
readonly type: "function";
|
|
826
|
+
readonly name: "transferFrom";
|
|
827
|
+
readonly stateMutability: "nonpayable";
|
|
828
|
+
readonly inputs: readonly [{
|
|
829
|
+
readonly name: "sender";
|
|
830
|
+
readonly type: "address";
|
|
831
|
+
}, {
|
|
832
|
+
readonly name: "recipient";
|
|
833
|
+
readonly type: "address";
|
|
834
|
+
}, {
|
|
835
|
+
readonly name: "amount";
|
|
836
|
+
readonly type: "uint256";
|
|
837
|
+
}];
|
|
838
|
+
readonly outputs: readonly [{
|
|
839
|
+
readonly type: "bool";
|
|
840
|
+
}];
|
|
841
|
+
}];
|
|
163
842
|
readonly read: {
|
|
164
843
|
readonly decimals: () => 6;
|
|
165
844
|
};
|
|
166
845
|
};
|
|
167
846
|
readonly EURC: {
|
|
168
847
|
readonly address: "0x5e44db7996c682e92a960b65ac713a54ad815c6b";
|
|
848
|
+
readonly abi: readonly [{
|
|
849
|
+
readonly type: "event";
|
|
850
|
+
readonly name: "Approval";
|
|
851
|
+
readonly inputs: readonly [{
|
|
852
|
+
readonly indexed: true;
|
|
853
|
+
readonly name: "owner";
|
|
854
|
+
readonly type: "address";
|
|
855
|
+
}, {
|
|
856
|
+
readonly indexed: true;
|
|
857
|
+
readonly name: "spender";
|
|
858
|
+
readonly type: "address";
|
|
859
|
+
}, {
|
|
860
|
+
readonly indexed: false;
|
|
861
|
+
readonly name: "value";
|
|
862
|
+
readonly type: "uint256";
|
|
863
|
+
}];
|
|
864
|
+
}, {
|
|
865
|
+
readonly type: "event";
|
|
866
|
+
readonly name: "Transfer";
|
|
867
|
+
readonly inputs: readonly [{
|
|
868
|
+
readonly indexed: true;
|
|
869
|
+
readonly name: "from";
|
|
870
|
+
readonly type: "address";
|
|
871
|
+
}, {
|
|
872
|
+
readonly indexed: true;
|
|
873
|
+
readonly name: "to";
|
|
874
|
+
readonly type: "address";
|
|
875
|
+
}, {
|
|
876
|
+
readonly indexed: false;
|
|
877
|
+
readonly name: "value";
|
|
878
|
+
readonly type: "uint256";
|
|
879
|
+
}];
|
|
880
|
+
}, {
|
|
881
|
+
readonly type: "function";
|
|
882
|
+
readonly name: "allowance";
|
|
883
|
+
readonly stateMutability: "view";
|
|
884
|
+
readonly inputs: readonly [{
|
|
885
|
+
readonly name: "owner";
|
|
886
|
+
readonly type: "address";
|
|
887
|
+
}, {
|
|
888
|
+
readonly name: "spender";
|
|
889
|
+
readonly type: "address";
|
|
890
|
+
}];
|
|
891
|
+
readonly outputs: readonly [{
|
|
892
|
+
readonly type: "uint256";
|
|
893
|
+
}];
|
|
894
|
+
}, {
|
|
895
|
+
readonly type: "function";
|
|
896
|
+
readonly name: "approve";
|
|
897
|
+
readonly stateMutability: "nonpayable";
|
|
898
|
+
readonly inputs: readonly [{
|
|
899
|
+
readonly name: "spender";
|
|
900
|
+
readonly type: "address";
|
|
901
|
+
}, {
|
|
902
|
+
readonly name: "amount";
|
|
903
|
+
readonly type: "uint256";
|
|
904
|
+
}];
|
|
905
|
+
readonly outputs: readonly [{
|
|
906
|
+
readonly type: "bool";
|
|
907
|
+
}];
|
|
908
|
+
}, {
|
|
909
|
+
readonly type: "function";
|
|
910
|
+
readonly name: "balanceOf";
|
|
911
|
+
readonly stateMutability: "view";
|
|
912
|
+
readonly inputs: readonly [{
|
|
913
|
+
readonly name: "account";
|
|
914
|
+
readonly type: "address";
|
|
915
|
+
}];
|
|
916
|
+
readonly outputs: readonly [{
|
|
917
|
+
readonly type: "uint256";
|
|
918
|
+
}];
|
|
919
|
+
}, {
|
|
920
|
+
readonly type: "function";
|
|
921
|
+
readonly name: "decimals";
|
|
922
|
+
readonly stateMutability: "view";
|
|
923
|
+
readonly inputs: readonly [];
|
|
924
|
+
readonly outputs: readonly [{
|
|
925
|
+
readonly type: "uint8";
|
|
926
|
+
}];
|
|
927
|
+
}, {
|
|
928
|
+
readonly type: "function";
|
|
929
|
+
readonly name: "name";
|
|
930
|
+
readonly stateMutability: "view";
|
|
931
|
+
readonly inputs: readonly [];
|
|
932
|
+
readonly outputs: readonly [{
|
|
933
|
+
readonly type: "string";
|
|
934
|
+
}];
|
|
935
|
+
}, {
|
|
936
|
+
readonly type: "function";
|
|
937
|
+
readonly name: "symbol";
|
|
938
|
+
readonly stateMutability: "view";
|
|
939
|
+
readonly inputs: readonly [];
|
|
940
|
+
readonly outputs: readonly [{
|
|
941
|
+
readonly type: "string";
|
|
942
|
+
}];
|
|
943
|
+
}, {
|
|
944
|
+
readonly type: "function";
|
|
945
|
+
readonly name: "totalSupply";
|
|
946
|
+
readonly stateMutability: "view";
|
|
947
|
+
readonly inputs: readonly [];
|
|
948
|
+
readonly outputs: readonly [{
|
|
949
|
+
readonly type: "uint256";
|
|
950
|
+
}];
|
|
951
|
+
}, {
|
|
952
|
+
readonly type: "function";
|
|
953
|
+
readonly name: "transfer";
|
|
954
|
+
readonly stateMutability: "nonpayable";
|
|
955
|
+
readonly inputs: readonly [{
|
|
956
|
+
readonly name: "recipient";
|
|
957
|
+
readonly type: "address";
|
|
958
|
+
}, {
|
|
959
|
+
readonly name: "amount";
|
|
960
|
+
readonly type: "uint256";
|
|
961
|
+
}];
|
|
962
|
+
readonly outputs: readonly [{
|
|
963
|
+
readonly type: "bool";
|
|
964
|
+
}];
|
|
965
|
+
}, {
|
|
966
|
+
readonly type: "function";
|
|
967
|
+
readonly name: "transferFrom";
|
|
968
|
+
readonly stateMutability: "nonpayable";
|
|
969
|
+
readonly inputs: readonly [{
|
|
970
|
+
readonly name: "sender";
|
|
971
|
+
readonly type: "address";
|
|
972
|
+
}, {
|
|
973
|
+
readonly name: "recipient";
|
|
974
|
+
readonly type: "address";
|
|
975
|
+
}, {
|
|
976
|
+
readonly name: "amount";
|
|
977
|
+
readonly type: "uint256";
|
|
978
|
+
}];
|
|
979
|
+
readonly outputs: readonly [{
|
|
980
|
+
readonly type: "bool";
|
|
981
|
+
}];
|
|
982
|
+
}];
|
|
169
983
|
readonly read: {
|
|
170
984
|
readonly decimals: () => 6;
|
|
171
985
|
};
|
|
@@ -204,15 +1018,286 @@ export declare function extractChain({ id }: {
|
|
|
204
1018
|
readonly apiUrl: "https://api.etherscan.io/api";
|
|
205
1019
|
};
|
|
206
1020
|
};
|
|
1021
|
+
blockTime?: number | undefined | undefined;
|
|
207
1022
|
contracts: {
|
|
208
1023
|
readonly USDC: {
|
|
209
1024
|
readonly address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
|
|
1025
|
+
readonly abi: readonly [{
|
|
1026
|
+
readonly type: "event";
|
|
1027
|
+
readonly name: "Approval";
|
|
1028
|
+
readonly inputs: readonly [{
|
|
1029
|
+
readonly indexed: true;
|
|
1030
|
+
readonly name: "owner";
|
|
1031
|
+
readonly type: "address";
|
|
1032
|
+
}, {
|
|
1033
|
+
readonly indexed: true;
|
|
1034
|
+
readonly name: "spender";
|
|
1035
|
+
readonly type: "address";
|
|
1036
|
+
}, {
|
|
1037
|
+
readonly indexed: false;
|
|
1038
|
+
readonly name: "value";
|
|
1039
|
+
readonly type: "uint256";
|
|
1040
|
+
}];
|
|
1041
|
+
}, {
|
|
1042
|
+
readonly type: "event";
|
|
1043
|
+
readonly name: "Transfer";
|
|
1044
|
+
readonly inputs: readonly [{
|
|
1045
|
+
readonly indexed: true;
|
|
1046
|
+
readonly name: "from";
|
|
1047
|
+
readonly type: "address";
|
|
1048
|
+
}, {
|
|
1049
|
+
readonly indexed: true;
|
|
1050
|
+
readonly name: "to";
|
|
1051
|
+
readonly type: "address";
|
|
1052
|
+
}, {
|
|
1053
|
+
readonly indexed: false;
|
|
1054
|
+
readonly name: "value";
|
|
1055
|
+
readonly type: "uint256";
|
|
1056
|
+
}];
|
|
1057
|
+
}, {
|
|
1058
|
+
readonly type: "function";
|
|
1059
|
+
readonly name: "allowance";
|
|
1060
|
+
readonly stateMutability: "view";
|
|
1061
|
+
readonly inputs: readonly [{
|
|
1062
|
+
readonly name: "owner";
|
|
1063
|
+
readonly type: "address";
|
|
1064
|
+
}, {
|
|
1065
|
+
readonly name: "spender";
|
|
1066
|
+
readonly type: "address";
|
|
1067
|
+
}];
|
|
1068
|
+
readonly outputs: readonly [{
|
|
1069
|
+
readonly type: "uint256";
|
|
1070
|
+
}];
|
|
1071
|
+
}, {
|
|
1072
|
+
readonly type: "function";
|
|
1073
|
+
readonly name: "approve";
|
|
1074
|
+
readonly stateMutability: "nonpayable";
|
|
1075
|
+
readonly inputs: readonly [{
|
|
1076
|
+
readonly name: "spender";
|
|
1077
|
+
readonly type: "address";
|
|
1078
|
+
}, {
|
|
1079
|
+
readonly name: "amount";
|
|
1080
|
+
readonly type: "uint256";
|
|
1081
|
+
}];
|
|
1082
|
+
readonly outputs: readonly [{
|
|
1083
|
+
readonly type: "bool";
|
|
1084
|
+
}];
|
|
1085
|
+
}, {
|
|
1086
|
+
readonly type: "function";
|
|
1087
|
+
readonly name: "balanceOf";
|
|
1088
|
+
readonly stateMutability: "view";
|
|
1089
|
+
readonly inputs: readonly [{
|
|
1090
|
+
readonly name: "account";
|
|
1091
|
+
readonly type: "address";
|
|
1092
|
+
}];
|
|
1093
|
+
readonly outputs: readonly [{
|
|
1094
|
+
readonly type: "uint256";
|
|
1095
|
+
}];
|
|
1096
|
+
}, {
|
|
1097
|
+
readonly type: "function";
|
|
1098
|
+
readonly name: "decimals";
|
|
1099
|
+
readonly stateMutability: "view";
|
|
1100
|
+
readonly inputs: readonly [];
|
|
1101
|
+
readonly outputs: readonly [{
|
|
1102
|
+
readonly type: "uint8";
|
|
1103
|
+
}];
|
|
1104
|
+
}, {
|
|
1105
|
+
readonly type: "function";
|
|
1106
|
+
readonly name: "name";
|
|
1107
|
+
readonly stateMutability: "view";
|
|
1108
|
+
readonly inputs: readonly [];
|
|
1109
|
+
readonly outputs: readonly [{
|
|
1110
|
+
readonly type: "string";
|
|
1111
|
+
}];
|
|
1112
|
+
}, {
|
|
1113
|
+
readonly type: "function";
|
|
1114
|
+
readonly name: "symbol";
|
|
1115
|
+
readonly stateMutability: "view";
|
|
1116
|
+
readonly inputs: readonly [];
|
|
1117
|
+
readonly outputs: readonly [{
|
|
1118
|
+
readonly type: "string";
|
|
1119
|
+
}];
|
|
1120
|
+
}, {
|
|
1121
|
+
readonly type: "function";
|
|
1122
|
+
readonly name: "totalSupply";
|
|
1123
|
+
readonly stateMutability: "view";
|
|
1124
|
+
readonly inputs: readonly [];
|
|
1125
|
+
readonly outputs: readonly [{
|
|
1126
|
+
readonly type: "uint256";
|
|
1127
|
+
}];
|
|
1128
|
+
}, {
|
|
1129
|
+
readonly type: "function";
|
|
1130
|
+
readonly name: "transfer";
|
|
1131
|
+
readonly stateMutability: "nonpayable";
|
|
1132
|
+
readonly inputs: readonly [{
|
|
1133
|
+
readonly name: "recipient";
|
|
1134
|
+
readonly type: "address";
|
|
1135
|
+
}, {
|
|
1136
|
+
readonly name: "amount";
|
|
1137
|
+
readonly type: "uint256";
|
|
1138
|
+
}];
|
|
1139
|
+
readonly outputs: readonly [{
|
|
1140
|
+
readonly type: "bool";
|
|
1141
|
+
}];
|
|
1142
|
+
}, {
|
|
1143
|
+
readonly type: "function";
|
|
1144
|
+
readonly name: "transferFrom";
|
|
1145
|
+
readonly stateMutability: "nonpayable";
|
|
1146
|
+
readonly inputs: readonly [{
|
|
1147
|
+
readonly name: "sender";
|
|
1148
|
+
readonly type: "address";
|
|
1149
|
+
}, {
|
|
1150
|
+
readonly name: "recipient";
|
|
1151
|
+
readonly type: "address";
|
|
1152
|
+
}, {
|
|
1153
|
+
readonly name: "amount";
|
|
1154
|
+
readonly type: "uint256";
|
|
1155
|
+
}];
|
|
1156
|
+
readonly outputs: readonly [{
|
|
1157
|
+
readonly type: "bool";
|
|
1158
|
+
}];
|
|
1159
|
+
}];
|
|
210
1160
|
readonly read: {
|
|
211
1161
|
readonly decimals: () => 6;
|
|
212
1162
|
};
|
|
213
1163
|
};
|
|
214
1164
|
readonly EURC: {
|
|
215
1165
|
readonly address: "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c";
|
|
1166
|
+
readonly abi: readonly [{
|
|
1167
|
+
readonly type: "event";
|
|
1168
|
+
readonly name: "Approval";
|
|
1169
|
+
readonly inputs: readonly [{
|
|
1170
|
+
readonly indexed: true;
|
|
1171
|
+
readonly name: "owner";
|
|
1172
|
+
readonly type: "address";
|
|
1173
|
+
}, {
|
|
1174
|
+
readonly indexed: true;
|
|
1175
|
+
readonly name: "spender";
|
|
1176
|
+
readonly type: "address";
|
|
1177
|
+
}, {
|
|
1178
|
+
readonly indexed: false;
|
|
1179
|
+
readonly name: "value";
|
|
1180
|
+
readonly type: "uint256";
|
|
1181
|
+
}];
|
|
1182
|
+
}, {
|
|
1183
|
+
readonly type: "event";
|
|
1184
|
+
readonly name: "Transfer";
|
|
1185
|
+
readonly inputs: readonly [{
|
|
1186
|
+
readonly indexed: true;
|
|
1187
|
+
readonly name: "from";
|
|
1188
|
+
readonly type: "address";
|
|
1189
|
+
}, {
|
|
1190
|
+
readonly indexed: true;
|
|
1191
|
+
readonly name: "to";
|
|
1192
|
+
readonly type: "address";
|
|
1193
|
+
}, {
|
|
1194
|
+
readonly indexed: false;
|
|
1195
|
+
readonly name: "value";
|
|
1196
|
+
readonly type: "uint256";
|
|
1197
|
+
}];
|
|
1198
|
+
}, {
|
|
1199
|
+
readonly type: "function";
|
|
1200
|
+
readonly name: "allowance";
|
|
1201
|
+
readonly stateMutability: "view";
|
|
1202
|
+
readonly inputs: readonly [{
|
|
1203
|
+
readonly name: "owner";
|
|
1204
|
+
readonly type: "address";
|
|
1205
|
+
}, {
|
|
1206
|
+
readonly name: "spender";
|
|
1207
|
+
readonly type: "address";
|
|
1208
|
+
}];
|
|
1209
|
+
readonly outputs: readonly [{
|
|
1210
|
+
readonly type: "uint256";
|
|
1211
|
+
}];
|
|
1212
|
+
}, {
|
|
1213
|
+
readonly type: "function";
|
|
1214
|
+
readonly name: "approve";
|
|
1215
|
+
readonly stateMutability: "nonpayable";
|
|
1216
|
+
readonly inputs: readonly [{
|
|
1217
|
+
readonly name: "spender";
|
|
1218
|
+
readonly type: "address";
|
|
1219
|
+
}, {
|
|
1220
|
+
readonly name: "amount";
|
|
1221
|
+
readonly type: "uint256";
|
|
1222
|
+
}];
|
|
1223
|
+
readonly outputs: readonly [{
|
|
1224
|
+
readonly type: "bool";
|
|
1225
|
+
}];
|
|
1226
|
+
}, {
|
|
1227
|
+
readonly type: "function";
|
|
1228
|
+
readonly name: "balanceOf";
|
|
1229
|
+
readonly stateMutability: "view";
|
|
1230
|
+
readonly inputs: readonly [{
|
|
1231
|
+
readonly name: "account";
|
|
1232
|
+
readonly type: "address";
|
|
1233
|
+
}];
|
|
1234
|
+
readonly outputs: readonly [{
|
|
1235
|
+
readonly type: "uint256";
|
|
1236
|
+
}];
|
|
1237
|
+
}, {
|
|
1238
|
+
readonly type: "function";
|
|
1239
|
+
readonly name: "decimals";
|
|
1240
|
+
readonly stateMutability: "view";
|
|
1241
|
+
readonly inputs: readonly [];
|
|
1242
|
+
readonly outputs: readonly [{
|
|
1243
|
+
readonly type: "uint8";
|
|
1244
|
+
}];
|
|
1245
|
+
}, {
|
|
1246
|
+
readonly type: "function";
|
|
1247
|
+
readonly name: "name";
|
|
1248
|
+
readonly stateMutability: "view";
|
|
1249
|
+
readonly inputs: readonly [];
|
|
1250
|
+
readonly outputs: readonly [{
|
|
1251
|
+
readonly type: "string";
|
|
1252
|
+
}];
|
|
1253
|
+
}, {
|
|
1254
|
+
readonly type: "function";
|
|
1255
|
+
readonly name: "symbol";
|
|
1256
|
+
readonly stateMutability: "view";
|
|
1257
|
+
readonly inputs: readonly [];
|
|
1258
|
+
readonly outputs: readonly [{
|
|
1259
|
+
readonly type: "string";
|
|
1260
|
+
}];
|
|
1261
|
+
}, {
|
|
1262
|
+
readonly type: "function";
|
|
1263
|
+
readonly name: "totalSupply";
|
|
1264
|
+
readonly stateMutability: "view";
|
|
1265
|
+
readonly inputs: readonly [];
|
|
1266
|
+
readonly outputs: readonly [{
|
|
1267
|
+
readonly type: "uint256";
|
|
1268
|
+
}];
|
|
1269
|
+
}, {
|
|
1270
|
+
readonly type: "function";
|
|
1271
|
+
readonly name: "transfer";
|
|
1272
|
+
readonly stateMutability: "nonpayable";
|
|
1273
|
+
readonly inputs: readonly [{
|
|
1274
|
+
readonly name: "recipient";
|
|
1275
|
+
readonly type: "address";
|
|
1276
|
+
}, {
|
|
1277
|
+
readonly name: "amount";
|
|
1278
|
+
readonly type: "uint256";
|
|
1279
|
+
}];
|
|
1280
|
+
readonly outputs: readonly [{
|
|
1281
|
+
readonly type: "bool";
|
|
1282
|
+
}];
|
|
1283
|
+
}, {
|
|
1284
|
+
readonly type: "function";
|
|
1285
|
+
readonly name: "transferFrom";
|
|
1286
|
+
readonly stateMutability: "nonpayable";
|
|
1287
|
+
readonly inputs: readonly [{
|
|
1288
|
+
readonly name: "sender";
|
|
1289
|
+
readonly type: "address";
|
|
1290
|
+
}, {
|
|
1291
|
+
readonly name: "recipient";
|
|
1292
|
+
readonly type: "address";
|
|
1293
|
+
}, {
|
|
1294
|
+
readonly name: "amount";
|
|
1295
|
+
readonly type: "uint256";
|
|
1296
|
+
}];
|
|
1297
|
+
readonly outputs: readonly [{
|
|
1298
|
+
readonly type: "bool";
|
|
1299
|
+
}];
|
|
1300
|
+
}];
|
|
216
1301
|
readonly read: {
|
|
217
1302
|
readonly decimals: () => 6;
|
|
218
1303
|
};
|
|
@@ -258,15 +1343,286 @@ export declare function extractChain({ id }: {
|
|
|
258
1343
|
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
259
1344
|
};
|
|
260
1345
|
};
|
|
1346
|
+
blockTime?: number | undefined | undefined;
|
|
261
1347
|
contracts: {
|
|
262
1348
|
readonly USDC: {
|
|
263
1349
|
readonly address: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
1350
|
+
readonly abi: readonly [{
|
|
1351
|
+
readonly type: "event";
|
|
1352
|
+
readonly name: "Approval";
|
|
1353
|
+
readonly inputs: readonly [{
|
|
1354
|
+
readonly indexed: true;
|
|
1355
|
+
readonly name: "owner";
|
|
1356
|
+
readonly type: "address";
|
|
1357
|
+
}, {
|
|
1358
|
+
readonly indexed: true;
|
|
1359
|
+
readonly name: "spender";
|
|
1360
|
+
readonly type: "address";
|
|
1361
|
+
}, {
|
|
1362
|
+
readonly indexed: false;
|
|
1363
|
+
readonly name: "value";
|
|
1364
|
+
readonly type: "uint256";
|
|
1365
|
+
}];
|
|
1366
|
+
}, {
|
|
1367
|
+
readonly type: "event";
|
|
1368
|
+
readonly name: "Transfer";
|
|
1369
|
+
readonly inputs: readonly [{
|
|
1370
|
+
readonly indexed: true;
|
|
1371
|
+
readonly name: "from";
|
|
1372
|
+
readonly type: "address";
|
|
1373
|
+
}, {
|
|
1374
|
+
readonly indexed: true;
|
|
1375
|
+
readonly name: "to";
|
|
1376
|
+
readonly type: "address";
|
|
1377
|
+
}, {
|
|
1378
|
+
readonly indexed: false;
|
|
1379
|
+
readonly name: "value";
|
|
1380
|
+
readonly type: "uint256";
|
|
1381
|
+
}];
|
|
1382
|
+
}, {
|
|
1383
|
+
readonly type: "function";
|
|
1384
|
+
readonly name: "allowance";
|
|
1385
|
+
readonly stateMutability: "view";
|
|
1386
|
+
readonly inputs: readonly [{
|
|
1387
|
+
readonly name: "owner";
|
|
1388
|
+
readonly type: "address";
|
|
1389
|
+
}, {
|
|
1390
|
+
readonly name: "spender";
|
|
1391
|
+
readonly type: "address";
|
|
1392
|
+
}];
|
|
1393
|
+
readonly outputs: readonly [{
|
|
1394
|
+
readonly type: "uint256";
|
|
1395
|
+
}];
|
|
1396
|
+
}, {
|
|
1397
|
+
readonly type: "function";
|
|
1398
|
+
readonly name: "approve";
|
|
1399
|
+
readonly stateMutability: "nonpayable";
|
|
1400
|
+
readonly inputs: readonly [{
|
|
1401
|
+
readonly name: "spender";
|
|
1402
|
+
readonly type: "address";
|
|
1403
|
+
}, {
|
|
1404
|
+
readonly name: "amount";
|
|
1405
|
+
readonly type: "uint256";
|
|
1406
|
+
}];
|
|
1407
|
+
readonly outputs: readonly [{
|
|
1408
|
+
readonly type: "bool";
|
|
1409
|
+
}];
|
|
1410
|
+
}, {
|
|
1411
|
+
readonly type: "function";
|
|
1412
|
+
readonly name: "balanceOf";
|
|
1413
|
+
readonly stateMutability: "view";
|
|
1414
|
+
readonly inputs: readonly [{
|
|
1415
|
+
readonly name: "account";
|
|
1416
|
+
readonly type: "address";
|
|
1417
|
+
}];
|
|
1418
|
+
readonly outputs: readonly [{
|
|
1419
|
+
readonly type: "uint256";
|
|
1420
|
+
}];
|
|
1421
|
+
}, {
|
|
1422
|
+
readonly type: "function";
|
|
1423
|
+
readonly name: "decimals";
|
|
1424
|
+
readonly stateMutability: "view";
|
|
1425
|
+
readonly inputs: readonly [];
|
|
1426
|
+
readonly outputs: readonly [{
|
|
1427
|
+
readonly type: "uint8";
|
|
1428
|
+
}];
|
|
1429
|
+
}, {
|
|
1430
|
+
readonly type: "function";
|
|
1431
|
+
readonly name: "name";
|
|
1432
|
+
readonly stateMutability: "view";
|
|
1433
|
+
readonly inputs: readonly [];
|
|
1434
|
+
readonly outputs: readonly [{
|
|
1435
|
+
readonly type: "string";
|
|
1436
|
+
}];
|
|
1437
|
+
}, {
|
|
1438
|
+
readonly type: "function";
|
|
1439
|
+
readonly name: "symbol";
|
|
1440
|
+
readonly stateMutability: "view";
|
|
1441
|
+
readonly inputs: readonly [];
|
|
1442
|
+
readonly outputs: readonly [{
|
|
1443
|
+
readonly type: "string";
|
|
1444
|
+
}];
|
|
1445
|
+
}, {
|
|
1446
|
+
readonly type: "function";
|
|
1447
|
+
readonly name: "totalSupply";
|
|
1448
|
+
readonly stateMutability: "view";
|
|
1449
|
+
readonly inputs: readonly [];
|
|
1450
|
+
readonly outputs: readonly [{
|
|
1451
|
+
readonly type: "uint256";
|
|
1452
|
+
}];
|
|
1453
|
+
}, {
|
|
1454
|
+
readonly type: "function";
|
|
1455
|
+
readonly name: "transfer";
|
|
1456
|
+
readonly stateMutability: "nonpayable";
|
|
1457
|
+
readonly inputs: readonly [{
|
|
1458
|
+
readonly name: "recipient";
|
|
1459
|
+
readonly type: "address";
|
|
1460
|
+
}, {
|
|
1461
|
+
readonly name: "amount";
|
|
1462
|
+
readonly type: "uint256";
|
|
1463
|
+
}];
|
|
1464
|
+
readonly outputs: readonly [{
|
|
1465
|
+
readonly type: "bool";
|
|
1466
|
+
}];
|
|
1467
|
+
}, {
|
|
1468
|
+
readonly type: "function";
|
|
1469
|
+
readonly name: "transferFrom";
|
|
1470
|
+
readonly stateMutability: "nonpayable";
|
|
1471
|
+
readonly inputs: readonly [{
|
|
1472
|
+
readonly name: "sender";
|
|
1473
|
+
readonly type: "address";
|
|
1474
|
+
}, {
|
|
1475
|
+
readonly name: "recipient";
|
|
1476
|
+
readonly type: "address";
|
|
1477
|
+
}, {
|
|
1478
|
+
readonly name: "amount";
|
|
1479
|
+
readonly type: "uint256";
|
|
1480
|
+
}];
|
|
1481
|
+
readonly outputs: readonly [{
|
|
1482
|
+
readonly type: "bool";
|
|
1483
|
+
}];
|
|
1484
|
+
}];
|
|
264
1485
|
readonly read: {
|
|
265
1486
|
readonly decimals: () => 6;
|
|
266
1487
|
};
|
|
267
1488
|
};
|
|
268
1489
|
readonly EURC: {
|
|
269
1490
|
readonly address: "0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4";
|
|
1491
|
+
readonly abi: readonly [{
|
|
1492
|
+
readonly type: "event";
|
|
1493
|
+
readonly name: "Approval";
|
|
1494
|
+
readonly inputs: readonly [{
|
|
1495
|
+
readonly indexed: true;
|
|
1496
|
+
readonly name: "owner";
|
|
1497
|
+
readonly type: "address";
|
|
1498
|
+
}, {
|
|
1499
|
+
readonly indexed: true;
|
|
1500
|
+
readonly name: "spender";
|
|
1501
|
+
readonly type: "address";
|
|
1502
|
+
}, {
|
|
1503
|
+
readonly indexed: false;
|
|
1504
|
+
readonly name: "value";
|
|
1505
|
+
readonly type: "uint256";
|
|
1506
|
+
}];
|
|
1507
|
+
}, {
|
|
1508
|
+
readonly type: "event";
|
|
1509
|
+
readonly name: "Transfer";
|
|
1510
|
+
readonly inputs: readonly [{
|
|
1511
|
+
readonly indexed: true;
|
|
1512
|
+
readonly name: "from";
|
|
1513
|
+
readonly type: "address";
|
|
1514
|
+
}, {
|
|
1515
|
+
readonly indexed: true;
|
|
1516
|
+
readonly name: "to";
|
|
1517
|
+
readonly type: "address";
|
|
1518
|
+
}, {
|
|
1519
|
+
readonly indexed: false;
|
|
1520
|
+
readonly name: "value";
|
|
1521
|
+
readonly type: "uint256";
|
|
1522
|
+
}];
|
|
1523
|
+
}, {
|
|
1524
|
+
readonly type: "function";
|
|
1525
|
+
readonly name: "allowance";
|
|
1526
|
+
readonly stateMutability: "view";
|
|
1527
|
+
readonly inputs: readonly [{
|
|
1528
|
+
readonly name: "owner";
|
|
1529
|
+
readonly type: "address";
|
|
1530
|
+
}, {
|
|
1531
|
+
readonly name: "spender";
|
|
1532
|
+
readonly type: "address";
|
|
1533
|
+
}];
|
|
1534
|
+
readonly outputs: readonly [{
|
|
1535
|
+
readonly type: "uint256";
|
|
1536
|
+
}];
|
|
1537
|
+
}, {
|
|
1538
|
+
readonly type: "function";
|
|
1539
|
+
readonly name: "approve";
|
|
1540
|
+
readonly stateMutability: "nonpayable";
|
|
1541
|
+
readonly inputs: readonly [{
|
|
1542
|
+
readonly name: "spender";
|
|
1543
|
+
readonly type: "address";
|
|
1544
|
+
}, {
|
|
1545
|
+
readonly name: "amount";
|
|
1546
|
+
readonly type: "uint256";
|
|
1547
|
+
}];
|
|
1548
|
+
readonly outputs: readonly [{
|
|
1549
|
+
readonly type: "bool";
|
|
1550
|
+
}];
|
|
1551
|
+
}, {
|
|
1552
|
+
readonly type: "function";
|
|
1553
|
+
readonly name: "balanceOf";
|
|
1554
|
+
readonly stateMutability: "view";
|
|
1555
|
+
readonly inputs: readonly [{
|
|
1556
|
+
readonly name: "account";
|
|
1557
|
+
readonly type: "address";
|
|
1558
|
+
}];
|
|
1559
|
+
readonly outputs: readonly [{
|
|
1560
|
+
readonly type: "uint256";
|
|
1561
|
+
}];
|
|
1562
|
+
}, {
|
|
1563
|
+
readonly type: "function";
|
|
1564
|
+
readonly name: "decimals";
|
|
1565
|
+
readonly stateMutability: "view";
|
|
1566
|
+
readonly inputs: readonly [];
|
|
1567
|
+
readonly outputs: readonly [{
|
|
1568
|
+
readonly type: "uint8";
|
|
1569
|
+
}];
|
|
1570
|
+
}, {
|
|
1571
|
+
readonly type: "function";
|
|
1572
|
+
readonly name: "name";
|
|
1573
|
+
readonly stateMutability: "view";
|
|
1574
|
+
readonly inputs: readonly [];
|
|
1575
|
+
readonly outputs: readonly [{
|
|
1576
|
+
readonly type: "string";
|
|
1577
|
+
}];
|
|
1578
|
+
}, {
|
|
1579
|
+
readonly type: "function";
|
|
1580
|
+
readonly name: "symbol";
|
|
1581
|
+
readonly stateMutability: "view";
|
|
1582
|
+
readonly inputs: readonly [];
|
|
1583
|
+
readonly outputs: readonly [{
|
|
1584
|
+
readonly type: "string";
|
|
1585
|
+
}];
|
|
1586
|
+
}, {
|
|
1587
|
+
readonly type: "function";
|
|
1588
|
+
readonly name: "totalSupply";
|
|
1589
|
+
readonly stateMutability: "view";
|
|
1590
|
+
readonly inputs: readonly [];
|
|
1591
|
+
readonly outputs: readonly [{
|
|
1592
|
+
readonly type: "uint256";
|
|
1593
|
+
}];
|
|
1594
|
+
}, {
|
|
1595
|
+
readonly type: "function";
|
|
1596
|
+
readonly name: "transfer";
|
|
1597
|
+
readonly stateMutability: "nonpayable";
|
|
1598
|
+
readonly inputs: readonly [{
|
|
1599
|
+
readonly name: "recipient";
|
|
1600
|
+
readonly type: "address";
|
|
1601
|
+
}, {
|
|
1602
|
+
readonly name: "amount";
|
|
1603
|
+
readonly type: "uint256";
|
|
1604
|
+
}];
|
|
1605
|
+
readonly outputs: readonly [{
|
|
1606
|
+
readonly type: "bool";
|
|
1607
|
+
}];
|
|
1608
|
+
}, {
|
|
1609
|
+
readonly type: "function";
|
|
1610
|
+
readonly name: "transferFrom";
|
|
1611
|
+
readonly stateMutability: "nonpayable";
|
|
1612
|
+
readonly inputs: readonly [{
|
|
1613
|
+
readonly name: "sender";
|
|
1614
|
+
readonly type: "address";
|
|
1615
|
+
}, {
|
|
1616
|
+
readonly name: "recipient";
|
|
1617
|
+
readonly type: "address";
|
|
1618
|
+
}, {
|
|
1619
|
+
readonly name: "amount";
|
|
1620
|
+
readonly type: "uint256";
|
|
1621
|
+
}];
|
|
1622
|
+
readonly outputs: readonly [{
|
|
1623
|
+
readonly type: "bool";
|
|
1624
|
+
}];
|
|
1625
|
+
}];
|
|
270
1626
|
readonly read: {
|
|
271
1627
|
readonly decimals: () => 6;
|
|
272
1628
|
};
|
|
@@ -312,9 +1668,145 @@ export declare function extractChain({ id }: {
|
|
|
312
1668
|
readonly apiUrl: "https://api.polygonscan.com/api";
|
|
313
1669
|
};
|
|
314
1670
|
};
|
|
1671
|
+
blockTime?: number | undefined | undefined;
|
|
315
1672
|
contracts: {
|
|
316
1673
|
readonly USDC: {
|
|
317
1674
|
readonly address: "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359";
|
|
1675
|
+
readonly abi: readonly [{
|
|
1676
|
+
readonly type: "event";
|
|
1677
|
+
readonly name: "Approval";
|
|
1678
|
+
readonly inputs: readonly [{
|
|
1679
|
+
readonly indexed: true;
|
|
1680
|
+
readonly name: "owner";
|
|
1681
|
+
readonly type: "address";
|
|
1682
|
+
}, {
|
|
1683
|
+
readonly indexed: true;
|
|
1684
|
+
readonly name: "spender";
|
|
1685
|
+
readonly type: "address";
|
|
1686
|
+
}, {
|
|
1687
|
+
readonly indexed: false;
|
|
1688
|
+
readonly name: "value";
|
|
1689
|
+
readonly type: "uint256";
|
|
1690
|
+
}];
|
|
1691
|
+
}, {
|
|
1692
|
+
readonly type: "event";
|
|
1693
|
+
readonly name: "Transfer";
|
|
1694
|
+
readonly inputs: readonly [{
|
|
1695
|
+
readonly indexed: true;
|
|
1696
|
+
readonly name: "from";
|
|
1697
|
+
readonly type: "address";
|
|
1698
|
+
}, {
|
|
1699
|
+
readonly indexed: true;
|
|
1700
|
+
readonly name: "to";
|
|
1701
|
+
readonly type: "address";
|
|
1702
|
+
}, {
|
|
1703
|
+
readonly indexed: false;
|
|
1704
|
+
readonly name: "value";
|
|
1705
|
+
readonly type: "uint256";
|
|
1706
|
+
}];
|
|
1707
|
+
}, {
|
|
1708
|
+
readonly type: "function";
|
|
1709
|
+
readonly name: "allowance";
|
|
1710
|
+
readonly stateMutability: "view";
|
|
1711
|
+
readonly inputs: readonly [{
|
|
1712
|
+
readonly name: "owner";
|
|
1713
|
+
readonly type: "address";
|
|
1714
|
+
}, {
|
|
1715
|
+
readonly name: "spender";
|
|
1716
|
+
readonly type: "address";
|
|
1717
|
+
}];
|
|
1718
|
+
readonly outputs: readonly [{
|
|
1719
|
+
readonly type: "uint256";
|
|
1720
|
+
}];
|
|
1721
|
+
}, {
|
|
1722
|
+
readonly type: "function";
|
|
1723
|
+
readonly name: "approve";
|
|
1724
|
+
readonly stateMutability: "nonpayable";
|
|
1725
|
+
readonly inputs: readonly [{
|
|
1726
|
+
readonly name: "spender";
|
|
1727
|
+
readonly type: "address";
|
|
1728
|
+
}, {
|
|
1729
|
+
readonly name: "amount";
|
|
1730
|
+
readonly type: "uint256";
|
|
1731
|
+
}];
|
|
1732
|
+
readonly outputs: readonly [{
|
|
1733
|
+
readonly type: "bool";
|
|
1734
|
+
}];
|
|
1735
|
+
}, {
|
|
1736
|
+
readonly type: "function";
|
|
1737
|
+
readonly name: "balanceOf";
|
|
1738
|
+
readonly stateMutability: "view";
|
|
1739
|
+
readonly inputs: readonly [{
|
|
1740
|
+
readonly name: "account";
|
|
1741
|
+
readonly type: "address";
|
|
1742
|
+
}];
|
|
1743
|
+
readonly outputs: readonly [{
|
|
1744
|
+
readonly type: "uint256";
|
|
1745
|
+
}];
|
|
1746
|
+
}, {
|
|
1747
|
+
readonly type: "function";
|
|
1748
|
+
readonly name: "decimals";
|
|
1749
|
+
readonly stateMutability: "view";
|
|
1750
|
+
readonly inputs: readonly [];
|
|
1751
|
+
readonly outputs: readonly [{
|
|
1752
|
+
readonly type: "uint8";
|
|
1753
|
+
}];
|
|
1754
|
+
}, {
|
|
1755
|
+
readonly type: "function";
|
|
1756
|
+
readonly name: "name";
|
|
1757
|
+
readonly stateMutability: "view";
|
|
1758
|
+
readonly inputs: readonly [];
|
|
1759
|
+
readonly outputs: readonly [{
|
|
1760
|
+
readonly type: "string";
|
|
1761
|
+
}];
|
|
1762
|
+
}, {
|
|
1763
|
+
readonly type: "function";
|
|
1764
|
+
readonly name: "symbol";
|
|
1765
|
+
readonly stateMutability: "view";
|
|
1766
|
+
readonly inputs: readonly [];
|
|
1767
|
+
readonly outputs: readonly [{
|
|
1768
|
+
readonly type: "string";
|
|
1769
|
+
}];
|
|
1770
|
+
}, {
|
|
1771
|
+
readonly type: "function";
|
|
1772
|
+
readonly name: "totalSupply";
|
|
1773
|
+
readonly stateMutability: "view";
|
|
1774
|
+
readonly inputs: readonly [];
|
|
1775
|
+
readonly outputs: readonly [{
|
|
1776
|
+
readonly type: "uint256";
|
|
1777
|
+
}];
|
|
1778
|
+
}, {
|
|
1779
|
+
readonly type: "function";
|
|
1780
|
+
readonly name: "transfer";
|
|
1781
|
+
readonly stateMutability: "nonpayable";
|
|
1782
|
+
readonly inputs: readonly [{
|
|
1783
|
+
readonly name: "recipient";
|
|
1784
|
+
readonly type: "address";
|
|
1785
|
+
}, {
|
|
1786
|
+
readonly name: "amount";
|
|
1787
|
+
readonly type: "uint256";
|
|
1788
|
+
}];
|
|
1789
|
+
readonly outputs: readonly [{
|
|
1790
|
+
readonly type: "bool";
|
|
1791
|
+
}];
|
|
1792
|
+
}, {
|
|
1793
|
+
readonly type: "function";
|
|
1794
|
+
readonly name: "transferFrom";
|
|
1795
|
+
readonly stateMutability: "nonpayable";
|
|
1796
|
+
readonly inputs: readonly [{
|
|
1797
|
+
readonly name: "sender";
|
|
1798
|
+
readonly type: "address";
|
|
1799
|
+
}, {
|
|
1800
|
+
readonly name: "recipient";
|
|
1801
|
+
readonly type: "address";
|
|
1802
|
+
}, {
|
|
1803
|
+
readonly name: "amount";
|
|
1804
|
+
readonly type: "uint256";
|
|
1805
|
+
}];
|
|
1806
|
+
readonly outputs: readonly [{
|
|
1807
|
+
readonly type: "bool";
|
|
1808
|
+
}];
|
|
1809
|
+
}];
|
|
318
1810
|
readonly read: {
|
|
319
1811
|
readonly decimals: () => 6;
|
|
320
1812
|
};
|
|
@@ -353,9 +1845,145 @@ export declare function extractChain({ id }: {
|
|
|
353
1845
|
readonly apiUrl: "https://api-amoy.polygonscan.com/api";
|
|
354
1846
|
};
|
|
355
1847
|
};
|
|
1848
|
+
blockTime?: number | undefined | undefined;
|
|
356
1849
|
contracts: {
|
|
357
1850
|
readonly USDC: {
|
|
358
1851
|
readonly address: "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582";
|
|
1852
|
+
readonly abi: readonly [{
|
|
1853
|
+
readonly type: "event";
|
|
1854
|
+
readonly name: "Approval";
|
|
1855
|
+
readonly inputs: readonly [{
|
|
1856
|
+
readonly indexed: true;
|
|
1857
|
+
readonly name: "owner";
|
|
1858
|
+
readonly type: "address";
|
|
1859
|
+
}, {
|
|
1860
|
+
readonly indexed: true;
|
|
1861
|
+
readonly name: "spender";
|
|
1862
|
+
readonly type: "address";
|
|
1863
|
+
}, {
|
|
1864
|
+
readonly indexed: false;
|
|
1865
|
+
readonly name: "value";
|
|
1866
|
+
readonly type: "uint256";
|
|
1867
|
+
}];
|
|
1868
|
+
}, {
|
|
1869
|
+
readonly type: "event";
|
|
1870
|
+
readonly name: "Transfer";
|
|
1871
|
+
readonly inputs: readonly [{
|
|
1872
|
+
readonly indexed: true;
|
|
1873
|
+
readonly name: "from";
|
|
1874
|
+
readonly type: "address";
|
|
1875
|
+
}, {
|
|
1876
|
+
readonly indexed: true;
|
|
1877
|
+
readonly name: "to";
|
|
1878
|
+
readonly type: "address";
|
|
1879
|
+
}, {
|
|
1880
|
+
readonly indexed: false;
|
|
1881
|
+
readonly name: "value";
|
|
1882
|
+
readonly type: "uint256";
|
|
1883
|
+
}];
|
|
1884
|
+
}, {
|
|
1885
|
+
readonly type: "function";
|
|
1886
|
+
readonly name: "allowance";
|
|
1887
|
+
readonly stateMutability: "view";
|
|
1888
|
+
readonly inputs: readonly [{
|
|
1889
|
+
readonly name: "owner";
|
|
1890
|
+
readonly type: "address";
|
|
1891
|
+
}, {
|
|
1892
|
+
readonly name: "spender";
|
|
1893
|
+
readonly type: "address";
|
|
1894
|
+
}];
|
|
1895
|
+
readonly outputs: readonly [{
|
|
1896
|
+
readonly type: "uint256";
|
|
1897
|
+
}];
|
|
1898
|
+
}, {
|
|
1899
|
+
readonly type: "function";
|
|
1900
|
+
readonly name: "approve";
|
|
1901
|
+
readonly stateMutability: "nonpayable";
|
|
1902
|
+
readonly inputs: readonly [{
|
|
1903
|
+
readonly name: "spender";
|
|
1904
|
+
readonly type: "address";
|
|
1905
|
+
}, {
|
|
1906
|
+
readonly name: "amount";
|
|
1907
|
+
readonly type: "uint256";
|
|
1908
|
+
}];
|
|
1909
|
+
readonly outputs: readonly [{
|
|
1910
|
+
readonly type: "bool";
|
|
1911
|
+
}];
|
|
1912
|
+
}, {
|
|
1913
|
+
readonly type: "function";
|
|
1914
|
+
readonly name: "balanceOf";
|
|
1915
|
+
readonly stateMutability: "view";
|
|
1916
|
+
readonly inputs: readonly [{
|
|
1917
|
+
readonly name: "account";
|
|
1918
|
+
readonly type: "address";
|
|
1919
|
+
}];
|
|
1920
|
+
readonly outputs: readonly [{
|
|
1921
|
+
readonly type: "uint256";
|
|
1922
|
+
}];
|
|
1923
|
+
}, {
|
|
1924
|
+
readonly type: "function";
|
|
1925
|
+
readonly name: "decimals";
|
|
1926
|
+
readonly stateMutability: "view";
|
|
1927
|
+
readonly inputs: readonly [];
|
|
1928
|
+
readonly outputs: readonly [{
|
|
1929
|
+
readonly type: "uint8";
|
|
1930
|
+
}];
|
|
1931
|
+
}, {
|
|
1932
|
+
readonly type: "function";
|
|
1933
|
+
readonly name: "name";
|
|
1934
|
+
readonly stateMutability: "view";
|
|
1935
|
+
readonly inputs: readonly [];
|
|
1936
|
+
readonly outputs: readonly [{
|
|
1937
|
+
readonly type: "string";
|
|
1938
|
+
}];
|
|
1939
|
+
}, {
|
|
1940
|
+
readonly type: "function";
|
|
1941
|
+
readonly name: "symbol";
|
|
1942
|
+
readonly stateMutability: "view";
|
|
1943
|
+
readonly inputs: readonly [];
|
|
1944
|
+
readonly outputs: readonly [{
|
|
1945
|
+
readonly type: "string";
|
|
1946
|
+
}];
|
|
1947
|
+
}, {
|
|
1948
|
+
readonly type: "function";
|
|
1949
|
+
readonly name: "totalSupply";
|
|
1950
|
+
readonly stateMutability: "view";
|
|
1951
|
+
readonly inputs: readonly [];
|
|
1952
|
+
readonly outputs: readonly [{
|
|
1953
|
+
readonly type: "uint256";
|
|
1954
|
+
}];
|
|
1955
|
+
}, {
|
|
1956
|
+
readonly type: "function";
|
|
1957
|
+
readonly name: "transfer";
|
|
1958
|
+
readonly stateMutability: "nonpayable";
|
|
1959
|
+
readonly inputs: readonly [{
|
|
1960
|
+
readonly name: "recipient";
|
|
1961
|
+
readonly type: "address";
|
|
1962
|
+
}, {
|
|
1963
|
+
readonly name: "amount";
|
|
1964
|
+
readonly type: "uint256";
|
|
1965
|
+
}];
|
|
1966
|
+
readonly outputs: readonly [{
|
|
1967
|
+
readonly type: "bool";
|
|
1968
|
+
}];
|
|
1969
|
+
}, {
|
|
1970
|
+
readonly type: "function";
|
|
1971
|
+
readonly name: "transferFrom";
|
|
1972
|
+
readonly stateMutability: "nonpayable";
|
|
1973
|
+
readonly inputs: readonly [{
|
|
1974
|
+
readonly name: "sender";
|
|
1975
|
+
readonly type: "address";
|
|
1976
|
+
}, {
|
|
1977
|
+
readonly name: "recipient";
|
|
1978
|
+
readonly type: "address";
|
|
1979
|
+
}, {
|
|
1980
|
+
readonly name: "amount";
|
|
1981
|
+
readonly type: "uint256";
|
|
1982
|
+
}];
|
|
1983
|
+
readonly outputs: readonly [{
|
|
1984
|
+
readonly type: "bool";
|
|
1985
|
+
}];
|
|
1986
|
+
}];
|
|
359
1987
|
readonly read: {
|
|
360
1988
|
readonly decimals: () => 6;
|
|
361
1989
|
};
|
|
@@ -394,15 +2022,286 @@ export declare function extractChain({ id }: {
|
|
|
394
2022
|
readonly apiUrl: "https://api.basescan.org/api";
|
|
395
2023
|
};
|
|
396
2024
|
};
|
|
2025
|
+
blockTime: 2000;
|
|
397
2026
|
contracts: {
|
|
398
2027
|
readonly USDC: {
|
|
399
2028
|
readonly address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
2029
|
+
readonly abi: readonly [{
|
|
2030
|
+
readonly type: "event";
|
|
2031
|
+
readonly name: "Approval";
|
|
2032
|
+
readonly inputs: readonly [{
|
|
2033
|
+
readonly indexed: true;
|
|
2034
|
+
readonly name: "owner";
|
|
2035
|
+
readonly type: "address";
|
|
2036
|
+
}, {
|
|
2037
|
+
readonly indexed: true;
|
|
2038
|
+
readonly name: "spender";
|
|
2039
|
+
readonly type: "address";
|
|
2040
|
+
}, {
|
|
2041
|
+
readonly indexed: false;
|
|
2042
|
+
readonly name: "value";
|
|
2043
|
+
readonly type: "uint256";
|
|
2044
|
+
}];
|
|
2045
|
+
}, {
|
|
2046
|
+
readonly type: "event";
|
|
2047
|
+
readonly name: "Transfer";
|
|
2048
|
+
readonly inputs: readonly [{
|
|
2049
|
+
readonly indexed: true;
|
|
2050
|
+
readonly name: "from";
|
|
2051
|
+
readonly type: "address";
|
|
2052
|
+
}, {
|
|
2053
|
+
readonly indexed: true;
|
|
2054
|
+
readonly name: "to";
|
|
2055
|
+
readonly type: "address";
|
|
2056
|
+
}, {
|
|
2057
|
+
readonly indexed: false;
|
|
2058
|
+
readonly name: "value";
|
|
2059
|
+
readonly type: "uint256";
|
|
2060
|
+
}];
|
|
2061
|
+
}, {
|
|
2062
|
+
readonly type: "function";
|
|
2063
|
+
readonly name: "allowance";
|
|
2064
|
+
readonly stateMutability: "view";
|
|
2065
|
+
readonly inputs: readonly [{
|
|
2066
|
+
readonly name: "owner";
|
|
2067
|
+
readonly type: "address";
|
|
2068
|
+
}, {
|
|
2069
|
+
readonly name: "spender";
|
|
2070
|
+
readonly type: "address";
|
|
2071
|
+
}];
|
|
2072
|
+
readonly outputs: readonly [{
|
|
2073
|
+
readonly type: "uint256";
|
|
2074
|
+
}];
|
|
2075
|
+
}, {
|
|
2076
|
+
readonly type: "function";
|
|
2077
|
+
readonly name: "approve";
|
|
2078
|
+
readonly stateMutability: "nonpayable";
|
|
2079
|
+
readonly inputs: readonly [{
|
|
2080
|
+
readonly name: "spender";
|
|
2081
|
+
readonly type: "address";
|
|
2082
|
+
}, {
|
|
2083
|
+
readonly name: "amount";
|
|
2084
|
+
readonly type: "uint256";
|
|
2085
|
+
}];
|
|
2086
|
+
readonly outputs: readonly [{
|
|
2087
|
+
readonly type: "bool";
|
|
2088
|
+
}];
|
|
2089
|
+
}, {
|
|
2090
|
+
readonly type: "function";
|
|
2091
|
+
readonly name: "balanceOf";
|
|
2092
|
+
readonly stateMutability: "view";
|
|
2093
|
+
readonly inputs: readonly [{
|
|
2094
|
+
readonly name: "account";
|
|
2095
|
+
readonly type: "address";
|
|
2096
|
+
}];
|
|
2097
|
+
readonly outputs: readonly [{
|
|
2098
|
+
readonly type: "uint256";
|
|
2099
|
+
}];
|
|
2100
|
+
}, {
|
|
2101
|
+
readonly type: "function";
|
|
2102
|
+
readonly name: "decimals";
|
|
2103
|
+
readonly stateMutability: "view";
|
|
2104
|
+
readonly inputs: readonly [];
|
|
2105
|
+
readonly outputs: readonly [{
|
|
2106
|
+
readonly type: "uint8";
|
|
2107
|
+
}];
|
|
2108
|
+
}, {
|
|
2109
|
+
readonly type: "function";
|
|
2110
|
+
readonly name: "name";
|
|
2111
|
+
readonly stateMutability: "view";
|
|
2112
|
+
readonly inputs: readonly [];
|
|
2113
|
+
readonly outputs: readonly [{
|
|
2114
|
+
readonly type: "string";
|
|
2115
|
+
}];
|
|
2116
|
+
}, {
|
|
2117
|
+
readonly type: "function";
|
|
2118
|
+
readonly name: "symbol";
|
|
2119
|
+
readonly stateMutability: "view";
|
|
2120
|
+
readonly inputs: readonly [];
|
|
2121
|
+
readonly outputs: readonly [{
|
|
2122
|
+
readonly type: "string";
|
|
2123
|
+
}];
|
|
2124
|
+
}, {
|
|
2125
|
+
readonly type: "function";
|
|
2126
|
+
readonly name: "totalSupply";
|
|
2127
|
+
readonly stateMutability: "view";
|
|
2128
|
+
readonly inputs: readonly [];
|
|
2129
|
+
readonly outputs: readonly [{
|
|
2130
|
+
readonly type: "uint256";
|
|
2131
|
+
}];
|
|
2132
|
+
}, {
|
|
2133
|
+
readonly type: "function";
|
|
2134
|
+
readonly name: "transfer";
|
|
2135
|
+
readonly stateMutability: "nonpayable";
|
|
2136
|
+
readonly inputs: readonly [{
|
|
2137
|
+
readonly name: "recipient";
|
|
2138
|
+
readonly type: "address";
|
|
2139
|
+
}, {
|
|
2140
|
+
readonly name: "amount";
|
|
2141
|
+
readonly type: "uint256";
|
|
2142
|
+
}];
|
|
2143
|
+
readonly outputs: readonly [{
|
|
2144
|
+
readonly type: "bool";
|
|
2145
|
+
}];
|
|
2146
|
+
}, {
|
|
2147
|
+
readonly type: "function";
|
|
2148
|
+
readonly name: "transferFrom";
|
|
2149
|
+
readonly stateMutability: "nonpayable";
|
|
2150
|
+
readonly inputs: readonly [{
|
|
2151
|
+
readonly name: "sender";
|
|
2152
|
+
readonly type: "address";
|
|
2153
|
+
}, {
|
|
2154
|
+
readonly name: "recipient";
|
|
2155
|
+
readonly type: "address";
|
|
2156
|
+
}, {
|
|
2157
|
+
readonly name: "amount";
|
|
2158
|
+
readonly type: "uint256";
|
|
2159
|
+
}];
|
|
2160
|
+
readonly outputs: readonly [{
|
|
2161
|
+
readonly type: "bool";
|
|
2162
|
+
}];
|
|
2163
|
+
}];
|
|
400
2164
|
readonly read: {
|
|
401
2165
|
readonly decimals: () => 6;
|
|
402
2166
|
};
|
|
403
2167
|
};
|
|
404
2168
|
readonly EURC: {
|
|
405
2169
|
readonly address: "0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42";
|
|
2170
|
+
readonly abi: readonly [{
|
|
2171
|
+
readonly type: "event";
|
|
2172
|
+
readonly name: "Approval";
|
|
2173
|
+
readonly inputs: readonly [{
|
|
2174
|
+
readonly indexed: true;
|
|
2175
|
+
readonly name: "owner";
|
|
2176
|
+
readonly type: "address";
|
|
2177
|
+
}, {
|
|
2178
|
+
readonly indexed: true;
|
|
2179
|
+
readonly name: "spender";
|
|
2180
|
+
readonly type: "address";
|
|
2181
|
+
}, {
|
|
2182
|
+
readonly indexed: false;
|
|
2183
|
+
readonly name: "value";
|
|
2184
|
+
readonly type: "uint256";
|
|
2185
|
+
}];
|
|
2186
|
+
}, {
|
|
2187
|
+
readonly type: "event";
|
|
2188
|
+
readonly name: "Transfer";
|
|
2189
|
+
readonly inputs: readonly [{
|
|
2190
|
+
readonly indexed: true;
|
|
2191
|
+
readonly name: "from";
|
|
2192
|
+
readonly type: "address";
|
|
2193
|
+
}, {
|
|
2194
|
+
readonly indexed: true;
|
|
2195
|
+
readonly name: "to";
|
|
2196
|
+
readonly type: "address";
|
|
2197
|
+
}, {
|
|
2198
|
+
readonly indexed: false;
|
|
2199
|
+
readonly name: "value";
|
|
2200
|
+
readonly type: "uint256";
|
|
2201
|
+
}];
|
|
2202
|
+
}, {
|
|
2203
|
+
readonly type: "function";
|
|
2204
|
+
readonly name: "allowance";
|
|
2205
|
+
readonly stateMutability: "view";
|
|
2206
|
+
readonly inputs: readonly [{
|
|
2207
|
+
readonly name: "owner";
|
|
2208
|
+
readonly type: "address";
|
|
2209
|
+
}, {
|
|
2210
|
+
readonly name: "spender";
|
|
2211
|
+
readonly type: "address";
|
|
2212
|
+
}];
|
|
2213
|
+
readonly outputs: readonly [{
|
|
2214
|
+
readonly type: "uint256";
|
|
2215
|
+
}];
|
|
2216
|
+
}, {
|
|
2217
|
+
readonly type: "function";
|
|
2218
|
+
readonly name: "approve";
|
|
2219
|
+
readonly stateMutability: "nonpayable";
|
|
2220
|
+
readonly inputs: readonly [{
|
|
2221
|
+
readonly name: "spender";
|
|
2222
|
+
readonly type: "address";
|
|
2223
|
+
}, {
|
|
2224
|
+
readonly name: "amount";
|
|
2225
|
+
readonly type: "uint256";
|
|
2226
|
+
}];
|
|
2227
|
+
readonly outputs: readonly [{
|
|
2228
|
+
readonly type: "bool";
|
|
2229
|
+
}];
|
|
2230
|
+
}, {
|
|
2231
|
+
readonly type: "function";
|
|
2232
|
+
readonly name: "balanceOf";
|
|
2233
|
+
readonly stateMutability: "view";
|
|
2234
|
+
readonly inputs: readonly [{
|
|
2235
|
+
readonly name: "account";
|
|
2236
|
+
readonly type: "address";
|
|
2237
|
+
}];
|
|
2238
|
+
readonly outputs: readonly [{
|
|
2239
|
+
readonly type: "uint256";
|
|
2240
|
+
}];
|
|
2241
|
+
}, {
|
|
2242
|
+
readonly type: "function";
|
|
2243
|
+
readonly name: "decimals";
|
|
2244
|
+
readonly stateMutability: "view";
|
|
2245
|
+
readonly inputs: readonly [];
|
|
2246
|
+
readonly outputs: readonly [{
|
|
2247
|
+
readonly type: "uint8";
|
|
2248
|
+
}];
|
|
2249
|
+
}, {
|
|
2250
|
+
readonly type: "function";
|
|
2251
|
+
readonly name: "name";
|
|
2252
|
+
readonly stateMutability: "view";
|
|
2253
|
+
readonly inputs: readonly [];
|
|
2254
|
+
readonly outputs: readonly [{
|
|
2255
|
+
readonly type: "string";
|
|
2256
|
+
}];
|
|
2257
|
+
}, {
|
|
2258
|
+
readonly type: "function";
|
|
2259
|
+
readonly name: "symbol";
|
|
2260
|
+
readonly stateMutability: "view";
|
|
2261
|
+
readonly inputs: readonly [];
|
|
2262
|
+
readonly outputs: readonly [{
|
|
2263
|
+
readonly type: "string";
|
|
2264
|
+
}];
|
|
2265
|
+
}, {
|
|
2266
|
+
readonly type: "function";
|
|
2267
|
+
readonly name: "totalSupply";
|
|
2268
|
+
readonly stateMutability: "view";
|
|
2269
|
+
readonly inputs: readonly [];
|
|
2270
|
+
readonly outputs: readonly [{
|
|
2271
|
+
readonly type: "uint256";
|
|
2272
|
+
}];
|
|
2273
|
+
}, {
|
|
2274
|
+
readonly type: "function";
|
|
2275
|
+
readonly name: "transfer";
|
|
2276
|
+
readonly stateMutability: "nonpayable";
|
|
2277
|
+
readonly inputs: readonly [{
|
|
2278
|
+
readonly name: "recipient";
|
|
2279
|
+
readonly type: "address";
|
|
2280
|
+
}, {
|
|
2281
|
+
readonly name: "amount";
|
|
2282
|
+
readonly type: "uint256";
|
|
2283
|
+
}];
|
|
2284
|
+
readonly outputs: readonly [{
|
|
2285
|
+
readonly type: "bool";
|
|
2286
|
+
}];
|
|
2287
|
+
}, {
|
|
2288
|
+
readonly type: "function";
|
|
2289
|
+
readonly name: "transferFrom";
|
|
2290
|
+
readonly stateMutability: "nonpayable";
|
|
2291
|
+
readonly inputs: readonly [{
|
|
2292
|
+
readonly name: "sender";
|
|
2293
|
+
readonly type: "address";
|
|
2294
|
+
}, {
|
|
2295
|
+
readonly name: "recipient";
|
|
2296
|
+
readonly type: "address";
|
|
2297
|
+
}, {
|
|
2298
|
+
readonly name: "amount";
|
|
2299
|
+
readonly type: "uint256";
|
|
2300
|
+
}];
|
|
2301
|
+
readonly outputs: readonly [{
|
|
2302
|
+
readonly type: "bool";
|
|
2303
|
+
}];
|
|
2304
|
+
}];
|
|
406
2305
|
readonly read: {
|
|
407
2306
|
readonly decimals: () => 6;
|
|
408
2307
|
};
|
|
@@ -713,15 +2612,286 @@ export declare function extractChain({ id }: {
|
|
|
713
2612
|
readonly apiUrl: "https://api-sepolia.basescan.org/api";
|
|
714
2613
|
};
|
|
715
2614
|
};
|
|
2615
|
+
blockTime: 2000;
|
|
716
2616
|
contracts: {
|
|
717
2617
|
readonly USDC: {
|
|
718
2618
|
readonly address: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
2619
|
+
readonly abi: readonly [{
|
|
2620
|
+
readonly type: "event";
|
|
2621
|
+
readonly name: "Approval";
|
|
2622
|
+
readonly inputs: readonly [{
|
|
2623
|
+
readonly indexed: true;
|
|
2624
|
+
readonly name: "owner";
|
|
2625
|
+
readonly type: "address";
|
|
2626
|
+
}, {
|
|
2627
|
+
readonly indexed: true;
|
|
2628
|
+
readonly name: "spender";
|
|
2629
|
+
readonly type: "address";
|
|
2630
|
+
}, {
|
|
2631
|
+
readonly indexed: false;
|
|
2632
|
+
readonly name: "value";
|
|
2633
|
+
readonly type: "uint256";
|
|
2634
|
+
}];
|
|
2635
|
+
}, {
|
|
2636
|
+
readonly type: "event";
|
|
2637
|
+
readonly name: "Transfer";
|
|
2638
|
+
readonly inputs: readonly [{
|
|
2639
|
+
readonly indexed: true;
|
|
2640
|
+
readonly name: "from";
|
|
2641
|
+
readonly type: "address";
|
|
2642
|
+
}, {
|
|
2643
|
+
readonly indexed: true;
|
|
2644
|
+
readonly name: "to";
|
|
2645
|
+
readonly type: "address";
|
|
2646
|
+
}, {
|
|
2647
|
+
readonly indexed: false;
|
|
2648
|
+
readonly name: "value";
|
|
2649
|
+
readonly type: "uint256";
|
|
2650
|
+
}];
|
|
2651
|
+
}, {
|
|
2652
|
+
readonly type: "function";
|
|
2653
|
+
readonly name: "allowance";
|
|
2654
|
+
readonly stateMutability: "view";
|
|
2655
|
+
readonly inputs: readonly [{
|
|
2656
|
+
readonly name: "owner";
|
|
2657
|
+
readonly type: "address";
|
|
2658
|
+
}, {
|
|
2659
|
+
readonly name: "spender";
|
|
2660
|
+
readonly type: "address";
|
|
2661
|
+
}];
|
|
2662
|
+
readonly outputs: readonly [{
|
|
2663
|
+
readonly type: "uint256";
|
|
2664
|
+
}];
|
|
2665
|
+
}, {
|
|
2666
|
+
readonly type: "function";
|
|
2667
|
+
readonly name: "approve";
|
|
2668
|
+
readonly stateMutability: "nonpayable";
|
|
2669
|
+
readonly inputs: readonly [{
|
|
2670
|
+
readonly name: "spender";
|
|
2671
|
+
readonly type: "address";
|
|
2672
|
+
}, {
|
|
2673
|
+
readonly name: "amount";
|
|
2674
|
+
readonly type: "uint256";
|
|
2675
|
+
}];
|
|
2676
|
+
readonly outputs: readonly [{
|
|
2677
|
+
readonly type: "bool";
|
|
2678
|
+
}];
|
|
2679
|
+
}, {
|
|
2680
|
+
readonly type: "function";
|
|
2681
|
+
readonly name: "balanceOf";
|
|
2682
|
+
readonly stateMutability: "view";
|
|
2683
|
+
readonly inputs: readonly [{
|
|
2684
|
+
readonly name: "account";
|
|
2685
|
+
readonly type: "address";
|
|
2686
|
+
}];
|
|
2687
|
+
readonly outputs: readonly [{
|
|
2688
|
+
readonly type: "uint256";
|
|
2689
|
+
}];
|
|
2690
|
+
}, {
|
|
2691
|
+
readonly type: "function";
|
|
2692
|
+
readonly name: "decimals";
|
|
2693
|
+
readonly stateMutability: "view";
|
|
2694
|
+
readonly inputs: readonly [];
|
|
2695
|
+
readonly outputs: readonly [{
|
|
2696
|
+
readonly type: "uint8";
|
|
2697
|
+
}];
|
|
2698
|
+
}, {
|
|
2699
|
+
readonly type: "function";
|
|
2700
|
+
readonly name: "name";
|
|
2701
|
+
readonly stateMutability: "view";
|
|
2702
|
+
readonly inputs: readonly [];
|
|
2703
|
+
readonly outputs: readonly [{
|
|
2704
|
+
readonly type: "string";
|
|
2705
|
+
}];
|
|
2706
|
+
}, {
|
|
2707
|
+
readonly type: "function";
|
|
2708
|
+
readonly name: "symbol";
|
|
2709
|
+
readonly stateMutability: "view";
|
|
2710
|
+
readonly inputs: readonly [];
|
|
2711
|
+
readonly outputs: readonly [{
|
|
2712
|
+
readonly type: "string";
|
|
2713
|
+
}];
|
|
2714
|
+
}, {
|
|
2715
|
+
readonly type: "function";
|
|
2716
|
+
readonly name: "totalSupply";
|
|
2717
|
+
readonly stateMutability: "view";
|
|
2718
|
+
readonly inputs: readonly [];
|
|
2719
|
+
readonly outputs: readonly [{
|
|
2720
|
+
readonly type: "uint256";
|
|
2721
|
+
}];
|
|
2722
|
+
}, {
|
|
2723
|
+
readonly type: "function";
|
|
2724
|
+
readonly name: "transfer";
|
|
2725
|
+
readonly stateMutability: "nonpayable";
|
|
2726
|
+
readonly inputs: readonly [{
|
|
2727
|
+
readonly name: "recipient";
|
|
2728
|
+
readonly type: "address";
|
|
2729
|
+
}, {
|
|
2730
|
+
readonly name: "amount";
|
|
2731
|
+
readonly type: "uint256";
|
|
2732
|
+
}];
|
|
2733
|
+
readonly outputs: readonly [{
|
|
2734
|
+
readonly type: "bool";
|
|
2735
|
+
}];
|
|
2736
|
+
}, {
|
|
2737
|
+
readonly type: "function";
|
|
2738
|
+
readonly name: "transferFrom";
|
|
2739
|
+
readonly stateMutability: "nonpayable";
|
|
2740
|
+
readonly inputs: readonly [{
|
|
2741
|
+
readonly name: "sender";
|
|
2742
|
+
readonly type: "address";
|
|
2743
|
+
}, {
|
|
2744
|
+
readonly name: "recipient";
|
|
2745
|
+
readonly type: "address";
|
|
2746
|
+
}, {
|
|
2747
|
+
readonly name: "amount";
|
|
2748
|
+
readonly type: "uint256";
|
|
2749
|
+
}];
|
|
2750
|
+
readonly outputs: readonly [{
|
|
2751
|
+
readonly type: "bool";
|
|
2752
|
+
}];
|
|
2753
|
+
}];
|
|
719
2754
|
readonly read: {
|
|
720
2755
|
readonly decimals: () => 6;
|
|
721
2756
|
};
|
|
722
2757
|
};
|
|
723
2758
|
readonly EURC: {
|
|
724
2759
|
readonly address: "0x808456652fdb597867f38412077A9182bf77359F";
|
|
2760
|
+
readonly abi: readonly [{
|
|
2761
|
+
readonly type: "event";
|
|
2762
|
+
readonly name: "Approval";
|
|
2763
|
+
readonly inputs: readonly [{
|
|
2764
|
+
readonly indexed: true;
|
|
2765
|
+
readonly name: "owner";
|
|
2766
|
+
readonly type: "address";
|
|
2767
|
+
}, {
|
|
2768
|
+
readonly indexed: true;
|
|
2769
|
+
readonly name: "spender";
|
|
2770
|
+
readonly type: "address";
|
|
2771
|
+
}, {
|
|
2772
|
+
readonly indexed: false;
|
|
2773
|
+
readonly name: "value";
|
|
2774
|
+
readonly type: "uint256";
|
|
2775
|
+
}];
|
|
2776
|
+
}, {
|
|
2777
|
+
readonly type: "event";
|
|
2778
|
+
readonly name: "Transfer";
|
|
2779
|
+
readonly inputs: readonly [{
|
|
2780
|
+
readonly indexed: true;
|
|
2781
|
+
readonly name: "from";
|
|
2782
|
+
readonly type: "address";
|
|
2783
|
+
}, {
|
|
2784
|
+
readonly indexed: true;
|
|
2785
|
+
readonly name: "to";
|
|
2786
|
+
readonly type: "address";
|
|
2787
|
+
}, {
|
|
2788
|
+
readonly indexed: false;
|
|
2789
|
+
readonly name: "value";
|
|
2790
|
+
readonly type: "uint256";
|
|
2791
|
+
}];
|
|
2792
|
+
}, {
|
|
2793
|
+
readonly type: "function";
|
|
2794
|
+
readonly name: "allowance";
|
|
2795
|
+
readonly stateMutability: "view";
|
|
2796
|
+
readonly inputs: readonly [{
|
|
2797
|
+
readonly name: "owner";
|
|
2798
|
+
readonly type: "address";
|
|
2799
|
+
}, {
|
|
2800
|
+
readonly name: "spender";
|
|
2801
|
+
readonly type: "address";
|
|
2802
|
+
}];
|
|
2803
|
+
readonly outputs: readonly [{
|
|
2804
|
+
readonly type: "uint256";
|
|
2805
|
+
}];
|
|
2806
|
+
}, {
|
|
2807
|
+
readonly type: "function";
|
|
2808
|
+
readonly name: "approve";
|
|
2809
|
+
readonly stateMutability: "nonpayable";
|
|
2810
|
+
readonly inputs: readonly [{
|
|
2811
|
+
readonly name: "spender";
|
|
2812
|
+
readonly type: "address";
|
|
2813
|
+
}, {
|
|
2814
|
+
readonly name: "amount";
|
|
2815
|
+
readonly type: "uint256";
|
|
2816
|
+
}];
|
|
2817
|
+
readonly outputs: readonly [{
|
|
2818
|
+
readonly type: "bool";
|
|
2819
|
+
}];
|
|
2820
|
+
}, {
|
|
2821
|
+
readonly type: "function";
|
|
2822
|
+
readonly name: "balanceOf";
|
|
2823
|
+
readonly stateMutability: "view";
|
|
2824
|
+
readonly inputs: readonly [{
|
|
2825
|
+
readonly name: "account";
|
|
2826
|
+
readonly type: "address";
|
|
2827
|
+
}];
|
|
2828
|
+
readonly outputs: readonly [{
|
|
2829
|
+
readonly type: "uint256";
|
|
2830
|
+
}];
|
|
2831
|
+
}, {
|
|
2832
|
+
readonly type: "function";
|
|
2833
|
+
readonly name: "decimals";
|
|
2834
|
+
readonly stateMutability: "view";
|
|
2835
|
+
readonly inputs: readonly [];
|
|
2836
|
+
readonly outputs: readonly [{
|
|
2837
|
+
readonly type: "uint8";
|
|
2838
|
+
}];
|
|
2839
|
+
}, {
|
|
2840
|
+
readonly type: "function";
|
|
2841
|
+
readonly name: "name";
|
|
2842
|
+
readonly stateMutability: "view";
|
|
2843
|
+
readonly inputs: readonly [];
|
|
2844
|
+
readonly outputs: readonly [{
|
|
2845
|
+
readonly type: "string";
|
|
2846
|
+
}];
|
|
2847
|
+
}, {
|
|
2848
|
+
readonly type: "function";
|
|
2849
|
+
readonly name: "symbol";
|
|
2850
|
+
readonly stateMutability: "view";
|
|
2851
|
+
readonly inputs: readonly [];
|
|
2852
|
+
readonly outputs: readonly [{
|
|
2853
|
+
readonly type: "string";
|
|
2854
|
+
}];
|
|
2855
|
+
}, {
|
|
2856
|
+
readonly type: "function";
|
|
2857
|
+
readonly name: "totalSupply";
|
|
2858
|
+
readonly stateMutability: "view";
|
|
2859
|
+
readonly inputs: readonly [];
|
|
2860
|
+
readonly outputs: readonly [{
|
|
2861
|
+
readonly type: "uint256";
|
|
2862
|
+
}];
|
|
2863
|
+
}, {
|
|
2864
|
+
readonly type: "function";
|
|
2865
|
+
readonly name: "transfer";
|
|
2866
|
+
readonly stateMutability: "nonpayable";
|
|
2867
|
+
readonly inputs: readonly [{
|
|
2868
|
+
readonly name: "recipient";
|
|
2869
|
+
readonly type: "address";
|
|
2870
|
+
}, {
|
|
2871
|
+
readonly name: "amount";
|
|
2872
|
+
readonly type: "uint256";
|
|
2873
|
+
}];
|
|
2874
|
+
readonly outputs: readonly [{
|
|
2875
|
+
readonly type: "bool";
|
|
2876
|
+
}];
|
|
2877
|
+
}, {
|
|
2878
|
+
readonly type: "function";
|
|
2879
|
+
readonly name: "transferFrom";
|
|
2880
|
+
readonly stateMutability: "nonpayable";
|
|
2881
|
+
readonly inputs: readonly [{
|
|
2882
|
+
readonly name: "sender";
|
|
2883
|
+
readonly type: "address";
|
|
2884
|
+
}, {
|
|
2885
|
+
readonly name: "recipient";
|
|
2886
|
+
readonly type: "address";
|
|
2887
|
+
}, {
|
|
2888
|
+
readonly name: "amount";
|
|
2889
|
+
readonly type: "uint256";
|
|
2890
|
+
}];
|
|
2891
|
+
readonly outputs: readonly [{
|
|
2892
|
+
readonly type: "bool";
|
|
2893
|
+
}];
|
|
2894
|
+
}];
|
|
725
2895
|
readonly read: {
|
|
726
2896
|
readonly decimals: () => 6;
|
|
727
2897
|
};
|
|
@@ -1033,9 +3203,145 @@ export declare function extractChain({ id }: {
|
|
|
1033
3203
|
readonly apiUrl: "https://api-optimistic.etherscan.io/api";
|
|
1034
3204
|
};
|
|
1035
3205
|
};
|
|
3206
|
+
blockTime: 2000;
|
|
1036
3207
|
contracts: {
|
|
1037
3208
|
readonly USDC: {
|
|
1038
3209
|
readonly address: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
|
|
3210
|
+
readonly abi: readonly [{
|
|
3211
|
+
readonly type: "event";
|
|
3212
|
+
readonly name: "Approval";
|
|
3213
|
+
readonly inputs: readonly [{
|
|
3214
|
+
readonly indexed: true;
|
|
3215
|
+
readonly name: "owner";
|
|
3216
|
+
readonly type: "address";
|
|
3217
|
+
}, {
|
|
3218
|
+
readonly indexed: true;
|
|
3219
|
+
readonly name: "spender";
|
|
3220
|
+
readonly type: "address";
|
|
3221
|
+
}, {
|
|
3222
|
+
readonly indexed: false;
|
|
3223
|
+
readonly name: "value";
|
|
3224
|
+
readonly type: "uint256";
|
|
3225
|
+
}];
|
|
3226
|
+
}, {
|
|
3227
|
+
readonly type: "event";
|
|
3228
|
+
readonly name: "Transfer";
|
|
3229
|
+
readonly inputs: readonly [{
|
|
3230
|
+
readonly indexed: true;
|
|
3231
|
+
readonly name: "from";
|
|
3232
|
+
readonly type: "address";
|
|
3233
|
+
}, {
|
|
3234
|
+
readonly indexed: true;
|
|
3235
|
+
readonly name: "to";
|
|
3236
|
+
readonly type: "address";
|
|
3237
|
+
}, {
|
|
3238
|
+
readonly indexed: false;
|
|
3239
|
+
readonly name: "value";
|
|
3240
|
+
readonly type: "uint256";
|
|
3241
|
+
}];
|
|
3242
|
+
}, {
|
|
3243
|
+
readonly type: "function";
|
|
3244
|
+
readonly name: "allowance";
|
|
3245
|
+
readonly stateMutability: "view";
|
|
3246
|
+
readonly inputs: readonly [{
|
|
3247
|
+
readonly name: "owner";
|
|
3248
|
+
readonly type: "address";
|
|
3249
|
+
}, {
|
|
3250
|
+
readonly name: "spender";
|
|
3251
|
+
readonly type: "address";
|
|
3252
|
+
}];
|
|
3253
|
+
readonly outputs: readonly [{
|
|
3254
|
+
readonly type: "uint256";
|
|
3255
|
+
}];
|
|
3256
|
+
}, {
|
|
3257
|
+
readonly type: "function";
|
|
3258
|
+
readonly name: "approve";
|
|
3259
|
+
readonly stateMutability: "nonpayable";
|
|
3260
|
+
readonly inputs: readonly [{
|
|
3261
|
+
readonly name: "spender";
|
|
3262
|
+
readonly type: "address";
|
|
3263
|
+
}, {
|
|
3264
|
+
readonly name: "amount";
|
|
3265
|
+
readonly type: "uint256";
|
|
3266
|
+
}];
|
|
3267
|
+
readonly outputs: readonly [{
|
|
3268
|
+
readonly type: "bool";
|
|
3269
|
+
}];
|
|
3270
|
+
}, {
|
|
3271
|
+
readonly type: "function";
|
|
3272
|
+
readonly name: "balanceOf";
|
|
3273
|
+
readonly stateMutability: "view";
|
|
3274
|
+
readonly inputs: readonly [{
|
|
3275
|
+
readonly name: "account";
|
|
3276
|
+
readonly type: "address";
|
|
3277
|
+
}];
|
|
3278
|
+
readonly outputs: readonly [{
|
|
3279
|
+
readonly type: "uint256";
|
|
3280
|
+
}];
|
|
3281
|
+
}, {
|
|
3282
|
+
readonly type: "function";
|
|
3283
|
+
readonly name: "decimals";
|
|
3284
|
+
readonly stateMutability: "view";
|
|
3285
|
+
readonly inputs: readonly [];
|
|
3286
|
+
readonly outputs: readonly [{
|
|
3287
|
+
readonly type: "uint8";
|
|
3288
|
+
}];
|
|
3289
|
+
}, {
|
|
3290
|
+
readonly type: "function";
|
|
3291
|
+
readonly name: "name";
|
|
3292
|
+
readonly stateMutability: "view";
|
|
3293
|
+
readonly inputs: readonly [];
|
|
3294
|
+
readonly outputs: readonly [{
|
|
3295
|
+
readonly type: "string";
|
|
3296
|
+
}];
|
|
3297
|
+
}, {
|
|
3298
|
+
readonly type: "function";
|
|
3299
|
+
readonly name: "symbol";
|
|
3300
|
+
readonly stateMutability: "view";
|
|
3301
|
+
readonly inputs: readonly [];
|
|
3302
|
+
readonly outputs: readonly [{
|
|
3303
|
+
readonly type: "string";
|
|
3304
|
+
}];
|
|
3305
|
+
}, {
|
|
3306
|
+
readonly type: "function";
|
|
3307
|
+
readonly name: "totalSupply";
|
|
3308
|
+
readonly stateMutability: "view";
|
|
3309
|
+
readonly inputs: readonly [];
|
|
3310
|
+
readonly outputs: readonly [{
|
|
3311
|
+
readonly type: "uint256";
|
|
3312
|
+
}];
|
|
3313
|
+
}, {
|
|
3314
|
+
readonly type: "function";
|
|
3315
|
+
readonly name: "transfer";
|
|
3316
|
+
readonly stateMutability: "nonpayable";
|
|
3317
|
+
readonly inputs: readonly [{
|
|
3318
|
+
readonly name: "recipient";
|
|
3319
|
+
readonly type: "address";
|
|
3320
|
+
}, {
|
|
3321
|
+
readonly name: "amount";
|
|
3322
|
+
readonly type: "uint256";
|
|
3323
|
+
}];
|
|
3324
|
+
readonly outputs: readonly [{
|
|
3325
|
+
readonly type: "bool";
|
|
3326
|
+
}];
|
|
3327
|
+
}, {
|
|
3328
|
+
readonly type: "function";
|
|
3329
|
+
readonly name: "transferFrom";
|
|
3330
|
+
readonly stateMutability: "nonpayable";
|
|
3331
|
+
readonly inputs: readonly [{
|
|
3332
|
+
readonly name: "sender";
|
|
3333
|
+
readonly type: "address";
|
|
3334
|
+
}, {
|
|
3335
|
+
readonly name: "recipient";
|
|
3336
|
+
readonly type: "address";
|
|
3337
|
+
}, {
|
|
3338
|
+
readonly name: "amount";
|
|
3339
|
+
readonly type: "uint256";
|
|
3340
|
+
}];
|
|
3341
|
+
readonly outputs: readonly [{
|
|
3342
|
+
readonly type: "bool";
|
|
3343
|
+
}];
|
|
3344
|
+
}];
|
|
1039
3345
|
readonly read: {
|
|
1040
3346
|
readonly decimals: () => 6;
|
|
1041
3347
|
};
|
|
@@ -1344,9 +3650,145 @@ export declare function extractChain({ id }: {
|
|
|
1344
3650
|
readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
|
|
1345
3651
|
};
|
|
1346
3652
|
};
|
|
3653
|
+
blockTime: 2000;
|
|
1347
3654
|
contracts: {
|
|
1348
3655
|
readonly USDC: {
|
|
1349
3656
|
readonly address: "0x5fd84259d66Cd46123540766Be93DFE6D43130D7";
|
|
3657
|
+
readonly abi: readonly [{
|
|
3658
|
+
readonly type: "event";
|
|
3659
|
+
readonly name: "Approval";
|
|
3660
|
+
readonly inputs: readonly [{
|
|
3661
|
+
readonly indexed: true;
|
|
3662
|
+
readonly name: "owner";
|
|
3663
|
+
readonly type: "address";
|
|
3664
|
+
}, {
|
|
3665
|
+
readonly indexed: true;
|
|
3666
|
+
readonly name: "spender";
|
|
3667
|
+
readonly type: "address";
|
|
3668
|
+
}, {
|
|
3669
|
+
readonly indexed: false;
|
|
3670
|
+
readonly name: "value";
|
|
3671
|
+
readonly type: "uint256";
|
|
3672
|
+
}];
|
|
3673
|
+
}, {
|
|
3674
|
+
readonly type: "event";
|
|
3675
|
+
readonly name: "Transfer";
|
|
3676
|
+
readonly inputs: readonly [{
|
|
3677
|
+
readonly indexed: true;
|
|
3678
|
+
readonly name: "from";
|
|
3679
|
+
readonly type: "address";
|
|
3680
|
+
}, {
|
|
3681
|
+
readonly indexed: true;
|
|
3682
|
+
readonly name: "to";
|
|
3683
|
+
readonly type: "address";
|
|
3684
|
+
}, {
|
|
3685
|
+
readonly indexed: false;
|
|
3686
|
+
readonly name: "value";
|
|
3687
|
+
readonly type: "uint256";
|
|
3688
|
+
}];
|
|
3689
|
+
}, {
|
|
3690
|
+
readonly type: "function";
|
|
3691
|
+
readonly name: "allowance";
|
|
3692
|
+
readonly stateMutability: "view";
|
|
3693
|
+
readonly inputs: readonly [{
|
|
3694
|
+
readonly name: "owner";
|
|
3695
|
+
readonly type: "address";
|
|
3696
|
+
}, {
|
|
3697
|
+
readonly name: "spender";
|
|
3698
|
+
readonly type: "address";
|
|
3699
|
+
}];
|
|
3700
|
+
readonly outputs: readonly [{
|
|
3701
|
+
readonly type: "uint256";
|
|
3702
|
+
}];
|
|
3703
|
+
}, {
|
|
3704
|
+
readonly type: "function";
|
|
3705
|
+
readonly name: "approve";
|
|
3706
|
+
readonly stateMutability: "nonpayable";
|
|
3707
|
+
readonly inputs: readonly [{
|
|
3708
|
+
readonly name: "spender";
|
|
3709
|
+
readonly type: "address";
|
|
3710
|
+
}, {
|
|
3711
|
+
readonly name: "amount";
|
|
3712
|
+
readonly type: "uint256";
|
|
3713
|
+
}];
|
|
3714
|
+
readonly outputs: readonly [{
|
|
3715
|
+
readonly type: "bool";
|
|
3716
|
+
}];
|
|
3717
|
+
}, {
|
|
3718
|
+
readonly type: "function";
|
|
3719
|
+
readonly name: "balanceOf";
|
|
3720
|
+
readonly stateMutability: "view";
|
|
3721
|
+
readonly inputs: readonly [{
|
|
3722
|
+
readonly name: "account";
|
|
3723
|
+
readonly type: "address";
|
|
3724
|
+
}];
|
|
3725
|
+
readonly outputs: readonly [{
|
|
3726
|
+
readonly type: "uint256";
|
|
3727
|
+
}];
|
|
3728
|
+
}, {
|
|
3729
|
+
readonly type: "function";
|
|
3730
|
+
readonly name: "decimals";
|
|
3731
|
+
readonly stateMutability: "view";
|
|
3732
|
+
readonly inputs: readonly [];
|
|
3733
|
+
readonly outputs: readonly [{
|
|
3734
|
+
readonly type: "uint8";
|
|
3735
|
+
}];
|
|
3736
|
+
}, {
|
|
3737
|
+
readonly type: "function";
|
|
3738
|
+
readonly name: "name";
|
|
3739
|
+
readonly stateMutability: "view";
|
|
3740
|
+
readonly inputs: readonly [];
|
|
3741
|
+
readonly outputs: readonly [{
|
|
3742
|
+
readonly type: "string";
|
|
3743
|
+
}];
|
|
3744
|
+
}, {
|
|
3745
|
+
readonly type: "function";
|
|
3746
|
+
readonly name: "symbol";
|
|
3747
|
+
readonly stateMutability: "view";
|
|
3748
|
+
readonly inputs: readonly [];
|
|
3749
|
+
readonly outputs: readonly [{
|
|
3750
|
+
readonly type: "string";
|
|
3751
|
+
}];
|
|
3752
|
+
}, {
|
|
3753
|
+
readonly type: "function";
|
|
3754
|
+
readonly name: "totalSupply";
|
|
3755
|
+
readonly stateMutability: "view";
|
|
3756
|
+
readonly inputs: readonly [];
|
|
3757
|
+
readonly outputs: readonly [{
|
|
3758
|
+
readonly type: "uint256";
|
|
3759
|
+
}];
|
|
3760
|
+
}, {
|
|
3761
|
+
readonly type: "function";
|
|
3762
|
+
readonly name: "transfer";
|
|
3763
|
+
readonly stateMutability: "nonpayable";
|
|
3764
|
+
readonly inputs: readonly [{
|
|
3765
|
+
readonly name: "recipient";
|
|
3766
|
+
readonly type: "address";
|
|
3767
|
+
}, {
|
|
3768
|
+
readonly name: "amount";
|
|
3769
|
+
readonly type: "uint256";
|
|
3770
|
+
}];
|
|
3771
|
+
readonly outputs: readonly [{
|
|
3772
|
+
readonly type: "bool";
|
|
3773
|
+
}];
|
|
3774
|
+
}, {
|
|
3775
|
+
readonly type: "function";
|
|
3776
|
+
readonly name: "transferFrom";
|
|
3777
|
+
readonly stateMutability: "nonpayable";
|
|
3778
|
+
readonly inputs: readonly [{
|
|
3779
|
+
readonly name: "sender";
|
|
3780
|
+
readonly type: "address";
|
|
3781
|
+
}, {
|
|
3782
|
+
readonly name: "recipient";
|
|
3783
|
+
readonly type: "address";
|
|
3784
|
+
}, {
|
|
3785
|
+
readonly name: "amount";
|
|
3786
|
+
readonly type: "uint256";
|
|
3787
|
+
}];
|
|
3788
|
+
readonly outputs: readonly [{
|
|
3789
|
+
readonly type: "bool";
|
|
3790
|
+
}];
|
|
3791
|
+
}];
|
|
1350
3792
|
readonly read: {
|
|
1351
3793
|
readonly decimals: () => 6;
|
|
1352
3794
|
};
|
|
@@ -1655,9 +4097,145 @@ export declare function extractChain({ id }: {
|
|
|
1655
4097
|
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
1656
4098
|
};
|
|
1657
4099
|
};
|
|
4100
|
+
blockTime: 2000;
|
|
1658
4101
|
contracts: {
|
|
1659
4102
|
readonly USDC: {
|
|
1660
4103
|
readonly address: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
4104
|
+
readonly abi: readonly [{
|
|
4105
|
+
readonly type: "event";
|
|
4106
|
+
readonly name: "Approval";
|
|
4107
|
+
readonly inputs: readonly [{
|
|
4108
|
+
readonly indexed: true;
|
|
4109
|
+
readonly name: "owner";
|
|
4110
|
+
readonly type: "address";
|
|
4111
|
+
}, {
|
|
4112
|
+
readonly indexed: true;
|
|
4113
|
+
readonly name: "spender";
|
|
4114
|
+
readonly type: "address";
|
|
4115
|
+
}, {
|
|
4116
|
+
readonly indexed: false;
|
|
4117
|
+
readonly name: "value";
|
|
4118
|
+
readonly type: "uint256";
|
|
4119
|
+
}];
|
|
4120
|
+
}, {
|
|
4121
|
+
readonly type: "event";
|
|
4122
|
+
readonly name: "Transfer";
|
|
4123
|
+
readonly inputs: readonly [{
|
|
4124
|
+
readonly indexed: true;
|
|
4125
|
+
readonly name: "from";
|
|
4126
|
+
readonly type: "address";
|
|
4127
|
+
}, {
|
|
4128
|
+
readonly indexed: true;
|
|
4129
|
+
readonly name: "to";
|
|
4130
|
+
readonly type: "address";
|
|
4131
|
+
}, {
|
|
4132
|
+
readonly indexed: false;
|
|
4133
|
+
readonly name: "value";
|
|
4134
|
+
readonly type: "uint256";
|
|
4135
|
+
}];
|
|
4136
|
+
}, {
|
|
4137
|
+
readonly type: "function";
|
|
4138
|
+
readonly name: "allowance";
|
|
4139
|
+
readonly stateMutability: "view";
|
|
4140
|
+
readonly inputs: readonly [{
|
|
4141
|
+
readonly name: "owner";
|
|
4142
|
+
readonly type: "address";
|
|
4143
|
+
}, {
|
|
4144
|
+
readonly name: "spender";
|
|
4145
|
+
readonly type: "address";
|
|
4146
|
+
}];
|
|
4147
|
+
readonly outputs: readonly [{
|
|
4148
|
+
readonly type: "uint256";
|
|
4149
|
+
}];
|
|
4150
|
+
}, {
|
|
4151
|
+
readonly type: "function";
|
|
4152
|
+
readonly name: "approve";
|
|
4153
|
+
readonly stateMutability: "nonpayable";
|
|
4154
|
+
readonly inputs: readonly [{
|
|
4155
|
+
readonly name: "spender";
|
|
4156
|
+
readonly type: "address";
|
|
4157
|
+
}, {
|
|
4158
|
+
readonly name: "amount";
|
|
4159
|
+
readonly type: "uint256";
|
|
4160
|
+
}];
|
|
4161
|
+
readonly outputs: readonly [{
|
|
4162
|
+
readonly type: "bool";
|
|
4163
|
+
}];
|
|
4164
|
+
}, {
|
|
4165
|
+
readonly type: "function";
|
|
4166
|
+
readonly name: "balanceOf";
|
|
4167
|
+
readonly stateMutability: "view";
|
|
4168
|
+
readonly inputs: readonly [{
|
|
4169
|
+
readonly name: "account";
|
|
4170
|
+
readonly type: "address";
|
|
4171
|
+
}];
|
|
4172
|
+
readonly outputs: readonly [{
|
|
4173
|
+
readonly type: "uint256";
|
|
4174
|
+
}];
|
|
4175
|
+
}, {
|
|
4176
|
+
readonly type: "function";
|
|
4177
|
+
readonly name: "decimals";
|
|
4178
|
+
readonly stateMutability: "view";
|
|
4179
|
+
readonly inputs: readonly [];
|
|
4180
|
+
readonly outputs: readonly [{
|
|
4181
|
+
readonly type: "uint8";
|
|
4182
|
+
}];
|
|
4183
|
+
}, {
|
|
4184
|
+
readonly type: "function";
|
|
4185
|
+
readonly name: "name";
|
|
4186
|
+
readonly stateMutability: "view";
|
|
4187
|
+
readonly inputs: readonly [];
|
|
4188
|
+
readonly outputs: readonly [{
|
|
4189
|
+
readonly type: "string";
|
|
4190
|
+
}];
|
|
4191
|
+
}, {
|
|
4192
|
+
readonly type: "function";
|
|
4193
|
+
readonly name: "symbol";
|
|
4194
|
+
readonly stateMutability: "view";
|
|
4195
|
+
readonly inputs: readonly [];
|
|
4196
|
+
readonly outputs: readonly [{
|
|
4197
|
+
readonly type: "string";
|
|
4198
|
+
}];
|
|
4199
|
+
}, {
|
|
4200
|
+
readonly type: "function";
|
|
4201
|
+
readonly name: "totalSupply";
|
|
4202
|
+
readonly stateMutability: "view";
|
|
4203
|
+
readonly inputs: readonly [];
|
|
4204
|
+
readonly outputs: readonly [{
|
|
4205
|
+
readonly type: "uint256";
|
|
4206
|
+
}];
|
|
4207
|
+
}, {
|
|
4208
|
+
readonly type: "function";
|
|
4209
|
+
readonly name: "transfer";
|
|
4210
|
+
readonly stateMutability: "nonpayable";
|
|
4211
|
+
readonly inputs: readonly [{
|
|
4212
|
+
readonly name: "recipient";
|
|
4213
|
+
readonly type: "address";
|
|
4214
|
+
}, {
|
|
4215
|
+
readonly name: "amount";
|
|
4216
|
+
readonly type: "uint256";
|
|
4217
|
+
}];
|
|
4218
|
+
readonly outputs: readonly [{
|
|
4219
|
+
readonly type: "bool";
|
|
4220
|
+
}];
|
|
4221
|
+
}, {
|
|
4222
|
+
readonly type: "function";
|
|
4223
|
+
readonly name: "transferFrom";
|
|
4224
|
+
readonly stateMutability: "nonpayable";
|
|
4225
|
+
readonly inputs: readonly [{
|
|
4226
|
+
readonly name: "sender";
|
|
4227
|
+
readonly type: "address";
|
|
4228
|
+
}, {
|
|
4229
|
+
readonly name: "recipient";
|
|
4230
|
+
readonly type: "address";
|
|
4231
|
+
}, {
|
|
4232
|
+
readonly name: "amount";
|
|
4233
|
+
readonly type: "uint256";
|
|
4234
|
+
}];
|
|
4235
|
+
readonly outputs: readonly [{
|
|
4236
|
+
readonly type: "bool";
|
|
4237
|
+
}];
|
|
4238
|
+
}];
|
|
1661
4239
|
readonly read: {
|
|
1662
4240
|
readonly decimals: () => 6;
|
|
1663
4241
|
};
|
|
@@ -1961,9 +4539,145 @@ export declare function extractChain({ id }: {
|
|
|
1961
4539
|
readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
|
|
1962
4540
|
};
|
|
1963
4541
|
};
|
|
4542
|
+
blockTime: 2000;
|
|
1964
4543
|
contracts: {
|
|
1965
4544
|
readonly USDC: {
|
|
1966
4545
|
readonly address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
4546
|
+
readonly abi: readonly [{
|
|
4547
|
+
readonly type: "event";
|
|
4548
|
+
readonly name: "Approval";
|
|
4549
|
+
readonly inputs: readonly [{
|
|
4550
|
+
readonly indexed: true;
|
|
4551
|
+
readonly name: "owner";
|
|
4552
|
+
readonly type: "address";
|
|
4553
|
+
}, {
|
|
4554
|
+
readonly indexed: true;
|
|
4555
|
+
readonly name: "spender";
|
|
4556
|
+
readonly type: "address";
|
|
4557
|
+
}, {
|
|
4558
|
+
readonly indexed: false;
|
|
4559
|
+
readonly name: "value";
|
|
4560
|
+
readonly type: "uint256";
|
|
4561
|
+
}];
|
|
4562
|
+
}, {
|
|
4563
|
+
readonly type: "event";
|
|
4564
|
+
readonly name: "Transfer";
|
|
4565
|
+
readonly inputs: readonly [{
|
|
4566
|
+
readonly indexed: true;
|
|
4567
|
+
readonly name: "from";
|
|
4568
|
+
readonly type: "address";
|
|
4569
|
+
}, {
|
|
4570
|
+
readonly indexed: true;
|
|
4571
|
+
readonly name: "to";
|
|
4572
|
+
readonly type: "address";
|
|
4573
|
+
}, {
|
|
4574
|
+
readonly indexed: false;
|
|
4575
|
+
readonly name: "value";
|
|
4576
|
+
readonly type: "uint256";
|
|
4577
|
+
}];
|
|
4578
|
+
}, {
|
|
4579
|
+
readonly type: "function";
|
|
4580
|
+
readonly name: "allowance";
|
|
4581
|
+
readonly stateMutability: "view";
|
|
4582
|
+
readonly inputs: readonly [{
|
|
4583
|
+
readonly name: "owner";
|
|
4584
|
+
readonly type: "address";
|
|
4585
|
+
}, {
|
|
4586
|
+
readonly name: "spender";
|
|
4587
|
+
readonly type: "address";
|
|
4588
|
+
}];
|
|
4589
|
+
readonly outputs: readonly [{
|
|
4590
|
+
readonly type: "uint256";
|
|
4591
|
+
}];
|
|
4592
|
+
}, {
|
|
4593
|
+
readonly type: "function";
|
|
4594
|
+
readonly name: "approve";
|
|
4595
|
+
readonly stateMutability: "nonpayable";
|
|
4596
|
+
readonly inputs: readonly [{
|
|
4597
|
+
readonly name: "spender";
|
|
4598
|
+
readonly type: "address";
|
|
4599
|
+
}, {
|
|
4600
|
+
readonly name: "amount";
|
|
4601
|
+
readonly type: "uint256";
|
|
4602
|
+
}];
|
|
4603
|
+
readonly outputs: readonly [{
|
|
4604
|
+
readonly type: "bool";
|
|
4605
|
+
}];
|
|
4606
|
+
}, {
|
|
4607
|
+
readonly type: "function";
|
|
4608
|
+
readonly name: "balanceOf";
|
|
4609
|
+
readonly stateMutability: "view";
|
|
4610
|
+
readonly inputs: readonly [{
|
|
4611
|
+
readonly name: "account";
|
|
4612
|
+
readonly type: "address";
|
|
4613
|
+
}];
|
|
4614
|
+
readonly outputs: readonly [{
|
|
4615
|
+
readonly type: "uint256";
|
|
4616
|
+
}];
|
|
4617
|
+
}, {
|
|
4618
|
+
readonly type: "function";
|
|
4619
|
+
readonly name: "decimals";
|
|
4620
|
+
readonly stateMutability: "view";
|
|
4621
|
+
readonly inputs: readonly [];
|
|
4622
|
+
readonly outputs: readonly [{
|
|
4623
|
+
readonly type: "uint8";
|
|
4624
|
+
}];
|
|
4625
|
+
}, {
|
|
4626
|
+
readonly type: "function";
|
|
4627
|
+
readonly name: "name";
|
|
4628
|
+
readonly stateMutability: "view";
|
|
4629
|
+
readonly inputs: readonly [];
|
|
4630
|
+
readonly outputs: readonly [{
|
|
4631
|
+
readonly type: "string";
|
|
4632
|
+
}];
|
|
4633
|
+
}, {
|
|
4634
|
+
readonly type: "function";
|
|
4635
|
+
readonly name: "symbol";
|
|
4636
|
+
readonly stateMutability: "view";
|
|
4637
|
+
readonly inputs: readonly [];
|
|
4638
|
+
readonly outputs: readonly [{
|
|
4639
|
+
readonly type: "string";
|
|
4640
|
+
}];
|
|
4641
|
+
}, {
|
|
4642
|
+
readonly type: "function";
|
|
4643
|
+
readonly name: "totalSupply";
|
|
4644
|
+
readonly stateMutability: "view";
|
|
4645
|
+
readonly inputs: readonly [];
|
|
4646
|
+
readonly outputs: readonly [{
|
|
4647
|
+
readonly type: "uint256";
|
|
4648
|
+
}];
|
|
4649
|
+
}, {
|
|
4650
|
+
readonly type: "function";
|
|
4651
|
+
readonly name: "transfer";
|
|
4652
|
+
readonly stateMutability: "nonpayable";
|
|
4653
|
+
readonly inputs: readonly [{
|
|
4654
|
+
readonly name: "recipient";
|
|
4655
|
+
readonly type: "address";
|
|
4656
|
+
}, {
|
|
4657
|
+
readonly name: "amount";
|
|
4658
|
+
readonly type: "uint256";
|
|
4659
|
+
}];
|
|
4660
|
+
readonly outputs: readonly [{
|
|
4661
|
+
readonly type: "bool";
|
|
4662
|
+
}];
|
|
4663
|
+
}, {
|
|
4664
|
+
readonly type: "function";
|
|
4665
|
+
readonly name: "transferFrom";
|
|
4666
|
+
readonly stateMutability: "nonpayable";
|
|
4667
|
+
readonly inputs: readonly [{
|
|
4668
|
+
readonly name: "sender";
|
|
4669
|
+
readonly type: "address";
|
|
4670
|
+
}, {
|
|
4671
|
+
readonly name: "recipient";
|
|
4672
|
+
readonly type: "address";
|
|
4673
|
+
}, {
|
|
4674
|
+
readonly name: "amount";
|
|
4675
|
+
readonly type: "uint256";
|
|
4676
|
+
}];
|
|
4677
|
+
readonly outputs: readonly [{
|
|
4678
|
+
readonly type: "bool";
|
|
4679
|
+
}];
|
|
4680
|
+
}];
|
|
1967
4681
|
readonly read: {
|
|
1968
4682
|
readonly decimals: () => 6;
|
|
1969
4683
|
};
|
|
@@ -2266,9 +4980,10 @@ export declare function extractChain({ id }: {
|
|
|
2266
4980
|
readonly url: "https://eth-explorer.near.org";
|
|
2267
4981
|
};
|
|
2268
4982
|
};
|
|
4983
|
+
blockTime?: number | undefined | undefined;
|
|
2269
4984
|
contracts: {
|
|
2270
4985
|
readonly USDC: {
|
|
2271
|
-
readonly address:
|
|
4986
|
+
readonly address: "17208628f84f5d6ad33f0da3bbbeb27ffcb398eac501a31bd6ad2011e36133a1";
|
|
2272
4987
|
readonly read: {
|
|
2273
4988
|
readonly decimals: () => 6;
|
|
2274
4989
|
};
|
|
@@ -2297,7 +5012,7 @@ export declare function extractChain({ id }: {
|
|
|
2297
5012
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2298
5013
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
2299
5014
|
readonly blockchainId: "NEAR";
|
|
2300
|
-
readonly blockchainVm: "
|
|
5015
|
+
readonly blockchainVm: "NEAR";
|
|
2301
5016
|
readonly formatters?: undefined | undefined;
|
|
2302
5017
|
} | {
|
|
2303
5018
|
blockExplorers: {
|
|
@@ -2306,9 +5021,10 @@ export declare function extractChain({ id }: {
|
|
|
2306
5021
|
readonly url: "https://eth-explorer-testnet.near.org";
|
|
2307
5022
|
};
|
|
2308
5023
|
};
|
|
5024
|
+
blockTime?: number | undefined | undefined;
|
|
2309
5025
|
contracts: {
|
|
2310
5026
|
readonly USDC: {
|
|
2311
|
-
readonly address:
|
|
5027
|
+
readonly address: "3e2210e1184b45b64c8a434c0a7e7b23cc04ea7eb7a6c3c32520d03d4afcb8af";
|
|
2312
5028
|
readonly read: {
|
|
2313
5029
|
readonly decimals: () => 6;
|
|
2314
5030
|
};
|
|
@@ -2337,7 +5053,7 @@ export declare function extractChain({ id }: {
|
|
|
2337
5053
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2338
5054
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
2339
5055
|
readonly blockchainId: "NEAR-TESTNET";
|
|
2340
|
-
readonly blockchainVm: "
|
|
5056
|
+
readonly blockchainVm: "NEAR";
|
|
2341
5057
|
readonly formatters?: undefined | undefined;
|
|
2342
5058
|
} | undefined;
|
|
2343
5059
|
//# sourceMappingURL=extractChain.d.ts.map
|