@circle-fin/usdckit 0.17.1 → 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 +49 -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 +2 -2
- package/dist/cjs/actions/transfer.d.ts.map +1 -1
- package/dist/cjs/actions/transfer.js +4 -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 +6 -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 +22 -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 +2 -2
- package/dist/esm/actions/transfer.d.ts.map +1 -1
- package/dist/esm/actions/transfer.js +4 -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 +6 -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 +22 -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
|
@@ -8,9 +8,145 @@ export declare function extractChain({ id }: {
|
|
|
8
8
|
readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
|
+
blockTime?: number | undefined | undefined;
|
|
11
12
|
contracts: {
|
|
12
13
|
readonly USDC: {
|
|
13
14
|
readonly address: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
15
|
+
readonly abi: readonly [{
|
|
16
|
+
readonly type: "event";
|
|
17
|
+
readonly name: "Approval";
|
|
18
|
+
readonly inputs: readonly [{
|
|
19
|
+
readonly indexed: true;
|
|
20
|
+
readonly name: "owner";
|
|
21
|
+
readonly type: "address";
|
|
22
|
+
}, {
|
|
23
|
+
readonly indexed: true;
|
|
24
|
+
readonly name: "spender";
|
|
25
|
+
readonly type: "address";
|
|
26
|
+
}, {
|
|
27
|
+
readonly indexed: false;
|
|
28
|
+
readonly name: "value";
|
|
29
|
+
readonly type: "uint256";
|
|
30
|
+
}];
|
|
31
|
+
}, {
|
|
32
|
+
readonly type: "event";
|
|
33
|
+
readonly name: "Transfer";
|
|
34
|
+
readonly inputs: readonly [{
|
|
35
|
+
readonly indexed: true;
|
|
36
|
+
readonly name: "from";
|
|
37
|
+
readonly type: "address";
|
|
38
|
+
}, {
|
|
39
|
+
readonly indexed: true;
|
|
40
|
+
readonly name: "to";
|
|
41
|
+
readonly type: "address";
|
|
42
|
+
}, {
|
|
43
|
+
readonly indexed: false;
|
|
44
|
+
readonly name: "value";
|
|
45
|
+
readonly type: "uint256";
|
|
46
|
+
}];
|
|
47
|
+
}, {
|
|
48
|
+
readonly type: "function";
|
|
49
|
+
readonly name: "allowance";
|
|
50
|
+
readonly stateMutability: "view";
|
|
51
|
+
readonly inputs: readonly [{
|
|
52
|
+
readonly name: "owner";
|
|
53
|
+
readonly type: "address";
|
|
54
|
+
}, {
|
|
55
|
+
readonly name: "spender";
|
|
56
|
+
readonly type: "address";
|
|
57
|
+
}];
|
|
58
|
+
readonly outputs: readonly [{
|
|
59
|
+
readonly type: "uint256";
|
|
60
|
+
}];
|
|
61
|
+
}, {
|
|
62
|
+
readonly type: "function";
|
|
63
|
+
readonly name: "approve";
|
|
64
|
+
readonly stateMutability: "nonpayable";
|
|
65
|
+
readonly inputs: readonly [{
|
|
66
|
+
readonly name: "spender";
|
|
67
|
+
readonly type: "address";
|
|
68
|
+
}, {
|
|
69
|
+
readonly name: "amount";
|
|
70
|
+
readonly type: "uint256";
|
|
71
|
+
}];
|
|
72
|
+
readonly outputs: readonly [{
|
|
73
|
+
readonly type: "bool";
|
|
74
|
+
}];
|
|
75
|
+
}, {
|
|
76
|
+
readonly type: "function";
|
|
77
|
+
readonly name: "balanceOf";
|
|
78
|
+
readonly stateMutability: "view";
|
|
79
|
+
readonly inputs: readonly [{
|
|
80
|
+
readonly name: "account";
|
|
81
|
+
readonly type: "address";
|
|
82
|
+
}];
|
|
83
|
+
readonly outputs: readonly [{
|
|
84
|
+
readonly type: "uint256";
|
|
85
|
+
}];
|
|
86
|
+
}, {
|
|
87
|
+
readonly type: "function";
|
|
88
|
+
readonly name: "decimals";
|
|
89
|
+
readonly stateMutability: "view";
|
|
90
|
+
readonly inputs: readonly [];
|
|
91
|
+
readonly outputs: readonly [{
|
|
92
|
+
readonly type: "uint8";
|
|
93
|
+
}];
|
|
94
|
+
}, {
|
|
95
|
+
readonly type: "function";
|
|
96
|
+
readonly name: "name";
|
|
97
|
+
readonly stateMutability: "view";
|
|
98
|
+
readonly inputs: readonly [];
|
|
99
|
+
readonly outputs: readonly [{
|
|
100
|
+
readonly type: "string";
|
|
101
|
+
}];
|
|
102
|
+
}, {
|
|
103
|
+
readonly type: "function";
|
|
104
|
+
readonly name: "symbol";
|
|
105
|
+
readonly stateMutability: "view";
|
|
106
|
+
readonly inputs: readonly [];
|
|
107
|
+
readonly outputs: readonly [{
|
|
108
|
+
readonly type: "string";
|
|
109
|
+
}];
|
|
110
|
+
}, {
|
|
111
|
+
readonly type: "function";
|
|
112
|
+
readonly name: "totalSupply";
|
|
113
|
+
readonly stateMutability: "view";
|
|
114
|
+
readonly inputs: readonly [];
|
|
115
|
+
readonly outputs: readonly [{
|
|
116
|
+
readonly type: "uint256";
|
|
117
|
+
}];
|
|
118
|
+
}, {
|
|
119
|
+
readonly type: "function";
|
|
120
|
+
readonly name: "transfer";
|
|
121
|
+
readonly stateMutability: "nonpayable";
|
|
122
|
+
readonly inputs: readonly [{
|
|
123
|
+
readonly name: "recipient";
|
|
124
|
+
readonly type: "address";
|
|
125
|
+
}, {
|
|
126
|
+
readonly name: "amount";
|
|
127
|
+
readonly type: "uint256";
|
|
128
|
+
}];
|
|
129
|
+
readonly outputs: readonly [{
|
|
130
|
+
readonly type: "bool";
|
|
131
|
+
}];
|
|
132
|
+
}, {
|
|
133
|
+
readonly type: "function";
|
|
134
|
+
readonly name: "transferFrom";
|
|
135
|
+
readonly stateMutability: "nonpayable";
|
|
136
|
+
readonly inputs: readonly [{
|
|
137
|
+
readonly name: "sender";
|
|
138
|
+
readonly type: "address";
|
|
139
|
+
}, {
|
|
140
|
+
readonly name: "recipient";
|
|
141
|
+
readonly type: "address";
|
|
142
|
+
}, {
|
|
143
|
+
readonly name: "amount";
|
|
144
|
+
readonly type: "uint256";
|
|
145
|
+
}];
|
|
146
|
+
readonly outputs: readonly [{
|
|
147
|
+
readonly type: "bool";
|
|
148
|
+
}];
|
|
149
|
+
}];
|
|
14
150
|
readonly read: {
|
|
15
151
|
readonly decimals: () => 6;
|
|
16
152
|
};
|
|
@@ -49,15 +185,286 @@ export declare function extractChain({ id }: {
|
|
|
49
185
|
readonly apiUrl: "https://api-testnet.snowtrace.io";
|
|
50
186
|
};
|
|
51
187
|
};
|
|
188
|
+
blockTime?: number | undefined | undefined;
|
|
52
189
|
contracts: {
|
|
53
190
|
readonly USDC: {
|
|
54
191
|
readonly address: "0x5425890298aed601595a70ab815c96711a31bc65";
|
|
192
|
+
readonly abi: readonly [{
|
|
193
|
+
readonly type: "event";
|
|
194
|
+
readonly name: "Approval";
|
|
195
|
+
readonly inputs: readonly [{
|
|
196
|
+
readonly indexed: true;
|
|
197
|
+
readonly name: "owner";
|
|
198
|
+
readonly type: "address";
|
|
199
|
+
}, {
|
|
200
|
+
readonly indexed: true;
|
|
201
|
+
readonly name: "spender";
|
|
202
|
+
readonly type: "address";
|
|
203
|
+
}, {
|
|
204
|
+
readonly indexed: false;
|
|
205
|
+
readonly name: "value";
|
|
206
|
+
readonly type: "uint256";
|
|
207
|
+
}];
|
|
208
|
+
}, {
|
|
209
|
+
readonly type: "event";
|
|
210
|
+
readonly name: "Transfer";
|
|
211
|
+
readonly inputs: readonly [{
|
|
212
|
+
readonly indexed: true;
|
|
213
|
+
readonly name: "from";
|
|
214
|
+
readonly type: "address";
|
|
215
|
+
}, {
|
|
216
|
+
readonly indexed: true;
|
|
217
|
+
readonly name: "to";
|
|
218
|
+
readonly type: "address";
|
|
219
|
+
}, {
|
|
220
|
+
readonly indexed: false;
|
|
221
|
+
readonly name: "value";
|
|
222
|
+
readonly type: "uint256";
|
|
223
|
+
}];
|
|
224
|
+
}, {
|
|
225
|
+
readonly type: "function";
|
|
226
|
+
readonly name: "allowance";
|
|
227
|
+
readonly stateMutability: "view";
|
|
228
|
+
readonly inputs: readonly [{
|
|
229
|
+
readonly name: "owner";
|
|
230
|
+
readonly type: "address";
|
|
231
|
+
}, {
|
|
232
|
+
readonly name: "spender";
|
|
233
|
+
readonly type: "address";
|
|
234
|
+
}];
|
|
235
|
+
readonly outputs: readonly [{
|
|
236
|
+
readonly type: "uint256";
|
|
237
|
+
}];
|
|
238
|
+
}, {
|
|
239
|
+
readonly type: "function";
|
|
240
|
+
readonly name: "approve";
|
|
241
|
+
readonly stateMutability: "nonpayable";
|
|
242
|
+
readonly inputs: readonly [{
|
|
243
|
+
readonly name: "spender";
|
|
244
|
+
readonly type: "address";
|
|
245
|
+
}, {
|
|
246
|
+
readonly name: "amount";
|
|
247
|
+
readonly type: "uint256";
|
|
248
|
+
}];
|
|
249
|
+
readonly outputs: readonly [{
|
|
250
|
+
readonly type: "bool";
|
|
251
|
+
}];
|
|
252
|
+
}, {
|
|
253
|
+
readonly type: "function";
|
|
254
|
+
readonly name: "balanceOf";
|
|
255
|
+
readonly stateMutability: "view";
|
|
256
|
+
readonly inputs: readonly [{
|
|
257
|
+
readonly name: "account";
|
|
258
|
+
readonly type: "address";
|
|
259
|
+
}];
|
|
260
|
+
readonly outputs: readonly [{
|
|
261
|
+
readonly type: "uint256";
|
|
262
|
+
}];
|
|
263
|
+
}, {
|
|
264
|
+
readonly type: "function";
|
|
265
|
+
readonly name: "decimals";
|
|
266
|
+
readonly stateMutability: "view";
|
|
267
|
+
readonly inputs: readonly [];
|
|
268
|
+
readonly outputs: readonly [{
|
|
269
|
+
readonly type: "uint8";
|
|
270
|
+
}];
|
|
271
|
+
}, {
|
|
272
|
+
readonly type: "function";
|
|
273
|
+
readonly name: "name";
|
|
274
|
+
readonly stateMutability: "view";
|
|
275
|
+
readonly inputs: readonly [];
|
|
276
|
+
readonly outputs: readonly [{
|
|
277
|
+
readonly type: "string";
|
|
278
|
+
}];
|
|
279
|
+
}, {
|
|
280
|
+
readonly type: "function";
|
|
281
|
+
readonly name: "symbol";
|
|
282
|
+
readonly stateMutability: "view";
|
|
283
|
+
readonly inputs: readonly [];
|
|
284
|
+
readonly outputs: readonly [{
|
|
285
|
+
readonly type: "string";
|
|
286
|
+
}];
|
|
287
|
+
}, {
|
|
288
|
+
readonly type: "function";
|
|
289
|
+
readonly name: "totalSupply";
|
|
290
|
+
readonly stateMutability: "view";
|
|
291
|
+
readonly inputs: readonly [];
|
|
292
|
+
readonly outputs: readonly [{
|
|
293
|
+
readonly type: "uint256";
|
|
294
|
+
}];
|
|
295
|
+
}, {
|
|
296
|
+
readonly type: "function";
|
|
297
|
+
readonly name: "transfer";
|
|
298
|
+
readonly stateMutability: "nonpayable";
|
|
299
|
+
readonly inputs: readonly [{
|
|
300
|
+
readonly name: "recipient";
|
|
301
|
+
readonly type: "address";
|
|
302
|
+
}, {
|
|
303
|
+
readonly name: "amount";
|
|
304
|
+
readonly type: "uint256";
|
|
305
|
+
}];
|
|
306
|
+
readonly outputs: readonly [{
|
|
307
|
+
readonly type: "bool";
|
|
308
|
+
}];
|
|
309
|
+
}, {
|
|
310
|
+
readonly type: "function";
|
|
311
|
+
readonly name: "transferFrom";
|
|
312
|
+
readonly stateMutability: "nonpayable";
|
|
313
|
+
readonly inputs: readonly [{
|
|
314
|
+
readonly name: "sender";
|
|
315
|
+
readonly type: "address";
|
|
316
|
+
}, {
|
|
317
|
+
readonly name: "recipient";
|
|
318
|
+
readonly type: "address";
|
|
319
|
+
}, {
|
|
320
|
+
readonly name: "amount";
|
|
321
|
+
readonly type: "uint256";
|
|
322
|
+
}];
|
|
323
|
+
readonly outputs: readonly [{
|
|
324
|
+
readonly type: "bool";
|
|
325
|
+
}];
|
|
326
|
+
}];
|
|
55
327
|
readonly read: {
|
|
56
328
|
readonly decimals: () => 6;
|
|
57
329
|
};
|
|
58
330
|
};
|
|
59
331
|
readonly EURC: {
|
|
60
332
|
readonly address: "0x5e44db7996c682e92a960b65ac713a54ad815c6b";
|
|
333
|
+
readonly abi: readonly [{
|
|
334
|
+
readonly type: "event";
|
|
335
|
+
readonly name: "Approval";
|
|
336
|
+
readonly inputs: readonly [{
|
|
337
|
+
readonly indexed: true;
|
|
338
|
+
readonly name: "owner";
|
|
339
|
+
readonly type: "address";
|
|
340
|
+
}, {
|
|
341
|
+
readonly indexed: true;
|
|
342
|
+
readonly name: "spender";
|
|
343
|
+
readonly type: "address";
|
|
344
|
+
}, {
|
|
345
|
+
readonly indexed: false;
|
|
346
|
+
readonly name: "value";
|
|
347
|
+
readonly type: "uint256";
|
|
348
|
+
}];
|
|
349
|
+
}, {
|
|
350
|
+
readonly type: "event";
|
|
351
|
+
readonly name: "Transfer";
|
|
352
|
+
readonly inputs: readonly [{
|
|
353
|
+
readonly indexed: true;
|
|
354
|
+
readonly name: "from";
|
|
355
|
+
readonly type: "address";
|
|
356
|
+
}, {
|
|
357
|
+
readonly indexed: true;
|
|
358
|
+
readonly name: "to";
|
|
359
|
+
readonly type: "address";
|
|
360
|
+
}, {
|
|
361
|
+
readonly indexed: false;
|
|
362
|
+
readonly name: "value";
|
|
363
|
+
readonly type: "uint256";
|
|
364
|
+
}];
|
|
365
|
+
}, {
|
|
366
|
+
readonly type: "function";
|
|
367
|
+
readonly name: "allowance";
|
|
368
|
+
readonly stateMutability: "view";
|
|
369
|
+
readonly inputs: readonly [{
|
|
370
|
+
readonly name: "owner";
|
|
371
|
+
readonly type: "address";
|
|
372
|
+
}, {
|
|
373
|
+
readonly name: "spender";
|
|
374
|
+
readonly type: "address";
|
|
375
|
+
}];
|
|
376
|
+
readonly outputs: readonly [{
|
|
377
|
+
readonly type: "uint256";
|
|
378
|
+
}];
|
|
379
|
+
}, {
|
|
380
|
+
readonly type: "function";
|
|
381
|
+
readonly name: "approve";
|
|
382
|
+
readonly stateMutability: "nonpayable";
|
|
383
|
+
readonly inputs: readonly [{
|
|
384
|
+
readonly name: "spender";
|
|
385
|
+
readonly type: "address";
|
|
386
|
+
}, {
|
|
387
|
+
readonly name: "amount";
|
|
388
|
+
readonly type: "uint256";
|
|
389
|
+
}];
|
|
390
|
+
readonly outputs: readonly [{
|
|
391
|
+
readonly type: "bool";
|
|
392
|
+
}];
|
|
393
|
+
}, {
|
|
394
|
+
readonly type: "function";
|
|
395
|
+
readonly name: "balanceOf";
|
|
396
|
+
readonly stateMutability: "view";
|
|
397
|
+
readonly inputs: readonly [{
|
|
398
|
+
readonly name: "account";
|
|
399
|
+
readonly type: "address";
|
|
400
|
+
}];
|
|
401
|
+
readonly outputs: readonly [{
|
|
402
|
+
readonly type: "uint256";
|
|
403
|
+
}];
|
|
404
|
+
}, {
|
|
405
|
+
readonly type: "function";
|
|
406
|
+
readonly name: "decimals";
|
|
407
|
+
readonly stateMutability: "view";
|
|
408
|
+
readonly inputs: readonly [];
|
|
409
|
+
readonly outputs: readonly [{
|
|
410
|
+
readonly type: "uint8";
|
|
411
|
+
}];
|
|
412
|
+
}, {
|
|
413
|
+
readonly type: "function";
|
|
414
|
+
readonly name: "name";
|
|
415
|
+
readonly stateMutability: "view";
|
|
416
|
+
readonly inputs: readonly [];
|
|
417
|
+
readonly outputs: readonly [{
|
|
418
|
+
readonly type: "string";
|
|
419
|
+
}];
|
|
420
|
+
}, {
|
|
421
|
+
readonly type: "function";
|
|
422
|
+
readonly name: "symbol";
|
|
423
|
+
readonly stateMutability: "view";
|
|
424
|
+
readonly inputs: readonly [];
|
|
425
|
+
readonly outputs: readonly [{
|
|
426
|
+
readonly type: "string";
|
|
427
|
+
}];
|
|
428
|
+
}, {
|
|
429
|
+
readonly type: "function";
|
|
430
|
+
readonly name: "totalSupply";
|
|
431
|
+
readonly stateMutability: "view";
|
|
432
|
+
readonly inputs: readonly [];
|
|
433
|
+
readonly outputs: readonly [{
|
|
434
|
+
readonly type: "uint256";
|
|
435
|
+
}];
|
|
436
|
+
}, {
|
|
437
|
+
readonly type: "function";
|
|
438
|
+
readonly name: "transfer";
|
|
439
|
+
readonly stateMutability: "nonpayable";
|
|
440
|
+
readonly inputs: readonly [{
|
|
441
|
+
readonly name: "recipient";
|
|
442
|
+
readonly type: "address";
|
|
443
|
+
}, {
|
|
444
|
+
readonly name: "amount";
|
|
445
|
+
readonly type: "uint256";
|
|
446
|
+
}];
|
|
447
|
+
readonly outputs: readonly [{
|
|
448
|
+
readonly type: "bool";
|
|
449
|
+
}];
|
|
450
|
+
}, {
|
|
451
|
+
readonly type: "function";
|
|
452
|
+
readonly name: "transferFrom";
|
|
453
|
+
readonly stateMutability: "nonpayable";
|
|
454
|
+
readonly inputs: readonly [{
|
|
455
|
+
readonly name: "sender";
|
|
456
|
+
readonly type: "address";
|
|
457
|
+
}, {
|
|
458
|
+
readonly name: "recipient";
|
|
459
|
+
readonly type: "address";
|
|
460
|
+
}, {
|
|
461
|
+
readonly name: "amount";
|
|
462
|
+
readonly type: "uint256";
|
|
463
|
+
}];
|
|
464
|
+
readonly outputs: readonly [{
|
|
465
|
+
readonly type: "bool";
|
|
466
|
+
}];
|
|
467
|
+
}];
|
|
61
468
|
readonly read: {
|
|
62
469
|
readonly decimals: () => 6;
|
|
63
470
|
};
|
|
@@ -96,15 +503,286 @@ export declare function extractChain({ id }: {
|
|
|
96
503
|
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
97
504
|
};
|
|
98
505
|
};
|
|
506
|
+
blockTime?: number | undefined | undefined;
|
|
99
507
|
contracts: {
|
|
100
508
|
readonly USDC: {
|
|
101
509
|
readonly address: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
510
|
+
readonly abi: readonly [{
|
|
511
|
+
readonly type: "event";
|
|
512
|
+
readonly name: "Approval";
|
|
513
|
+
readonly inputs: readonly [{
|
|
514
|
+
readonly indexed: true;
|
|
515
|
+
readonly name: "owner";
|
|
516
|
+
readonly type: "address";
|
|
517
|
+
}, {
|
|
518
|
+
readonly indexed: true;
|
|
519
|
+
readonly name: "spender";
|
|
520
|
+
readonly type: "address";
|
|
521
|
+
}, {
|
|
522
|
+
readonly indexed: false;
|
|
523
|
+
readonly name: "value";
|
|
524
|
+
readonly type: "uint256";
|
|
525
|
+
}];
|
|
526
|
+
}, {
|
|
527
|
+
readonly type: "event";
|
|
528
|
+
readonly name: "Transfer";
|
|
529
|
+
readonly inputs: readonly [{
|
|
530
|
+
readonly indexed: true;
|
|
531
|
+
readonly name: "from";
|
|
532
|
+
readonly type: "address";
|
|
533
|
+
}, {
|
|
534
|
+
readonly indexed: true;
|
|
535
|
+
readonly name: "to";
|
|
536
|
+
readonly type: "address";
|
|
537
|
+
}, {
|
|
538
|
+
readonly indexed: false;
|
|
539
|
+
readonly name: "value";
|
|
540
|
+
readonly type: "uint256";
|
|
541
|
+
}];
|
|
542
|
+
}, {
|
|
543
|
+
readonly type: "function";
|
|
544
|
+
readonly name: "allowance";
|
|
545
|
+
readonly stateMutability: "view";
|
|
546
|
+
readonly inputs: readonly [{
|
|
547
|
+
readonly name: "owner";
|
|
548
|
+
readonly type: "address";
|
|
549
|
+
}, {
|
|
550
|
+
readonly name: "spender";
|
|
551
|
+
readonly type: "address";
|
|
552
|
+
}];
|
|
553
|
+
readonly outputs: readonly [{
|
|
554
|
+
readonly type: "uint256";
|
|
555
|
+
}];
|
|
556
|
+
}, {
|
|
557
|
+
readonly type: "function";
|
|
558
|
+
readonly name: "approve";
|
|
559
|
+
readonly stateMutability: "nonpayable";
|
|
560
|
+
readonly inputs: readonly [{
|
|
561
|
+
readonly name: "spender";
|
|
562
|
+
readonly type: "address";
|
|
563
|
+
}, {
|
|
564
|
+
readonly name: "amount";
|
|
565
|
+
readonly type: "uint256";
|
|
566
|
+
}];
|
|
567
|
+
readonly outputs: readonly [{
|
|
568
|
+
readonly type: "bool";
|
|
569
|
+
}];
|
|
570
|
+
}, {
|
|
571
|
+
readonly type: "function";
|
|
572
|
+
readonly name: "balanceOf";
|
|
573
|
+
readonly stateMutability: "view";
|
|
574
|
+
readonly inputs: readonly [{
|
|
575
|
+
readonly name: "account";
|
|
576
|
+
readonly type: "address";
|
|
577
|
+
}];
|
|
578
|
+
readonly outputs: readonly [{
|
|
579
|
+
readonly type: "uint256";
|
|
580
|
+
}];
|
|
581
|
+
}, {
|
|
582
|
+
readonly type: "function";
|
|
583
|
+
readonly name: "decimals";
|
|
584
|
+
readonly stateMutability: "view";
|
|
585
|
+
readonly inputs: readonly [];
|
|
586
|
+
readonly outputs: readonly [{
|
|
587
|
+
readonly type: "uint8";
|
|
588
|
+
}];
|
|
589
|
+
}, {
|
|
590
|
+
readonly type: "function";
|
|
591
|
+
readonly name: "name";
|
|
592
|
+
readonly stateMutability: "view";
|
|
593
|
+
readonly inputs: readonly [];
|
|
594
|
+
readonly outputs: readonly [{
|
|
595
|
+
readonly type: "string";
|
|
596
|
+
}];
|
|
597
|
+
}, {
|
|
598
|
+
readonly type: "function";
|
|
599
|
+
readonly name: "symbol";
|
|
600
|
+
readonly stateMutability: "view";
|
|
601
|
+
readonly inputs: readonly [];
|
|
602
|
+
readonly outputs: readonly [{
|
|
603
|
+
readonly type: "string";
|
|
604
|
+
}];
|
|
605
|
+
}, {
|
|
606
|
+
readonly type: "function";
|
|
607
|
+
readonly name: "totalSupply";
|
|
608
|
+
readonly stateMutability: "view";
|
|
609
|
+
readonly inputs: readonly [];
|
|
610
|
+
readonly outputs: readonly [{
|
|
611
|
+
readonly type: "uint256";
|
|
612
|
+
}];
|
|
613
|
+
}, {
|
|
614
|
+
readonly type: "function";
|
|
615
|
+
readonly name: "transfer";
|
|
616
|
+
readonly stateMutability: "nonpayable";
|
|
617
|
+
readonly inputs: readonly [{
|
|
618
|
+
readonly name: "recipient";
|
|
619
|
+
readonly type: "address";
|
|
620
|
+
}, {
|
|
621
|
+
readonly name: "amount";
|
|
622
|
+
readonly type: "uint256";
|
|
623
|
+
}];
|
|
624
|
+
readonly outputs: readonly [{
|
|
625
|
+
readonly type: "bool";
|
|
626
|
+
}];
|
|
627
|
+
}, {
|
|
628
|
+
readonly type: "function";
|
|
629
|
+
readonly name: "transferFrom";
|
|
630
|
+
readonly stateMutability: "nonpayable";
|
|
631
|
+
readonly inputs: readonly [{
|
|
632
|
+
readonly name: "sender";
|
|
633
|
+
readonly type: "address";
|
|
634
|
+
}, {
|
|
635
|
+
readonly name: "recipient";
|
|
636
|
+
readonly type: "address";
|
|
637
|
+
}, {
|
|
638
|
+
readonly name: "amount";
|
|
639
|
+
readonly type: "uint256";
|
|
640
|
+
}];
|
|
641
|
+
readonly outputs: readonly [{
|
|
642
|
+
readonly type: "bool";
|
|
643
|
+
}];
|
|
644
|
+
}];
|
|
102
645
|
readonly read: {
|
|
103
646
|
readonly decimals: () => 6;
|
|
104
647
|
};
|
|
105
648
|
};
|
|
106
649
|
readonly EURC: {
|
|
107
650
|
readonly address: "0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4";
|
|
651
|
+
readonly abi: readonly [{
|
|
652
|
+
readonly type: "event";
|
|
653
|
+
readonly name: "Approval";
|
|
654
|
+
readonly inputs: readonly [{
|
|
655
|
+
readonly indexed: true;
|
|
656
|
+
readonly name: "owner";
|
|
657
|
+
readonly type: "address";
|
|
658
|
+
}, {
|
|
659
|
+
readonly indexed: true;
|
|
660
|
+
readonly name: "spender";
|
|
661
|
+
readonly type: "address";
|
|
662
|
+
}, {
|
|
663
|
+
readonly indexed: false;
|
|
664
|
+
readonly name: "value";
|
|
665
|
+
readonly type: "uint256";
|
|
666
|
+
}];
|
|
667
|
+
}, {
|
|
668
|
+
readonly type: "event";
|
|
669
|
+
readonly name: "Transfer";
|
|
670
|
+
readonly inputs: readonly [{
|
|
671
|
+
readonly indexed: true;
|
|
672
|
+
readonly name: "from";
|
|
673
|
+
readonly type: "address";
|
|
674
|
+
}, {
|
|
675
|
+
readonly indexed: true;
|
|
676
|
+
readonly name: "to";
|
|
677
|
+
readonly type: "address";
|
|
678
|
+
}, {
|
|
679
|
+
readonly indexed: false;
|
|
680
|
+
readonly name: "value";
|
|
681
|
+
readonly type: "uint256";
|
|
682
|
+
}];
|
|
683
|
+
}, {
|
|
684
|
+
readonly type: "function";
|
|
685
|
+
readonly name: "allowance";
|
|
686
|
+
readonly stateMutability: "view";
|
|
687
|
+
readonly inputs: readonly [{
|
|
688
|
+
readonly name: "owner";
|
|
689
|
+
readonly type: "address";
|
|
690
|
+
}, {
|
|
691
|
+
readonly name: "spender";
|
|
692
|
+
readonly type: "address";
|
|
693
|
+
}];
|
|
694
|
+
readonly outputs: readonly [{
|
|
695
|
+
readonly type: "uint256";
|
|
696
|
+
}];
|
|
697
|
+
}, {
|
|
698
|
+
readonly type: "function";
|
|
699
|
+
readonly name: "approve";
|
|
700
|
+
readonly stateMutability: "nonpayable";
|
|
701
|
+
readonly inputs: readonly [{
|
|
702
|
+
readonly name: "spender";
|
|
703
|
+
readonly type: "address";
|
|
704
|
+
}, {
|
|
705
|
+
readonly name: "amount";
|
|
706
|
+
readonly type: "uint256";
|
|
707
|
+
}];
|
|
708
|
+
readonly outputs: readonly [{
|
|
709
|
+
readonly type: "bool";
|
|
710
|
+
}];
|
|
711
|
+
}, {
|
|
712
|
+
readonly type: "function";
|
|
713
|
+
readonly name: "balanceOf";
|
|
714
|
+
readonly stateMutability: "view";
|
|
715
|
+
readonly inputs: readonly [{
|
|
716
|
+
readonly name: "account";
|
|
717
|
+
readonly type: "address";
|
|
718
|
+
}];
|
|
719
|
+
readonly outputs: readonly [{
|
|
720
|
+
readonly type: "uint256";
|
|
721
|
+
}];
|
|
722
|
+
}, {
|
|
723
|
+
readonly type: "function";
|
|
724
|
+
readonly name: "decimals";
|
|
725
|
+
readonly stateMutability: "view";
|
|
726
|
+
readonly inputs: readonly [];
|
|
727
|
+
readonly outputs: readonly [{
|
|
728
|
+
readonly type: "uint8";
|
|
729
|
+
}];
|
|
730
|
+
}, {
|
|
731
|
+
readonly type: "function";
|
|
732
|
+
readonly name: "name";
|
|
733
|
+
readonly stateMutability: "view";
|
|
734
|
+
readonly inputs: readonly [];
|
|
735
|
+
readonly outputs: readonly [{
|
|
736
|
+
readonly type: "string";
|
|
737
|
+
}];
|
|
738
|
+
}, {
|
|
739
|
+
readonly type: "function";
|
|
740
|
+
readonly name: "symbol";
|
|
741
|
+
readonly stateMutability: "view";
|
|
742
|
+
readonly inputs: readonly [];
|
|
743
|
+
readonly outputs: readonly [{
|
|
744
|
+
readonly type: "string";
|
|
745
|
+
}];
|
|
746
|
+
}, {
|
|
747
|
+
readonly type: "function";
|
|
748
|
+
readonly name: "totalSupply";
|
|
749
|
+
readonly stateMutability: "view";
|
|
750
|
+
readonly inputs: readonly [];
|
|
751
|
+
readonly outputs: readonly [{
|
|
752
|
+
readonly type: "uint256";
|
|
753
|
+
}];
|
|
754
|
+
}, {
|
|
755
|
+
readonly type: "function";
|
|
756
|
+
readonly name: "transfer";
|
|
757
|
+
readonly stateMutability: "nonpayable";
|
|
758
|
+
readonly inputs: readonly [{
|
|
759
|
+
readonly name: "recipient";
|
|
760
|
+
readonly type: "address";
|
|
761
|
+
}, {
|
|
762
|
+
readonly name: "amount";
|
|
763
|
+
readonly type: "uint256";
|
|
764
|
+
}];
|
|
765
|
+
readonly outputs: readonly [{
|
|
766
|
+
readonly type: "bool";
|
|
767
|
+
}];
|
|
768
|
+
}, {
|
|
769
|
+
readonly type: "function";
|
|
770
|
+
readonly name: "transferFrom";
|
|
771
|
+
readonly stateMutability: "nonpayable";
|
|
772
|
+
readonly inputs: readonly [{
|
|
773
|
+
readonly name: "sender";
|
|
774
|
+
readonly type: "address";
|
|
775
|
+
}, {
|
|
776
|
+
readonly name: "recipient";
|
|
777
|
+
readonly type: "address";
|
|
778
|
+
}, {
|
|
779
|
+
readonly name: "amount";
|
|
780
|
+
readonly type: "uint256";
|
|
781
|
+
}];
|
|
782
|
+
readonly outputs: readonly [{
|
|
783
|
+
readonly type: "bool";
|
|
784
|
+
}];
|
|
785
|
+
}];
|
|
108
786
|
readonly read: {
|
|
109
787
|
readonly decimals: () => 6;
|
|
110
788
|
};
|
|
@@ -150,9 +828,145 @@ export declare function extractChain({ id }: {
|
|
|
150
828
|
readonly apiUrl: "https://api-amoy.polygonscan.com/api";
|
|
151
829
|
};
|
|
152
830
|
};
|
|
831
|
+
blockTime?: number | undefined | undefined;
|
|
153
832
|
contracts: {
|
|
154
833
|
readonly USDC: {
|
|
155
834
|
readonly address: "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582";
|
|
835
|
+
readonly abi: readonly [{
|
|
836
|
+
readonly type: "event";
|
|
837
|
+
readonly name: "Approval";
|
|
838
|
+
readonly inputs: readonly [{
|
|
839
|
+
readonly indexed: true;
|
|
840
|
+
readonly name: "owner";
|
|
841
|
+
readonly type: "address";
|
|
842
|
+
}, {
|
|
843
|
+
readonly indexed: true;
|
|
844
|
+
readonly name: "spender";
|
|
845
|
+
readonly type: "address";
|
|
846
|
+
}, {
|
|
847
|
+
readonly indexed: false;
|
|
848
|
+
readonly name: "value";
|
|
849
|
+
readonly type: "uint256";
|
|
850
|
+
}];
|
|
851
|
+
}, {
|
|
852
|
+
readonly type: "event";
|
|
853
|
+
readonly name: "Transfer";
|
|
854
|
+
readonly inputs: readonly [{
|
|
855
|
+
readonly indexed: true;
|
|
856
|
+
readonly name: "from";
|
|
857
|
+
readonly type: "address";
|
|
858
|
+
}, {
|
|
859
|
+
readonly indexed: true;
|
|
860
|
+
readonly name: "to";
|
|
861
|
+
readonly type: "address";
|
|
862
|
+
}, {
|
|
863
|
+
readonly indexed: false;
|
|
864
|
+
readonly name: "value";
|
|
865
|
+
readonly type: "uint256";
|
|
866
|
+
}];
|
|
867
|
+
}, {
|
|
868
|
+
readonly type: "function";
|
|
869
|
+
readonly name: "allowance";
|
|
870
|
+
readonly stateMutability: "view";
|
|
871
|
+
readonly inputs: readonly [{
|
|
872
|
+
readonly name: "owner";
|
|
873
|
+
readonly type: "address";
|
|
874
|
+
}, {
|
|
875
|
+
readonly name: "spender";
|
|
876
|
+
readonly type: "address";
|
|
877
|
+
}];
|
|
878
|
+
readonly outputs: readonly [{
|
|
879
|
+
readonly type: "uint256";
|
|
880
|
+
}];
|
|
881
|
+
}, {
|
|
882
|
+
readonly type: "function";
|
|
883
|
+
readonly name: "approve";
|
|
884
|
+
readonly stateMutability: "nonpayable";
|
|
885
|
+
readonly inputs: readonly [{
|
|
886
|
+
readonly name: "spender";
|
|
887
|
+
readonly type: "address";
|
|
888
|
+
}, {
|
|
889
|
+
readonly name: "amount";
|
|
890
|
+
readonly type: "uint256";
|
|
891
|
+
}];
|
|
892
|
+
readonly outputs: readonly [{
|
|
893
|
+
readonly type: "bool";
|
|
894
|
+
}];
|
|
895
|
+
}, {
|
|
896
|
+
readonly type: "function";
|
|
897
|
+
readonly name: "balanceOf";
|
|
898
|
+
readonly stateMutability: "view";
|
|
899
|
+
readonly inputs: readonly [{
|
|
900
|
+
readonly name: "account";
|
|
901
|
+
readonly type: "address";
|
|
902
|
+
}];
|
|
903
|
+
readonly outputs: readonly [{
|
|
904
|
+
readonly type: "uint256";
|
|
905
|
+
}];
|
|
906
|
+
}, {
|
|
907
|
+
readonly type: "function";
|
|
908
|
+
readonly name: "decimals";
|
|
909
|
+
readonly stateMutability: "view";
|
|
910
|
+
readonly inputs: readonly [];
|
|
911
|
+
readonly outputs: readonly [{
|
|
912
|
+
readonly type: "uint8";
|
|
913
|
+
}];
|
|
914
|
+
}, {
|
|
915
|
+
readonly type: "function";
|
|
916
|
+
readonly name: "name";
|
|
917
|
+
readonly stateMutability: "view";
|
|
918
|
+
readonly inputs: readonly [];
|
|
919
|
+
readonly outputs: readonly [{
|
|
920
|
+
readonly type: "string";
|
|
921
|
+
}];
|
|
922
|
+
}, {
|
|
923
|
+
readonly type: "function";
|
|
924
|
+
readonly name: "symbol";
|
|
925
|
+
readonly stateMutability: "view";
|
|
926
|
+
readonly inputs: readonly [];
|
|
927
|
+
readonly outputs: readonly [{
|
|
928
|
+
readonly type: "string";
|
|
929
|
+
}];
|
|
930
|
+
}, {
|
|
931
|
+
readonly type: "function";
|
|
932
|
+
readonly name: "totalSupply";
|
|
933
|
+
readonly stateMutability: "view";
|
|
934
|
+
readonly inputs: readonly [];
|
|
935
|
+
readonly outputs: readonly [{
|
|
936
|
+
readonly type: "uint256";
|
|
937
|
+
}];
|
|
938
|
+
}, {
|
|
939
|
+
readonly type: "function";
|
|
940
|
+
readonly name: "transfer";
|
|
941
|
+
readonly stateMutability: "nonpayable";
|
|
942
|
+
readonly inputs: readonly [{
|
|
943
|
+
readonly name: "recipient";
|
|
944
|
+
readonly type: "address";
|
|
945
|
+
}, {
|
|
946
|
+
readonly name: "amount";
|
|
947
|
+
readonly type: "uint256";
|
|
948
|
+
}];
|
|
949
|
+
readonly outputs: readonly [{
|
|
950
|
+
readonly type: "bool";
|
|
951
|
+
}];
|
|
952
|
+
}, {
|
|
953
|
+
readonly type: "function";
|
|
954
|
+
readonly name: "transferFrom";
|
|
955
|
+
readonly stateMutability: "nonpayable";
|
|
956
|
+
readonly inputs: readonly [{
|
|
957
|
+
readonly name: "sender";
|
|
958
|
+
readonly type: "address";
|
|
959
|
+
}, {
|
|
960
|
+
readonly name: "recipient";
|
|
961
|
+
readonly type: "address";
|
|
962
|
+
}, {
|
|
963
|
+
readonly name: "amount";
|
|
964
|
+
readonly type: "uint256";
|
|
965
|
+
}];
|
|
966
|
+
readonly outputs: readonly [{
|
|
967
|
+
readonly type: "bool";
|
|
968
|
+
}];
|
|
969
|
+
}];
|
|
156
970
|
readonly read: {
|
|
157
971
|
readonly decimals: () => 6;
|
|
158
972
|
};
|
|
@@ -191,15 +1005,286 @@ export declare function extractChain({ id }: {
|
|
|
191
1005
|
readonly apiUrl: "https://api-sepolia.basescan.org/api";
|
|
192
1006
|
};
|
|
193
1007
|
};
|
|
1008
|
+
blockTime: 2000;
|
|
194
1009
|
contracts: {
|
|
195
1010
|
readonly USDC: {
|
|
196
1011
|
readonly address: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
1012
|
+
readonly abi: readonly [{
|
|
1013
|
+
readonly type: "event";
|
|
1014
|
+
readonly name: "Approval";
|
|
1015
|
+
readonly inputs: readonly [{
|
|
1016
|
+
readonly indexed: true;
|
|
1017
|
+
readonly name: "owner";
|
|
1018
|
+
readonly type: "address";
|
|
1019
|
+
}, {
|
|
1020
|
+
readonly indexed: true;
|
|
1021
|
+
readonly name: "spender";
|
|
1022
|
+
readonly type: "address";
|
|
1023
|
+
}, {
|
|
1024
|
+
readonly indexed: false;
|
|
1025
|
+
readonly name: "value";
|
|
1026
|
+
readonly type: "uint256";
|
|
1027
|
+
}];
|
|
1028
|
+
}, {
|
|
1029
|
+
readonly type: "event";
|
|
1030
|
+
readonly name: "Transfer";
|
|
1031
|
+
readonly inputs: readonly [{
|
|
1032
|
+
readonly indexed: true;
|
|
1033
|
+
readonly name: "from";
|
|
1034
|
+
readonly type: "address";
|
|
1035
|
+
}, {
|
|
1036
|
+
readonly indexed: true;
|
|
1037
|
+
readonly name: "to";
|
|
1038
|
+
readonly type: "address";
|
|
1039
|
+
}, {
|
|
1040
|
+
readonly indexed: false;
|
|
1041
|
+
readonly name: "value";
|
|
1042
|
+
readonly type: "uint256";
|
|
1043
|
+
}];
|
|
1044
|
+
}, {
|
|
1045
|
+
readonly type: "function";
|
|
1046
|
+
readonly name: "allowance";
|
|
1047
|
+
readonly stateMutability: "view";
|
|
1048
|
+
readonly inputs: readonly [{
|
|
1049
|
+
readonly name: "owner";
|
|
1050
|
+
readonly type: "address";
|
|
1051
|
+
}, {
|
|
1052
|
+
readonly name: "spender";
|
|
1053
|
+
readonly type: "address";
|
|
1054
|
+
}];
|
|
1055
|
+
readonly outputs: readonly [{
|
|
1056
|
+
readonly type: "uint256";
|
|
1057
|
+
}];
|
|
1058
|
+
}, {
|
|
1059
|
+
readonly type: "function";
|
|
1060
|
+
readonly name: "approve";
|
|
1061
|
+
readonly stateMutability: "nonpayable";
|
|
1062
|
+
readonly inputs: readonly [{
|
|
1063
|
+
readonly name: "spender";
|
|
1064
|
+
readonly type: "address";
|
|
1065
|
+
}, {
|
|
1066
|
+
readonly name: "amount";
|
|
1067
|
+
readonly type: "uint256";
|
|
1068
|
+
}];
|
|
1069
|
+
readonly outputs: readonly [{
|
|
1070
|
+
readonly type: "bool";
|
|
1071
|
+
}];
|
|
1072
|
+
}, {
|
|
1073
|
+
readonly type: "function";
|
|
1074
|
+
readonly name: "balanceOf";
|
|
1075
|
+
readonly stateMutability: "view";
|
|
1076
|
+
readonly inputs: readonly [{
|
|
1077
|
+
readonly name: "account";
|
|
1078
|
+
readonly type: "address";
|
|
1079
|
+
}];
|
|
1080
|
+
readonly outputs: readonly [{
|
|
1081
|
+
readonly type: "uint256";
|
|
1082
|
+
}];
|
|
1083
|
+
}, {
|
|
1084
|
+
readonly type: "function";
|
|
1085
|
+
readonly name: "decimals";
|
|
1086
|
+
readonly stateMutability: "view";
|
|
1087
|
+
readonly inputs: readonly [];
|
|
1088
|
+
readonly outputs: readonly [{
|
|
1089
|
+
readonly type: "uint8";
|
|
1090
|
+
}];
|
|
1091
|
+
}, {
|
|
1092
|
+
readonly type: "function";
|
|
1093
|
+
readonly name: "name";
|
|
1094
|
+
readonly stateMutability: "view";
|
|
1095
|
+
readonly inputs: readonly [];
|
|
1096
|
+
readonly outputs: readonly [{
|
|
1097
|
+
readonly type: "string";
|
|
1098
|
+
}];
|
|
1099
|
+
}, {
|
|
1100
|
+
readonly type: "function";
|
|
1101
|
+
readonly name: "symbol";
|
|
1102
|
+
readonly stateMutability: "view";
|
|
1103
|
+
readonly inputs: readonly [];
|
|
1104
|
+
readonly outputs: readonly [{
|
|
1105
|
+
readonly type: "string";
|
|
1106
|
+
}];
|
|
1107
|
+
}, {
|
|
1108
|
+
readonly type: "function";
|
|
1109
|
+
readonly name: "totalSupply";
|
|
1110
|
+
readonly stateMutability: "view";
|
|
1111
|
+
readonly inputs: readonly [];
|
|
1112
|
+
readonly outputs: readonly [{
|
|
1113
|
+
readonly type: "uint256";
|
|
1114
|
+
}];
|
|
1115
|
+
}, {
|
|
1116
|
+
readonly type: "function";
|
|
1117
|
+
readonly name: "transfer";
|
|
1118
|
+
readonly stateMutability: "nonpayable";
|
|
1119
|
+
readonly inputs: readonly [{
|
|
1120
|
+
readonly name: "recipient";
|
|
1121
|
+
readonly type: "address";
|
|
1122
|
+
}, {
|
|
1123
|
+
readonly name: "amount";
|
|
1124
|
+
readonly type: "uint256";
|
|
1125
|
+
}];
|
|
1126
|
+
readonly outputs: readonly [{
|
|
1127
|
+
readonly type: "bool";
|
|
1128
|
+
}];
|
|
1129
|
+
}, {
|
|
1130
|
+
readonly type: "function";
|
|
1131
|
+
readonly name: "transferFrom";
|
|
1132
|
+
readonly stateMutability: "nonpayable";
|
|
1133
|
+
readonly inputs: readonly [{
|
|
1134
|
+
readonly name: "sender";
|
|
1135
|
+
readonly type: "address";
|
|
1136
|
+
}, {
|
|
1137
|
+
readonly name: "recipient";
|
|
1138
|
+
readonly type: "address";
|
|
1139
|
+
}, {
|
|
1140
|
+
readonly name: "amount";
|
|
1141
|
+
readonly type: "uint256";
|
|
1142
|
+
}];
|
|
1143
|
+
readonly outputs: readonly [{
|
|
1144
|
+
readonly type: "bool";
|
|
1145
|
+
}];
|
|
1146
|
+
}];
|
|
197
1147
|
readonly read: {
|
|
198
1148
|
readonly decimals: () => 6;
|
|
199
1149
|
};
|
|
200
1150
|
};
|
|
201
1151
|
readonly EURC: {
|
|
202
1152
|
readonly address: "0x808456652fdb597867f38412077A9182bf77359F";
|
|
1153
|
+
readonly abi: readonly [{
|
|
1154
|
+
readonly type: "event";
|
|
1155
|
+
readonly name: "Approval";
|
|
1156
|
+
readonly inputs: readonly [{
|
|
1157
|
+
readonly indexed: true;
|
|
1158
|
+
readonly name: "owner";
|
|
1159
|
+
readonly type: "address";
|
|
1160
|
+
}, {
|
|
1161
|
+
readonly indexed: true;
|
|
1162
|
+
readonly name: "spender";
|
|
1163
|
+
readonly type: "address";
|
|
1164
|
+
}, {
|
|
1165
|
+
readonly indexed: false;
|
|
1166
|
+
readonly name: "value";
|
|
1167
|
+
readonly type: "uint256";
|
|
1168
|
+
}];
|
|
1169
|
+
}, {
|
|
1170
|
+
readonly type: "event";
|
|
1171
|
+
readonly name: "Transfer";
|
|
1172
|
+
readonly inputs: readonly [{
|
|
1173
|
+
readonly indexed: true;
|
|
1174
|
+
readonly name: "from";
|
|
1175
|
+
readonly type: "address";
|
|
1176
|
+
}, {
|
|
1177
|
+
readonly indexed: true;
|
|
1178
|
+
readonly name: "to";
|
|
1179
|
+
readonly type: "address";
|
|
1180
|
+
}, {
|
|
1181
|
+
readonly indexed: false;
|
|
1182
|
+
readonly name: "value";
|
|
1183
|
+
readonly type: "uint256";
|
|
1184
|
+
}];
|
|
1185
|
+
}, {
|
|
1186
|
+
readonly type: "function";
|
|
1187
|
+
readonly name: "allowance";
|
|
1188
|
+
readonly stateMutability: "view";
|
|
1189
|
+
readonly inputs: readonly [{
|
|
1190
|
+
readonly name: "owner";
|
|
1191
|
+
readonly type: "address";
|
|
1192
|
+
}, {
|
|
1193
|
+
readonly name: "spender";
|
|
1194
|
+
readonly type: "address";
|
|
1195
|
+
}];
|
|
1196
|
+
readonly outputs: readonly [{
|
|
1197
|
+
readonly type: "uint256";
|
|
1198
|
+
}];
|
|
1199
|
+
}, {
|
|
1200
|
+
readonly type: "function";
|
|
1201
|
+
readonly name: "approve";
|
|
1202
|
+
readonly stateMutability: "nonpayable";
|
|
1203
|
+
readonly inputs: readonly [{
|
|
1204
|
+
readonly name: "spender";
|
|
1205
|
+
readonly type: "address";
|
|
1206
|
+
}, {
|
|
1207
|
+
readonly name: "amount";
|
|
1208
|
+
readonly type: "uint256";
|
|
1209
|
+
}];
|
|
1210
|
+
readonly outputs: readonly [{
|
|
1211
|
+
readonly type: "bool";
|
|
1212
|
+
}];
|
|
1213
|
+
}, {
|
|
1214
|
+
readonly type: "function";
|
|
1215
|
+
readonly name: "balanceOf";
|
|
1216
|
+
readonly stateMutability: "view";
|
|
1217
|
+
readonly inputs: readonly [{
|
|
1218
|
+
readonly name: "account";
|
|
1219
|
+
readonly type: "address";
|
|
1220
|
+
}];
|
|
1221
|
+
readonly outputs: readonly [{
|
|
1222
|
+
readonly type: "uint256";
|
|
1223
|
+
}];
|
|
1224
|
+
}, {
|
|
1225
|
+
readonly type: "function";
|
|
1226
|
+
readonly name: "decimals";
|
|
1227
|
+
readonly stateMutability: "view";
|
|
1228
|
+
readonly inputs: readonly [];
|
|
1229
|
+
readonly outputs: readonly [{
|
|
1230
|
+
readonly type: "uint8";
|
|
1231
|
+
}];
|
|
1232
|
+
}, {
|
|
1233
|
+
readonly type: "function";
|
|
1234
|
+
readonly name: "name";
|
|
1235
|
+
readonly stateMutability: "view";
|
|
1236
|
+
readonly inputs: readonly [];
|
|
1237
|
+
readonly outputs: readonly [{
|
|
1238
|
+
readonly type: "string";
|
|
1239
|
+
}];
|
|
1240
|
+
}, {
|
|
1241
|
+
readonly type: "function";
|
|
1242
|
+
readonly name: "symbol";
|
|
1243
|
+
readonly stateMutability: "view";
|
|
1244
|
+
readonly inputs: readonly [];
|
|
1245
|
+
readonly outputs: readonly [{
|
|
1246
|
+
readonly type: "string";
|
|
1247
|
+
}];
|
|
1248
|
+
}, {
|
|
1249
|
+
readonly type: "function";
|
|
1250
|
+
readonly name: "totalSupply";
|
|
1251
|
+
readonly stateMutability: "view";
|
|
1252
|
+
readonly inputs: readonly [];
|
|
1253
|
+
readonly outputs: readonly [{
|
|
1254
|
+
readonly type: "uint256";
|
|
1255
|
+
}];
|
|
1256
|
+
}, {
|
|
1257
|
+
readonly type: "function";
|
|
1258
|
+
readonly name: "transfer";
|
|
1259
|
+
readonly stateMutability: "nonpayable";
|
|
1260
|
+
readonly inputs: readonly [{
|
|
1261
|
+
readonly name: "recipient";
|
|
1262
|
+
readonly type: "address";
|
|
1263
|
+
}, {
|
|
1264
|
+
readonly name: "amount";
|
|
1265
|
+
readonly type: "uint256";
|
|
1266
|
+
}];
|
|
1267
|
+
readonly outputs: readonly [{
|
|
1268
|
+
readonly type: "bool";
|
|
1269
|
+
}];
|
|
1270
|
+
}, {
|
|
1271
|
+
readonly type: "function";
|
|
1272
|
+
readonly name: "transferFrom";
|
|
1273
|
+
readonly stateMutability: "nonpayable";
|
|
1274
|
+
readonly inputs: readonly [{
|
|
1275
|
+
readonly name: "sender";
|
|
1276
|
+
readonly type: "address";
|
|
1277
|
+
}, {
|
|
1278
|
+
readonly name: "recipient";
|
|
1279
|
+
readonly type: "address";
|
|
1280
|
+
}, {
|
|
1281
|
+
readonly name: "amount";
|
|
1282
|
+
readonly type: "uint256";
|
|
1283
|
+
}];
|
|
1284
|
+
readonly outputs: readonly [{
|
|
1285
|
+
readonly type: "bool";
|
|
1286
|
+
}];
|
|
1287
|
+
}];
|
|
203
1288
|
readonly read: {
|
|
204
1289
|
readonly decimals: () => 6;
|
|
205
1290
|
};
|
|
@@ -511,9 +1596,145 @@ export declare function extractChain({ id }: {
|
|
|
511
1596
|
readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
|
|
512
1597
|
};
|
|
513
1598
|
};
|
|
1599
|
+
blockTime: 2000;
|
|
514
1600
|
contracts: {
|
|
515
1601
|
readonly USDC: {
|
|
516
1602
|
readonly address: "0x5fd84259d66Cd46123540766Be93DFE6D43130D7";
|
|
1603
|
+
readonly abi: readonly [{
|
|
1604
|
+
readonly type: "event";
|
|
1605
|
+
readonly name: "Approval";
|
|
1606
|
+
readonly inputs: readonly [{
|
|
1607
|
+
readonly indexed: true;
|
|
1608
|
+
readonly name: "owner";
|
|
1609
|
+
readonly type: "address";
|
|
1610
|
+
}, {
|
|
1611
|
+
readonly indexed: true;
|
|
1612
|
+
readonly name: "spender";
|
|
1613
|
+
readonly type: "address";
|
|
1614
|
+
}, {
|
|
1615
|
+
readonly indexed: false;
|
|
1616
|
+
readonly name: "value";
|
|
1617
|
+
readonly type: "uint256";
|
|
1618
|
+
}];
|
|
1619
|
+
}, {
|
|
1620
|
+
readonly type: "event";
|
|
1621
|
+
readonly name: "Transfer";
|
|
1622
|
+
readonly inputs: readonly [{
|
|
1623
|
+
readonly indexed: true;
|
|
1624
|
+
readonly name: "from";
|
|
1625
|
+
readonly type: "address";
|
|
1626
|
+
}, {
|
|
1627
|
+
readonly indexed: true;
|
|
1628
|
+
readonly name: "to";
|
|
1629
|
+
readonly type: "address";
|
|
1630
|
+
}, {
|
|
1631
|
+
readonly indexed: false;
|
|
1632
|
+
readonly name: "value";
|
|
1633
|
+
readonly type: "uint256";
|
|
1634
|
+
}];
|
|
1635
|
+
}, {
|
|
1636
|
+
readonly type: "function";
|
|
1637
|
+
readonly name: "allowance";
|
|
1638
|
+
readonly stateMutability: "view";
|
|
1639
|
+
readonly inputs: readonly [{
|
|
1640
|
+
readonly name: "owner";
|
|
1641
|
+
readonly type: "address";
|
|
1642
|
+
}, {
|
|
1643
|
+
readonly name: "spender";
|
|
1644
|
+
readonly type: "address";
|
|
1645
|
+
}];
|
|
1646
|
+
readonly outputs: readonly [{
|
|
1647
|
+
readonly type: "uint256";
|
|
1648
|
+
}];
|
|
1649
|
+
}, {
|
|
1650
|
+
readonly type: "function";
|
|
1651
|
+
readonly name: "approve";
|
|
1652
|
+
readonly stateMutability: "nonpayable";
|
|
1653
|
+
readonly inputs: readonly [{
|
|
1654
|
+
readonly name: "spender";
|
|
1655
|
+
readonly type: "address";
|
|
1656
|
+
}, {
|
|
1657
|
+
readonly name: "amount";
|
|
1658
|
+
readonly type: "uint256";
|
|
1659
|
+
}];
|
|
1660
|
+
readonly outputs: readonly [{
|
|
1661
|
+
readonly type: "bool";
|
|
1662
|
+
}];
|
|
1663
|
+
}, {
|
|
1664
|
+
readonly type: "function";
|
|
1665
|
+
readonly name: "balanceOf";
|
|
1666
|
+
readonly stateMutability: "view";
|
|
1667
|
+
readonly inputs: readonly [{
|
|
1668
|
+
readonly name: "account";
|
|
1669
|
+
readonly type: "address";
|
|
1670
|
+
}];
|
|
1671
|
+
readonly outputs: readonly [{
|
|
1672
|
+
readonly type: "uint256";
|
|
1673
|
+
}];
|
|
1674
|
+
}, {
|
|
1675
|
+
readonly type: "function";
|
|
1676
|
+
readonly name: "decimals";
|
|
1677
|
+
readonly stateMutability: "view";
|
|
1678
|
+
readonly inputs: readonly [];
|
|
1679
|
+
readonly outputs: readonly [{
|
|
1680
|
+
readonly type: "uint8";
|
|
1681
|
+
}];
|
|
1682
|
+
}, {
|
|
1683
|
+
readonly type: "function";
|
|
1684
|
+
readonly name: "name";
|
|
1685
|
+
readonly stateMutability: "view";
|
|
1686
|
+
readonly inputs: readonly [];
|
|
1687
|
+
readonly outputs: readonly [{
|
|
1688
|
+
readonly type: "string";
|
|
1689
|
+
}];
|
|
1690
|
+
}, {
|
|
1691
|
+
readonly type: "function";
|
|
1692
|
+
readonly name: "symbol";
|
|
1693
|
+
readonly stateMutability: "view";
|
|
1694
|
+
readonly inputs: readonly [];
|
|
1695
|
+
readonly outputs: readonly [{
|
|
1696
|
+
readonly type: "string";
|
|
1697
|
+
}];
|
|
1698
|
+
}, {
|
|
1699
|
+
readonly type: "function";
|
|
1700
|
+
readonly name: "totalSupply";
|
|
1701
|
+
readonly stateMutability: "view";
|
|
1702
|
+
readonly inputs: readonly [];
|
|
1703
|
+
readonly outputs: readonly [{
|
|
1704
|
+
readonly type: "uint256";
|
|
1705
|
+
}];
|
|
1706
|
+
}, {
|
|
1707
|
+
readonly type: "function";
|
|
1708
|
+
readonly name: "transfer";
|
|
1709
|
+
readonly stateMutability: "nonpayable";
|
|
1710
|
+
readonly inputs: readonly [{
|
|
1711
|
+
readonly name: "recipient";
|
|
1712
|
+
readonly type: "address";
|
|
1713
|
+
}, {
|
|
1714
|
+
readonly name: "amount";
|
|
1715
|
+
readonly type: "uint256";
|
|
1716
|
+
}];
|
|
1717
|
+
readonly outputs: readonly [{
|
|
1718
|
+
readonly type: "bool";
|
|
1719
|
+
}];
|
|
1720
|
+
}, {
|
|
1721
|
+
readonly type: "function";
|
|
1722
|
+
readonly name: "transferFrom";
|
|
1723
|
+
readonly stateMutability: "nonpayable";
|
|
1724
|
+
readonly inputs: readonly [{
|
|
1725
|
+
readonly name: "sender";
|
|
1726
|
+
readonly type: "address";
|
|
1727
|
+
}, {
|
|
1728
|
+
readonly name: "recipient";
|
|
1729
|
+
readonly type: "address";
|
|
1730
|
+
}, {
|
|
1731
|
+
readonly name: "amount";
|
|
1732
|
+
readonly type: "uint256";
|
|
1733
|
+
}];
|
|
1734
|
+
readonly outputs: readonly [{
|
|
1735
|
+
readonly type: "bool";
|
|
1736
|
+
}];
|
|
1737
|
+
}];
|
|
517
1738
|
readonly read: {
|
|
518
1739
|
readonly decimals: () => 6;
|
|
519
1740
|
};
|
|
@@ -822,9 +2043,145 @@ export declare function extractChain({ id }: {
|
|
|
822
2043
|
readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
|
|
823
2044
|
};
|
|
824
2045
|
};
|
|
2046
|
+
blockTime: 2000;
|
|
825
2047
|
contracts: {
|
|
826
2048
|
readonly USDC: {
|
|
827
2049
|
readonly address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
2050
|
+
readonly abi: readonly [{
|
|
2051
|
+
readonly type: "event";
|
|
2052
|
+
readonly name: "Approval";
|
|
2053
|
+
readonly inputs: readonly [{
|
|
2054
|
+
readonly indexed: true;
|
|
2055
|
+
readonly name: "owner";
|
|
2056
|
+
readonly type: "address";
|
|
2057
|
+
}, {
|
|
2058
|
+
readonly indexed: true;
|
|
2059
|
+
readonly name: "spender";
|
|
2060
|
+
readonly type: "address";
|
|
2061
|
+
}, {
|
|
2062
|
+
readonly indexed: false;
|
|
2063
|
+
readonly name: "value";
|
|
2064
|
+
readonly type: "uint256";
|
|
2065
|
+
}];
|
|
2066
|
+
}, {
|
|
2067
|
+
readonly type: "event";
|
|
2068
|
+
readonly name: "Transfer";
|
|
2069
|
+
readonly inputs: readonly [{
|
|
2070
|
+
readonly indexed: true;
|
|
2071
|
+
readonly name: "from";
|
|
2072
|
+
readonly type: "address";
|
|
2073
|
+
}, {
|
|
2074
|
+
readonly indexed: true;
|
|
2075
|
+
readonly name: "to";
|
|
2076
|
+
readonly type: "address";
|
|
2077
|
+
}, {
|
|
2078
|
+
readonly indexed: false;
|
|
2079
|
+
readonly name: "value";
|
|
2080
|
+
readonly type: "uint256";
|
|
2081
|
+
}];
|
|
2082
|
+
}, {
|
|
2083
|
+
readonly type: "function";
|
|
2084
|
+
readonly name: "allowance";
|
|
2085
|
+
readonly stateMutability: "view";
|
|
2086
|
+
readonly inputs: readonly [{
|
|
2087
|
+
readonly name: "owner";
|
|
2088
|
+
readonly type: "address";
|
|
2089
|
+
}, {
|
|
2090
|
+
readonly name: "spender";
|
|
2091
|
+
readonly type: "address";
|
|
2092
|
+
}];
|
|
2093
|
+
readonly outputs: readonly [{
|
|
2094
|
+
readonly type: "uint256";
|
|
2095
|
+
}];
|
|
2096
|
+
}, {
|
|
2097
|
+
readonly type: "function";
|
|
2098
|
+
readonly name: "approve";
|
|
2099
|
+
readonly stateMutability: "nonpayable";
|
|
2100
|
+
readonly inputs: readonly [{
|
|
2101
|
+
readonly name: "spender";
|
|
2102
|
+
readonly type: "address";
|
|
2103
|
+
}, {
|
|
2104
|
+
readonly name: "amount";
|
|
2105
|
+
readonly type: "uint256";
|
|
2106
|
+
}];
|
|
2107
|
+
readonly outputs: readonly [{
|
|
2108
|
+
readonly type: "bool";
|
|
2109
|
+
}];
|
|
2110
|
+
}, {
|
|
2111
|
+
readonly type: "function";
|
|
2112
|
+
readonly name: "balanceOf";
|
|
2113
|
+
readonly stateMutability: "view";
|
|
2114
|
+
readonly inputs: readonly [{
|
|
2115
|
+
readonly name: "account";
|
|
2116
|
+
readonly type: "address";
|
|
2117
|
+
}];
|
|
2118
|
+
readonly outputs: readonly [{
|
|
2119
|
+
readonly type: "uint256";
|
|
2120
|
+
}];
|
|
2121
|
+
}, {
|
|
2122
|
+
readonly type: "function";
|
|
2123
|
+
readonly name: "decimals";
|
|
2124
|
+
readonly stateMutability: "view";
|
|
2125
|
+
readonly inputs: readonly [];
|
|
2126
|
+
readonly outputs: readonly [{
|
|
2127
|
+
readonly type: "uint8";
|
|
2128
|
+
}];
|
|
2129
|
+
}, {
|
|
2130
|
+
readonly type: "function";
|
|
2131
|
+
readonly name: "name";
|
|
2132
|
+
readonly stateMutability: "view";
|
|
2133
|
+
readonly inputs: readonly [];
|
|
2134
|
+
readonly outputs: readonly [{
|
|
2135
|
+
readonly type: "string";
|
|
2136
|
+
}];
|
|
2137
|
+
}, {
|
|
2138
|
+
readonly type: "function";
|
|
2139
|
+
readonly name: "symbol";
|
|
2140
|
+
readonly stateMutability: "view";
|
|
2141
|
+
readonly inputs: readonly [];
|
|
2142
|
+
readonly outputs: readonly [{
|
|
2143
|
+
readonly type: "string";
|
|
2144
|
+
}];
|
|
2145
|
+
}, {
|
|
2146
|
+
readonly type: "function";
|
|
2147
|
+
readonly name: "totalSupply";
|
|
2148
|
+
readonly stateMutability: "view";
|
|
2149
|
+
readonly inputs: readonly [];
|
|
2150
|
+
readonly outputs: readonly [{
|
|
2151
|
+
readonly type: "uint256";
|
|
2152
|
+
}];
|
|
2153
|
+
}, {
|
|
2154
|
+
readonly type: "function";
|
|
2155
|
+
readonly name: "transfer";
|
|
2156
|
+
readonly stateMutability: "nonpayable";
|
|
2157
|
+
readonly inputs: readonly [{
|
|
2158
|
+
readonly name: "recipient";
|
|
2159
|
+
readonly type: "address";
|
|
2160
|
+
}, {
|
|
2161
|
+
readonly name: "amount";
|
|
2162
|
+
readonly type: "uint256";
|
|
2163
|
+
}];
|
|
2164
|
+
readonly outputs: readonly [{
|
|
2165
|
+
readonly type: "bool";
|
|
2166
|
+
}];
|
|
2167
|
+
}, {
|
|
2168
|
+
readonly type: "function";
|
|
2169
|
+
readonly name: "transferFrom";
|
|
2170
|
+
readonly stateMutability: "nonpayable";
|
|
2171
|
+
readonly inputs: readonly [{
|
|
2172
|
+
readonly name: "sender";
|
|
2173
|
+
readonly type: "address";
|
|
2174
|
+
}, {
|
|
2175
|
+
readonly name: "recipient";
|
|
2176
|
+
readonly type: "address";
|
|
2177
|
+
}, {
|
|
2178
|
+
readonly name: "amount";
|
|
2179
|
+
readonly type: "uint256";
|
|
2180
|
+
}];
|
|
2181
|
+
readonly outputs: readonly [{
|
|
2182
|
+
readonly type: "bool";
|
|
2183
|
+
}];
|
|
2184
|
+
}];
|
|
828
2185
|
readonly read: {
|
|
829
2186
|
readonly decimals: () => 6;
|
|
830
2187
|
};
|