@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,6 +7,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
7
7
|
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
+
blockTime?: number | undefined | undefined;
|
|
10
11
|
contracts: {
|
|
11
12
|
readonly tokenMessenger: {
|
|
12
13
|
readonly address: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
@@ -16,6 +17,141 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
16
17
|
};
|
|
17
18
|
readonly USDC: {
|
|
18
19
|
readonly address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
20
|
+
readonly abi: readonly [{
|
|
21
|
+
readonly type: "event";
|
|
22
|
+
readonly name: "Approval";
|
|
23
|
+
readonly inputs: readonly [{
|
|
24
|
+
readonly indexed: true;
|
|
25
|
+
readonly name: "owner";
|
|
26
|
+
readonly type: "address";
|
|
27
|
+
}, {
|
|
28
|
+
readonly indexed: true;
|
|
29
|
+
readonly name: "spender";
|
|
30
|
+
readonly type: "address";
|
|
31
|
+
}, {
|
|
32
|
+
readonly indexed: false;
|
|
33
|
+
readonly name: "value";
|
|
34
|
+
readonly type: "uint256";
|
|
35
|
+
}];
|
|
36
|
+
}, {
|
|
37
|
+
readonly type: "event";
|
|
38
|
+
readonly name: "Transfer";
|
|
39
|
+
readonly inputs: readonly [{
|
|
40
|
+
readonly indexed: true;
|
|
41
|
+
readonly name: "from";
|
|
42
|
+
readonly type: "address";
|
|
43
|
+
}, {
|
|
44
|
+
readonly indexed: true;
|
|
45
|
+
readonly name: "to";
|
|
46
|
+
readonly type: "address";
|
|
47
|
+
}, {
|
|
48
|
+
readonly indexed: false;
|
|
49
|
+
readonly name: "value";
|
|
50
|
+
readonly type: "uint256";
|
|
51
|
+
}];
|
|
52
|
+
}, {
|
|
53
|
+
readonly type: "function";
|
|
54
|
+
readonly name: "allowance";
|
|
55
|
+
readonly stateMutability: "view";
|
|
56
|
+
readonly inputs: readonly [{
|
|
57
|
+
readonly name: "owner";
|
|
58
|
+
readonly type: "address";
|
|
59
|
+
}, {
|
|
60
|
+
readonly name: "spender";
|
|
61
|
+
readonly type: "address";
|
|
62
|
+
}];
|
|
63
|
+
readonly outputs: readonly [{
|
|
64
|
+
readonly type: "uint256";
|
|
65
|
+
}];
|
|
66
|
+
}, {
|
|
67
|
+
readonly type: "function";
|
|
68
|
+
readonly name: "approve";
|
|
69
|
+
readonly stateMutability: "nonpayable";
|
|
70
|
+
readonly inputs: readonly [{
|
|
71
|
+
readonly name: "spender";
|
|
72
|
+
readonly type: "address";
|
|
73
|
+
}, {
|
|
74
|
+
readonly name: "amount";
|
|
75
|
+
readonly type: "uint256";
|
|
76
|
+
}];
|
|
77
|
+
readonly outputs: readonly [{
|
|
78
|
+
readonly type: "bool";
|
|
79
|
+
}];
|
|
80
|
+
}, {
|
|
81
|
+
readonly type: "function";
|
|
82
|
+
readonly name: "balanceOf";
|
|
83
|
+
readonly stateMutability: "view";
|
|
84
|
+
readonly inputs: readonly [{
|
|
85
|
+
readonly name: "account";
|
|
86
|
+
readonly type: "address";
|
|
87
|
+
}];
|
|
88
|
+
readonly outputs: readonly [{
|
|
89
|
+
readonly type: "uint256";
|
|
90
|
+
}];
|
|
91
|
+
}, {
|
|
92
|
+
readonly type: "function";
|
|
93
|
+
readonly name: "decimals";
|
|
94
|
+
readonly stateMutability: "view";
|
|
95
|
+
readonly inputs: readonly [];
|
|
96
|
+
readonly outputs: readonly [{
|
|
97
|
+
readonly type: "uint8";
|
|
98
|
+
}];
|
|
99
|
+
}, {
|
|
100
|
+
readonly type: "function";
|
|
101
|
+
readonly name: "name";
|
|
102
|
+
readonly stateMutability: "view";
|
|
103
|
+
readonly inputs: readonly [];
|
|
104
|
+
readonly outputs: readonly [{
|
|
105
|
+
readonly type: "string";
|
|
106
|
+
}];
|
|
107
|
+
}, {
|
|
108
|
+
readonly type: "function";
|
|
109
|
+
readonly name: "symbol";
|
|
110
|
+
readonly stateMutability: "view";
|
|
111
|
+
readonly inputs: readonly [];
|
|
112
|
+
readonly outputs: readonly [{
|
|
113
|
+
readonly type: "string";
|
|
114
|
+
}];
|
|
115
|
+
}, {
|
|
116
|
+
readonly type: "function";
|
|
117
|
+
readonly name: "totalSupply";
|
|
118
|
+
readonly stateMutability: "view";
|
|
119
|
+
readonly inputs: readonly [];
|
|
120
|
+
readonly outputs: readonly [{
|
|
121
|
+
readonly type: "uint256";
|
|
122
|
+
}];
|
|
123
|
+
}, {
|
|
124
|
+
readonly type: "function";
|
|
125
|
+
readonly name: "transfer";
|
|
126
|
+
readonly stateMutability: "nonpayable";
|
|
127
|
+
readonly inputs: readonly [{
|
|
128
|
+
readonly name: "recipient";
|
|
129
|
+
readonly type: "address";
|
|
130
|
+
}, {
|
|
131
|
+
readonly name: "amount";
|
|
132
|
+
readonly type: "uint256";
|
|
133
|
+
}];
|
|
134
|
+
readonly outputs: readonly [{
|
|
135
|
+
readonly type: "bool";
|
|
136
|
+
}];
|
|
137
|
+
}, {
|
|
138
|
+
readonly type: "function";
|
|
139
|
+
readonly name: "transferFrom";
|
|
140
|
+
readonly stateMutability: "nonpayable";
|
|
141
|
+
readonly inputs: readonly [{
|
|
142
|
+
readonly name: "sender";
|
|
143
|
+
readonly type: "address";
|
|
144
|
+
}, {
|
|
145
|
+
readonly name: "recipient";
|
|
146
|
+
readonly type: "address";
|
|
147
|
+
}, {
|
|
148
|
+
readonly name: "amount";
|
|
149
|
+
readonly type: "uint256";
|
|
150
|
+
}];
|
|
151
|
+
readonly outputs: readonly [{
|
|
152
|
+
readonly type: "bool";
|
|
153
|
+
}];
|
|
154
|
+
}];
|
|
19
155
|
readonly read: {
|
|
20
156
|
readonly decimals: () => 6;
|
|
21
157
|
};
|
|
@@ -55,6 +191,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
55
191
|
readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
|
|
56
192
|
};
|
|
57
193
|
};
|
|
194
|
+
blockTime?: number | undefined | undefined;
|
|
58
195
|
contracts: {
|
|
59
196
|
readonly tokenMessenger: {
|
|
60
197
|
readonly address: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
@@ -64,6 +201,141 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
64
201
|
};
|
|
65
202
|
readonly USDC: {
|
|
66
203
|
readonly address: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
204
|
+
readonly abi: readonly [{
|
|
205
|
+
readonly type: "event";
|
|
206
|
+
readonly name: "Approval";
|
|
207
|
+
readonly inputs: readonly [{
|
|
208
|
+
readonly indexed: true;
|
|
209
|
+
readonly name: "owner";
|
|
210
|
+
readonly type: "address";
|
|
211
|
+
}, {
|
|
212
|
+
readonly indexed: true;
|
|
213
|
+
readonly name: "spender";
|
|
214
|
+
readonly type: "address";
|
|
215
|
+
}, {
|
|
216
|
+
readonly indexed: false;
|
|
217
|
+
readonly name: "value";
|
|
218
|
+
readonly type: "uint256";
|
|
219
|
+
}];
|
|
220
|
+
}, {
|
|
221
|
+
readonly type: "event";
|
|
222
|
+
readonly name: "Transfer";
|
|
223
|
+
readonly inputs: readonly [{
|
|
224
|
+
readonly indexed: true;
|
|
225
|
+
readonly name: "from";
|
|
226
|
+
readonly type: "address";
|
|
227
|
+
}, {
|
|
228
|
+
readonly indexed: true;
|
|
229
|
+
readonly name: "to";
|
|
230
|
+
readonly type: "address";
|
|
231
|
+
}, {
|
|
232
|
+
readonly indexed: false;
|
|
233
|
+
readonly name: "value";
|
|
234
|
+
readonly type: "uint256";
|
|
235
|
+
}];
|
|
236
|
+
}, {
|
|
237
|
+
readonly type: "function";
|
|
238
|
+
readonly name: "allowance";
|
|
239
|
+
readonly stateMutability: "view";
|
|
240
|
+
readonly inputs: readonly [{
|
|
241
|
+
readonly name: "owner";
|
|
242
|
+
readonly type: "address";
|
|
243
|
+
}, {
|
|
244
|
+
readonly name: "spender";
|
|
245
|
+
readonly type: "address";
|
|
246
|
+
}];
|
|
247
|
+
readonly outputs: readonly [{
|
|
248
|
+
readonly type: "uint256";
|
|
249
|
+
}];
|
|
250
|
+
}, {
|
|
251
|
+
readonly type: "function";
|
|
252
|
+
readonly name: "approve";
|
|
253
|
+
readonly stateMutability: "nonpayable";
|
|
254
|
+
readonly inputs: readonly [{
|
|
255
|
+
readonly name: "spender";
|
|
256
|
+
readonly type: "address";
|
|
257
|
+
}, {
|
|
258
|
+
readonly name: "amount";
|
|
259
|
+
readonly type: "uint256";
|
|
260
|
+
}];
|
|
261
|
+
readonly outputs: readonly [{
|
|
262
|
+
readonly type: "bool";
|
|
263
|
+
}];
|
|
264
|
+
}, {
|
|
265
|
+
readonly type: "function";
|
|
266
|
+
readonly name: "balanceOf";
|
|
267
|
+
readonly stateMutability: "view";
|
|
268
|
+
readonly inputs: readonly [{
|
|
269
|
+
readonly name: "account";
|
|
270
|
+
readonly type: "address";
|
|
271
|
+
}];
|
|
272
|
+
readonly outputs: readonly [{
|
|
273
|
+
readonly type: "uint256";
|
|
274
|
+
}];
|
|
275
|
+
}, {
|
|
276
|
+
readonly type: "function";
|
|
277
|
+
readonly name: "decimals";
|
|
278
|
+
readonly stateMutability: "view";
|
|
279
|
+
readonly inputs: readonly [];
|
|
280
|
+
readonly outputs: readonly [{
|
|
281
|
+
readonly type: "uint8";
|
|
282
|
+
}];
|
|
283
|
+
}, {
|
|
284
|
+
readonly type: "function";
|
|
285
|
+
readonly name: "name";
|
|
286
|
+
readonly stateMutability: "view";
|
|
287
|
+
readonly inputs: readonly [];
|
|
288
|
+
readonly outputs: readonly [{
|
|
289
|
+
readonly type: "string";
|
|
290
|
+
}];
|
|
291
|
+
}, {
|
|
292
|
+
readonly type: "function";
|
|
293
|
+
readonly name: "symbol";
|
|
294
|
+
readonly stateMutability: "view";
|
|
295
|
+
readonly inputs: readonly [];
|
|
296
|
+
readonly outputs: readonly [{
|
|
297
|
+
readonly type: "string";
|
|
298
|
+
}];
|
|
299
|
+
}, {
|
|
300
|
+
readonly type: "function";
|
|
301
|
+
readonly name: "totalSupply";
|
|
302
|
+
readonly stateMutability: "view";
|
|
303
|
+
readonly inputs: readonly [];
|
|
304
|
+
readonly outputs: readonly [{
|
|
305
|
+
readonly type: "uint256";
|
|
306
|
+
}];
|
|
307
|
+
}, {
|
|
308
|
+
readonly type: "function";
|
|
309
|
+
readonly name: "transfer";
|
|
310
|
+
readonly stateMutability: "nonpayable";
|
|
311
|
+
readonly inputs: readonly [{
|
|
312
|
+
readonly name: "recipient";
|
|
313
|
+
readonly type: "address";
|
|
314
|
+
}, {
|
|
315
|
+
readonly name: "amount";
|
|
316
|
+
readonly type: "uint256";
|
|
317
|
+
}];
|
|
318
|
+
readonly outputs: readonly [{
|
|
319
|
+
readonly type: "bool";
|
|
320
|
+
}];
|
|
321
|
+
}, {
|
|
322
|
+
readonly type: "function";
|
|
323
|
+
readonly name: "transferFrom";
|
|
324
|
+
readonly stateMutability: "nonpayable";
|
|
325
|
+
readonly inputs: readonly [{
|
|
326
|
+
readonly name: "sender";
|
|
327
|
+
readonly type: "address";
|
|
328
|
+
}, {
|
|
329
|
+
readonly name: "recipient";
|
|
330
|
+
readonly type: "address";
|
|
331
|
+
}, {
|
|
332
|
+
readonly name: "amount";
|
|
333
|
+
readonly type: "uint256";
|
|
334
|
+
}];
|
|
335
|
+
readonly outputs: readonly [{
|
|
336
|
+
readonly type: "bool";
|
|
337
|
+
}];
|
|
338
|
+
}];
|
|
67
339
|
readonly read: {
|
|
68
340
|
readonly decimals: () => 6;
|
|
69
341
|
};
|
|
@@ -103,6 +375,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
103
375
|
readonly apiUrl: "https://api.snowtrace.io";
|
|
104
376
|
};
|
|
105
377
|
};
|
|
378
|
+
blockTime?: number | undefined | undefined;
|
|
106
379
|
contracts: {
|
|
107
380
|
readonly tokenMessenger: {
|
|
108
381
|
readonly address: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
@@ -112,12 +385,282 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
112
385
|
};
|
|
113
386
|
readonly USDC: {
|
|
114
387
|
readonly address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
388
|
+
readonly abi: readonly [{
|
|
389
|
+
readonly type: "event";
|
|
390
|
+
readonly name: "Approval";
|
|
391
|
+
readonly inputs: readonly [{
|
|
392
|
+
readonly indexed: true;
|
|
393
|
+
readonly name: "owner";
|
|
394
|
+
readonly type: "address";
|
|
395
|
+
}, {
|
|
396
|
+
readonly indexed: true;
|
|
397
|
+
readonly name: "spender";
|
|
398
|
+
readonly type: "address";
|
|
399
|
+
}, {
|
|
400
|
+
readonly indexed: false;
|
|
401
|
+
readonly name: "value";
|
|
402
|
+
readonly type: "uint256";
|
|
403
|
+
}];
|
|
404
|
+
}, {
|
|
405
|
+
readonly type: "event";
|
|
406
|
+
readonly name: "Transfer";
|
|
407
|
+
readonly inputs: readonly [{
|
|
408
|
+
readonly indexed: true;
|
|
409
|
+
readonly name: "from";
|
|
410
|
+
readonly type: "address";
|
|
411
|
+
}, {
|
|
412
|
+
readonly indexed: true;
|
|
413
|
+
readonly name: "to";
|
|
414
|
+
readonly type: "address";
|
|
415
|
+
}, {
|
|
416
|
+
readonly indexed: false;
|
|
417
|
+
readonly name: "value";
|
|
418
|
+
readonly type: "uint256";
|
|
419
|
+
}];
|
|
420
|
+
}, {
|
|
421
|
+
readonly type: "function";
|
|
422
|
+
readonly name: "allowance";
|
|
423
|
+
readonly stateMutability: "view";
|
|
424
|
+
readonly inputs: readonly [{
|
|
425
|
+
readonly name: "owner";
|
|
426
|
+
readonly type: "address";
|
|
427
|
+
}, {
|
|
428
|
+
readonly name: "spender";
|
|
429
|
+
readonly type: "address";
|
|
430
|
+
}];
|
|
431
|
+
readonly outputs: readonly [{
|
|
432
|
+
readonly type: "uint256";
|
|
433
|
+
}];
|
|
434
|
+
}, {
|
|
435
|
+
readonly type: "function";
|
|
436
|
+
readonly name: "approve";
|
|
437
|
+
readonly stateMutability: "nonpayable";
|
|
438
|
+
readonly inputs: readonly [{
|
|
439
|
+
readonly name: "spender";
|
|
440
|
+
readonly type: "address";
|
|
441
|
+
}, {
|
|
442
|
+
readonly name: "amount";
|
|
443
|
+
readonly type: "uint256";
|
|
444
|
+
}];
|
|
445
|
+
readonly outputs: readonly [{
|
|
446
|
+
readonly type: "bool";
|
|
447
|
+
}];
|
|
448
|
+
}, {
|
|
449
|
+
readonly type: "function";
|
|
450
|
+
readonly name: "balanceOf";
|
|
451
|
+
readonly stateMutability: "view";
|
|
452
|
+
readonly inputs: readonly [{
|
|
453
|
+
readonly name: "account";
|
|
454
|
+
readonly type: "address";
|
|
455
|
+
}];
|
|
456
|
+
readonly outputs: readonly [{
|
|
457
|
+
readonly type: "uint256";
|
|
458
|
+
}];
|
|
459
|
+
}, {
|
|
460
|
+
readonly type: "function";
|
|
461
|
+
readonly name: "decimals";
|
|
462
|
+
readonly stateMutability: "view";
|
|
463
|
+
readonly inputs: readonly [];
|
|
464
|
+
readonly outputs: readonly [{
|
|
465
|
+
readonly type: "uint8";
|
|
466
|
+
}];
|
|
467
|
+
}, {
|
|
468
|
+
readonly type: "function";
|
|
469
|
+
readonly name: "name";
|
|
470
|
+
readonly stateMutability: "view";
|
|
471
|
+
readonly inputs: readonly [];
|
|
472
|
+
readonly outputs: readonly [{
|
|
473
|
+
readonly type: "string";
|
|
474
|
+
}];
|
|
475
|
+
}, {
|
|
476
|
+
readonly type: "function";
|
|
477
|
+
readonly name: "symbol";
|
|
478
|
+
readonly stateMutability: "view";
|
|
479
|
+
readonly inputs: readonly [];
|
|
480
|
+
readonly outputs: readonly [{
|
|
481
|
+
readonly type: "string";
|
|
482
|
+
}];
|
|
483
|
+
}, {
|
|
484
|
+
readonly type: "function";
|
|
485
|
+
readonly name: "totalSupply";
|
|
486
|
+
readonly stateMutability: "view";
|
|
487
|
+
readonly inputs: readonly [];
|
|
488
|
+
readonly outputs: readonly [{
|
|
489
|
+
readonly type: "uint256";
|
|
490
|
+
}];
|
|
491
|
+
}, {
|
|
492
|
+
readonly type: "function";
|
|
493
|
+
readonly name: "transfer";
|
|
494
|
+
readonly stateMutability: "nonpayable";
|
|
495
|
+
readonly inputs: readonly [{
|
|
496
|
+
readonly name: "recipient";
|
|
497
|
+
readonly type: "address";
|
|
498
|
+
}, {
|
|
499
|
+
readonly name: "amount";
|
|
500
|
+
readonly type: "uint256";
|
|
501
|
+
}];
|
|
502
|
+
readonly outputs: readonly [{
|
|
503
|
+
readonly type: "bool";
|
|
504
|
+
}];
|
|
505
|
+
}, {
|
|
506
|
+
readonly type: "function";
|
|
507
|
+
readonly name: "transferFrom";
|
|
508
|
+
readonly stateMutability: "nonpayable";
|
|
509
|
+
readonly inputs: readonly [{
|
|
510
|
+
readonly name: "sender";
|
|
511
|
+
readonly type: "address";
|
|
512
|
+
}, {
|
|
513
|
+
readonly name: "recipient";
|
|
514
|
+
readonly type: "address";
|
|
515
|
+
}, {
|
|
516
|
+
readonly name: "amount";
|
|
517
|
+
readonly type: "uint256";
|
|
518
|
+
}];
|
|
519
|
+
readonly outputs: readonly [{
|
|
520
|
+
readonly type: "bool";
|
|
521
|
+
}];
|
|
522
|
+
}];
|
|
115
523
|
readonly read: {
|
|
116
524
|
readonly decimals: () => 6;
|
|
117
525
|
};
|
|
118
526
|
};
|
|
119
527
|
readonly EURC: {
|
|
120
528
|
readonly address: "0xc891eb4cbdeff6e073e859e987815ed1505c2acd";
|
|
529
|
+
readonly abi: readonly [{
|
|
530
|
+
readonly type: "event";
|
|
531
|
+
readonly name: "Approval";
|
|
532
|
+
readonly inputs: readonly [{
|
|
533
|
+
readonly indexed: true;
|
|
534
|
+
readonly name: "owner";
|
|
535
|
+
readonly type: "address";
|
|
536
|
+
}, {
|
|
537
|
+
readonly indexed: true;
|
|
538
|
+
readonly name: "spender";
|
|
539
|
+
readonly type: "address";
|
|
540
|
+
}, {
|
|
541
|
+
readonly indexed: false;
|
|
542
|
+
readonly name: "value";
|
|
543
|
+
readonly type: "uint256";
|
|
544
|
+
}];
|
|
545
|
+
}, {
|
|
546
|
+
readonly type: "event";
|
|
547
|
+
readonly name: "Transfer";
|
|
548
|
+
readonly inputs: readonly [{
|
|
549
|
+
readonly indexed: true;
|
|
550
|
+
readonly name: "from";
|
|
551
|
+
readonly type: "address";
|
|
552
|
+
}, {
|
|
553
|
+
readonly indexed: true;
|
|
554
|
+
readonly name: "to";
|
|
555
|
+
readonly type: "address";
|
|
556
|
+
}, {
|
|
557
|
+
readonly indexed: false;
|
|
558
|
+
readonly name: "value";
|
|
559
|
+
readonly type: "uint256";
|
|
560
|
+
}];
|
|
561
|
+
}, {
|
|
562
|
+
readonly type: "function";
|
|
563
|
+
readonly name: "allowance";
|
|
564
|
+
readonly stateMutability: "view";
|
|
565
|
+
readonly inputs: readonly [{
|
|
566
|
+
readonly name: "owner";
|
|
567
|
+
readonly type: "address";
|
|
568
|
+
}, {
|
|
569
|
+
readonly name: "spender";
|
|
570
|
+
readonly type: "address";
|
|
571
|
+
}];
|
|
572
|
+
readonly outputs: readonly [{
|
|
573
|
+
readonly type: "uint256";
|
|
574
|
+
}];
|
|
575
|
+
}, {
|
|
576
|
+
readonly type: "function";
|
|
577
|
+
readonly name: "approve";
|
|
578
|
+
readonly stateMutability: "nonpayable";
|
|
579
|
+
readonly inputs: readonly [{
|
|
580
|
+
readonly name: "spender";
|
|
581
|
+
readonly type: "address";
|
|
582
|
+
}, {
|
|
583
|
+
readonly name: "amount";
|
|
584
|
+
readonly type: "uint256";
|
|
585
|
+
}];
|
|
586
|
+
readonly outputs: readonly [{
|
|
587
|
+
readonly type: "bool";
|
|
588
|
+
}];
|
|
589
|
+
}, {
|
|
590
|
+
readonly type: "function";
|
|
591
|
+
readonly name: "balanceOf";
|
|
592
|
+
readonly stateMutability: "view";
|
|
593
|
+
readonly inputs: readonly [{
|
|
594
|
+
readonly name: "account";
|
|
595
|
+
readonly type: "address";
|
|
596
|
+
}];
|
|
597
|
+
readonly outputs: readonly [{
|
|
598
|
+
readonly type: "uint256";
|
|
599
|
+
}];
|
|
600
|
+
}, {
|
|
601
|
+
readonly type: "function";
|
|
602
|
+
readonly name: "decimals";
|
|
603
|
+
readonly stateMutability: "view";
|
|
604
|
+
readonly inputs: readonly [];
|
|
605
|
+
readonly outputs: readonly [{
|
|
606
|
+
readonly type: "uint8";
|
|
607
|
+
}];
|
|
608
|
+
}, {
|
|
609
|
+
readonly type: "function";
|
|
610
|
+
readonly name: "name";
|
|
611
|
+
readonly stateMutability: "view";
|
|
612
|
+
readonly inputs: readonly [];
|
|
613
|
+
readonly outputs: readonly [{
|
|
614
|
+
readonly type: "string";
|
|
615
|
+
}];
|
|
616
|
+
}, {
|
|
617
|
+
readonly type: "function";
|
|
618
|
+
readonly name: "symbol";
|
|
619
|
+
readonly stateMutability: "view";
|
|
620
|
+
readonly inputs: readonly [];
|
|
621
|
+
readonly outputs: readonly [{
|
|
622
|
+
readonly type: "string";
|
|
623
|
+
}];
|
|
624
|
+
}, {
|
|
625
|
+
readonly type: "function";
|
|
626
|
+
readonly name: "totalSupply";
|
|
627
|
+
readonly stateMutability: "view";
|
|
628
|
+
readonly inputs: readonly [];
|
|
629
|
+
readonly outputs: readonly [{
|
|
630
|
+
readonly type: "uint256";
|
|
631
|
+
}];
|
|
632
|
+
}, {
|
|
633
|
+
readonly type: "function";
|
|
634
|
+
readonly name: "transfer";
|
|
635
|
+
readonly stateMutability: "nonpayable";
|
|
636
|
+
readonly inputs: readonly [{
|
|
637
|
+
readonly name: "recipient";
|
|
638
|
+
readonly type: "address";
|
|
639
|
+
}, {
|
|
640
|
+
readonly name: "amount";
|
|
641
|
+
readonly type: "uint256";
|
|
642
|
+
}];
|
|
643
|
+
readonly outputs: readonly [{
|
|
644
|
+
readonly type: "bool";
|
|
645
|
+
}];
|
|
646
|
+
}, {
|
|
647
|
+
readonly type: "function";
|
|
648
|
+
readonly name: "transferFrom";
|
|
649
|
+
readonly stateMutability: "nonpayable";
|
|
650
|
+
readonly inputs: readonly [{
|
|
651
|
+
readonly name: "sender";
|
|
652
|
+
readonly type: "address";
|
|
653
|
+
}, {
|
|
654
|
+
readonly name: "recipient";
|
|
655
|
+
readonly type: "address";
|
|
656
|
+
}, {
|
|
657
|
+
readonly name: "amount";
|
|
658
|
+
readonly type: "uint256";
|
|
659
|
+
}];
|
|
660
|
+
readonly outputs: readonly [{
|
|
661
|
+
readonly type: "bool";
|
|
662
|
+
}];
|
|
663
|
+
}];
|
|
121
664
|
readonly read: {
|
|
122
665
|
readonly decimals: () => 6;
|
|
123
666
|
};
|
|
@@ -157,6 +700,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
157
700
|
readonly apiUrl: "https://api-testnet.snowtrace.io";
|
|
158
701
|
};
|
|
159
702
|
};
|
|
703
|
+
blockTime?: number | undefined | undefined;
|
|
160
704
|
contracts: {
|
|
161
705
|
readonly tokenMessenger: {
|
|
162
706
|
readonly address: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
@@ -166,12 +710,282 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
166
710
|
};
|
|
167
711
|
readonly USDC: {
|
|
168
712
|
readonly address: "0x5425890298aed601595a70ab815c96711a31bc65";
|
|
713
|
+
readonly abi: readonly [{
|
|
714
|
+
readonly type: "event";
|
|
715
|
+
readonly name: "Approval";
|
|
716
|
+
readonly inputs: readonly [{
|
|
717
|
+
readonly indexed: true;
|
|
718
|
+
readonly name: "owner";
|
|
719
|
+
readonly type: "address";
|
|
720
|
+
}, {
|
|
721
|
+
readonly indexed: true;
|
|
722
|
+
readonly name: "spender";
|
|
723
|
+
readonly type: "address";
|
|
724
|
+
}, {
|
|
725
|
+
readonly indexed: false;
|
|
726
|
+
readonly name: "value";
|
|
727
|
+
readonly type: "uint256";
|
|
728
|
+
}];
|
|
729
|
+
}, {
|
|
730
|
+
readonly type: "event";
|
|
731
|
+
readonly name: "Transfer";
|
|
732
|
+
readonly inputs: readonly [{
|
|
733
|
+
readonly indexed: true;
|
|
734
|
+
readonly name: "from";
|
|
735
|
+
readonly type: "address";
|
|
736
|
+
}, {
|
|
737
|
+
readonly indexed: true;
|
|
738
|
+
readonly name: "to";
|
|
739
|
+
readonly type: "address";
|
|
740
|
+
}, {
|
|
741
|
+
readonly indexed: false;
|
|
742
|
+
readonly name: "value";
|
|
743
|
+
readonly type: "uint256";
|
|
744
|
+
}];
|
|
745
|
+
}, {
|
|
746
|
+
readonly type: "function";
|
|
747
|
+
readonly name: "allowance";
|
|
748
|
+
readonly stateMutability: "view";
|
|
749
|
+
readonly inputs: readonly [{
|
|
750
|
+
readonly name: "owner";
|
|
751
|
+
readonly type: "address";
|
|
752
|
+
}, {
|
|
753
|
+
readonly name: "spender";
|
|
754
|
+
readonly type: "address";
|
|
755
|
+
}];
|
|
756
|
+
readonly outputs: readonly [{
|
|
757
|
+
readonly type: "uint256";
|
|
758
|
+
}];
|
|
759
|
+
}, {
|
|
760
|
+
readonly type: "function";
|
|
761
|
+
readonly name: "approve";
|
|
762
|
+
readonly stateMutability: "nonpayable";
|
|
763
|
+
readonly inputs: readonly [{
|
|
764
|
+
readonly name: "spender";
|
|
765
|
+
readonly type: "address";
|
|
766
|
+
}, {
|
|
767
|
+
readonly name: "amount";
|
|
768
|
+
readonly type: "uint256";
|
|
769
|
+
}];
|
|
770
|
+
readonly outputs: readonly [{
|
|
771
|
+
readonly type: "bool";
|
|
772
|
+
}];
|
|
773
|
+
}, {
|
|
774
|
+
readonly type: "function";
|
|
775
|
+
readonly name: "balanceOf";
|
|
776
|
+
readonly stateMutability: "view";
|
|
777
|
+
readonly inputs: readonly [{
|
|
778
|
+
readonly name: "account";
|
|
779
|
+
readonly type: "address";
|
|
780
|
+
}];
|
|
781
|
+
readonly outputs: readonly [{
|
|
782
|
+
readonly type: "uint256";
|
|
783
|
+
}];
|
|
784
|
+
}, {
|
|
785
|
+
readonly type: "function";
|
|
786
|
+
readonly name: "decimals";
|
|
787
|
+
readonly stateMutability: "view";
|
|
788
|
+
readonly inputs: readonly [];
|
|
789
|
+
readonly outputs: readonly [{
|
|
790
|
+
readonly type: "uint8";
|
|
791
|
+
}];
|
|
792
|
+
}, {
|
|
793
|
+
readonly type: "function";
|
|
794
|
+
readonly name: "name";
|
|
795
|
+
readonly stateMutability: "view";
|
|
796
|
+
readonly inputs: readonly [];
|
|
797
|
+
readonly outputs: readonly [{
|
|
798
|
+
readonly type: "string";
|
|
799
|
+
}];
|
|
800
|
+
}, {
|
|
801
|
+
readonly type: "function";
|
|
802
|
+
readonly name: "symbol";
|
|
803
|
+
readonly stateMutability: "view";
|
|
804
|
+
readonly inputs: readonly [];
|
|
805
|
+
readonly outputs: readonly [{
|
|
806
|
+
readonly type: "string";
|
|
807
|
+
}];
|
|
808
|
+
}, {
|
|
809
|
+
readonly type: "function";
|
|
810
|
+
readonly name: "totalSupply";
|
|
811
|
+
readonly stateMutability: "view";
|
|
812
|
+
readonly inputs: readonly [];
|
|
813
|
+
readonly outputs: readonly [{
|
|
814
|
+
readonly type: "uint256";
|
|
815
|
+
}];
|
|
816
|
+
}, {
|
|
817
|
+
readonly type: "function";
|
|
818
|
+
readonly name: "transfer";
|
|
819
|
+
readonly stateMutability: "nonpayable";
|
|
820
|
+
readonly inputs: readonly [{
|
|
821
|
+
readonly name: "recipient";
|
|
822
|
+
readonly type: "address";
|
|
823
|
+
}, {
|
|
824
|
+
readonly name: "amount";
|
|
825
|
+
readonly type: "uint256";
|
|
826
|
+
}];
|
|
827
|
+
readonly outputs: readonly [{
|
|
828
|
+
readonly type: "bool";
|
|
829
|
+
}];
|
|
830
|
+
}, {
|
|
831
|
+
readonly type: "function";
|
|
832
|
+
readonly name: "transferFrom";
|
|
833
|
+
readonly stateMutability: "nonpayable";
|
|
834
|
+
readonly inputs: readonly [{
|
|
835
|
+
readonly name: "sender";
|
|
836
|
+
readonly type: "address";
|
|
837
|
+
}, {
|
|
838
|
+
readonly name: "recipient";
|
|
839
|
+
readonly type: "address";
|
|
840
|
+
}, {
|
|
841
|
+
readonly name: "amount";
|
|
842
|
+
readonly type: "uint256";
|
|
843
|
+
}];
|
|
844
|
+
readonly outputs: readonly [{
|
|
845
|
+
readonly type: "bool";
|
|
846
|
+
}];
|
|
847
|
+
}];
|
|
169
848
|
readonly read: {
|
|
170
849
|
readonly decimals: () => 6;
|
|
171
850
|
};
|
|
172
851
|
};
|
|
173
852
|
readonly EURC: {
|
|
174
853
|
readonly address: "0x5e44db7996c682e92a960b65ac713a54ad815c6b";
|
|
854
|
+
readonly abi: readonly [{
|
|
855
|
+
readonly type: "event";
|
|
856
|
+
readonly name: "Approval";
|
|
857
|
+
readonly inputs: readonly [{
|
|
858
|
+
readonly indexed: true;
|
|
859
|
+
readonly name: "owner";
|
|
860
|
+
readonly type: "address";
|
|
861
|
+
}, {
|
|
862
|
+
readonly indexed: true;
|
|
863
|
+
readonly name: "spender";
|
|
864
|
+
readonly type: "address";
|
|
865
|
+
}, {
|
|
866
|
+
readonly indexed: false;
|
|
867
|
+
readonly name: "value";
|
|
868
|
+
readonly type: "uint256";
|
|
869
|
+
}];
|
|
870
|
+
}, {
|
|
871
|
+
readonly type: "event";
|
|
872
|
+
readonly name: "Transfer";
|
|
873
|
+
readonly inputs: readonly [{
|
|
874
|
+
readonly indexed: true;
|
|
875
|
+
readonly name: "from";
|
|
876
|
+
readonly type: "address";
|
|
877
|
+
}, {
|
|
878
|
+
readonly indexed: true;
|
|
879
|
+
readonly name: "to";
|
|
880
|
+
readonly type: "address";
|
|
881
|
+
}, {
|
|
882
|
+
readonly indexed: false;
|
|
883
|
+
readonly name: "value";
|
|
884
|
+
readonly type: "uint256";
|
|
885
|
+
}];
|
|
886
|
+
}, {
|
|
887
|
+
readonly type: "function";
|
|
888
|
+
readonly name: "allowance";
|
|
889
|
+
readonly stateMutability: "view";
|
|
890
|
+
readonly inputs: readonly [{
|
|
891
|
+
readonly name: "owner";
|
|
892
|
+
readonly type: "address";
|
|
893
|
+
}, {
|
|
894
|
+
readonly name: "spender";
|
|
895
|
+
readonly type: "address";
|
|
896
|
+
}];
|
|
897
|
+
readonly outputs: readonly [{
|
|
898
|
+
readonly type: "uint256";
|
|
899
|
+
}];
|
|
900
|
+
}, {
|
|
901
|
+
readonly type: "function";
|
|
902
|
+
readonly name: "approve";
|
|
903
|
+
readonly stateMutability: "nonpayable";
|
|
904
|
+
readonly inputs: readonly [{
|
|
905
|
+
readonly name: "spender";
|
|
906
|
+
readonly type: "address";
|
|
907
|
+
}, {
|
|
908
|
+
readonly name: "amount";
|
|
909
|
+
readonly type: "uint256";
|
|
910
|
+
}];
|
|
911
|
+
readonly outputs: readonly [{
|
|
912
|
+
readonly type: "bool";
|
|
913
|
+
}];
|
|
914
|
+
}, {
|
|
915
|
+
readonly type: "function";
|
|
916
|
+
readonly name: "balanceOf";
|
|
917
|
+
readonly stateMutability: "view";
|
|
918
|
+
readonly inputs: readonly [{
|
|
919
|
+
readonly name: "account";
|
|
920
|
+
readonly type: "address";
|
|
921
|
+
}];
|
|
922
|
+
readonly outputs: readonly [{
|
|
923
|
+
readonly type: "uint256";
|
|
924
|
+
}];
|
|
925
|
+
}, {
|
|
926
|
+
readonly type: "function";
|
|
927
|
+
readonly name: "decimals";
|
|
928
|
+
readonly stateMutability: "view";
|
|
929
|
+
readonly inputs: readonly [];
|
|
930
|
+
readonly outputs: readonly [{
|
|
931
|
+
readonly type: "uint8";
|
|
932
|
+
}];
|
|
933
|
+
}, {
|
|
934
|
+
readonly type: "function";
|
|
935
|
+
readonly name: "name";
|
|
936
|
+
readonly stateMutability: "view";
|
|
937
|
+
readonly inputs: readonly [];
|
|
938
|
+
readonly outputs: readonly [{
|
|
939
|
+
readonly type: "string";
|
|
940
|
+
}];
|
|
941
|
+
}, {
|
|
942
|
+
readonly type: "function";
|
|
943
|
+
readonly name: "symbol";
|
|
944
|
+
readonly stateMutability: "view";
|
|
945
|
+
readonly inputs: readonly [];
|
|
946
|
+
readonly outputs: readonly [{
|
|
947
|
+
readonly type: "string";
|
|
948
|
+
}];
|
|
949
|
+
}, {
|
|
950
|
+
readonly type: "function";
|
|
951
|
+
readonly name: "totalSupply";
|
|
952
|
+
readonly stateMutability: "view";
|
|
953
|
+
readonly inputs: readonly [];
|
|
954
|
+
readonly outputs: readonly [{
|
|
955
|
+
readonly type: "uint256";
|
|
956
|
+
}];
|
|
957
|
+
}, {
|
|
958
|
+
readonly type: "function";
|
|
959
|
+
readonly name: "transfer";
|
|
960
|
+
readonly stateMutability: "nonpayable";
|
|
961
|
+
readonly inputs: readonly [{
|
|
962
|
+
readonly name: "recipient";
|
|
963
|
+
readonly type: "address";
|
|
964
|
+
}, {
|
|
965
|
+
readonly name: "amount";
|
|
966
|
+
readonly type: "uint256";
|
|
967
|
+
}];
|
|
968
|
+
readonly outputs: readonly [{
|
|
969
|
+
readonly type: "bool";
|
|
970
|
+
}];
|
|
971
|
+
}, {
|
|
972
|
+
readonly type: "function";
|
|
973
|
+
readonly name: "transferFrom";
|
|
974
|
+
readonly stateMutability: "nonpayable";
|
|
975
|
+
readonly inputs: readonly [{
|
|
976
|
+
readonly name: "sender";
|
|
977
|
+
readonly type: "address";
|
|
978
|
+
}, {
|
|
979
|
+
readonly name: "recipient";
|
|
980
|
+
readonly type: "address";
|
|
981
|
+
}, {
|
|
982
|
+
readonly name: "amount";
|
|
983
|
+
readonly type: "uint256";
|
|
984
|
+
}];
|
|
985
|
+
readonly outputs: readonly [{
|
|
986
|
+
readonly type: "bool";
|
|
987
|
+
}];
|
|
988
|
+
}];
|
|
175
989
|
readonly read: {
|
|
176
990
|
readonly decimals: () => 6;
|
|
177
991
|
};
|
|
@@ -211,6 +1025,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
211
1025
|
readonly apiUrl: "https://api.basescan.org/api";
|
|
212
1026
|
};
|
|
213
1027
|
};
|
|
1028
|
+
blockTime: 2000;
|
|
214
1029
|
contracts: {
|
|
215
1030
|
readonly tokenMessenger: {
|
|
216
1031
|
readonly address: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
@@ -220,12 +1035,282 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
220
1035
|
};
|
|
221
1036
|
readonly USDC: {
|
|
222
1037
|
readonly address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
1038
|
+
readonly abi: readonly [{
|
|
1039
|
+
readonly type: "event";
|
|
1040
|
+
readonly name: "Approval";
|
|
1041
|
+
readonly inputs: readonly [{
|
|
1042
|
+
readonly indexed: true;
|
|
1043
|
+
readonly name: "owner";
|
|
1044
|
+
readonly type: "address";
|
|
1045
|
+
}, {
|
|
1046
|
+
readonly indexed: true;
|
|
1047
|
+
readonly name: "spender";
|
|
1048
|
+
readonly type: "address";
|
|
1049
|
+
}, {
|
|
1050
|
+
readonly indexed: false;
|
|
1051
|
+
readonly name: "value";
|
|
1052
|
+
readonly type: "uint256";
|
|
1053
|
+
}];
|
|
1054
|
+
}, {
|
|
1055
|
+
readonly type: "event";
|
|
1056
|
+
readonly name: "Transfer";
|
|
1057
|
+
readonly inputs: readonly [{
|
|
1058
|
+
readonly indexed: true;
|
|
1059
|
+
readonly name: "from";
|
|
1060
|
+
readonly type: "address";
|
|
1061
|
+
}, {
|
|
1062
|
+
readonly indexed: true;
|
|
1063
|
+
readonly name: "to";
|
|
1064
|
+
readonly type: "address";
|
|
1065
|
+
}, {
|
|
1066
|
+
readonly indexed: false;
|
|
1067
|
+
readonly name: "value";
|
|
1068
|
+
readonly type: "uint256";
|
|
1069
|
+
}];
|
|
1070
|
+
}, {
|
|
1071
|
+
readonly type: "function";
|
|
1072
|
+
readonly name: "allowance";
|
|
1073
|
+
readonly stateMutability: "view";
|
|
1074
|
+
readonly inputs: readonly [{
|
|
1075
|
+
readonly name: "owner";
|
|
1076
|
+
readonly type: "address";
|
|
1077
|
+
}, {
|
|
1078
|
+
readonly name: "spender";
|
|
1079
|
+
readonly type: "address";
|
|
1080
|
+
}];
|
|
1081
|
+
readonly outputs: readonly [{
|
|
1082
|
+
readonly type: "uint256";
|
|
1083
|
+
}];
|
|
1084
|
+
}, {
|
|
1085
|
+
readonly type: "function";
|
|
1086
|
+
readonly name: "approve";
|
|
1087
|
+
readonly stateMutability: "nonpayable";
|
|
1088
|
+
readonly inputs: readonly [{
|
|
1089
|
+
readonly name: "spender";
|
|
1090
|
+
readonly type: "address";
|
|
1091
|
+
}, {
|
|
1092
|
+
readonly name: "amount";
|
|
1093
|
+
readonly type: "uint256";
|
|
1094
|
+
}];
|
|
1095
|
+
readonly outputs: readonly [{
|
|
1096
|
+
readonly type: "bool";
|
|
1097
|
+
}];
|
|
1098
|
+
}, {
|
|
1099
|
+
readonly type: "function";
|
|
1100
|
+
readonly name: "balanceOf";
|
|
1101
|
+
readonly stateMutability: "view";
|
|
1102
|
+
readonly inputs: readonly [{
|
|
1103
|
+
readonly name: "account";
|
|
1104
|
+
readonly type: "address";
|
|
1105
|
+
}];
|
|
1106
|
+
readonly outputs: readonly [{
|
|
1107
|
+
readonly type: "uint256";
|
|
1108
|
+
}];
|
|
1109
|
+
}, {
|
|
1110
|
+
readonly type: "function";
|
|
1111
|
+
readonly name: "decimals";
|
|
1112
|
+
readonly stateMutability: "view";
|
|
1113
|
+
readonly inputs: readonly [];
|
|
1114
|
+
readonly outputs: readonly [{
|
|
1115
|
+
readonly type: "uint8";
|
|
1116
|
+
}];
|
|
1117
|
+
}, {
|
|
1118
|
+
readonly type: "function";
|
|
1119
|
+
readonly name: "name";
|
|
1120
|
+
readonly stateMutability: "view";
|
|
1121
|
+
readonly inputs: readonly [];
|
|
1122
|
+
readonly outputs: readonly [{
|
|
1123
|
+
readonly type: "string";
|
|
1124
|
+
}];
|
|
1125
|
+
}, {
|
|
1126
|
+
readonly type: "function";
|
|
1127
|
+
readonly name: "symbol";
|
|
1128
|
+
readonly stateMutability: "view";
|
|
1129
|
+
readonly inputs: readonly [];
|
|
1130
|
+
readonly outputs: readonly [{
|
|
1131
|
+
readonly type: "string";
|
|
1132
|
+
}];
|
|
1133
|
+
}, {
|
|
1134
|
+
readonly type: "function";
|
|
1135
|
+
readonly name: "totalSupply";
|
|
1136
|
+
readonly stateMutability: "view";
|
|
1137
|
+
readonly inputs: readonly [];
|
|
1138
|
+
readonly outputs: readonly [{
|
|
1139
|
+
readonly type: "uint256";
|
|
1140
|
+
}];
|
|
1141
|
+
}, {
|
|
1142
|
+
readonly type: "function";
|
|
1143
|
+
readonly name: "transfer";
|
|
1144
|
+
readonly stateMutability: "nonpayable";
|
|
1145
|
+
readonly inputs: readonly [{
|
|
1146
|
+
readonly name: "recipient";
|
|
1147
|
+
readonly type: "address";
|
|
1148
|
+
}, {
|
|
1149
|
+
readonly name: "amount";
|
|
1150
|
+
readonly type: "uint256";
|
|
1151
|
+
}];
|
|
1152
|
+
readonly outputs: readonly [{
|
|
1153
|
+
readonly type: "bool";
|
|
1154
|
+
}];
|
|
1155
|
+
}, {
|
|
1156
|
+
readonly type: "function";
|
|
1157
|
+
readonly name: "transferFrom";
|
|
1158
|
+
readonly stateMutability: "nonpayable";
|
|
1159
|
+
readonly inputs: readonly [{
|
|
1160
|
+
readonly name: "sender";
|
|
1161
|
+
readonly type: "address";
|
|
1162
|
+
}, {
|
|
1163
|
+
readonly name: "recipient";
|
|
1164
|
+
readonly type: "address";
|
|
1165
|
+
}, {
|
|
1166
|
+
readonly name: "amount";
|
|
1167
|
+
readonly type: "uint256";
|
|
1168
|
+
}];
|
|
1169
|
+
readonly outputs: readonly [{
|
|
1170
|
+
readonly type: "bool";
|
|
1171
|
+
}];
|
|
1172
|
+
}];
|
|
223
1173
|
readonly read: {
|
|
224
1174
|
readonly decimals: () => 6;
|
|
225
1175
|
};
|
|
226
1176
|
};
|
|
227
1177
|
readonly EURC: {
|
|
228
1178
|
readonly address: "0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42";
|
|
1179
|
+
readonly abi: readonly [{
|
|
1180
|
+
readonly type: "event";
|
|
1181
|
+
readonly name: "Approval";
|
|
1182
|
+
readonly inputs: readonly [{
|
|
1183
|
+
readonly indexed: true;
|
|
1184
|
+
readonly name: "owner";
|
|
1185
|
+
readonly type: "address";
|
|
1186
|
+
}, {
|
|
1187
|
+
readonly indexed: true;
|
|
1188
|
+
readonly name: "spender";
|
|
1189
|
+
readonly type: "address";
|
|
1190
|
+
}, {
|
|
1191
|
+
readonly indexed: false;
|
|
1192
|
+
readonly name: "value";
|
|
1193
|
+
readonly type: "uint256";
|
|
1194
|
+
}];
|
|
1195
|
+
}, {
|
|
1196
|
+
readonly type: "event";
|
|
1197
|
+
readonly name: "Transfer";
|
|
1198
|
+
readonly inputs: readonly [{
|
|
1199
|
+
readonly indexed: true;
|
|
1200
|
+
readonly name: "from";
|
|
1201
|
+
readonly type: "address";
|
|
1202
|
+
}, {
|
|
1203
|
+
readonly indexed: true;
|
|
1204
|
+
readonly name: "to";
|
|
1205
|
+
readonly type: "address";
|
|
1206
|
+
}, {
|
|
1207
|
+
readonly indexed: false;
|
|
1208
|
+
readonly name: "value";
|
|
1209
|
+
readonly type: "uint256";
|
|
1210
|
+
}];
|
|
1211
|
+
}, {
|
|
1212
|
+
readonly type: "function";
|
|
1213
|
+
readonly name: "allowance";
|
|
1214
|
+
readonly stateMutability: "view";
|
|
1215
|
+
readonly inputs: readonly [{
|
|
1216
|
+
readonly name: "owner";
|
|
1217
|
+
readonly type: "address";
|
|
1218
|
+
}, {
|
|
1219
|
+
readonly name: "spender";
|
|
1220
|
+
readonly type: "address";
|
|
1221
|
+
}];
|
|
1222
|
+
readonly outputs: readonly [{
|
|
1223
|
+
readonly type: "uint256";
|
|
1224
|
+
}];
|
|
1225
|
+
}, {
|
|
1226
|
+
readonly type: "function";
|
|
1227
|
+
readonly name: "approve";
|
|
1228
|
+
readonly stateMutability: "nonpayable";
|
|
1229
|
+
readonly inputs: readonly [{
|
|
1230
|
+
readonly name: "spender";
|
|
1231
|
+
readonly type: "address";
|
|
1232
|
+
}, {
|
|
1233
|
+
readonly name: "amount";
|
|
1234
|
+
readonly type: "uint256";
|
|
1235
|
+
}];
|
|
1236
|
+
readonly outputs: readonly [{
|
|
1237
|
+
readonly type: "bool";
|
|
1238
|
+
}];
|
|
1239
|
+
}, {
|
|
1240
|
+
readonly type: "function";
|
|
1241
|
+
readonly name: "balanceOf";
|
|
1242
|
+
readonly stateMutability: "view";
|
|
1243
|
+
readonly inputs: readonly [{
|
|
1244
|
+
readonly name: "account";
|
|
1245
|
+
readonly type: "address";
|
|
1246
|
+
}];
|
|
1247
|
+
readonly outputs: readonly [{
|
|
1248
|
+
readonly type: "uint256";
|
|
1249
|
+
}];
|
|
1250
|
+
}, {
|
|
1251
|
+
readonly type: "function";
|
|
1252
|
+
readonly name: "decimals";
|
|
1253
|
+
readonly stateMutability: "view";
|
|
1254
|
+
readonly inputs: readonly [];
|
|
1255
|
+
readonly outputs: readonly [{
|
|
1256
|
+
readonly type: "uint8";
|
|
1257
|
+
}];
|
|
1258
|
+
}, {
|
|
1259
|
+
readonly type: "function";
|
|
1260
|
+
readonly name: "name";
|
|
1261
|
+
readonly stateMutability: "view";
|
|
1262
|
+
readonly inputs: readonly [];
|
|
1263
|
+
readonly outputs: readonly [{
|
|
1264
|
+
readonly type: "string";
|
|
1265
|
+
}];
|
|
1266
|
+
}, {
|
|
1267
|
+
readonly type: "function";
|
|
1268
|
+
readonly name: "symbol";
|
|
1269
|
+
readonly stateMutability: "view";
|
|
1270
|
+
readonly inputs: readonly [];
|
|
1271
|
+
readonly outputs: readonly [{
|
|
1272
|
+
readonly type: "string";
|
|
1273
|
+
}];
|
|
1274
|
+
}, {
|
|
1275
|
+
readonly type: "function";
|
|
1276
|
+
readonly name: "totalSupply";
|
|
1277
|
+
readonly stateMutability: "view";
|
|
1278
|
+
readonly inputs: readonly [];
|
|
1279
|
+
readonly outputs: readonly [{
|
|
1280
|
+
readonly type: "uint256";
|
|
1281
|
+
}];
|
|
1282
|
+
}, {
|
|
1283
|
+
readonly type: "function";
|
|
1284
|
+
readonly name: "transfer";
|
|
1285
|
+
readonly stateMutability: "nonpayable";
|
|
1286
|
+
readonly inputs: readonly [{
|
|
1287
|
+
readonly name: "recipient";
|
|
1288
|
+
readonly type: "address";
|
|
1289
|
+
}, {
|
|
1290
|
+
readonly name: "amount";
|
|
1291
|
+
readonly type: "uint256";
|
|
1292
|
+
}];
|
|
1293
|
+
readonly outputs: readonly [{
|
|
1294
|
+
readonly type: "bool";
|
|
1295
|
+
}];
|
|
1296
|
+
}, {
|
|
1297
|
+
readonly type: "function";
|
|
1298
|
+
readonly name: "transferFrom";
|
|
1299
|
+
readonly stateMutability: "nonpayable";
|
|
1300
|
+
readonly inputs: readonly [{
|
|
1301
|
+
readonly name: "sender";
|
|
1302
|
+
readonly type: "address";
|
|
1303
|
+
}, {
|
|
1304
|
+
readonly name: "recipient";
|
|
1305
|
+
readonly type: "address";
|
|
1306
|
+
}, {
|
|
1307
|
+
readonly name: "amount";
|
|
1308
|
+
readonly type: "uint256";
|
|
1309
|
+
}];
|
|
1310
|
+
readonly outputs: readonly [{
|
|
1311
|
+
readonly type: "bool";
|
|
1312
|
+
}];
|
|
1313
|
+
}];
|
|
229
1314
|
readonly read: {
|
|
230
1315
|
readonly decimals: () => 6;
|
|
231
1316
|
};
|
|
@@ -537,6 +1622,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
537
1622
|
readonly apiUrl: "https://api-sepolia.basescan.org/api";
|
|
538
1623
|
};
|
|
539
1624
|
};
|
|
1625
|
+
blockTime: 2000;
|
|
540
1626
|
contracts: {
|
|
541
1627
|
readonly tokenMessenger: {
|
|
542
1628
|
readonly address: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
@@ -546,12 +1632,282 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
546
1632
|
};
|
|
547
1633
|
readonly USDC: {
|
|
548
1634
|
readonly address: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
1635
|
+
readonly abi: readonly [{
|
|
1636
|
+
readonly type: "event";
|
|
1637
|
+
readonly name: "Approval";
|
|
1638
|
+
readonly inputs: readonly [{
|
|
1639
|
+
readonly indexed: true;
|
|
1640
|
+
readonly name: "owner";
|
|
1641
|
+
readonly type: "address";
|
|
1642
|
+
}, {
|
|
1643
|
+
readonly indexed: true;
|
|
1644
|
+
readonly name: "spender";
|
|
1645
|
+
readonly type: "address";
|
|
1646
|
+
}, {
|
|
1647
|
+
readonly indexed: false;
|
|
1648
|
+
readonly name: "value";
|
|
1649
|
+
readonly type: "uint256";
|
|
1650
|
+
}];
|
|
1651
|
+
}, {
|
|
1652
|
+
readonly type: "event";
|
|
1653
|
+
readonly name: "Transfer";
|
|
1654
|
+
readonly inputs: readonly [{
|
|
1655
|
+
readonly indexed: true;
|
|
1656
|
+
readonly name: "from";
|
|
1657
|
+
readonly type: "address";
|
|
1658
|
+
}, {
|
|
1659
|
+
readonly indexed: true;
|
|
1660
|
+
readonly name: "to";
|
|
1661
|
+
readonly type: "address";
|
|
1662
|
+
}, {
|
|
1663
|
+
readonly indexed: false;
|
|
1664
|
+
readonly name: "value";
|
|
1665
|
+
readonly type: "uint256";
|
|
1666
|
+
}];
|
|
1667
|
+
}, {
|
|
1668
|
+
readonly type: "function";
|
|
1669
|
+
readonly name: "allowance";
|
|
1670
|
+
readonly stateMutability: "view";
|
|
1671
|
+
readonly inputs: readonly [{
|
|
1672
|
+
readonly name: "owner";
|
|
1673
|
+
readonly type: "address";
|
|
1674
|
+
}, {
|
|
1675
|
+
readonly name: "spender";
|
|
1676
|
+
readonly type: "address";
|
|
1677
|
+
}];
|
|
1678
|
+
readonly outputs: readonly [{
|
|
1679
|
+
readonly type: "uint256";
|
|
1680
|
+
}];
|
|
1681
|
+
}, {
|
|
1682
|
+
readonly type: "function";
|
|
1683
|
+
readonly name: "approve";
|
|
1684
|
+
readonly stateMutability: "nonpayable";
|
|
1685
|
+
readonly inputs: readonly [{
|
|
1686
|
+
readonly name: "spender";
|
|
1687
|
+
readonly type: "address";
|
|
1688
|
+
}, {
|
|
1689
|
+
readonly name: "amount";
|
|
1690
|
+
readonly type: "uint256";
|
|
1691
|
+
}];
|
|
1692
|
+
readonly outputs: readonly [{
|
|
1693
|
+
readonly type: "bool";
|
|
1694
|
+
}];
|
|
1695
|
+
}, {
|
|
1696
|
+
readonly type: "function";
|
|
1697
|
+
readonly name: "balanceOf";
|
|
1698
|
+
readonly stateMutability: "view";
|
|
1699
|
+
readonly inputs: readonly [{
|
|
1700
|
+
readonly name: "account";
|
|
1701
|
+
readonly type: "address";
|
|
1702
|
+
}];
|
|
1703
|
+
readonly outputs: readonly [{
|
|
1704
|
+
readonly type: "uint256";
|
|
1705
|
+
}];
|
|
1706
|
+
}, {
|
|
1707
|
+
readonly type: "function";
|
|
1708
|
+
readonly name: "decimals";
|
|
1709
|
+
readonly stateMutability: "view";
|
|
1710
|
+
readonly inputs: readonly [];
|
|
1711
|
+
readonly outputs: readonly [{
|
|
1712
|
+
readonly type: "uint8";
|
|
1713
|
+
}];
|
|
1714
|
+
}, {
|
|
1715
|
+
readonly type: "function";
|
|
1716
|
+
readonly name: "name";
|
|
1717
|
+
readonly stateMutability: "view";
|
|
1718
|
+
readonly inputs: readonly [];
|
|
1719
|
+
readonly outputs: readonly [{
|
|
1720
|
+
readonly type: "string";
|
|
1721
|
+
}];
|
|
1722
|
+
}, {
|
|
1723
|
+
readonly type: "function";
|
|
1724
|
+
readonly name: "symbol";
|
|
1725
|
+
readonly stateMutability: "view";
|
|
1726
|
+
readonly inputs: readonly [];
|
|
1727
|
+
readonly outputs: readonly [{
|
|
1728
|
+
readonly type: "string";
|
|
1729
|
+
}];
|
|
1730
|
+
}, {
|
|
1731
|
+
readonly type: "function";
|
|
1732
|
+
readonly name: "totalSupply";
|
|
1733
|
+
readonly stateMutability: "view";
|
|
1734
|
+
readonly inputs: readonly [];
|
|
1735
|
+
readonly outputs: readonly [{
|
|
1736
|
+
readonly type: "uint256";
|
|
1737
|
+
}];
|
|
1738
|
+
}, {
|
|
1739
|
+
readonly type: "function";
|
|
1740
|
+
readonly name: "transfer";
|
|
1741
|
+
readonly stateMutability: "nonpayable";
|
|
1742
|
+
readonly inputs: readonly [{
|
|
1743
|
+
readonly name: "recipient";
|
|
1744
|
+
readonly type: "address";
|
|
1745
|
+
}, {
|
|
1746
|
+
readonly name: "amount";
|
|
1747
|
+
readonly type: "uint256";
|
|
1748
|
+
}];
|
|
1749
|
+
readonly outputs: readonly [{
|
|
1750
|
+
readonly type: "bool";
|
|
1751
|
+
}];
|
|
1752
|
+
}, {
|
|
1753
|
+
readonly type: "function";
|
|
1754
|
+
readonly name: "transferFrom";
|
|
1755
|
+
readonly stateMutability: "nonpayable";
|
|
1756
|
+
readonly inputs: readonly [{
|
|
1757
|
+
readonly name: "sender";
|
|
1758
|
+
readonly type: "address";
|
|
1759
|
+
}, {
|
|
1760
|
+
readonly name: "recipient";
|
|
1761
|
+
readonly type: "address";
|
|
1762
|
+
}, {
|
|
1763
|
+
readonly name: "amount";
|
|
1764
|
+
readonly type: "uint256";
|
|
1765
|
+
}];
|
|
1766
|
+
readonly outputs: readonly [{
|
|
1767
|
+
readonly type: "bool";
|
|
1768
|
+
}];
|
|
1769
|
+
}];
|
|
549
1770
|
readonly read: {
|
|
550
1771
|
readonly decimals: () => 6;
|
|
551
1772
|
};
|
|
552
1773
|
};
|
|
553
1774
|
readonly EURC: {
|
|
554
1775
|
readonly address: "0x808456652fdb597867f38412077A9182bf77359F";
|
|
1776
|
+
readonly abi: readonly [{
|
|
1777
|
+
readonly type: "event";
|
|
1778
|
+
readonly name: "Approval";
|
|
1779
|
+
readonly inputs: readonly [{
|
|
1780
|
+
readonly indexed: true;
|
|
1781
|
+
readonly name: "owner";
|
|
1782
|
+
readonly type: "address";
|
|
1783
|
+
}, {
|
|
1784
|
+
readonly indexed: true;
|
|
1785
|
+
readonly name: "spender";
|
|
1786
|
+
readonly type: "address";
|
|
1787
|
+
}, {
|
|
1788
|
+
readonly indexed: false;
|
|
1789
|
+
readonly name: "value";
|
|
1790
|
+
readonly type: "uint256";
|
|
1791
|
+
}];
|
|
1792
|
+
}, {
|
|
1793
|
+
readonly type: "event";
|
|
1794
|
+
readonly name: "Transfer";
|
|
1795
|
+
readonly inputs: readonly [{
|
|
1796
|
+
readonly indexed: true;
|
|
1797
|
+
readonly name: "from";
|
|
1798
|
+
readonly type: "address";
|
|
1799
|
+
}, {
|
|
1800
|
+
readonly indexed: true;
|
|
1801
|
+
readonly name: "to";
|
|
1802
|
+
readonly type: "address";
|
|
1803
|
+
}, {
|
|
1804
|
+
readonly indexed: false;
|
|
1805
|
+
readonly name: "value";
|
|
1806
|
+
readonly type: "uint256";
|
|
1807
|
+
}];
|
|
1808
|
+
}, {
|
|
1809
|
+
readonly type: "function";
|
|
1810
|
+
readonly name: "allowance";
|
|
1811
|
+
readonly stateMutability: "view";
|
|
1812
|
+
readonly inputs: readonly [{
|
|
1813
|
+
readonly name: "owner";
|
|
1814
|
+
readonly type: "address";
|
|
1815
|
+
}, {
|
|
1816
|
+
readonly name: "spender";
|
|
1817
|
+
readonly type: "address";
|
|
1818
|
+
}];
|
|
1819
|
+
readonly outputs: readonly [{
|
|
1820
|
+
readonly type: "uint256";
|
|
1821
|
+
}];
|
|
1822
|
+
}, {
|
|
1823
|
+
readonly type: "function";
|
|
1824
|
+
readonly name: "approve";
|
|
1825
|
+
readonly stateMutability: "nonpayable";
|
|
1826
|
+
readonly inputs: readonly [{
|
|
1827
|
+
readonly name: "spender";
|
|
1828
|
+
readonly type: "address";
|
|
1829
|
+
}, {
|
|
1830
|
+
readonly name: "amount";
|
|
1831
|
+
readonly type: "uint256";
|
|
1832
|
+
}];
|
|
1833
|
+
readonly outputs: readonly [{
|
|
1834
|
+
readonly type: "bool";
|
|
1835
|
+
}];
|
|
1836
|
+
}, {
|
|
1837
|
+
readonly type: "function";
|
|
1838
|
+
readonly name: "balanceOf";
|
|
1839
|
+
readonly stateMutability: "view";
|
|
1840
|
+
readonly inputs: readonly [{
|
|
1841
|
+
readonly name: "account";
|
|
1842
|
+
readonly type: "address";
|
|
1843
|
+
}];
|
|
1844
|
+
readonly outputs: readonly [{
|
|
1845
|
+
readonly type: "uint256";
|
|
1846
|
+
}];
|
|
1847
|
+
}, {
|
|
1848
|
+
readonly type: "function";
|
|
1849
|
+
readonly name: "decimals";
|
|
1850
|
+
readonly stateMutability: "view";
|
|
1851
|
+
readonly inputs: readonly [];
|
|
1852
|
+
readonly outputs: readonly [{
|
|
1853
|
+
readonly type: "uint8";
|
|
1854
|
+
}];
|
|
1855
|
+
}, {
|
|
1856
|
+
readonly type: "function";
|
|
1857
|
+
readonly name: "name";
|
|
1858
|
+
readonly stateMutability: "view";
|
|
1859
|
+
readonly inputs: readonly [];
|
|
1860
|
+
readonly outputs: readonly [{
|
|
1861
|
+
readonly type: "string";
|
|
1862
|
+
}];
|
|
1863
|
+
}, {
|
|
1864
|
+
readonly type: "function";
|
|
1865
|
+
readonly name: "symbol";
|
|
1866
|
+
readonly stateMutability: "view";
|
|
1867
|
+
readonly inputs: readonly [];
|
|
1868
|
+
readonly outputs: readonly [{
|
|
1869
|
+
readonly type: "string";
|
|
1870
|
+
}];
|
|
1871
|
+
}, {
|
|
1872
|
+
readonly type: "function";
|
|
1873
|
+
readonly name: "totalSupply";
|
|
1874
|
+
readonly stateMutability: "view";
|
|
1875
|
+
readonly inputs: readonly [];
|
|
1876
|
+
readonly outputs: readonly [{
|
|
1877
|
+
readonly type: "uint256";
|
|
1878
|
+
}];
|
|
1879
|
+
}, {
|
|
1880
|
+
readonly type: "function";
|
|
1881
|
+
readonly name: "transfer";
|
|
1882
|
+
readonly stateMutability: "nonpayable";
|
|
1883
|
+
readonly inputs: readonly [{
|
|
1884
|
+
readonly name: "recipient";
|
|
1885
|
+
readonly type: "address";
|
|
1886
|
+
}, {
|
|
1887
|
+
readonly name: "amount";
|
|
1888
|
+
readonly type: "uint256";
|
|
1889
|
+
}];
|
|
1890
|
+
readonly outputs: readonly [{
|
|
1891
|
+
readonly type: "bool";
|
|
1892
|
+
}];
|
|
1893
|
+
}, {
|
|
1894
|
+
readonly type: "function";
|
|
1895
|
+
readonly name: "transferFrom";
|
|
1896
|
+
readonly stateMutability: "nonpayable";
|
|
1897
|
+
readonly inputs: readonly [{
|
|
1898
|
+
readonly name: "sender";
|
|
1899
|
+
readonly type: "address";
|
|
1900
|
+
}, {
|
|
1901
|
+
readonly name: "recipient";
|
|
1902
|
+
readonly type: "address";
|
|
1903
|
+
}, {
|
|
1904
|
+
readonly name: "amount";
|
|
1905
|
+
readonly type: "uint256";
|
|
1906
|
+
}];
|
|
1907
|
+
readonly outputs: readonly [{
|
|
1908
|
+
readonly type: "bool";
|
|
1909
|
+
}];
|
|
1910
|
+
}];
|
|
555
1911
|
readonly read: {
|
|
556
1912
|
readonly decimals: () => 6;
|
|
557
1913
|
};
|
|
@@ -864,6 +2220,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
864
2220
|
readonly apiUrl: "https://api.etherscan.io/api";
|
|
865
2221
|
};
|
|
866
2222
|
};
|
|
2223
|
+
blockTime?: number | undefined | undefined;
|
|
867
2224
|
contracts: {
|
|
868
2225
|
readonly tokenMessenger: {
|
|
869
2226
|
readonly address: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
@@ -873,12 +2230,282 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
873
2230
|
};
|
|
874
2231
|
readonly USDC: {
|
|
875
2232
|
readonly address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
|
|
2233
|
+
readonly abi: readonly [{
|
|
2234
|
+
readonly type: "event";
|
|
2235
|
+
readonly name: "Approval";
|
|
2236
|
+
readonly inputs: readonly [{
|
|
2237
|
+
readonly indexed: true;
|
|
2238
|
+
readonly name: "owner";
|
|
2239
|
+
readonly type: "address";
|
|
2240
|
+
}, {
|
|
2241
|
+
readonly indexed: true;
|
|
2242
|
+
readonly name: "spender";
|
|
2243
|
+
readonly type: "address";
|
|
2244
|
+
}, {
|
|
2245
|
+
readonly indexed: false;
|
|
2246
|
+
readonly name: "value";
|
|
2247
|
+
readonly type: "uint256";
|
|
2248
|
+
}];
|
|
2249
|
+
}, {
|
|
2250
|
+
readonly type: "event";
|
|
2251
|
+
readonly name: "Transfer";
|
|
2252
|
+
readonly inputs: readonly [{
|
|
2253
|
+
readonly indexed: true;
|
|
2254
|
+
readonly name: "from";
|
|
2255
|
+
readonly type: "address";
|
|
2256
|
+
}, {
|
|
2257
|
+
readonly indexed: true;
|
|
2258
|
+
readonly name: "to";
|
|
2259
|
+
readonly type: "address";
|
|
2260
|
+
}, {
|
|
2261
|
+
readonly indexed: false;
|
|
2262
|
+
readonly name: "value";
|
|
2263
|
+
readonly type: "uint256";
|
|
2264
|
+
}];
|
|
2265
|
+
}, {
|
|
2266
|
+
readonly type: "function";
|
|
2267
|
+
readonly name: "allowance";
|
|
2268
|
+
readonly stateMutability: "view";
|
|
2269
|
+
readonly inputs: readonly [{
|
|
2270
|
+
readonly name: "owner";
|
|
2271
|
+
readonly type: "address";
|
|
2272
|
+
}, {
|
|
2273
|
+
readonly name: "spender";
|
|
2274
|
+
readonly type: "address";
|
|
2275
|
+
}];
|
|
2276
|
+
readonly outputs: readonly [{
|
|
2277
|
+
readonly type: "uint256";
|
|
2278
|
+
}];
|
|
2279
|
+
}, {
|
|
2280
|
+
readonly type: "function";
|
|
2281
|
+
readonly name: "approve";
|
|
2282
|
+
readonly stateMutability: "nonpayable";
|
|
2283
|
+
readonly inputs: readonly [{
|
|
2284
|
+
readonly name: "spender";
|
|
2285
|
+
readonly type: "address";
|
|
2286
|
+
}, {
|
|
2287
|
+
readonly name: "amount";
|
|
2288
|
+
readonly type: "uint256";
|
|
2289
|
+
}];
|
|
2290
|
+
readonly outputs: readonly [{
|
|
2291
|
+
readonly type: "bool";
|
|
2292
|
+
}];
|
|
2293
|
+
}, {
|
|
2294
|
+
readonly type: "function";
|
|
2295
|
+
readonly name: "balanceOf";
|
|
2296
|
+
readonly stateMutability: "view";
|
|
2297
|
+
readonly inputs: readonly [{
|
|
2298
|
+
readonly name: "account";
|
|
2299
|
+
readonly type: "address";
|
|
2300
|
+
}];
|
|
2301
|
+
readonly outputs: readonly [{
|
|
2302
|
+
readonly type: "uint256";
|
|
2303
|
+
}];
|
|
2304
|
+
}, {
|
|
2305
|
+
readonly type: "function";
|
|
2306
|
+
readonly name: "decimals";
|
|
2307
|
+
readonly stateMutability: "view";
|
|
2308
|
+
readonly inputs: readonly [];
|
|
2309
|
+
readonly outputs: readonly [{
|
|
2310
|
+
readonly type: "uint8";
|
|
2311
|
+
}];
|
|
2312
|
+
}, {
|
|
2313
|
+
readonly type: "function";
|
|
2314
|
+
readonly name: "name";
|
|
2315
|
+
readonly stateMutability: "view";
|
|
2316
|
+
readonly inputs: readonly [];
|
|
2317
|
+
readonly outputs: readonly [{
|
|
2318
|
+
readonly type: "string";
|
|
2319
|
+
}];
|
|
2320
|
+
}, {
|
|
2321
|
+
readonly type: "function";
|
|
2322
|
+
readonly name: "symbol";
|
|
2323
|
+
readonly stateMutability: "view";
|
|
2324
|
+
readonly inputs: readonly [];
|
|
2325
|
+
readonly outputs: readonly [{
|
|
2326
|
+
readonly type: "string";
|
|
2327
|
+
}];
|
|
2328
|
+
}, {
|
|
2329
|
+
readonly type: "function";
|
|
2330
|
+
readonly name: "totalSupply";
|
|
2331
|
+
readonly stateMutability: "view";
|
|
2332
|
+
readonly inputs: readonly [];
|
|
2333
|
+
readonly outputs: readonly [{
|
|
2334
|
+
readonly type: "uint256";
|
|
2335
|
+
}];
|
|
2336
|
+
}, {
|
|
2337
|
+
readonly type: "function";
|
|
2338
|
+
readonly name: "transfer";
|
|
2339
|
+
readonly stateMutability: "nonpayable";
|
|
2340
|
+
readonly inputs: readonly [{
|
|
2341
|
+
readonly name: "recipient";
|
|
2342
|
+
readonly type: "address";
|
|
2343
|
+
}, {
|
|
2344
|
+
readonly name: "amount";
|
|
2345
|
+
readonly type: "uint256";
|
|
2346
|
+
}];
|
|
2347
|
+
readonly outputs: readonly [{
|
|
2348
|
+
readonly type: "bool";
|
|
2349
|
+
}];
|
|
2350
|
+
}, {
|
|
2351
|
+
readonly type: "function";
|
|
2352
|
+
readonly name: "transferFrom";
|
|
2353
|
+
readonly stateMutability: "nonpayable";
|
|
2354
|
+
readonly inputs: readonly [{
|
|
2355
|
+
readonly name: "sender";
|
|
2356
|
+
readonly type: "address";
|
|
2357
|
+
}, {
|
|
2358
|
+
readonly name: "recipient";
|
|
2359
|
+
readonly type: "address";
|
|
2360
|
+
}, {
|
|
2361
|
+
readonly name: "amount";
|
|
2362
|
+
readonly type: "uint256";
|
|
2363
|
+
}];
|
|
2364
|
+
readonly outputs: readonly [{
|
|
2365
|
+
readonly type: "bool";
|
|
2366
|
+
}];
|
|
2367
|
+
}];
|
|
876
2368
|
readonly read: {
|
|
877
2369
|
readonly decimals: () => 6;
|
|
878
2370
|
};
|
|
879
2371
|
};
|
|
880
2372
|
readonly EURC: {
|
|
881
2373
|
readonly address: "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c";
|
|
2374
|
+
readonly abi: readonly [{
|
|
2375
|
+
readonly type: "event";
|
|
2376
|
+
readonly name: "Approval";
|
|
2377
|
+
readonly inputs: readonly [{
|
|
2378
|
+
readonly indexed: true;
|
|
2379
|
+
readonly name: "owner";
|
|
2380
|
+
readonly type: "address";
|
|
2381
|
+
}, {
|
|
2382
|
+
readonly indexed: true;
|
|
2383
|
+
readonly name: "spender";
|
|
2384
|
+
readonly type: "address";
|
|
2385
|
+
}, {
|
|
2386
|
+
readonly indexed: false;
|
|
2387
|
+
readonly name: "value";
|
|
2388
|
+
readonly type: "uint256";
|
|
2389
|
+
}];
|
|
2390
|
+
}, {
|
|
2391
|
+
readonly type: "event";
|
|
2392
|
+
readonly name: "Transfer";
|
|
2393
|
+
readonly inputs: readonly [{
|
|
2394
|
+
readonly indexed: true;
|
|
2395
|
+
readonly name: "from";
|
|
2396
|
+
readonly type: "address";
|
|
2397
|
+
}, {
|
|
2398
|
+
readonly indexed: true;
|
|
2399
|
+
readonly name: "to";
|
|
2400
|
+
readonly type: "address";
|
|
2401
|
+
}, {
|
|
2402
|
+
readonly indexed: false;
|
|
2403
|
+
readonly name: "value";
|
|
2404
|
+
readonly type: "uint256";
|
|
2405
|
+
}];
|
|
2406
|
+
}, {
|
|
2407
|
+
readonly type: "function";
|
|
2408
|
+
readonly name: "allowance";
|
|
2409
|
+
readonly stateMutability: "view";
|
|
2410
|
+
readonly inputs: readonly [{
|
|
2411
|
+
readonly name: "owner";
|
|
2412
|
+
readonly type: "address";
|
|
2413
|
+
}, {
|
|
2414
|
+
readonly name: "spender";
|
|
2415
|
+
readonly type: "address";
|
|
2416
|
+
}];
|
|
2417
|
+
readonly outputs: readonly [{
|
|
2418
|
+
readonly type: "uint256";
|
|
2419
|
+
}];
|
|
2420
|
+
}, {
|
|
2421
|
+
readonly type: "function";
|
|
2422
|
+
readonly name: "approve";
|
|
2423
|
+
readonly stateMutability: "nonpayable";
|
|
2424
|
+
readonly inputs: readonly [{
|
|
2425
|
+
readonly name: "spender";
|
|
2426
|
+
readonly type: "address";
|
|
2427
|
+
}, {
|
|
2428
|
+
readonly name: "amount";
|
|
2429
|
+
readonly type: "uint256";
|
|
2430
|
+
}];
|
|
2431
|
+
readonly outputs: readonly [{
|
|
2432
|
+
readonly type: "bool";
|
|
2433
|
+
}];
|
|
2434
|
+
}, {
|
|
2435
|
+
readonly type: "function";
|
|
2436
|
+
readonly name: "balanceOf";
|
|
2437
|
+
readonly stateMutability: "view";
|
|
2438
|
+
readonly inputs: readonly [{
|
|
2439
|
+
readonly name: "account";
|
|
2440
|
+
readonly type: "address";
|
|
2441
|
+
}];
|
|
2442
|
+
readonly outputs: readonly [{
|
|
2443
|
+
readonly type: "uint256";
|
|
2444
|
+
}];
|
|
2445
|
+
}, {
|
|
2446
|
+
readonly type: "function";
|
|
2447
|
+
readonly name: "decimals";
|
|
2448
|
+
readonly stateMutability: "view";
|
|
2449
|
+
readonly inputs: readonly [];
|
|
2450
|
+
readonly outputs: readonly [{
|
|
2451
|
+
readonly type: "uint8";
|
|
2452
|
+
}];
|
|
2453
|
+
}, {
|
|
2454
|
+
readonly type: "function";
|
|
2455
|
+
readonly name: "name";
|
|
2456
|
+
readonly stateMutability: "view";
|
|
2457
|
+
readonly inputs: readonly [];
|
|
2458
|
+
readonly outputs: readonly [{
|
|
2459
|
+
readonly type: "string";
|
|
2460
|
+
}];
|
|
2461
|
+
}, {
|
|
2462
|
+
readonly type: "function";
|
|
2463
|
+
readonly name: "symbol";
|
|
2464
|
+
readonly stateMutability: "view";
|
|
2465
|
+
readonly inputs: readonly [];
|
|
2466
|
+
readonly outputs: readonly [{
|
|
2467
|
+
readonly type: "string";
|
|
2468
|
+
}];
|
|
2469
|
+
}, {
|
|
2470
|
+
readonly type: "function";
|
|
2471
|
+
readonly name: "totalSupply";
|
|
2472
|
+
readonly stateMutability: "view";
|
|
2473
|
+
readonly inputs: readonly [];
|
|
2474
|
+
readonly outputs: readonly [{
|
|
2475
|
+
readonly type: "uint256";
|
|
2476
|
+
}];
|
|
2477
|
+
}, {
|
|
2478
|
+
readonly type: "function";
|
|
2479
|
+
readonly name: "transfer";
|
|
2480
|
+
readonly stateMutability: "nonpayable";
|
|
2481
|
+
readonly inputs: readonly [{
|
|
2482
|
+
readonly name: "recipient";
|
|
2483
|
+
readonly type: "address";
|
|
2484
|
+
}, {
|
|
2485
|
+
readonly name: "amount";
|
|
2486
|
+
readonly type: "uint256";
|
|
2487
|
+
}];
|
|
2488
|
+
readonly outputs: readonly [{
|
|
2489
|
+
readonly type: "bool";
|
|
2490
|
+
}];
|
|
2491
|
+
}, {
|
|
2492
|
+
readonly type: "function";
|
|
2493
|
+
readonly name: "transferFrom";
|
|
2494
|
+
readonly stateMutability: "nonpayable";
|
|
2495
|
+
readonly inputs: readonly [{
|
|
2496
|
+
readonly name: "sender";
|
|
2497
|
+
readonly type: "address";
|
|
2498
|
+
}, {
|
|
2499
|
+
readonly name: "recipient";
|
|
2500
|
+
readonly type: "address";
|
|
2501
|
+
}, {
|
|
2502
|
+
readonly name: "amount";
|
|
2503
|
+
readonly type: "uint256";
|
|
2504
|
+
}];
|
|
2505
|
+
readonly outputs: readonly [{
|
|
2506
|
+
readonly type: "bool";
|
|
2507
|
+
}];
|
|
2508
|
+
}];
|
|
882
2509
|
readonly read: {
|
|
883
2510
|
readonly decimals: () => 6;
|
|
884
2511
|
};
|
|
@@ -925,6 +2552,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
925
2552
|
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
926
2553
|
};
|
|
927
2554
|
};
|
|
2555
|
+
blockTime?: number | undefined | undefined;
|
|
928
2556
|
contracts: {
|
|
929
2557
|
readonly tokenMessenger: {
|
|
930
2558
|
readonly address: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
@@ -934,12 +2562,282 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
934
2562
|
};
|
|
935
2563
|
readonly USDC: {
|
|
936
2564
|
readonly address: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
2565
|
+
readonly abi: readonly [{
|
|
2566
|
+
readonly type: "event";
|
|
2567
|
+
readonly name: "Approval";
|
|
2568
|
+
readonly inputs: readonly [{
|
|
2569
|
+
readonly indexed: true;
|
|
2570
|
+
readonly name: "owner";
|
|
2571
|
+
readonly type: "address";
|
|
2572
|
+
}, {
|
|
2573
|
+
readonly indexed: true;
|
|
2574
|
+
readonly name: "spender";
|
|
2575
|
+
readonly type: "address";
|
|
2576
|
+
}, {
|
|
2577
|
+
readonly indexed: false;
|
|
2578
|
+
readonly name: "value";
|
|
2579
|
+
readonly type: "uint256";
|
|
2580
|
+
}];
|
|
2581
|
+
}, {
|
|
2582
|
+
readonly type: "event";
|
|
2583
|
+
readonly name: "Transfer";
|
|
2584
|
+
readonly inputs: readonly [{
|
|
2585
|
+
readonly indexed: true;
|
|
2586
|
+
readonly name: "from";
|
|
2587
|
+
readonly type: "address";
|
|
2588
|
+
}, {
|
|
2589
|
+
readonly indexed: true;
|
|
2590
|
+
readonly name: "to";
|
|
2591
|
+
readonly type: "address";
|
|
2592
|
+
}, {
|
|
2593
|
+
readonly indexed: false;
|
|
2594
|
+
readonly name: "value";
|
|
2595
|
+
readonly type: "uint256";
|
|
2596
|
+
}];
|
|
2597
|
+
}, {
|
|
2598
|
+
readonly type: "function";
|
|
2599
|
+
readonly name: "allowance";
|
|
2600
|
+
readonly stateMutability: "view";
|
|
2601
|
+
readonly inputs: readonly [{
|
|
2602
|
+
readonly name: "owner";
|
|
2603
|
+
readonly type: "address";
|
|
2604
|
+
}, {
|
|
2605
|
+
readonly name: "spender";
|
|
2606
|
+
readonly type: "address";
|
|
2607
|
+
}];
|
|
2608
|
+
readonly outputs: readonly [{
|
|
2609
|
+
readonly type: "uint256";
|
|
2610
|
+
}];
|
|
2611
|
+
}, {
|
|
2612
|
+
readonly type: "function";
|
|
2613
|
+
readonly name: "approve";
|
|
2614
|
+
readonly stateMutability: "nonpayable";
|
|
2615
|
+
readonly inputs: readonly [{
|
|
2616
|
+
readonly name: "spender";
|
|
2617
|
+
readonly type: "address";
|
|
2618
|
+
}, {
|
|
2619
|
+
readonly name: "amount";
|
|
2620
|
+
readonly type: "uint256";
|
|
2621
|
+
}];
|
|
2622
|
+
readonly outputs: readonly [{
|
|
2623
|
+
readonly type: "bool";
|
|
2624
|
+
}];
|
|
2625
|
+
}, {
|
|
2626
|
+
readonly type: "function";
|
|
2627
|
+
readonly name: "balanceOf";
|
|
2628
|
+
readonly stateMutability: "view";
|
|
2629
|
+
readonly inputs: readonly [{
|
|
2630
|
+
readonly name: "account";
|
|
2631
|
+
readonly type: "address";
|
|
2632
|
+
}];
|
|
2633
|
+
readonly outputs: readonly [{
|
|
2634
|
+
readonly type: "uint256";
|
|
2635
|
+
}];
|
|
2636
|
+
}, {
|
|
2637
|
+
readonly type: "function";
|
|
2638
|
+
readonly name: "decimals";
|
|
2639
|
+
readonly stateMutability: "view";
|
|
2640
|
+
readonly inputs: readonly [];
|
|
2641
|
+
readonly outputs: readonly [{
|
|
2642
|
+
readonly type: "uint8";
|
|
2643
|
+
}];
|
|
2644
|
+
}, {
|
|
2645
|
+
readonly type: "function";
|
|
2646
|
+
readonly name: "name";
|
|
2647
|
+
readonly stateMutability: "view";
|
|
2648
|
+
readonly inputs: readonly [];
|
|
2649
|
+
readonly outputs: readonly [{
|
|
2650
|
+
readonly type: "string";
|
|
2651
|
+
}];
|
|
2652
|
+
}, {
|
|
2653
|
+
readonly type: "function";
|
|
2654
|
+
readonly name: "symbol";
|
|
2655
|
+
readonly stateMutability: "view";
|
|
2656
|
+
readonly inputs: readonly [];
|
|
2657
|
+
readonly outputs: readonly [{
|
|
2658
|
+
readonly type: "string";
|
|
2659
|
+
}];
|
|
2660
|
+
}, {
|
|
2661
|
+
readonly type: "function";
|
|
2662
|
+
readonly name: "totalSupply";
|
|
2663
|
+
readonly stateMutability: "view";
|
|
2664
|
+
readonly inputs: readonly [];
|
|
2665
|
+
readonly outputs: readonly [{
|
|
2666
|
+
readonly type: "uint256";
|
|
2667
|
+
}];
|
|
2668
|
+
}, {
|
|
2669
|
+
readonly type: "function";
|
|
2670
|
+
readonly name: "transfer";
|
|
2671
|
+
readonly stateMutability: "nonpayable";
|
|
2672
|
+
readonly inputs: readonly [{
|
|
2673
|
+
readonly name: "recipient";
|
|
2674
|
+
readonly type: "address";
|
|
2675
|
+
}, {
|
|
2676
|
+
readonly name: "amount";
|
|
2677
|
+
readonly type: "uint256";
|
|
2678
|
+
}];
|
|
2679
|
+
readonly outputs: readonly [{
|
|
2680
|
+
readonly type: "bool";
|
|
2681
|
+
}];
|
|
2682
|
+
}, {
|
|
2683
|
+
readonly type: "function";
|
|
2684
|
+
readonly name: "transferFrom";
|
|
2685
|
+
readonly stateMutability: "nonpayable";
|
|
2686
|
+
readonly inputs: readonly [{
|
|
2687
|
+
readonly name: "sender";
|
|
2688
|
+
readonly type: "address";
|
|
2689
|
+
}, {
|
|
2690
|
+
readonly name: "recipient";
|
|
2691
|
+
readonly type: "address";
|
|
2692
|
+
}, {
|
|
2693
|
+
readonly name: "amount";
|
|
2694
|
+
readonly type: "uint256";
|
|
2695
|
+
}];
|
|
2696
|
+
readonly outputs: readonly [{
|
|
2697
|
+
readonly type: "bool";
|
|
2698
|
+
}];
|
|
2699
|
+
}];
|
|
937
2700
|
readonly read: {
|
|
938
2701
|
readonly decimals: () => 6;
|
|
939
2702
|
};
|
|
940
2703
|
};
|
|
941
2704
|
readonly EURC: {
|
|
942
2705
|
readonly address: "0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4";
|
|
2706
|
+
readonly abi: readonly [{
|
|
2707
|
+
readonly type: "event";
|
|
2708
|
+
readonly name: "Approval";
|
|
2709
|
+
readonly inputs: readonly [{
|
|
2710
|
+
readonly indexed: true;
|
|
2711
|
+
readonly name: "owner";
|
|
2712
|
+
readonly type: "address";
|
|
2713
|
+
}, {
|
|
2714
|
+
readonly indexed: true;
|
|
2715
|
+
readonly name: "spender";
|
|
2716
|
+
readonly type: "address";
|
|
2717
|
+
}, {
|
|
2718
|
+
readonly indexed: false;
|
|
2719
|
+
readonly name: "value";
|
|
2720
|
+
readonly type: "uint256";
|
|
2721
|
+
}];
|
|
2722
|
+
}, {
|
|
2723
|
+
readonly type: "event";
|
|
2724
|
+
readonly name: "Transfer";
|
|
2725
|
+
readonly inputs: readonly [{
|
|
2726
|
+
readonly indexed: true;
|
|
2727
|
+
readonly name: "from";
|
|
2728
|
+
readonly type: "address";
|
|
2729
|
+
}, {
|
|
2730
|
+
readonly indexed: true;
|
|
2731
|
+
readonly name: "to";
|
|
2732
|
+
readonly type: "address";
|
|
2733
|
+
}, {
|
|
2734
|
+
readonly indexed: false;
|
|
2735
|
+
readonly name: "value";
|
|
2736
|
+
readonly type: "uint256";
|
|
2737
|
+
}];
|
|
2738
|
+
}, {
|
|
2739
|
+
readonly type: "function";
|
|
2740
|
+
readonly name: "allowance";
|
|
2741
|
+
readonly stateMutability: "view";
|
|
2742
|
+
readonly inputs: readonly [{
|
|
2743
|
+
readonly name: "owner";
|
|
2744
|
+
readonly type: "address";
|
|
2745
|
+
}, {
|
|
2746
|
+
readonly name: "spender";
|
|
2747
|
+
readonly type: "address";
|
|
2748
|
+
}];
|
|
2749
|
+
readonly outputs: readonly [{
|
|
2750
|
+
readonly type: "uint256";
|
|
2751
|
+
}];
|
|
2752
|
+
}, {
|
|
2753
|
+
readonly type: "function";
|
|
2754
|
+
readonly name: "approve";
|
|
2755
|
+
readonly stateMutability: "nonpayable";
|
|
2756
|
+
readonly inputs: readonly [{
|
|
2757
|
+
readonly name: "spender";
|
|
2758
|
+
readonly type: "address";
|
|
2759
|
+
}, {
|
|
2760
|
+
readonly name: "amount";
|
|
2761
|
+
readonly type: "uint256";
|
|
2762
|
+
}];
|
|
2763
|
+
readonly outputs: readonly [{
|
|
2764
|
+
readonly type: "bool";
|
|
2765
|
+
}];
|
|
2766
|
+
}, {
|
|
2767
|
+
readonly type: "function";
|
|
2768
|
+
readonly name: "balanceOf";
|
|
2769
|
+
readonly stateMutability: "view";
|
|
2770
|
+
readonly inputs: readonly [{
|
|
2771
|
+
readonly name: "account";
|
|
2772
|
+
readonly type: "address";
|
|
2773
|
+
}];
|
|
2774
|
+
readonly outputs: readonly [{
|
|
2775
|
+
readonly type: "uint256";
|
|
2776
|
+
}];
|
|
2777
|
+
}, {
|
|
2778
|
+
readonly type: "function";
|
|
2779
|
+
readonly name: "decimals";
|
|
2780
|
+
readonly stateMutability: "view";
|
|
2781
|
+
readonly inputs: readonly [];
|
|
2782
|
+
readonly outputs: readonly [{
|
|
2783
|
+
readonly type: "uint8";
|
|
2784
|
+
}];
|
|
2785
|
+
}, {
|
|
2786
|
+
readonly type: "function";
|
|
2787
|
+
readonly name: "name";
|
|
2788
|
+
readonly stateMutability: "view";
|
|
2789
|
+
readonly inputs: readonly [];
|
|
2790
|
+
readonly outputs: readonly [{
|
|
2791
|
+
readonly type: "string";
|
|
2792
|
+
}];
|
|
2793
|
+
}, {
|
|
2794
|
+
readonly type: "function";
|
|
2795
|
+
readonly name: "symbol";
|
|
2796
|
+
readonly stateMutability: "view";
|
|
2797
|
+
readonly inputs: readonly [];
|
|
2798
|
+
readonly outputs: readonly [{
|
|
2799
|
+
readonly type: "string";
|
|
2800
|
+
}];
|
|
2801
|
+
}, {
|
|
2802
|
+
readonly type: "function";
|
|
2803
|
+
readonly name: "totalSupply";
|
|
2804
|
+
readonly stateMutability: "view";
|
|
2805
|
+
readonly inputs: readonly [];
|
|
2806
|
+
readonly outputs: readonly [{
|
|
2807
|
+
readonly type: "uint256";
|
|
2808
|
+
}];
|
|
2809
|
+
}, {
|
|
2810
|
+
readonly type: "function";
|
|
2811
|
+
readonly name: "transfer";
|
|
2812
|
+
readonly stateMutability: "nonpayable";
|
|
2813
|
+
readonly inputs: readonly [{
|
|
2814
|
+
readonly name: "recipient";
|
|
2815
|
+
readonly type: "address";
|
|
2816
|
+
}, {
|
|
2817
|
+
readonly name: "amount";
|
|
2818
|
+
readonly type: "uint256";
|
|
2819
|
+
}];
|
|
2820
|
+
readonly outputs: readonly [{
|
|
2821
|
+
readonly type: "bool";
|
|
2822
|
+
}];
|
|
2823
|
+
}, {
|
|
2824
|
+
readonly type: "function";
|
|
2825
|
+
readonly name: "transferFrom";
|
|
2826
|
+
readonly stateMutability: "nonpayable";
|
|
2827
|
+
readonly inputs: readonly [{
|
|
2828
|
+
readonly name: "sender";
|
|
2829
|
+
readonly type: "address";
|
|
2830
|
+
}, {
|
|
2831
|
+
readonly name: "recipient";
|
|
2832
|
+
readonly type: "address";
|
|
2833
|
+
}, {
|
|
2834
|
+
readonly name: "amount";
|
|
2835
|
+
readonly type: "uint256";
|
|
2836
|
+
}];
|
|
2837
|
+
readonly outputs: readonly [{
|
|
2838
|
+
readonly type: "bool";
|
|
2839
|
+
}];
|
|
2840
|
+
}];
|
|
943
2841
|
readonly read: {
|
|
944
2842
|
readonly decimals: () => 6;
|
|
945
2843
|
};
|
|
@@ -986,6 +2884,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
986
2884
|
readonly apiUrl: "https://api.polygonscan.com/api";
|
|
987
2885
|
};
|
|
988
2886
|
};
|
|
2887
|
+
blockTime?: number | undefined | undefined;
|
|
989
2888
|
contracts: {
|
|
990
2889
|
readonly tokenMessenger: {
|
|
991
2890
|
readonly address: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
@@ -995,6 +2894,141 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
995
2894
|
};
|
|
996
2895
|
readonly USDC: {
|
|
997
2896
|
readonly address: "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359";
|
|
2897
|
+
readonly abi: readonly [{
|
|
2898
|
+
readonly type: "event";
|
|
2899
|
+
readonly name: "Approval";
|
|
2900
|
+
readonly inputs: readonly [{
|
|
2901
|
+
readonly indexed: true;
|
|
2902
|
+
readonly name: "owner";
|
|
2903
|
+
readonly type: "address";
|
|
2904
|
+
}, {
|
|
2905
|
+
readonly indexed: true;
|
|
2906
|
+
readonly name: "spender";
|
|
2907
|
+
readonly type: "address";
|
|
2908
|
+
}, {
|
|
2909
|
+
readonly indexed: false;
|
|
2910
|
+
readonly name: "value";
|
|
2911
|
+
readonly type: "uint256";
|
|
2912
|
+
}];
|
|
2913
|
+
}, {
|
|
2914
|
+
readonly type: "event";
|
|
2915
|
+
readonly name: "Transfer";
|
|
2916
|
+
readonly inputs: readonly [{
|
|
2917
|
+
readonly indexed: true;
|
|
2918
|
+
readonly name: "from";
|
|
2919
|
+
readonly type: "address";
|
|
2920
|
+
}, {
|
|
2921
|
+
readonly indexed: true;
|
|
2922
|
+
readonly name: "to";
|
|
2923
|
+
readonly type: "address";
|
|
2924
|
+
}, {
|
|
2925
|
+
readonly indexed: false;
|
|
2926
|
+
readonly name: "value";
|
|
2927
|
+
readonly type: "uint256";
|
|
2928
|
+
}];
|
|
2929
|
+
}, {
|
|
2930
|
+
readonly type: "function";
|
|
2931
|
+
readonly name: "allowance";
|
|
2932
|
+
readonly stateMutability: "view";
|
|
2933
|
+
readonly inputs: readonly [{
|
|
2934
|
+
readonly name: "owner";
|
|
2935
|
+
readonly type: "address";
|
|
2936
|
+
}, {
|
|
2937
|
+
readonly name: "spender";
|
|
2938
|
+
readonly type: "address";
|
|
2939
|
+
}];
|
|
2940
|
+
readonly outputs: readonly [{
|
|
2941
|
+
readonly type: "uint256";
|
|
2942
|
+
}];
|
|
2943
|
+
}, {
|
|
2944
|
+
readonly type: "function";
|
|
2945
|
+
readonly name: "approve";
|
|
2946
|
+
readonly stateMutability: "nonpayable";
|
|
2947
|
+
readonly inputs: readonly [{
|
|
2948
|
+
readonly name: "spender";
|
|
2949
|
+
readonly type: "address";
|
|
2950
|
+
}, {
|
|
2951
|
+
readonly name: "amount";
|
|
2952
|
+
readonly type: "uint256";
|
|
2953
|
+
}];
|
|
2954
|
+
readonly outputs: readonly [{
|
|
2955
|
+
readonly type: "bool";
|
|
2956
|
+
}];
|
|
2957
|
+
}, {
|
|
2958
|
+
readonly type: "function";
|
|
2959
|
+
readonly name: "balanceOf";
|
|
2960
|
+
readonly stateMutability: "view";
|
|
2961
|
+
readonly inputs: readonly [{
|
|
2962
|
+
readonly name: "account";
|
|
2963
|
+
readonly type: "address";
|
|
2964
|
+
}];
|
|
2965
|
+
readonly outputs: readonly [{
|
|
2966
|
+
readonly type: "uint256";
|
|
2967
|
+
}];
|
|
2968
|
+
}, {
|
|
2969
|
+
readonly type: "function";
|
|
2970
|
+
readonly name: "decimals";
|
|
2971
|
+
readonly stateMutability: "view";
|
|
2972
|
+
readonly inputs: readonly [];
|
|
2973
|
+
readonly outputs: readonly [{
|
|
2974
|
+
readonly type: "uint8";
|
|
2975
|
+
}];
|
|
2976
|
+
}, {
|
|
2977
|
+
readonly type: "function";
|
|
2978
|
+
readonly name: "name";
|
|
2979
|
+
readonly stateMutability: "view";
|
|
2980
|
+
readonly inputs: readonly [];
|
|
2981
|
+
readonly outputs: readonly [{
|
|
2982
|
+
readonly type: "string";
|
|
2983
|
+
}];
|
|
2984
|
+
}, {
|
|
2985
|
+
readonly type: "function";
|
|
2986
|
+
readonly name: "symbol";
|
|
2987
|
+
readonly stateMutability: "view";
|
|
2988
|
+
readonly inputs: readonly [];
|
|
2989
|
+
readonly outputs: readonly [{
|
|
2990
|
+
readonly type: "string";
|
|
2991
|
+
}];
|
|
2992
|
+
}, {
|
|
2993
|
+
readonly type: "function";
|
|
2994
|
+
readonly name: "totalSupply";
|
|
2995
|
+
readonly stateMutability: "view";
|
|
2996
|
+
readonly inputs: readonly [];
|
|
2997
|
+
readonly outputs: readonly [{
|
|
2998
|
+
readonly type: "uint256";
|
|
2999
|
+
}];
|
|
3000
|
+
}, {
|
|
3001
|
+
readonly type: "function";
|
|
3002
|
+
readonly name: "transfer";
|
|
3003
|
+
readonly stateMutability: "nonpayable";
|
|
3004
|
+
readonly inputs: readonly [{
|
|
3005
|
+
readonly name: "recipient";
|
|
3006
|
+
readonly type: "address";
|
|
3007
|
+
}, {
|
|
3008
|
+
readonly name: "amount";
|
|
3009
|
+
readonly type: "uint256";
|
|
3010
|
+
}];
|
|
3011
|
+
readonly outputs: readonly [{
|
|
3012
|
+
readonly type: "bool";
|
|
3013
|
+
}];
|
|
3014
|
+
}, {
|
|
3015
|
+
readonly type: "function";
|
|
3016
|
+
readonly name: "transferFrom";
|
|
3017
|
+
readonly stateMutability: "nonpayable";
|
|
3018
|
+
readonly inputs: readonly [{
|
|
3019
|
+
readonly name: "sender";
|
|
3020
|
+
readonly type: "address";
|
|
3021
|
+
}, {
|
|
3022
|
+
readonly name: "recipient";
|
|
3023
|
+
readonly type: "address";
|
|
3024
|
+
}, {
|
|
3025
|
+
readonly name: "amount";
|
|
3026
|
+
readonly type: "uint256";
|
|
3027
|
+
}];
|
|
3028
|
+
readonly outputs: readonly [{
|
|
3029
|
+
readonly type: "bool";
|
|
3030
|
+
}];
|
|
3031
|
+
}];
|
|
998
3032
|
readonly read: {
|
|
999
3033
|
readonly decimals: () => 6;
|
|
1000
3034
|
};
|
|
@@ -1034,6 +3068,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1034
3068
|
readonly apiUrl: "https://api-amoy.polygonscan.com/api";
|
|
1035
3069
|
};
|
|
1036
3070
|
};
|
|
3071
|
+
blockTime?: number | undefined | undefined;
|
|
1037
3072
|
contracts: {
|
|
1038
3073
|
readonly tokenMessenger: {
|
|
1039
3074
|
readonly address: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
@@ -1043,6 +3078,141 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1043
3078
|
};
|
|
1044
3079
|
readonly USDC: {
|
|
1045
3080
|
readonly address: "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582";
|
|
3081
|
+
readonly abi: readonly [{
|
|
3082
|
+
readonly type: "event";
|
|
3083
|
+
readonly name: "Approval";
|
|
3084
|
+
readonly inputs: readonly [{
|
|
3085
|
+
readonly indexed: true;
|
|
3086
|
+
readonly name: "owner";
|
|
3087
|
+
readonly type: "address";
|
|
3088
|
+
}, {
|
|
3089
|
+
readonly indexed: true;
|
|
3090
|
+
readonly name: "spender";
|
|
3091
|
+
readonly type: "address";
|
|
3092
|
+
}, {
|
|
3093
|
+
readonly indexed: false;
|
|
3094
|
+
readonly name: "value";
|
|
3095
|
+
readonly type: "uint256";
|
|
3096
|
+
}];
|
|
3097
|
+
}, {
|
|
3098
|
+
readonly type: "event";
|
|
3099
|
+
readonly name: "Transfer";
|
|
3100
|
+
readonly inputs: readonly [{
|
|
3101
|
+
readonly indexed: true;
|
|
3102
|
+
readonly name: "from";
|
|
3103
|
+
readonly type: "address";
|
|
3104
|
+
}, {
|
|
3105
|
+
readonly indexed: true;
|
|
3106
|
+
readonly name: "to";
|
|
3107
|
+
readonly type: "address";
|
|
3108
|
+
}, {
|
|
3109
|
+
readonly indexed: false;
|
|
3110
|
+
readonly name: "value";
|
|
3111
|
+
readonly type: "uint256";
|
|
3112
|
+
}];
|
|
3113
|
+
}, {
|
|
3114
|
+
readonly type: "function";
|
|
3115
|
+
readonly name: "allowance";
|
|
3116
|
+
readonly stateMutability: "view";
|
|
3117
|
+
readonly inputs: readonly [{
|
|
3118
|
+
readonly name: "owner";
|
|
3119
|
+
readonly type: "address";
|
|
3120
|
+
}, {
|
|
3121
|
+
readonly name: "spender";
|
|
3122
|
+
readonly type: "address";
|
|
3123
|
+
}];
|
|
3124
|
+
readonly outputs: readonly [{
|
|
3125
|
+
readonly type: "uint256";
|
|
3126
|
+
}];
|
|
3127
|
+
}, {
|
|
3128
|
+
readonly type: "function";
|
|
3129
|
+
readonly name: "approve";
|
|
3130
|
+
readonly stateMutability: "nonpayable";
|
|
3131
|
+
readonly inputs: readonly [{
|
|
3132
|
+
readonly name: "spender";
|
|
3133
|
+
readonly type: "address";
|
|
3134
|
+
}, {
|
|
3135
|
+
readonly name: "amount";
|
|
3136
|
+
readonly type: "uint256";
|
|
3137
|
+
}];
|
|
3138
|
+
readonly outputs: readonly [{
|
|
3139
|
+
readonly type: "bool";
|
|
3140
|
+
}];
|
|
3141
|
+
}, {
|
|
3142
|
+
readonly type: "function";
|
|
3143
|
+
readonly name: "balanceOf";
|
|
3144
|
+
readonly stateMutability: "view";
|
|
3145
|
+
readonly inputs: readonly [{
|
|
3146
|
+
readonly name: "account";
|
|
3147
|
+
readonly type: "address";
|
|
3148
|
+
}];
|
|
3149
|
+
readonly outputs: readonly [{
|
|
3150
|
+
readonly type: "uint256";
|
|
3151
|
+
}];
|
|
3152
|
+
}, {
|
|
3153
|
+
readonly type: "function";
|
|
3154
|
+
readonly name: "decimals";
|
|
3155
|
+
readonly stateMutability: "view";
|
|
3156
|
+
readonly inputs: readonly [];
|
|
3157
|
+
readonly outputs: readonly [{
|
|
3158
|
+
readonly type: "uint8";
|
|
3159
|
+
}];
|
|
3160
|
+
}, {
|
|
3161
|
+
readonly type: "function";
|
|
3162
|
+
readonly name: "name";
|
|
3163
|
+
readonly stateMutability: "view";
|
|
3164
|
+
readonly inputs: readonly [];
|
|
3165
|
+
readonly outputs: readonly [{
|
|
3166
|
+
readonly type: "string";
|
|
3167
|
+
}];
|
|
3168
|
+
}, {
|
|
3169
|
+
readonly type: "function";
|
|
3170
|
+
readonly name: "symbol";
|
|
3171
|
+
readonly stateMutability: "view";
|
|
3172
|
+
readonly inputs: readonly [];
|
|
3173
|
+
readonly outputs: readonly [{
|
|
3174
|
+
readonly type: "string";
|
|
3175
|
+
}];
|
|
3176
|
+
}, {
|
|
3177
|
+
readonly type: "function";
|
|
3178
|
+
readonly name: "totalSupply";
|
|
3179
|
+
readonly stateMutability: "view";
|
|
3180
|
+
readonly inputs: readonly [];
|
|
3181
|
+
readonly outputs: readonly [{
|
|
3182
|
+
readonly type: "uint256";
|
|
3183
|
+
}];
|
|
3184
|
+
}, {
|
|
3185
|
+
readonly type: "function";
|
|
3186
|
+
readonly name: "transfer";
|
|
3187
|
+
readonly stateMutability: "nonpayable";
|
|
3188
|
+
readonly inputs: readonly [{
|
|
3189
|
+
readonly name: "recipient";
|
|
3190
|
+
readonly type: "address";
|
|
3191
|
+
}, {
|
|
3192
|
+
readonly name: "amount";
|
|
3193
|
+
readonly type: "uint256";
|
|
3194
|
+
}];
|
|
3195
|
+
readonly outputs: readonly [{
|
|
3196
|
+
readonly type: "bool";
|
|
3197
|
+
}];
|
|
3198
|
+
}, {
|
|
3199
|
+
readonly type: "function";
|
|
3200
|
+
readonly name: "transferFrom";
|
|
3201
|
+
readonly stateMutability: "nonpayable";
|
|
3202
|
+
readonly inputs: readonly [{
|
|
3203
|
+
readonly name: "sender";
|
|
3204
|
+
readonly type: "address";
|
|
3205
|
+
}, {
|
|
3206
|
+
readonly name: "recipient";
|
|
3207
|
+
readonly type: "address";
|
|
3208
|
+
}, {
|
|
3209
|
+
readonly name: "amount";
|
|
3210
|
+
readonly type: "uint256";
|
|
3211
|
+
}];
|
|
3212
|
+
readonly outputs: readonly [{
|
|
3213
|
+
readonly type: "bool";
|
|
3214
|
+
}];
|
|
3215
|
+
}];
|
|
1046
3216
|
readonly read: {
|
|
1047
3217
|
readonly decimals: () => 6;
|
|
1048
3218
|
};
|
|
@@ -1082,6 +3252,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1082
3252
|
readonly apiUrl: "https://api-optimistic.etherscan.io/api";
|
|
1083
3253
|
};
|
|
1084
3254
|
};
|
|
3255
|
+
blockTime: 2000;
|
|
1085
3256
|
contracts: {
|
|
1086
3257
|
readonly tokenMessenger: {
|
|
1087
3258
|
readonly address: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
@@ -1091,6 +3262,141 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1091
3262
|
};
|
|
1092
3263
|
readonly USDC: {
|
|
1093
3264
|
readonly address: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
|
|
3265
|
+
readonly abi: readonly [{
|
|
3266
|
+
readonly type: "event";
|
|
3267
|
+
readonly name: "Approval";
|
|
3268
|
+
readonly inputs: readonly [{
|
|
3269
|
+
readonly indexed: true;
|
|
3270
|
+
readonly name: "owner";
|
|
3271
|
+
readonly type: "address";
|
|
3272
|
+
}, {
|
|
3273
|
+
readonly indexed: true;
|
|
3274
|
+
readonly name: "spender";
|
|
3275
|
+
readonly type: "address";
|
|
3276
|
+
}, {
|
|
3277
|
+
readonly indexed: false;
|
|
3278
|
+
readonly name: "value";
|
|
3279
|
+
readonly type: "uint256";
|
|
3280
|
+
}];
|
|
3281
|
+
}, {
|
|
3282
|
+
readonly type: "event";
|
|
3283
|
+
readonly name: "Transfer";
|
|
3284
|
+
readonly inputs: readonly [{
|
|
3285
|
+
readonly indexed: true;
|
|
3286
|
+
readonly name: "from";
|
|
3287
|
+
readonly type: "address";
|
|
3288
|
+
}, {
|
|
3289
|
+
readonly indexed: true;
|
|
3290
|
+
readonly name: "to";
|
|
3291
|
+
readonly type: "address";
|
|
3292
|
+
}, {
|
|
3293
|
+
readonly indexed: false;
|
|
3294
|
+
readonly name: "value";
|
|
3295
|
+
readonly type: "uint256";
|
|
3296
|
+
}];
|
|
3297
|
+
}, {
|
|
3298
|
+
readonly type: "function";
|
|
3299
|
+
readonly name: "allowance";
|
|
3300
|
+
readonly stateMutability: "view";
|
|
3301
|
+
readonly inputs: readonly [{
|
|
3302
|
+
readonly name: "owner";
|
|
3303
|
+
readonly type: "address";
|
|
3304
|
+
}, {
|
|
3305
|
+
readonly name: "spender";
|
|
3306
|
+
readonly type: "address";
|
|
3307
|
+
}];
|
|
3308
|
+
readonly outputs: readonly [{
|
|
3309
|
+
readonly type: "uint256";
|
|
3310
|
+
}];
|
|
3311
|
+
}, {
|
|
3312
|
+
readonly type: "function";
|
|
3313
|
+
readonly name: "approve";
|
|
3314
|
+
readonly stateMutability: "nonpayable";
|
|
3315
|
+
readonly inputs: readonly [{
|
|
3316
|
+
readonly name: "spender";
|
|
3317
|
+
readonly type: "address";
|
|
3318
|
+
}, {
|
|
3319
|
+
readonly name: "amount";
|
|
3320
|
+
readonly type: "uint256";
|
|
3321
|
+
}];
|
|
3322
|
+
readonly outputs: readonly [{
|
|
3323
|
+
readonly type: "bool";
|
|
3324
|
+
}];
|
|
3325
|
+
}, {
|
|
3326
|
+
readonly type: "function";
|
|
3327
|
+
readonly name: "balanceOf";
|
|
3328
|
+
readonly stateMutability: "view";
|
|
3329
|
+
readonly inputs: readonly [{
|
|
3330
|
+
readonly name: "account";
|
|
3331
|
+
readonly type: "address";
|
|
3332
|
+
}];
|
|
3333
|
+
readonly outputs: readonly [{
|
|
3334
|
+
readonly type: "uint256";
|
|
3335
|
+
}];
|
|
3336
|
+
}, {
|
|
3337
|
+
readonly type: "function";
|
|
3338
|
+
readonly name: "decimals";
|
|
3339
|
+
readonly stateMutability: "view";
|
|
3340
|
+
readonly inputs: readonly [];
|
|
3341
|
+
readonly outputs: readonly [{
|
|
3342
|
+
readonly type: "uint8";
|
|
3343
|
+
}];
|
|
3344
|
+
}, {
|
|
3345
|
+
readonly type: "function";
|
|
3346
|
+
readonly name: "name";
|
|
3347
|
+
readonly stateMutability: "view";
|
|
3348
|
+
readonly inputs: readonly [];
|
|
3349
|
+
readonly outputs: readonly [{
|
|
3350
|
+
readonly type: "string";
|
|
3351
|
+
}];
|
|
3352
|
+
}, {
|
|
3353
|
+
readonly type: "function";
|
|
3354
|
+
readonly name: "symbol";
|
|
3355
|
+
readonly stateMutability: "view";
|
|
3356
|
+
readonly inputs: readonly [];
|
|
3357
|
+
readonly outputs: readonly [{
|
|
3358
|
+
readonly type: "string";
|
|
3359
|
+
}];
|
|
3360
|
+
}, {
|
|
3361
|
+
readonly type: "function";
|
|
3362
|
+
readonly name: "totalSupply";
|
|
3363
|
+
readonly stateMutability: "view";
|
|
3364
|
+
readonly inputs: readonly [];
|
|
3365
|
+
readonly outputs: readonly [{
|
|
3366
|
+
readonly type: "uint256";
|
|
3367
|
+
}];
|
|
3368
|
+
}, {
|
|
3369
|
+
readonly type: "function";
|
|
3370
|
+
readonly name: "transfer";
|
|
3371
|
+
readonly stateMutability: "nonpayable";
|
|
3372
|
+
readonly inputs: readonly [{
|
|
3373
|
+
readonly name: "recipient";
|
|
3374
|
+
readonly type: "address";
|
|
3375
|
+
}, {
|
|
3376
|
+
readonly name: "amount";
|
|
3377
|
+
readonly type: "uint256";
|
|
3378
|
+
}];
|
|
3379
|
+
readonly outputs: readonly [{
|
|
3380
|
+
readonly type: "bool";
|
|
3381
|
+
}];
|
|
3382
|
+
}, {
|
|
3383
|
+
readonly type: "function";
|
|
3384
|
+
readonly name: "transferFrom";
|
|
3385
|
+
readonly stateMutability: "nonpayable";
|
|
3386
|
+
readonly inputs: readonly [{
|
|
3387
|
+
readonly name: "sender";
|
|
3388
|
+
readonly type: "address";
|
|
3389
|
+
}, {
|
|
3390
|
+
readonly name: "recipient";
|
|
3391
|
+
readonly type: "address";
|
|
3392
|
+
}, {
|
|
3393
|
+
readonly name: "amount";
|
|
3394
|
+
readonly type: "uint256";
|
|
3395
|
+
}];
|
|
3396
|
+
readonly outputs: readonly [{
|
|
3397
|
+
readonly type: "bool";
|
|
3398
|
+
}];
|
|
3399
|
+
}];
|
|
1094
3400
|
readonly read: {
|
|
1095
3401
|
readonly decimals: () => 6;
|
|
1096
3402
|
};
|
|
@@ -1400,6 +3706,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1400
3706
|
readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
|
|
1401
3707
|
};
|
|
1402
3708
|
};
|
|
3709
|
+
blockTime: 2000;
|
|
1403
3710
|
contracts: {
|
|
1404
3711
|
readonly tokenMessenger: {
|
|
1405
3712
|
readonly address: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
@@ -1409,6 +3716,141 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1409
3716
|
};
|
|
1410
3717
|
readonly USDC: {
|
|
1411
3718
|
readonly address: "0x5fd84259d66Cd46123540766Be93DFE6D43130D7";
|
|
3719
|
+
readonly abi: readonly [{
|
|
3720
|
+
readonly type: "event";
|
|
3721
|
+
readonly name: "Approval";
|
|
3722
|
+
readonly inputs: readonly [{
|
|
3723
|
+
readonly indexed: true;
|
|
3724
|
+
readonly name: "owner";
|
|
3725
|
+
readonly type: "address";
|
|
3726
|
+
}, {
|
|
3727
|
+
readonly indexed: true;
|
|
3728
|
+
readonly name: "spender";
|
|
3729
|
+
readonly type: "address";
|
|
3730
|
+
}, {
|
|
3731
|
+
readonly indexed: false;
|
|
3732
|
+
readonly name: "value";
|
|
3733
|
+
readonly type: "uint256";
|
|
3734
|
+
}];
|
|
3735
|
+
}, {
|
|
3736
|
+
readonly type: "event";
|
|
3737
|
+
readonly name: "Transfer";
|
|
3738
|
+
readonly inputs: readonly [{
|
|
3739
|
+
readonly indexed: true;
|
|
3740
|
+
readonly name: "from";
|
|
3741
|
+
readonly type: "address";
|
|
3742
|
+
}, {
|
|
3743
|
+
readonly indexed: true;
|
|
3744
|
+
readonly name: "to";
|
|
3745
|
+
readonly type: "address";
|
|
3746
|
+
}, {
|
|
3747
|
+
readonly indexed: false;
|
|
3748
|
+
readonly name: "value";
|
|
3749
|
+
readonly type: "uint256";
|
|
3750
|
+
}];
|
|
3751
|
+
}, {
|
|
3752
|
+
readonly type: "function";
|
|
3753
|
+
readonly name: "allowance";
|
|
3754
|
+
readonly stateMutability: "view";
|
|
3755
|
+
readonly inputs: readonly [{
|
|
3756
|
+
readonly name: "owner";
|
|
3757
|
+
readonly type: "address";
|
|
3758
|
+
}, {
|
|
3759
|
+
readonly name: "spender";
|
|
3760
|
+
readonly type: "address";
|
|
3761
|
+
}];
|
|
3762
|
+
readonly outputs: readonly [{
|
|
3763
|
+
readonly type: "uint256";
|
|
3764
|
+
}];
|
|
3765
|
+
}, {
|
|
3766
|
+
readonly type: "function";
|
|
3767
|
+
readonly name: "approve";
|
|
3768
|
+
readonly stateMutability: "nonpayable";
|
|
3769
|
+
readonly inputs: readonly [{
|
|
3770
|
+
readonly name: "spender";
|
|
3771
|
+
readonly type: "address";
|
|
3772
|
+
}, {
|
|
3773
|
+
readonly name: "amount";
|
|
3774
|
+
readonly type: "uint256";
|
|
3775
|
+
}];
|
|
3776
|
+
readonly outputs: readonly [{
|
|
3777
|
+
readonly type: "bool";
|
|
3778
|
+
}];
|
|
3779
|
+
}, {
|
|
3780
|
+
readonly type: "function";
|
|
3781
|
+
readonly name: "balanceOf";
|
|
3782
|
+
readonly stateMutability: "view";
|
|
3783
|
+
readonly inputs: readonly [{
|
|
3784
|
+
readonly name: "account";
|
|
3785
|
+
readonly type: "address";
|
|
3786
|
+
}];
|
|
3787
|
+
readonly outputs: readonly [{
|
|
3788
|
+
readonly type: "uint256";
|
|
3789
|
+
}];
|
|
3790
|
+
}, {
|
|
3791
|
+
readonly type: "function";
|
|
3792
|
+
readonly name: "decimals";
|
|
3793
|
+
readonly stateMutability: "view";
|
|
3794
|
+
readonly inputs: readonly [];
|
|
3795
|
+
readonly outputs: readonly [{
|
|
3796
|
+
readonly type: "uint8";
|
|
3797
|
+
}];
|
|
3798
|
+
}, {
|
|
3799
|
+
readonly type: "function";
|
|
3800
|
+
readonly name: "name";
|
|
3801
|
+
readonly stateMutability: "view";
|
|
3802
|
+
readonly inputs: readonly [];
|
|
3803
|
+
readonly outputs: readonly [{
|
|
3804
|
+
readonly type: "string";
|
|
3805
|
+
}];
|
|
3806
|
+
}, {
|
|
3807
|
+
readonly type: "function";
|
|
3808
|
+
readonly name: "symbol";
|
|
3809
|
+
readonly stateMutability: "view";
|
|
3810
|
+
readonly inputs: readonly [];
|
|
3811
|
+
readonly outputs: readonly [{
|
|
3812
|
+
readonly type: "string";
|
|
3813
|
+
}];
|
|
3814
|
+
}, {
|
|
3815
|
+
readonly type: "function";
|
|
3816
|
+
readonly name: "totalSupply";
|
|
3817
|
+
readonly stateMutability: "view";
|
|
3818
|
+
readonly inputs: readonly [];
|
|
3819
|
+
readonly outputs: readonly [{
|
|
3820
|
+
readonly type: "uint256";
|
|
3821
|
+
}];
|
|
3822
|
+
}, {
|
|
3823
|
+
readonly type: "function";
|
|
3824
|
+
readonly name: "transfer";
|
|
3825
|
+
readonly stateMutability: "nonpayable";
|
|
3826
|
+
readonly inputs: readonly [{
|
|
3827
|
+
readonly name: "recipient";
|
|
3828
|
+
readonly type: "address";
|
|
3829
|
+
}, {
|
|
3830
|
+
readonly name: "amount";
|
|
3831
|
+
readonly type: "uint256";
|
|
3832
|
+
}];
|
|
3833
|
+
readonly outputs: readonly [{
|
|
3834
|
+
readonly type: "bool";
|
|
3835
|
+
}];
|
|
3836
|
+
}, {
|
|
3837
|
+
readonly type: "function";
|
|
3838
|
+
readonly name: "transferFrom";
|
|
3839
|
+
readonly stateMutability: "nonpayable";
|
|
3840
|
+
readonly inputs: readonly [{
|
|
3841
|
+
readonly name: "sender";
|
|
3842
|
+
readonly type: "address";
|
|
3843
|
+
}, {
|
|
3844
|
+
readonly name: "recipient";
|
|
3845
|
+
readonly type: "address";
|
|
3846
|
+
}, {
|
|
3847
|
+
readonly name: "amount";
|
|
3848
|
+
readonly type: "uint256";
|
|
3849
|
+
}];
|
|
3850
|
+
readonly outputs: readonly [{
|
|
3851
|
+
readonly type: "bool";
|
|
3852
|
+
}];
|
|
3853
|
+
}];
|
|
1412
3854
|
readonly read: {
|
|
1413
3855
|
readonly decimals: () => 6;
|
|
1414
3856
|
};
|
|
@@ -1718,6 +4160,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1718
4160
|
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
1719
4161
|
};
|
|
1720
4162
|
};
|
|
4163
|
+
blockTime: 2000;
|
|
1721
4164
|
contracts: {
|
|
1722
4165
|
readonly tokenMessenger: {
|
|
1723
4166
|
readonly address: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
|
|
@@ -1727,6 +4170,141 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1727
4170
|
};
|
|
1728
4171
|
readonly USDC: {
|
|
1729
4172
|
readonly address: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
4173
|
+
readonly abi: readonly [{
|
|
4174
|
+
readonly type: "event";
|
|
4175
|
+
readonly name: "Approval";
|
|
4176
|
+
readonly inputs: readonly [{
|
|
4177
|
+
readonly indexed: true;
|
|
4178
|
+
readonly name: "owner";
|
|
4179
|
+
readonly type: "address";
|
|
4180
|
+
}, {
|
|
4181
|
+
readonly indexed: true;
|
|
4182
|
+
readonly name: "spender";
|
|
4183
|
+
readonly type: "address";
|
|
4184
|
+
}, {
|
|
4185
|
+
readonly indexed: false;
|
|
4186
|
+
readonly name: "value";
|
|
4187
|
+
readonly type: "uint256";
|
|
4188
|
+
}];
|
|
4189
|
+
}, {
|
|
4190
|
+
readonly type: "event";
|
|
4191
|
+
readonly name: "Transfer";
|
|
4192
|
+
readonly inputs: readonly [{
|
|
4193
|
+
readonly indexed: true;
|
|
4194
|
+
readonly name: "from";
|
|
4195
|
+
readonly type: "address";
|
|
4196
|
+
}, {
|
|
4197
|
+
readonly indexed: true;
|
|
4198
|
+
readonly name: "to";
|
|
4199
|
+
readonly type: "address";
|
|
4200
|
+
}, {
|
|
4201
|
+
readonly indexed: false;
|
|
4202
|
+
readonly name: "value";
|
|
4203
|
+
readonly type: "uint256";
|
|
4204
|
+
}];
|
|
4205
|
+
}, {
|
|
4206
|
+
readonly type: "function";
|
|
4207
|
+
readonly name: "allowance";
|
|
4208
|
+
readonly stateMutability: "view";
|
|
4209
|
+
readonly inputs: readonly [{
|
|
4210
|
+
readonly name: "owner";
|
|
4211
|
+
readonly type: "address";
|
|
4212
|
+
}, {
|
|
4213
|
+
readonly name: "spender";
|
|
4214
|
+
readonly type: "address";
|
|
4215
|
+
}];
|
|
4216
|
+
readonly outputs: readonly [{
|
|
4217
|
+
readonly type: "uint256";
|
|
4218
|
+
}];
|
|
4219
|
+
}, {
|
|
4220
|
+
readonly type: "function";
|
|
4221
|
+
readonly name: "approve";
|
|
4222
|
+
readonly stateMutability: "nonpayable";
|
|
4223
|
+
readonly inputs: readonly [{
|
|
4224
|
+
readonly name: "spender";
|
|
4225
|
+
readonly type: "address";
|
|
4226
|
+
}, {
|
|
4227
|
+
readonly name: "amount";
|
|
4228
|
+
readonly type: "uint256";
|
|
4229
|
+
}];
|
|
4230
|
+
readonly outputs: readonly [{
|
|
4231
|
+
readonly type: "bool";
|
|
4232
|
+
}];
|
|
4233
|
+
}, {
|
|
4234
|
+
readonly type: "function";
|
|
4235
|
+
readonly name: "balanceOf";
|
|
4236
|
+
readonly stateMutability: "view";
|
|
4237
|
+
readonly inputs: readonly [{
|
|
4238
|
+
readonly name: "account";
|
|
4239
|
+
readonly type: "address";
|
|
4240
|
+
}];
|
|
4241
|
+
readonly outputs: readonly [{
|
|
4242
|
+
readonly type: "uint256";
|
|
4243
|
+
}];
|
|
4244
|
+
}, {
|
|
4245
|
+
readonly type: "function";
|
|
4246
|
+
readonly name: "decimals";
|
|
4247
|
+
readonly stateMutability: "view";
|
|
4248
|
+
readonly inputs: readonly [];
|
|
4249
|
+
readonly outputs: readonly [{
|
|
4250
|
+
readonly type: "uint8";
|
|
4251
|
+
}];
|
|
4252
|
+
}, {
|
|
4253
|
+
readonly type: "function";
|
|
4254
|
+
readonly name: "name";
|
|
4255
|
+
readonly stateMutability: "view";
|
|
4256
|
+
readonly inputs: readonly [];
|
|
4257
|
+
readonly outputs: readonly [{
|
|
4258
|
+
readonly type: "string";
|
|
4259
|
+
}];
|
|
4260
|
+
}, {
|
|
4261
|
+
readonly type: "function";
|
|
4262
|
+
readonly name: "symbol";
|
|
4263
|
+
readonly stateMutability: "view";
|
|
4264
|
+
readonly inputs: readonly [];
|
|
4265
|
+
readonly outputs: readonly [{
|
|
4266
|
+
readonly type: "string";
|
|
4267
|
+
}];
|
|
4268
|
+
}, {
|
|
4269
|
+
readonly type: "function";
|
|
4270
|
+
readonly name: "totalSupply";
|
|
4271
|
+
readonly stateMutability: "view";
|
|
4272
|
+
readonly inputs: readonly [];
|
|
4273
|
+
readonly outputs: readonly [{
|
|
4274
|
+
readonly type: "uint256";
|
|
4275
|
+
}];
|
|
4276
|
+
}, {
|
|
4277
|
+
readonly type: "function";
|
|
4278
|
+
readonly name: "transfer";
|
|
4279
|
+
readonly stateMutability: "nonpayable";
|
|
4280
|
+
readonly inputs: readonly [{
|
|
4281
|
+
readonly name: "recipient";
|
|
4282
|
+
readonly type: "address";
|
|
4283
|
+
}, {
|
|
4284
|
+
readonly name: "amount";
|
|
4285
|
+
readonly type: "uint256";
|
|
4286
|
+
}];
|
|
4287
|
+
readonly outputs: readonly [{
|
|
4288
|
+
readonly type: "bool";
|
|
4289
|
+
}];
|
|
4290
|
+
}, {
|
|
4291
|
+
readonly type: "function";
|
|
4292
|
+
readonly name: "transferFrom";
|
|
4293
|
+
readonly stateMutability: "nonpayable";
|
|
4294
|
+
readonly inputs: readonly [{
|
|
4295
|
+
readonly name: "sender";
|
|
4296
|
+
readonly type: "address";
|
|
4297
|
+
}, {
|
|
4298
|
+
readonly name: "recipient";
|
|
4299
|
+
readonly type: "address";
|
|
4300
|
+
}, {
|
|
4301
|
+
readonly name: "amount";
|
|
4302
|
+
readonly type: "uint256";
|
|
4303
|
+
}];
|
|
4304
|
+
readonly outputs: readonly [{
|
|
4305
|
+
readonly type: "bool";
|
|
4306
|
+
}];
|
|
4307
|
+
}];
|
|
1730
4308
|
readonly read: {
|
|
1731
4309
|
readonly decimals: () => 6;
|
|
1732
4310
|
};
|
|
@@ -2031,6 +4609,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2031
4609
|
readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
|
|
2032
4610
|
};
|
|
2033
4611
|
};
|
|
4612
|
+
blockTime: 2000;
|
|
2034
4613
|
contracts: {
|
|
2035
4614
|
readonly tokenMessenger: {
|
|
2036
4615
|
readonly address: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
|
|
@@ -2040,6 +4619,141 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2040
4619
|
};
|
|
2041
4620
|
readonly USDC: {
|
|
2042
4621
|
readonly address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
4622
|
+
readonly abi: readonly [{
|
|
4623
|
+
readonly type: "event";
|
|
4624
|
+
readonly name: "Approval";
|
|
4625
|
+
readonly inputs: readonly [{
|
|
4626
|
+
readonly indexed: true;
|
|
4627
|
+
readonly name: "owner";
|
|
4628
|
+
readonly type: "address";
|
|
4629
|
+
}, {
|
|
4630
|
+
readonly indexed: true;
|
|
4631
|
+
readonly name: "spender";
|
|
4632
|
+
readonly type: "address";
|
|
4633
|
+
}, {
|
|
4634
|
+
readonly indexed: false;
|
|
4635
|
+
readonly name: "value";
|
|
4636
|
+
readonly type: "uint256";
|
|
4637
|
+
}];
|
|
4638
|
+
}, {
|
|
4639
|
+
readonly type: "event";
|
|
4640
|
+
readonly name: "Transfer";
|
|
4641
|
+
readonly inputs: readonly [{
|
|
4642
|
+
readonly indexed: true;
|
|
4643
|
+
readonly name: "from";
|
|
4644
|
+
readonly type: "address";
|
|
4645
|
+
}, {
|
|
4646
|
+
readonly indexed: true;
|
|
4647
|
+
readonly name: "to";
|
|
4648
|
+
readonly type: "address";
|
|
4649
|
+
}, {
|
|
4650
|
+
readonly indexed: false;
|
|
4651
|
+
readonly name: "value";
|
|
4652
|
+
readonly type: "uint256";
|
|
4653
|
+
}];
|
|
4654
|
+
}, {
|
|
4655
|
+
readonly type: "function";
|
|
4656
|
+
readonly name: "allowance";
|
|
4657
|
+
readonly stateMutability: "view";
|
|
4658
|
+
readonly inputs: readonly [{
|
|
4659
|
+
readonly name: "owner";
|
|
4660
|
+
readonly type: "address";
|
|
4661
|
+
}, {
|
|
4662
|
+
readonly name: "spender";
|
|
4663
|
+
readonly type: "address";
|
|
4664
|
+
}];
|
|
4665
|
+
readonly outputs: readonly [{
|
|
4666
|
+
readonly type: "uint256";
|
|
4667
|
+
}];
|
|
4668
|
+
}, {
|
|
4669
|
+
readonly type: "function";
|
|
4670
|
+
readonly name: "approve";
|
|
4671
|
+
readonly stateMutability: "nonpayable";
|
|
4672
|
+
readonly inputs: readonly [{
|
|
4673
|
+
readonly name: "spender";
|
|
4674
|
+
readonly type: "address";
|
|
4675
|
+
}, {
|
|
4676
|
+
readonly name: "amount";
|
|
4677
|
+
readonly type: "uint256";
|
|
4678
|
+
}];
|
|
4679
|
+
readonly outputs: readonly [{
|
|
4680
|
+
readonly type: "bool";
|
|
4681
|
+
}];
|
|
4682
|
+
}, {
|
|
4683
|
+
readonly type: "function";
|
|
4684
|
+
readonly name: "balanceOf";
|
|
4685
|
+
readonly stateMutability: "view";
|
|
4686
|
+
readonly inputs: readonly [{
|
|
4687
|
+
readonly name: "account";
|
|
4688
|
+
readonly type: "address";
|
|
4689
|
+
}];
|
|
4690
|
+
readonly outputs: readonly [{
|
|
4691
|
+
readonly type: "uint256";
|
|
4692
|
+
}];
|
|
4693
|
+
}, {
|
|
4694
|
+
readonly type: "function";
|
|
4695
|
+
readonly name: "decimals";
|
|
4696
|
+
readonly stateMutability: "view";
|
|
4697
|
+
readonly inputs: readonly [];
|
|
4698
|
+
readonly outputs: readonly [{
|
|
4699
|
+
readonly type: "uint8";
|
|
4700
|
+
}];
|
|
4701
|
+
}, {
|
|
4702
|
+
readonly type: "function";
|
|
4703
|
+
readonly name: "name";
|
|
4704
|
+
readonly stateMutability: "view";
|
|
4705
|
+
readonly inputs: readonly [];
|
|
4706
|
+
readonly outputs: readonly [{
|
|
4707
|
+
readonly type: "string";
|
|
4708
|
+
}];
|
|
4709
|
+
}, {
|
|
4710
|
+
readonly type: "function";
|
|
4711
|
+
readonly name: "symbol";
|
|
4712
|
+
readonly stateMutability: "view";
|
|
4713
|
+
readonly inputs: readonly [];
|
|
4714
|
+
readonly outputs: readonly [{
|
|
4715
|
+
readonly type: "string";
|
|
4716
|
+
}];
|
|
4717
|
+
}, {
|
|
4718
|
+
readonly type: "function";
|
|
4719
|
+
readonly name: "totalSupply";
|
|
4720
|
+
readonly stateMutability: "view";
|
|
4721
|
+
readonly inputs: readonly [];
|
|
4722
|
+
readonly outputs: readonly [{
|
|
4723
|
+
readonly type: "uint256";
|
|
4724
|
+
}];
|
|
4725
|
+
}, {
|
|
4726
|
+
readonly type: "function";
|
|
4727
|
+
readonly name: "transfer";
|
|
4728
|
+
readonly stateMutability: "nonpayable";
|
|
4729
|
+
readonly inputs: readonly [{
|
|
4730
|
+
readonly name: "recipient";
|
|
4731
|
+
readonly type: "address";
|
|
4732
|
+
}, {
|
|
4733
|
+
readonly name: "amount";
|
|
4734
|
+
readonly type: "uint256";
|
|
4735
|
+
}];
|
|
4736
|
+
readonly outputs: readonly [{
|
|
4737
|
+
readonly type: "bool";
|
|
4738
|
+
}];
|
|
4739
|
+
}, {
|
|
4740
|
+
readonly type: "function";
|
|
4741
|
+
readonly name: "transferFrom";
|
|
4742
|
+
readonly stateMutability: "nonpayable";
|
|
4743
|
+
readonly inputs: readonly [{
|
|
4744
|
+
readonly name: "sender";
|
|
4745
|
+
readonly type: "address";
|
|
4746
|
+
}, {
|
|
4747
|
+
readonly name: "recipient";
|
|
4748
|
+
readonly type: "address";
|
|
4749
|
+
}, {
|
|
4750
|
+
readonly name: "amount";
|
|
4751
|
+
readonly type: "uint256";
|
|
4752
|
+
}];
|
|
4753
|
+
readonly outputs: readonly [{
|
|
4754
|
+
readonly type: "bool";
|
|
4755
|
+
}];
|
|
4756
|
+
}];
|
|
2043
4757
|
readonly read: {
|
|
2044
4758
|
readonly decimals: () => 6;
|
|
2045
4759
|
};
|