@circle-fin/usdckit 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +57 -25
- package/dist/cjs/actions/generateTransferLink.d.ts +2 -2
- package/dist/cjs/actions/generateTransferLink.d.ts.map +1 -1
- package/dist/cjs/actions/generateTransferLink.js +3 -2
- package/dist/cjs/actions/generateTransferLink.js.map +1 -1
- package/dist/cjs/actions/index.d.ts +13 -9
- package/dist/cjs/actions/index.d.ts.map +1 -1
- package/dist/cjs/actions/index.js +6 -4
- package/dist/cjs/actions/index.js.map +1 -1
- package/dist/cjs/actions/index.test.js +1 -4
- package/dist/cjs/actions/index.test.js.map +1 -1
- package/dist/cjs/actions/parseUnitsAsToken.d.ts +3 -3
- package/dist/cjs/actions/parseUnitsAsToken.d.ts.map +1 -1
- package/dist/cjs/actions/parseUnitsAsToken.js +0 -2
- package/dist/cjs/actions/parseUnitsAsToken.js.map +1 -1
- package/dist/cjs/actions/sweep.d.ts +17 -0
- package/dist/cjs/actions/sweep.d.ts.map +1 -0
- package/dist/cjs/actions/{drainFrom.js → sweep.js} +7 -6
- package/dist/cjs/actions/sweep.js.map +1 -0
- package/dist/cjs/actions/sweep.test.d.ts +2 -0
- package/dist/cjs/actions/sweep.test.d.ts.map +1 -0
- package/dist/cjs/actions/{drainFrom.test.js → sweep.test.js} +4 -4
- package/dist/cjs/actions/sweep.test.js.map +1 -0
- package/dist/cjs/actions/transfer.d.ts +16 -2
- package/dist/cjs/actions/transfer.d.ts.map +1 -1
- package/dist/cjs/actions/transfer.js +18 -4
- package/dist/cjs/actions/transfer.js.map +1 -1
- package/dist/cjs/actions/transfer.test.js +0 -1
- package/dist/cjs/actions/transfer.test.js.map +1 -1
- package/dist/cjs/chains/ARB.d.ts +136 -0
- package/dist/cjs/chains/ARB.d.ts.map +1 -1
- package/dist/cjs/chains/ARB.js +1 -1
- package/dist/cjs/chains/ARB.js.map +1 -1
- package/dist/cjs/chains/ARB_SEPOLIA.d.ts +136 -0
- package/dist/cjs/chains/ARB_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/ARB_SEPOLIA.js +1 -1
- package/dist/cjs/chains/ARB_SEPOLIA.js.map +1 -1
- package/dist/cjs/chains/AVAX.d.ts +271 -0
- package/dist/cjs/chains/AVAX.d.ts.map +1 -1
- package/dist/cjs/chains/AVAX.js +2 -2
- package/dist/cjs/chains/AVAX.js.map +1 -1
- package/dist/cjs/chains/AVAX_FUJI.d.ts +271 -0
- package/dist/cjs/chains/AVAX_FUJI.d.ts.map +1 -1
- package/dist/cjs/chains/AVAX_FUJI.js +2 -2
- package/dist/cjs/chains/AVAX_FUJI.js.map +1 -1
- package/dist/cjs/chains/BASE.d.ts +271 -0
- package/dist/cjs/chains/BASE.d.ts.map +1 -1
- package/dist/cjs/chains/BASE.js +2 -2
- package/dist/cjs/chains/BASE.js.map +1 -1
- package/dist/cjs/chains/BASE_SEPOLIA.d.ts +271 -0
- package/dist/cjs/chains/BASE_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/BASE_SEPOLIA.js +2 -2
- package/dist/cjs/chains/BASE_SEPOLIA.js.map +1 -1
- package/dist/cjs/chains/ETH.d.ts +271 -0
- package/dist/cjs/chains/ETH.d.ts.map +1 -1
- package/dist/cjs/chains/ETH.js +2 -2
- package/dist/cjs/chains/ETH.js.map +1 -1
- package/dist/cjs/chains/ETH_SEPOLIA.d.ts +271 -0
- package/dist/cjs/chains/ETH_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/ETH_SEPOLIA.js +2 -2
- package/dist/cjs/chains/ETH_SEPOLIA.js.map +1 -1
- package/dist/cjs/chains/MATIC.d.ts +136 -0
- package/dist/cjs/chains/MATIC.d.ts.map +1 -1
- package/dist/cjs/chains/MATIC.js +1 -1
- package/dist/cjs/chains/MATIC.js.map +1 -1
- package/dist/cjs/chains/MATIC_AMOY.d.ts +136 -0
- package/dist/cjs/chains/MATIC_AMOY.d.ts.map +1 -1
- package/dist/cjs/chains/MATIC_AMOY.js +1 -1
- package/dist/cjs/chains/MATIC_AMOY.js.map +1 -1
- package/dist/cjs/chains/NEAR.d.ts +3 -3
- package/dist/cjs/chains/NEAR.d.ts.map +1 -1
- package/dist/cjs/chains/NEAR.js +1 -1
- package/dist/cjs/chains/NEAR.js.map +1 -1
- package/dist/cjs/chains/NEAR_TESTNET.d.ts +3 -3
- package/dist/cjs/chains/NEAR_TESTNET.d.ts.map +1 -1
- package/dist/cjs/chains/NEAR_TESTNET.js +1 -1
- package/dist/cjs/chains/NEAR_TESTNET.js.map +1 -1
- package/dist/cjs/chains/OP.d.ts +136 -0
- package/dist/cjs/chains/OP.d.ts.map +1 -1
- package/dist/cjs/chains/OP.js +1 -1
- package/dist/cjs/chains/OP.js.map +1 -1
- package/dist/cjs/chains/OP_SEPOLIA.d.ts +136 -0
- package/dist/cjs/chains/OP_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/OP_SEPOLIA.js +1 -1
- package/dist/cjs/chains/OP_SEPOLIA.js.map +1 -1
- package/dist/cjs/chains/UNI.d.ts +136 -0
- package/dist/cjs/chains/UNI.d.ts.map +1 -1
- package/dist/cjs/chains/UNI.js +1 -1
- package/dist/cjs/chains/UNI.js.map +1 -1
- package/dist/cjs/chains/UNI_SEPOLIA.d.ts +136 -0
- package/dist/cjs/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/UNI_SEPOLIA.js +1 -1
- package/dist/cjs/chains/UNI_SEPOLIA.js.map +1 -1
- package/dist/cjs/extractChain.d.ts +2720 -4
- package/dist/cjs/extractChain.d.ts.map +1 -1
- package/dist/cjs/index.d.ts +21 -3
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +11 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/metadata.js +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.d.ts +3 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.js +2 -4
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts +3 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.js +3 -5
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.d.ts +2 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.test.js +0 -6
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts +2 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/listMessages.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts +2 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.js +3 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts +20 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js +36 -17
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js +51 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts +1 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/extractChain.d.ts +2714 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/extractChain.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts +2714 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.d.ts +5 -3
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.test.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.d.ts +3 -3
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.js +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWallets.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWallets.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.d.ts +5 -3
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.test.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts +9 -3
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.js +7 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.test.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWallet.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWallet.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.test.js +0 -17
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.test.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/listWallets.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/listWallets.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTypedData.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTypedData.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/verifyNotification.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/verifyNotification.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/waitForTransactionHash.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/extractChain.d.ts +2714 -0
- package/dist/cjs/providers/developer-controlled-wallets/extractChain.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/index.d.ts +2714 -0
- package/dist/cjs/providers/developer-controlled-wallets/index.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/provider.d.ts +1 -2
- package/dist/cjs/providers/developer-controlled-wallets/provider.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/provider.js.map +1 -1
- package/dist/cjs/providers/faucet/actions/drip.d.ts +2 -4
- package/dist/cjs/providers/faucet/actions/drip.d.ts.map +1 -1
- package/dist/cjs/providers/faucet/actions/drip.js +2 -2
- package/dist/cjs/providers/faucet/actions/drip.js.map +1 -1
- package/dist/cjs/providers/faucet/actions/drip.test.js.map +1 -1
- package/dist/cjs/providers/faucet/actions/index.d.ts +2 -1
- package/dist/cjs/providers/faucet/actions/index.d.ts.map +1 -1
- package/dist/cjs/providers/faucet/actions/index.test.js +0 -2
- package/dist/cjs/providers/faucet/actions/index.test.js.map +1 -1
- package/dist/cjs/providers/faucet/actions/requestTestnetTokens.d.ts.map +1 -1
- package/dist/cjs/providers/faucet/actions/requestTestnetTokens.js.map +1 -1
- package/dist/cjs/providers/faucet/extractChain.d.ts +1357 -0
- package/dist/cjs/providers/faucet/extractChain.d.ts.map +1 -1
- package/dist/cjs/providers/faucet/index.d.ts +1357 -0
- package/dist/cjs/providers/faucet/index.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContract.d.ts +100 -3
- package/dist/cjs/providers/smart-contract-platform/actions/getContract.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.test.js.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/importContract.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/importContract.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/index.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/index.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/index.test.js +0 -6
- package/dist/cjs/providers/smart-contract-platform/actions/index.test.js.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.js +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.js.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.test.js.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/extractChain.d.ts +2784 -0
- package/dist/cjs/providers/smart-contract-platform/extractChain.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/index.d.ts +2784 -0
- package/dist/cjs/providers/smart-contract-platform/index.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/index.js +2 -0
- package/dist/cjs/providers/smart-contract-platform/index.js.map +1 -1
- package/dist/cjs/providers/uniswap/abis/QuoterV2.d.ts +207 -0
- package/dist/cjs/providers/uniswap/abis/QuoterV2.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/abis/QuoterV2.js +280 -0
- package/dist/cjs/providers/uniswap/abis/QuoterV2.js.map +1 -0
- package/dist/cjs/providers/uniswap/abis/SwapRouter02.d.ts +822 -0
- package/dist/cjs/providers/uniswap/abis/SwapRouter02.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/abis/SwapRouter02.js +1076 -0
- package/dist/cjs/providers/uniswap/abis/SwapRouter02.js.map +1 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.d.ts +185 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.js +249 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.js.map +1 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.d.ts +776 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.js +1001 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.d.ts +50 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.js +108 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.js +126 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/getPool.d.ts +45 -0
- package/dist/cjs/providers/uniswap/actions/getPool.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/getPool.js +96 -0
- package/dist/cjs/providers/uniswap/actions/getPool.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/getPool.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/actions/getPool.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/getPool.test.js +101 -0
- package/dist/cjs/providers/uniswap/actions/getPool.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/index.d.ts +15 -0
- package/dist/cjs/providers/uniswap/actions/index.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/index.js +45 -0
- package/dist/cjs/providers/uniswap/actions/index.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/index.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/actions/index.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/index.test.js +32 -0
- package/dist/cjs/providers/uniswap/actions/index.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.d.ts +49 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.js +88 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.js +109 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts +1810 -0
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.js +31 -0
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1544 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.js +31 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts +1661 -0
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.js +31 -0
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.d.ts +4 -0
- package/dist/cjs/providers/uniswap/chains/index.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.js +20 -0
- package/dist/cjs/providers/uniswap/chains/index.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/chains/index.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.test.js +56 -0
- package/dist/cjs/providers/uniswap/chains/index.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/extractChain.d.ts +5013 -0
- package/dist/cjs/providers/uniswap/extractChain.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/extractChain.js +22 -0
- package/dist/cjs/providers/uniswap/extractChain.js.map +1 -0
- package/dist/cjs/providers/uniswap/extractChain.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/extractChain.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/extractChain.test.js +29 -0
- package/dist/cjs/providers/uniswap/extractChain.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/index.d.ts +5014 -0
- package/dist/cjs/providers/uniswap/index.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/index.js +35 -0
- package/dist/cjs/providers/uniswap/index.js.map +1 -0
- package/dist/cjs/types.d.ts +2 -2
- package/dist/cjs/types.d.ts.map +1 -1
- package/dist/cjs/utils/getChainContractByAddress.d.ts +2 -2
- package/dist/cjs/utils/getChainContractByAddress.d.ts.map +1 -1
- package/dist/cjs/utils/getContract.d.ts +1098 -0
- package/dist/cjs/utils/getContract.d.ts.map +1 -0
- package/dist/cjs/utils/getContract.js +37 -0
- package/dist/cjs/utils/getContract.js.map +1 -0
- package/dist/cjs/utils/getContract.test.d.ts +2 -0
- package/dist/cjs/utils/getContract.test.d.ts.map +1 -0
- package/dist/cjs/utils/getContract.test.js +57 -0
- package/dist/cjs/utils/getContract.test.js.map +1 -0
- package/dist/cjs/utils/index.d.ts +1 -0
- package/dist/cjs/utils/index.d.ts.map +1 -1
- package/dist/cjs/utils/index.js +1 -0
- package/dist/cjs/utils/index.js.map +1 -1
- package/dist/cjs/utils/index.test.js +2 -0
- package/dist/cjs/utils/index.test.js.map +1 -1
- package/dist/cjs/utils/parseAccount.d.ts +26 -3
- package/dist/cjs/utils/parseAccount.d.ts.map +1 -1
- package/dist/cjs/utils/parseAccount.js +3 -6
- package/dist/cjs/utils/parseAccount.js.map +1 -1
- package/dist/cjs/utils/parseAccount.test.js +18 -4
- package/dist/cjs/utils/parseAccount.test.js.map +1 -1
- package/dist/cjs/utils/parseAddress.d.ts +1 -2
- package/dist/cjs/utils/parseAddress.d.ts.map +1 -1
- package/dist/cjs/utils/parseAddress.js.map +1 -1
- package/dist/esm/actions/generateTransferLink.d.ts +2 -2
- package/dist/esm/actions/generateTransferLink.d.ts.map +1 -1
- package/dist/esm/actions/generateTransferLink.js +3 -2
- package/dist/esm/actions/generateTransferLink.js.map +1 -1
- package/dist/esm/actions/index.d.ts +13 -9
- package/dist/esm/actions/index.d.ts.map +1 -1
- package/dist/esm/actions/index.js +6 -4
- package/dist/esm/actions/index.js.map +1 -1
- package/dist/esm/actions/index.test.js +1 -4
- package/dist/esm/actions/index.test.js.map +1 -1
- package/dist/esm/actions/parseUnitsAsToken.d.ts +3 -3
- package/dist/esm/actions/parseUnitsAsToken.d.ts.map +1 -1
- package/dist/esm/actions/parseUnitsAsToken.js +0 -2
- package/dist/esm/actions/parseUnitsAsToken.js.map +1 -1
- package/dist/esm/actions/sweep.d.ts +17 -0
- package/dist/esm/actions/sweep.d.ts.map +1 -0
- package/dist/esm/actions/{drainFrom.js → sweep.js} +6 -5
- package/dist/esm/actions/sweep.js.map +1 -0
- package/dist/esm/actions/sweep.test.d.ts +2 -0
- package/dist/esm/actions/sweep.test.d.ts.map +1 -0
- package/dist/esm/actions/{drainFrom.test.js → sweep.test.js} +4 -4
- package/dist/esm/actions/sweep.test.js.map +1 -0
- package/dist/esm/actions/transfer.d.ts +16 -2
- package/dist/esm/actions/transfer.d.ts.map +1 -1
- package/dist/esm/actions/transfer.js +18 -4
- package/dist/esm/actions/transfer.js.map +1 -1
- package/dist/esm/actions/transfer.test.js +0 -1
- package/dist/esm/actions/transfer.test.js.map +1 -1
- package/dist/esm/chains/ARB.d.ts +136 -0
- package/dist/esm/chains/ARB.d.ts.map +1 -1
- package/dist/esm/chains/ARB.js +2 -2
- package/dist/esm/chains/ARB.js.map +1 -1
- package/dist/esm/chains/ARB_SEPOLIA.d.ts +136 -0
- package/dist/esm/chains/ARB_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/ARB_SEPOLIA.js +2 -2
- package/dist/esm/chains/ARB_SEPOLIA.js.map +1 -1
- package/dist/esm/chains/AVAX.d.ts +271 -0
- package/dist/esm/chains/AVAX.d.ts.map +1 -1
- package/dist/esm/chains/AVAX.js +3 -3
- package/dist/esm/chains/AVAX.js.map +1 -1
- package/dist/esm/chains/AVAX_FUJI.d.ts +271 -0
- package/dist/esm/chains/AVAX_FUJI.d.ts.map +1 -1
- package/dist/esm/chains/AVAX_FUJI.js +3 -3
- package/dist/esm/chains/AVAX_FUJI.js.map +1 -1
- package/dist/esm/chains/BASE.d.ts +271 -0
- package/dist/esm/chains/BASE.d.ts.map +1 -1
- package/dist/esm/chains/BASE.js +3 -3
- package/dist/esm/chains/BASE.js.map +1 -1
- package/dist/esm/chains/BASE_SEPOLIA.d.ts +271 -0
- package/dist/esm/chains/BASE_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/BASE_SEPOLIA.js +3 -3
- package/dist/esm/chains/BASE_SEPOLIA.js.map +1 -1
- package/dist/esm/chains/ETH.d.ts +271 -0
- package/dist/esm/chains/ETH.d.ts.map +1 -1
- package/dist/esm/chains/ETH.js +3 -3
- package/dist/esm/chains/ETH.js.map +1 -1
- package/dist/esm/chains/ETH_SEPOLIA.d.ts +271 -0
- package/dist/esm/chains/ETH_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/ETH_SEPOLIA.js +3 -3
- package/dist/esm/chains/ETH_SEPOLIA.js.map +1 -1
- package/dist/esm/chains/MATIC.d.ts +136 -0
- package/dist/esm/chains/MATIC.d.ts.map +1 -1
- package/dist/esm/chains/MATIC.js +2 -2
- package/dist/esm/chains/MATIC.js.map +1 -1
- package/dist/esm/chains/MATIC_AMOY.d.ts +136 -0
- package/dist/esm/chains/MATIC_AMOY.d.ts.map +1 -1
- package/dist/esm/chains/MATIC_AMOY.js +2 -2
- package/dist/esm/chains/MATIC_AMOY.js.map +1 -1
- package/dist/esm/chains/NEAR.d.ts +3 -3
- package/dist/esm/chains/NEAR.d.ts.map +1 -1
- package/dist/esm/chains/NEAR.js +1 -1
- package/dist/esm/chains/NEAR.js.map +1 -1
- package/dist/esm/chains/NEAR_TESTNET.d.ts +3 -3
- package/dist/esm/chains/NEAR_TESTNET.d.ts.map +1 -1
- package/dist/esm/chains/NEAR_TESTNET.js +1 -1
- package/dist/esm/chains/NEAR_TESTNET.js.map +1 -1
- package/dist/esm/chains/OP.d.ts +136 -0
- package/dist/esm/chains/OP.d.ts.map +1 -1
- package/dist/esm/chains/OP.js +2 -2
- package/dist/esm/chains/OP.js.map +1 -1
- package/dist/esm/chains/OP_SEPOLIA.d.ts +136 -0
- package/dist/esm/chains/OP_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/OP_SEPOLIA.js +2 -2
- package/dist/esm/chains/OP_SEPOLIA.js.map +1 -1
- package/dist/esm/chains/UNI.d.ts +136 -0
- package/dist/esm/chains/UNI.d.ts.map +1 -1
- package/dist/esm/chains/UNI.js +2 -2
- package/dist/esm/chains/UNI.js.map +1 -1
- package/dist/esm/chains/UNI_SEPOLIA.d.ts +136 -0
- package/dist/esm/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/UNI_SEPOLIA.js +2 -2
- package/dist/esm/chains/UNI_SEPOLIA.js.map +1 -1
- package/dist/esm/cli/index.d.mts +3 -0
- package/dist/esm/cli/index.d.mts.map +1 -0
- package/dist/esm/cli/index.mjs +18 -0
- package/dist/esm/cli/index.mjs.map +1 -0
- package/dist/esm/cli/register-entity-secret.d.ts +11 -0
- package/dist/esm/cli/register-entity-secret.d.ts.map +1 -0
- package/dist/esm/cli/register-entity-secret.js +205 -0
- package/dist/esm/cli/register-entity-secret.js.map +1 -0
- package/dist/esm/cli/register-entity-secret.test.d.ts +2 -0
- package/dist/esm/cli/register-entity-secret.test.d.ts.map +1 -0
- package/dist/esm/cli/register-entity-secret.test.js +122 -0
- package/dist/esm/cli/register-entity-secret.test.js.map +1 -0
- package/dist/esm/cli/utils.d.ts +83 -0
- package/dist/esm/cli/utils.d.ts.map +1 -0
- package/dist/esm/cli/utils.js +112 -0
- package/dist/esm/cli/utils.js.map +1 -0
- package/dist/esm/cli/utils.test.d.ts +2 -0
- package/dist/esm/cli/utils.test.d.ts.map +1 -0
- package/dist/esm/cli/utils.test.js +103 -0
- package/dist/esm/cli/utils.test.js.map +1 -0
- package/dist/esm/extractChain.d.ts +2720 -4
- package/dist/esm/extractChain.d.ts.map +1 -1
- package/dist/esm/index.d.ts +21 -3
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +11 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/metadata.js +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.d.ts +3 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.js +2 -4
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts +3 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.js +3 -5
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.d.ts +2 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.test.js +0 -6
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts +2 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/listMessages.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts +2 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.js +3 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts +20 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js +36 -17
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js +52 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts +1 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/extractChain.d.ts +2714 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/extractChain.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts +2714 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.d.ts +5 -3
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.test.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.d.ts +3 -3
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.js +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWallets.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/createWallets.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.d.ts +5 -3
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.test.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts +9 -3
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.js +7 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.test.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWallet.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getWallet.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/index.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/index.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/index.test.js +0 -17
- package/dist/esm/providers/developer-controlled-wallets/actions/index.test.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/listWallets.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/listWallets.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTypedData.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/signTypedData.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/verifyNotification.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/verifyNotification.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/waitForTransactionHash.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/extractChain.d.ts +2714 -0
- package/dist/esm/providers/developer-controlled-wallets/extractChain.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/index.d.ts +2714 -0
- package/dist/esm/providers/developer-controlled-wallets/index.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/provider.d.ts +1 -2
- package/dist/esm/providers/developer-controlled-wallets/provider.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/provider.js.map +1 -1
- package/dist/esm/providers/faucet/actions/drip.d.ts +2 -4
- package/dist/esm/providers/faucet/actions/drip.d.ts.map +1 -1
- package/dist/esm/providers/faucet/actions/drip.js +2 -2
- package/dist/esm/providers/faucet/actions/drip.js.map +1 -1
- package/dist/esm/providers/faucet/actions/drip.test.js.map +1 -1
- package/dist/esm/providers/faucet/actions/index.d.ts +2 -1
- package/dist/esm/providers/faucet/actions/index.d.ts.map +1 -1
- package/dist/esm/providers/faucet/actions/index.test.js +0 -2
- package/dist/esm/providers/faucet/actions/index.test.js.map +1 -1
- package/dist/esm/providers/faucet/actions/requestTestnetTokens.d.ts.map +1 -1
- package/dist/esm/providers/faucet/actions/requestTestnetTokens.js.map +1 -1
- package/dist/esm/providers/faucet/extractChain.d.ts +1357 -0
- package/dist/esm/providers/faucet/extractChain.d.ts.map +1 -1
- package/dist/esm/providers/faucet/index.d.ts +1357 -0
- package/dist/esm/providers/faucet/index.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContract.d.ts +100 -3
- package/dist/esm/providers/smart-contract-platform/actions/getContract.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.test.js.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/importContract.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/importContract.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/index.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/index.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/index.test.js +0 -6
- package/dist/esm/providers/smart-contract-platform/actions/index.test.js.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.js +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.js.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.test.js.map +1 -1
- package/dist/esm/providers/smart-contract-platform/extractChain.d.ts +2784 -0
- package/dist/esm/providers/smart-contract-platform/extractChain.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/index.d.ts +2784 -0
- package/dist/esm/providers/smart-contract-platform/index.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/index.js +3 -1
- package/dist/esm/providers/smart-contract-platform/index.js.map +1 -1
- package/dist/esm/providers/uniswap/abis/QuoterV2.d.ts +207 -0
- package/dist/esm/providers/uniswap/abis/QuoterV2.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/abis/QuoterV2.js +278 -0
- package/dist/esm/providers/uniswap/abis/QuoterV2.js.map +1 -0
- package/dist/esm/providers/uniswap/abis/SwapRouter02.d.ts +822 -0
- package/dist/esm/providers/uniswap/abis/SwapRouter02.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/abis/SwapRouter02.js +1074 -0
- package/dist/esm/providers/uniswap/abis/SwapRouter02.js.map +1 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Factory.d.ts +185 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Factory.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Factory.js +247 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Factory.js.map +1 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Pool.d.ts +776 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Pool.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Pool.js +999 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Pool.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.d.ts +50 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.js +105 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.test.js +121 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.test.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/getPool.d.ts +45 -0
- package/dist/esm/providers/uniswap/actions/getPool.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/getPool.js +90 -0
- package/dist/esm/providers/uniswap/actions/getPool.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/getPool.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/actions/getPool.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/getPool.test.js +96 -0
- package/dist/esm/providers/uniswap/actions/getPool.test.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/index.d.ts +15 -0
- package/dist/esm/providers/uniswap/actions/index.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/index.js +28 -0
- package/dist/esm/providers/uniswap/actions/index.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/index.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/actions/index.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/index.test.js +30 -0
- package/dist/esm/providers/uniswap/actions/index.test.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.d.ts +49 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.js +85 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.js +104 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts +1810 -0
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.js +25 -0
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1544 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.js +25 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts +1661 -0
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.js +25 -0
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.d.ts +4 -0
- package/dist/esm/providers/uniswap/chains/index.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.js +14 -0
- package/dist/esm/providers/uniswap/chains/index.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/chains/index.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.test.js +21 -0
- package/dist/esm/providers/uniswap/chains/index.test.js.map +1 -0
- package/dist/esm/providers/uniswap/extractChain.d.ts +5013 -0
- package/dist/esm/providers/uniswap/extractChain.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/extractChain.js +19 -0
- package/dist/esm/providers/uniswap/extractChain.js.map +1 -0
- package/dist/esm/providers/uniswap/extractChain.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/extractChain.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/extractChain.test.js +27 -0
- package/dist/esm/providers/uniswap/extractChain.test.js.map +1 -0
- package/dist/esm/providers/uniswap/index.d.ts +5014 -0
- package/dist/esm/providers/uniswap/index.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/index.js +18 -0
- package/dist/esm/providers/uniswap/index.js.map +1 -0
- package/dist/esm/types.d.ts +2 -2
- package/dist/esm/types.d.ts.map +1 -1
- package/dist/esm/utils/getChainContractByAddress.d.ts +2 -2
- package/dist/esm/utils/getChainContractByAddress.d.ts.map +1 -1
- package/dist/esm/utils/getContract.d.ts +1098 -0
- package/dist/esm/utils/getContract.d.ts.map +1 -0
- package/dist/esm/utils/getContract.js +34 -0
- package/dist/esm/utils/getContract.js.map +1 -0
- package/dist/esm/utils/getContract.test.d.ts +2 -0
- package/dist/esm/utils/getContract.test.d.ts.map +1 -0
- package/dist/esm/utils/getContract.test.js +55 -0
- package/dist/esm/utils/getContract.test.js.map +1 -0
- package/dist/esm/utils/index.d.ts +1 -0
- package/dist/esm/utils/index.d.ts.map +1 -1
- package/dist/esm/utils/index.js +1 -0
- package/dist/esm/utils/index.js.map +1 -1
- package/dist/esm/utils/index.test.js +2 -0
- package/dist/esm/utils/index.test.js.map +1 -1
- package/dist/esm/utils/parseAccount.d.ts +26 -3
- package/dist/esm/utils/parseAccount.d.ts.map +1 -1
- package/dist/esm/utils/parseAccount.js +3 -6
- package/dist/esm/utils/parseAccount.js.map +1 -1
- package/dist/esm/utils/parseAccount.test.js +18 -4
- package/dist/esm/utils/parseAccount.test.js.map +1 -1
- package/dist/esm/utils/parseAddress.d.ts +1 -2
- package/dist/esm/utils/parseAddress.d.ts.map +1 -1
- package/dist/esm/utils/parseAddress.js.map +1 -1
- package/package.json +14 -5
- package/dist/cjs/actions/drainFrom.d.ts +0 -16
- package/dist/cjs/actions/drainFrom.d.ts.map +0 -1
- package/dist/cjs/actions/drainFrom.js.map +0 -1
- package/dist/cjs/actions/drainFrom.test.d.ts +0 -2
- package/dist/cjs/actions/drainFrom.test.d.ts.map +0 -1
- package/dist/cjs/actions/drainFrom.test.js.map +0 -1
- package/dist/esm/actions/drainFrom.d.ts +0 -16
- package/dist/esm/actions/drainFrom.d.ts.map +0 -1
- package/dist/esm/actions/drainFrom.js.map +0 -1
- package/dist/esm/actions/drainFrom.test.d.ts +0 -2
- package/dist/esm/actions/drainFrom.test.d.ts.map +0 -1
- package/dist/esm/actions/drainFrom.test.js.map +0 -1
|
@@ -7,9 +7,145 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
7
7
|
readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
+
blockTime?: number | undefined | undefined;
|
|
10
11
|
contracts: {
|
|
11
12
|
readonly USDC: {
|
|
12
13
|
readonly address: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
14
|
+
readonly abi: readonly [{
|
|
15
|
+
readonly type: "event";
|
|
16
|
+
readonly name: "Approval";
|
|
17
|
+
readonly inputs: readonly [{
|
|
18
|
+
readonly indexed: true;
|
|
19
|
+
readonly name: "owner";
|
|
20
|
+
readonly type: "address";
|
|
21
|
+
}, {
|
|
22
|
+
readonly indexed: true;
|
|
23
|
+
readonly name: "spender";
|
|
24
|
+
readonly type: "address";
|
|
25
|
+
}, {
|
|
26
|
+
readonly indexed: false;
|
|
27
|
+
readonly name: "value";
|
|
28
|
+
readonly type: "uint256";
|
|
29
|
+
}];
|
|
30
|
+
}, {
|
|
31
|
+
readonly type: "event";
|
|
32
|
+
readonly name: "Transfer";
|
|
33
|
+
readonly inputs: readonly [{
|
|
34
|
+
readonly indexed: true;
|
|
35
|
+
readonly name: "from";
|
|
36
|
+
readonly type: "address";
|
|
37
|
+
}, {
|
|
38
|
+
readonly indexed: true;
|
|
39
|
+
readonly name: "to";
|
|
40
|
+
readonly type: "address";
|
|
41
|
+
}, {
|
|
42
|
+
readonly indexed: false;
|
|
43
|
+
readonly name: "value";
|
|
44
|
+
readonly type: "uint256";
|
|
45
|
+
}];
|
|
46
|
+
}, {
|
|
47
|
+
readonly type: "function";
|
|
48
|
+
readonly name: "allowance";
|
|
49
|
+
readonly stateMutability: "view";
|
|
50
|
+
readonly inputs: readonly [{
|
|
51
|
+
readonly name: "owner";
|
|
52
|
+
readonly type: "address";
|
|
53
|
+
}, {
|
|
54
|
+
readonly name: "spender";
|
|
55
|
+
readonly type: "address";
|
|
56
|
+
}];
|
|
57
|
+
readonly outputs: readonly [{
|
|
58
|
+
readonly type: "uint256";
|
|
59
|
+
}];
|
|
60
|
+
}, {
|
|
61
|
+
readonly type: "function";
|
|
62
|
+
readonly name: "approve";
|
|
63
|
+
readonly stateMutability: "nonpayable";
|
|
64
|
+
readonly inputs: readonly [{
|
|
65
|
+
readonly name: "spender";
|
|
66
|
+
readonly type: "address";
|
|
67
|
+
}, {
|
|
68
|
+
readonly name: "amount";
|
|
69
|
+
readonly type: "uint256";
|
|
70
|
+
}];
|
|
71
|
+
readonly outputs: readonly [{
|
|
72
|
+
readonly type: "bool";
|
|
73
|
+
}];
|
|
74
|
+
}, {
|
|
75
|
+
readonly type: "function";
|
|
76
|
+
readonly name: "balanceOf";
|
|
77
|
+
readonly stateMutability: "view";
|
|
78
|
+
readonly inputs: readonly [{
|
|
79
|
+
readonly name: "account";
|
|
80
|
+
readonly type: "address";
|
|
81
|
+
}];
|
|
82
|
+
readonly outputs: readonly [{
|
|
83
|
+
readonly type: "uint256";
|
|
84
|
+
}];
|
|
85
|
+
}, {
|
|
86
|
+
readonly type: "function";
|
|
87
|
+
readonly name: "decimals";
|
|
88
|
+
readonly stateMutability: "view";
|
|
89
|
+
readonly inputs: readonly [];
|
|
90
|
+
readonly outputs: readonly [{
|
|
91
|
+
readonly type: "uint8";
|
|
92
|
+
}];
|
|
93
|
+
}, {
|
|
94
|
+
readonly type: "function";
|
|
95
|
+
readonly name: "name";
|
|
96
|
+
readonly stateMutability: "view";
|
|
97
|
+
readonly inputs: readonly [];
|
|
98
|
+
readonly outputs: readonly [{
|
|
99
|
+
readonly type: "string";
|
|
100
|
+
}];
|
|
101
|
+
}, {
|
|
102
|
+
readonly type: "function";
|
|
103
|
+
readonly name: "symbol";
|
|
104
|
+
readonly stateMutability: "view";
|
|
105
|
+
readonly inputs: readonly [];
|
|
106
|
+
readonly outputs: readonly [{
|
|
107
|
+
readonly type: "string";
|
|
108
|
+
}];
|
|
109
|
+
}, {
|
|
110
|
+
readonly type: "function";
|
|
111
|
+
readonly name: "totalSupply";
|
|
112
|
+
readonly stateMutability: "view";
|
|
113
|
+
readonly inputs: readonly [];
|
|
114
|
+
readonly outputs: readonly [{
|
|
115
|
+
readonly type: "uint256";
|
|
116
|
+
}];
|
|
117
|
+
}, {
|
|
118
|
+
readonly type: "function";
|
|
119
|
+
readonly name: "transfer";
|
|
120
|
+
readonly stateMutability: "nonpayable";
|
|
121
|
+
readonly inputs: readonly [{
|
|
122
|
+
readonly name: "recipient";
|
|
123
|
+
readonly type: "address";
|
|
124
|
+
}, {
|
|
125
|
+
readonly name: "amount";
|
|
126
|
+
readonly type: "uint256";
|
|
127
|
+
}];
|
|
128
|
+
readonly outputs: readonly [{
|
|
129
|
+
readonly type: "bool";
|
|
130
|
+
}];
|
|
131
|
+
}, {
|
|
132
|
+
readonly type: "function";
|
|
133
|
+
readonly name: "transferFrom";
|
|
134
|
+
readonly stateMutability: "nonpayable";
|
|
135
|
+
readonly inputs: readonly [{
|
|
136
|
+
readonly name: "sender";
|
|
137
|
+
readonly type: "address";
|
|
138
|
+
}, {
|
|
139
|
+
readonly name: "recipient";
|
|
140
|
+
readonly type: "address";
|
|
141
|
+
}, {
|
|
142
|
+
readonly name: "amount";
|
|
143
|
+
readonly type: "uint256";
|
|
144
|
+
}];
|
|
145
|
+
readonly outputs: readonly [{
|
|
146
|
+
readonly type: "bool";
|
|
147
|
+
}];
|
|
148
|
+
}];
|
|
13
149
|
readonly read: {
|
|
14
150
|
readonly decimals: () => 6;
|
|
15
151
|
};
|
|
@@ -48,15 +184,286 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
48
184
|
readonly apiUrl: "https://api-testnet.snowtrace.io";
|
|
49
185
|
};
|
|
50
186
|
};
|
|
187
|
+
blockTime?: number | undefined | undefined;
|
|
51
188
|
contracts: {
|
|
52
189
|
readonly USDC: {
|
|
53
190
|
readonly address: "0x5425890298aed601595a70ab815c96711a31bc65";
|
|
191
|
+
readonly abi: readonly [{
|
|
192
|
+
readonly type: "event";
|
|
193
|
+
readonly name: "Approval";
|
|
194
|
+
readonly inputs: readonly [{
|
|
195
|
+
readonly indexed: true;
|
|
196
|
+
readonly name: "owner";
|
|
197
|
+
readonly type: "address";
|
|
198
|
+
}, {
|
|
199
|
+
readonly indexed: true;
|
|
200
|
+
readonly name: "spender";
|
|
201
|
+
readonly type: "address";
|
|
202
|
+
}, {
|
|
203
|
+
readonly indexed: false;
|
|
204
|
+
readonly name: "value";
|
|
205
|
+
readonly type: "uint256";
|
|
206
|
+
}];
|
|
207
|
+
}, {
|
|
208
|
+
readonly type: "event";
|
|
209
|
+
readonly name: "Transfer";
|
|
210
|
+
readonly inputs: readonly [{
|
|
211
|
+
readonly indexed: true;
|
|
212
|
+
readonly name: "from";
|
|
213
|
+
readonly type: "address";
|
|
214
|
+
}, {
|
|
215
|
+
readonly indexed: true;
|
|
216
|
+
readonly name: "to";
|
|
217
|
+
readonly type: "address";
|
|
218
|
+
}, {
|
|
219
|
+
readonly indexed: false;
|
|
220
|
+
readonly name: "value";
|
|
221
|
+
readonly type: "uint256";
|
|
222
|
+
}];
|
|
223
|
+
}, {
|
|
224
|
+
readonly type: "function";
|
|
225
|
+
readonly name: "allowance";
|
|
226
|
+
readonly stateMutability: "view";
|
|
227
|
+
readonly inputs: readonly [{
|
|
228
|
+
readonly name: "owner";
|
|
229
|
+
readonly type: "address";
|
|
230
|
+
}, {
|
|
231
|
+
readonly name: "spender";
|
|
232
|
+
readonly type: "address";
|
|
233
|
+
}];
|
|
234
|
+
readonly outputs: readonly [{
|
|
235
|
+
readonly type: "uint256";
|
|
236
|
+
}];
|
|
237
|
+
}, {
|
|
238
|
+
readonly type: "function";
|
|
239
|
+
readonly name: "approve";
|
|
240
|
+
readonly stateMutability: "nonpayable";
|
|
241
|
+
readonly inputs: readonly [{
|
|
242
|
+
readonly name: "spender";
|
|
243
|
+
readonly type: "address";
|
|
244
|
+
}, {
|
|
245
|
+
readonly name: "amount";
|
|
246
|
+
readonly type: "uint256";
|
|
247
|
+
}];
|
|
248
|
+
readonly outputs: readonly [{
|
|
249
|
+
readonly type: "bool";
|
|
250
|
+
}];
|
|
251
|
+
}, {
|
|
252
|
+
readonly type: "function";
|
|
253
|
+
readonly name: "balanceOf";
|
|
254
|
+
readonly stateMutability: "view";
|
|
255
|
+
readonly inputs: readonly [{
|
|
256
|
+
readonly name: "account";
|
|
257
|
+
readonly type: "address";
|
|
258
|
+
}];
|
|
259
|
+
readonly outputs: readonly [{
|
|
260
|
+
readonly type: "uint256";
|
|
261
|
+
}];
|
|
262
|
+
}, {
|
|
263
|
+
readonly type: "function";
|
|
264
|
+
readonly name: "decimals";
|
|
265
|
+
readonly stateMutability: "view";
|
|
266
|
+
readonly inputs: readonly [];
|
|
267
|
+
readonly outputs: readonly [{
|
|
268
|
+
readonly type: "uint8";
|
|
269
|
+
}];
|
|
270
|
+
}, {
|
|
271
|
+
readonly type: "function";
|
|
272
|
+
readonly name: "name";
|
|
273
|
+
readonly stateMutability: "view";
|
|
274
|
+
readonly inputs: readonly [];
|
|
275
|
+
readonly outputs: readonly [{
|
|
276
|
+
readonly type: "string";
|
|
277
|
+
}];
|
|
278
|
+
}, {
|
|
279
|
+
readonly type: "function";
|
|
280
|
+
readonly name: "symbol";
|
|
281
|
+
readonly stateMutability: "view";
|
|
282
|
+
readonly inputs: readonly [];
|
|
283
|
+
readonly outputs: readonly [{
|
|
284
|
+
readonly type: "string";
|
|
285
|
+
}];
|
|
286
|
+
}, {
|
|
287
|
+
readonly type: "function";
|
|
288
|
+
readonly name: "totalSupply";
|
|
289
|
+
readonly stateMutability: "view";
|
|
290
|
+
readonly inputs: readonly [];
|
|
291
|
+
readonly outputs: readonly [{
|
|
292
|
+
readonly type: "uint256";
|
|
293
|
+
}];
|
|
294
|
+
}, {
|
|
295
|
+
readonly type: "function";
|
|
296
|
+
readonly name: "transfer";
|
|
297
|
+
readonly stateMutability: "nonpayable";
|
|
298
|
+
readonly inputs: readonly [{
|
|
299
|
+
readonly name: "recipient";
|
|
300
|
+
readonly type: "address";
|
|
301
|
+
}, {
|
|
302
|
+
readonly name: "amount";
|
|
303
|
+
readonly type: "uint256";
|
|
304
|
+
}];
|
|
305
|
+
readonly outputs: readonly [{
|
|
306
|
+
readonly type: "bool";
|
|
307
|
+
}];
|
|
308
|
+
}, {
|
|
309
|
+
readonly type: "function";
|
|
310
|
+
readonly name: "transferFrom";
|
|
311
|
+
readonly stateMutability: "nonpayable";
|
|
312
|
+
readonly inputs: readonly [{
|
|
313
|
+
readonly name: "sender";
|
|
314
|
+
readonly type: "address";
|
|
315
|
+
}, {
|
|
316
|
+
readonly name: "recipient";
|
|
317
|
+
readonly type: "address";
|
|
318
|
+
}, {
|
|
319
|
+
readonly name: "amount";
|
|
320
|
+
readonly type: "uint256";
|
|
321
|
+
}];
|
|
322
|
+
readonly outputs: readonly [{
|
|
323
|
+
readonly type: "bool";
|
|
324
|
+
}];
|
|
325
|
+
}];
|
|
54
326
|
readonly read: {
|
|
55
327
|
readonly decimals: () => 6;
|
|
56
328
|
};
|
|
57
329
|
};
|
|
58
330
|
readonly EURC: {
|
|
59
331
|
readonly address: "0x5e44db7996c682e92a960b65ac713a54ad815c6b";
|
|
332
|
+
readonly abi: readonly [{
|
|
333
|
+
readonly type: "event";
|
|
334
|
+
readonly name: "Approval";
|
|
335
|
+
readonly inputs: readonly [{
|
|
336
|
+
readonly indexed: true;
|
|
337
|
+
readonly name: "owner";
|
|
338
|
+
readonly type: "address";
|
|
339
|
+
}, {
|
|
340
|
+
readonly indexed: true;
|
|
341
|
+
readonly name: "spender";
|
|
342
|
+
readonly type: "address";
|
|
343
|
+
}, {
|
|
344
|
+
readonly indexed: false;
|
|
345
|
+
readonly name: "value";
|
|
346
|
+
readonly type: "uint256";
|
|
347
|
+
}];
|
|
348
|
+
}, {
|
|
349
|
+
readonly type: "event";
|
|
350
|
+
readonly name: "Transfer";
|
|
351
|
+
readonly inputs: readonly [{
|
|
352
|
+
readonly indexed: true;
|
|
353
|
+
readonly name: "from";
|
|
354
|
+
readonly type: "address";
|
|
355
|
+
}, {
|
|
356
|
+
readonly indexed: true;
|
|
357
|
+
readonly name: "to";
|
|
358
|
+
readonly type: "address";
|
|
359
|
+
}, {
|
|
360
|
+
readonly indexed: false;
|
|
361
|
+
readonly name: "value";
|
|
362
|
+
readonly type: "uint256";
|
|
363
|
+
}];
|
|
364
|
+
}, {
|
|
365
|
+
readonly type: "function";
|
|
366
|
+
readonly name: "allowance";
|
|
367
|
+
readonly stateMutability: "view";
|
|
368
|
+
readonly inputs: readonly [{
|
|
369
|
+
readonly name: "owner";
|
|
370
|
+
readonly type: "address";
|
|
371
|
+
}, {
|
|
372
|
+
readonly name: "spender";
|
|
373
|
+
readonly type: "address";
|
|
374
|
+
}];
|
|
375
|
+
readonly outputs: readonly [{
|
|
376
|
+
readonly type: "uint256";
|
|
377
|
+
}];
|
|
378
|
+
}, {
|
|
379
|
+
readonly type: "function";
|
|
380
|
+
readonly name: "approve";
|
|
381
|
+
readonly stateMutability: "nonpayable";
|
|
382
|
+
readonly inputs: readonly [{
|
|
383
|
+
readonly name: "spender";
|
|
384
|
+
readonly type: "address";
|
|
385
|
+
}, {
|
|
386
|
+
readonly name: "amount";
|
|
387
|
+
readonly type: "uint256";
|
|
388
|
+
}];
|
|
389
|
+
readonly outputs: readonly [{
|
|
390
|
+
readonly type: "bool";
|
|
391
|
+
}];
|
|
392
|
+
}, {
|
|
393
|
+
readonly type: "function";
|
|
394
|
+
readonly name: "balanceOf";
|
|
395
|
+
readonly stateMutability: "view";
|
|
396
|
+
readonly inputs: readonly [{
|
|
397
|
+
readonly name: "account";
|
|
398
|
+
readonly type: "address";
|
|
399
|
+
}];
|
|
400
|
+
readonly outputs: readonly [{
|
|
401
|
+
readonly type: "uint256";
|
|
402
|
+
}];
|
|
403
|
+
}, {
|
|
404
|
+
readonly type: "function";
|
|
405
|
+
readonly name: "decimals";
|
|
406
|
+
readonly stateMutability: "view";
|
|
407
|
+
readonly inputs: readonly [];
|
|
408
|
+
readonly outputs: readonly [{
|
|
409
|
+
readonly type: "uint8";
|
|
410
|
+
}];
|
|
411
|
+
}, {
|
|
412
|
+
readonly type: "function";
|
|
413
|
+
readonly name: "name";
|
|
414
|
+
readonly stateMutability: "view";
|
|
415
|
+
readonly inputs: readonly [];
|
|
416
|
+
readonly outputs: readonly [{
|
|
417
|
+
readonly type: "string";
|
|
418
|
+
}];
|
|
419
|
+
}, {
|
|
420
|
+
readonly type: "function";
|
|
421
|
+
readonly name: "symbol";
|
|
422
|
+
readonly stateMutability: "view";
|
|
423
|
+
readonly inputs: readonly [];
|
|
424
|
+
readonly outputs: readonly [{
|
|
425
|
+
readonly type: "string";
|
|
426
|
+
}];
|
|
427
|
+
}, {
|
|
428
|
+
readonly type: "function";
|
|
429
|
+
readonly name: "totalSupply";
|
|
430
|
+
readonly stateMutability: "view";
|
|
431
|
+
readonly inputs: readonly [];
|
|
432
|
+
readonly outputs: readonly [{
|
|
433
|
+
readonly type: "uint256";
|
|
434
|
+
}];
|
|
435
|
+
}, {
|
|
436
|
+
readonly type: "function";
|
|
437
|
+
readonly name: "transfer";
|
|
438
|
+
readonly stateMutability: "nonpayable";
|
|
439
|
+
readonly inputs: readonly [{
|
|
440
|
+
readonly name: "recipient";
|
|
441
|
+
readonly type: "address";
|
|
442
|
+
}, {
|
|
443
|
+
readonly name: "amount";
|
|
444
|
+
readonly type: "uint256";
|
|
445
|
+
}];
|
|
446
|
+
readonly outputs: readonly [{
|
|
447
|
+
readonly type: "bool";
|
|
448
|
+
}];
|
|
449
|
+
}, {
|
|
450
|
+
readonly type: "function";
|
|
451
|
+
readonly name: "transferFrom";
|
|
452
|
+
readonly stateMutability: "nonpayable";
|
|
453
|
+
readonly inputs: readonly [{
|
|
454
|
+
readonly name: "sender";
|
|
455
|
+
readonly type: "address";
|
|
456
|
+
}, {
|
|
457
|
+
readonly name: "recipient";
|
|
458
|
+
readonly type: "address";
|
|
459
|
+
}, {
|
|
460
|
+
readonly name: "amount";
|
|
461
|
+
readonly type: "uint256";
|
|
462
|
+
}];
|
|
463
|
+
readonly outputs: readonly [{
|
|
464
|
+
readonly type: "bool";
|
|
465
|
+
}];
|
|
466
|
+
}];
|
|
60
467
|
readonly read: {
|
|
61
468
|
readonly decimals: () => 6;
|
|
62
469
|
};
|
|
@@ -95,15 +502,286 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
95
502
|
readonly apiUrl: "https://api-sepolia.basescan.org/api";
|
|
96
503
|
};
|
|
97
504
|
};
|
|
505
|
+
blockTime: 2000;
|
|
98
506
|
contracts: {
|
|
99
507
|
readonly USDC: {
|
|
100
508
|
readonly address: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
509
|
+
readonly abi: readonly [{
|
|
510
|
+
readonly type: "event";
|
|
511
|
+
readonly name: "Approval";
|
|
512
|
+
readonly inputs: readonly [{
|
|
513
|
+
readonly indexed: true;
|
|
514
|
+
readonly name: "owner";
|
|
515
|
+
readonly type: "address";
|
|
516
|
+
}, {
|
|
517
|
+
readonly indexed: true;
|
|
518
|
+
readonly name: "spender";
|
|
519
|
+
readonly type: "address";
|
|
520
|
+
}, {
|
|
521
|
+
readonly indexed: false;
|
|
522
|
+
readonly name: "value";
|
|
523
|
+
readonly type: "uint256";
|
|
524
|
+
}];
|
|
525
|
+
}, {
|
|
526
|
+
readonly type: "event";
|
|
527
|
+
readonly name: "Transfer";
|
|
528
|
+
readonly inputs: readonly [{
|
|
529
|
+
readonly indexed: true;
|
|
530
|
+
readonly name: "from";
|
|
531
|
+
readonly type: "address";
|
|
532
|
+
}, {
|
|
533
|
+
readonly indexed: true;
|
|
534
|
+
readonly name: "to";
|
|
535
|
+
readonly type: "address";
|
|
536
|
+
}, {
|
|
537
|
+
readonly indexed: false;
|
|
538
|
+
readonly name: "value";
|
|
539
|
+
readonly type: "uint256";
|
|
540
|
+
}];
|
|
541
|
+
}, {
|
|
542
|
+
readonly type: "function";
|
|
543
|
+
readonly name: "allowance";
|
|
544
|
+
readonly stateMutability: "view";
|
|
545
|
+
readonly inputs: readonly [{
|
|
546
|
+
readonly name: "owner";
|
|
547
|
+
readonly type: "address";
|
|
548
|
+
}, {
|
|
549
|
+
readonly name: "spender";
|
|
550
|
+
readonly type: "address";
|
|
551
|
+
}];
|
|
552
|
+
readonly outputs: readonly [{
|
|
553
|
+
readonly type: "uint256";
|
|
554
|
+
}];
|
|
555
|
+
}, {
|
|
556
|
+
readonly type: "function";
|
|
557
|
+
readonly name: "approve";
|
|
558
|
+
readonly stateMutability: "nonpayable";
|
|
559
|
+
readonly inputs: readonly [{
|
|
560
|
+
readonly name: "spender";
|
|
561
|
+
readonly type: "address";
|
|
562
|
+
}, {
|
|
563
|
+
readonly name: "amount";
|
|
564
|
+
readonly type: "uint256";
|
|
565
|
+
}];
|
|
566
|
+
readonly outputs: readonly [{
|
|
567
|
+
readonly type: "bool";
|
|
568
|
+
}];
|
|
569
|
+
}, {
|
|
570
|
+
readonly type: "function";
|
|
571
|
+
readonly name: "balanceOf";
|
|
572
|
+
readonly stateMutability: "view";
|
|
573
|
+
readonly inputs: readonly [{
|
|
574
|
+
readonly name: "account";
|
|
575
|
+
readonly type: "address";
|
|
576
|
+
}];
|
|
577
|
+
readonly outputs: readonly [{
|
|
578
|
+
readonly type: "uint256";
|
|
579
|
+
}];
|
|
580
|
+
}, {
|
|
581
|
+
readonly type: "function";
|
|
582
|
+
readonly name: "decimals";
|
|
583
|
+
readonly stateMutability: "view";
|
|
584
|
+
readonly inputs: readonly [];
|
|
585
|
+
readonly outputs: readonly [{
|
|
586
|
+
readonly type: "uint8";
|
|
587
|
+
}];
|
|
588
|
+
}, {
|
|
589
|
+
readonly type: "function";
|
|
590
|
+
readonly name: "name";
|
|
591
|
+
readonly stateMutability: "view";
|
|
592
|
+
readonly inputs: readonly [];
|
|
593
|
+
readonly outputs: readonly [{
|
|
594
|
+
readonly type: "string";
|
|
595
|
+
}];
|
|
596
|
+
}, {
|
|
597
|
+
readonly type: "function";
|
|
598
|
+
readonly name: "symbol";
|
|
599
|
+
readonly stateMutability: "view";
|
|
600
|
+
readonly inputs: readonly [];
|
|
601
|
+
readonly outputs: readonly [{
|
|
602
|
+
readonly type: "string";
|
|
603
|
+
}];
|
|
604
|
+
}, {
|
|
605
|
+
readonly type: "function";
|
|
606
|
+
readonly name: "totalSupply";
|
|
607
|
+
readonly stateMutability: "view";
|
|
608
|
+
readonly inputs: readonly [];
|
|
609
|
+
readonly outputs: readonly [{
|
|
610
|
+
readonly type: "uint256";
|
|
611
|
+
}];
|
|
612
|
+
}, {
|
|
613
|
+
readonly type: "function";
|
|
614
|
+
readonly name: "transfer";
|
|
615
|
+
readonly stateMutability: "nonpayable";
|
|
616
|
+
readonly inputs: readonly [{
|
|
617
|
+
readonly name: "recipient";
|
|
618
|
+
readonly type: "address";
|
|
619
|
+
}, {
|
|
620
|
+
readonly name: "amount";
|
|
621
|
+
readonly type: "uint256";
|
|
622
|
+
}];
|
|
623
|
+
readonly outputs: readonly [{
|
|
624
|
+
readonly type: "bool";
|
|
625
|
+
}];
|
|
626
|
+
}, {
|
|
627
|
+
readonly type: "function";
|
|
628
|
+
readonly name: "transferFrom";
|
|
629
|
+
readonly stateMutability: "nonpayable";
|
|
630
|
+
readonly inputs: readonly [{
|
|
631
|
+
readonly name: "sender";
|
|
632
|
+
readonly type: "address";
|
|
633
|
+
}, {
|
|
634
|
+
readonly name: "recipient";
|
|
635
|
+
readonly type: "address";
|
|
636
|
+
}, {
|
|
637
|
+
readonly name: "amount";
|
|
638
|
+
readonly type: "uint256";
|
|
639
|
+
}];
|
|
640
|
+
readonly outputs: readonly [{
|
|
641
|
+
readonly type: "bool";
|
|
642
|
+
}];
|
|
643
|
+
}];
|
|
101
644
|
readonly read: {
|
|
102
645
|
readonly decimals: () => 6;
|
|
103
646
|
};
|
|
104
647
|
};
|
|
105
648
|
readonly EURC: {
|
|
106
649
|
readonly address: "0x808456652fdb597867f38412077A9182bf77359F";
|
|
650
|
+
readonly abi: readonly [{
|
|
651
|
+
readonly type: "event";
|
|
652
|
+
readonly name: "Approval";
|
|
653
|
+
readonly inputs: readonly [{
|
|
654
|
+
readonly indexed: true;
|
|
655
|
+
readonly name: "owner";
|
|
656
|
+
readonly type: "address";
|
|
657
|
+
}, {
|
|
658
|
+
readonly indexed: true;
|
|
659
|
+
readonly name: "spender";
|
|
660
|
+
readonly type: "address";
|
|
661
|
+
}, {
|
|
662
|
+
readonly indexed: false;
|
|
663
|
+
readonly name: "value";
|
|
664
|
+
readonly type: "uint256";
|
|
665
|
+
}];
|
|
666
|
+
}, {
|
|
667
|
+
readonly type: "event";
|
|
668
|
+
readonly name: "Transfer";
|
|
669
|
+
readonly inputs: readonly [{
|
|
670
|
+
readonly indexed: true;
|
|
671
|
+
readonly name: "from";
|
|
672
|
+
readonly type: "address";
|
|
673
|
+
}, {
|
|
674
|
+
readonly indexed: true;
|
|
675
|
+
readonly name: "to";
|
|
676
|
+
readonly type: "address";
|
|
677
|
+
}, {
|
|
678
|
+
readonly indexed: false;
|
|
679
|
+
readonly name: "value";
|
|
680
|
+
readonly type: "uint256";
|
|
681
|
+
}];
|
|
682
|
+
}, {
|
|
683
|
+
readonly type: "function";
|
|
684
|
+
readonly name: "allowance";
|
|
685
|
+
readonly stateMutability: "view";
|
|
686
|
+
readonly inputs: readonly [{
|
|
687
|
+
readonly name: "owner";
|
|
688
|
+
readonly type: "address";
|
|
689
|
+
}, {
|
|
690
|
+
readonly name: "spender";
|
|
691
|
+
readonly type: "address";
|
|
692
|
+
}];
|
|
693
|
+
readonly outputs: readonly [{
|
|
694
|
+
readonly type: "uint256";
|
|
695
|
+
}];
|
|
696
|
+
}, {
|
|
697
|
+
readonly type: "function";
|
|
698
|
+
readonly name: "approve";
|
|
699
|
+
readonly stateMutability: "nonpayable";
|
|
700
|
+
readonly inputs: readonly [{
|
|
701
|
+
readonly name: "spender";
|
|
702
|
+
readonly type: "address";
|
|
703
|
+
}, {
|
|
704
|
+
readonly name: "amount";
|
|
705
|
+
readonly type: "uint256";
|
|
706
|
+
}];
|
|
707
|
+
readonly outputs: readonly [{
|
|
708
|
+
readonly type: "bool";
|
|
709
|
+
}];
|
|
710
|
+
}, {
|
|
711
|
+
readonly type: "function";
|
|
712
|
+
readonly name: "balanceOf";
|
|
713
|
+
readonly stateMutability: "view";
|
|
714
|
+
readonly inputs: readonly [{
|
|
715
|
+
readonly name: "account";
|
|
716
|
+
readonly type: "address";
|
|
717
|
+
}];
|
|
718
|
+
readonly outputs: readonly [{
|
|
719
|
+
readonly type: "uint256";
|
|
720
|
+
}];
|
|
721
|
+
}, {
|
|
722
|
+
readonly type: "function";
|
|
723
|
+
readonly name: "decimals";
|
|
724
|
+
readonly stateMutability: "view";
|
|
725
|
+
readonly inputs: readonly [];
|
|
726
|
+
readonly outputs: readonly [{
|
|
727
|
+
readonly type: "uint8";
|
|
728
|
+
}];
|
|
729
|
+
}, {
|
|
730
|
+
readonly type: "function";
|
|
731
|
+
readonly name: "name";
|
|
732
|
+
readonly stateMutability: "view";
|
|
733
|
+
readonly inputs: readonly [];
|
|
734
|
+
readonly outputs: readonly [{
|
|
735
|
+
readonly type: "string";
|
|
736
|
+
}];
|
|
737
|
+
}, {
|
|
738
|
+
readonly type: "function";
|
|
739
|
+
readonly name: "symbol";
|
|
740
|
+
readonly stateMutability: "view";
|
|
741
|
+
readonly inputs: readonly [];
|
|
742
|
+
readonly outputs: readonly [{
|
|
743
|
+
readonly type: "string";
|
|
744
|
+
}];
|
|
745
|
+
}, {
|
|
746
|
+
readonly type: "function";
|
|
747
|
+
readonly name: "totalSupply";
|
|
748
|
+
readonly stateMutability: "view";
|
|
749
|
+
readonly inputs: readonly [];
|
|
750
|
+
readonly outputs: readonly [{
|
|
751
|
+
readonly type: "uint256";
|
|
752
|
+
}];
|
|
753
|
+
}, {
|
|
754
|
+
readonly type: "function";
|
|
755
|
+
readonly name: "transfer";
|
|
756
|
+
readonly stateMutability: "nonpayable";
|
|
757
|
+
readonly inputs: readonly [{
|
|
758
|
+
readonly name: "recipient";
|
|
759
|
+
readonly type: "address";
|
|
760
|
+
}, {
|
|
761
|
+
readonly name: "amount";
|
|
762
|
+
readonly type: "uint256";
|
|
763
|
+
}];
|
|
764
|
+
readonly outputs: readonly [{
|
|
765
|
+
readonly type: "bool";
|
|
766
|
+
}];
|
|
767
|
+
}, {
|
|
768
|
+
readonly type: "function";
|
|
769
|
+
readonly name: "transferFrom";
|
|
770
|
+
readonly stateMutability: "nonpayable";
|
|
771
|
+
readonly inputs: readonly [{
|
|
772
|
+
readonly name: "sender";
|
|
773
|
+
readonly type: "address";
|
|
774
|
+
}, {
|
|
775
|
+
readonly name: "recipient";
|
|
776
|
+
readonly type: "address";
|
|
777
|
+
}, {
|
|
778
|
+
readonly name: "amount";
|
|
779
|
+
readonly type: "uint256";
|
|
780
|
+
}];
|
|
781
|
+
readonly outputs: readonly [{
|
|
782
|
+
readonly type: "bool";
|
|
783
|
+
}];
|
|
784
|
+
}];
|
|
107
785
|
readonly read: {
|
|
108
786
|
readonly decimals: () => 6;
|
|
109
787
|
};
|
|
@@ -415,15 +1093,286 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
415
1093
|
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
416
1094
|
};
|
|
417
1095
|
};
|
|
1096
|
+
blockTime?: number | undefined | undefined;
|
|
418
1097
|
contracts: {
|
|
419
1098
|
readonly USDC: {
|
|
420
1099
|
readonly address: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
1100
|
+
readonly abi: readonly [{
|
|
1101
|
+
readonly type: "event";
|
|
1102
|
+
readonly name: "Approval";
|
|
1103
|
+
readonly inputs: readonly [{
|
|
1104
|
+
readonly indexed: true;
|
|
1105
|
+
readonly name: "owner";
|
|
1106
|
+
readonly type: "address";
|
|
1107
|
+
}, {
|
|
1108
|
+
readonly indexed: true;
|
|
1109
|
+
readonly name: "spender";
|
|
1110
|
+
readonly type: "address";
|
|
1111
|
+
}, {
|
|
1112
|
+
readonly indexed: false;
|
|
1113
|
+
readonly name: "value";
|
|
1114
|
+
readonly type: "uint256";
|
|
1115
|
+
}];
|
|
1116
|
+
}, {
|
|
1117
|
+
readonly type: "event";
|
|
1118
|
+
readonly name: "Transfer";
|
|
1119
|
+
readonly inputs: readonly [{
|
|
1120
|
+
readonly indexed: true;
|
|
1121
|
+
readonly name: "from";
|
|
1122
|
+
readonly type: "address";
|
|
1123
|
+
}, {
|
|
1124
|
+
readonly indexed: true;
|
|
1125
|
+
readonly name: "to";
|
|
1126
|
+
readonly type: "address";
|
|
1127
|
+
}, {
|
|
1128
|
+
readonly indexed: false;
|
|
1129
|
+
readonly name: "value";
|
|
1130
|
+
readonly type: "uint256";
|
|
1131
|
+
}];
|
|
1132
|
+
}, {
|
|
1133
|
+
readonly type: "function";
|
|
1134
|
+
readonly name: "allowance";
|
|
1135
|
+
readonly stateMutability: "view";
|
|
1136
|
+
readonly inputs: readonly [{
|
|
1137
|
+
readonly name: "owner";
|
|
1138
|
+
readonly type: "address";
|
|
1139
|
+
}, {
|
|
1140
|
+
readonly name: "spender";
|
|
1141
|
+
readonly type: "address";
|
|
1142
|
+
}];
|
|
1143
|
+
readonly outputs: readonly [{
|
|
1144
|
+
readonly type: "uint256";
|
|
1145
|
+
}];
|
|
1146
|
+
}, {
|
|
1147
|
+
readonly type: "function";
|
|
1148
|
+
readonly name: "approve";
|
|
1149
|
+
readonly stateMutability: "nonpayable";
|
|
1150
|
+
readonly inputs: readonly [{
|
|
1151
|
+
readonly name: "spender";
|
|
1152
|
+
readonly type: "address";
|
|
1153
|
+
}, {
|
|
1154
|
+
readonly name: "amount";
|
|
1155
|
+
readonly type: "uint256";
|
|
1156
|
+
}];
|
|
1157
|
+
readonly outputs: readonly [{
|
|
1158
|
+
readonly type: "bool";
|
|
1159
|
+
}];
|
|
1160
|
+
}, {
|
|
1161
|
+
readonly type: "function";
|
|
1162
|
+
readonly name: "balanceOf";
|
|
1163
|
+
readonly stateMutability: "view";
|
|
1164
|
+
readonly inputs: readonly [{
|
|
1165
|
+
readonly name: "account";
|
|
1166
|
+
readonly type: "address";
|
|
1167
|
+
}];
|
|
1168
|
+
readonly outputs: readonly [{
|
|
1169
|
+
readonly type: "uint256";
|
|
1170
|
+
}];
|
|
1171
|
+
}, {
|
|
1172
|
+
readonly type: "function";
|
|
1173
|
+
readonly name: "decimals";
|
|
1174
|
+
readonly stateMutability: "view";
|
|
1175
|
+
readonly inputs: readonly [];
|
|
1176
|
+
readonly outputs: readonly [{
|
|
1177
|
+
readonly type: "uint8";
|
|
1178
|
+
}];
|
|
1179
|
+
}, {
|
|
1180
|
+
readonly type: "function";
|
|
1181
|
+
readonly name: "name";
|
|
1182
|
+
readonly stateMutability: "view";
|
|
1183
|
+
readonly inputs: readonly [];
|
|
1184
|
+
readonly outputs: readonly [{
|
|
1185
|
+
readonly type: "string";
|
|
1186
|
+
}];
|
|
1187
|
+
}, {
|
|
1188
|
+
readonly type: "function";
|
|
1189
|
+
readonly name: "symbol";
|
|
1190
|
+
readonly stateMutability: "view";
|
|
1191
|
+
readonly inputs: readonly [];
|
|
1192
|
+
readonly outputs: readonly [{
|
|
1193
|
+
readonly type: "string";
|
|
1194
|
+
}];
|
|
1195
|
+
}, {
|
|
1196
|
+
readonly type: "function";
|
|
1197
|
+
readonly name: "totalSupply";
|
|
1198
|
+
readonly stateMutability: "view";
|
|
1199
|
+
readonly inputs: readonly [];
|
|
1200
|
+
readonly outputs: readonly [{
|
|
1201
|
+
readonly type: "uint256";
|
|
1202
|
+
}];
|
|
1203
|
+
}, {
|
|
1204
|
+
readonly type: "function";
|
|
1205
|
+
readonly name: "transfer";
|
|
1206
|
+
readonly stateMutability: "nonpayable";
|
|
1207
|
+
readonly inputs: readonly [{
|
|
1208
|
+
readonly name: "recipient";
|
|
1209
|
+
readonly type: "address";
|
|
1210
|
+
}, {
|
|
1211
|
+
readonly name: "amount";
|
|
1212
|
+
readonly type: "uint256";
|
|
1213
|
+
}];
|
|
1214
|
+
readonly outputs: readonly [{
|
|
1215
|
+
readonly type: "bool";
|
|
1216
|
+
}];
|
|
1217
|
+
}, {
|
|
1218
|
+
readonly type: "function";
|
|
1219
|
+
readonly name: "transferFrom";
|
|
1220
|
+
readonly stateMutability: "nonpayable";
|
|
1221
|
+
readonly inputs: readonly [{
|
|
1222
|
+
readonly name: "sender";
|
|
1223
|
+
readonly type: "address";
|
|
1224
|
+
}, {
|
|
1225
|
+
readonly name: "recipient";
|
|
1226
|
+
readonly type: "address";
|
|
1227
|
+
}, {
|
|
1228
|
+
readonly name: "amount";
|
|
1229
|
+
readonly type: "uint256";
|
|
1230
|
+
}];
|
|
1231
|
+
readonly outputs: readonly [{
|
|
1232
|
+
readonly type: "bool";
|
|
1233
|
+
}];
|
|
1234
|
+
}];
|
|
421
1235
|
readonly read: {
|
|
422
1236
|
readonly decimals: () => 6;
|
|
423
1237
|
};
|
|
424
1238
|
};
|
|
425
1239
|
readonly EURC: {
|
|
426
1240
|
readonly address: "0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4";
|
|
1241
|
+
readonly abi: readonly [{
|
|
1242
|
+
readonly type: "event";
|
|
1243
|
+
readonly name: "Approval";
|
|
1244
|
+
readonly inputs: readonly [{
|
|
1245
|
+
readonly indexed: true;
|
|
1246
|
+
readonly name: "owner";
|
|
1247
|
+
readonly type: "address";
|
|
1248
|
+
}, {
|
|
1249
|
+
readonly indexed: true;
|
|
1250
|
+
readonly name: "spender";
|
|
1251
|
+
readonly type: "address";
|
|
1252
|
+
}, {
|
|
1253
|
+
readonly indexed: false;
|
|
1254
|
+
readonly name: "value";
|
|
1255
|
+
readonly type: "uint256";
|
|
1256
|
+
}];
|
|
1257
|
+
}, {
|
|
1258
|
+
readonly type: "event";
|
|
1259
|
+
readonly name: "Transfer";
|
|
1260
|
+
readonly inputs: readonly [{
|
|
1261
|
+
readonly indexed: true;
|
|
1262
|
+
readonly name: "from";
|
|
1263
|
+
readonly type: "address";
|
|
1264
|
+
}, {
|
|
1265
|
+
readonly indexed: true;
|
|
1266
|
+
readonly name: "to";
|
|
1267
|
+
readonly type: "address";
|
|
1268
|
+
}, {
|
|
1269
|
+
readonly indexed: false;
|
|
1270
|
+
readonly name: "value";
|
|
1271
|
+
readonly type: "uint256";
|
|
1272
|
+
}];
|
|
1273
|
+
}, {
|
|
1274
|
+
readonly type: "function";
|
|
1275
|
+
readonly name: "allowance";
|
|
1276
|
+
readonly stateMutability: "view";
|
|
1277
|
+
readonly inputs: readonly [{
|
|
1278
|
+
readonly name: "owner";
|
|
1279
|
+
readonly type: "address";
|
|
1280
|
+
}, {
|
|
1281
|
+
readonly name: "spender";
|
|
1282
|
+
readonly type: "address";
|
|
1283
|
+
}];
|
|
1284
|
+
readonly outputs: readonly [{
|
|
1285
|
+
readonly type: "uint256";
|
|
1286
|
+
}];
|
|
1287
|
+
}, {
|
|
1288
|
+
readonly type: "function";
|
|
1289
|
+
readonly name: "approve";
|
|
1290
|
+
readonly stateMutability: "nonpayable";
|
|
1291
|
+
readonly inputs: readonly [{
|
|
1292
|
+
readonly name: "spender";
|
|
1293
|
+
readonly type: "address";
|
|
1294
|
+
}, {
|
|
1295
|
+
readonly name: "amount";
|
|
1296
|
+
readonly type: "uint256";
|
|
1297
|
+
}];
|
|
1298
|
+
readonly outputs: readonly [{
|
|
1299
|
+
readonly type: "bool";
|
|
1300
|
+
}];
|
|
1301
|
+
}, {
|
|
1302
|
+
readonly type: "function";
|
|
1303
|
+
readonly name: "balanceOf";
|
|
1304
|
+
readonly stateMutability: "view";
|
|
1305
|
+
readonly inputs: readonly [{
|
|
1306
|
+
readonly name: "account";
|
|
1307
|
+
readonly type: "address";
|
|
1308
|
+
}];
|
|
1309
|
+
readonly outputs: readonly [{
|
|
1310
|
+
readonly type: "uint256";
|
|
1311
|
+
}];
|
|
1312
|
+
}, {
|
|
1313
|
+
readonly type: "function";
|
|
1314
|
+
readonly name: "decimals";
|
|
1315
|
+
readonly stateMutability: "view";
|
|
1316
|
+
readonly inputs: readonly [];
|
|
1317
|
+
readonly outputs: readonly [{
|
|
1318
|
+
readonly type: "uint8";
|
|
1319
|
+
}];
|
|
1320
|
+
}, {
|
|
1321
|
+
readonly type: "function";
|
|
1322
|
+
readonly name: "name";
|
|
1323
|
+
readonly stateMutability: "view";
|
|
1324
|
+
readonly inputs: readonly [];
|
|
1325
|
+
readonly outputs: readonly [{
|
|
1326
|
+
readonly type: "string";
|
|
1327
|
+
}];
|
|
1328
|
+
}, {
|
|
1329
|
+
readonly type: "function";
|
|
1330
|
+
readonly name: "symbol";
|
|
1331
|
+
readonly stateMutability: "view";
|
|
1332
|
+
readonly inputs: readonly [];
|
|
1333
|
+
readonly outputs: readonly [{
|
|
1334
|
+
readonly type: "string";
|
|
1335
|
+
}];
|
|
1336
|
+
}, {
|
|
1337
|
+
readonly type: "function";
|
|
1338
|
+
readonly name: "totalSupply";
|
|
1339
|
+
readonly stateMutability: "view";
|
|
1340
|
+
readonly inputs: readonly [];
|
|
1341
|
+
readonly outputs: readonly [{
|
|
1342
|
+
readonly type: "uint256";
|
|
1343
|
+
}];
|
|
1344
|
+
}, {
|
|
1345
|
+
readonly type: "function";
|
|
1346
|
+
readonly name: "transfer";
|
|
1347
|
+
readonly stateMutability: "nonpayable";
|
|
1348
|
+
readonly inputs: readonly [{
|
|
1349
|
+
readonly name: "recipient";
|
|
1350
|
+
readonly type: "address";
|
|
1351
|
+
}, {
|
|
1352
|
+
readonly name: "amount";
|
|
1353
|
+
readonly type: "uint256";
|
|
1354
|
+
}];
|
|
1355
|
+
readonly outputs: readonly [{
|
|
1356
|
+
readonly type: "bool";
|
|
1357
|
+
}];
|
|
1358
|
+
}, {
|
|
1359
|
+
readonly type: "function";
|
|
1360
|
+
readonly name: "transferFrom";
|
|
1361
|
+
readonly stateMutability: "nonpayable";
|
|
1362
|
+
readonly inputs: readonly [{
|
|
1363
|
+
readonly name: "sender";
|
|
1364
|
+
readonly type: "address";
|
|
1365
|
+
}, {
|
|
1366
|
+
readonly name: "recipient";
|
|
1367
|
+
readonly type: "address";
|
|
1368
|
+
}, {
|
|
1369
|
+
readonly name: "amount";
|
|
1370
|
+
readonly type: "uint256";
|
|
1371
|
+
}];
|
|
1372
|
+
readonly outputs: readonly [{
|
|
1373
|
+
readonly type: "bool";
|
|
1374
|
+
}];
|
|
1375
|
+
}];
|
|
427
1376
|
readonly read: {
|
|
428
1377
|
readonly decimals: () => 6;
|
|
429
1378
|
};
|
|
@@ -469,9 +1418,145 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
469
1418
|
readonly apiUrl: "https://api-amoy.polygonscan.com/api";
|
|
470
1419
|
};
|
|
471
1420
|
};
|
|
1421
|
+
blockTime?: number | undefined | undefined;
|
|
472
1422
|
contracts: {
|
|
473
1423
|
readonly USDC: {
|
|
474
1424
|
readonly address: "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582";
|
|
1425
|
+
readonly abi: readonly [{
|
|
1426
|
+
readonly type: "event";
|
|
1427
|
+
readonly name: "Approval";
|
|
1428
|
+
readonly inputs: readonly [{
|
|
1429
|
+
readonly indexed: true;
|
|
1430
|
+
readonly name: "owner";
|
|
1431
|
+
readonly type: "address";
|
|
1432
|
+
}, {
|
|
1433
|
+
readonly indexed: true;
|
|
1434
|
+
readonly name: "spender";
|
|
1435
|
+
readonly type: "address";
|
|
1436
|
+
}, {
|
|
1437
|
+
readonly indexed: false;
|
|
1438
|
+
readonly name: "value";
|
|
1439
|
+
readonly type: "uint256";
|
|
1440
|
+
}];
|
|
1441
|
+
}, {
|
|
1442
|
+
readonly type: "event";
|
|
1443
|
+
readonly name: "Transfer";
|
|
1444
|
+
readonly inputs: readonly [{
|
|
1445
|
+
readonly indexed: true;
|
|
1446
|
+
readonly name: "from";
|
|
1447
|
+
readonly type: "address";
|
|
1448
|
+
}, {
|
|
1449
|
+
readonly indexed: true;
|
|
1450
|
+
readonly name: "to";
|
|
1451
|
+
readonly type: "address";
|
|
1452
|
+
}, {
|
|
1453
|
+
readonly indexed: false;
|
|
1454
|
+
readonly name: "value";
|
|
1455
|
+
readonly type: "uint256";
|
|
1456
|
+
}];
|
|
1457
|
+
}, {
|
|
1458
|
+
readonly type: "function";
|
|
1459
|
+
readonly name: "allowance";
|
|
1460
|
+
readonly stateMutability: "view";
|
|
1461
|
+
readonly inputs: readonly [{
|
|
1462
|
+
readonly name: "owner";
|
|
1463
|
+
readonly type: "address";
|
|
1464
|
+
}, {
|
|
1465
|
+
readonly name: "spender";
|
|
1466
|
+
readonly type: "address";
|
|
1467
|
+
}];
|
|
1468
|
+
readonly outputs: readonly [{
|
|
1469
|
+
readonly type: "uint256";
|
|
1470
|
+
}];
|
|
1471
|
+
}, {
|
|
1472
|
+
readonly type: "function";
|
|
1473
|
+
readonly name: "approve";
|
|
1474
|
+
readonly stateMutability: "nonpayable";
|
|
1475
|
+
readonly inputs: readonly [{
|
|
1476
|
+
readonly name: "spender";
|
|
1477
|
+
readonly type: "address";
|
|
1478
|
+
}, {
|
|
1479
|
+
readonly name: "amount";
|
|
1480
|
+
readonly type: "uint256";
|
|
1481
|
+
}];
|
|
1482
|
+
readonly outputs: readonly [{
|
|
1483
|
+
readonly type: "bool";
|
|
1484
|
+
}];
|
|
1485
|
+
}, {
|
|
1486
|
+
readonly type: "function";
|
|
1487
|
+
readonly name: "balanceOf";
|
|
1488
|
+
readonly stateMutability: "view";
|
|
1489
|
+
readonly inputs: readonly [{
|
|
1490
|
+
readonly name: "account";
|
|
1491
|
+
readonly type: "address";
|
|
1492
|
+
}];
|
|
1493
|
+
readonly outputs: readonly [{
|
|
1494
|
+
readonly type: "uint256";
|
|
1495
|
+
}];
|
|
1496
|
+
}, {
|
|
1497
|
+
readonly type: "function";
|
|
1498
|
+
readonly name: "decimals";
|
|
1499
|
+
readonly stateMutability: "view";
|
|
1500
|
+
readonly inputs: readonly [];
|
|
1501
|
+
readonly outputs: readonly [{
|
|
1502
|
+
readonly type: "uint8";
|
|
1503
|
+
}];
|
|
1504
|
+
}, {
|
|
1505
|
+
readonly type: "function";
|
|
1506
|
+
readonly name: "name";
|
|
1507
|
+
readonly stateMutability: "view";
|
|
1508
|
+
readonly inputs: readonly [];
|
|
1509
|
+
readonly outputs: readonly [{
|
|
1510
|
+
readonly type: "string";
|
|
1511
|
+
}];
|
|
1512
|
+
}, {
|
|
1513
|
+
readonly type: "function";
|
|
1514
|
+
readonly name: "symbol";
|
|
1515
|
+
readonly stateMutability: "view";
|
|
1516
|
+
readonly inputs: readonly [];
|
|
1517
|
+
readonly outputs: readonly [{
|
|
1518
|
+
readonly type: "string";
|
|
1519
|
+
}];
|
|
1520
|
+
}, {
|
|
1521
|
+
readonly type: "function";
|
|
1522
|
+
readonly name: "totalSupply";
|
|
1523
|
+
readonly stateMutability: "view";
|
|
1524
|
+
readonly inputs: readonly [];
|
|
1525
|
+
readonly outputs: readonly [{
|
|
1526
|
+
readonly type: "uint256";
|
|
1527
|
+
}];
|
|
1528
|
+
}, {
|
|
1529
|
+
readonly type: "function";
|
|
1530
|
+
readonly name: "transfer";
|
|
1531
|
+
readonly stateMutability: "nonpayable";
|
|
1532
|
+
readonly inputs: readonly [{
|
|
1533
|
+
readonly name: "recipient";
|
|
1534
|
+
readonly type: "address";
|
|
1535
|
+
}, {
|
|
1536
|
+
readonly name: "amount";
|
|
1537
|
+
readonly type: "uint256";
|
|
1538
|
+
}];
|
|
1539
|
+
readonly outputs: readonly [{
|
|
1540
|
+
readonly type: "bool";
|
|
1541
|
+
}];
|
|
1542
|
+
}, {
|
|
1543
|
+
readonly type: "function";
|
|
1544
|
+
readonly name: "transferFrom";
|
|
1545
|
+
readonly stateMutability: "nonpayable";
|
|
1546
|
+
readonly inputs: readonly [{
|
|
1547
|
+
readonly name: "sender";
|
|
1548
|
+
readonly type: "address";
|
|
1549
|
+
}, {
|
|
1550
|
+
readonly name: "recipient";
|
|
1551
|
+
readonly type: "address";
|
|
1552
|
+
}, {
|
|
1553
|
+
readonly name: "amount";
|
|
1554
|
+
readonly type: "uint256";
|
|
1555
|
+
}];
|
|
1556
|
+
readonly outputs: readonly [{
|
|
1557
|
+
readonly type: "bool";
|
|
1558
|
+
}];
|
|
1559
|
+
}];
|
|
475
1560
|
readonly read: {
|
|
476
1561
|
readonly decimals: () => 6;
|
|
477
1562
|
};
|
|
@@ -510,9 +1595,145 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
510
1595
|
readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
|
|
511
1596
|
};
|
|
512
1597
|
};
|
|
1598
|
+
blockTime: 2000;
|
|
513
1599
|
contracts: {
|
|
514
1600
|
readonly USDC: {
|
|
515
1601
|
readonly address: "0x5fd84259d66Cd46123540766Be93DFE6D43130D7";
|
|
1602
|
+
readonly abi: readonly [{
|
|
1603
|
+
readonly type: "event";
|
|
1604
|
+
readonly name: "Approval";
|
|
1605
|
+
readonly inputs: readonly [{
|
|
1606
|
+
readonly indexed: true;
|
|
1607
|
+
readonly name: "owner";
|
|
1608
|
+
readonly type: "address";
|
|
1609
|
+
}, {
|
|
1610
|
+
readonly indexed: true;
|
|
1611
|
+
readonly name: "spender";
|
|
1612
|
+
readonly type: "address";
|
|
1613
|
+
}, {
|
|
1614
|
+
readonly indexed: false;
|
|
1615
|
+
readonly name: "value";
|
|
1616
|
+
readonly type: "uint256";
|
|
1617
|
+
}];
|
|
1618
|
+
}, {
|
|
1619
|
+
readonly type: "event";
|
|
1620
|
+
readonly name: "Transfer";
|
|
1621
|
+
readonly inputs: readonly [{
|
|
1622
|
+
readonly indexed: true;
|
|
1623
|
+
readonly name: "from";
|
|
1624
|
+
readonly type: "address";
|
|
1625
|
+
}, {
|
|
1626
|
+
readonly indexed: true;
|
|
1627
|
+
readonly name: "to";
|
|
1628
|
+
readonly type: "address";
|
|
1629
|
+
}, {
|
|
1630
|
+
readonly indexed: false;
|
|
1631
|
+
readonly name: "value";
|
|
1632
|
+
readonly type: "uint256";
|
|
1633
|
+
}];
|
|
1634
|
+
}, {
|
|
1635
|
+
readonly type: "function";
|
|
1636
|
+
readonly name: "allowance";
|
|
1637
|
+
readonly stateMutability: "view";
|
|
1638
|
+
readonly inputs: readonly [{
|
|
1639
|
+
readonly name: "owner";
|
|
1640
|
+
readonly type: "address";
|
|
1641
|
+
}, {
|
|
1642
|
+
readonly name: "spender";
|
|
1643
|
+
readonly type: "address";
|
|
1644
|
+
}];
|
|
1645
|
+
readonly outputs: readonly [{
|
|
1646
|
+
readonly type: "uint256";
|
|
1647
|
+
}];
|
|
1648
|
+
}, {
|
|
1649
|
+
readonly type: "function";
|
|
1650
|
+
readonly name: "approve";
|
|
1651
|
+
readonly stateMutability: "nonpayable";
|
|
1652
|
+
readonly inputs: readonly [{
|
|
1653
|
+
readonly name: "spender";
|
|
1654
|
+
readonly type: "address";
|
|
1655
|
+
}, {
|
|
1656
|
+
readonly name: "amount";
|
|
1657
|
+
readonly type: "uint256";
|
|
1658
|
+
}];
|
|
1659
|
+
readonly outputs: readonly [{
|
|
1660
|
+
readonly type: "bool";
|
|
1661
|
+
}];
|
|
1662
|
+
}, {
|
|
1663
|
+
readonly type: "function";
|
|
1664
|
+
readonly name: "balanceOf";
|
|
1665
|
+
readonly stateMutability: "view";
|
|
1666
|
+
readonly inputs: readonly [{
|
|
1667
|
+
readonly name: "account";
|
|
1668
|
+
readonly type: "address";
|
|
1669
|
+
}];
|
|
1670
|
+
readonly outputs: readonly [{
|
|
1671
|
+
readonly type: "uint256";
|
|
1672
|
+
}];
|
|
1673
|
+
}, {
|
|
1674
|
+
readonly type: "function";
|
|
1675
|
+
readonly name: "decimals";
|
|
1676
|
+
readonly stateMutability: "view";
|
|
1677
|
+
readonly inputs: readonly [];
|
|
1678
|
+
readonly outputs: readonly [{
|
|
1679
|
+
readonly type: "uint8";
|
|
1680
|
+
}];
|
|
1681
|
+
}, {
|
|
1682
|
+
readonly type: "function";
|
|
1683
|
+
readonly name: "name";
|
|
1684
|
+
readonly stateMutability: "view";
|
|
1685
|
+
readonly inputs: readonly [];
|
|
1686
|
+
readonly outputs: readonly [{
|
|
1687
|
+
readonly type: "string";
|
|
1688
|
+
}];
|
|
1689
|
+
}, {
|
|
1690
|
+
readonly type: "function";
|
|
1691
|
+
readonly name: "symbol";
|
|
1692
|
+
readonly stateMutability: "view";
|
|
1693
|
+
readonly inputs: readonly [];
|
|
1694
|
+
readonly outputs: readonly [{
|
|
1695
|
+
readonly type: "string";
|
|
1696
|
+
}];
|
|
1697
|
+
}, {
|
|
1698
|
+
readonly type: "function";
|
|
1699
|
+
readonly name: "totalSupply";
|
|
1700
|
+
readonly stateMutability: "view";
|
|
1701
|
+
readonly inputs: readonly [];
|
|
1702
|
+
readonly outputs: readonly [{
|
|
1703
|
+
readonly type: "uint256";
|
|
1704
|
+
}];
|
|
1705
|
+
}, {
|
|
1706
|
+
readonly type: "function";
|
|
1707
|
+
readonly name: "transfer";
|
|
1708
|
+
readonly stateMutability: "nonpayable";
|
|
1709
|
+
readonly inputs: readonly [{
|
|
1710
|
+
readonly name: "recipient";
|
|
1711
|
+
readonly type: "address";
|
|
1712
|
+
}, {
|
|
1713
|
+
readonly name: "amount";
|
|
1714
|
+
readonly type: "uint256";
|
|
1715
|
+
}];
|
|
1716
|
+
readonly outputs: readonly [{
|
|
1717
|
+
readonly type: "bool";
|
|
1718
|
+
}];
|
|
1719
|
+
}, {
|
|
1720
|
+
readonly type: "function";
|
|
1721
|
+
readonly name: "transferFrom";
|
|
1722
|
+
readonly stateMutability: "nonpayable";
|
|
1723
|
+
readonly inputs: readonly [{
|
|
1724
|
+
readonly name: "sender";
|
|
1725
|
+
readonly type: "address";
|
|
1726
|
+
}, {
|
|
1727
|
+
readonly name: "recipient";
|
|
1728
|
+
readonly type: "address";
|
|
1729
|
+
}, {
|
|
1730
|
+
readonly name: "amount";
|
|
1731
|
+
readonly type: "uint256";
|
|
1732
|
+
}];
|
|
1733
|
+
readonly outputs: readonly [{
|
|
1734
|
+
readonly type: "bool";
|
|
1735
|
+
}];
|
|
1736
|
+
}];
|
|
516
1737
|
readonly read: {
|
|
517
1738
|
readonly decimals: () => 6;
|
|
518
1739
|
};
|
|
@@ -821,9 +2042,145 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
821
2042
|
readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
|
|
822
2043
|
};
|
|
823
2044
|
};
|
|
2045
|
+
blockTime: 2000;
|
|
824
2046
|
contracts: {
|
|
825
2047
|
readonly USDC: {
|
|
826
2048
|
readonly address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
2049
|
+
readonly abi: readonly [{
|
|
2050
|
+
readonly type: "event";
|
|
2051
|
+
readonly name: "Approval";
|
|
2052
|
+
readonly inputs: readonly [{
|
|
2053
|
+
readonly indexed: true;
|
|
2054
|
+
readonly name: "owner";
|
|
2055
|
+
readonly type: "address";
|
|
2056
|
+
}, {
|
|
2057
|
+
readonly indexed: true;
|
|
2058
|
+
readonly name: "spender";
|
|
2059
|
+
readonly type: "address";
|
|
2060
|
+
}, {
|
|
2061
|
+
readonly indexed: false;
|
|
2062
|
+
readonly name: "value";
|
|
2063
|
+
readonly type: "uint256";
|
|
2064
|
+
}];
|
|
2065
|
+
}, {
|
|
2066
|
+
readonly type: "event";
|
|
2067
|
+
readonly name: "Transfer";
|
|
2068
|
+
readonly inputs: readonly [{
|
|
2069
|
+
readonly indexed: true;
|
|
2070
|
+
readonly name: "from";
|
|
2071
|
+
readonly type: "address";
|
|
2072
|
+
}, {
|
|
2073
|
+
readonly indexed: true;
|
|
2074
|
+
readonly name: "to";
|
|
2075
|
+
readonly type: "address";
|
|
2076
|
+
}, {
|
|
2077
|
+
readonly indexed: false;
|
|
2078
|
+
readonly name: "value";
|
|
2079
|
+
readonly type: "uint256";
|
|
2080
|
+
}];
|
|
2081
|
+
}, {
|
|
2082
|
+
readonly type: "function";
|
|
2083
|
+
readonly name: "allowance";
|
|
2084
|
+
readonly stateMutability: "view";
|
|
2085
|
+
readonly inputs: readonly [{
|
|
2086
|
+
readonly name: "owner";
|
|
2087
|
+
readonly type: "address";
|
|
2088
|
+
}, {
|
|
2089
|
+
readonly name: "spender";
|
|
2090
|
+
readonly type: "address";
|
|
2091
|
+
}];
|
|
2092
|
+
readonly outputs: readonly [{
|
|
2093
|
+
readonly type: "uint256";
|
|
2094
|
+
}];
|
|
2095
|
+
}, {
|
|
2096
|
+
readonly type: "function";
|
|
2097
|
+
readonly name: "approve";
|
|
2098
|
+
readonly stateMutability: "nonpayable";
|
|
2099
|
+
readonly inputs: readonly [{
|
|
2100
|
+
readonly name: "spender";
|
|
2101
|
+
readonly type: "address";
|
|
2102
|
+
}, {
|
|
2103
|
+
readonly name: "amount";
|
|
2104
|
+
readonly type: "uint256";
|
|
2105
|
+
}];
|
|
2106
|
+
readonly outputs: readonly [{
|
|
2107
|
+
readonly type: "bool";
|
|
2108
|
+
}];
|
|
2109
|
+
}, {
|
|
2110
|
+
readonly type: "function";
|
|
2111
|
+
readonly name: "balanceOf";
|
|
2112
|
+
readonly stateMutability: "view";
|
|
2113
|
+
readonly inputs: readonly [{
|
|
2114
|
+
readonly name: "account";
|
|
2115
|
+
readonly type: "address";
|
|
2116
|
+
}];
|
|
2117
|
+
readonly outputs: readonly [{
|
|
2118
|
+
readonly type: "uint256";
|
|
2119
|
+
}];
|
|
2120
|
+
}, {
|
|
2121
|
+
readonly type: "function";
|
|
2122
|
+
readonly name: "decimals";
|
|
2123
|
+
readonly stateMutability: "view";
|
|
2124
|
+
readonly inputs: readonly [];
|
|
2125
|
+
readonly outputs: readonly [{
|
|
2126
|
+
readonly type: "uint8";
|
|
2127
|
+
}];
|
|
2128
|
+
}, {
|
|
2129
|
+
readonly type: "function";
|
|
2130
|
+
readonly name: "name";
|
|
2131
|
+
readonly stateMutability: "view";
|
|
2132
|
+
readonly inputs: readonly [];
|
|
2133
|
+
readonly outputs: readonly [{
|
|
2134
|
+
readonly type: "string";
|
|
2135
|
+
}];
|
|
2136
|
+
}, {
|
|
2137
|
+
readonly type: "function";
|
|
2138
|
+
readonly name: "symbol";
|
|
2139
|
+
readonly stateMutability: "view";
|
|
2140
|
+
readonly inputs: readonly [];
|
|
2141
|
+
readonly outputs: readonly [{
|
|
2142
|
+
readonly type: "string";
|
|
2143
|
+
}];
|
|
2144
|
+
}, {
|
|
2145
|
+
readonly type: "function";
|
|
2146
|
+
readonly name: "totalSupply";
|
|
2147
|
+
readonly stateMutability: "view";
|
|
2148
|
+
readonly inputs: readonly [];
|
|
2149
|
+
readonly outputs: readonly [{
|
|
2150
|
+
readonly type: "uint256";
|
|
2151
|
+
}];
|
|
2152
|
+
}, {
|
|
2153
|
+
readonly type: "function";
|
|
2154
|
+
readonly name: "transfer";
|
|
2155
|
+
readonly stateMutability: "nonpayable";
|
|
2156
|
+
readonly inputs: readonly [{
|
|
2157
|
+
readonly name: "recipient";
|
|
2158
|
+
readonly type: "address";
|
|
2159
|
+
}, {
|
|
2160
|
+
readonly name: "amount";
|
|
2161
|
+
readonly type: "uint256";
|
|
2162
|
+
}];
|
|
2163
|
+
readonly outputs: readonly [{
|
|
2164
|
+
readonly type: "bool";
|
|
2165
|
+
}];
|
|
2166
|
+
}, {
|
|
2167
|
+
readonly type: "function";
|
|
2168
|
+
readonly name: "transferFrom";
|
|
2169
|
+
readonly stateMutability: "nonpayable";
|
|
2170
|
+
readonly inputs: readonly [{
|
|
2171
|
+
readonly name: "sender";
|
|
2172
|
+
readonly type: "address";
|
|
2173
|
+
}, {
|
|
2174
|
+
readonly name: "recipient";
|
|
2175
|
+
readonly type: "address";
|
|
2176
|
+
}, {
|
|
2177
|
+
readonly name: "amount";
|
|
2178
|
+
readonly type: "uint256";
|
|
2179
|
+
}];
|
|
2180
|
+
readonly outputs: readonly [{
|
|
2181
|
+
readonly type: "bool";
|
|
2182
|
+
}];
|
|
2183
|
+
}];
|
|
827
2184
|
readonly read: {
|
|
828
2185
|
readonly decimals: () => 6;
|
|
829
2186
|
};
|