@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
|
@@ -14,9 +14,145 @@ export declare function extractChain({ id }: {
|
|
|
14
14
|
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
|
+
blockTime?: number | undefined | undefined;
|
|
17
18
|
contracts: {
|
|
18
19
|
readonly USDC: {
|
|
19
20
|
readonly address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
21
|
+
readonly abi: readonly [{
|
|
22
|
+
readonly type: "event";
|
|
23
|
+
readonly name: "Approval";
|
|
24
|
+
readonly inputs: readonly [{
|
|
25
|
+
readonly indexed: true;
|
|
26
|
+
readonly name: "owner";
|
|
27
|
+
readonly type: "address";
|
|
28
|
+
}, {
|
|
29
|
+
readonly indexed: true;
|
|
30
|
+
readonly name: "spender";
|
|
31
|
+
readonly type: "address";
|
|
32
|
+
}, {
|
|
33
|
+
readonly indexed: false;
|
|
34
|
+
readonly name: "value";
|
|
35
|
+
readonly type: "uint256";
|
|
36
|
+
}];
|
|
37
|
+
}, {
|
|
38
|
+
readonly type: "event";
|
|
39
|
+
readonly name: "Transfer";
|
|
40
|
+
readonly inputs: readonly [{
|
|
41
|
+
readonly indexed: true;
|
|
42
|
+
readonly name: "from";
|
|
43
|
+
readonly type: "address";
|
|
44
|
+
}, {
|
|
45
|
+
readonly indexed: true;
|
|
46
|
+
readonly name: "to";
|
|
47
|
+
readonly type: "address";
|
|
48
|
+
}, {
|
|
49
|
+
readonly indexed: false;
|
|
50
|
+
readonly name: "value";
|
|
51
|
+
readonly type: "uint256";
|
|
52
|
+
}];
|
|
53
|
+
}, {
|
|
54
|
+
readonly type: "function";
|
|
55
|
+
readonly name: "allowance";
|
|
56
|
+
readonly stateMutability: "view";
|
|
57
|
+
readonly inputs: readonly [{
|
|
58
|
+
readonly name: "owner";
|
|
59
|
+
readonly type: "address";
|
|
60
|
+
}, {
|
|
61
|
+
readonly name: "spender";
|
|
62
|
+
readonly type: "address";
|
|
63
|
+
}];
|
|
64
|
+
readonly outputs: readonly [{
|
|
65
|
+
readonly type: "uint256";
|
|
66
|
+
}];
|
|
67
|
+
}, {
|
|
68
|
+
readonly type: "function";
|
|
69
|
+
readonly name: "approve";
|
|
70
|
+
readonly stateMutability: "nonpayable";
|
|
71
|
+
readonly inputs: readonly [{
|
|
72
|
+
readonly name: "spender";
|
|
73
|
+
readonly type: "address";
|
|
74
|
+
}, {
|
|
75
|
+
readonly name: "amount";
|
|
76
|
+
readonly type: "uint256";
|
|
77
|
+
}];
|
|
78
|
+
readonly outputs: readonly [{
|
|
79
|
+
readonly type: "bool";
|
|
80
|
+
}];
|
|
81
|
+
}, {
|
|
82
|
+
readonly type: "function";
|
|
83
|
+
readonly name: "balanceOf";
|
|
84
|
+
readonly stateMutability: "view";
|
|
85
|
+
readonly inputs: readonly [{
|
|
86
|
+
readonly name: "account";
|
|
87
|
+
readonly type: "address";
|
|
88
|
+
}];
|
|
89
|
+
readonly outputs: readonly [{
|
|
90
|
+
readonly type: "uint256";
|
|
91
|
+
}];
|
|
92
|
+
}, {
|
|
93
|
+
readonly type: "function";
|
|
94
|
+
readonly name: "decimals";
|
|
95
|
+
readonly stateMutability: "view";
|
|
96
|
+
readonly inputs: readonly [];
|
|
97
|
+
readonly outputs: readonly [{
|
|
98
|
+
readonly type: "uint8";
|
|
99
|
+
}];
|
|
100
|
+
}, {
|
|
101
|
+
readonly type: "function";
|
|
102
|
+
readonly name: "name";
|
|
103
|
+
readonly stateMutability: "view";
|
|
104
|
+
readonly inputs: readonly [];
|
|
105
|
+
readonly outputs: readonly [{
|
|
106
|
+
readonly type: "string";
|
|
107
|
+
}];
|
|
108
|
+
}, {
|
|
109
|
+
readonly type: "function";
|
|
110
|
+
readonly name: "symbol";
|
|
111
|
+
readonly stateMutability: "view";
|
|
112
|
+
readonly inputs: readonly [];
|
|
113
|
+
readonly outputs: readonly [{
|
|
114
|
+
readonly type: "string";
|
|
115
|
+
}];
|
|
116
|
+
}, {
|
|
117
|
+
readonly type: "function";
|
|
118
|
+
readonly name: "totalSupply";
|
|
119
|
+
readonly stateMutability: "view";
|
|
120
|
+
readonly inputs: readonly [];
|
|
121
|
+
readonly outputs: readonly [{
|
|
122
|
+
readonly type: "uint256";
|
|
123
|
+
}];
|
|
124
|
+
}, {
|
|
125
|
+
readonly type: "function";
|
|
126
|
+
readonly name: "transfer";
|
|
127
|
+
readonly stateMutability: "nonpayable";
|
|
128
|
+
readonly inputs: readonly [{
|
|
129
|
+
readonly name: "recipient";
|
|
130
|
+
readonly type: "address";
|
|
131
|
+
}, {
|
|
132
|
+
readonly name: "amount";
|
|
133
|
+
readonly type: "uint256";
|
|
134
|
+
}];
|
|
135
|
+
readonly outputs: readonly [{
|
|
136
|
+
readonly type: "bool";
|
|
137
|
+
}];
|
|
138
|
+
}, {
|
|
139
|
+
readonly type: "function";
|
|
140
|
+
readonly name: "transferFrom";
|
|
141
|
+
readonly stateMutability: "nonpayable";
|
|
142
|
+
readonly inputs: readonly [{
|
|
143
|
+
readonly name: "sender";
|
|
144
|
+
readonly type: "address";
|
|
145
|
+
}, {
|
|
146
|
+
readonly name: "recipient";
|
|
147
|
+
readonly type: "address";
|
|
148
|
+
}, {
|
|
149
|
+
readonly name: "amount";
|
|
150
|
+
readonly type: "uint256";
|
|
151
|
+
}];
|
|
152
|
+
readonly outputs: readonly [{
|
|
153
|
+
readonly type: "bool";
|
|
154
|
+
}];
|
|
155
|
+
}];
|
|
20
156
|
readonly read: {
|
|
21
157
|
readonly decimals: () => 6;
|
|
22
158
|
};
|
|
@@ -55,9 +191,145 @@ export declare function extractChain({ id }: {
|
|
|
55
191
|
readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
|
|
56
192
|
};
|
|
57
193
|
};
|
|
194
|
+
blockTime?: number | undefined | undefined;
|
|
58
195
|
contracts: {
|
|
59
196
|
readonly USDC: {
|
|
60
197
|
readonly address: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
198
|
+
readonly abi: readonly [{
|
|
199
|
+
readonly type: "event";
|
|
200
|
+
readonly name: "Approval";
|
|
201
|
+
readonly inputs: readonly [{
|
|
202
|
+
readonly indexed: true;
|
|
203
|
+
readonly name: "owner";
|
|
204
|
+
readonly type: "address";
|
|
205
|
+
}, {
|
|
206
|
+
readonly indexed: true;
|
|
207
|
+
readonly name: "spender";
|
|
208
|
+
readonly type: "address";
|
|
209
|
+
}, {
|
|
210
|
+
readonly indexed: false;
|
|
211
|
+
readonly name: "value";
|
|
212
|
+
readonly type: "uint256";
|
|
213
|
+
}];
|
|
214
|
+
}, {
|
|
215
|
+
readonly type: "event";
|
|
216
|
+
readonly name: "Transfer";
|
|
217
|
+
readonly inputs: readonly [{
|
|
218
|
+
readonly indexed: true;
|
|
219
|
+
readonly name: "from";
|
|
220
|
+
readonly type: "address";
|
|
221
|
+
}, {
|
|
222
|
+
readonly indexed: true;
|
|
223
|
+
readonly name: "to";
|
|
224
|
+
readonly type: "address";
|
|
225
|
+
}, {
|
|
226
|
+
readonly indexed: false;
|
|
227
|
+
readonly name: "value";
|
|
228
|
+
readonly type: "uint256";
|
|
229
|
+
}];
|
|
230
|
+
}, {
|
|
231
|
+
readonly type: "function";
|
|
232
|
+
readonly name: "allowance";
|
|
233
|
+
readonly stateMutability: "view";
|
|
234
|
+
readonly inputs: readonly [{
|
|
235
|
+
readonly name: "owner";
|
|
236
|
+
readonly type: "address";
|
|
237
|
+
}, {
|
|
238
|
+
readonly name: "spender";
|
|
239
|
+
readonly type: "address";
|
|
240
|
+
}];
|
|
241
|
+
readonly outputs: readonly [{
|
|
242
|
+
readonly type: "uint256";
|
|
243
|
+
}];
|
|
244
|
+
}, {
|
|
245
|
+
readonly type: "function";
|
|
246
|
+
readonly name: "approve";
|
|
247
|
+
readonly stateMutability: "nonpayable";
|
|
248
|
+
readonly inputs: readonly [{
|
|
249
|
+
readonly name: "spender";
|
|
250
|
+
readonly type: "address";
|
|
251
|
+
}, {
|
|
252
|
+
readonly name: "amount";
|
|
253
|
+
readonly type: "uint256";
|
|
254
|
+
}];
|
|
255
|
+
readonly outputs: readonly [{
|
|
256
|
+
readonly type: "bool";
|
|
257
|
+
}];
|
|
258
|
+
}, {
|
|
259
|
+
readonly type: "function";
|
|
260
|
+
readonly name: "balanceOf";
|
|
261
|
+
readonly stateMutability: "view";
|
|
262
|
+
readonly inputs: readonly [{
|
|
263
|
+
readonly name: "account";
|
|
264
|
+
readonly type: "address";
|
|
265
|
+
}];
|
|
266
|
+
readonly outputs: readonly [{
|
|
267
|
+
readonly type: "uint256";
|
|
268
|
+
}];
|
|
269
|
+
}, {
|
|
270
|
+
readonly type: "function";
|
|
271
|
+
readonly name: "decimals";
|
|
272
|
+
readonly stateMutability: "view";
|
|
273
|
+
readonly inputs: readonly [];
|
|
274
|
+
readonly outputs: readonly [{
|
|
275
|
+
readonly type: "uint8";
|
|
276
|
+
}];
|
|
277
|
+
}, {
|
|
278
|
+
readonly type: "function";
|
|
279
|
+
readonly name: "name";
|
|
280
|
+
readonly stateMutability: "view";
|
|
281
|
+
readonly inputs: readonly [];
|
|
282
|
+
readonly outputs: readonly [{
|
|
283
|
+
readonly type: "string";
|
|
284
|
+
}];
|
|
285
|
+
}, {
|
|
286
|
+
readonly type: "function";
|
|
287
|
+
readonly name: "symbol";
|
|
288
|
+
readonly stateMutability: "view";
|
|
289
|
+
readonly inputs: readonly [];
|
|
290
|
+
readonly outputs: readonly [{
|
|
291
|
+
readonly type: "string";
|
|
292
|
+
}];
|
|
293
|
+
}, {
|
|
294
|
+
readonly type: "function";
|
|
295
|
+
readonly name: "totalSupply";
|
|
296
|
+
readonly stateMutability: "view";
|
|
297
|
+
readonly inputs: readonly [];
|
|
298
|
+
readonly outputs: readonly [{
|
|
299
|
+
readonly type: "uint256";
|
|
300
|
+
}];
|
|
301
|
+
}, {
|
|
302
|
+
readonly type: "function";
|
|
303
|
+
readonly name: "transfer";
|
|
304
|
+
readonly stateMutability: "nonpayable";
|
|
305
|
+
readonly inputs: readonly [{
|
|
306
|
+
readonly name: "recipient";
|
|
307
|
+
readonly type: "address";
|
|
308
|
+
}, {
|
|
309
|
+
readonly name: "amount";
|
|
310
|
+
readonly type: "uint256";
|
|
311
|
+
}];
|
|
312
|
+
readonly outputs: readonly [{
|
|
313
|
+
readonly type: "bool";
|
|
314
|
+
}];
|
|
315
|
+
}, {
|
|
316
|
+
readonly type: "function";
|
|
317
|
+
readonly name: "transferFrom";
|
|
318
|
+
readonly stateMutability: "nonpayable";
|
|
319
|
+
readonly inputs: readonly [{
|
|
320
|
+
readonly name: "sender";
|
|
321
|
+
readonly type: "address";
|
|
322
|
+
}, {
|
|
323
|
+
readonly name: "recipient";
|
|
324
|
+
readonly type: "address";
|
|
325
|
+
}, {
|
|
326
|
+
readonly name: "amount";
|
|
327
|
+
readonly type: "uint256";
|
|
328
|
+
}];
|
|
329
|
+
readonly outputs: readonly [{
|
|
330
|
+
readonly type: "bool";
|
|
331
|
+
}];
|
|
332
|
+
}];
|
|
61
333
|
readonly read: {
|
|
62
334
|
readonly decimals: () => 6;
|
|
63
335
|
};
|
|
@@ -96,15 +368,286 @@ export declare function extractChain({ id }: {
|
|
|
96
368
|
readonly apiUrl: "https://api.etherscan.io/api";
|
|
97
369
|
};
|
|
98
370
|
};
|
|
371
|
+
blockTime?: number | undefined | undefined;
|
|
99
372
|
contracts: {
|
|
100
373
|
readonly USDC: {
|
|
101
374
|
readonly address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
|
|
375
|
+
readonly abi: readonly [{
|
|
376
|
+
readonly type: "event";
|
|
377
|
+
readonly name: "Approval";
|
|
378
|
+
readonly inputs: readonly [{
|
|
379
|
+
readonly indexed: true;
|
|
380
|
+
readonly name: "owner";
|
|
381
|
+
readonly type: "address";
|
|
382
|
+
}, {
|
|
383
|
+
readonly indexed: true;
|
|
384
|
+
readonly name: "spender";
|
|
385
|
+
readonly type: "address";
|
|
386
|
+
}, {
|
|
387
|
+
readonly indexed: false;
|
|
388
|
+
readonly name: "value";
|
|
389
|
+
readonly type: "uint256";
|
|
390
|
+
}];
|
|
391
|
+
}, {
|
|
392
|
+
readonly type: "event";
|
|
393
|
+
readonly name: "Transfer";
|
|
394
|
+
readonly inputs: readonly [{
|
|
395
|
+
readonly indexed: true;
|
|
396
|
+
readonly name: "from";
|
|
397
|
+
readonly type: "address";
|
|
398
|
+
}, {
|
|
399
|
+
readonly indexed: true;
|
|
400
|
+
readonly name: "to";
|
|
401
|
+
readonly type: "address";
|
|
402
|
+
}, {
|
|
403
|
+
readonly indexed: false;
|
|
404
|
+
readonly name: "value";
|
|
405
|
+
readonly type: "uint256";
|
|
406
|
+
}];
|
|
407
|
+
}, {
|
|
408
|
+
readonly type: "function";
|
|
409
|
+
readonly name: "allowance";
|
|
410
|
+
readonly stateMutability: "view";
|
|
411
|
+
readonly inputs: readonly [{
|
|
412
|
+
readonly name: "owner";
|
|
413
|
+
readonly type: "address";
|
|
414
|
+
}, {
|
|
415
|
+
readonly name: "spender";
|
|
416
|
+
readonly type: "address";
|
|
417
|
+
}];
|
|
418
|
+
readonly outputs: readonly [{
|
|
419
|
+
readonly type: "uint256";
|
|
420
|
+
}];
|
|
421
|
+
}, {
|
|
422
|
+
readonly type: "function";
|
|
423
|
+
readonly name: "approve";
|
|
424
|
+
readonly stateMutability: "nonpayable";
|
|
425
|
+
readonly inputs: readonly [{
|
|
426
|
+
readonly name: "spender";
|
|
427
|
+
readonly type: "address";
|
|
428
|
+
}, {
|
|
429
|
+
readonly name: "amount";
|
|
430
|
+
readonly type: "uint256";
|
|
431
|
+
}];
|
|
432
|
+
readonly outputs: readonly [{
|
|
433
|
+
readonly type: "bool";
|
|
434
|
+
}];
|
|
435
|
+
}, {
|
|
436
|
+
readonly type: "function";
|
|
437
|
+
readonly name: "balanceOf";
|
|
438
|
+
readonly stateMutability: "view";
|
|
439
|
+
readonly inputs: readonly [{
|
|
440
|
+
readonly name: "account";
|
|
441
|
+
readonly type: "address";
|
|
442
|
+
}];
|
|
443
|
+
readonly outputs: readonly [{
|
|
444
|
+
readonly type: "uint256";
|
|
445
|
+
}];
|
|
446
|
+
}, {
|
|
447
|
+
readonly type: "function";
|
|
448
|
+
readonly name: "decimals";
|
|
449
|
+
readonly stateMutability: "view";
|
|
450
|
+
readonly inputs: readonly [];
|
|
451
|
+
readonly outputs: readonly [{
|
|
452
|
+
readonly type: "uint8";
|
|
453
|
+
}];
|
|
454
|
+
}, {
|
|
455
|
+
readonly type: "function";
|
|
456
|
+
readonly name: "name";
|
|
457
|
+
readonly stateMutability: "view";
|
|
458
|
+
readonly inputs: readonly [];
|
|
459
|
+
readonly outputs: readonly [{
|
|
460
|
+
readonly type: "string";
|
|
461
|
+
}];
|
|
462
|
+
}, {
|
|
463
|
+
readonly type: "function";
|
|
464
|
+
readonly name: "symbol";
|
|
465
|
+
readonly stateMutability: "view";
|
|
466
|
+
readonly inputs: readonly [];
|
|
467
|
+
readonly outputs: readonly [{
|
|
468
|
+
readonly type: "string";
|
|
469
|
+
}];
|
|
470
|
+
}, {
|
|
471
|
+
readonly type: "function";
|
|
472
|
+
readonly name: "totalSupply";
|
|
473
|
+
readonly stateMutability: "view";
|
|
474
|
+
readonly inputs: readonly [];
|
|
475
|
+
readonly outputs: readonly [{
|
|
476
|
+
readonly type: "uint256";
|
|
477
|
+
}];
|
|
478
|
+
}, {
|
|
479
|
+
readonly type: "function";
|
|
480
|
+
readonly name: "transfer";
|
|
481
|
+
readonly stateMutability: "nonpayable";
|
|
482
|
+
readonly inputs: readonly [{
|
|
483
|
+
readonly name: "recipient";
|
|
484
|
+
readonly type: "address";
|
|
485
|
+
}, {
|
|
486
|
+
readonly name: "amount";
|
|
487
|
+
readonly type: "uint256";
|
|
488
|
+
}];
|
|
489
|
+
readonly outputs: readonly [{
|
|
490
|
+
readonly type: "bool";
|
|
491
|
+
}];
|
|
492
|
+
}, {
|
|
493
|
+
readonly type: "function";
|
|
494
|
+
readonly name: "transferFrom";
|
|
495
|
+
readonly stateMutability: "nonpayable";
|
|
496
|
+
readonly inputs: readonly [{
|
|
497
|
+
readonly name: "sender";
|
|
498
|
+
readonly type: "address";
|
|
499
|
+
}, {
|
|
500
|
+
readonly name: "recipient";
|
|
501
|
+
readonly type: "address";
|
|
502
|
+
}, {
|
|
503
|
+
readonly name: "amount";
|
|
504
|
+
readonly type: "uint256";
|
|
505
|
+
}];
|
|
506
|
+
readonly outputs: readonly [{
|
|
507
|
+
readonly type: "bool";
|
|
508
|
+
}];
|
|
509
|
+
}];
|
|
102
510
|
readonly read: {
|
|
103
511
|
readonly decimals: () => 6;
|
|
104
512
|
};
|
|
105
513
|
};
|
|
106
514
|
readonly EURC: {
|
|
107
515
|
readonly address: "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c";
|
|
516
|
+
readonly abi: readonly [{
|
|
517
|
+
readonly type: "event";
|
|
518
|
+
readonly name: "Approval";
|
|
519
|
+
readonly inputs: readonly [{
|
|
520
|
+
readonly indexed: true;
|
|
521
|
+
readonly name: "owner";
|
|
522
|
+
readonly type: "address";
|
|
523
|
+
}, {
|
|
524
|
+
readonly indexed: true;
|
|
525
|
+
readonly name: "spender";
|
|
526
|
+
readonly type: "address";
|
|
527
|
+
}, {
|
|
528
|
+
readonly indexed: false;
|
|
529
|
+
readonly name: "value";
|
|
530
|
+
readonly type: "uint256";
|
|
531
|
+
}];
|
|
532
|
+
}, {
|
|
533
|
+
readonly type: "event";
|
|
534
|
+
readonly name: "Transfer";
|
|
535
|
+
readonly inputs: readonly [{
|
|
536
|
+
readonly indexed: true;
|
|
537
|
+
readonly name: "from";
|
|
538
|
+
readonly type: "address";
|
|
539
|
+
}, {
|
|
540
|
+
readonly indexed: true;
|
|
541
|
+
readonly name: "to";
|
|
542
|
+
readonly type: "address";
|
|
543
|
+
}, {
|
|
544
|
+
readonly indexed: false;
|
|
545
|
+
readonly name: "value";
|
|
546
|
+
readonly type: "uint256";
|
|
547
|
+
}];
|
|
548
|
+
}, {
|
|
549
|
+
readonly type: "function";
|
|
550
|
+
readonly name: "allowance";
|
|
551
|
+
readonly stateMutability: "view";
|
|
552
|
+
readonly inputs: readonly [{
|
|
553
|
+
readonly name: "owner";
|
|
554
|
+
readonly type: "address";
|
|
555
|
+
}, {
|
|
556
|
+
readonly name: "spender";
|
|
557
|
+
readonly type: "address";
|
|
558
|
+
}];
|
|
559
|
+
readonly outputs: readonly [{
|
|
560
|
+
readonly type: "uint256";
|
|
561
|
+
}];
|
|
562
|
+
}, {
|
|
563
|
+
readonly type: "function";
|
|
564
|
+
readonly name: "approve";
|
|
565
|
+
readonly stateMutability: "nonpayable";
|
|
566
|
+
readonly inputs: readonly [{
|
|
567
|
+
readonly name: "spender";
|
|
568
|
+
readonly type: "address";
|
|
569
|
+
}, {
|
|
570
|
+
readonly name: "amount";
|
|
571
|
+
readonly type: "uint256";
|
|
572
|
+
}];
|
|
573
|
+
readonly outputs: readonly [{
|
|
574
|
+
readonly type: "bool";
|
|
575
|
+
}];
|
|
576
|
+
}, {
|
|
577
|
+
readonly type: "function";
|
|
578
|
+
readonly name: "balanceOf";
|
|
579
|
+
readonly stateMutability: "view";
|
|
580
|
+
readonly inputs: readonly [{
|
|
581
|
+
readonly name: "account";
|
|
582
|
+
readonly type: "address";
|
|
583
|
+
}];
|
|
584
|
+
readonly outputs: readonly [{
|
|
585
|
+
readonly type: "uint256";
|
|
586
|
+
}];
|
|
587
|
+
}, {
|
|
588
|
+
readonly type: "function";
|
|
589
|
+
readonly name: "decimals";
|
|
590
|
+
readonly stateMutability: "view";
|
|
591
|
+
readonly inputs: readonly [];
|
|
592
|
+
readonly outputs: readonly [{
|
|
593
|
+
readonly type: "uint8";
|
|
594
|
+
}];
|
|
595
|
+
}, {
|
|
596
|
+
readonly type: "function";
|
|
597
|
+
readonly name: "name";
|
|
598
|
+
readonly stateMutability: "view";
|
|
599
|
+
readonly inputs: readonly [];
|
|
600
|
+
readonly outputs: readonly [{
|
|
601
|
+
readonly type: "string";
|
|
602
|
+
}];
|
|
603
|
+
}, {
|
|
604
|
+
readonly type: "function";
|
|
605
|
+
readonly name: "symbol";
|
|
606
|
+
readonly stateMutability: "view";
|
|
607
|
+
readonly inputs: readonly [];
|
|
608
|
+
readonly outputs: readonly [{
|
|
609
|
+
readonly type: "string";
|
|
610
|
+
}];
|
|
611
|
+
}, {
|
|
612
|
+
readonly type: "function";
|
|
613
|
+
readonly name: "totalSupply";
|
|
614
|
+
readonly stateMutability: "view";
|
|
615
|
+
readonly inputs: readonly [];
|
|
616
|
+
readonly outputs: readonly [{
|
|
617
|
+
readonly type: "uint256";
|
|
618
|
+
}];
|
|
619
|
+
}, {
|
|
620
|
+
readonly type: "function";
|
|
621
|
+
readonly name: "transfer";
|
|
622
|
+
readonly stateMutability: "nonpayable";
|
|
623
|
+
readonly inputs: readonly [{
|
|
624
|
+
readonly name: "recipient";
|
|
625
|
+
readonly type: "address";
|
|
626
|
+
}, {
|
|
627
|
+
readonly name: "amount";
|
|
628
|
+
readonly type: "uint256";
|
|
629
|
+
}];
|
|
630
|
+
readonly outputs: readonly [{
|
|
631
|
+
readonly type: "bool";
|
|
632
|
+
}];
|
|
633
|
+
}, {
|
|
634
|
+
readonly type: "function";
|
|
635
|
+
readonly name: "transferFrom";
|
|
636
|
+
readonly stateMutability: "nonpayable";
|
|
637
|
+
readonly inputs: readonly [{
|
|
638
|
+
readonly name: "sender";
|
|
639
|
+
readonly type: "address";
|
|
640
|
+
}, {
|
|
641
|
+
readonly name: "recipient";
|
|
642
|
+
readonly type: "address";
|
|
643
|
+
}, {
|
|
644
|
+
readonly name: "amount";
|
|
645
|
+
readonly type: "uint256";
|
|
646
|
+
}];
|
|
647
|
+
readonly outputs: readonly [{
|
|
648
|
+
readonly type: "bool";
|
|
649
|
+
}];
|
|
650
|
+
}];
|
|
108
651
|
readonly read: {
|
|
109
652
|
readonly decimals: () => 6;
|
|
110
653
|
};
|
|
@@ -150,15 +693,286 @@ export declare function extractChain({ id }: {
|
|
|
150
693
|
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
151
694
|
};
|
|
152
695
|
};
|
|
696
|
+
blockTime?: number | undefined | undefined;
|
|
153
697
|
contracts: {
|
|
154
698
|
readonly USDC: {
|
|
155
699
|
readonly address: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
700
|
+
readonly abi: readonly [{
|
|
701
|
+
readonly type: "event";
|
|
702
|
+
readonly name: "Approval";
|
|
703
|
+
readonly inputs: readonly [{
|
|
704
|
+
readonly indexed: true;
|
|
705
|
+
readonly name: "owner";
|
|
706
|
+
readonly type: "address";
|
|
707
|
+
}, {
|
|
708
|
+
readonly indexed: true;
|
|
709
|
+
readonly name: "spender";
|
|
710
|
+
readonly type: "address";
|
|
711
|
+
}, {
|
|
712
|
+
readonly indexed: false;
|
|
713
|
+
readonly name: "value";
|
|
714
|
+
readonly type: "uint256";
|
|
715
|
+
}];
|
|
716
|
+
}, {
|
|
717
|
+
readonly type: "event";
|
|
718
|
+
readonly name: "Transfer";
|
|
719
|
+
readonly inputs: readonly [{
|
|
720
|
+
readonly indexed: true;
|
|
721
|
+
readonly name: "from";
|
|
722
|
+
readonly type: "address";
|
|
723
|
+
}, {
|
|
724
|
+
readonly indexed: true;
|
|
725
|
+
readonly name: "to";
|
|
726
|
+
readonly type: "address";
|
|
727
|
+
}, {
|
|
728
|
+
readonly indexed: false;
|
|
729
|
+
readonly name: "value";
|
|
730
|
+
readonly type: "uint256";
|
|
731
|
+
}];
|
|
732
|
+
}, {
|
|
733
|
+
readonly type: "function";
|
|
734
|
+
readonly name: "allowance";
|
|
735
|
+
readonly stateMutability: "view";
|
|
736
|
+
readonly inputs: readonly [{
|
|
737
|
+
readonly name: "owner";
|
|
738
|
+
readonly type: "address";
|
|
739
|
+
}, {
|
|
740
|
+
readonly name: "spender";
|
|
741
|
+
readonly type: "address";
|
|
742
|
+
}];
|
|
743
|
+
readonly outputs: readonly [{
|
|
744
|
+
readonly type: "uint256";
|
|
745
|
+
}];
|
|
746
|
+
}, {
|
|
747
|
+
readonly type: "function";
|
|
748
|
+
readonly name: "approve";
|
|
749
|
+
readonly stateMutability: "nonpayable";
|
|
750
|
+
readonly inputs: readonly [{
|
|
751
|
+
readonly name: "spender";
|
|
752
|
+
readonly type: "address";
|
|
753
|
+
}, {
|
|
754
|
+
readonly name: "amount";
|
|
755
|
+
readonly type: "uint256";
|
|
756
|
+
}];
|
|
757
|
+
readonly outputs: readonly [{
|
|
758
|
+
readonly type: "bool";
|
|
759
|
+
}];
|
|
760
|
+
}, {
|
|
761
|
+
readonly type: "function";
|
|
762
|
+
readonly name: "balanceOf";
|
|
763
|
+
readonly stateMutability: "view";
|
|
764
|
+
readonly inputs: readonly [{
|
|
765
|
+
readonly name: "account";
|
|
766
|
+
readonly type: "address";
|
|
767
|
+
}];
|
|
768
|
+
readonly outputs: readonly [{
|
|
769
|
+
readonly type: "uint256";
|
|
770
|
+
}];
|
|
771
|
+
}, {
|
|
772
|
+
readonly type: "function";
|
|
773
|
+
readonly name: "decimals";
|
|
774
|
+
readonly stateMutability: "view";
|
|
775
|
+
readonly inputs: readonly [];
|
|
776
|
+
readonly outputs: readonly [{
|
|
777
|
+
readonly type: "uint8";
|
|
778
|
+
}];
|
|
779
|
+
}, {
|
|
780
|
+
readonly type: "function";
|
|
781
|
+
readonly name: "name";
|
|
782
|
+
readonly stateMutability: "view";
|
|
783
|
+
readonly inputs: readonly [];
|
|
784
|
+
readonly outputs: readonly [{
|
|
785
|
+
readonly type: "string";
|
|
786
|
+
}];
|
|
787
|
+
}, {
|
|
788
|
+
readonly type: "function";
|
|
789
|
+
readonly name: "symbol";
|
|
790
|
+
readonly stateMutability: "view";
|
|
791
|
+
readonly inputs: readonly [];
|
|
792
|
+
readonly outputs: readonly [{
|
|
793
|
+
readonly type: "string";
|
|
794
|
+
}];
|
|
795
|
+
}, {
|
|
796
|
+
readonly type: "function";
|
|
797
|
+
readonly name: "totalSupply";
|
|
798
|
+
readonly stateMutability: "view";
|
|
799
|
+
readonly inputs: readonly [];
|
|
800
|
+
readonly outputs: readonly [{
|
|
801
|
+
readonly type: "uint256";
|
|
802
|
+
}];
|
|
803
|
+
}, {
|
|
804
|
+
readonly type: "function";
|
|
805
|
+
readonly name: "transfer";
|
|
806
|
+
readonly stateMutability: "nonpayable";
|
|
807
|
+
readonly inputs: readonly [{
|
|
808
|
+
readonly name: "recipient";
|
|
809
|
+
readonly type: "address";
|
|
810
|
+
}, {
|
|
811
|
+
readonly name: "amount";
|
|
812
|
+
readonly type: "uint256";
|
|
813
|
+
}];
|
|
814
|
+
readonly outputs: readonly [{
|
|
815
|
+
readonly type: "bool";
|
|
816
|
+
}];
|
|
817
|
+
}, {
|
|
818
|
+
readonly type: "function";
|
|
819
|
+
readonly name: "transferFrom";
|
|
820
|
+
readonly stateMutability: "nonpayable";
|
|
821
|
+
readonly inputs: readonly [{
|
|
822
|
+
readonly name: "sender";
|
|
823
|
+
readonly type: "address";
|
|
824
|
+
}, {
|
|
825
|
+
readonly name: "recipient";
|
|
826
|
+
readonly type: "address";
|
|
827
|
+
}, {
|
|
828
|
+
readonly name: "amount";
|
|
829
|
+
readonly type: "uint256";
|
|
830
|
+
}];
|
|
831
|
+
readonly outputs: readonly [{
|
|
832
|
+
readonly type: "bool";
|
|
833
|
+
}];
|
|
834
|
+
}];
|
|
156
835
|
readonly read: {
|
|
157
836
|
readonly decimals: () => 6;
|
|
158
837
|
};
|
|
159
838
|
};
|
|
160
839
|
readonly EURC: {
|
|
161
840
|
readonly address: "0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4";
|
|
841
|
+
readonly abi: readonly [{
|
|
842
|
+
readonly type: "event";
|
|
843
|
+
readonly name: "Approval";
|
|
844
|
+
readonly inputs: readonly [{
|
|
845
|
+
readonly indexed: true;
|
|
846
|
+
readonly name: "owner";
|
|
847
|
+
readonly type: "address";
|
|
848
|
+
}, {
|
|
849
|
+
readonly indexed: true;
|
|
850
|
+
readonly name: "spender";
|
|
851
|
+
readonly type: "address";
|
|
852
|
+
}, {
|
|
853
|
+
readonly indexed: false;
|
|
854
|
+
readonly name: "value";
|
|
855
|
+
readonly type: "uint256";
|
|
856
|
+
}];
|
|
857
|
+
}, {
|
|
858
|
+
readonly type: "event";
|
|
859
|
+
readonly name: "Transfer";
|
|
860
|
+
readonly inputs: readonly [{
|
|
861
|
+
readonly indexed: true;
|
|
862
|
+
readonly name: "from";
|
|
863
|
+
readonly type: "address";
|
|
864
|
+
}, {
|
|
865
|
+
readonly indexed: true;
|
|
866
|
+
readonly name: "to";
|
|
867
|
+
readonly type: "address";
|
|
868
|
+
}, {
|
|
869
|
+
readonly indexed: false;
|
|
870
|
+
readonly name: "value";
|
|
871
|
+
readonly type: "uint256";
|
|
872
|
+
}];
|
|
873
|
+
}, {
|
|
874
|
+
readonly type: "function";
|
|
875
|
+
readonly name: "allowance";
|
|
876
|
+
readonly stateMutability: "view";
|
|
877
|
+
readonly inputs: readonly [{
|
|
878
|
+
readonly name: "owner";
|
|
879
|
+
readonly type: "address";
|
|
880
|
+
}, {
|
|
881
|
+
readonly name: "spender";
|
|
882
|
+
readonly type: "address";
|
|
883
|
+
}];
|
|
884
|
+
readonly outputs: readonly [{
|
|
885
|
+
readonly type: "uint256";
|
|
886
|
+
}];
|
|
887
|
+
}, {
|
|
888
|
+
readonly type: "function";
|
|
889
|
+
readonly name: "approve";
|
|
890
|
+
readonly stateMutability: "nonpayable";
|
|
891
|
+
readonly inputs: readonly [{
|
|
892
|
+
readonly name: "spender";
|
|
893
|
+
readonly type: "address";
|
|
894
|
+
}, {
|
|
895
|
+
readonly name: "amount";
|
|
896
|
+
readonly type: "uint256";
|
|
897
|
+
}];
|
|
898
|
+
readonly outputs: readonly [{
|
|
899
|
+
readonly type: "bool";
|
|
900
|
+
}];
|
|
901
|
+
}, {
|
|
902
|
+
readonly type: "function";
|
|
903
|
+
readonly name: "balanceOf";
|
|
904
|
+
readonly stateMutability: "view";
|
|
905
|
+
readonly inputs: readonly [{
|
|
906
|
+
readonly name: "account";
|
|
907
|
+
readonly type: "address";
|
|
908
|
+
}];
|
|
909
|
+
readonly outputs: readonly [{
|
|
910
|
+
readonly type: "uint256";
|
|
911
|
+
}];
|
|
912
|
+
}, {
|
|
913
|
+
readonly type: "function";
|
|
914
|
+
readonly name: "decimals";
|
|
915
|
+
readonly stateMutability: "view";
|
|
916
|
+
readonly inputs: readonly [];
|
|
917
|
+
readonly outputs: readonly [{
|
|
918
|
+
readonly type: "uint8";
|
|
919
|
+
}];
|
|
920
|
+
}, {
|
|
921
|
+
readonly type: "function";
|
|
922
|
+
readonly name: "name";
|
|
923
|
+
readonly stateMutability: "view";
|
|
924
|
+
readonly inputs: readonly [];
|
|
925
|
+
readonly outputs: readonly [{
|
|
926
|
+
readonly type: "string";
|
|
927
|
+
}];
|
|
928
|
+
}, {
|
|
929
|
+
readonly type: "function";
|
|
930
|
+
readonly name: "symbol";
|
|
931
|
+
readonly stateMutability: "view";
|
|
932
|
+
readonly inputs: readonly [];
|
|
933
|
+
readonly outputs: readonly [{
|
|
934
|
+
readonly type: "string";
|
|
935
|
+
}];
|
|
936
|
+
}, {
|
|
937
|
+
readonly type: "function";
|
|
938
|
+
readonly name: "totalSupply";
|
|
939
|
+
readonly stateMutability: "view";
|
|
940
|
+
readonly inputs: readonly [];
|
|
941
|
+
readonly outputs: readonly [{
|
|
942
|
+
readonly type: "uint256";
|
|
943
|
+
}];
|
|
944
|
+
}, {
|
|
945
|
+
readonly type: "function";
|
|
946
|
+
readonly name: "transfer";
|
|
947
|
+
readonly stateMutability: "nonpayable";
|
|
948
|
+
readonly inputs: readonly [{
|
|
949
|
+
readonly name: "recipient";
|
|
950
|
+
readonly type: "address";
|
|
951
|
+
}, {
|
|
952
|
+
readonly name: "amount";
|
|
953
|
+
readonly type: "uint256";
|
|
954
|
+
}];
|
|
955
|
+
readonly outputs: readonly [{
|
|
956
|
+
readonly type: "bool";
|
|
957
|
+
}];
|
|
958
|
+
}, {
|
|
959
|
+
readonly type: "function";
|
|
960
|
+
readonly name: "transferFrom";
|
|
961
|
+
readonly stateMutability: "nonpayable";
|
|
962
|
+
readonly inputs: readonly [{
|
|
963
|
+
readonly name: "sender";
|
|
964
|
+
readonly type: "address";
|
|
965
|
+
}, {
|
|
966
|
+
readonly name: "recipient";
|
|
967
|
+
readonly type: "address";
|
|
968
|
+
}, {
|
|
969
|
+
readonly name: "amount";
|
|
970
|
+
readonly type: "uint256";
|
|
971
|
+
}];
|
|
972
|
+
readonly outputs: readonly [{
|
|
973
|
+
readonly type: "bool";
|
|
974
|
+
}];
|
|
975
|
+
}];
|
|
162
976
|
readonly read: {
|
|
163
977
|
readonly decimals: () => 6;
|
|
164
978
|
};
|
|
@@ -204,9 +1018,145 @@ export declare function extractChain({ id }: {
|
|
|
204
1018
|
readonly apiUrl: "https://api.polygonscan.com/api";
|
|
205
1019
|
};
|
|
206
1020
|
};
|
|
1021
|
+
blockTime?: number | undefined | undefined;
|
|
207
1022
|
contracts: {
|
|
208
1023
|
readonly USDC: {
|
|
209
1024
|
readonly address: "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359";
|
|
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
|
};
|
|
@@ -245,9 +1195,145 @@ export declare function extractChain({ id }: {
|
|
|
245
1195
|
readonly apiUrl: "https://api-amoy.polygonscan.com/api";
|
|
246
1196
|
};
|
|
247
1197
|
};
|
|
1198
|
+
blockTime?: number | undefined | undefined;
|
|
248
1199
|
contracts: {
|
|
249
1200
|
readonly USDC: {
|
|
250
1201
|
readonly address: "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582";
|
|
1202
|
+
readonly abi: readonly [{
|
|
1203
|
+
readonly type: "event";
|
|
1204
|
+
readonly name: "Approval";
|
|
1205
|
+
readonly inputs: readonly [{
|
|
1206
|
+
readonly indexed: true;
|
|
1207
|
+
readonly name: "owner";
|
|
1208
|
+
readonly type: "address";
|
|
1209
|
+
}, {
|
|
1210
|
+
readonly indexed: true;
|
|
1211
|
+
readonly name: "spender";
|
|
1212
|
+
readonly type: "address";
|
|
1213
|
+
}, {
|
|
1214
|
+
readonly indexed: false;
|
|
1215
|
+
readonly name: "value";
|
|
1216
|
+
readonly type: "uint256";
|
|
1217
|
+
}];
|
|
1218
|
+
}, {
|
|
1219
|
+
readonly type: "event";
|
|
1220
|
+
readonly name: "Transfer";
|
|
1221
|
+
readonly inputs: readonly [{
|
|
1222
|
+
readonly indexed: true;
|
|
1223
|
+
readonly name: "from";
|
|
1224
|
+
readonly type: "address";
|
|
1225
|
+
}, {
|
|
1226
|
+
readonly indexed: true;
|
|
1227
|
+
readonly name: "to";
|
|
1228
|
+
readonly type: "address";
|
|
1229
|
+
}, {
|
|
1230
|
+
readonly indexed: false;
|
|
1231
|
+
readonly name: "value";
|
|
1232
|
+
readonly type: "uint256";
|
|
1233
|
+
}];
|
|
1234
|
+
}, {
|
|
1235
|
+
readonly type: "function";
|
|
1236
|
+
readonly name: "allowance";
|
|
1237
|
+
readonly stateMutability: "view";
|
|
1238
|
+
readonly inputs: readonly [{
|
|
1239
|
+
readonly name: "owner";
|
|
1240
|
+
readonly type: "address";
|
|
1241
|
+
}, {
|
|
1242
|
+
readonly name: "spender";
|
|
1243
|
+
readonly type: "address";
|
|
1244
|
+
}];
|
|
1245
|
+
readonly outputs: readonly [{
|
|
1246
|
+
readonly type: "uint256";
|
|
1247
|
+
}];
|
|
1248
|
+
}, {
|
|
1249
|
+
readonly type: "function";
|
|
1250
|
+
readonly name: "approve";
|
|
1251
|
+
readonly stateMutability: "nonpayable";
|
|
1252
|
+
readonly inputs: readonly [{
|
|
1253
|
+
readonly name: "spender";
|
|
1254
|
+
readonly type: "address";
|
|
1255
|
+
}, {
|
|
1256
|
+
readonly name: "amount";
|
|
1257
|
+
readonly type: "uint256";
|
|
1258
|
+
}];
|
|
1259
|
+
readonly outputs: readonly [{
|
|
1260
|
+
readonly type: "bool";
|
|
1261
|
+
}];
|
|
1262
|
+
}, {
|
|
1263
|
+
readonly type: "function";
|
|
1264
|
+
readonly name: "balanceOf";
|
|
1265
|
+
readonly stateMutability: "view";
|
|
1266
|
+
readonly inputs: readonly [{
|
|
1267
|
+
readonly name: "account";
|
|
1268
|
+
readonly type: "address";
|
|
1269
|
+
}];
|
|
1270
|
+
readonly outputs: readonly [{
|
|
1271
|
+
readonly type: "uint256";
|
|
1272
|
+
}];
|
|
1273
|
+
}, {
|
|
1274
|
+
readonly type: "function";
|
|
1275
|
+
readonly name: "decimals";
|
|
1276
|
+
readonly stateMutability: "view";
|
|
1277
|
+
readonly inputs: readonly [];
|
|
1278
|
+
readonly outputs: readonly [{
|
|
1279
|
+
readonly type: "uint8";
|
|
1280
|
+
}];
|
|
1281
|
+
}, {
|
|
1282
|
+
readonly type: "function";
|
|
1283
|
+
readonly name: "name";
|
|
1284
|
+
readonly stateMutability: "view";
|
|
1285
|
+
readonly inputs: readonly [];
|
|
1286
|
+
readonly outputs: readonly [{
|
|
1287
|
+
readonly type: "string";
|
|
1288
|
+
}];
|
|
1289
|
+
}, {
|
|
1290
|
+
readonly type: "function";
|
|
1291
|
+
readonly name: "symbol";
|
|
1292
|
+
readonly stateMutability: "view";
|
|
1293
|
+
readonly inputs: readonly [];
|
|
1294
|
+
readonly outputs: readonly [{
|
|
1295
|
+
readonly type: "string";
|
|
1296
|
+
}];
|
|
1297
|
+
}, {
|
|
1298
|
+
readonly type: "function";
|
|
1299
|
+
readonly name: "totalSupply";
|
|
1300
|
+
readonly stateMutability: "view";
|
|
1301
|
+
readonly inputs: readonly [];
|
|
1302
|
+
readonly outputs: readonly [{
|
|
1303
|
+
readonly type: "uint256";
|
|
1304
|
+
}];
|
|
1305
|
+
}, {
|
|
1306
|
+
readonly type: "function";
|
|
1307
|
+
readonly name: "transfer";
|
|
1308
|
+
readonly stateMutability: "nonpayable";
|
|
1309
|
+
readonly inputs: readonly [{
|
|
1310
|
+
readonly name: "recipient";
|
|
1311
|
+
readonly type: "address";
|
|
1312
|
+
}, {
|
|
1313
|
+
readonly name: "amount";
|
|
1314
|
+
readonly type: "uint256";
|
|
1315
|
+
}];
|
|
1316
|
+
readonly outputs: readonly [{
|
|
1317
|
+
readonly type: "bool";
|
|
1318
|
+
}];
|
|
1319
|
+
}, {
|
|
1320
|
+
readonly type: "function";
|
|
1321
|
+
readonly name: "transferFrom";
|
|
1322
|
+
readonly stateMutability: "nonpayable";
|
|
1323
|
+
readonly inputs: readonly [{
|
|
1324
|
+
readonly name: "sender";
|
|
1325
|
+
readonly type: "address";
|
|
1326
|
+
}, {
|
|
1327
|
+
readonly name: "recipient";
|
|
1328
|
+
readonly type: "address";
|
|
1329
|
+
}, {
|
|
1330
|
+
readonly name: "amount";
|
|
1331
|
+
readonly type: "uint256";
|
|
1332
|
+
}];
|
|
1333
|
+
readonly outputs: readonly [{
|
|
1334
|
+
readonly type: "bool";
|
|
1335
|
+
}];
|
|
1336
|
+
}];
|
|
251
1337
|
readonly read: {
|
|
252
1338
|
readonly decimals: () => 6;
|
|
253
1339
|
};
|
|
@@ -286,15 +1372,286 @@ export declare function extractChain({ id }: {
|
|
|
286
1372
|
readonly apiUrl: "https://api.basescan.org/api";
|
|
287
1373
|
};
|
|
288
1374
|
};
|
|
1375
|
+
blockTime: 2000;
|
|
289
1376
|
contracts: {
|
|
290
1377
|
readonly USDC: {
|
|
291
1378
|
readonly address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
1379
|
+
readonly abi: readonly [{
|
|
1380
|
+
readonly type: "event";
|
|
1381
|
+
readonly name: "Approval";
|
|
1382
|
+
readonly inputs: readonly [{
|
|
1383
|
+
readonly indexed: true;
|
|
1384
|
+
readonly name: "owner";
|
|
1385
|
+
readonly type: "address";
|
|
1386
|
+
}, {
|
|
1387
|
+
readonly indexed: true;
|
|
1388
|
+
readonly name: "spender";
|
|
1389
|
+
readonly type: "address";
|
|
1390
|
+
}, {
|
|
1391
|
+
readonly indexed: false;
|
|
1392
|
+
readonly name: "value";
|
|
1393
|
+
readonly type: "uint256";
|
|
1394
|
+
}];
|
|
1395
|
+
}, {
|
|
1396
|
+
readonly type: "event";
|
|
1397
|
+
readonly name: "Transfer";
|
|
1398
|
+
readonly inputs: readonly [{
|
|
1399
|
+
readonly indexed: true;
|
|
1400
|
+
readonly name: "from";
|
|
1401
|
+
readonly type: "address";
|
|
1402
|
+
}, {
|
|
1403
|
+
readonly indexed: true;
|
|
1404
|
+
readonly name: "to";
|
|
1405
|
+
readonly type: "address";
|
|
1406
|
+
}, {
|
|
1407
|
+
readonly indexed: false;
|
|
1408
|
+
readonly name: "value";
|
|
1409
|
+
readonly type: "uint256";
|
|
1410
|
+
}];
|
|
1411
|
+
}, {
|
|
1412
|
+
readonly type: "function";
|
|
1413
|
+
readonly name: "allowance";
|
|
1414
|
+
readonly stateMutability: "view";
|
|
1415
|
+
readonly inputs: readonly [{
|
|
1416
|
+
readonly name: "owner";
|
|
1417
|
+
readonly type: "address";
|
|
1418
|
+
}, {
|
|
1419
|
+
readonly name: "spender";
|
|
1420
|
+
readonly type: "address";
|
|
1421
|
+
}];
|
|
1422
|
+
readonly outputs: readonly [{
|
|
1423
|
+
readonly type: "uint256";
|
|
1424
|
+
}];
|
|
1425
|
+
}, {
|
|
1426
|
+
readonly type: "function";
|
|
1427
|
+
readonly name: "approve";
|
|
1428
|
+
readonly stateMutability: "nonpayable";
|
|
1429
|
+
readonly inputs: readonly [{
|
|
1430
|
+
readonly name: "spender";
|
|
1431
|
+
readonly type: "address";
|
|
1432
|
+
}, {
|
|
1433
|
+
readonly name: "amount";
|
|
1434
|
+
readonly type: "uint256";
|
|
1435
|
+
}];
|
|
1436
|
+
readonly outputs: readonly [{
|
|
1437
|
+
readonly type: "bool";
|
|
1438
|
+
}];
|
|
1439
|
+
}, {
|
|
1440
|
+
readonly type: "function";
|
|
1441
|
+
readonly name: "balanceOf";
|
|
1442
|
+
readonly stateMutability: "view";
|
|
1443
|
+
readonly inputs: readonly [{
|
|
1444
|
+
readonly name: "account";
|
|
1445
|
+
readonly type: "address";
|
|
1446
|
+
}];
|
|
1447
|
+
readonly outputs: readonly [{
|
|
1448
|
+
readonly type: "uint256";
|
|
1449
|
+
}];
|
|
1450
|
+
}, {
|
|
1451
|
+
readonly type: "function";
|
|
1452
|
+
readonly name: "decimals";
|
|
1453
|
+
readonly stateMutability: "view";
|
|
1454
|
+
readonly inputs: readonly [];
|
|
1455
|
+
readonly outputs: readonly [{
|
|
1456
|
+
readonly type: "uint8";
|
|
1457
|
+
}];
|
|
1458
|
+
}, {
|
|
1459
|
+
readonly type: "function";
|
|
1460
|
+
readonly name: "name";
|
|
1461
|
+
readonly stateMutability: "view";
|
|
1462
|
+
readonly inputs: readonly [];
|
|
1463
|
+
readonly outputs: readonly [{
|
|
1464
|
+
readonly type: "string";
|
|
1465
|
+
}];
|
|
1466
|
+
}, {
|
|
1467
|
+
readonly type: "function";
|
|
1468
|
+
readonly name: "symbol";
|
|
1469
|
+
readonly stateMutability: "view";
|
|
1470
|
+
readonly inputs: readonly [];
|
|
1471
|
+
readonly outputs: readonly [{
|
|
1472
|
+
readonly type: "string";
|
|
1473
|
+
}];
|
|
1474
|
+
}, {
|
|
1475
|
+
readonly type: "function";
|
|
1476
|
+
readonly name: "totalSupply";
|
|
1477
|
+
readonly stateMutability: "view";
|
|
1478
|
+
readonly inputs: readonly [];
|
|
1479
|
+
readonly outputs: readonly [{
|
|
1480
|
+
readonly type: "uint256";
|
|
1481
|
+
}];
|
|
1482
|
+
}, {
|
|
1483
|
+
readonly type: "function";
|
|
1484
|
+
readonly name: "transfer";
|
|
1485
|
+
readonly stateMutability: "nonpayable";
|
|
1486
|
+
readonly inputs: readonly [{
|
|
1487
|
+
readonly name: "recipient";
|
|
1488
|
+
readonly type: "address";
|
|
1489
|
+
}, {
|
|
1490
|
+
readonly name: "amount";
|
|
1491
|
+
readonly type: "uint256";
|
|
1492
|
+
}];
|
|
1493
|
+
readonly outputs: readonly [{
|
|
1494
|
+
readonly type: "bool";
|
|
1495
|
+
}];
|
|
1496
|
+
}, {
|
|
1497
|
+
readonly type: "function";
|
|
1498
|
+
readonly name: "transferFrom";
|
|
1499
|
+
readonly stateMutability: "nonpayable";
|
|
1500
|
+
readonly inputs: readonly [{
|
|
1501
|
+
readonly name: "sender";
|
|
1502
|
+
readonly type: "address";
|
|
1503
|
+
}, {
|
|
1504
|
+
readonly name: "recipient";
|
|
1505
|
+
readonly type: "address";
|
|
1506
|
+
}, {
|
|
1507
|
+
readonly name: "amount";
|
|
1508
|
+
readonly type: "uint256";
|
|
1509
|
+
}];
|
|
1510
|
+
readonly outputs: readonly [{
|
|
1511
|
+
readonly type: "bool";
|
|
1512
|
+
}];
|
|
1513
|
+
}];
|
|
292
1514
|
readonly read: {
|
|
293
1515
|
readonly decimals: () => 6;
|
|
294
1516
|
};
|
|
295
1517
|
};
|
|
296
1518
|
readonly EURC: {
|
|
297
1519
|
readonly address: "0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42";
|
|
1520
|
+
readonly abi: readonly [{
|
|
1521
|
+
readonly type: "event";
|
|
1522
|
+
readonly name: "Approval";
|
|
1523
|
+
readonly inputs: readonly [{
|
|
1524
|
+
readonly indexed: true;
|
|
1525
|
+
readonly name: "owner";
|
|
1526
|
+
readonly type: "address";
|
|
1527
|
+
}, {
|
|
1528
|
+
readonly indexed: true;
|
|
1529
|
+
readonly name: "spender";
|
|
1530
|
+
readonly type: "address";
|
|
1531
|
+
}, {
|
|
1532
|
+
readonly indexed: false;
|
|
1533
|
+
readonly name: "value";
|
|
1534
|
+
readonly type: "uint256";
|
|
1535
|
+
}];
|
|
1536
|
+
}, {
|
|
1537
|
+
readonly type: "event";
|
|
1538
|
+
readonly name: "Transfer";
|
|
1539
|
+
readonly inputs: readonly [{
|
|
1540
|
+
readonly indexed: true;
|
|
1541
|
+
readonly name: "from";
|
|
1542
|
+
readonly type: "address";
|
|
1543
|
+
}, {
|
|
1544
|
+
readonly indexed: true;
|
|
1545
|
+
readonly name: "to";
|
|
1546
|
+
readonly type: "address";
|
|
1547
|
+
}, {
|
|
1548
|
+
readonly indexed: false;
|
|
1549
|
+
readonly name: "value";
|
|
1550
|
+
readonly type: "uint256";
|
|
1551
|
+
}];
|
|
1552
|
+
}, {
|
|
1553
|
+
readonly type: "function";
|
|
1554
|
+
readonly name: "allowance";
|
|
1555
|
+
readonly stateMutability: "view";
|
|
1556
|
+
readonly inputs: readonly [{
|
|
1557
|
+
readonly name: "owner";
|
|
1558
|
+
readonly type: "address";
|
|
1559
|
+
}, {
|
|
1560
|
+
readonly name: "spender";
|
|
1561
|
+
readonly type: "address";
|
|
1562
|
+
}];
|
|
1563
|
+
readonly outputs: readonly [{
|
|
1564
|
+
readonly type: "uint256";
|
|
1565
|
+
}];
|
|
1566
|
+
}, {
|
|
1567
|
+
readonly type: "function";
|
|
1568
|
+
readonly name: "approve";
|
|
1569
|
+
readonly stateMutability: "nonpayable";
|
|
1570
|
+
readonly inputs: readonly [{
|
|
1571
|
+
readonly name: "spender";
|
|
1572
|
+
readonly type: "address";
|
|
1573
|
+
}, {
|
|
1574
|
+
readonly name: "amount";
|
|
1575
|
+
readonly type: "uint256";
|
|
1576
|
+
}];
|
|
1577
|
+
readonly outputs: readonly [{
|
|
1578
|
+
readonly type: "bool";
|
|
1579
|
+
}];
|
|
1580
|
+
}, {
|
|
1581
|
+
readonly type: "function";
|
|
1582
|
+
readonly name: "balanceOf";
|
|
1583
|
+
readonly stateMutability: "view";
|
|
1584
|
+
readonly inputs: readonly [{
|
|
1585
|
+
readonly name: "account";
|
|
1586
|
+
readonly type: "address";
|
|
1587
|
+
}];
|
|
1588
|
+
readonly outputs: readonly [{
|
|
1589
|
+
readonly type: "uint256";
|
|
1590
|
+
}];
|
|
1591
|
+
}, {
|
|
1592
|
+
readonly type: "function";
|
|
1593
|
+
readonly name: "decimals";
|
|
1594
|
+
readonly stateMutability: "view";
|
|
1595
|
+
readonly inputs: readonly [];
|
|
1596
|
+
readonly outputs: readonly [{
|
|
1597
|
+
readonly type: "uint8";
|
|
1598
|
+
}];
|
|
1599
|
+
}, {
|
|
1600
|
+
readonly type: "function";
|
|
1601
|
+
readonly name: "name";
|
|
1602
|
+
readonly stateMutability: "view";
|
|
1603
|
+
readonly inputs: readonly [];
|
|
1604
|
+
readonly outputs: readonly [{
|
|
1605
|
+
readonly type: "string";
|
|
1606
|
+
}];
|
|
1607
|
+
}, {
|
|
1608
|
+
readonly type: "function";
|
|
1609
|
+
readonly name: "symbol";
|
|
1610
|
+
readonly stateMutability: "view";
|
|
1611
|
+
readonly inputs: readonly [];
|
|
1612
|
+
readonly outputs: readonly [{
|
|
1613
|
+
readonly type: "string";
|
|
1614
|
+
}];
|
|
1615
|
+
}, {
|
|
1616
|
+
readonly type: "function";
|
|
1617
|
+
readonly name: "totalSupply";
|
|
1618
|
+
readonly stateMutability: "view";
|
|
1619
|
+
readonly inputs: readonly [];
|
|
1620
|
+
readonly outputs: readonly [{
|
|
1621
|
+
readonly type: "uint256";
|
|
1622
|
+
}];
|
|
1623
|
+
}, {
|
|
1624
|
+
readonly type: "function";
|
|
1625
|
+
readonly name: "transfer";
|
|
1626
|
+
readonly stateMutability: "nonpayable";
|
|
1627
|
+
readonly inputs: readonly [{
|
|
1628
|
+
readonly name: "recipient";
|
|
1629
|
+
readonly type: "address";
|
|
1630
|
+
}, {
|
|
1631
|
+
readonly name: "amount";
|
|
1632
|
+
readonly type: "uint256";
|
|
1633
|
+
}];
|
|
1634
|
+
readonly outputs: readonly [{
|
|
1635
|
+
readonly type: "bool";
|
|
1636
|
+
}];
|
|
1637
|
+
}, {
|
|
1638
|
+
readonly type: "function";
|
|
1639
|
+
readonly name: "transferFrom";
|
|
1640
|
+
readonly stateMutability: "nonpayable";
|
|
1641
|
+
readonly inputs: readonly [{
|
|
1642
|
+
readonly name: "sender";
|
|
1643
|
+
readonly type: "address";
|
|
1644
|
+
}, {
|
|
1645
|
+
readonly name: "recipient";
|
|
1646
|
+
readonly type: "address";
|
|
1647
|
+
}, {
|
|
1648
|
+
readonly name: "amount";
|
|
1649
|
+
readonly type: "uint256";
|
|
1650
|
+
}];
|
|
1651
|
+
readonly outputs: readonly [{
|
|
1652
|
+
readonly type: "bool";
|
|
1653
|
+
}];
|
|
1654
|
+
}];
|
|
298
1655
|
readonly read: {
|
|
299
1656
|
readonly decimals: () => 6;
|
|
300
1657
|
};
|
|
@@ -605,15 +1962,286 @@ export declare function extractChain({ id }: {
|
|
|
605
1962
|
readonly apiUrl: "https://api-sepolia.basescan.org/api";
|
|
606
1963
|
};
|
|
607
1964
|
};
|
|
1965
|
+
blockTime: 2000;
|
|
608
1966
|
contracts: {
|
|
609
1967
|
readonly USDC: {
|
|
610
1968
|
readonly address: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
1969
|
+
readonly abi: readonly [{
|
|
1970
|
+
readonly type: "event";
|
|
1971
|
+
readonly name: "Approval";
|
|
1972
|
+
readonly inputs: readonly [{
|
|
1973
|
+
readonly indexed: true;
|
|
1974
|
+
readonly name: "owner";
|
|
1975
|
+
readonly type: "address";
|
|
1976
|
+
}, {
|
|
1977
|
+
readonly indexed: true;
|
|
1978
|
+
readonly name: "spender";
|
|
1979
|
+
readonly type: "address";
|
|
1980
|
+
}, {
|
|
1981
|
+
readonly indexed: false;
|
|
1982
|
+
readonly name: "value";
|
|
1983
|
+
readonly type: "uint256";
|
|
1984
|
+
}];
|
|
1985
|
+
}, {
|
|
1986
|
+
readonly type: "event";
|
|
1987
|
+
readonly name: "Transfer";
|
|
1988
|
+
readonly inputs: readonly [{
|
|
1989
|
+
readonly indexed: true;
|
|
1990
|
+
readonly name: "from";
|
|
1991
|
+
readonly type: "address";
|
|
1992
|
+
}, {
|
|
1993
|
+
readonly indexed: true;
|
|
1994
|
+
readonly name: "to";
|
|
1995
|
+
readonly type: "address";
|
|
1996
|
+
}, {
|
|
1997
|
+
readonly indexed: false;
|
|
1998
|
+
readonly name: "value";
|
|
1999
|
+
readonly type: "uint256";
|
|
2000
|
+
}];
|
|
2001
|
+
}, {
|
|
2002
|
+
readonly type: "function";
|
|
2003
|
+
readonly name: "allowance";
|
|
2004
|
+
readonly stateMutability: "view";
|
|
2005
|
+
readonly inputs: readonly [{
|
|
2006
|
+
readonly name: "owner";
|
|
2007
|
+
readonly type: "address";
|
|
2008
|
+
}, {
|
|
2009
|
+
readonly name: "spender";
|
|
2010
|
+
readonly type: "address";
|
|
2011
|
+
}];
|
|
2012
|
+
readonly outputs: readonly [{
|
|
2013
|
+
readonly type: "uint256";
|
|
2014
|
+
}];
|
|
2015
|
+
}, {
|
|
2016
|
+
readonly type: "function";
|
|
2017
|
+
readonly name: "approve";
|
|
2018
|
+
readonly stateMutability: "nonpayable";
|
|
2019
|
+
readonly inputs: readonly [{
|
|
2020
|
+
readonly name: "spender";
|
|
2021
|
+
readonly type: "address";
|
|
2022
|
+
}, {
|
|
2023
|
+
readonly name: "amount";
|
|
2024
|
+
readonly type: "uint256";
|
|
2025
|
+
}];
|
|
2026
|
+
readonly outputs: readonly [{
|
|
2027
|
+
readonly type: "bool";
|
|
2028
|
+
}];
|
|
2029
|
+
}, {
|
|
2030
|
+
readonly type: "function";
|
|
2031
|
+
readonly name: "balanceOf";
|
|
2032
|
+
readonly stateMutability: "view";
|
|
2033
|
+
readonly inputs: readonly [{
|
|
2034
|
+
readonly name: "account";
|
|
2035
|
+
readonly type: "address";
|
|
2036
|
+
}];
|
|
2037
|
+
readonly outputs: readonly [{
|
|
2038
|
+
readonly type: "uint256";
|
|
2039
|
+
}];
|
|
2040
|
+
}, {
|
|
2041
|
+
readonly type: "function";
|
|
2042
|
+
readonly name: "decimals";
|
|
2043
|
+
readonly stateMutability: "view";
|
|
2044
|
+
readonly inputs: readonly [];
|
|
2045
|
+
readonly outputs: readonly [{
|
|
2046
|
+
readonly type: "uint8";
|
|
2047
|
+
}];
|
|
2048
|
+
}, {
|
|
2049
|
+
readonly type: "function";
|
|
2050
|
+
readonly name: "name";
|
|
2051
|
+
readonly stateMutability: "view";
|
|
2052
|
+
readonly inputs: readonly [];
|
|
2053
|
+
readonly outputs: readonly [{
|
|
2054
|
+
readonly type: "string";
|
|
2055
|
+
}];
|
|
2056
|
+
}, {
|
|
2057
|
+
readonly type: "function";
|
|
2058
|
+
readonly name: "symbol";
|
|
2059
|
+
readonly stateMutability: "view";
|
|
2060
|
+
readonly inputs: readonly [];
|
|
2061
|
+
readonly outputs: readonly [{
|
|
2062
|
+
readonly type: "string";
|
|
2063
|
+
}];
|
|
2064
|
+
}, {
|
|
2065
|
+
readonly type: "function";
|
|
2066
|
+
readonly name: "totalSupply";
|
|
2067
|
+
readonly stateMutability: "view";
|
|
2068
|
+
readonly inputs: readonly [];
|
|
2069
|
+
readonly outputs: readonly [{
|
|
2070
|
+
readonly type: "uint256";
|
|
2071
|
+
}];
|
|
2072
|
+
}, {
|
|
2073
|
+
readonly type: "function";
|
|
2074
|
+
readonly name: "transfer";
|
|
2075
|
+
readonly stateMutability: "nonpayable";
|
|
2076
|
+
readonly inputs: readonly [{
|
|
2077
|
+
readonly name: "recipient";
|
|
2078
|
+
readonly type: "address";
|
|
2079
|
+
}, {
|
|
2080
|
+
readonly name: "amount";
|
|
2081
|
+
readonly type: "uint256";
|
|
2082
|
+
}];
|
|
2083
|
+
readonly outputs: readonly [{
|
|
2084
|
+
readonly type: "bool";
|
|
2085
|
+
}];
|
|
2086
|
+
}, {
|
|
2087
|
+
readonly type: "function";
|
|
2088
|
+
readonly name: "transferFrom";
|
|
2089
|
+
readonly stateMutability: "nonpayable";
|
|
2090
|
+
readonly inputs: readonly [{
|
|
2091
|
+
readonly name: "sender";
|
|
2092
|
+
readonly type: "address";
|
|
2093
|
+
}, {
|
|
2094
|
+
readonly name: "recipient";
|
|
2095
|
+
readonly type: "address";
|
|
2096
|
+
}, {
|
|
2097
|
+
readonly name: "amount";
|
|
2098
|
+
readonly type: "uint256";
|
|
2099
|
+
}];
|
|
2100
|
+
readonly outputs: readonly [{
|
|
2101
|
+
readonly type: "bool";
|
|
2102
|
+
}];
|
|
2103
|
+
}];
|
|
611
2104
|
readonly read: {
|
|
612
2105
|
readonly decimals: () => 6;
|
|
613
2106
|
};
|
|
614
2107
|
};
|
|
615
2108
|
readonly EURC: {
|
|
616
2109
|
readonly address: "0x808456652fdb597867f38412077A9182bf77359F";
|
|
2110
|
+
readonly abi: readonly [{
|
|
2111
|
+
readonly type: "event";
|
|
2112
|
+
readonly name: "Approval";
|
|
2113
|
+
readonly inputs: readonly [{
|
|
2114
|
+
readonly indexed: true;
|
|
2115
|
+
readonly name: "owner";
|
|
2116
|
+
readonly type: "address";
|
|
2117
|
+
}, {
|
|
2118
|
+
readonly indexed: true;
|
|
2119
|
+
readonly name: "spender";
|
|
2120
|
+
readonly type: "address";
|
|
2121
|
+
}, {
|
|
2122
|
+
readonly indexed: false;
|
|
2123
|
+
readonly name: "value";
|
|
2124
|
+
readonly type: "uint256";
|
|
2125
|
+
}];
|
|
2126
|
+
}, {
|
|
2127
|
+
readonly type: "event";
|
|
2128
|
+
readonly name: "Transfer";
|
|
2129
|
+
readonly inputs: readonly [{
|
|
2130
|
+
readonly indexed: true;
|
|
2131
|
+
readonly name: "from";
|
|
2132
|
+
readonly type: "address";
|
|
2133
|
+
}, {
|
|
2134
|
+
readonly indexed: true;
|
|
2135
|
+
readonly name: "to";
|
|
2136
|
+
readonly type: "address";
|
|
2137
|
+
}, {
|
|
2138
|
+
readonly indexed: false;
|
|
2139
|
+
readonly name: "value";
|
|
2140
|
+
readonly type: "uint256";
|
|
2141
|
+
}];
|
|
2142
|
+
}, {
|
|
2143
|
+
readonly type: "function";
|
|
2144
|
+
readonly name: "allowance";
|
|
2145
|
+
readonly stateMutability: "view";
|
|
2146
|
+
readonly inputs: readonly [{
|
|
2147
|
+
readonly name: "owner";
|
|
2148
|
+
readonly type: "address";
|
|
2149
|
+
}, {
|
|
2150
|
+
readonly name: "spender";
|
|
2151
|
+
readonly type: "address";
|
|
2152
|
+
}];
|
|
2153
|
+
readonly outputs: readonly [{
|
|
2154
|
+
readonly type: "uint256";
|
|
2155
|
+
}];
|
|
2156
|
+
}, {
|
|
2157
|
+
readonly type: "function";
|
|
2158
|
+
readonly name: "approve";
|
|
2159
|
+
readonly stateMutability: "nonpayable";
|
|
2160
|
+
readonly inputs: readonly [{
|
|
2161
|
+
readonly name: "spender";
|
|
2162
|
+
readonly type: "address";
|
|
2163
|
+
}, {
|
|
2164
|
+
readonly name: "amount";
|
|
2165
|
+
readonly type: "uint256";
|
|
2166
|
+
}];
|
|
2167
|
+
readonly outputs: readonly [{
|
|
2168
|
+
readonly type: "bool";
|
|
2169
|
+
}];
|
|
2170
|
+
}, {
|
|
2171
|
+
readonly type: "function";
|
|
2172
|
+
readonly name: "balanceOf";
|
|
2173
|
+
readonly stateMutability: "view";
|
|
2174
|
+
readonly inputs: readonly [{
|
|
2175
|
+
readonly name: "account";
|
|
2176
|
+
readonly type: "address";
|
|
2177
|
+
}];
|
|
2178
|
+
readonly outputs: readonly [{
|
|
2179
|
+
readonly type: "uint256";
|
|
2180
|
+
}];
|
|
2181
|
+
}, {
|
|
2182
|
+
readonly type: "function";
|
|
2183
|
+
readonly name: "decimals";
|
|
2184
|
+
readonly stateMutability: "view";
|
|
2185
|
+
readonly inputs: readonly [];
|
|
2186
|
+
readonly outputs: readonly [{
|
|
2187
|
+
readonly type: "uint8";
|
|
2188
|
+
}];
|
|
2189
|
+
}, {
|
|
2190
|
+
readonly type: "function";
|
|
2191
|
+
readonly name: "name";
|
|
2192
|
+
readonly stateMutability: "view";
|
|
2193
|
+
readonly inputs: readonly [];
|
|
2194
|
+
readonly outputs: readonly [{
|
|
2195
|
+
readonly type: "string";
|
|
2196
|
+
}];
|
|
2197
|
+
}, {
|
|
2198
|
+
readonly type: "function";
|
|
2199
|
+
readonly name: "symbol";
|
|
2200
|
+
readonly stateMutability: "view";
|
|
2201
|
+
readonly inputs: readonly [];
|
|
2202
|
+
readonly outputs: readonly [{
|
|
2203
|
+
readonly type: "string";
|
|
2204
|
+
}];
|
|
2205
|
+
}, {
|
|
2206
|
+
readonly type: "function";
|
|
2207
|
+
readonly name: "totalSupply";
|
|
2208
|
+
readonly stateMutability: "view";
|
|
2209
|
+
readonly inputs: readonly [];
|
|
2210
|
+
readonly outputs: readonly [{
|
|
2211
|
+
readonly type: "uint256";
|
|
2212
|
+
}];
|
|
2213
|
+
}, {
|
|
2214
|
+
readonly type: "function";
|
|
2215
|
+
readonly name: "transfer";
|
|
2216
|
+
readonly stateMutability: "nonpayable";
|
|
2217
|
+
readonly inputs: readonly [{
|
|
2218
|
+
readonly name: "recipient";
|
|
2219
|
+
readonly type: "address";
|
|
2220
|
+
}, {
|
|
2221
|
+
readonly name: "amount";
|
|
2222
|
+
readonly type: "uint256";
|
|
2223
|
+
}];
|
|
2224
|
+
readonly outputs: readonly [{
|
|
2225
|
+
readonly type: "bool";
|
|
2226
|
+
}];
|
|
2227
|
+
}, {
|
|
2228
|
+
readonly type: "function";
|
|
2229
|
+
readonly name: "transferFrom";
|
|
2230
|
+
readonly stateMutability: "nonpayable";
|
|
2231
|
+
readonly inputs: readonly [{
|
|
2232
|
+
readonly name: "sender";
|
|
2233
|
+
readonly type: "address";
|
|
2234
|
+
}, {
|
|
2235
|
+
readonly name: "recipient";
|
|
2236
|
+
readonly type: "address";
|
|
2237
|
+
}, {
|
|
2238
|
+
readonly name: "amount";
|
|
2239
|
+
readonly type: "uint256";
|
|
2240
|
+
}];
|
|
2241
|
+
readonly outputs: readonly [{
|
|
2242
|
+
readonly type: "bool";
|
|
2243
|
+
}];
|
|
2244
|
+
}];
|
|
617
2245
|
readonly read: {
|
|
618
2246
|
readonly decimals: () => 6;
|
|
619
2247
|
};
|
|
@@ -925,9 +2553,145 @@ export declare function extractChain({ id }: {
|
|
|
925
2553
|
readonly apiUrl: "https://api-optimistic.etherscan.io/api";
|
|
926
2554
|
};
|
|
927
2555
|
};
|
|
2556
|
+
blockTime: 2000;
|
|
928
2557
|
contracts: {
|
|
929
2558
|
readonly USDC: {
|
|
930
2559
|
readonly address: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
|
|
2560
|
+
readonly abi: readonly [{
|
|
2561
|
+
readonly type: "event";
|
|
2562
|
+
readonly name: "Approval";
|
|
2563
|
+
readonly inputs: readonly [{
|
|
2564
|
+
readonly indexed: true;
|
|
2565
|
+
readonly name: "owner";
|
|
2566
|
+
readonly type: "address";
|
|
2567
|
+
}, {
|
|
2568
|
+
readonly indexed: true;
|
|
2569
|
+
readonly name: "spender";
|
|
2570
|
+
readonly type: "address";
|
|
2571
|
+
}, {
|
|
2572
|
+
readonly indexed: false;
|
|
2573
|
+
readonly name: "value";
|
|
2574
|
+
readonly type: "uint256";
|
|
2575
|
+
}];
|
|
2576
|
+
}, {
|
|
2577
|
+
readonly type: "event";
|
|
2578
|
+
readonly name: "Transfer";
|
|
2579
|
+
readonly inputs: readonly [{
|
|
2580
|
+
readonly indexed: true;
|
|
2581
|
+
readonly name: "from";
|
|
2582
|
+
readonly type: "address";
|
|
2583
|
+
}, {
|
|
2584
|
+
readonly indexed: true;
|
|
2585
|
+
readonly name: "to";
|
|
2586
|
+
readonly type: "address";
|
|
2587
|
+
}, {
|
|
2588
|
+
readonly indexed: false;
|
|
2589
|
+
readonly name: "value";
|
|
2590
|
+
readonly type: "uint256";
|
|
2591
|
+
}];
|
|
2592
|
+
}, {
|
|
2593
|
+
readonly type: "function";
|
|
2594
|
+
readonly name: "allowance";
|
|
2595
|
+
readonly stateMutability: "view";
|
|
2596
|
+
readonly inputs: readonly [{
|
|
2597
|
+
readonly name: "owner";
|
|
2598
|
+
readonly type: "address";
|
|
2599
|
+
}, {
|
|
2600
|
+
readonly name: "spender";
|
|
2601
|
+
readonly type: "address";
|
|
2602
|
+
}];
|
|
2603
|
+
readonly outputs: readonly [{
|
|
2604
|
+
readonly type: "uint256";
|
|
2605
|
+
}];
|
|
2606
|
+
}, {
|
|
2607
|
+
readonly type: "function";
|
|
2608
|
+
readonly name: "approve";
|
|
2609
|
+
readonly stateMutability: "nonpayable";
|
|
2610
|
+
readonly inputs: readonly [{
|
|
2611
|
+
readonly name: "spender";
|
|
2612
|
+
readonly type: "address";
|
|
2613
|
+
}, {
|
|
2614
|
+
readonly name: "amount";
|
|
2615
|
+
readonly type: "uint256";
|
|
2616
|
+
}];
|
|
2617
|
+
readonly outputs: readonly [{
|
|
2618
|
+
readonly type: "bool";
|
|
2619
|
+
}];
|
|
2620
|
+
}, {
|
|
2621
|
+
readonly type: "function";
|
|
2622
|
+
readonly name: "balanceOf";
|
|
2623
|
+
readonly stateMutability: "view";
|
|
2624
|
+
readonly inputs: readonly [{
|
|
2625
|
+
readonly name: "account";
|
|
2626
|
+
readonly type: "address";
|
|
2627
|
+
}];
|
|
2628
|
+
readonly outputs: readonly [{
|
|
2629
|
+
readonly type: "uint256";
|
|
2630
|
+
}];
|
|
2631
|
+
}, {
|
|
2632
|
+
readonly type: "function";
|
|
2633
|
+
readonly name: "decimals";
|
|
2634
|
+
readonly stateMutability: "view";
|
|
2635
|
+
readonly inputs: readonly [];
|
|
2636
|
+
readonly outputs: readonly [{
|
|
2637
|
+
readonly type: "uint8";
|
|
2638
|
+
}];
|
|
2639
|
+
}, {
|
|
2640
|
+
readonly type: "function";
|
|
2641
|
+
readonly name: "name";
|
|
2642
|
+
readonly stateMutability: "view";
|
|
2643
|
+
readonly inputs: readonly [];
|
|
2644
|
+
readonly outputs: readonly [{
|
|
2645
|
+
readonly type: "string";
|
|
2646
|
+
}];
|
|
2647
|
+
}, {
|
|
2648
|
+
readonly type: "function";
|
|
2649
|
+
readonly name: "symbol";
|
|
2650
|
+
readonly stateMutability: "view";
|
|
2651
|
+
readonly inputs: readonly [];
|
|
2652
|
+
readonly outputs: readonly [{
|
|
2653
|
+
readonly type: "string";
|
|
2654
|
+
}];
|
|
2655
|
+
}, {
|
|
2656
|
+
readonly type: "function";
|
|
2657
|
+
readonly name: "totalSupply";
|
|
2658
|
+
readonly stateMutability: "view";
|
|
2659
|
+
readonly inputs: readonly [];
|
|
2660
|
+
readonly outputs: readonly [{
|
|
2661
|
+
readonly type: "uint256";
|
|
2662
|
+
}];
|
|
2663
|
+
}, {
|
|
2664
|
+
readonly type: "function";
|
|
2665
|
+
readonly name: "transfer";
|
|
2666
|
+
readonly stateMutability: "nonpayable";
|
|
2667
|
+
readonly inputs: readonly [{
|
|
2668
|
+
readonly name: "recipient";
|
|
2669
|
+
readonly type: "address";
|
|
2670
|
+
}, {
|
|
2671
|
+
readonly name: "amount";
|
|
2672
|
+
readonly type: "uint256";
|
|
2673
|
+
}];
|
|
2674
|
+
readonly outputs: readonly [{
|
|
2675
|
+
readonly type: "bool";
|
|
2676
|
+
}];
|
|
2677
|
+
}, {
|
|
2678
|
+
readonly type: "function";
|
|
2679
|
+
readonly name: "transferFrom";
|
|
2680
|
+
readonly stateMutability: "nonpayable";
|
|
2681
|
+
readonly inputs: readonly [{
|
|
2682
|
+
readonly name: "sender";
|
|
2683
|
+
readonly type: "address";
|
|
2684
|
+
}, {
|
|
2685
|
+
readonly name: "recipient";
|
|
2686
|
+
readonly type: "address";
|
|
2687
|
+
}, {
|
|
2688
|
+
readonly name: "amount";
|
|
2689
|
+
readonly type: "uint256";
|
|
2690
|
+
}];
|
|
2691
|
+
readonly outputs: readonly [{
|
|
2692
|
+
readonly type: "bool";
|
|
2693
|
+
}];
|
|
2694
|
+
}];
|
|
931
2695
|
readonly read: {
|
|
932
2696
|
readonly decimals: () => 6;
|
|
933
2697
|
};
|
|
@@ -1236,9 +3000,145 @@ export declare function extractChain({ id }: {
|
|
|
1236
3000
|
readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
|
|
1237
3001
|
};
|
|
1238
3002
|
};
|
|
3003
|
+
blockTime: 2000;
|
|
1239
3004
|
contracts: {
|
|
1240
3005
|
readonly USDC: {
|
|
1241
3006
|
readonly address: "0x5fd84259d66Cd46123540766Be93DFE6D43130D7";
|
|
3007
|
+
readonly abi: readonly [{
|
|
3008
|
+
readonly type: "event";
|
|
3009
|
+
readonly name: "Approval";
|
|
3010
|
+
readonly inputs: readonly [{
|
|
3011
|
+
readonly indexed: true;
|
|
3012
|
+
readonly name: "owner";
|
|
3013
|
+
readonly type: "address";
|
|
3014
|
+
}, {
|
|
3015
|
+
readonly indexed: true;
|
|
3016
|
+
readonly name: "spender";
|
|
3017
|
+
readonly type: "address";
|
|
3018
|
+
}, {
|
|
3019
|
+
readonly indexed: false;
|
|
3020
|
+
readonly name: "value";
|
|
3021
|
+
readonly type: "uint256";
|
|
3022
|
+
}];
|
|
3023
|
+
}, {
|
|
3024
|
+
readonly type: "event";
|
|
3025
|
+
readonly name: "Transfer";
|
|
3026
|
+
readonly inputs: readonly [{
|
|
3027
|
+
readonly indexed: true;
|
|
3028
|
+
readonly name: "from";
|
|
3029
|
+
readonly type: "address";
|
|
3030
|
+
}, {
|
|
3031
|
+
readonly indexed: true;
|
|
3032
|
+
readonly name: "to";
|
|
3033
|
+
readonly type: "address";
|
|
3034
|
+
}, {
|
|
3035
|
+
readonly indexed: false;
|
|
3036
|
+
readonly name: "value";
|
|
3037
|
+
readonly type: "uint256";
|
|
3038
|
+
}];
|
|
3039
|
+
}, {
|
|
3040
|
+
readonly type: "function";
|
|
3041
|
+
readonly name: "allowance";
|
|
3042
|
+
readonly stateMutability: "view";
|
|
3043
|
+
readonly inputs: readonly [{
|
|
3044
|
+
readonly name: "owner";
|
|
3045
|
+
readonly type: "address";
|
|
3046
|
+
}, {
|
|
3047
|
+
readonly name: "spender";
|
|
3048
|
+
readonly type: "address";
|
|
3049
|
+
}];
|
|
3050
|
+
readonly outputs: readonly [{
|
|
3051
|
+
readonly type: "uint256";
|
|
3052
|
+
}];
|
|
3053
|
+
}, {
|
|
3054
|
+
readonly type: "function";
|
|
3055
|
+
readonly name: "approve";
|
|
3056
|
+
readonly stateMutability: "nonpayable";
|
|
3057
|
+
readonly inputs: readonly [{
|
|
3058
|
+
readonly name: "spender";
|
|
3059
|
+
readonly type: "address";
|
|
3060
|
+
}, {
|
|
3061
|
+
readonly name: "amount";
|
|
3062
|
+
readonly type: "uint256";
|
|
3063
|
+
}];
|
|
3064
|
+
readonly outputs: readonly [{
|
|
3065
|
+
readonly type: "bool";
|
|
3066
|
+
}];
|
|
3067
|
+
}, {
|
|
3068
|
+
readonly type: "function";
|
|
3069
|
+
readonly name: "balanceOf";
|
|
3070
|
+
readonly stateMutability: "view";
|
|
3071
|
+
readonly inputs: readonly [{
|
|
3072
|
+
readonly name: "account";
|
|
3073
|
+
readonly type: "address";
|
|
3074
|
+
}];
|
|
3075
|
+
readonly outputs: readonly [{
|
|
3076
|
+
readonly type: "uint256";
|
|
3077
|
+
}];
|
|
3078
|
+
}, {
|
|
3079
|
+
readonly type: "function";
|
|
3080
|
+
readonly name: "decimals";
|
|
3081
|
+
readonly stateMutability: "view";
|
|
3082
|
+
readonly inputs: readonly [];
|
|
3083
|
+
readonly outputs: readonly [{
|
|
3084
|
+
readonly type: "uint8";
|
|
3085
|
+
}];
|
|
3086
|
+
}, {
|
|
3087
|
+
readonly type: "function";
|
|
3088
|
+
readonly name: "name";
|
|
3089
|
+
readonly stateMutability: "view";
|
|
3090
|
+
readonly inputs: readonly [];
|
|
3091
|
+
readonly outputs: readonly [{
|
|
3092
|
+
readonly type: "string";
|
|
3093
|
+
}];
|
|
3094
|
+
}, {
|
|
3095
|
+
readonly type: "function";
|
|
3096
|
+
readonly name: "symbol";
|
|
3097
|
+
readonly stateMutability: "view";
|
|
3098
|
+
readonly inputs: readonly [];
|
|
3099
|
+
readonly outputs: readonly [{
|
|
3100
|
+
readonly type: "string";
|
|
3101
|
+
}];
|
|
3102
|
+
}, {
|
|
3103
|
+
readonly type: "function";
|
|
3104
|
+
readonly name: "totalSupply";
|
|
3105
|
+
readonly stateMutability: "view";
|
|
3106
|
+
readonly inputs: readonly [];
|
|
3107
|
+
readonly outputs: readonly [{
|
|
3108
|
+
readonly type: "uint256";
|
|
3109
|
+
}];
|
|
3110
|
+
}, {
|
|
3111
|
+
readonly type: "function";
|
|
3112
|
+
readonly name: "transfer";
|
|
3113
|
+
readonly stateMutability: "nonpayable";
|
|
3114
|
+
readonly inputs: readonly [{
|
|
3115
|
+
readonly name: "recipient";
|
|
3116
|
+
readonly type: "address";
|
|
3117
|
+
}, {
|
|
3118
|
+
readonly name: "amount";
|
|
3119
|
+
readonly type: "uint256";
|
|
3120
|
+
}];
|
|
3121
|
+
readonly outputs: readonly [{
|
|
3122
|
+
readonly type: "bool";
|
|
3123
|
+
}];
|
|
3124
|
+
}, {
|
|
3125
|
+
readonly type: "function";
|
|
3126
|
+
readonly name: "transferFrom";
|
|
3127
|
+
readonly stateMutability: "nonpayable";
|
|
3128
|
+
readonly inputs: readonly [{
|
|
3129
|
+
readonly name: "sender";
|
|
3130
|
+
readonly type: "address";
|
|
3131
|
+
}, {
|
|
3132
|
+
readonly name: "recipient";
|
|
3133
|
+
readonly type: "address";
|
|
3134
|
+
}, {
|
|
3135
|
+
readonly name: "amount";
|
|
3136
|
+
readonly type: "uint256";
|
|
3137
|
+
}];
|
|
3138
|
+
readonly outputs: readonly [{
|
|
3139
|
+
readonly type: "bool";
|
|
3140
|
+
}];
|
|
3141
|
+
}];
|
|
1242
3142
|
readonly read: {
|
|
1243
3143
|
readonly decimals: () => 6;
|
|
1244
3144
|
};
|
|
@@ -1539,5 +3439,889 @@ export declare function extractChain({ id }: {
|
|
|
1539
3439
|
};
|
|
1540
3440
|
readonly blockchainId: "OP-SEPOLIA";
|
|
1541
3441
|
readonly blockchainVm: "EVM";
|
|
3442
|
+
} | {
|
|
3443
|
+
blockExplorers: {
|
|
3444
|
+
readonly default: {
|
|
3445
|
+
readonly name: "Uniscan";
|
|
3446
|
+
readonly url: "https://uniscan.xyz";
|
|
3447
|
+
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
3448
|
+
};
|
|
3449
|
+
};
|
|
3450
|
+
blockTime: 2000;
|
|
3451
|
+
contracts: {
|
|
3452
|
+
readonly USDC: {
|
|
3453
|
+
readonly address: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
3454
|
+
readonly abi: readonly [{
|
|
3455
|
+
readonly type: "event";
|
|
3456
|
+
readonly name: "Approval";
|
|
3457
|
+
readonly inputs: readonly [{
|
|
3458
|
+
readonly indexed: true;
|
|
3459
|
+
readonly name: "owner";
|
|
3460
|
+
readonly type: "address";
|
|
3461
|
+
}, {
|
|
3462
|
+
readonly indexed: true;
|
|
3463
|
+
readonly name: "spender";
|
|
3464
|
+
readonly type: "address";
|
|
3465
|
+
}, {
|
|
3466
|
+
readonly indexed: false;
|
|
3467
|
+
readonly name: "value";
|
|
3468
|
+
readonly type: "uint256";
|
|
3469
|
+
}];
|
|
3470
|
+
}, {
|
|
3471
|
+
readonly type: "event";
|
|
3472
|
+
readonly name: "Transfer";
|
|
3473
|
+
readonly inputs: readonly [{
|
|
3474
|
+
readonly indexed: true;
|
|
3475
|
+
readonly name: "from";
|
|
3476
|
+
readonly type: "address";
|
|
3477
|
+
}, {
|
|
3478
|
+
readonly indexed: true;
|
|
3479
|
+
readonly name: "to";
|
|
3480
|
+
readonly type: "address";
|
|
3481
|
+
}, {
|
|
3482
|
+
readonly indexed: false;
|
|
3483
|
+
readonly name: "value";
|
|
3484
|
+
readonly type: "uint256";
|
|
3485
|
+
}];
|
|
3486
|
+
}, {
|
|
3487
|
+
readonly type: "function";
|
|
3488
|
+
readonly name: "allowance";
|
|
3489
|
+
readonly stateMutability: "view";
|
|
3490
|
+
readonly inputs: readonly [{
|
|
3491
|
+
readonly name: "owner";
|
|
3492
|
+
readonly type: "address";
|
|
3493
|
+
}, {
|
|
3494
|
+
readonly name: "spender";
|
|
3495
|
+
readonly type: "address";
|
|
3496
|
+
}];
|
|
3497
|
+
readonly outputs: readonly [{
|
|
3498
|
+
readonly type: "uint256";
|
|
3499
|
+
}];
|
|
3500
|
+
}, {
|
|
3501
|
+
readonly type: "function";
|
|
3502
|
+
readonly name: "approve";
|
|
3503
|
+
readonly stateMutability: "nonpayable";
|
|
3504
|
+
readonly inputs: readonly [{
|
|
3505
|
+
readonly name: "spender";
|
|
3506
|
+
readonly type: "address";
|
|
3507
|
+
}, {
|
|
3508
|
+
readonly name: "amount";
|
|
3509
|
+
readonly type: "uint256";
|
|
3510
|
+
}];
|
|
3511
|
+
readonly outputs: readonly [{
|
|
3512
|
+
readonly type: "bool";
|
|
3513
|
+
}];
|
|
3514
|
+
}, {
|
|
3515
|
+
readonly type: "function";
|
|
3516
|
+
readonly name: "balanceOf";
|
|
3517
|
+
readonly stateMutability: "view";
|
|
3518
|
+
readonly inputs: readonly [{
|
|
3519
|
+
readonly name: "account";
|
|
3520
|
+
readonly type: "address";
|
|
3521
|
+
}];
|
|
3522
|
+
readonly outputs: readonly [{
|
|
3523
|
+
readonly type: "uint256";
|
|
3524
|
+
}];
|
|
3525
|
+
}, {
|
|
3526
|
+
readonly type: "function";
|
|
3527
|
+
readonly name: "decimals";
|
|
3528
|
+
readonly stateMutability: "view";
|
|
3529
|
+
readonly inputs: readonly [];
|
|
3530
|
+
readonly outputs: readonly [{
|
|
3531
|
+
readonly type: "uint8";
|
|
3532
|
+
}];
|
|
3533
|
+
}, {
|
|
3534
|
+
readonly type: "function";
|
|
3535
|
+
readonly name: "name";
|
|
3536
|
+
readonly stateMutability: "view";
|
|
3537
|
+
readonly inputs: readonly [];
|
|
3538
|
+
readonly outputs: readonly [{
|
|
3539
|
+
readonly type: "string";
|
|
3540
|
+
}];
|
|
3541
|
+
}, {
|
|
3542
|
+
readonly type: "function";
|
|
3543
|
+
readonly name: "symbol";
|
|
3544
|
+
readonly stateMutability: "view";
|
|
3545
|
+
readonly inputs: readonly [];
|
|
3546
|
+
readonly outputs: readonly [{
|
|
3547
|
+
readonly type: "string";
|
|
3548
|
+
}];
|
|
3549
|
+
}, {
|
|
3550
|
+
readonly type: "function";
|
|
3551
|
+
readonly name: "totalSupply";
|
|
3552
|
+
readonly stateMutability: "view";
|
|
3553
|
+
readonly inputs: readonly [];
|
|
3554
|
+
readonly outputs: readonly [{
|
|
3555
|
+
readonly type: "uint256";
|
|
3556
|
+
}];
|
|
3557
|
+
}, {
|
|
3558
|
+
readonly type: "function";
|
|
3559
|
+
readonly name: "transfer";
|
|
3560
|
+
readonly stateMutability: "nonpayable";
|
|
3561
|
+
readonly inputs: readonly [{
|
|
3562
|
+
readonly name: "recipient";
|
|
3563
|
+
readonly type: "address";
|
|
3564
|
+
}, {
|
|
3565
|
+
readonly name: "amount";
|
|
3566
|
+
readonly type: "uint256";
|
|
3567
|
+
}];
|
|
3568
|
+
readonly outputs: readonly [{
|
|
3569
|
+
readonly type: "bool";
|
|
3570
|
+
}];
|
|
3571
|
+
}, {
|
|
3572
|
+
readonly type: "function";
|
|
3573
|
+
readonly name: "transferFrom";
|
|
3574
|
+
readonly stateMutability: "nonpayable";
|
|
3575
|
+
readonly inputs: readonly [{
|
|
3576
|
+
readonly name: "sender";
|
|
3577
|
+
readonly type: "address";
|
|
3578
|
+
}, {
|
|
3579
|
+
readonly name: "recipient";
|
|
3580
|
+
readonly type: "address";
|
|
3581
|
+
}, {
|
|
3582
|
+
readonly name: "amount";
|
|
3583
|
+
readonly type: "uint256";
|
|
3584
|
+
}];
|
|
3585
|
+
readonly outputs: readonly [{
|
|
3586
|
+
readonly type: "bool";
|
|
3587
|
+
}];
|
|
3588
|
+
}];
|
|
3589
|
+
readonly read: {
|
|
3590
|
+
readonly decimals: () => 6;
|
|
3591
|
+
};
|
|
3592
|
+
};
|
|
3593
|
+
readonly multicall3: {
|
|
3594
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
3595
|
+
readonly blockCreated: 0;
|
|
3596
|
+
};
|
|
3597
|
+
readonly disputeGameFactory: {
|
|
3598
|
+
readonly 1: {
|
|
3599
|
+
readonly address: "0x2F12d621a16e2d3285929C9996f478508951dFe4";
|
|
3600
|
+
};
|
|
3601
|
+
};
|
|
3602
|
+
readonly portal: {
|
|
3603
|
+
readonly 1: {
|
|
3604
|
+
readonly address: "0x0bd48f6B86a26D3a217d0Fa6FfE2B491B956A7a2";
|
|
3605
|
+
};
|
|
3606
|
+
};
|
|
3607
|
+
readonly l1StandardBridge: {
|
|
3608
|
+
readonly 1: {
|
|
3609
|
+
readonly address: "0x81014F44b0a345033bB2b3B21C7a1A308B35fEeA";
|
|
3610
|
+
};
|
|
3611
|
+
};
|
|
3612
|
+
readonly gasPriceOracle: {
|
|
3613
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
3614
|
+
};
|
|
3615
|
+
readonly l1Block: {
|
|
3616
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
3617
|
+
};
|
|
3618
|
+
readonly l2CrossDomainMessenger: {
|
|
3619
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
3620
|
+
};
|
|
3621
|
+
readonly l2Erc721Bridge: {
|
|
3622
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
3623
|
+
};
|
|
3624
|
+
readonly l2StandardBridge: {
|
|
3625
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
3626
|
+
};
|
|
3627
|
+
readonly l2ToL1MessagePasser: {
|
|
3628
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
3629
|
+
};
|
|
3630
|
+
};
|
|
3631
|
+
ensTlds?: readonly string[] | undefined;
|
|
3632
|
+
id: 130;
|
|
3633
|
+
name: "Unichain";
|
|
3634
|
+
nativeCurrency: {
|
|
3635
|
+
readonly name: "Ether";
|
|
3636
|
+
readonly symbol: "ETH";
|
|
3637
|
+
readonly decimals: 18;
|
|
3638
|
+
};
|
|
3639
|
+
rpcUrls: {
|
|
3640
|
+
readonly default: {
|
|
3641
|
+
readonly http: readonly ["https://mainnet.unichain.org/"];
|
|
3642
|
+
};
|
|
3643
|
+
};
|
|
3644
|
+
sourceId: 1;
|
|
3645
|
+
testnet?: boolean | undefined | undefined;
|
|
3646
|
+
custom?: Record<string, unknown> | undefined;
|
|
3647
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3648
|
+
formatters: {
|
|
3649
|
+
readonly block: {
|
|
3650
|
+
exclude: [] | undefined;
|
|
3651
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
3652
|
+
baseFeePerGas: bigint | null;
|
|
3653
|
+
blobGasUsed: bigint;
|
|
3654
|
+
difficulty: bigint;
|
|
3655
|
+
excessBlobGas: bigint;
|
|
3656
|
+
extraData: import("viem").Hex;
|
|
3657
|
+
gasLimit: bigint;
|
|
3658
|
+
gasUsed: bigint;
|
|
3659
|
+
hash: `0x${string}` | null;
|
|
3660
|
+
logsBloom: `0x${string}` | null;
|
|
3661
|
+
miner: import("viem").Address;
|
|
3662
|
+
mixHash: import("viem").Hash;
|
|
3663
|
+
nonce: `0x${string}` | null;
|
|
3664
|
+
number: bigint | null;
|
|
3665
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
3666
|
+
parentHash: import("viem").Hash;
|
|
3667
|
+
receiptsRoot: import("viem").Hex;
|
|
3668
|
+
sealFields: import("viem").Hex[];
|
|
3669
|
+
sha3Uncles: import("viem").Hash;
|
|
3670
|
+
size: bigint;
|
|
3671
|
+
stateRoot: import("viem").Hash;
|
|
3672
|
+
timestamp: bigint;
|
|
3673
|
+
totalDifficulty: bigint | null;
|
|
3674
|
+
transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
|
|
3675
|
+
transactionsRoot: import("viem").Hash;
|
|
3676
|
+
uncles: import("viem").Hash[];
|
|
3677
|
+
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
3678
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
3679
|
+
} & {};
|
|
3680
|
+
type: "block";
|
|
3681
|
+
};
|
|
3682
|
+
readonly transaction: {
|
|
3683
|
+
exclude: [] | undefined;
|
|
3684
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
3685
|
+
blockHash: `0x${string}` | null;
|
|
3686
|
+
blockNumber: bigint | null;
|
|
3687
|
+
from: import("viem").Address;
|
|
3688
|
+
gas: bigint;
|
|
3689
|
+
hash: import("viem").Hash;
|
|
3690
|
+
input: import("viem").Hex;
|
|
3691
|
+
nonce: number;
|
|
3692
|
+
r: import("viem").Hex;
|
|
3693
|
+
s: import("viem").Hex;
|
|
3694
|
+
to: import("viem").Address | null;
|
|
3695
|
+
transactionIndex: number | null;
|
|
3696
|
+
typeHex: import("viem").Hex | null;
|
|
3697
|
+
v: bigint;
|
|
3698
|
+
value: bigint;
|
|
3699
|
+
yParity: number;
|
|
3700
|
+
gasPrice?: undefined | undefined;
|
|
3701
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3702
|
+
maxFeePerGas: bigint;
|
|
3703
|
+
maxPriorityFeePerGas: bigint;
|
|
3704
|
+
isSystemTx?: boolean;
|
|
3705
|
+
mint?: bigint | undefined | undefined;
|
|
3706
|
+
sourceHash: import("viem").Hex;
|
|
3707
|
+
type: "deposit";
|
|
3708
|
+
} | {
|
|
3709
|
+
r: import("viem").Hex;
|
|
3710
|
+
s: import("viem").Hex;
|
|
3711
|
+
v: bigint;
|
|
3712
|
+
to: import("viem").Address | null;
|
|
3713
|
+
from: import("viem").Address;
|
|
3714
|
+
gas: bigint;
|
|
3715
|
+
nonce: number;
|
|
3716
|
+
value: bigint;
|
|
3717
|
+
blockHash: `0x${string}` | null;
|
|
3718
|
+
blockNumber: bigint | null;
|
|
3719
|
+
hash: import("viem").Hash;
|
|
3720
|
+
input: import("viem").Hex;
|
|
3721
|
+
transactionIndex: number | null;
|
|
3722
|
+
typeHex: import("viem").Hex | null;
|
|
3723
|
+
accessList?: undefined | undefined;
|
|
3724
|
+
authorizationList?: undefined | undefined;
|
|
3725
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3726
|
+
chainId?: number | undefined;
|
|
3727
|
+
yParity?: undefined | undefined;
|
|
3728
|
+
type: "legacy";
|
|
3729
|
+
gasPrice: bigint;
|
|
3730
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3731
|
+
maxFeePerGas?: undefined | undefined;
|
|
3732
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
3733
|
+
isSystemTx?: undefined | undefined;
|
|
3734
|
+
mint?: undefined | undefined;
|
|
3735
|
+
sourceHash?: undefined | undefined;
|
|
3736
|
+
} | {
|
|
3737
|
+
blockHash: `0x${string}` | null;
|
|
3738
|
+
blockNumber: bigint | null;
|
|
3739
|
+
from: import("viem").Address;
|
|
3740
|
+
gas: bigint;
|
|
3741
|
+
hash: import("viem").Hash;
|
|
3742
|
+
input: import("viem").Hex;
|
|
3743
|
+
nonce: number;
|
|
3744
|
+
r: import("viem").Hex;
|
|
3745
|
+
s: import("viem").Hex;
|
|
3746
|
+
to: import("viem").Address | null;
|
|
3747
|
+
transactionIndex: number | null;
|
|
3748
|
+
typeHex: import("viem").Hex | null;
|
|
3749
|
+
v: bigint;
|
|
3750
|
+
value: bigint;
|
|
3751
|
+
yParity: number;
|
|
3752
|
+
accessList: import("viem").AccessList;
|
|
3753
|
+
authorizationList?: undefined | undefined;
|
|
3754
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3755
|
+
chainId: number;
|
|
3756
|
+
type: "eip2930";
|
|
3757
|
+
gasPrice: bigint;
|
|
3758
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3759
|
+
maxFeePerGas?: undefined | undefined;
|
|
3760
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
3761
|
+
isSystemTx?: undefined | undefined;
|
|
3762
|
+
mint?: undefined | undefined;
|
|
3763
|
+
sourceHash?: undefined | undefined;
|
|
3764
|
+
} | {
|
|
3765
|
+
blockHash: `0x${string}` | null;
|
|
3766
|
+
blockNumber: bigint | null;
|
|
3767
|
+
from: import("viem").Address;
|
|
3768
|
+
gas: bigint;
|
|
3769
|
+
hash: import("viem").Hash;
|
|
3770
|
+
input: import("viem").Hex;
|
|
3771
|
+
nonce: number;
|
|
3772
|
+
r: import("viem").Hex;
|
|
3773
|
+
s: import("viem").Hex;
|
|
3774
|
+
to: import("viem").Address | null;
|
|
3775
|
+
transactionIndex: number | null;
|
|
3776
|
+
typeHex: import("viem").Hex | null;
|
|
3777
|
+
v: bigint;
|
|
3778
|
+
value: bigint;
|
|
3779
|
+
yParity: number;
|
|
3780
|
+
accessList: import("viem").AccessList;
|
|
3781
|
+
authorizationList?: undefined | undefined;
|
|
3782
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3783
|
+
chainId: number;
|
|
3784
|
+
type: "eip1559";
|
|
3785
|
+
gasPrice?: undefined | undefined;
|
|
3786
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3787
|
+
maxFeePerGas: bigint;
|
|
3788
|
+
maxPriorityFeePerGas: bigint;
|
|
3789
|
+
isSystemTx?: undefined | undefined;
|
|
3790
|
+
mint?: undefined | undefined;
|
|
3791
|
+
sourceHash?: undefined | undefined;
|
|
3792
|
+
} | {
|
|
3793
|
+
blockHash: `0x${string}` | null;
|
|
3794
|
+
blockNumber: bigint | null;
|
|
3795
|
+
from: import("viem").Address;
|
|
3796
|
+
gas: bigint;
|
|
3797
|
+
hash: import("viem").Hash;
|
|
3798
|
+
input: import("viem").Hex;
|
|
3799
|
+
nonce: number;
|
|
3800
|
+
r: import("viem").Hex;
|
|
3801
|
+
s: import("viem").Hex;
|
|
3802
|
+
to: import("viem").Address | null;
|
|
3803
|
+
transactionIndex: number | null;
|
|
3804
|
+
typeHex: import("viem").Hex | null;
|
|
3805
|
+
v: bigint;
|
|
3806
|
+
value: bigint;
|
|
3807
|
+
yParity: number;
|
|
3808
|
+
accessList: import("viem").AccessList;
|
|
3809
|
+
authorizationList?: undefined | undefined;
|
|
3810
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
3811
|
+
chainId: number;
|
|
3812
|
+
type: "eip4844";
|
|
3813
|
+
gasPrice?: undefined | undefined;
|
|
3814
|
+
maxFeePerBlobGas: bigint;
|
|
3815
|
+
maxFeePerGas: bigint;
|
|
3816
|
+
maxPriorityFeePerGas: bigint;
|
|
3817
|
+
isSystemTx?: undefined | undefined;
|
|
3818
|
+
mint?: undefined | undefined;
|
|
3819
|
+
sourceHash?: undefined | undefined;
|
|
3820
|
+
} | {
|
|
3821
|
+
blockHash: `0x${string}` | null;
|
|
3822
|
+
blockNumber: bigint | null;
|
|
3823
|
+
from: import("viem").Address;
|
|
3824
|
+
gas: bigint;
|
|
3825
|
+
hash: import("viem").Hash;
|
|
3826
|
+
input: import("viem").Hex;
|
|
3827
|
+
nonce: number;
|
|
3828
|
+
r: import("viem").Hex;
|
|
3829
|
+
s: import("viem").Hex;
|
|
3830
|
+
to: import("viem").Address | null;
|
|
3831
|
+
transactionIndex: number | null;
|
|
3832
|
+
typeHex: import("viem").Hex | null;
|
|
3833
|
+
v: bigint;
|
|
3834
|
+
value: bigint;
|
|
3835
|
+
yParity: number;
|
|
3836
|
+
accessList: import("viem").AccessList;
|
|
3837
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
3838
|
+
blobVersionedHashes?: undefined | undefined;
|
|
3839
|
+
chainId: number;
|
|
3840
|
+
type: "eip7702";
|
|
3841
|
+
gasPrice?: undefined | undefined;
|
|
3842
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
3843
|
+
maxFeePerGas: bigint;
|
|
3844
|
+
maxPriorityFeePerGas: bigint;
|
|
3845
|
+
isSystemTx?: undefined | undefined;
|
|
3846
|
+
mint?: undefined | undefined;
|
|
3847
|
+
sourceHash?: undefined | undefined;
|
|
3848
|
+
}) & {};
|
|
3849
|
+
type: "transaction";
|
|
3850
|
+
};
|
|
3851
|
+
readonly transactionReceipt: {
|
|
3852
|
+
exclude: [] | undefined;
|
|
3853
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
3854
|
+
blobGasPrice?: bigint | undefined;
|
|
3855
|
+
blobGasUsed?: bigint | undefined;
|
|
3856
|
+
blockHash: import("viem").Hash;
|
|
3857
|
+
blockNumber: bigint;
|
|
3858
|
+
contractAddress: import("viem").Address | null | undefined;
|
|
3859
|
+
cumulativeGasUsed: bigint;
|
|
3860
|
+
effectiveGasPrice: bigint;
|
|
3861
|
+
from: import("viem").Address;
|
|
3862
|
+
gasUsed: bigint;
|
|
3863
|
+
logs: import("viem").Log<bigint, number, false>[];
|
|
3864
|
+
logsBloom: import("viem").Hex;
|
|
3865
|
+
root?: `0x${string}` | undefined;
|
|
3866
|
+
status: "success" | "reverted";
|
|
3867
|
+
to: import("viem").Address | null;
|
|
3868
|
+
transactionHash: import("viem").Hash;
|
|
3869
|
+
transactionIndex: number;
|
|
3870
|
+
type: import("viem").TransactionType;
|
|
3871
|
+
l1GasPrice: bigint | null;
|
|
3872
|
+
l1GasUsed: bigint | null;
|
|
3873
|
+
l1Fee: bigint | null;
|
|
3874
|
+
l1FeeScalar: number | null;
|
|
3875
|
+
} & {};
|
|
3876
|
+
type: "transactionReceipt";
|
|
3877
|
+
};
|
|
3878
|
+
};
|
|
3879
|
+
serializers: {
|
|
3880
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
3881
|
+
};
|
|
3882
|
+
readonly blockchainId: "UNI";
|
|
3883
|
+
readonly blockchainVm: "EVM";
|
|
3884
|
+
} | {
|
|
3885
|
+
blockExplorers: {
|
|
3886
|
+
readonly default: {
|
|
3887
|
+
readonly name: "Uniscan";
|
|
3888
|
+
readonly url: "https://sepolia.uniscan.xyz";
|
|
3889
|
+
readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
|
|
3890
|
+
};
|
|
3891
|
+
};
|
|
3892
|
+
blockTime: 2000;
|
|
3893
|
+
contracts: {
|
|
3894
|
+
readonly USDC: {
|
|
3895
|
+
readonly address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
3896
|
+
readonly abi: readonly [{
|
|
3897
|
+
readonly type: "event";
|
|
3898
|
+
readonly name: "Approval";
|
|
3899
|
+
readonly inputs: readonly [{
|
|
3900
|
+
readonly indexed: true;
|
|
3901
|
+
readonly name: "owner";
|
|
3902
|
+
readonly type: "address";
|
|
3903
|
+
}, {
|
|
3904
|
+
readonly indexed: true;
|
|
3905
|
+
readonly name: "spender";
|
|
3906
|
+
readonly type: "address";
|
|
3907
|
+
}, {
|
|
3908
|
+
readonly indexed: false;
|
|
3909
|
+
readonly name: "value";
|
|
3910
|
+
readonly type: "uint256";
|
|
3911
|
+
}];
|
|
3912
|
+
}, {
|
|
3913
|
+
readonly type: "event";
|
|
3914
|
+
readonly name: "Transfer";
|
|
3915
|
+
readonly inputs: readonly [{
|
|
3916
|
+
readonly indexed: true;
|
|
3917
|
+
readonly name: "from";
|
|
3918
|
+
readonly type: "address";
|
|
3919
|
+
}, {
|
|
3920
|
+
readonly indexed: true;
|
|
3921
|
+
readonly name: "to";
|
|
3922
|
+
readonly type: "address";
|
|
3923
|
+
}, {
|
|
3924
|
+
readonly indexed: false;
|
|
3925
|
+
readonly name: "value";
|
|
3926
|
+
readonly type: "uint256";
|
|
3927
|
+
}];
|
|
3928
|
+
}, {
|
|
3929
|
+
readonly type: "function";
|
|
3930
|
+
readonly name: "allowance";
|
|
3931
|
+
readonly stateMutability: "view";
|
|
3932
|
+
readonly inputs: readonly [{
|
|
3933
|
+
readonly name: "owner";
|
|
3934
|
+
readonly type: "address";
|
|
3935
|
+
}, {
|
|
3936
|
+
readonly name: "spender";
|
|
3937
|
+
readonly type: "address";
|
|
3938
|
+
}];
|
|
3939
|
+
readonly outputs: readonly [{
|
|
3940
|
+
readonly type: "uint256";
|
|
3941
|
+
}];
|
|
3942
|
+
}, {
|
|
3943
|
+
readonly type: "function";
|
|
3944
|
+
readonly name: "approve";
|
|
3945
|
+
readonly stateMutability: "nonpayable";
|
|
3946
|
+
readonly inputs: readonly [{
|
|
3947
|
+
readonly name: "spender";
|
|
3948
|
+
readonly type: "address";
|
|
3949
|
+
}, {
|
|
3950
|
+
readonly name: "amount";
|
|
3951
|
+
readonly type: "uint256";
|
|
3952
|
+
}];
|
|
3953
|
+
readonly outputs: readonly [{
|
|
3954
|
+
readonly type: "bool";
|
|
3955
|
+
}];
|
|
3956
|
+
}, {
|
|
3957
|
+
readonly type: "function";
|
|
3958
|
+
readonly name: "balanceOf";
|
|
3959
|
+
readonly stateMutability: "view";
|
|
3960
|
+
readonly inputs: readonly [{
|
|
3961
|
+
readonly name: "account";
|
|
3962
|
+
readonly type: "address";
|
|
3963
|
+
}];
|
|
3964
|
+
readonly outputs: readonly [{
|
|
3965
|
+
readonly type: "uint256";
|
|
3966
|
+
}];
|
|
3967
|
+
}, {
|
|
3968
|
+
readonly type: "function";
|
|
3969
|
+
readonly name: "decimals";
|
|
3970
|
+
readonly stateMutability: "view";
|
|
3971
|
+
readonly inputs: readonly [];
|
|
3972
|
+
readonly outputs: readonly [{
|
|
3973
|
+
readonly type: "uint8";
|
|
3974
|
+
}];
|
|
3975
|
+
}, {
|
|
3976
|
+
readonly type: "function";
|
|
3977
|
+
readonly name: "name";
|
|
3978
|
+
readonly stateMutability: "view";
|
|
3979
|
+
readonly inputs: readonly [];
|
|
3980
|
+
readonly outputs: readonly [{
|
|
3981
|
+
readonly type: "string";
|
|
3982
|
+
}];
|
|
3983
|
+
}, {
|
|
3984
|
+
readonly type: "function";
|
|
3985
|
+
readonly name: "symbol";
|
|
3986
|
+
readonly stateMutability: "view";
|
|
3987
|
+
readonly inputs: readonly [];
|
|
3988
|
+
readonly outputs: readonly [{
|
|
3989
|
+
readonly type: "string";
|
|
3990
|
+
}];
|
|
3991
|
+
}, {
|
|
3992
|
+
readonly type: "function";
|
|
3993
|
+
readonly name: "totalSupply";
|
|
3994
|
+
readonly stateMutability: "view";
|
|
3995
|
+
readonly inputs: readonly [];
|
|
3996
|
+
readonly outputs: readonly [{
|
|
3997
|
+
readonly type: "uint256";
|
|
3998
|
+
}];
|
|
3999
|
+
}, {
|
|
4000
|
+
readonly type: "function";
|
|
4001
|
+
readonly name: "transfer";
|
|
4002
|
+
readonly stateMutability: "nonpayable";
|
|
4003
|
+
readonly inputs: readonly [{
|
|
4004
|
+
readonly name: "recipient";
|
|
4005
|
+
readonly type: "address";
|
|
4006
|
+
}, {
|
|
4007
|
+
readonly name: "amount";
|
|
4008
|
+
readonly type: "uint256";
|
|
4009
|
+
}];
|
|
4010
|
+
readonly outputs: readonly [{
|
|
4011
|
+
readonly type: "bool";
|
|
4012
|
+
}];
|
|
4013
|
+
}, {
|
|
4014
|
+
readonly type: "function";
|
|
4015
|
+
readonly name: "transferFrom";
|
|
4016
|
+
readonly stateMutability: "nonpayable";
|
|
4017
|
+
readonly inputs: readonly [{
|
|
4018
|
+
readonly name: "sender";
|
|
4019
|
+
readonly type: "address";
|
|
4020
|
+
}, {
|
|
4021
|
+
readonly name: "recipient";
|
|
4022
|
+
readonly type: "address";
|
|
4023
|
+
}, {
|
|
4024
|
+
readonly name: "amount";
|
|
4025
|
+
readonly type: "uint256";
|
|
4026
|
+
}];
|
|
4027
|
+
readonly outputs: readonly [{
|
|
4028
|
+
readonly type: "bool";
|
|
4029
|
+
}];
|
|
4030
|
+
}];
|
|
4031
|
+
readonly read: {
|
|
4032
|
+
readonly decimals: () => 6;
|
|
4033
|
+
};
|
|
4034
|
+
};
|
|
4035
|
+
readonly multicall3: {
|
|
4036
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
4037
|
+
readonly blockCreated: 0;
|
|
4038
|
+
};
|
|
4039
|
+
readonly portal: {
|
|
4040
|
+
readonly 11155111: {
|
|
4041
|
+
readonly address: "0x0d83dab629f0e0F9d36c0Cbc89B69a489f0751bD";
|
|
4042
|
+
};
|
|
4043
|
+
};
|
|
4044
|
+
readonly l1StandardBridge: {
|
|
4045
|
+
readonly 11155111: {
|
|
4046
|
+
readonly address: "0xea58fcA6849d79EAd1f26608855c2D6407d54Ce2";
|
|
4047
|
+
};
|
|
4048
|
+
};
|
|
4049
|
+
readonly disputeGameFactory: {
|
|
4050
|
+
readonly 11155111: {
|
|
4051
|
+
readonly address: "0xeff73e5aa3B9AEC32c659Aa3E00444d20a84394b";
|
|
4052
|
+
};
|
|
4053
|
+
};
|
|
4054
|
+
readonly gasPriceOracle: {
|
|
4055
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
4056
|
+
};
|
|
4057
|
+
readonly l1Block: {
|
|
4058
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
4059
|
+
};
|
|
4060
|
+
readonly l2CrossDomainMessenger: {
|
|
4061
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
4062
|
+
};
|
|
4063
|
+
readonly l2Erc721Bridge: {
|
|
4064
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
4065
|
+
};
|
|
4066
|
+
readonly l2StandardBridge: {
|
|
4067
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
4068
|
+
};
|
|
4069
|
+
readonly l2ToL1MessagePasser: {
|
|
4070
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
4071
|
+
};
|
|
4072
|
+
};
|
|
4073
|
+
ensTlds?: readonly string[] | undefined;
|
|
4074
|
+
id: 1301;
|
|
4075
|
+
name: "Unichain Sepolia";
|
|
4076
|
+
nativeCurrency: {
|
|
4077
|
+
readonly name: "Ether";
|
|
4078
|
+
readonly symbol: "ETH";
|
|
4079
|
+
readonly decimals: 18;
|
|
4080
|
+
};
|
|
4081
|
+
rpcUrls: {
|
|
4082
|
+
readonly default: {
|
|
4083
|
+
readonly http: readonly ["https://sepolia.unichain.org"];
|
|
4084
|
+
};
|
|
4085
|
+
};
|
|
4086
|
+
sourceId: 11155111;
|
|
4087
|
+
testnet: true;
|
|
4088
|
+
custom?: Record<string, unknown> | undefined;
|
|
4089
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4090
|
+
formatters: {
|
|
4091
|
+
readonly block: {
|
|
4092
|
+
exclude: [] | undefined;
|
|
4093
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
4094
|
+
baseFeePerGas: bigint | null;
|
|
4095
|
+
blobGasUsed: bigint;
|
|
4096
|
+
difficulty: bigint;
|
|
4097
|
+
excessBlobGas: bigint;
|
|
4098
|
+
extraData: import("viem").Hex;
|
|
4099
|
+
gasLimit: bigint;
|
|
4100
|
+
gasUsed: bigint;
|
|
4101
|
+
hash: `0x${string}` | null;
|
|
4102
|
+
logsBloom: `0x${string}` | null;
|
|
4103
|
+
miner: import("viem").Address;
|
|
4104
|
+
mixHash: import("viem").Hash;
|
|
4105
|
+
nonce: `0x${string}` | null;
|
|
4106
|
+
number: bigint | null;
|
|
4107
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
4108
|
+
parentHash: import("viem").Hash;
|
|
4109
|
+
receiptsRoot: import("viem").Hex;
|
|
4110
|
+
sealFields: import("viem").Hex[];
|
|
4111
|
+
sha3Uncles: import("viem").Hash;
|
|
4112
|
+
size: bigint;
|
|
4113
|
+
stateRoot: import("viem").Hash;
|
|
4114
|
+
timestamp: bigint;
|
|
4115
|
+
totalDifficulty: bigint | null;
|
|
4116
|
+
transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
|
|
4117
|
+
transactionsRoot: import("viem").Hash;
|
|
4118
|
+
uncles: import("viem").Hash[];
|
|
4119
|
+
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
4120
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
4121
|
+
} & {};
|
|
4122
|
+
type: "block";
|
|
4123
|
+
};
|
|
4124
|
+
readonly transaction: {
|
|
4125
|
+
exclude: [] | undefined;
|
|
4126
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
4127
|
+
blockHash: `0x${string}` | null;
|
|
4128
|
+
blockNumber: bigint | null;
|
|
4129
|
+
from: import("viem").Address;
|
|
4130
|
+
gas: bigint;
|
|
4131
|
+
hash: import("viem").Hash;
|
|
4132
|
+
input: import("viem").Hex;
|
|
4133
|
+
nonce: number;
|
|
4134
|
+
r: import("viem").Hex;
|
|
4135
|
+
s: import("viem").Hex;
|
|
4136
|
+
to: import("viem").Address | null;
|
|
4137
|
+
transactionIndex: number | null;
|
|
4138
|
+
typeHex: import("viem").Hex | null;
|
|
4139
|
+
v: bigint;
|
|
4140
|
+
value: bigint;
|
|
4141
|
+
yParity: number;
|
|
4142
|
+
gasPrice?: undefined | undefined;
|
|
4143
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
4144
|
+
maxFeePerGas: bigint;
|
|
4145
|
+
maxPriorityFeePerGas: bigint;
|
|
4146
|
+
isSystemTx?: boolean;
|
|
4147
|
+
mint?: bigint | undefined | undefined;
|
|
4148
|
+
sourceHash: import("viem").Hex;
|
|
4149
|
+
type: "deposit";
|
|
4150
|
+
} | {
|
|
4151
|
+
r: import("viem").Hex;
|
|
4152
|
+
s: import("viem").Hex;
|
|
4153
|
+
v: bigint;
|
|
4154
|
+
to: import("viem").Address | null;
|
|
4155
|
+
from: import("viem").Address;
|
|
4156
|
+
gas: bigint;
|
|
4157
|
+
nonce: number;
|
|
4158
|
+
value: bigint;
|
|
4159
|
+
blockHash: `0x${string}` | null;
|
|
4160
|
+
blockNumber: bigint | null;
|
|
4161
|
+
hash: import("viem").Hash;
|
|
4162
|
+
input: import("viem").Hex;
|
|
4163
|
+
transactionIndex: number | null;
|
|
4164
|
+
typeHex: import("viem").Hex | null;
|
|
4165
|
+
accessList?: undefined | undefined;
|
|
4166
|
+
authorizationList?: undefined | undefined;
|
|
4167
|
+
blobVersionedHashes?: undefined | undefined;
|
|
4168
|
+
chainId?: number | undefined;
|
|
4169
|
+
yParity?: undefined | undefined;
|
|
4170
|
+
type: "legacy";
|
|
4171
|
+
gasPrice: bigint;
|
|
4172
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
4173
|
+
maxFeePerGas?: undefined | undefined;
|
|
4174
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
4175
|
+
isSystemTx?: undefined | undefined;
|
|
4176
|
+
mint?: undefined | undefined;
|
|
4177
|
+
sourceHash?: undefined | undefined;
|
|
4178
|
+
} | {
|
|
4179
|
+
blockHash: `0x${string}` | null;
|
|
4180
|
+
blockNumber: bigint | null;
|
|
4181
|
+
from: import("viem").Address;
|
|
4182
|
+
gas: bigint;
|
|
4183
|
+
hash: import("viem").Hash;
|
|
4184
|
+
input: import("viem").Hex;
|
|
4185
|
+
nonce: number;
|
|
4186
|
+
r: import("viem").Hex;
|
|
4187
|
+
s: import("viem").Hex;
|
|
4188
|
+
to: import("viem").Address | null;
|
|
4189
|
+
transactionIndex: number | null;
|
|
4190
|
+
typeHex: import("viem").Hex | null;
|
|
4191
|
+
v: bigint;
|
|
4192
|
+
value: bigint;
|
|
4193
|
+
yParity: number;
|
|
4194
|
+
accessList: import("viem").AccessList;
|
|
4195
|
+
authorizationList?: undefined | undefined;
|
|
4196
|
+
blobVersionedHashes?: undefined | undefined;
|
|
4197
|
+
chainId: number;
|
|
4198
|
+
type: "eip2930";
|
|
4199
|
+
gasPrice: bigint;
|
|
4200
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
4201
|
+
maxFeePerGas?: undefined | undefined;
|
|
4202
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
4203
|
+
isSystemTx?: undefined | undefined;
|
|
4204
|
+
mint?: undefined | undefined;
|
|
4205
|
+
sourceHash?: undefined | undefined;
|
|
4206
|
+
} | {
|
|
4207
|
+
blockHash: `0x${string}` | null;
|
|
4208
|
+
blockNumber: bigint | null;
|
|
4209
|
+
from: import("viem").Address;
|
|
4210
|
+
gas: bigint;
|
|
4211
|
+
hash: import("viem").Hash;
|
|
4212
|
+
input: import("viem").Hex;
|
|
4213
|
+
nonce: number;
|
|
4214
|
+
r: import("viem").Hex;
|
|
4215
|
+
s: import("viem").Hex;
|
|
4216
|
+
to: import("viem").Address | null;
|
|
4217
|
+
transactionIndex: number | null;
|
|
4218
|
+
typeHex: import("viem").Hex | null;
|
|
4219
|
+
v: bigint;
|
|
4220
|
+
value: bigint;
|
|
4221
|
+
yParity: number;
|
|
4222
|
+
accessList: import("viem").AccessList;
|
|
4223
|
+
authorizationList?: undefined | undefined;
|
|
4224
|
+
blobVersionedHashes?: undefined | undefined;
|
|
4225
|
+
chainId: number;
|
|
4226
|
+
type: "eip1559";
|
|
4227
|
+
gasPrice?: undefined | undefined;
|
|
4228
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
4229
|
+
maxFeePerGas: bigint;
|
|
4230
|
+
maxPriorityFeePerGas: bigint;
|
|
4231
|
+
isSystemTx?: undefined | undefined;
|
|
4232
|
+
mint?: undefined | undefined;
|
|
4233
|
+
sourceHash?: undefined | undefined;
|
|
4234
|
+
} | {
|
|
4235
|
+
blockHash: `0x${string}` | null;
|
|
4236
|
+
blockNumber: bigint | null;
|
|
4237
|
+
from: import("viem").Address;
|
|
4238
|
+
gas: bigint;
|
|
4239
|
+
hash: import("viem").Hash;
|
|
4240
|
+
input: import("viem").Hex;
|
|
4241
|
+
nonce: number;
|
|
4242
|
+
r: import("viem").Hex;
|
|
4243
|
+
s: import("viem").Hex;
|
|
4244
|
+
to: import("viem").Address | null;
|
|
4245
|
+
transactionIndex: number | null;
|
|
4246
|
+
typeHex: import("viem").Hex | null;
|
|
4247
|
+
v: bigint;
|
|
4248
|
+
value: bigint;
|
|
4249
|
+
yParity: number;
|
|
4250
|
+
accessList: import("viem").AccessList;
|
|
4251
|
+
authorizationList?: undefined | undefined;
|
|
4252
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
4253
|
+
chainId: number;
|
|
4254
|
+
type: "eip4844";
|
|
4255
|
+
gasPrice?: undefined | undefined;
|
|
4256
|
+
maxFeePerBlobGas: bigint;
|
|
4257
|
+
maxFeePerGas: bigint;
|
|
4258
|
+
maxPriorityFeePerGas: bigint;
|
|
4259
|
+
isSystemTx?: undefined | undefined;
|
|
4260
|
+
mint?: undefined | undefined;
|
|
4261
|
+
sourceHash?: undefined | undefined;
|
|
4262
|
+
} | {
|
|
4263
|
+
blockHash: `0x${string}` | null;
|
|
4264
|
+
blockNumber: bigint | null;
|
|
4265
|
+
from: import("viem").Address;
|
|
4266
|
+
gas: bigint;
|
|
4267
|
+
hash: import("viem").Hash;
|
|
4268
|
+
input: import("viem").Hex;
|
|
4269
|
+
nonce: number;
|
|
4270
|
+
r: import("viem").Hex;
|
|
4271
|
+
s: import("viem").Hex;
|
|
4272
|
+
to: import("viem").Address | null;
|
|
4273
|
+
transactionIndex: number | null;
|
|
4274
|
+
typeHex: import("viem").Hex | null;
|
|
4275
|
+
v: bigint;
|
|
4276
|
+
value: bigint;
|
|
4277
|
+
yParity: number;
|
|
4278
|
+
accessList: import("viem").AccessList;
|
|
4279
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
4280
|
+
blobVersionedHashes?: undefined | undefined;
|
|
4281
|
+
chainId: number;
|
|
4282
|
+
type: "eip7702";
|
|
4283
|
+
gasPrice?: undefined | undefined;
|
|
4284
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
4285
|
+
maxFeePerGas: bigint;
|
|
4286
|
+
maxPriorityFeePerGas: bigint;
|
|
4287
|
+
isSystemTx?: undefined | undefined;
|
|
4288
|
+
mint?: undefined | undefined;
|
|
4289
|
+
sourceHash?: undefined | undefined;
|
|
4290
|
+
}) & {};
|
|
4291
|
+
type: "transaction";
|
|
4292
|
+
};
|
|
4293
|
+
readonly transactionReceipt: {
|
|
4294
|
+
exclude: [] | undefined;
|
|
4295
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
4296
|
+
blobGasPrice?: bigint | undefined;
|
|
4297
|
+
blobGasUsed?: bigint | undefined;
|
|
4298
|
+
blockHash: import("viem").Hash;
|
|
4299
|
+
blockNumber: bigint;
|
|
4300
|
+
contractAddress: import("viem").Address | null | undefined;
|
|
4301
|
+
cumulativeGasUsed: bigint;
|
|
4302
|
+
effectiveGasPrice: bigint;
|
|
4303
|
+
from: import("viem").Address;
|
|
4304
|
+
gasUsed: bigint;
|
|
4305
|
+
logs: import("viem").Log<bigint, number, false>[];
|
|
4306
|
+
logsBloom: import("viem").Hex;
|
|
4307
|
+
root?: `0x${string}` | undefined;
|
|
4308
|
+
status: "success" | "reverted";
|
|
4309
|
+
to: import("viem").Address | null;
|
|
4310
|
+
transactionHash: import("viem").Hash;
|
|
4311
|
+
transactionIndex: number;
|
|
4312
|
+
type: import("viem").TransactionType;
|
|
4313
|
+
l1GasPrice: bigint | null;
|
|
4314
|
+
l1GasUsed: bigint | null;
|
|
4315
|
+
l1Fee: bigint | null;
|
|
4316
|
+
l1FeeScalar: number | null;
|
|
4317
|
+
} & {};
|
|
4318
|
+
type: "transactionReceipt";
|
|
4319
|
+
};
|
|
4320
|
+
};
|
|
4321
|
+
serializers: {
|
|
4322
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
4323
|
+
};
|
|
4324
|
+
readonly blockchainId: "UNI-SEPOLIA";
|
|
4325
|
+
readonly blockchainVm: "EVM";
|
|
1542
4326
|
} | undefined;
|
|
1543
4327
|
//# sourceMappingURL=extractChain.d.ts.map
|