@circle-fin/usdckit 0.17.1 → 0.19.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 +106 -42
- package/dist/cjs/actions/generateTransferLink.d.ts +9 -6
- package/dist/cjs/actions/generateTransferLink.d.ts.map +1 -1
- package/dist/cjs/actions/generateTransferLink.js +13 -16
- package/dist/cjs/actions/generateTransferLink.js.map +1 -1
- package/dist/cjs/actions/generateTransferLink.test.js +2 -26
- package/dist/cjs/actions/generateTransferLink.test.js.map +1 -1
- package/dist/cjs/actions/index.d.ts +24 -16
- package/dist/cjs/actions/index.d.ts.map +1 -1
- package/dist/cjs/actions/index.js +12 -8
- package/dist/cjs/actions/index.js.map +1 -1
- package/dist/cjs/actions/index.test.js +6 -2
- package/dist/cjs/actions/index.test.js.map +1 -1
- package/dist/cjs/actions/swapExactIn.d.ts +39 -0
- package/dist/cjs/actions/swapExactIn.d.ts.map +1 -0
- package/dist/cjs/actions/swapExactIn.js +43 -0
- package/dist/cjs/actions/swapExactIn.js.map +1 -0
- package/dist/cjs/actions/swapExactIn.test.d.ts +2 -0
- package/dist/cjs/actions/swapExactIn.test.d.ts.map +1 -0
- package/dist/cjs/actions/swapExactIn.test.js +121 -0
- package/dist/cjs/actions/swapExactIn.test.js.map +1 -0
- package/dist/cjs/actions/sweep.d.ts +17 -0
- package/dist/cjs/actions/sweep.d.ts.map +1 -0
- package/dist/cjs/actions/sweep.js +40 -0
- 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/sweep.test.js +73 -0
- package/dist/cjs/actions/sweep.test.js.map +1 -0
- package/dist/cjs/actions/transfer.d.ts +7 -3
- package/dist/cjs/actions/transfer.d.ts.map +1 -1
- package/dist/cjs/actions/transfer.js +17 -23
- package/dist/cjs/actions/transfer.js.map +1 -1
- package/dist/cjs/actions/transfer.test.js +12 -15
- 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 +412 -0
- package/dist/cjs/chains/AVAX.d.ts.map +1 -1
- package/dist/cjs/chains/AVAX.js +3 -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 +412 -0
- package/dist/cjs/chains/ETH.d.ts.map +1 -1
- package/dist/cjs/chains/ETH.js +3 -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 +3002 -4
- package/dist/cjs/extractChain.d.ts.map +1 -1
- package/dist/cjs/index.d.ts +21 -4
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +16 -15
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/metadata.js +1 -1
- package/dist/cjs/providers/circle-wallets/actions/createAccount.d.ts +47 -0
- package/dist/cjs/providers/circle-wallets/actions/createAccount.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createAccount.js +96 -0
- package/dist/cjs/providers/circle-wallets/actions/createAccount.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createAccount.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createAccount.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createContractExecutionTransaction.d.ts +4 -0
- package/dist/cjs/providers/circle-wallets/actions/createContractExecutionTransaction.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createContractExecutionTransaction.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createContractExecutionTransaction.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createContractExecutionTransaction.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createTransaction.d.ts +21 -0
- package/dist/cjs/providers/circle-wallets/actions/createTransaction.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createTransaction.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createTransaction.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createTransaction.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createWalletSet.d.ts +16 -0
- package/dist/cjs/providers/circle-wallets/actions/createWalletSet.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createWalletSet.js +29 -0
- package/dist/cjs/providers/circle-wallets/actions/createWalletSet.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createWalletSet.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createWalletSet.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createWallets.d.ts +19 -0
- package/dist/cjs/providers/circle-wallets/actions/createWallets.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createWallets.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createWallets.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/createWallets.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/deriveWallet.d.ts +9 -0
- package/dist/cjs/providers/circle-wallets/actions/deriveWallet.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/deriveWallet.js +22 -0
- package/dist/cjs/providers/circle-wallets/actions/deriveWallet.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/deriveWallet.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/deriveWallet.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/drip.d.ts +10 -0
- package/dist/cjs/providers/circle-wallets/actions/drip.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/drip.js +38 -0
- package/dist/cjs/providers/circle-wallets/actions/drip.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/drip.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/drip.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/estimateContractExecutionFee.d.ts +4 -0
- package/dist/cjs/providers/circle-wallets/actions/estimateContractExecutionFee.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/estimateContractExecutionFee.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/estimateContractExecutionFee.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/estimateContractExecutionFee.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/estimateTransferFee.d.ts +26 -0
- package/dist/cjs/providers/circle-wallets/actions/estimateTransferFee.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/estimateTransferFee.js +39 -0
- package/dist/cjs/providers/circle-wallets/actions/estimateTransferFee.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/estimateTransferFee.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/estimateTransferFee.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getAccounts.d.ts +13 -0
- package/dist/cjs/providers/circle-wallets/actions/getAccounts.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getAccounts.js +37 -0
- package/dist/cjs/providers/circle-wallets/actions/getAccounts.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getAccounts.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getAccounts.test.js +128 -0
- package/dist/cjs/providers/circle-wallets/actions/getAccounts.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getContractAbi.d.ts +10 -0
- package/dist/cjs/providers/circle-wallets/actions/getContractAbi.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getContractAbi.js +35 -0
- package/dist/cjs/providers/circle-wallets/actions/getContractAbi.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getContractAbi.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getContractAbi.test.js +79 -0
- package/dist/cjs/providers/circle-wallets/actions/getContractAbi.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getNotificationSignature.d.ts +16 -0
- package/dist/cjs/providers/circle-wallets/actions/getNotificationSignature.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getNotificationSignature.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getNotificationSignature.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getNotificationSignature.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getTokenBalances.d.ts +23 -0
- package/dist/cjs/providers/circle-wallets/actions/getTokenBalances.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getTokenBalances.js +61 -0
- package/dist/cjs/providers/circle-wallets/actions/getTokenBalances.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getTokenBalances.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getTokenBalances.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getTransactionById.d.ts +17 -0
- package/dist/cjs/providers/circle-wallets/actions/getTransactionById.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getTransactionById.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getTransactionById.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getTransactionById.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getWallet.d.ts +16 -0
- package/dist/cjs/providers/circle-wallets/actions/getWallet.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getWallet.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getWallet.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getWallet.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getWalletTokenBalance.d.ts +16 -0
- package/dist/cjs/providers/circle-wallets/actions/getWalletTokenBalance.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getWalletTokenBalance.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getWalletTokenBalance.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getWalletTokenBalance.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getWalletsWithBalances.d.ts +4 -0
- package/dist/cjs/providers/circle-wallets/actions/getWalletsWithBalances.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getWalletsWithBalances.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getWalletsWithBalances.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/getWalletsWithBalances.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/importContract.d.ts +4 -0
- package/dist/cjs/providers/circle-wallets/actions/importContract.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/importContract.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/importContract.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/importContract.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/index.d.ts +102 -0
- package/dist/cjs/providers/circle-wallets/actions/index.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/index.js +129 -0
- package/dist/cjs/providers/circle-wallets/actions/index.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/index.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/index.test.js +77 -0
- package/dist/cjs/providers/circle-wallets/actions/index.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/listWallets.d.ts +17 -0
- package/dist/cjs/providers/circle-wallets/actions/listWallets.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/listWallets.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/listWallets.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/listWallets.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/requestTestnetTokens.d.ts +4 -0
- package/dist/cjs/providers/circle-wallets/actions/requestTestnetTokens.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/requestTestnetTokens.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/requestTestnetTokens.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/requestTestnetTokens.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/signTransaction.d.ts +9 -0
- package/dist/cjs/providers/circle-wallets/actions/signTransaction.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/signTransaction.js +22 -0
- package/dist/cjs/providers/circle-wallets/actions/signTransaction.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/signTransaction.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/signTransaction.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/signTypedData.d.ts +9 -0
- package/dist/cjs/providers/circle-wallets/actions/signTypedData.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/signTypedData.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/signTypedData.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/signTypedData.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/verifyNotification.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/verifyNotification.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/verifyNotification.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/verifyNotification.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/waitForTransactionHash.d.ts +20 -0
- package/dist/cjs/providers/circle-wallets/actions/waitForTransactionHash.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/waitForTransactionHash.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/waitForTransactionHash.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/waitForTransactionHash.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/writeContract.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/writeContract.js +68 -0
- package/dist/cjs/providers/circle-wallets/actions/writeContract.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/writeContract.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/actions/writeContract.test.js +132 -0
- package/dist/cjs/providers/circle-wallets/actions/writeContract.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/extractChain.d.ts +12186 -0
- package/dist/cjs/providers/circle-wallets/extractChain.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/extractChain.js +48 -0
- package/dist/cjs/providers/circle-wallets/extractChain.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/extractChain.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/extractChain.test.js +67 -0
- package/dist/cjs/providers/circle-wallets/extractChain.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/index.d.ts +12178 -0
- package/dist/cjs/providers/circle-wallets/index.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/index.js +72 -0
- package/dist/cjs/providers/circle-wallets/index.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/index.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/index.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/transports/http.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/transports/http.js +22 -0
- package/dist/cjs/providers/circle-wallets/transports/http.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/transports/http.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/transports/http.test.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/transports/index.d.ts +158 -0
- package/dist/cjs/providers/circle-wallets/transports/index.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/transports/index.js +261 -0
- package/dist/cjs/providers/circle-wallets/transports/index.js.map +1 -0
- package/dist/cjs/providers/circle-wallets/transports/index.test.d.ts.map +1 -0
- package/dist/cjs/providers/circle-wallets/transports/index.test.js +745 -0
- package/dist/cjs/providers/circle-wallets/transports/index.test.js.map +1 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/abis/MessageTransmitter.d.ts +41 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/abis/MessageTransmitter.d.ts.map +1 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/abis/MessageTransmitter.js +710 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/abis/MessageTransmitter.js.map +1 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/abis/TokenMessenger.d.ts +41 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/abis/TokenMessenger.d.ts.map +1 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/abis/TokenMessenger.js +550 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/abis/TokenMessenger.js.map +1 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/abis/index.d.ts +4 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/abis/index.d.ts.map +1 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/abis/index.js +21 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/abis/index.js.map +1 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.d.ts +7 -4
- 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 +8 -16
- 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 +24 -59
- 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 +7 -4
- 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 +10 -17
- 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 +19 -55
- 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/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 +7 -12
- 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 +19 -55
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts +6 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js +22 -17
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js +52 -1
- 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 +2 -3
- 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 +216 -2
- 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.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +216 -2
- 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/ARB_SEPOLIA.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +492 -2
- 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.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +351 -2
- 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/AVAX_FUJI.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +351 -2
- 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.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +351 -2
- 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/BASE_SEPOLIA.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +492 -2
- 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.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +351 -2
- 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/ETH_SEPOLIA.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +216 -2
- 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.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +216 -2
- 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/MATIC_AMOY.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts +216 -2
- 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.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +216 -2
- 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/OP_SEPOLIA.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +216 -2
- 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.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +216 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.js +7 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/extractChain.d.ts +4130 -42
- 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 +4132 -44
- package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/index.js +2 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/index.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/transports/http.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/transports/http.js +2 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/transports/http.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/transports/index.d.ts +36 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/transports/index.d.ts.map +1 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/transports/index.js +38 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/transports/index.js.map +1 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/transports/index.test.d.ts.map +1 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/transports/index.test.js +118 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/transports/index.test.js.map +1 -0
- 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/abis/index.d.ts +6 -0
- package/dist/cjs/providers/uniswap/abis/index.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/abis/index.js +25 -0
- package/dist/cjs/providers/uniswap/abis/index.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.d.ts +56 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.js +92 -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 +120 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/getPool.d.ts +44 -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 +18 -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.map +1 -0
- package/dist/cjs/providers/uniswap/actions/index.test.js +35 -0
- package/dist/cjs/providers/uniswap/actions/index.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.d.ts +48 -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/ARB.d.ts +1396 -0
- package/dist/cjs/providers/uniswap/chains/ARB.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/ARB.js +31 -0
- package/dist/cjs/providers/uniswap/chains/ARB.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/ARB_SEPOLIA.d.ts +1396 -0
- package/dist/cjs/providers/uniswap/chains/ARB_SEPOLIA.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/ARB_SEPOLIA.js +31 -0
- package/dist/cjs/providers/uniswap/chains/ARB_SEPOLIA.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/AVAX.d.ts +1678 -0
- package/dist/cjs/providers/uniswap/chains/AVAX.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/AVAX.js +31 -0
- package/dist/cjs/providers/uniswap/chains/AVAX.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/BASE.d.ts +1809 -0
- package/dist/cjs/providers/uniswap/chains/BASE.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/BASE.js +31 -0
- package/dist/cjs/providers/uniswap/chains/BASE.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.d.ts +1685 -0
- package/dist/cjs/providers/uniswap/chains/ETH.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/ETH.js +31 -0
- package/dist/cjs/providers/uniswap/chains/ETH.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/MATIC.d.ts +1396 -0
- package/dist/cjs/providers/uniswap/chains/MATIC.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/MATIC.js +31 -0
- package/dist/cjs/providers/uniswap/chains/MATIC.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/OP.d.ts +1666 -0
- package/dist/cjs/providers/uniswap/chains/OP.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/OP.js +31 -0
- package/dist/cjs/providers/uniswap/chains/OP.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/OP_SEPOLIA.d.ts +1666 -0
- package/dist/cjs/providers/uniswap/chains/OP_SEPOLIA.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/OP_SEPOLIA.js +31 -0
- package/dist/cjs/providers/uniswap/chains/OP_SEPOLIA.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/UNI.d.ts +1661 -0
- package/dist/cjs/providers/uniswap/chains/UNI.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/UNI.js +31 -0
- package/dist/cjs/providers/uniswap/chains/UNI.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 +13 -0
- package/dist/cjs/providers/uniswap/chains/index.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.js +38 -0
- package/dist/cjs/providers/uniswap/chains/index.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.test.js +69 -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.map +1 -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 +5016 -0
- package/dist/cjs/providers/uniswap/index.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/index.js +57 -0
- package/dist/cjs/providers/uniswap/index.js.map +1 -0
- package/dist/cjs/types.d.ts +8 -26
- package/dist/cjs/types.d.ts.map +1 -1
- package/dist/cjs/utils/getChainContractByAddress.d.ts +1 -2
- package/dist/cjs/utils/getChainContractByAddress.d.ts.map +1 -1
- package/dist/cjs/utils/getChainContractByAddress.js.map +1 -1
- package/dist/cjs/utils/getContract.d.ts +421 -0
- package/dist/cjs/utils/getContract.d.ts.map +1 -0
- package/dist/cjs/utils/getContract.js +42 -0
- package/dist/cjs/utils/getContract.js.map +1 -0
- package/dist/cjs/utils/getContract.test.d.ts.map +1 -0
- package/dist/cjs/utils/getContract.test.js +75 -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 +27 -4
- 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 +3 -7
- package/dist/cjs/utils/parseAddress.d.ts.map +1 -1
- package/dist/cjs/utils/parseAddress.js +4 -1
- package/dist/cjs/utils/parseAddress.js.map +1 -1
- package/dist/cjs/utils/parseUnitsAsToken.d.ts +39 -0
- package/dist/cjs/utils/parseUnitsAsToken.d.ts.map +1 -0
- package/dist/cjs/utils/parseUnitsAsToken.js +55 -0
- package/dist/cjs/utils/parseUnitsAsToken.js.map +1 -0
- package/dist/cjs/utils/parseUnitsAsToken.test.d.ts.map +1 -0
- package/dist/cjs/utils/parseUnitsAsToken.test.js +77 -0
- package/dist/cjs/utils/parseUnitsAsToken.test.js.map +1 -0
- package/dist/cjs/utils/toERC681.test.js +2 -26
- package/dist/cjs/utils/toERC681.test.js.map +1 -1
- package/dist/esm/actions/generateTransferLink.d.ts +9 -6
- package/dist/esm/actions/generateTransferLink.d.ts.map +1 -1
- package/dist/esm/actions/generateTransferLink.js +13 -16
- package/dist/esm/actions/generateTransferLink.js.map +1 -1
- package/dist/esm/actions/generateTransferLink.test.js +2 -26
- package/dist/esm/actions/generateTransferLink.test.js.map +1 -1
- package/dist/esm/actions/index.d.ts +24 -16
- package/dist/esm/actions/index.d.ts.map +1 -1
- package/dist/esm/actions/index.js +12 -8
- package/dist/esm/actions/index.js.map +1 -1
- package/dist/esm/actions/index.test.js +6 -2
- package/dist/esm/actions/index.test.js.map +1 -1
- package/dist/esm/actions/swapExactIn.d.ts +39 -0
- package/dist/esm/actions/swapExactIn.d.ts.map +1 -0
- package/dist/esm/actions/swapExactIn.js +40 -0
- package/dist/esm/actions/swapExactIn.js.map +1 -0
- package/dist/esm/actions/swapExactIn.test.d.ts +2 -0
- package/dist/esm/actions/swapExactIn.test.d.ts.map +1 -0
- package/dist/esm/actions/swapExactIn.test.js +119 -0
- package/dist/esm/actions/swapExactIn.test.js.map +1 -0
- package/dist/esm/actions/sweep.d.ts +17 -0
- package/dist/esm/actions/sweep.d.ts.map +1 -0
- package/dist/esm/actions/sweep.js +37 -0
- 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/sweep.test.js +71 -0
- package/dist/esm/actions/sweep.test.js.map +1 -0
- package/dist/esm/actions/transfer.d.ts +7 -3
- package/dist/esm/actions/transfer.d.ts.map +1 -1
- package/dist/esm/actions/transfer.js +18 -24
- package/dist/esm/actions/transfer.js.map +1 -1
- package/dist/esm/actions/transfer.test.js +12 -15
- 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 +412 -0
- package/dist/esm/chains/AVAX.d.ts.map +1 -1
- package/dist/esm/chains/AVAX.js +4 -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 +412 -0
- package/dist/esm/chains/ETH.d.ts.map +1 -1
- package/dist/esm/chains/ETH.js +4 -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 +121 -0
- package/dist/esm/cli/register-entity-secret.test.js.map +1 -0
- package/dist/esm/cli/utils.d.ts +80 -0
- package/dist/esm/cli/utils.d.ts.map +1 -0
- package/dist/esm/cli/utils.js +109 -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 +3002 -4
- package/dist/esm/extractChain.d.ts.map +1 -1
- package/dist/esm/index.d.ts +21 -4
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +15 -14
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/metadata.js +1 -1
- package/dist/esm/providers/circle-wallets/actions/createAccount.d.ts +47 -0
- package/dist/esm/providers/circle-wallets/actions/createAccount.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createAccount.js +93 -0
- package/dist/esm/providers/circle-wallets/actions/createAccount.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createAccount.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createAccount.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createContractExecutionTransaction.d.ts +4 -0
- package/dist/esm/providers/circle-wallets/actions/createContractExecutionTransaction.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createContractExecutionTransaction.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createContractExecutionTransaction.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createContractExecutionTransaction.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createTransaction.d.ts +21 -0
- package/dist/esm/providers/circle-wallets/actions/createTransaction.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createTransaction.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createTransaction.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createTransaction.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createWalletSet.d.ts +16 -0
- package/dist/esm/providers/circle-wallets/actions/createWalletSet.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createWalletSet.js +26 -0
- package/dist/esm/providers/circle-wallets/actions/createWalletSet.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createWalletSet.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createWalletSet.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createWallets.d.ts +19 -0
- package/dist/esm/providers/circle-wallets/actions/createWallets.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createWallets.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createWallets.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/createWallets.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/deriveWallet.d.ts +9 -0
- package/dist/esm/providers/circle-wallets/actions/deriveWallet.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/deriveWallet.js +19 -0
- package/dist/esm/providers/circle-wallets/actions/deriveWallet.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/deriveWallet.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/deriveWallet.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/drip.d.ts +10 -0
- package/dist/esm/providers/circle-wallets/actions/drip.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/drip.js +35 -0
- package/dist/esm/providers/circle-wallets/actions/drip.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/drip.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/drip.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/estimateContractExecutionFee.d.ts +4 -0
- package/dist/esm/providers/circle-wallets/actions/estimateContractExecutionFee.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/estimateContractExecutionFee.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/estimateContractExecutionFee.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/estimateContractExecutionFee.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/estimateTransferFee.d.ts +26 -0
- package/dist/esm/providers/circle-wallets/actions/estimateTransferFee.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/estimateTransferFee.js +36 -0
- package/dist/esm/providers/circle-wallets/actions/estimateTransferFee.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/estimateTransferFee.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/estimateTransferFee.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getAccounts.d.ts +13 -0
- package/dist/esm/providers/circle-wallets/actions/getAccounts.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getAccounts.js +34 -0
- package/dist/esm/providers/circle-wallets/actions/getAccounts.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getAccounts.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getAccounts.test.js +126 -0
- package/dist/esm/providers/circle-wallets/actions/getAccounts.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getContractAbi.d.ts +10 -0
- package/dist/esm/providers/circle-wallets/actions/getContractAbi.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getContractAbi.js +32 -0
- package/dist/esm/providers/circle-wallets/actions/getContractAbi.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getContractAbi.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getContractAbi.test.js +77 -0
- package/dist/esm/providers/circle-wallets/actions/getContractAbi.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getNotificationSignature.d.ts +16 -0
- package/dist/esm/providers/circle-wallets/actions/getNotificationSignature.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getNotificationSignature.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getNotificationSignature.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getNotificationSignature.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getTokenBalances.d.ts +23 -0
- package/dist/esm/providers/circle-wallets/actions/getTokenBalances.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getTokenBalances.js +58 -0
- package/dist/esm/providers/circle-wallets/actions/getTokenBalances.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getTokenBalances.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getTokenBalances.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getTransactionById.d.ts +17 -0
- package/dist/esm/providers/circle-wallets/actions/getTransactionById.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getTransactionById.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getTransactionById.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getTransactionById.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getWallet.d.ts +16 -0
- package/dist/esm/providers/circle-wallets/actions/getWallet.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getWallet.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getWallet.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getWallet.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getWalletTokenBalance.d.ts +16 -0
- package/dist/esm/providers/circle-wallets/actions/getWalletTokenBalance.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getWalletTokenBalance.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getWalletTokenBalance.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getWalletTokenBalance.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getWalletsWithBalances.d.ts +4 -0
- package/dist/esm/providers/circle-wallets/actions/getWalletsWithBalances.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getWalletsWithBalances.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getWalletsWithBalances.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/getWalletsWithBalances.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/importContract.d.ts +4 -0
- package/dist/esm/providers/circle-wallets/actions/importContract.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/importContract.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/importContract.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/importContract.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/index.d.ts +102 -0
- package/dist/esm/providers/circle-wallets/actions/index.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/index.js +112 -0
- package/dist/esm/providers/circle-wallets/actions/index.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/index.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/index.test.js +75 -0
- package/dist/esm/providers/circle-wallets/actions/index.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/listWallets.d.ts +17 -0
- package/dist/esm/providers/circle-wallets/actions/listWallets.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/listWallets.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/listWallets.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/listWallets.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/requestTestnetTokens.d.ts +4 -0
- package/dist/esm/providers/circle-wallets/actions/requestTestnetTokens.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/requestTestnetTokens.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/requestTestnetTokens.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/requestTestnetTokens.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/signTransaction.d.ts +9 -0
- package/dist/esm/providers/circle-wallets/actions/signTransaction.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/signTransaction.js +19 -0
- package/dist/esm/providers/circle-wallets/actions/signTransaction.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/signTransaction.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/signTransaction.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/signTypedData.d.ts +9 -0
- package/dist/esm/providers/circle-wallets/actions/signTypedData.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/signTypedData.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/signTypedData.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/signTypedData.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/verifyNotification.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/verifyNotification.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/verifyNotification.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/verifyNotification.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/waitForTransactionHash.d.ts +20 -0
- package/dist/esm/providers/circle-wallets/actions/waitForTransactionHash.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/waitForTransactionHash.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/waitForTransactionHash.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/waitForTransactionHash.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/writeContract.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/writeContract.js +65 -0
- package/dist/esm/providers/circle-wallets/actions/writeContract.js.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/writeContract.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/actions/writeContract.test.js +130 -0
- package/dist/esm/providers/circle-wallets/actions/writeContract.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/extractChain.d.ts +12186 -0
- package/dist/esm/providers/circle-wallets/extractChain.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/extractChain.js +43 -0
- package/dist/esm/providers/circle-wallets/extractChain.js.map +1 -0
- package/dist/esm/providers/circle-wallets/extractChain.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/extractChain.test.js +65 -0
- package/dist/esm/providers/circle-wallets/extractChain.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/index.d.ts +12178 -0
- package/dist/esm/providers/circle-wallets/index.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/index.js +55 -0
- package/dist/esm/providers/circle-wallets/index.js.map +1 -0
- package/dist/esm/providers/circle-wallets/index.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/index.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/transports/http.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/transports/http.js +19 -0
- package/dist/esm/providers/circle-wallets/transports/http.js.map +1 -0
- package/dist/esm/providers/circle-wallets/transports/http.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/transports/http.test.js.map +1 -0
- package/dist/esm/providers/circle-wallets/transports/index.d.ts +158 -0
- package/dist/esm/providers/circle-wallets/transports/index.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/transports/index.js +256 -0
- package/dist/esm/providers/circle-wallets/transports/index.js.map +1 -0
- package/dist/esm/providers/circle-wallets/transports/index.test.d.ts.map +1 -0
- package/dist/esm/providers/circle-wallets/transports/index.test.js +710 -0
- package/dist/esm/providers/circle-wallets/transports/index.test.js.map +1 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/abis/MessageTransmitter.d.ts +41 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/abis/MessageTransmitter.d.ts.map +1 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/abis/MessageTransmitter.js +708 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/abis/MessageTransmitter.js.map +1 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/abis/TokenMessenger.d.ts +41 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/abis/TokenMessenger.d.ts.map +1 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/abis/TokenMessenger.js +548 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/abis/TokenMessenger.js.map +1 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/abis/index.d.ts +4 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/abis/index.d.ts.map +1 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/abis/index.js +14 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/abis/index.js.map +1 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.d.ts +7 -4
- 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 +9 -17
- 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 +24 -59
- 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 +7 -4
- 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 +10 -17
- 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 +19 -55
- 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/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 +7 -12
- 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 +19 -55
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts +6 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js +22 -17
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js +53 -2
- 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 +2 -3
- 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 +216 -2
- 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.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +216 -2
- 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/ARB_SEPOLIA.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +492 -2
- 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.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +351 -2
- 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/AVAX_FUJI.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +351 -2
- 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.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +351 -2
- 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/BASE_SEPOLIA.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +492 -2
- 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.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +351 -2
- 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/ETH_SEPOLIA.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +216 -2
- 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.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +216 -2
- 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/MATIC_AMOY.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts +216 -2
- 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.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +216 -2
- 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/OP_SEPOLIA.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +216 -2
- 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.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +216 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.js +4 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/extractChain.d.ts +4130 -42
- 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 +4132 -44
- package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/index.js +2 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/index.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/transports/http.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/transports/http.js +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/transports/http.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/transports/index.d.ts +36 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/transports/index.d.ts.map +1 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/transports/index.js +33 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/transports/index.js.map +1 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/transports/index.test.d.ts.map +1 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/transports/index.test.js +116 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/transports/index.test.js.map +1 -0
- 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/abis/index.d.ts +6 -0
- package/dist/esm/providers/uniswap/abis/index.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/abis/index.js +16 -0
- package/dist/esm/providers/uniswap/abis/index.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.d.ts +56 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.js +89 -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 +115 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.test.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/getPool.d.ts +44 -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 +18 -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.map +1 -0
- package/dist/esm/providers/uniswap/actions/index.test.js +33 -0
- package/dist/esm/providers/uniswap/actions/index.test.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.d.ts +48 -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/ARB.d.ts +1396 -0
- package/dist/esm/providers/uniswap/chains/ARB.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/ARB.js +25 -0
- package/dist/esm/providers/uniswap/chains/ARB.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/ARB_SEPOLIA.d.ts +1396 -0
- package/dist/esm/providers/uniswap/chains/ARB_SEPOLIA.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/ARB_SEPOLIA.js +25 -0
- package/dist/esm/providers/uniswap/chains/ARB_SEPOLIA.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/AVAX.d.ts +1678 -0
- package/dist/esm/providers/uniswap/chains/AVAX.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/AVAX.js +25 -0
- package/dist/esm/providers/uniswap/chains/AVAX.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/BASE.d.ts +1809 -0
- package/dist/esm/providers/uniswap/chains/BASE.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/BASE.js +25 -0
- package/dist/esm/providers/uniswap/chains/BASE.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.d.ts +1685 -0
- package/dist/esm/providers/uniswap/chains/ETH.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/ETH.js +25 -0
- package/dist/esm/providers/uniswap/chains/ETH.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/MATIC.d.ts +1396 -0
- package/dist/esm/providers/uniswap/chains/MATIC.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/MATIC.js +25 -0
- package/dist/esm/providers/uniswap/chains/MATIC.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/OP.d.ts +1666 -0
- package/dist/esm/providers/uniswap/chains/OP.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/OP.js +25 -0
- package/dist/esm/providers/uniswap/chains/OP.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/OP_SEPOLIA.d.ts +1666 -0
- package/dist/esm/providers/uniswap/chains/OP_SEPOLIA.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/OP_SEPOLIA.js +25 -0
- package/dist/esm/providers/uniswap/chains/OP_SEPOLIA.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/UNI.d.ts +1661 -0
- package/dist/esm/providers/uniswap/chains/UNI.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/UNI.js +25 -0
- package/dist/esm/providers/uniswap/chains/UNI.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 +13 -0
- package/dist/esm/providers/uniswap/chains/index.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.js +23 -0
- package/dist/esm/providers/uniswap/chains/index.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.test.js +34 -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.map +1 -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 +5016 -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 +8 -26
- package/dist/esm/types.d.ts.map +1 -1
- package/dist/esm/utils/getChainContractByAddress.d.ts +1 -2
- package/dist/esm/utils/getChainContractByAddress.d.ts.map +1 -1
- package/dist/esm/utils/getChainContractByAddress.js.map +1 -1
- package/dist/esm/utils/getContract.d.ts +421 -0
- package/dist/esm/utils/getContract.d.ts.map +1 -0
- package/dist/esm/utils/getContract.js +39 -0
- package/dist/esm/utils/getContract.js.map +1 -0
- package/dist/esm/utils/getContract.test.d.ts.map +1 -0
- package/dist/esm/utils/getContract.test.js +73 -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 +27 -4
- 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 +3 -7
- package/dist/esm/utils/parseAddress.d.ts.map +1 -1
- package/dist/esm/utils/parseAddress.js +4 -1
- package/dist/esm/utils/parseAddress.js.map +1 -1
- package/dist/esm/utils/parseUnitsAsToken.d.ts +39 -0
- package/dist/esm/utils/parseUnitsAsToken.d.ts.map +1 -0
- package/dist/esm/utils/parseUnitsAsToken.js +52 -0
- package/dist/esm/utils/parseUnitsAsToken.js.map +1 -0
- package/dist/esm/utils/parseUnitsAsToken.test.d.ts.map +1 -0
- package/dist/esm/utils/parseUnitsAsToken.test.js +75 -0
- package/dist/esm/utils/parseUnitsAsToken.test.js.map +1 -0
- package/dist/esm/utils/toERC681.test.js +2 -26
- package/dist/esm/utils/toERC681.test.js.map +1 -1
- package/package.json +28 -28
- 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 +0 -39
- 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 +0 -73
- package/dist/cjs/actions/drainFrom.test.js.map +0 -1
- package/dist/cjs/actions/parseUnitsAsToken.d.ts +0 -37
- package/dist/cjs/actions/parseUnitsAsToken.d.ts.map +0 -1
- package/dist/cjs/actions/parseUnitsAsToken.js +0 -75
- package/dist/cjs/actions/parseUnitsAsToken.js.map +0 -1
- package/dist/cjs/actions/parseUnitsAsToken.test.d.ts.map +0 -1
- package/dist/cjs/actions/parseUnitsAsToken.test.js +0 -61
- package/dist/cjs/actions/parseUnitsAsToken.test.js.map +0 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/provider.d.ts +0 -35
- package/dist/cjs/providers/cross-chain-transfer-protocol/provider.d.ts.map +0 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/provider.js +0 -36
- package/dist/cjs/providers/cross-chain-transfer-protocol/provider.js.map +0 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/provider.test.d.ts +0 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/provider.test.d.ts.map +0 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/provider.test.js +0 -118
- package/dist/cjs/providers/cross-chain-transfer-protocol/provider.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.d.ts +0 -46
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.js +0 -96
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.d.ts +0 -21
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.d.ts +0 -16
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.js +0 -29
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWallets.d.ts +0 -19
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWallets.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWallets.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWallets.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWallets.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.d.ts +0 -4
- package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.js +0 -17
- package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts +0 -22
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.js +0 -35
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.d.ts +0 -12
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.js +0 -37
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.test.js +0 -131
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts +0 -16
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts +0 -18
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.js +0 -56
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.d.ts +0 -17
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWallet.d.ts +0 -16
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWallet.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWallet.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWallet.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWallet.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts +0 -16
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts +0 -4
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.d.ts +0 -74
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.js +0 -101
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.test.js +0 -63
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/listWallets.d.ts +0 -17
- package/dist/cjs/providers/developer-controlled-wallets/actions/listWallets.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/listWallets.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/listWallets.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/listWallets.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.d.ts +0 -9
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.js +0 -22
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTypedData.d.ts +0 -9
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTypedData.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTypedData.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTypedData.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTypedData.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/verifyNotification.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/verifyNotification.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/verifyNotification.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/verifyNotification.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/waitForTransactionHash.d.ts +0 -20
- package/dist/cjs/providers/developer-controlled-wallets/actions/waitForTransactionHash.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/waitForTransactionHash.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/waitForTransactionHash.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/waitForTransactionHash.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/extractChain.d.ts +0 -2249
- package/dist/cjs/providers/developer-controlled-wallets/extractChain.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/extractChain.js +0 -28
- package/dist/cjs/providers/developer-controlled-wallets/extractChain.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/extractChain.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/extractChain.test.js +0 -47
- package/dist/cjs/providers/developer-controlled-wallets/extractChain.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/index.d.ts +0 -2246
- package/dist/cjs/providers/developer-controlled-wallets/index.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/index.js +0 -50
- package/dist/cjs/providers/developer-controlled-wallets/index.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/index.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/index.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/provider.d.ts +0 -118
- package/dist/cjs/providers/developer-controlled-wallets/provider.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/provider.js +0 -200
- package/dist/cjs/providers/developer-controlled-wallets/provider.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/provider.test.d.ts +0 -2
- package/dist/cjs/providers/developer-controlled-wallets/provider.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/provider.test.js +0 -532
- package/dist/cjs/providers/developer-controlled-wallets/provider.test.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/transports/http.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/transports/http.js +0 -22
- package/dist/cjs/providers/developer-controlled-wallets/transports/http.js.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/transports/http.test.d.ts.map +0 -1
- package/dist/cjs/providers/developer-controlled-wallets/transports/http.test.js.map +0 -1
- package/dist/cjs/providers/faucet/actions/drip.d.ts +0 -12
- package/dist/cjs/providers/faucet/actions/drip.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/actions/drip.js +0 -38
- package/dist/cjs/providers/faucet/actions/drip.js.map +0 -1
- package/dist/cjs/providers/faucet/actions/drip.test.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/actions/drip.test.js.map +0 -1
- package/dist/cjs/providers/faucet/actions/index.d.ts +0 -13
- package/dist/cjs/providers/faucet/actions/index.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/actions/index.js +0 -40
- package/dist/cjs/providers/faucet/actions/index.js.map +0 -1
- package/dist/cjs/providers/faucet/actions/index.test.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/actions/index.test.js +0 -33
- package/dist/cjs/providers/faucet/actions/index.test.js.map +0 -1
- package/dist/cjs/providers/faucet/actions/requestTestnetTokens.d.ts +0 -4
- package/dist/cjs/providers/faucet/actions/requestTestnetTokens.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/actions/requestTestnetTokens.js.map +0 -1
- package/dist/cjs/providers/faucet/actions/requestTestnetTokens.test.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/actions/requestTestnetTokens.test.js.map +0 -1
- package/dist/cjs/providers/faucet/extractChain.d.ts +0 -1124
- package/dist/cjs/providers/faucet/extractChain.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/extractChain.js.map +0 -1
- package/dist/cjs/providers/faucet/extractChain.test.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/extractChain.test.js +0 -37
- package/dist/cjs/providers/faucet/extractChain.test.js.map +0 -1
- package/dist/cjs/providers/faucet/index.d.ts +0 -1126
- package/dist/cjs/providers/faucet/index.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/index.js +0 -42
- package/dist/cjs/providers/faucet/index.js.map +0 -1
- package/dist/cjs/providers/faucet/index.test.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/index.test.js +0 -19
- package/dist/cjs/providers/faucet/index.test.js.map +0 -1
- package/dist/cjs/providers/faucet/provider.d.ts +0 -19
- package/dist/cjs/providers/faucet/provider.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/provider.js +0 -33
- package/dist/cjs/providers/faucet/provider.js.map +0 -1
- package/dist/cjs/providers/faucet/provider.test.d.ts +0 -2
- package/dist/cjs/providers/faucet/provider.test.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/provider.test.js +0 -44
- package/dist/cjs/providers/faucet/provider.test.js.map +0 -1
- package/dist/cjs/providers/faucet/transports/http.d.ts +0 -6
- package/dist/cjs/providers/faucet/transports/http.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/transports/http.js +0 -22
- package/dist/cjs/providers/faucet/transports/http.js.map +0 -1
- package/dist/cjs/providers/faucet/transports/http.test.d.ts.map +0 -1
- package/dist/cjs/providers/faucet/transports/http.test.js +0 -33
- package/dist/cjs/providers/faucet/transports/http.test.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts +0 -4
- package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.test.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.test.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts +0 -4
- package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.test.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.test.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContract.d.ts +0 -9
- package/dist/cjs/providers/smart-contract-platform/actions/getContract.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContract.js +0 -26
- package/dist/cjs/providers/smart-contract-platform/actions/getContract.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContract.test.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContract.test.js +0 -82
- package/dist/cjs/providers/smart-contract-platform/actions/getContract.test.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.d.ts +0 -10
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.js +0 -35
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.test.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.test.js +0 -123
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.test.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/importContract.d.ts +0 -4
- package/dist/cjs/providers/smart-contract-platform/actions/importContract.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/importContract.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/importContract.test.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/importContract.test.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/index.d.ts +0 -30
- package/dist/cjs/providers/smart-contract-platform/actions/index.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/index.js +0 -56
- package/dist/cjs/providers/smart-contract-platform/actions/index.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/index.test.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/index.test.js +0 -41
- package/dist/cjs/providers/smart-contract-platform/actions/index.test.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.js +0 -65
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.test.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.test.js +0 -153
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.test.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/extractChain.d.ts +0 -1543
- package/dist/cjs/providers/smart-contract-platform/extractChain.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/extractChain.js +0 -28
- package/dist/cjs/providers/smart-contract-platform/extractChain.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/extractChain.test.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/extractChain.test.js +0 -39
- package/dist/cjs/providers/smart-contract-platform/extractChain.test.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/index.d.ts +0 -1539
- package/dist/cjs/providers/smart-contract-platform/index.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/index.js +0 -45
- package/dist/cjs/providers/smart-contract-platform/index.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/index.test.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/index.test.js +0 -19
- package/dist/cjs/providers/smart-contract-platform/index.test.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/provider.d.ts +0 -50
- package/dist/cjs/providers/smart-contract-platform/provider.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/provider.js +0 -85
- package/dist/cjs/providers/smart-contract-platform/provider.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/provider.test.d.ts +0 -2
- package/dist/cjs/providers/smart-contract-platform/provider.test.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/provider.test.js +0 -214
- package/dist/cjs/providers/smart-contract-platform/provider.test.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/transports/http.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/transports/http.js +0 -22
- package/dist/cjs/providers/smart-contract-platform/transports/http.js.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/transports/http.test.d.ts +0 -2
- package/dist/cjs/providers/smart-contract-platform/transports/http.test.d.ts.map +0 -1
- package/dist/cjs/providers/smart-contract-platform/transports/http.test.js +0 -33
- package/dist/cjs/providers/smart-contract-platform/transports/http.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 +0 -36
- 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 +0 -71
- package/dist/esm/actions/drainFrom.test.js.map +0 -1
- package/dist/esm/actions/parseUnitsAsToken.d.ts +0 -37
- package/dist/esm/actions/parseUnitsAsToken.d.ts.map +0 -1
- package/dist/esm/actions/parseUnitsAsToken.js +0 -72
- package/dist/esm/actions/parseUnitsAsToken.js.map +0 -1
- package/dist/esm/actions/parseUnitsAsToken.test.d.ts.map +0 -1
- package/dist/esm/actions/parseUnitsAsToken.test.js +0 -59
- package/dist/esm/actions/parseUnitsAsToken.test.js.map +0 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/provider.d.ts +0 -35
- package/dist/esm/providers/cross-chain-transfer-protocol/provider.d.ts.map +0 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/provider.js +0 -32
- package/dist/esm/providers/cross-chain-transfer-protocol/provider.js.map +0 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/provider.test.d.ts +0 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/provider.test.d.ts.map +0 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/provider.test.js +0 -116
- package/dist/esm/providers/cross-chain-transfer-protocol/provider.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.d.ts +0 -46
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.js +0 -93
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.d.ts +0 -21
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.d.ts +0 -16
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.js +0 -26
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWallets.d.ts +0 -19
- package/dist/esm/providers/developer-controlled-wallets/actions/createWallets.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWallets.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWallets.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWallets.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.d.ts +0 -4
- package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.js +0 -14
- package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts +0 -22
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.js +0 -32
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.d.ts +0 -12
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.js +0 -34
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.test.js +0 -129
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts +0 -16
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts +0 -18
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.js +0 -53
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.d.ts +0 -17
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWallet.d.ts +0 -16
- package/dist/esm/providers/developer-controlled-wallets/actions/getWallet.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWallet.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWallet.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWallet.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts +0 -16
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts +0 -4
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/index.d.ts +0 -74
- package/dist/esm/providers/developer-controlled-wallets/actions/index.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/index.js +0 -84
- package/dist/esm/providers/developer-controlled-wallets/actions/index.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/index.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/index.test.js +0 -61
- package/dist/esm/providers/developer-controlled-wallets/actions/index.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/listWallets.d.ts +0 -17
- package/dist/esm/providers/developer-controlled-wallets/actions/listWallets.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/listWallets.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/listWallets.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/listWallets.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.d.ts +0 -9
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.js +0 -19
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTypedData.d.ts +0 -9
- package/dist/esm/providers/developer-controlled-wallets/actions/signTypedData.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTypedData.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTypedData.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTypedData.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/verifyNotification.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/verifyNotification.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/verifyNotification.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/verifyNotification.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/waitForTransactionHash.d.ts +0 -20
- package/dist/esm/providers/developer-controlled-wallets/actions/waitForTransactionHash.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/waitForTransactionHash.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/waitForTransactionHash.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/waitForTransactionHash.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/extractChain.d.ts +0 -2249
- package/dist/esm/providers/developer-controlled-wallets/extractChain.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/extractChain.js +0 -25
- package/dist/esm/providers/developer-controlled-wallets/extractChain.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/extractChain.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/extractChain.test.js +0 -45
- package/dist/esm/providers/developer-controlled-wallets/extractChain.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/index.d.ts +0 -2246
- package/dist/esm/providers/developer-controlled-wallets/index.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/index.js +0 -33
- package/dist/esm/providers/developer-controlled-wallets/index.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/index.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/index.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/provider.d.ts +0 -118
- package/dist/esm/providers/developer-controlled-wallets/provider.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/provider.js +0 -196
- package/dist/esm/providers/developer-controlled-wallets/provider.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/provider.test.d.ts +0 -2
- package/dist/esm/providers/developer-controlled-wallets/provider.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/provider.test.js +0 -530
- package/dist/esm/providers/developer-controlled-wallets/provider.test.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/transports/http.d.ts +0 -7
- package/dist/esm/providers/developer-controlled-wallets/transports/http.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/transports/http.js +0 -19
- package/dist/esm/providers/developer-controlled-wallets/transports/http.js.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/transports/http.test.d.ts +0 -2
- package/dist/esm/providers/developer-controlled-wallets/transports/http.test.d.ts.map +0 -1
- package/dist/esm/providers/developer-controlled-wallets/transports/http.test.js.map +0 -1
- package/dist/esm/providers/faucet/actions/drip.d.ts +0 -12
- package/dist/esm/providers/faucet/actions/drip.d.ts.map +0 -1
- package/dist/esm/providers/faucet/actions/drip.js +0 -35
- package/dist/esm/providers/faucet/actions/drip.js.map +0 -1
- package/dist/esm/providers/faucet/actions/drip.test.d.ts.map +0 -1
- package/dist/esm/providers/faucet/actions/drip.test.js.map +0 -1
- package/dist/esm/providers/faucet/actions/index.d.ts +0 -13
- package/dist/esm/providers/faucet/actions/index.d.ts.map +0 -1
- package/dist/esm/providers/faucet/actions/index.js +0 -23
- package/dist/esm/providers/faucet/actions/index.js.map +0 -1
- package/dist/esm/providers/faucet/actions/index.test.d.ts.map +0 -1
- package/dist/esm/providers/faucet/actions/index.test.js +0 -31
- package/dist/esm/providers/faucet/actions/index.test.js.map +0 -1
- package/dist/esm/providers/faucet/actions/requestTestnetTokens.d.ts +0 -4
- package/dist/esm/providers/faucet/actions/requestTestnetTokens.d.ts.map +0 -1
- package/dist/esm/providers/faucet/actions/requestTestnetTokens.js.map +0 -1
- package/dist/esm/providers/faucet/actions/requestTestnetTokens.test.d.ts.map +0 -1
- package/dist/esm/providers/faucet/actions/requestTestnetTokens.test.js.map +0 -1
- package/dist/esm/providers/faucet/extractChain.d.ts +0 -1124
- package/dist/esm/providers/faucet/extractChain.d.ts.map +0 -1
- package/dist/esm/providers/faucet/extractChain.js.map +0 -1
- package/dist/esm/providers/faucet/extractChain.test.d.ts +0 -2
- package/dist/esm/providers/faucet/extractChain.test.d.ts.map +0 -1
- package/dist/esm/providers/faucet/extractChain.test.js +0 -35
- package/dist/esm/providers/faucet/extractChain.test.js.map +0 -1
- package/dist/esm/providers/faucet/index.d.ts +0 -1126
- package/dist/esm/providers/faucet/index.d.ts.map +0 -1
- package/dist/esm/providers/faucet/index.js +0 -25
- package/dist/esm/providers/faucet/index.js.map +0 -1
- package/dist/esm/providers/faucet/index.test.d.ts.map +0 -1
- package/dist/esm/providers/faucet/index.test.js +0 -17
- package/dist/esm/providers/faucet/index.test.js.map +0 -1
- package/dist/esm/providers/faucet/provider.d.ts +0 -19
- package/dist/esm/providers/faucet/provider.d.ts.map +0 -1
- package/dist/esm/providers/faucet/provider.js +0 -29
- package/dist/esm/providers/faucet/provider.js.map +0 -1
- package/dist/esm/providers/faucet/provider.test.d.ts +0 -2
- package/dist/esm/providers/faucet/provider.test.d.ts.map +0 -1
- package/dist/esm/providers/faucet/provider.test.js +0 -42
- package/dist/esm/providers/faucet/provider.test.js.map +0 -1
- package/dist/esm/providers/faucet/transports/http.d.ts +0 -6
- package/dist/esm/providers/faucet/transports/http.d.ts.map +0 -1
- package/dist/esm/providers/faucet/transports/http.js +0 -19
- package/dist/esm/providers/faucet/transports/http.js.map +0 -1
- package/dist/esm/providers/faucet/transports/http.test.d.ts +0 -2
- package/dist/esm/providers/faucet/transports/http.test.d.ts.map +0 -1
- package/dist/esm/providers/faucet/transports/http.test.js +0 -31
- package/dist/esm/providers/faucet/transports/http.test.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts +0 -4
- package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.test.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.test.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts +0 -4
- package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.test.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.test.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContract.d.ts +0 -9
- package/dist/esm/providers/smart-contract-platform/actions/getContract.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContract.js +0 -23
- package/dist/esm/providers/smart-contract-platform/actions/getContract.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContract.test.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContract.test.js +0 -80
- package/dist/esm/providers/smart-contract-platform/actions/getContract.test.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.d.ts +0 -10
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.js +0 -32
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.test.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.test.js +0 -121
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.test.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/importContract.d.ts +0 -4
- package/dist/esm/providers/smart-contract-platform/actions/importContract.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/importContract.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/importContract.test.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/importContract.test.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/index.d.ts +0 -30
- package/dist/esm/providers/smart-contract-platform/actions/index.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/index.js +0 -39
- package/dist/esm/providers/smart-contract-platform/actions/index.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/index.test.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/index.test.js +0 -39
- package/dist/esm/providers/smart-contract-platform/actions/index.test.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.js +0 -62
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.test.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.test.js +0 -151
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.test.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/extractChain.d.ts +0 -1543
- package/dist/esm/providers/smart-contract-platform/extractChain.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/extractChain.js +0 -25
- package/dist/esm/providers/smart-contract-platform/extractChain.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/extractChain.test.d.ts +0 -2
- package/dist/esm/providers/smart-contract-platform/extractChain.test.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/extractChain.test.js +0 -37
- package/dist/esm/providers/smart-contract-platform/extractChain.test.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/index.d.ts +0 -1539
- package/dist/esm/providers/smart-contract-platform/index.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/index.js +0 -28
- package/dist/esm/providers/smart-contract-platform/index.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/index.test.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/index.test.js +0 -17
- package/dist/esm/providers/smart-contract-platform/index.test.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/provider.d.ts +0 -50
- package/dist/esm/providers/smart-contract-platform/provider.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/provider.js +0 -81
- package/dist/esm/providers/smart-contract-platform/provider.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/provider.test.d.ts +0 -2
- package/dist/esm/providers/smart-contract-platform/provider.test.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/provider.test.js +0 -179
- package/dist/esm/providers/smart-contract-platform/provider.test.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/transports/http.d.ts +0 -7
- package/dist/esm/providers/smart-contract-platform/transports/http.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/transports/http.js +0 -19
- package/dist/esm/providers/smart-contract-platform/transports/http.js.map +0 -1
- package/dist/esm/providers/smart-contract-platform/transports/http.test.d.ts +0 -2
- package/dist/esm/providers/smart-contract-platform/transports/http.test.d.ts.map +0 -1
- package/dist/esm/providers/smart-contract-platform/transports/http.test.js +0 -31
- package/dist/esm/providers/smart-contract-platform/transports/http.test.js.map +0 -1
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/createAccount.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/createAccount.test.js +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → circle-wallets}/actions/createContractExecutionTransaction.js +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → circle-wallets}/actions/createContractExecutionTransaction.test.d.ts +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → circle-wallets}/actions/createContractExecutionTransaction.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/createTransaction.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/createTransaction.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/createTransaction.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/createWalletSet.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/createWalletSet.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/createWallets.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/createWallets.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/createWallets.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/deriveWallet.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/deriveWallet.test.js +0 -0
- /package/dist/cjs/providers/{faucet → circle-wallets}/actions/drip.test.d.ts +0 -0
- /package/dist/cjs/providers/{faucet → circle-wallets}/actions/drip.test.js +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → circle-wallets}/actions/estimateContractExecutionFee.js +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → circle-wallets}/actions/estimateContractExecutionFee.test.d.ts +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → circle-wallets}/actions/estimateContractExecutionFee.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/estimateTransferFee.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/estimateTransferFee.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getAccounts.test.d.ts +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → circle-wallets}/actions/getContractAbi.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getNotificationSignature.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getNotificationSignature.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getNotificationSignature.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getTokenBalances.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getTokenBalances.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getTransactionById.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getTransactionById.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getTransactionById.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getWallet.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getWallet.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getWallet.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getWalletTokenBalance.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getWalletTokenBalance.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getWalletTokenBalance.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getWalletsWithBalances.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getWalletsWithBalances.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/getWalletsWithBalances.test.js +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → circle-wallets}/actions/importContract.js +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → circle-wallets}/actions/importContract.test.d.ts +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → circle-wallets}/actions/importContract.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/index.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/listWallets.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/listWallets.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/listWallets.test.js +0 -0
- /package/dist/cjs/providers/{faucet → circle-wallets}/actions/requestTestnetTokens.js +0 -0
- /package/dist/cjs/providers/{faucet → circle-wallets}/actions/requestTestnetTokens.test.d.ts +0 -0
- /package/dist/cjs/providers/{faucet → circle-wallets}/actions/requestTestnetTokens.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/signTransaction.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/signTransaction.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/signTypedData.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/signTypedData.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/signTypedData.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/verifyNotification.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/verifyNotification.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/verifyNotification.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/verifyNotification.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/waitForTransactionHash.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/waitForTransactionHash.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/actions/waitForTransactionHash.test.js +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → circle-wallets}/actions/writeContract.d.ts +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → circle-wallets}/actions/writeContract.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/extractChain.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/index.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/index.test.js +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/transports/http.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/transports/http.test.d.ts +0 -0
- /package/dist/cjs/providers/{developer-controlled-wallets → circle-wallets}/transports/http.test.js +0 -0
- /package/dist/cjs/providers/{faucet/actions → circle-wallets/transports}/index.test.d.ts +0 -0
- /package/dist/cjs/providers/{faucet → cross-chain-transfer-protocol/transports}/index.test.d.ts +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → uniswap}/actions/index.test.d.ts +0 -0
- /package/dist/cjs/providers/{smart-contract-platform → uniswap/chains}/index.test.d.ts +0 -0
- /package/dist/cjs/providers/{faucet → uniswap}/extractChain.js +0 -0
- /package/dist/cjs/providers/{faucet → uniswap}/extractChain.test.d.ts +0 -0
- /package/dist/cjs/{providers/smart-contract-platform/actions → utils}/getContract.test.d.ts +0 -0
- /package/dist/cjs/{actions → utils}/parseUnitsAsToken.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/createAccount.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/createAccount.test.js +0 -0
- /package/dist/esm/providers/{smart-contract-platform → circle-wallets}/actions/createContractExecutionTransaction.js +0 -0
- /package/dist/esm/providers/{smart-contract-platform → circle-wallets}/actions/createContractExecutionTransaction.test.d.ts +0 -0
- /package/dist/esm/providers/{smart-contract-platform → circle-wallets}/actions/createContractExecutionTransaction.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/createTransaction.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/createTransaction.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/createTransaction.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/createWalletSet.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/createWalletSet.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/createWallets.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/createWallets.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/createWallets.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/deriveWallet.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/deriveWallet.test.js +0 -0
- /package/dist/esm/providers/{faucet → circle-wallets}/actions/drip.test.d.ts +0 -0
- /package/dist/esm/providers/{faucet → circle-wallets}/actions/drip.test.js +0 -0
- /package/dist/esm/providers/{smart-contract-platform → circle-wallets}/actions/estimateContractExecutionFee.js +0 -0
- /package/dist/esm/providers/{smart-contract-platform → circle-wallets}/actions/estimateContractExecutionFee.test.d.ts +0 -0
- /package/dist/esm/providers/{smart-contract-platform → circle-wallets}/actions/estimateContractExecutionFee.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/estimateTransferFee.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/estimateTransferFee.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getAccounts.test.d.ts +0 -0
- /package/dist/esm/providers/{smart-contract-platform → circle-wallets}/actions/getContractAbi.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getNotificationSignature.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getNotificationSignature.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getNotificationSignature.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getTokenBalances.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getTokenBalances.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getTransactionById.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getTransactionById.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getTransactionById.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getWallet.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getWallet.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getWallet.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getWalletTokenBalance.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getWalletTokenBalance.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getWalletTokenBalance.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getWalletsWithBalances.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getWalletsWithBalances.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/getWalletsWithBalances.test.js +0 -0
- /package/dist/esm/providers/{smart-contract-platform → circle-wallets}/actions/importContract.js +0 -0
- /package/dist/esm/providers/{smart-contract-platform → circle-wallets}/actions/importContract.test.d.ts +0 -0
- /package/dist/esm/providers/{smart-contract-platform → circle-wallets}/actions/importContract.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/index.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/listWallets.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/listWallets.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/listWallets.test.js +0 -0
- /package/dist/esm/providers/{faucet → circle-wallets}/actions/requestTestnetTokens.js +0 -0
- /package/dist/esm/providers/{faucet → circle-wallets}/actions/requestTestnetTokens.test.d.ts +0 -0
- /package/dist/esm/providers/{faucet → circle-wallets}/actions/requestTestnetTokens.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/signTransaction.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/signTransaction.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/signTypedData.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/signTypedData.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/signTypedData.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/verifyNotification.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/verifyNotification.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/verifyNotification.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/verifyNotification.test.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/waitForTransactionHash.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/waitForTransactionHash.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/actions/waitForTransactionHash.test.js +0 -0
- /package/dist/esm/providers/{smart-contract-platform → circle-wallets}/actions/writeContract.d.ts +0 -0
- /package/dist/esm/providers/{smart-contract-platform → circle-wallets}/actions/writeContract.test.d.ts +0 -0
- /package/dist/{cjs/providers/smart-contract-platform → esm/providers/circle-wallets}/extractChain.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/index.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/index.test.js +0 -0
- /package/dist/{cjs/providers/smart-contract-platform → esm/providers/circle-wallets}/transports/http.d.ts +0 -0
- /package/dist/{cjs/providers/faucet → esm/providers/circle-wallets}/transports/http.test.d.ts +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → circle-wallets}/transports/http.test.js +0 -0
- /package/dist/esm/providers/{faucet/actions → circle-wallets/transports}/index.test.d.ts +0 -0
- /package/dist/esm/providers/{faucet → cross-chain-transfer-protocol/transports}/index.test.d.ts +0 -0
- /package/dist/esm/providers/{smart-contract-platform → uniswap}/actions/index.test.d.ts +0 -0
- /package/dist/esm/providers/{smart-contract-platform → uniswap/chains}/index.test.d.ts +0 -0
- /package/dist/esm/providers/{faucet → uniswap}/extractChain.js +0 -0
- /package/dist/esm/providers/{developer-controlled-wallets → uniswap}/extractChain.test.d.ts +0 -0
- /package/dist/esm/{providers/smart-contract-platform/actions → utils}/getContract.test.d.ts +0 -0
- /package/dist/esm/{actions → utils}/parseUnitsAsToken.test.d.ts +0 -0
|
@@ -7,15 +7,229 @@ 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
|
-
readonly
|
|
12
|
+
readonly TokenMessenger: {
|
|
12
13
|
readonly address: "0x19330d10D9Cc8751218eaf51E8885D058642E08A";
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
readonly abi: ({
|
|
15
|
+
inputs: {
|
|
16
|
+
internalType: string;
|
|
17
|
+
name: string;
|
|
18
|
+
type: string;
|
|
19
|
+
}[];
|
|
20
|
+
stateMutability: string;
|
|
21
|
+
type: string;
|
|
22
|
+
anonymous?: undefined;
|
|
23
|
+
name?: undefined;
|
|
24
|
+
outputs?: undefined;
|
|
25
|
+
} | {
|
|
26
|
+
anonymous: boolean;
|
|
27
|
+
inputs: {
|
|
28
|
+
indexed: boolean;
|
|
29
|
+
internalType: string;
|
|
30
|
+
name: string;
|
|
31
|
+
type: string;
|
|
32
|
+
}[];
|
|
33
|
+
name: string;
|
|
34
|
+
type: string;
|
|
35
|
+
stateMutability?: undefined;
|
|
36
|
+
outputs?: undefined;
|
|
37
|
+
} | {
|
|
38
|
+
inputs: {
|
|
39
|
+
internalType: string;
|
|
40
|
+
name: string;
|
|
41
|
+
type: string;
|
|
42
|
+
}[];
|
|
43
|
+
name: string;
|
|
44
|
+
outputs: {
|
|
45
|
+
internalType: string;
|
|
46
|
+
name: string;
|
|
47
|
+
type: string;
|
|
48
|
+
}[];
|
|
49
|
+
stateMutability: string;
|
|
50
|
+
type: string;
|
|
51
|
+
anonymous?: undefined;
|
|
52
|
+
})[];
|
|
53
|
+
};
|
|
54
|
+
readonly MessageTransmitter: {
|
|
15
55
|
readonly address: "0xC30362313FBBA5cf9163F0bb16a0e01f01A896ca";
|
|
56
|
+
readonly abi: ({
|
|
57
|
+
inputs: {
|
|
58
|
+
internalType: string;
|
|
59
|
+
name: string;
|
|
60
|
+
type: string;
|
|
61
|
+
}[];
|
|
62
|
+
stateMutability: string;
|
|
63
|
+
type: string;
|
|
64
|
+
anonymous?: undefined;
|
|
65
|
+
name?: undefined;
|
|
66
|
+
outputs?: undefined;
|
|
67
|
+
} | {
|
|
68
|
+
anonymous: boolean;
|
|
69
|
+
inputs: {
|
|
70
|
+
indexed: boolean;
|
|
71
|
+
internalType: string;
|
|
72
|
+
name: string;
|
|
73
|
+
type: string;
|
|
74
|
+
}[];
|
|
75
|
+
name: string;
|
|
76
|
+
type: string;
|
|
77
|
+
stateMutability?: undefined;
|
|
78
|
+
outputs?: undefined;
|
|
79
|
+
} | {
|
|
80
|
+
inputs: {
|
|
81
|
+
internalType: string;
|
|
82
|
+
name: string;
|
|
83
|
+
type: string;
|
|
84
|
+
}[];
|
|
85
|
+
name: string;
|
|
86
|
+
outputs: {
|
|
87
|
+
internalType: string;
|
|
88
|
+
name: string;
|
|
89
|
+
type: string;
|
|
90
|
+
}[];
|
|
91
|
+
stateMutability: string;
|
|
92
|
+
type: string;
|
|
93
|
+
anonymous?: undefined;
|
|
94
|
+
})[];
|
|
16
95
|
};
|
|
17
96
|
readonly USDC: {
|
|
18
97
|
readonly address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
98
|
+
readonly abi: readonly [{
|
|
99
|
+
readonly type: "event";
|
|
100
|
+
readonly name: "Approval";
|
|
101
|
+
readonly inputs: readonly [{
|
|
102
|
+
readonly indexed: true;
|
|
103
|
+
readonly name: "owner";
|
|
104
|
+
readonly type: "address";
|
|
105
|
+
}, {
|
|
106
|
+
readonly indexed: true;
|
|
107
|
+
readonly name: "spender";
|
|
108
|
+
readonly type: "address";
|
|
109
|
+
}, {
|
|
110
|
+
readonly indexed: false;
|
|
111
|
+
readonly name: "value";
|
|
112
|
+
readonly type: "uint256";
|
|
113
|
+
}];
|
|
114
|
+
}, {
|
|
115
|
+
readonly type: "event";
|
|
116
|
+
readonly name: "Transfer";
|
|
117
|
+
readonly inputs: readonly [{
|
|
118
|
+
readonly indexed: true;
|
|
119
|
+
readonly name: "from";
|
|
120
|
+
readonly type: "address";
|
|
121
|
+
}, {
|
|
122
|
+
readonly indexed: true;
|
|
123
|
+
readonly name: "to";
|
|
124
|
+
readonly type: "address";
|
|
125
|
+
}, {
|
|
126
|
+
readonly indexed: false;
|
|
127
|
+
readonly name: "value";
|
|
128
|
+
readonly type: "uint256";
|
|
129
|
+
}];
|
|
130
|
+
}, {
|
|
131
|
+
readonly type: "function";
|
|
132
|
+
readonly name: "allowance";
|
|
133
|
+
readonly stateMutability: "view";
|
|
134
|
+
readonly inputs: readonly [{
|
|
135
|
+
readonly name: "owner";
|
|
136
|
+
readonly type: "address";
|
|
137
|
+
}, {
|
|
138
|
+
readonly name: "spender";
|
|
139
|
+
readonly type: "address";
|
|
140
|
+
}];
|
|
141
|
+
readonly outputs: readonly [{
|
|
142
|
+
readonly type: "uint256";
|
|
143
|
+
}];
|
|
144
|
+
}, {
|
|
145
|
+
readonly type: "function";
|
|
146
|
+
readonly name: "approve";
|
|
147
|
+
readonly stateMutability: "nonpayable";
|
|
148
|
+
readonly inputs: readonly [{
|
|
149
|
+
readonly name: "spender";
|
|
150
|
+
readonly type: "address";
|
|
151
|
+
}, {
|
|
152
|
+
readonly name: "amount";
|
|
153
|
+
readonly type: "uint256";
|
|
154
|
+
}];
|
|
155
|
+
readonly outputs: readonly [{
|
|
156
|
+
readonly type: "bool";
|
|
157
|
+
}];
|
|
158
|
+
}, {
|
|
159
|
+
readonly type: "function";
|
|
160
|
+
readonly name: "balanceOf";
|
|
161
|
+
readonly stateMutability: "view";
|
|
162
|
+
readonly inputs: readonly [{
|
|
163
|
+
readonly name: "account";
|
|
164
|
+
readonly type: "address";
|
|
165
|
+
}];
|
|
166
|
+
readonly outputs: readonly [{
|
|
167
|
+
readonly type: "uint256";
|
|
168
|
+
}];
|
|
169
|
+
}, {
|
|
170
|
+
readonly type: "function";
|
|
171
|
+
readonly name: "decimals";
|
|
172
|
+
readonly stateMutability: "view";
|
|
173
|
+
readonly inputs: readonly [];
|
|
174
|
+
readonly outputs: readonly [{
|
|
175
|
+
readonly type: "uint8";
|
|
176
|
+
}];
|
|
177
|
+
}, {
|
|
178
|
+
readonly type: "function";
|
|
179
|
+
readonly name: "name";
|
|
180
|
+
readonly stateMutability: "view";
|
|
181
|
+
readonly inputs: readonly [];
|
|
182
|
+
readonly outputs: readonly [{
|
|
183
|
+
readonly type: "string";
|
|
184
|
+
}];
|
|
185
|
+
}, {
|
|
186
|
+
readonly type: "function";
|
|
187
|
+
readonly name: "symbol";
|
|
188
|
+
readonly stateMutability: "view";
|
|
189
|
+
readonly inputs: readonly [];
|
|
190
|
+
readonly outputs: readonly [{
|
|
191
|
+
readonly type: "string";
|
|
192
|
+
}];
|
|
193
|
+
}, {
|
|
194
|
+
readonly type: "function";
|
|
195
|
+
readonly name: "totalSupply";
|
|
196
|
+
readonly stateMutability: "view";
|
|
197
|
+
readonly inputs: readonly [];
|
|
198
|
+
readonly outputs: readonly [{
|
|
199
|
+
readonly type: "uint256";
|
|
200
|
+
}];
|
|
201
|
+
}, {
|
|
202
|
+
readonly type: "function";
|
|
203
|
+
readonly name: "transfer";
|
|
204
|
+
readonly stateMutability: "nonpayable";
|
|
205
|
+
readonly inputs: readonly [{
|
|
206
|
+
readonly name: "recipient";
|
|
207
|
+
readonly type: "address";
|
|
208
|
+
}, {
|
|
209
|
+
readonly name: "amount";
|
|
210
|
+
readonly type: "uint256";
|
|
211
|
+
}];
|
|
212
|
+
readonly outputs: readonly [{
|
|
213
|
+
readonly type: "bool";
|
|
214
|
+
}];
|
|
215
|
+
}, {
|
|
216
|
+
readonly type: "function";
|
|
217
|
+
readonly name: "transferFrom";
|
|
218
|
+
readonly stateMutability: "nonpayable";
|
|
219
|
+
readonly inputs: readonly [{
|
|
220
|
+
readonly name: "sender";
|
|
221
|
+
readonly type: "address";
|
|
222
|
+
}, {
|
|
223
|
+
readonly name: "recipient";
|
|
224
|
+
readonly type: "address";
|
|
225
|
+
}, {
|
|
226
|
+
readonly name: "amount";
|
|
227
|
+
readonly type: "uint256";
|
|
228
|
+
}];
|
|
229
|
+
readonly outputs: readonly [{
|
|
230
|
+
readonly type: "bool";
|
|
231
|
+
}];
|
|
232
|
+
}];
|
|
19
233
|
readonly read: {
|
|
20
234
|
readonly decimals: () => 6;
|
|
21
235
|
};
|
|
@@ -55,15 +269,229 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
55
269
|
readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
|
|
56
270
|
};
|
|
57
271
|
};
|
|
272
|
+
blockTime?: number | undefined | undefined;
|
|
58
273
|
contracts: {
|
|
59
|
-
readonly
|
|
274
|
+
readonly TokenMessenger: {
|
|
60
275
|
readonly address: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
61
|
-
|
|
62
|
-
|
|
276
|
+
readonly abi: ({
|
|
277
|
+
inputs: {
|
|
278
|
+
internalType: string;
|
|
279
|
+
name: string;
|
|
280
|
+
type: string;
|
|
281
|
+
}[];
|
|
282
|
+
stateMutability: string;
|
|
283
|
+
type: string;
|
|
284
|
+
anonymous?: undefined;
|
|
285
|
+
name?: undefined;
|
|
286
|
+
outputs?: undefined;
|
|
287
|
+
} | {
|
|
288
|
+
anonymous: boolean;
|
|
289
|
+
inputs: {
|
|
290
|
+
indexed: boolean;
|
|
291
|
+
internalType: string;
|
|
292
|
+
name: string;
|
|
293
|
+
type: string;
|
|
294
|
+
}[];
|
|
295
|
+
name: string;
|
|
296
|
+
type: string;
|
|
297
|
+
stateMutability?: undefined;
|
|
298
|
+
outputs?: undefined;
|
|
299
|
+
} | {
|
|
300
|
+
inputs: {
|
|
301
|
+
internalType: string;
|
|
302
|
+
name: string;
|
|
303
|
+
type: string;
|
|
304
|
+
}[];
|
|
305
|
+
name: string;
|
|
306
|
+
outputs: {
|
|
307
|
+
internalType: string;
|
|
308
|
+
name: string;
|
|
309
|
+
type: string;
|
|
310
|
+
}[];
|
|
311
|
+
stateMutability: string;
|
|
312
|
+
type: string;
|
|
313
|
+
anonymous?: undefined;
|
|
314
|
+
})[];
|
|
315
|
+
};
|
|
316
|
+
readonly MessageTransmitter: {
|
|
63
317
|
readonly address: "0xaCF1ceeF35caAc005e15888dDb8A3515C41B4872";
|
|
318
|
+
readonly abi: ({
|
|
319
|
+
inputs: {
|
|
320
|
+
internalType: string;
|
|
321
|
+
name: string;
|
|
322
|
+
type: string;
|
|
323
|
+
}[];
|
|
324
|
+
stateMutability: string;
|
|
325
|
+
type: string;
|
|
326
|
+
anonymous?: undefined;
|
|
327
|
+
name?: undefined;
|
|
328
|
+
outputs?: undefined;
|
|
329
|
+
} | {
|
|
330
|
+
anonymous: boolean;
|
|
331
|
+
inputs: {
|
|
332
|
+
indexed: boolean;
|
|
333
|
+
internalType: string;
|
|
334
|
+
name: string;
|
|
335
|
+
type: string;
|
|
336
|
+
}[];
|
|
337
|
+
name: string;
|
|
338
|
+
type: string;
|
|
339
|
+
stateMutability?: undefined;
|
|
340
|
+
outputs?: undefined;
|
|
341
|
+
} | {
|
|
342
|
+
inputs: {
|
|
343
|
+
internalType: string;
|
|
344
|
+
name: string;
|
|
345
|
+
type: string;
|
|
346
|
+
}[];
|
|
347
|
+
name: string;
|
|
348
|
+
outputs: {
|
|
349
|
+
internalType: string;
|
|
350
|
+
name: string;
|
|
351
|
+
type: string;
|
|
352
|
+
}[];
|
|
353
|
+
stateMutability: string;
|
|
354
|
+
type: string;
|
|
355
|
+
anonymous?: undefined;
|
|
356
|
+
})[];
|
|
64
357
|
};
|
|
65
358
|
readonly USDC: {
|
|
66
359
|
readonly address: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
360
|
+
readonly abi: readonly [{
|
|
361
|
+
readonly type: "event";
|
|
362
|
+
readonly name: "Approval";
|
|
363
|
+
readonly inputs: readonly [{
|
|
364
|
+
readonly indexed: true;
|
|
365
|
+
readonly name: "owner";
|
|
366
|
+
readonly type: "address";
|
|
367
|
+
}, {
|
|
368
|
+
readonly indexed: true;
|
|
369
|
+
readonly name: "spender";
|
|
370
|
+
readonly type: "address";
|
|
371
|
+
}, {
|
|
372
|
+
readonly indexed: false;
|
|
373
|
+
readonly name: "value";
|
|
374
|
+
readonly type: "uint256";
|
|
375
|
+
}];
|
|
376
|
+
}, {
|
|
377
|
+
readonly type: "event";
|
|
378
|
+
readonly name: "Transfer";
|
|
379
|
+
readonly inputs: readonly [{
|
|
380
|
+
readonly indexed: true;
|
|
381
|
+
readonly name: "from";
|
|
382
|
+
readonly type: "address";
|
|
383
|
+
}, {
|
|
384
|
+
readonly indexed: true;
|
|
385
|
+
readonly name: "to";
|
|
386
|
+
readonly type: "address";
|
|
387
|
+
}, {
|
|
388
|
+
readonly indexed: false;
|
|
389
|
+
readonly name: "value";
|
|
390
|
+
readonly type: "uint256";
|
|
391
|
+
}];
|
|
392
|
+
}, {
|
|
393
|
+
readonly type: "function";
|
|
394
|
+
readonly name: "allowance";
|
|
395
|
+
readonly stateMutability: "view";
|
|
396
|
+
readonly inputs: readonly [{
|
|
397
|
+
readonly name: "owner";
|
|
398
|
+
readonly type: "address";
|
|
399
|
+
}, {
|
|
400
|
+
readonly name: "spender";
|
|
401
|
+
readonly type: "address";
|
|
402
|
+
}];
|
|
403
|
+
readonly outputs: readonly [{
|
|
404
|
+
readonly type: "uint256";
|
|
405
|
+
}];
|
|
406
|
+
}, {
|
|
407
|
+
readonly type: "function";
|
|
408
|
+
readonly name: "approve";
|
|
409
|
+
readonly stateMutability: "nonpayable";
|
|
410
|
+
readonly inputs: readonly [{
|
|
411
|
+
readonly name: "spender";
|
|
412
|
+
readonly type: "address";
|
|
413
|
+
}, {
|
|
414
|
+
readonly name: "amount";
|
|
415
|
+
readonly type: "uint256";
|
|
416
|
+
}];
|
|
417
|
+
readonly outputs: readonly [{
|
|
418
|
+
readonly type: "bool";
|
|
419
|
+
}];
|
|
420
|
+
}, {
|
|
421
|
+
readonly type: "function";
|
|
422
|
+
readonly name: "balanceOf";
|
|
423
|
+
readonly stateMutability: "view";
|
|
424
|
+
readonly inputs: readonly [{
|
|
425
|
+
readonly name: "account";
|
|
426
|
+
readonly type: "address";
|
|
427
|
+
}];
|
|
428
|
+
readonly outputs: readonly [{
|
|
429
|
+
readonly type: "uint256";
|
|
430
|
+
}];
|
|
431
|
+
}, {
|
|
432
|
+
readonly type: "function";
|
|
433
|
+
readonly name: "decimals";
|
|
434
|
+
readonly stateMutability: "view";
|
|
435
|
+
readonly inputs: readonly [];
|
|
436
|
+
readonly outputs: readonly [{
|
|
437
|
+
readonly type: "uint8";
|
|
438
|
+
}];
|
|
439
|
+
}, {
|
|
440
|
+
readonly type: "function";
|
|
441
|
+
readonly name: "name";
|
|
442
|
+
readonly stateMutability: "view";
|
|
443
|
+
readonly inputs: readonly [];
|
|
444
|
+
readonly outputs: readonly [{
|
|
445
|
+
readonly type: "string";
|
|
446
|
+
}];
|
|
447
|
+
}, {
|
|
448
|
+
readonly type: "function";
|
|
449
|
+
readonly name: "symbol";
|
|
450
|
+
readonly stateMutability: "view";
|
|
451
|
+
readonly inputs: readonly [];
|
|
452
|
+
readonly outputs: readonly [{
|
|
453
|
+
readonly type: "string";
|
|
454
|
+
}];
|
|
455
|
+
}, {
|
|
456
|
+
readonly type: "function";
|
|
457
|
+
readonly name: "totalSupply";
|
|
458
|
+
readonly stateMutability: "view";
|
|
459
|
+
readonly inputs: readonly [];
|
|
460
|
+
readonly outputs: readonly [{
|
|
461
|
+
readonly type: "uint256";
|
|
462
|
+
}];
|
|
463
|
+
}, {
|
|
464
|
+
readonly type: "function";
|
|
465
|
+
readonly name: "transfer";
|
|
466
|
+
readonly stateMutability: "nonpayable";
|
|
467
|
+
readonly inputs: readonly [{
|
|
468
|
+
readonly name: "recipient";
|
|
469
|
+
readonly type: "address";
|
|
470
|
+
}, {
|
|
471
|
+
readonly name: "amount";
|
|
472
|
+
readonly type: "uint256";
|
|
473
|
+
}];
|
|
474
|
+
readonly outputs: readonly [{
|
|
475
|
+
readonly type: "bool";
|
|
476
|
+
}];
|
|
477
|
+
}, {
|
|
478
|
+
readonly type: "function";
|
|
479
|
+
readonly name: "transferFrom";
|
|
480
|
+
readonly stateMutability: "nonpayable";
|
|
481
|
+
readonly inputs: readonly [{
|
|
482
|
+
readonly name: "sender";
|
|
483
|
+
readonly type: "address";
|
|
484
|
+
}, {
|
|
485
|
+
readonly name: "recipient";
|
|
486
|
+
readonly type: "address";
|
|
487
|
+
}, {
|
|
488
|
+
readonly name: "amount";
|
|
489
|
+
readonly type: "uint256";
|
|
490
|
+
}];
|
|
491
|
+
readonly outputs: readonly [{
|
|
492
|
+
readonly type: "bool";
|
|
493
|
+
}];
|
|
494
|
+
}];
|
|
67
495
|
readonly read: {
|
|
68
496
|
readonly decimals: () => 6;
|
|
69
497
|
};
|
|
@@ -103,21 +531,511 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
103
531
|
readonly apiUrl: "https://api.snowtrace.io";
|
|
104
532
|
};
|
|
105
533
|
};
|
|
534
|
+
blockTime?: number | undefined | undefined;
|
|
106
535
|
contracts: {
|
|
107
|
-
readonly
|
|
536
|
+
readonly TokenMessenger: {
|
|
108
537
|
readonly address: "0x6b25532e1060ce10cc3b0a99e5683b91bfde6982";
|
|
109
|
-
|
|
110
|
-
|
|
538
|
+
readonly abi: ({
|
|
539
|
+
inputs: {
|
|
540
|
+
internalType: string;
|
|
541
|
+
name: string;
|
|
542
|
+
type: string;
|
|
543
|
+
}[];
|
|
544
|
+
stateMutability: string;
|
|
545
|
+
type: string;
|
|
546
|
+
anonymous?: undefined;
|
|
547
|
+
name?: undefined;
|
|
548
|
+
outputs?: undefined;
|
|
549
|
+
} | {
|
|
550
|
+
anonymous: boolean;
|
|
551
|
+
inputs: {
|
|
552
|
+
indexed: boolean;
|
|
553
|
+
internalType: string;
|
|
554
|
+
name: string;
|
|
555
|
+
type: string;
|
|
556
|
+
}[];
|
|
557
|
+
name: string;
|
|
558
|
+
type: string;
|
|
559
|
+
stateMutability?: undefined;
|
|
560
|
+
outputs?: undefined;
|
|
561
|
+
} | {
|
|
562
|
+
inputs: {
|
|
563
|
+
internalType: string;
|
|
564
|
+
name: string;
|
|
565
|
+
type: string;
|
|
566
|
+
}[];
|
|
567
|
+
name: string;
|
|
568
|
+
outputs: {
|
|
569
|
+
internalType: string;
|
|
570
|
+
name: string;
|
|
571
|
+
type: string;
|
|
572
|
+
}[];
|
|
573
|
+
stateMutability: string;
|
|
574
|
+
type: string;
|
|
575
|
+
anonymous?: undefined;
|
|
576
|
+
})[];
|
|
577
|
+
};
|
|
578
|
+
readonly MessageTransmitter: {
|
|
111
579
|
readonly address: "0x8186359af5f57fbb40c6b14a588d2a59c0c29880";
|
|
580
|
+
readonly abi: ({
|
|
581
|
+
inputs: {
|
|
582
|
+
internalType: string;
|
|
583
|
+
name: string;
|
|
584
|
+
type: string;
|
|
585
|
+
}[];
|
|
586
|
+
stateMutability: string;
|
|
587
|
+
type: string;
|
|
588
|
+
anonymous?: undefined;
|
|
589
|
+
name?: undefined;
|
|
590
|
+
outputs?: undefined;
|
|
591
|
+
} | {
|
|
592
|
+
anonymous: boolean;
|
|
593
|
+
inputs: {
|
|
594
|
+
indexed: boolean;
|
|
595
|
+
internalType: string;
|
|
596
|
+
name: string;
|
|
597
|
+
type: string;
|
|
598
|
+
}[];
|
|
599
|
+
name: string;
|
|
600
|
+
type: string;
|
|
601
|
+
stateMutability?: undefined;
|
|
602
|
+
outputs?: undefined;
|
|
603
|
+
} | {
|
|
604
|
+
inputs: {
|
|
605
|
+
internalType: string;
|
|
606
|
+
name: string;
|
|
607
|
+
type: string;
|
|
608
|
+
}[];
|
|
609
|
+
name: string;
|
|
610
|
+
outputs: {
|
|
611
|
+
internalType: string;
|
|
612
|
+
name: string;
|
|
613
|
+
type: string;
|
|
614
|
+
}[];
|
|
615
|
+
stateMutability: string;
|
|
616
|
+
type: string;
|
|
617
|
+
anonymous?: undefined;
|
|
618
|
+
})[];
|
|
112
619
|
};
|
|
113
620
|
readonly USDC: {
|
|
114
621
|
readonly address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
622
|
+
readonly abi: readonly [{
|
|
623
|
+
readonly type: "event";
|
|
624
|
+
readonly name: "Approval";
|
|
625
|
+
readonly inputs: readonly [{
|
|
626
|
+
readonly indexed: true;
|
|
627
|
+
readonly name: "owner";
|
|
628
|
+
readonly type: "address";
|
|
629
|
+
}, {
|
|
630
|
+
readonly indexed: true;
|
|
631
|
+
readonly name: "spender";
|
|
632
|
+
readonly type: "address";
|
|
633
|
+
}, {
|
|
634
|
+
readonly indexed: false;
|
|
635
|
+
readonly name: "value";
|
|
636
|
+
readonly type: "uint256";
|
|
637
|
+
}];
|
|
638
|
+
}, {
|
|
639
|
+
readonly type: "event";
|
|
640
|
+
readonly name: "Transfer";
|
|
641
|
+
readonly inputs: readonly [{
|
|
642
|
+
readonly indexed: true;
|
|
643
|
+
readonly name: "from";
|
|
644
|
+
readonly type: "address";
|
|
645
|
+
}, {
|
|
646
|
+
readonly indexed: true;
|
|
647
|
+
readonly name: "to";
|
|
648
|
+
readonly type: "address";
|
|
649
|
+
}, {
|
|
650
|
+
readonly indexed: false;
|
|
651
|
+
readonly name: "value";
|
|
652
|
+
readonly type: "uint256";
|
|
653
|
+
}];
|
|
654
|
+
}, {
|
|
655
|
+
readonly type: "function";
|
|
656
|
+
readonly name: "allowance";
|
|
657
|
+
readonly stateMutability: "view";
|
|
658
|
+
readonly inputs: readonly [{
|
|
659
|
+
readonly name: "owner";
|
|
660
|
+
readonly type: "address";
|
|
661
|
+
}, {
|
|
662
|
+
readonly name: "spender";
|
|
663
|
+
readonly type: "address";
|
|
664
|
+
}];
|
|
665
|
+
readonly outputs: readonly [{
|
|
666
|
+
readonly type: "uint256";
|
|
667
|
+
}];
|
|
668
|
+
}, {
|
|
669
|
+
readonly type: "function";
|
|
670
|
+
readonly name: "approve";
|
|
671
|
+
readonly stateMutability: "nonpayable";
|
|
672
|
+
readonly inputs: readonly [{
|
|
673
|
+
readonly name: "spender";
|
|
674
|
+
readonly type: "address";
|
|
675
|
+
}, {
|
|
676
|
+
readonly name: "amount";
|
|
677
|
+
readonly type: "uint256";
|
|
678
|
+
}];
|
|
679
|
+
readonly outputs: readonly [{
|
|
680
|
+
readonly type: "bool";
|
|
681
|
+
}];
|
|
682
|
+
}, {
|
|
683
|
+
readonly type: "function";
|
|
684
|
+
readonly name: "balanceOf";
|
|
685
|
+
readonly stateMutability: "view";
|
|
686
|
+
readonly inputs: readonly [{
|
|
687
|
+
readonly name: "account";
|
|
688
|
+
readonly type: "address";
|
|
689
|
+
}];
|
|
690
|
+
readonly outputs: readonly [{
|
|
691
|
+
readonly type: "uint256";
|
|
692
|
+
}];
|
|
693
|
+
}, {
|
|
694
|
+
readonly type: "function";
|
|
695
|
+
readonly name: "decimals";
|
|
696
|
+
readonly stateMutability: "view";
|
|
697
|
+
readonly inputs: readonly [];
|
|
698
|
+
readonly outputs: readonly [{
|
|
699
|
+
readonly type: "uint8";
|
|
700
|
+
}];
|
|
701
|
+
}, {
|
|
702
|
+
readonly type: "function";
|
|
703
|
+
readonly name: "name";
|
|
704
|
+
readonly stateMutability: "view";
|
|
705
|
+
readonly inputs: readonly [];
|
|
706
|
+
readonly outputs: readonly [{
|
|
707
|
+
readonly type: "string";
|
|
708
|
+
}];
|
|
709
|
+
}, {
|
|
710
|
+
readonly type: "function";
|
|
711
|
+
readonly name: "symbol";
|
|
712
|
+
readonly stateMutability: "view";
|
|
713
|
+
readonly inputs: readonly [];
|
|
714
|
+
readonly outputs: readonly [{
|
|
715
|
+
readonly type: "string";
|
|
716
|
+
}];
|
|
717
|
+
}, {
|
|
718
|
+
readonly type: "function";
|
|
719
|
+
readonly name: "totalSupply";
|
|
720
|
+
readonly stateMutability: "view";
|
|
721
|
+
readonly inputs: readonly [];
|
|
722
|
+
readonly outputs: readonly [{
|
|
723
|
+
readonly type: "uint256";
|
|
724
|
+
}];
|
|
725
|
+
}, {
|
|
726
|
+
readonly type: "function";
|
|
727
|
+
readonly name: "transfer";
|
|
728
|
+
readonly stateMutability: "nonpayable";
|
|
729
|
+
readonly inputs: readonly [{
|
|
730
|
+
readonly name: "recipient";
|
|
731
|
+
readonly type: "address";
|
|
732
|
+
}, {
|
|
733
|
+
readonly name: "amount";
|
|
734
|
+
readonly type: "uint256";
|
|
735
|
+
}];
|
|
736
|
+
readonly outputs: readonly [{
|
|
737
|
+
readonly type: "bool";
|
|
738
|
+
}];
|
|
739
|
+
}, {
|
|
740
|
+
readonly type: "function";
|
|
741
|
+
readonly name: "transferFrom";
|
|
742
|
+
readonly stateMutability: "nonpayable";
|
|
743
|
+
readonly inputs: readonly [{
|
|
744
|
+
readonly name: "sender";
|
|
745
|
+
readonly type: "address";
|
|
746
|
+
}, {
|
|
747
|
+
readonly name: "recipient";
|
|
748
|
+
readonly type: "address";
|
|
749
|
+
}, {
|
|
750
|
+
readonly name: "amount";
|
|
751
|
+
readonly type: "uint256";
|
|
752
|
+
}];
|
|
753
|
+
readonly outputs: readonly [{
|
|
754
|
+
readonly type: "bool";
|
|
755
|
+
}];
|
|
756
|
+
}];
|
|
115
757
|
readonly read: {
|
|
116
758
|
readonly decimals: () => 6;
|
|
117
759
|
};
|
|
118
760
|
};
|
|
119
761
|
readonly EURC: {
|
|
120
762
|
readonly address: "0xc891eb4cbdeff6e073e859e987815ed1505c2acd";
|
|
763
|
+
readonly abi: readonly [{
|
|
764
|
+
readonly type: "event";
|
|
765
|
+
readonly name: "Approval";
|
|
766
|
+
readonly inputs: readonly [{
|
|
767
|
+
readonly indexed: true;
|
|
768
|
+
readonly name: "owner";
|
|
769
|
+
readonly type: "address";
|
|
770
|
+
}, {
|
|
771
|
+
readonly indexed: true;
|
|
772
|
+
readonly name: "spender";
|
|
773
|
+
readonly type: "address";
|
|
774
|
+
}, {
|
|
775
|
+
readonly indexed: false;
|
|
776
|
+
readonly name: "value";
|
|
777
|
+
readonly type: "uint256";
|
|
778
|
+
}];
|
|
779
|
+
}, {
|
|
780
|
+
readonly type: "event";
|
|
781
|
+
readonly name: "Transfer";
|
|
782
|
+
readonly inputs: readonly [{
|
|
783
|
+
readonly indexed: true;
|
|
784
|
+
readonly name: "from";
|
|
785
|
+
readonly type: "address";
|
|
786
|
+
}, {
|
|
787
|
+
readonly indexed: true;
|
|
788
|
+
readonly name: "to";
|
|
789
|
+
readonly type: "address";
|
|
790
|
+
}, {
|
|
791
|
+
readonly indexed: false;
|
|
792
|
+
readonly name: "value";
|
|
793
|
+
readonly type: "uint256";
|
|
794
|
+
}];
|
|
795
|
+
}, {
|
|
796
|
+
readonly type: "function";
|
|
797
|
+
readonly name: "allowance";
|
|
798
|
+
readonly stateMutability: "view";
|
|
799
|
+
readonly inputs: readonly [{
|
|
800
|
+
readonly name: "owner";
|
|
801
|
+
readonly type: "address";
|
|
802
|
+
}, {
|
|
803
|
+
readonly name: "spender";
|
|
804
|
+
readonly type: "address";
|
|
805
|
+
}];
|
|
806
|
+
readonly outputs: readonly [{
|
|
807
|
+
readonly type: "uint256";
|
|
808
|
+
}];
|
|
809
|
+
}, {
|
|
810
|
+
readonly type: "function";
|
|
811
|
+
readonly name: "approve";
|
|
812
|
+
readonly stateMutability: "nonpayable";
|
|
813
|
+
readonly inputs: readonly [{
|
|
814
|
+
readonly name: "spender";
|
|
815
|
+
readonly type: "address";
|
|
816
|
+
}, {
|
|
817
|
+
readonly name: "amount";
|
|
818
|
+
readonly type: "uint256";
|
|
819
|
+
}];
|
|
820
|
+
readonly outputs: readonly [{
|
|
821
|
+
readonly type: "bool";
|
|
822
|
+
}];
|
|
823
|
+
}, {
|
|
824
|
+
readonly type: "function";
|
|
825
|
+
readonly name: "balanceOf";
|
|
826
|
+
readonly stateMutability: "view";
|
|
827
|
+
readonly inputs: readonly [{
|
|
828
|
+
readonly name: "account";
|
|
829
|
+
readonly type: "address";
|
|
830
|
+
}];
|
|
831
|
+
readonly outputs: readonly [{
|
|
832
|
+
readonly type: "uint256";
|
|
833
|
+
}];
|
|
834
|
+
}, {
|
|
835
|
+
readonly type: "function";
|
|
836
|
+
readonly name: "decimals";
|
|
837
|
+
readonly stateMutability: "view";
|
|
838
|
+
readonly inputs: readonly [];
|
|
839
|
+
readonly outputs: readonly [{
|
|
840
|
+
readonly type: "uint8";
|
|
841
|
+
}];
|
|
842
|
+
}, {
|
|
843
|
+
readonly type: "function";
|
|
844
|
+
readonly name: "name";
|
|
845
|
+
readonly stateMutability: "view";
|
|
846
|
+
readonly inputs: readonly [];
|
|
847
|
+
readonly outputs: readonly [{
|
|
848
|
+
readonly type: "string";
|
|
849
|
+
}];
|
|
850
|
+
}, {
|
|
851
|
+
readonly type: "function";
|
|
852
|
+
readonly name: "symbol";
|
|
853
|
+
readonly stateMutability: "view";
|
|
854
|
+
readonly inputs: readonly [];
|
|
855
|
+
readonly outputs: readonly [{
|
|
856
|
+
readonly type: "string";
|
|
857
|
+
}];
|
|
858
|
+
}, {
|
|
859
|
+
readonly type: "function";
|
|
860
|
+
readonly name: "totalSupply";
|
|
861
|
+
readonly stateMutability: "view";
|
|
862
|
+
readonly inputs: readonly [];
|
|
863
|
+
readonly outputs: readonly [{
|
|
864
|
+
readonly type: "uint256";
|
|
865
|
+
}];
|
|
866
|
+
}, {
|
|
867
|
+
readonly type: "function";
|
|
868
|
+
readonly name: "transfer";
|
|
869
|
+
readonly stateMutability: "nonpayable";
|
|
870
|
+
readonly inputs: readonly [{
|
|
871
|
+
readonly name: "recipient";
|
|
872
|
+
readonly type: "address";
|
|
873
|
+
}, {
|
|
874
|
+
readonly name: "amount";
|
|
875
|
+
readonly type: "uint256";
|
|
876
|
+
}];
|
|
877
|
+
readonly outputs: readonly [{
|
|
878
|
+
readonly type: "bool";
|
|
879
|
+
}];
|
|
880
|
+
}, {
|
|
881
|
+
readonly type: "function";
|
|
882
|
+
readonly name: "transferFrom";
|
|
883
|
+
readonly stateMutability: "nonpayable";
|
|
884
|
+
readonly inputs: readonly [{
|
|
885
|
+
readonly name: "sender";
|
|
886
|
+
readonly type: "address";
|
|
887
|
+
}, {
|
|
888
|
+
readonly name: "recipient";
|
|
889
|
+
readonly type: "address";
|
|
890
|
+
}, {
|
|
891
|
+
readonly name: "amount";
|
|
892
|
+
readonly type: "uint256";
|
|
893
|
+
}];
|
|
894
|
+
readonly outputs: readonly [{
|
|
895
|
+
readonly type: "bool";
|
|
896
|
+
}];
|
|
897
|
+
}];
|
|
898
|
+
readonly read: {
|
|
899
|
+
readonly decimals: () => 6;
|
|
900
|
+
};
|
|
901
|
+
};
|
|
902
|
+
readonly USDT: {
|
|
903
|
+
readonly address: "0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7";
|
|
904
|
+
readonly abi: readonly [{
|
|
905
|
+
readonly type: "event";
|
|
906
|
+
readonly name: "Approval";
|
|
907
|
+
readonly inputs: readonly [{
|
|
908
|
+
readonly indexed: true;
|
|
909
|
+
readonly name: "owner";
|
|
910
|
+
readonly type: "address";
|
|
911
|
+
}, {
|
|
912
|
+
readonly indexed: true;
|
|
913
|
+
readonly name: "spender";
|
|
914
|
+
readonly type: "address";
|
|
915
|
+
}, {
|
|
916
|
+
readonly indexed: false;
|
|
917
|
+
readonly name: "value";
|
|
918
|
+
readonly type: "uint256";
|
|
919
|
+
}];
|
|
920
|
+
}, {
|
|
921
|
+
readonly type: "event";
|
|
922
|
+
readonly name: "Transfer";
|
|
923
|
+
readonly inputs: readonly [{
|
|
924
|
+
readonly indexed: true;
|
|
925
|
+
readonly name: "from";
|
|
926
|
+
readonly type: "address";
|
|
927
|
+
}, {
|
|
928
|
+
readonly indexed: true;
|
|
929
|
+
readonly name: "to";
|
|
930
|
+
readonly type: "address";
|
|
931
|
+
}, {
|
|
932
|
+
readonly indexed: false;
|
|
933
|
+
readonly name: "value";
|
|
934
|
+
readonly type: "uint256";
|
|
935
|
+
}];
|
|
936
|
+
}, {
|
|
937
|
+
readonly type: "function";
|
|
938
|
+
readonly name: "allowance";
|
|
939
|
+
readonly stateMutability: "view";
|
|
940
|
+
readonly inputs: readonly [{
|
|
941
|
+
readonly name: "owner";
|
|
942
|
+
readonly type: "address";
|
|
943
|
+
}, {
|
|
944
|
+
readonly name: "spender";
|
|
945
|
+
readonly type: "address";
|
|
946
|
+
}];
|
|
947
|
+
readonly outputs: readonly [{
|
|
948
|
+
readonly type: "uint256";
|
|
949
|
+
}];
|
|
950
|
+
}, {
|
|
951
|
+
readonly type: "function";
|
|
952
|
+
readonly name: "approve";
|
|
953
|
+
readonly stateMutability: "nonpayable";
|
|
954
|
+
readonly inputs: readonly [{
|
|
955
|
+
readonly name: "spender";
|
|
956
|
+
readonly type: "address";
|
|
957
|
+
}, {
|
|
958
|
+
readonly name: "amount";
|
|
959
|
+
readonly type: "uint256";
|
|
960
|
+
}];
|
|
961
|
+
readonly outputs: readonly [{
|
|
962
|
+
readonly type: "bool";
|
|
963
|
+
}];
|
|
964
|
+
}, {
|
|
965
|
+
readonly type: "function";
|
|
966
|
+
readonly name: "balanceOf";
|
|
967
|
+
readonly stateMutability: "view";
|
|
968
|
+
readonly inputs: readonly [{
|
|
969
|
+
readonly name: "account";
|
|
970
|
+
readonly type: "address";
|
|
971
|
+
}];
|
|
972
|
+
readonly outputs: readonly [{
|
|
973
|
+
readonly type: "uint256";
|
|
974
|
+
}];
|
|
975
|
+
}, {
|
|
976
|
+
readonly type: "function";
|
|
977
|
+
readonly name: "decimals";
|
|
978
|
+
readonly stateMutability: "view";
|
|
979
|
+
readonly inputs: readonly [];
|
|
980
|
+
readonly outputs: readonly [{
|
|
981
|
+
readonly type: "uint8";
|
|
982
|
+
}];
|
|
983
|
+
}, {
|
|
984
|
+
readonly type: "function";
|
|
985
|
+
readonly name: "name";
|
|
986
|
+
readonly stateMutability: "view";
|
|
987
|
+
readonly inputs: readonly [];
|
|
988
|
+
readonly outputs: readonly [{
|
|
989
|
+
readonly type: "string";
|
|
990
|
+
}];
|
|
991
|
+
}, {
|
|
992
|
+
readonly type: "function";
|
|
993
|
+
readonly name: "symbol";
|
|
994
|
+
readonly stateMutability: "view";
|
|
995
|
+
readonly inputs: readonly [];
|
|
996
|
+
readonly outputs: readonly [{
|
|
997
|
+
readonly type: "string";
|
|
998
|
+
}];
|
|
999
|
+
}, {
|
|
1000
|
+
readonly type: "function";
|
|
1001
|
+
readonly name: "totalSupply";
|
|
1002
|
+
readonly stateMutability: "view";
|
|
1003
|
+
readonly inputs: readonly [];
|
|
1004
|
+
readonly outputs: readonly [{
|
|
1005
|
+
readonly type: "uint256";
|
|
1006
|
+
}];
|
|
1007
|
+
}, {
|
|
1008
|
+
readonly type: "function";
|
|
1009
|
+
readonly name: "transfer";
|
|
1010
|
+
readonly stateMutability: "nonpayable";
|
|
1011
|
+
readonly inputs: readonly [{
|
|
1012
|
+
readonly name: "recipient";
|
|
1013
|
+
readonly type: "address";
|
|
1014
|
+
}, {
|
|
1015
|
+
readonly name: "amount";
|
|
1016
|
+
readonly type: "uint256";
|
|
1017
|
+
}];
|
|
1018
|
+
readonly outputs: readonly [{
|
|
1019
|
+
readonly type: "bool";
|
|
1020
|
+
}];
|
|
1021
|
+
}, {
|
|
1022
|
+
readonly type: "function";
|
|
1023
|
+
readonly name: "transferFrom";
|
|
1024
|
+
readonly stateMutability: "nonpayable";
|
|
1025
|
+
readonly inputs: readonly [{
|
|
1026
|
+
readonly name: "sender";
|
|
1027
|
+
readonly type: "address";
|
|
1028
|
+
}, {
|
|
1029
|
+
readonly name: "recipient";
|
|
1030
|
+
readonly type: "address";
|
|
1031
|
+
}, {
|
|
1032
|
+
readonly name: "amount";
|
|
1033
|
+
readonly type: "uint256";
|
|
1034
|
+
}];
|
|
1035
|
+
readonly outputs: readonly [{
|
|
1036
|
+
readonly type: "bool";
|
|
1037
|
+
}];
|
|
1038
|
+
}];
|
|
121
1039
|
readonly read: {
|
|
122
1040
|
readonly decimals: () => 6;
|
|
123
1041
|
};
|
|
@@ -157,21 +1075,370 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
157
1075
|
readonly apiUrl: "https://api-testnet.snowtrace.io";
|
|
158
1076
|
};
|
|
159
1077
|
};
|
|
1078
|
+
blockTime?: number | undefined | undefined;
|
|
160
1079
|
contracts: {
|
|
161
|
-
readonly
|
|
1080
|
+
readonly TokenMessenger: {
|
|
162
1081
|
readonly address: "0xeb08f243e5d3fcff26a9e38ae5520a669f4019d0";
|
|
163
|
-
|
|
164
|
-
|
|
1082
|
+
readonly abi: ({
|
|
1083
|
+
inputs: {
|
|
1084
|
+
internalType: string;
|
|
1085
|
+
name: string;
|
|
1086
|
+
type: string;
|
|
1087
|
+
}[];
|
|
1088
|
+
stateMutability: string;
|
|
1089
|
+
type: string;
|
|
1090
|
+
anonymous?: undefined;
|
|
1091
|
+
name?: undefined;
|
|
1092
|
+
outputs?: undefined;
|
|
1093
|
+
} | {
|
|
1094
|
+
anonymous: boolean;
|
|
1095
|
+
inputs: {
|
|
1096
|
+
indexed: boolean;
|
|
1097
|
+
internalType: string;
|
|
1098
|
+
name: string;
|
|
1099
|
+
type: string;
|
|
1100
|
+
}[];
|
|
1101
|
+
name: string;
|
|
1102
|
+
type: string;
|
|
1103
|
+
stateMutability?: undefined;
|
|
1104
|
+
outputs?: undefined;
|
|
1105
|
+
} | {
|
|
1106
|
+
inputs: {
|
|
1107
|
+
internalType: string;
|
|
1108
|
+
name: string;
|
|
1109
|
+
type: string;
|
|
1110
|
+
}[];
|
|
1111
|
+
name: string;
|
|
1112
|
+
outputs: {
|
|
1113
|
+
internalType: string;
|
|
1114
|
+
name: string;
|
|
1115
|
+
type: string;
|
|
1116
|
+
}[];
|
|
1117
|
+
stateMutability: string;
|
|
1118
|
+
type: string;
|
|
1119
|
+
anonymous?: undefined;
|
|
1120
|
+
})[];
|
|
1121
|
+
};
|
|
1122
|
+
readonly MessageTransmitter: {
|
|
165
1123
|
readonly address: "0xa9fb1b3009dcb79e2fe346c16a604b8fa8ae0a79";
|
|
1124
|
+
readonly abi: ({
|
|
1125
|
+
inputs: {
|
|
1126
|
+
internalType: string;
|
|
1127
|
+
name: string;
|
|
1128
|
+
type: string;
|
|
1129
|
+
}[];
|
|
1130
|
+
stateMutability: string;
|
|
1131
|
+
type: string;
|
|
1132
|
+
anonymous?: undefined;
|
|
1133
|
+
name?: undefined;
|
|
1134
|
+
outputs?: undefined;
|
|
1135
|
+
} | {
|
|
1136
|
+
anonymous: boolean;
|
|
1137
|
+
inputs: {
|
|
1138
|
+
indexed: boolean;
|
|
1139
|
+
internalType: string;
|
|
1140
|
+
name: string;
|
|
1141
|
+
type: string;
|
|
1142
|
+
}[];
|
|
1143
|
+
name: string;
|
|
1144
|
+
type: string;
|
|
1145
|
+
stateMutability?: undefined;
|
|
1146
|
+
outputs?: undefined;
|
|
1147
|
+
} | {
|
|
1148
|
+
inputs: {
|
|
1149
|
+
internalType: string;
|
|
1150
|
+
name: string;
|
|
1151
|
+
type: string;
|
|
1152
|
+
}[];
|
|
1153
|
+
name: string;
|
|
1154
|
+
outputs: {
|
|
1155
|
+
internalType: string;
|
|
1156
|
+
name: string;
|
|
1157
|
+
type: string;
|
|
1158
|
+
}[];
|
|
1159
|
+
stateMutability: string;
|
|
1160
|
+
type: string;
|
|
1161
|
+
anonymous?: undefined;
|
|
1162
|
+
})[];
|
|
166
1163
|
};
|
|
167
1164
|
readonly USDC: {
|
|
168
1165
|
readonly address: "0x5425890298aed601595a70ab815c96711a31bc65";
|
|
1166
|
+
readonly abi: readonly [{
|
|
1167
|
+
readonly type: "event";
|
|
1168
|
+
readonly name: "Approval";
|
|
1169
|
+
readonly inputs: readonly [{
|
|
1170
|
+
readonly indexed: true;
|
|
1171
|
+
readonly name: "owner";
|
|
1172
|
+
readonly type: "address";
|
|
1173
|
+
}, {
|
|
1174
|
+
readonly indexed: true;
|
|
1175
|
+
readonly name: "spender";
|
|
1176
|
+
readonly type: "address";
|
|
1177
|
+
}, {
|
|
1178
|
+
readonly indexed: false;
|
|
1179
|
+
readonly name: "value";
|
|
1180
|
+
readonly type: "uint256";
|
|
1181
|
+
}];
|
|
1182
|
+
}, {
|
|
1183
|
+
readonly type: "event";
|
|
1184
|
+
readonly name: "Transfer";
|
|
1185
|
+
readonly inputs: readonly [{
|
|
1186
|
+
readonly indexed: true;
|
|
1187
|
+
readonly name: "from";
|
|
1188
|
+
readonly type: "address";
|
|
1189
|
+
}, {
|
|
1190
|
+
readonly indexed: true;
|
|
1191
|
+
readonly name: "to";
|
|
1192
|
+
readonly type: "address";
|
|
1193
|
+
}, {
|
|
1194
|
+
readonly indexed: false;
|
|
1195
|
+
readonly name: "value";
|
|
1196
|
+
readonly type: "uint256";
|
|
1197
|
+
}];
|
|
1198
|
+
}, {
|
|
1199
|
+
readonly type: "function";
|
|
1200
|
+
readonly name: "allowance";
|
|
1201
|
+
readonly stateMutability: "view";
|
|
1202
|
+
readonly inputs: readonly [{
|
|
1203
|
+
readonly name: "owner";
|
|
1204
|
+
readonly type: "address";
|
|
1205
|
+
}, {
|
|
1206
|
+
readonly name: "spender";
|
|
1207
|
+
readonly type: "address";
|
|
1208
|
+
}];
|
|
1209
|
+
readonly outputs: readonly [{
|
|
1210
|
+
readonly type: "uint256";
|
|
1211
|
+
}];
|
|
1212
|
+
}, {
|
|
1213
|
+
readonly type: "function";
|
|
1214
|
+
readonly name: "approve";
|
|
1215
|
+
readonly stateMutability: "nonpayable";
|
|
1216
|
+
readonly inputs: readonly [{
|
|
1217
|
+
readonly name: "spender";
|
|
1218
|
+
readonly type: "address";
|
|
1219
|
+
}, {
|
|
1220
|
+
readonly name: "amount";
|
|
1221
|
+
readonly type: "uint256";
|
|
1222
|
+
}];
|
|
1223
|
+
readonly outputs: readonly [{
|
|
1224
|
+
readonly type: "bool";
|
|
1225
|
+
}];
|
|
1226
|
+
}, {
|
|
1227
|
+
readonly type: "function";
|
|
1228
|
+
readonly name: "balanceOf";
|
|
1229
|
+
readonly stateMutability: "view";
|
|
1230
|
+
readonly inputs: readonly [{
|
|
1231
|
+
readonly name: "account";
|
|
1232
|
+
readonly type: "address";
|
|
1233
|
+
}];
|
|
1234
|
+
readonly outputs: readonly [{
|
|
1235
|
+
readonly type: "uint256";
|
|
1236
|
+
}];
|
|
1237
|
+
}, {
|
|
1238
|
+
readonly type: "function";
|
|
1239
|
+
readonly name: "decimals";
|
|
1240
|
+
readonly stateMutability: "view";
|
|
1241
|
+
readonly inputs: readonly [];
|
|
1242
|
+
readonly outputs: readonly [{
|
|
1243
|
+
readonly type: "uint8";
|
|
1244
|
+
}];
|
|
1245
|
+
}, {
|
|
1246
|
+
readonly type: "function";
|
|
1247
|
+
readonly name: "name";
|
|
1248
|
+
readonly stateMutability: "view";
|
|
1249
|
+
readonly inputs: readonly [];
|
|
1250
|
+
readonly outputs: readonly [{
|
|
1251
|
+
readonly type: "string";
|
|
1252
|
+
}];
|
|
1253
|
+
}, {
|
|
1254
|
+
readonly type: "function";
|
|
1255
|
+
readonly name: "symbol";
|
|
1256
|
+
readonly stateMutability: "view";
|
|
1257
|
+
readonly inputs: readonly [];
|
|
1258
|
+
readonly outputs: readonly [{
|
|
1259
|
+
readonly type: "string";
|
|
1260
|
+
}];
|
|
1261
|
+
}, {
|
|
1262
|
+
readonly type: "function";
|
|
1263
|
+
readonly name: "totalSupply";
|
|
1264
|
+
readonly stateMutability: "view";
|
|
1265
|
+
readonly inputs: readonly [];
|
|
1266
|
+
readonly outputs: readonly [{
|
|
1267
|
+
readonly type: "uint256";
|
|
1268
|
+
}];
|
|
1269
|
+
}, {
|
|
1270
|
+
readonly type: "function";
|
|
1271
|
+
readonly name: "transfer";
|
|
1272
|
+
readonly stateMutability: "nonpayable";
|
|
1273
|
+
readonly inputs: readonly [{
|
|
1274
|
+
readonly name: "recipient";
|
|
1275
|
+
readonly type: "address";
|
|
1276
|
+
}, {
|
|
1277
|
+
readonly name: "amount";
|
|
1278
|
+
readonly type: "uint256";
|
|
1279
|
+
}];
|
|
1280
|
+
readonly outputs: readonly [{
|
|
1281
|
+
readonly type: "bool";
|
|
1282
|
+
}];
|
|
1283
|
+
}, {
|
|
1284
|
+
readonly type: "function";
|
|
1285
|
+
readonly name: "transferFrom";
|
|
1286
|
+
readonly stateMutability: "nonpayable";
|
|
1287
|
+
readonly inputs: readonly [{
|
|
1288
|
+
readonly name: "sender";
|
|
1289
|
+
readonly type: "address";
|
|
1290
|
+
}, {
|
|
1291
|
+
readonly name: "recipient";
|
|
1292
|
+
readonly type: "address";
|
|
1293
|
+
}, {
|
|
1294
|
+
readonly name: "amount";
|
|
1295
|
+
readonly type: "uint256";
|
|
1296
|
+
}];
|
|
1297
|
+
readonly outputs: readonly [{
|
|
1298
|
+
readonly type: "bool";
|
|
1299
|
+
}];
|
|
1300
|
+
}];
|
|
169
1301
|
readonly read: {
|
|
170
1302
|
readonly decimals: () => 6;
|
|
171
1303
|
};
|
|
172
1304
|
};
|
|
173
1305
|
readonly EURC: {
|
|
174
1306
|
readonly address: "0x5e44db7996c682e92a960b65ac713a54ad815c6b";
|
|
1307
|
+
readonly abi: readonly [{
|
|
1308
|
+
readonly type: "event";
|
|
1309
|
+
readonly name: "Approval";
|
|
1310
|
+
readonly inputs: readonly [{
|
|
1311
|
+
readonly indexed: true;
|
|
1312
|
+
readonly name: "owner";
|
|
1313
|
+
readonly type: "address";
|
|
1314
|
+
}, {
|
|
1315
|
+
readonly indexed: true;
|
|
1316
|
+
readonly name: "spender";
|
|
1317
|
+
readonly type: "address";
|
|
1318
|
+
}, {
|
|
1319
|
+
readonly indexed: false;
|
|
1320
|
+
readonly name: "value";
|
|
1321
|
+
readonly type: "uint256";
|
|
1322
|
+
}];
|
|
1323
|
+
}, {
|
|
1324
|
+
readonly type: "event";
|
|
1325
|
+
readonly name: "Transfer";
|
|
1326
|
+
readonly inputs: readonly [{
|
|
1327
|
+
readonly indexed: true;
|
|
1328
|
+
readonly name: "from";
|
|
1329
|
+
readonly type: "address";
|
|
1330
|
+
}, {
|
|
1331
|
+
readonly indexed: true;
|
|
1332
|
+
readonly name: "to";
|
|
1333
|
+
readonly type: "address";
|
|
1334
|
+
}, {
|
|
1335
|
+
readonly indexed: false;
|
|
1336
|
+
readonly name: "value";
|
|
1337
|
+
readonly type: "uint256";
|
|
1338
|
+
}];
|
|
1339
|
+
}, {
|
|
1340
|
+
readonly type: "function";
|
|
1341
|
+
readonly name: "allowance";
|
|
1342
|
+
readonly stateMutability: "view";
|
|
1343
|
+
readonly inputs: readonly [{
|
|
1344
|
+
readonly name: "owner";
|
|
1345
|
+
readonly type: "address";
|
|
1346
|
+
}, {
|
|
1347
|
+
readonly name: "spender";
|
|
1348
|
+
readonly type: "address";
|
|
1349
|
+
}];
|
|
1350
|
+
readonly outputs: readonly [{
|
|
1351
|
+
readonly type: "uint256";
|
|
1352
|
+
}];
|
|
1353
|
+
}, {
|
|
1354
|
+
readonly type: "function";
|
|
1355
|
+
readonly name: "approve";
|
|
1356
|
+
readonly stateMutability: "nonpayable";
|
|
1357
|
+
readonly inputs: readonly [{
|
|
1358
|
+
readonly name: "spender";
|
|
1359
|
+
readonly type: "address";
|
|
1360
|
+
}, {
|
|
1361
|
+
readonly name: "amount";
|
|
1362
|
+
readonly type: "uint256";
|
|
1363
|
+
}];
|
|
1364
|
+
readonly outputs: readonly [{
|
|
1365
|
+
readonly type: "bool";
|
|
1366
|
+
}];
|
|
1367
|
+
}, {
|
|
1368
|
+
readonly type: "function";
|
|
1369
|
+
readonly name: "balanceOf";
|
|
1370
|
+
readonly stateMutability: "view";
|
|
1371
|
+
readonly inputs: readonly [{
|
|
1372
|
+
readonly name: "account";
|
|
1373
|
+
readonly type: "address";
|
|
1374
|
+
}];
|
|
1375
|
+
readonly outputs: readonly [{
|
|
1376
|
+
readonly type: "uint256";
|
|
1377
|
+
}];
|
|
1378
|
+
}, {
|
|
1379
|
+
readonly type: "function";
|
|
1380
|
+
readonly name: "decimals";
|
|
1381
|
+
readonly stateMutability: "view";
|
|
1382
|
+
readonly inputs: readonly [];
|
|
1383
|
+
readonly outputs: readonly [{
|
|
1384
|
+
readonly type: "uint8";
|
|
1385
|
+
}];
|
|
1386
|
+
}, {
|
|
1387
|
+
readonly type: "function";
|
|
1388
|
+
readonly name: "name";
|
|
1389
|
+
readonly stateMutability: "view";
|
|
1390
|
+
readonly inputs: readonly [];
|
|
1391
|
+
readonly outputs: readonly [{
|
|
1392
|
+
readonly type: "string";
|
|
1393
|
+
}];
|
|
1394
|
+
}, {
|
|
1395
|
+
readonly type: "function";
|
|
1396
|
+
readonly name: "symbol";
|
|
1397
|
+
readonly stateMutability: "view";
|
|
1398
|
+
readonly inputs: readonly [];
|
|
1399
|
+
readonly outputs: readonly [{
|
|
1400
|
+
readonly type: "string";
|
|
1401
|
+
}];
|
|
1402
|
+
}, {
|
|
1403
|
+
readonly type: "function";
|
|
1404
|
+
readonly name: "totalSupply";
|
|
1405
|
+
readonly stateMutability: "view";
|
|
1406
|
+
readonly inputs: readonly [];
|
|
1407
|
+
readonly outputs: readonly [{
|
|
1408
|
+
readonly type: "uint256";
|
|
1409
|
+
}];
|
|
1410
|
+
}, {
|
|
1411
|
+
readonly type: "function";
|
|
1412
|
+
readonly name: "transfer";
|
|
1413
|
+
readonly stateMutability: "nonpayable";
|
|
1414
|
+
readonly inputs: readonly [{
|
|
1415
|
+
readonly name: "recipient";
|
|
1416
|
+
readonly type: "address";
|
|
1417
|
+
}, {
|
|
1418
|
+
readonly name: "amount";
|
|
1419
|
+
readonly type: "uint256";
|
|
1420
|
+
}];
|
|
1421
|
+
readonly outputs: readonly [{
|
|
1422
|
+
readonly type: "bool";
|
|
1423
|
+
}];
|
|
1424
|
+
}, {
|
|
1425
|
+
readonly type: "function";
|
|
1426
|
+
readonly name: "transferFrom";
|
|
1427
|
+
readonly stateMutability: "nonpayable";
|
|
1428
|
+
readonly inputs: readonly [{
|
|
1429
|
+
readonly name: "sender";
|
|
1430
|
+
readonly type: "address";
|
|
1431
|
+
}, {
|
|
1432
|
+
readonly name: "recipient";
|
|
1433
|
+
readonly type: "address";
|
|
1434
|
+
}, {
|
|
1435
|
+
readonly name: "amount";
|
|
1436
|
+
readonly type: "uint256";
|
|
1437
|
+
}];
|
|
1438
|
+
readonly outputs: readonly [{
|
|
1439
|
+
readonly type: "bool";
|
|
1440
|
+
}];
|
|
1441
|
+
}];
|
|
175
1442
|
readonly read: {
|
|
176
1443
|
readonly decimals: () => 6;
|
|
177
1444
|
};
|
|
@@ -211,21 +1478,370 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
211
1478
|
readonly apiUrl: "https://api.basescan.org/api";
|
|
212
1479
|
};
|
|
213
1480
|
};
|
|
1481
|
+
blockTime: 2000;
|
|
214
1482
|
contracts: {
|
|
215
|
-
readonly
|
|
1483
|
+
readonly TokenMessenger: {
|
|
216
1484
|
readonly address: "0x1682Ae6375C4E4A97e4B583BC394c861A46D8962";
|
|
217
|
-
|
|
218
|
-
|
|
1485
|
+
readonly abi: ({
|
|
1486
|
+
inputs: {
|
|
1487
|
+
internalType: string;
|
|
1488
|
+
name: string;
|
|
1489
|
+
type: string;
|
|
1490
|
+
}[];
|
|
1491
|
+
stateMutability: string;
|
|
1492
|
+
type: string;
|
|
1493
|
+
anonymous?: undefined;
|
|
1494
|
+
name?: undefined;
|
|
1495
|
+
outputs?: undefined;
|
|
1496
|
+
} | {
|
|
1497
|
+
anonymous: boolean;
|
|
1498
|
+
inputs: {
|
|
1499
|
+
indexed: boolean;
|
|
1500
|
+
internalType: string;
|
|
1501
|
+
name: string;
|
|
1502
|
+
type: string;
|
|
1503
|
+
}[];
|
|
1504
|
+
name: string;
|
|
1505
|
+
type: string;
|
|
1506
|
+
stateMutability?: undefined;
|
|
1507
|
+
outputs?: undefined;
|
|
1508
|
+
} | {
|
|
1509
|
+
inputs: {
|
|
1510
|
+
internalType: string;
|
|
1511
|
+
name: string;
|
|
1512
|
+
type: string;
|
|
1513
|
+
}[];
|
|
1514
|
+
name: string;
|
|
1515
|
+
outputs: {
|
|
1516
|
+
internalType: string;
|
|
1517
|
+
name: string;
|
|
1518
|
+
type: string;
|
|
1519
|
+
}[];
|
|
1520
|
+
stateMutability: string;
|
|
1521
|
+
type: string;
|
|
1522
|
+
anonymous?: undefined;
|
|
1523
|
+
})[];
|
|
1524
|
+
};
|
|
1525
|
+
readonly MessageTransmitter: {
|
|
219
1526
|
readonly address: "0xAD09780d193884d503182aD4588450C416D6F9D4";
|
|
1527
|
+
readonly abi: ({
|
|
1528
|
+
inputs: {
|
|
1529
|
+
internalType: string;
|
|
1530
|
+
name: string;
|
|
1531
|
+
type: string;
|
|
1532
|
+
}[];
|
|
1533
|
+
stateMutability: string;
|
|
1534
|
+
type: string;
|
|
1535
|
+
anonymous?: undefined;
|
|
1536
|
+
name?: undefined;
|
|
1537
|
+
outputs?: undefined;
|
|
1538
|
+
} | {
|
|
1539
|
+
anonymous: boolean;
|
|
1540
|
+
inputs: {
|
|
1541
|
+
indexed: boolean;
|
|
1542
|
+
internalType: string;
|
|
1543
|
+
name: string;
|
|
1544
|
+
type: string;
|
|
1545
|
+
}[];
|
|
1546
|
+
name: string;
|
|
1547
|
+
type: string;
|
|
1548
|
+
stateMutability?: undefined;
|
|
1549
|
+
outputs?: undefined;
|
|
1550
|
+
} | {
|
|
1551
|
+
inputs: {
|
|
1552
|
+
internalType: string;
|
|
1553
|
+
name: string;
|
|
1554
|
+
type: string;
|
|
1555
|
+
}[];
|
|
1556
|
+
name: string;
|
|
1557
|
+
outputs: {
|
|
1558
|
+
internalType: string;
|
|
1559
|
+
name: string;
|
|
1560
|
+
type: string;
|
|
1561
|
+
}[];
|
|
1562
|
+
stateMutability: string;
|
|
1563
|
+
type: string;
|
|
1564
|
+
anonymous?: undefined;
|
|
1565
|
+
})[];
|
|
220
1566
|
};
|
|
221
1567
|
readonly USDC: {
|
|
222
1568
|
readonly address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
1569
|
+
readonly abi: readonly [{
|
|
1570
|
+
readonly type: "event";
|
|
1571
|
+
readonly name: "Approval";
|
|
1572
|
+
readonly inputs: readonly [{
|
|
1573
|
+
readonly indexed: true;
|
|
1574
|
+
readonly name: "owner";
|
|
1575
|
+
readonly type: "address";
|
|
1576
|
+
}, {
|
|
1577
|
+
readonly indexed: true;
|
|
1578
|
+
readonly name: "spender";
|
|
1579
|
+
readonly type: "address";
|
|
1580
|
+
}, {
|
|
1581
|
+
readonly indexed: false;
|
|
1582
|
+
readonly name: "value";
|
|
1583
|
+
readonly type: "uint256";
|
|
1584
|
+
}];
|
|
1585
|
+
}, {
|
|
1586
|
+
readonly type: "event";
|
|
1587
|
+
readonly name: "Transfer";
|
|
1588
|
+
readonly inputs: readonly [{
|
|
1589
|
+
readonly indexed: true;
|
|
1590
|
+
readonly name: "from";
|
|
1591
|
+
readonly type: "address";
|
|
1592
|
+
}, {
|
|
1593
|
+
readonly indexed: true;
|
|
1594
|
+
readonly name: "to";
|
|
1595
|
+
readonly type: "address";
|
|
1596
|
+
}, {
|
|
1597
|
+
readonly indexed: false;
|
|
1598
|
+
readonly name: "value";
|
|
1599
|
+
readonly type: "uint256";
|
|
1600
|
+
}];
|
|
1601
|
+
}, {
|
|
1602
|
+
readonly type: "function";
|
|
1603
|
+
readonly name: "allowance";
|
|
1604
|
+
readonly stateMutability: "view";
|
|
1605
|
+
readonly inputs: readonly [{
|
|
1606
|
+
readonly name: "owner";
|
|
1607
|
+
readonly type: "address";
|
|
1608
|
+
}, {
|
|
1609
|
+
readonly name: "spender";
|
|
1610
|
+
readonly type: "address";
|
|
1611
|
+
}];
|
|
1612
|
+
readonly outputs: readonly [{
|
|
1613
|
+
readonly type: "uint256";
|
|
1614
|
+
}];
|
|
1615
|
+
}, {
|
|
1616
|
+
readonly type: "function";
|
|
1617
|
+
readonly name: "approve";
|
|
1618
|
+
readonly stateMutability: "nonpayable";
|
|
1619
|
+
readonly inputs: readonly [{
|
|
1620
|
+
readonly name: "spender";
|
|
1621
|
+
readonly type: "address";
|
|
1622
|
+
}, {
|
|
1623
|
+
readonly name: "amount";
|
|
1624
|
+
readonly type: "uint256";
|
|
1625
|
+
}];
|
|
1626
|
+
readonly outputs: readonly [{
|
|
1627
|
+
readonly type: "bool";
|
|
1628
|
+
}];
|
|
1629
|
+
}, {
|
|
1630
|
+
readonly type: "function";
|
|
1631
|
+
readonly name: "balanceOf";
|
|
1632
|
+
readonly stateMutability: "view";
|
|
1633
|
+
readonly inputs: readonly [{
|
|
1634
|
+
readonly name: "account";
|
|
1635
|
+
readonly type: "address";
|
|
1636
|
+
}];
|
|
1637
|
+
readonly outputs: readonly [{
|
|
1638
|
+
readonly type: "uint256";
|
|
1639
|
+
}];
|
|
1640
|
+
}, {
|
|
1641
|
+
readonly type: "function";
|
|
1642
|
+
readonly name: "decimals";
|
|
1643
|
+
readonly stateMutability: "view";
|
|
1644
|
+
readonly inputs: readonly [];
|
|
1645
|
+
readonly outputs: readonly [{
|
|
1646
|
+
readonly type: "uint8";
|
|
1647
|
+
}];
|
|
1648
|
+
}, {
|
|
1649
|
+
readonly type: "function";
|
|
1650
|
+
readonly name: "name";
|
|
1651
|
+
readonly stateMutability: "view";
|
|
1652
|
+
readonly inputs: readonly [];
|
|
1653
|
+
readonly outputs: readonly [{
|
|
1654
|
+
readonly type: "string";
|
|
1655
|
+
}];
|
|
1656
|
+
}, {
|
|
1657
|
+
readonly type: "function";
|
|
1658
|
+
readonly name: "symbol";
|
|
1659
|
+
readonly stateMutability: "view";
|
|
1660
|
+
readonly inputs: readonly [];
|
|
1661
|
+
readonly outputs: readonly [{
|
|
1662
|
+
readonly type: "string";
|
|
1663
|
+
}];
|
|
1664
|
+
}, {
|
|
1665
|
+
readonly type: "function";
|
|
1666
|
+
readonly name: "totalSupply";
|
|
1667
|
+
readonly stateMutability: "view";
|
|
1668
|
+
readonly inputs: readonly [];
|
|
1669
|
+
readonly outputs: readonly [{
|
|
1670
|
+
readonly type: "uint256";
|
|
1671
|
+
}];
|
|
1672
|
+
}, {
|
|
1673
|
+
readonly type: "function";
|
|
1674
|
+
readonly name: "transfer";
|
|
1675
|
+
readonly stateMutability: "nonpayable";
|
|
1676
|
+
readonly inputs: readonly [{
|
|
1677
|
+
readonly name: "recipient";
|
|
1678
|
+
readonly type: "address";
|
|
1679
|
+
}, {
|
|
1680
|
+
readonly name: "amount";
|
|
1681
|
+
readonly type: "uint256";
|
|
1682
|
+
}];
|
|
1683
|
+
readonly outputs: readonly [{
|
|
1684
|
+
readonly type: "bool";
|
|
1685
|
+
}];
|
|
1686
|
+
}, {
|
|
1687
|
+
readonly type: "function";
|
|
1688
|
+
readonly name: "transferFrom";
|
|
1689
|
+
readonly stateMutability: "nonpayable";
|
|
1690
|
+
readonly inputs: readonly [{
|
|
1691
|
+
readonly name: "sender";
|
|
1692
|
+
readonly type: "address";
|
|
1693
|
+
}, {
|
|
1694
|
+
readonly name: "recipient";
|
|
1695
|
+
readonly type: "address";
|
|
1696
|
+
}, {
|
|
1697
|
+
readonly name: "amount";
|
|
1698
|
+
readonly type: "uint256";
|
|
1699
|
+
}];
|
|
1700
|
+
readonly outputs: readonly [{
|
|
1701
|
+
readonly type: "bool";
|
|
1702
|
+
}];
|
|
1703
|
+
}];
|
|
223
1704
|
readonly read: {
|
|
224
1705
|
readonly decimals: () => 6;
|
|
225
1706
|
};
|
|
226
1707
|
};
|
|
227
1708
|
readonly EURC: {
|
|
228
1709
|
readonly address: "0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42";
|
|
1710
|
+
readonly abi: readonly [{
|
|
1711
|
+
readonly type: "event";
|
|
1712
|
+
readonly name: "Approval";
|
|
1713
|
+
readonly inputs: readonly [{
|
|
1714
|
+
readonly indexed: true;
|
|
1715
|
+
readonly name: "owner";
|
|
1716
|
+
readonly type: "address";
|
|
1717
|
+
}, {
|
|
1718
|
+
readonly indexed: true;
|
|
1719
|
+
readonly name: "spender";
|
|
1720
|
+
readonly type: "address";
|
|
1721
|
+
}, {
|
|
1722
|
+
readonly indexed: false;
|
|
1723
|
+
readonly name: "value";
|
|
1724
|
+
readonly type: "uint256";
|
|
1725
|
+
}];
|
|
1726
|
+
}, {
|
|
1727
|
+
readonly type: "event";
|
|
1728
|
+
readonly name: "Transfer";
|
|
1729
|
+
readonly inputs: readonly [{
|
|
1730
|
+
readonly indexed: true;
|
|
1731
|
+
readonly name: "from";
|
|
1732
|
+
readonly type: "address";
|
|
1733
|
+
}, {
|
|
1734
|
+
readonly indexed: true;
|
|
1735
|
+
readonly name: "to";
|
|
1736
|
+
readonly type: "address";
|
|
1737
|
+
}, {
|
|
1738
|
+
readonly indexed: false;
|
|
1739
|
+
readonly name: "value";
|
|
1740
|
+
readonly type: "uint256";
|
|
1741
|
+
}];
|
|
1742
|
+
}, {
|
|
1743
|
+
readonly type: "function";
|
|
1744
|
+
readonly name: "allowance";
|
|
1745
|
+
readonly stateMutability: "view";
|
|
1746
|
+
readonly inputs: readonly [{
|
|
1747
|
+
readonly name: "owner";
|
|
1748
|
+
readonly type: "address";
|
|
1749
|
+
}, {
|
|
1750
|
+
readonly name: "spender";
|
|
1751
|
+
readonly type: "address";
|
|
1752
|
+
}];
|
|
1753
|
+
readonly outputs: readonly [{
|
|
1754
|
+
readonly type: "uint256";
|
|
1755
|
+
}];
|
|
1756
|
+
}, {
|
|
1757
|
+
readonly type: "function";
|
|
1758
|
+
readonly name: "approve";
|
|
1759
|
+
readonly stateMutability: "nonpayable";
|
|
1760
|
+
readonly inputs: readonly [{
|
|
1761
|
+
readonly name: "spender";
|
|
1762
|
+
readonly type: "address";
|
|
1763
|
+
}, {
|
|
1764
|
+
readonly name: "amount";
|
|
1765
|
+
readonly type: "uint256";
|
|
1766
|
+
}];
|
|
1767
|
+
readonly outputs: readonly [{
|
|
1768
|
+
readonly type: "bool";
|
|
1769
|
+
}];
|
|
1770
|
+
}, {
|
|
1771
|
+
readonly type: "function";
|
|
1772
|
+
readonly name: "balanceOf";
|
|
1773
|
+
readonly stateMutability: "view";
|
|
1774
|
+
readonly inputs: readonly [{
|
|
1775
|
+
readonly name: "account";
|
|
1776
|
+
readonly type: "address";
|
|
1777
|
+
}];
|
|
1778
|
+
readonly outputs: readonly [{
|
|
1779
|
+
readonly type: "uint256";
|
|
1780
|
+
}];
|
|
1781
|
+
}, {
|
|
1782
|
+
readonly type: "function";
|
|
1783
|
+
readonly name: "decimals";
|
|
1784
|
+
readonly stateMutability: "view";
|
|
1785
|
+
readonly inputs: readonly [];
|
|
1786
|
+
readonly outputs: readonly [{
|
|
1787
|
+
readonly type: "uint8";
|
|
1788
|
+
}];
|
|
1789
|
+
}, {
|
|
1790
|
+
readonly type: "function";
|
|
1791
|
+
readonly name: "name";
|
|
1792
|
+
readonly stateMutability: "view";
|
|
1793
|
+
readonly inputs: readonly [];
|
|
1794
|
+
readonly outputs: readonly [{
|
|
1795
|
+
readonly type: "string";
|
|
1796
|
+
}];
|
|
1797
|
+
}, {
|
|
1798
|
+
readonly type: "function";
|
|
1799
|
+
readonly name: "symbol";
|
|
1800
|
+
readonly stateMutability: "view";
|
|
1801
|
+
readonly inputs: readonly [];
|
|
1802
|
+
readonly outputs: readonly [{
|
|
1803
|
+
readonly type: "string";
|
|
1804
|
+
}];
|
|
1805
|
+
}, {
|
|
1806
|
+
readonly type: "function";
|
|
1807
|
+
readonly name: "totalSupply";
|
|
1808
|
+
readonly stateMutability: "view";
|
|
1809
|
+
readonly inputs: readonly [];
|
|
1810
|
+
readonly outputs: readonly [{
|
|
1811
|
+
readonly type: "uint256";
|
|
1812
|
+
}];
|
|
1813
|
+
}, {
|
|
1814
|
+
readonly type: "function";
|
|
1815
|
+
readonly name: "transfer";
|
|
1816
|
+
readonly stateMutability: "nonpayable";
|
|
1817
|
+
readonly inputs: readonly [{
|
|
1818
|
+
readonly name: "recipient";
|
|
1819
|
+
readonly type: "address";
|
|
1820
|
+
}, {
|
|
1821
|
+
readonly name: "amount";
|
|
1822
|
+
readonly type: "uint256";
|
|
1823
|
+
}];
|
|
1824
|
+
readonly outputs: readonly [{
|
|
1825
|
+
readonly type: "bool";
|
|
1826
|
+
}];
|
|
1827
|
+
}, {
|
|
1828
|
+
readonly type: "function";
|
|
1829
|
+
readonly name: "transferFrom";
|
|
1830
|
+
readonly stateMutability: "nonpayable";
|
|
1831
|
+
readonly inputs: readonly [{
|
|
1832
|
+
readonly name: "sender";
|
|
1833
|
+
readonly type: "address";
|
|
1834
|
+
}, {
|
|
1835
|
+
readonly name: "recipient";
|
|
1836
|
+
readonly type: "address";
|
|
1837
|
+
}, {
|
|
1838
|
+
readonly name: "amount";
|
|
1839
|
+
readonly type: "uint256";
|
|
1840
|
+
}];
|
|
1841
|
+
readonly outputs: readonly [{
|
|
1842
|
+
readonly type: "bool";
|
|
1843
|
+
}];
|
|
1844
|
+
}];
|
|
229
1845
|
readonly read: {
|
|
230
1846
|
readonly decimals: () => 6;
|
|
231
1847
|
};
|
|
@@ -537,21 +2153,370 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
537
2153
|
readonly apiUrl: "https://api-sepolia.basescan.org/api";
|
|
538
2154
|
};
|
|
539
2155
|
};
|
|
2156
|
+
blockTime: 2000;
|
|
540
2157
|
contracts: {
|
|
541
|
-
readonly
|
|
2158
|
+
readonly TokenMessenger: {
|
|
542
2159
|
readonly address: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
543
|
-
|
|
544
|
-
|
|
2160
|
+
readonly abi: ({
|
|
2161
|
+
inputs: {
|
|
2162
|
+
internalType: string;
|
|
2163
|
+
name: string;
|
|
2164
|
+
type: string;
|
|
2165
|
+
}[];
|
|
2166
|
+
stateMutability: string;
|
|
2167
|
+
type: string;
|
|
2168
|
+
anonymous?: undefined;
|
|
2169
|
+
name?: undefined;
|
|
2170
|
+
outputs?: undefined;
|
|
2171
|
+
} | {
|
|
2172
|
+
anonymous: boolean;
|
|
2173
|
+
inputs: {
|
|
2174
|
+
indexed: boolean;
|
|
2175
|
+
internalType: string;
|
|
2176
|
+
name: string;
|
|
2177
|
+
type: string;
|
|
2178
|
+
}[];
|
|
2179
|
+
name: string;
|
|
2180
|
+
type: string;
|
|
2181
|
+
stateMutability?: undefined;
|
|
2182
|
+
outputs?: undefined;
|
|
2183
|
+
} | {
|
|
2184
|
+
inputs: {
|
|
2185
|
+
internalType: string;
|
|
2186
|
+
name: string;
|
|
2187
|
+
type: string;
|
|
2188
|
+
}[];
|
|
2189
|
+
name: string;
|
|
2190
|
+
outputs: {
|
|
2191
|
+
internalType: string;
|
|
2192
|
+
name: string;
|
|
2193
|
+
type: string;
|
|
2194
|
+
}[];
|
|
2195
|
+
stateMutability: string;
|
|
2196
|
+
type: string;
|
|
2197
|
+
anonymous?: undefined;
|
|
2198
|
+
})[];
|
|
2199
|
+
};
|
|
2200
|
+
readonly MessageTransmitter: {
|
|
545
2201
|
readonly address: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
2202
|
+
readonly abi: ({
|
|
2203
|
+
inputs: {
|
|
2204
|
+
internalType: string;
|
|
2205
|
+
name: string;
|
|
2206
|
+
type: string;
|
|
2207
|
+
}[];
|
|
2208
|
+
stateMutability: string;
|
|
2209
|
+
type: string;
|
|
2210
|
+
anonymous?: undefined;
|
|
2211
|
+
name?: undefined;
|
|
2212
|
+
outputs?: undefined;
|
|
2213
|
+
} | {
|
|
2214
|
+
anonymous: boolean;
|
|
2215
|
+
inputs: {
|
|
2216
|
+
indexed: boolean;
|
|
2217
|
+
internalType: string;
|
|
2218
|
+
name: string;
|
|
2219
|
+
type: string;
|
|
2220
|
+
}[];
|
|
2221
|
+
name: string;
|
|
2222
|
+
type: string;
|
|
2223
|
+
stateMutability?: undefined;
|
|
2224
|
+
outputs?: undefined;
|
|
2225
|
+
} | {
|
|
2226
|
+
inputs: {
|
|
2227
|
+
internalType: string;
|
|
2228
|
+
name: string;
|
|
2229
|
+
type: string;
|
|
2230
|
+
}[];
|
|
2231
|
+
name: string;
|
|
2232
|
+
outputs: {
|
|
2233
|
+
internalType: string;
|
|
2234
|
+
name: string;
|
|
2235
|
+
type: string;
|
|
2236
|
+
}[];
|
|
2237
|
+
stateMutability: string;
|
|
2238
|
+
type: string;
|
|
2239
|
+
anonymous?: undefined;
|
|
2240
|
+
})[];
|
|
546
2241
|
};
|
|
547
2242
|
readonly USDC: {
|
|
548
2243
|
readonly address: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
2244
|
+
readonly abi: readonly [{
|
|
2245
|
+
readonly type: "event";
|
|
2246
|
+
readonly name: "Approval";
|
|
2247
|
+
readonly inputs: readonly [{
|
|
2248
|
+
readonly indexed: true;
|
|
2249
|
+
readonly name: "owner";
|
|
2250
|
+
readonly type: "address";
|
|
2251
|
+
}, {
|
|
2252
|
+
readonly indexed: true;
|
|
2253
|
+
readonly name: "spender";
|
|
2254
|
+
readonly type: "address";
|
|
2255
|
+
}, {
|
|
2256
|
+
readonly indexed: false;
|
|
2257
|
+
readonly name: "value";
|
|
2258
|
+
readonly type: "uint256";
|
|
2259
|
+
}];
|
|
2260
|
+
}, {
|
|
2261
|
+
readonly type: "event";
|
|
2262
|
+
readonly name: "Transfer";
|
|
2263
|
+
readonly inputs: readonly [{
|
|
2264
|
+
readonly indexed: true;
|
|
2265
|
+
readonly name: "from";
|
|
2266
|
+
readonly type: "address";
|
|
2267
|
+
}, {
|
|
2268
|
+
readonly indexed: true;
|
|
2269
|
+
readonly name: "to";
|
|
2270
|
+
readonly type: "address";
|
|
2271
|
+
}, {
|
|
2272
|
+
readonly indexed: false;
|
|
2273
|
+
readonly name: "value";
|
|
2274
|
+
readonly type: "uint256";
|
|
2275
|
+
}];
|
|
2276
|
+
}, {
|
|
2277
|
+
readonly type: "function";
|
|
2278
|
+
readonly name: "allowance";
|
|
2279
|
+
readonly stateMutability: "view";
|
|
2280
|
+
readonly inputs: readonly [{
|
|
2281
|
+
readonly name: "owner";
|
|
2282
|
+
readonly type: "address";
|
|
2283
|
+
}, {
|
|
2284
|
+
readonly name: "spender";
|
|
2285
|
+
readonly type: "address";
|
|
2286
|
+
}];
|
|
2287
|
+
readonly outputs: readonly [{
|
|
2288
|
+
readonly type: "uint256";
|
|
2289
|
+
}];
|
|
2290
|
+
}, {
|
|
2291
|
+
readonly type: "function";
|
|
2292
|
+
readonly name: "approve";
|
|
2293
|
+
readonly stateMutability: "nonpayable";
|
|
2294
|
+
readonly inputs: readonly [{
|
|
2295
|
+
readonly name: "spender";
|
|
2296
|
+
readonly type: "address";
|
|
2297
|
+
}, {
|
|
2298
|
+
readonly name: "amount";
|
|
2299
|
+
readonly type: "uint256";
|
|
2300
|
+
}];
|
|
2301
|
+
readonly outputs: readonly [{
|
|
2302
|
+
readonly type: "bool";
|
|
2303
|
+
}];
|
|
2304
|
+
}, {
|
|
2305
|
+
readonly type: "function";
|
|
2306
|
+
readonly name: "balanceOf";
|
|
2307
|
+
readonly stateMutability: "view";
|
|
2308
|
+
readonly inputs: readonly [{
|
|
2309
|
+
readonly name: "account";
|
|
2310
|
+
readonly type: "address";
|
|
2311
|
+
}];
|
|
2312
|
+
readonly outputs: readonly [{
|
|
2313
|
+
readonly type: "uint256";
|
|
2314
|
+
}];
|
|
2315
|
+
}, {
|
|
2316
|
+
readonly type: "function";
|
|
2317
|
+
readonly name: "decimals";
|
|
2318
|
+
readonly stateMutability: "view";
|
|
2319
|
+
readonly inputs: readonly [];
|
|
2320
|
+
readonly outputs: readonly [{
|
|
2321
|
+
readonly type: "uint8";
|
|
2322
|
+
}];
|
|
2323
|
+
}, {
|
|
2324
|
+
readonly type: "function";
|
|
2325
|
+
readonly name: "name";
|
|
2326
|
+
readonly stateMutability: "view";
|
|
2327
|
+
readonly inputs: readonly [];
|
|
2328
|
+
readonly outputs: readonly [{
|
|
2329
|
+
readonly type: "string";
|
|
2330
|
+
}];
|
|
2331
|
+
}, {
|
|
2332
|
+
readonly type: "function";
|
|
2333
|
+
readonly name: "symbol";
|
|
2334
|
+
readonly stateMutability: "view";
|
|
2335
|
+
readonly inputs: readonly [];
|
|
2336
|
+
readonly outputs: readonly [{
|
|
2337
|
+
readonly type: "string";
|
|
2338
|
+
}];
|
|
2339
|
+
}, {
|
|
2340
|
+
readonly type: "function";
|
|
2341
|
+
readonly name: "totalSupply";
|
|
2342
|
+
readonly stateMutability: "view";
|
|
2343
|
+
readonly inputs: readonly [];
|
|
2344
|
+
readonly outputs: readonly [{
|
|
2345
|
+
readonly type: "uint256";
|
|
2346
|
+
}];
|
|
2347
|
+
}, {
|
|
2348
|
+
readonly type: "function";
|
|
2349
|
+
readonly name: "transfer";
|
|
2350
|
+
readonly stateMutability: "nonpayable";
|
|
2351
|
+
readonly inputs: readonly [{
|
|
2352
|
+
readonly name: "recipient";
|
|
2353
|
+
readonly type: "address";
|
|
2354
|
+
}, {
|
|
2355
|
+
readonly name: "amount";
|
|
2356
|
+
readonly type: "uint256";
|
|
2357
|
+
}];
|
|
2358
|
+
readonly outputs: readonly [{
|
|
2359
|
+
readonly type: "bool";
|
|
2360
|
+
}];
|
|
2361
|
+
}, {
|
|
2362
|
+
readonly type: "function";
|
|
2363
|
+
readonly name: "transferFrom";
|
|
2364
|
+
readonly stateMutability: "nonpayable";
|
|
2365
|
+
readonly inputs: readonly [{
|
|
2366
|
+
readonly name: "sender";
|
|
2367
|
+
readonly type: "address";
|
|
2368
|
+
}, {
|
|
2369
|
+
readonly name: "recipient";
|
|
2370
|
+
readonly type: "address";
|
|
2371
|
+
}, {
|
|
2372
|
+
readonly name: "amount";
|
|
2373
|
+
readonly type: "uint256";
|
|
2374
|
+
}];
|
|
2375
|
+
readonly outputs: readonly [{
|
|
2376
|
+
readonly type: "bool";
|
|
2377
|
+
}];
|
|
2378
|
+
}];
|
|
549
2379
|
readonly read: {
|
|
550
2380
|
readonly decimals: () => 6;
|
|
551
2381
|
};
|
|
552
2382
|
};
|
|
553
2383
|
readonly EURC: {
|
|
554
2384
|
readonly address: "0x808456652fdb597867f38412077A9182bf77359F";
|
|
2385
|
+
readonly abi: readonly [{
|
|
2386
|
+
readonly type: "event";
|
|
2387
|
+
readonly name: "Approval";
|
|
2388
|
+
readonly inputs: readonly [{
|
|
2389
|
+
readonly indexed: true;
|
|
2390
|
+
readonly name: "owner";
|
|
2391
|
+
readonly type: "address";
|
|
2392
|
+
}, {
|
|
2393
|
+
readonly indexed: true;
|
|
2394
|
+
readonly name: "spender";
|
|
2395
|
+
readonly type: "address";
|
|
2396
|
+
}, {
|
|
2397
|
+
readonly indexed: false;
|
|
2398
|
+
readonly name: "value";
|
|
2399
|
+
readonly type: "uint256";
|
|
2400
|
+
}];
|
|
2401
|
+
}, {
|
|
2402
|
+
readonly type: "event";
|
|
2403
|
+
readonly name: "Transfer";
|
|
2404
|
+
readonly inputs: readonly [{
|
|
2405
|
+
readonly indexed: true;
|
|
2406
|
+
readonly name: "from";
|
|
2407
|
+
readonly type: "address";
|
|
2408
|
+
}, {
|
|
2409
|
+
readonly indexed: true;
|
|
2410
|
+
readonly name: "to";
|
|
2411
|
+
readonly type: "address";
|
|
2412
|
+
}, {
|
|
2413
|
+
readonly indexed: false;
|
|
2414
|
+
readonly name: "value";
|
|
2415
|
+
readonly type: "uint256";
|
|
2416
|
+
}];
|
|
2417
|
+
}, {
|
|
2418
|
+
readonly type: "function";
|
|
2419
|
+
readonly name: "allowance";
|
|
2420
|
+
readonly stateMutability: "view";
|
|
2421
|
+
readonly inputs: readonly [{
|
|
2422
|
+
readonly name: "owner";
|
|
2423
|
+
readonly type: "address";
|
|
2424
|
+
}, {
|
|
2425
|
+
readonly name: "spender";
|
|
2426
|
+
readonly type: "address";
|
|
2427
|
+
}];
|
|
2428
|
+
readonly outputs: readonly [{
|
|
2429
|
+
readonly type: "uint256";
|
|
2430
|
+
}];
|
|
2431
|
+
}, {
|
|
2432
|
+
readonly type: "function";
|
|
2433
|
+
readonly name: "approve";
|
|
2434
|
+
readonly stateMutability: "nonpayable";
|
|
2435
|
+
readonly inputs: readonly [{
|
|
2436
|
+
readonly name: "spender";
|
|
2437
|
+
readonly type: "address";
|
|
2438
|
+
}, {
|
|
2439
|
+
readonly name: "amount";
|
|
2440
|
+
readonly type: "uint256";
|
|
2441
|
+
}];
|
|
2442
|
+
readonly outputs: readonly [{
|
|
2443
|
+
readonly type: "bool";
|
|
2444
|
+
}];
|
|
2445
|
+
}, {
|
|
2446
|
+
readonly type: "function";
|
|
2447
|
+
readonly name: "balanceOf";
|
|
2448
|
+
readonly stateMutability: "view";
|
|
2449
|
+
readonly inputs: readonly [{
|
|
2450
|
+
readonly name: "account";
|
|
2451
|
+
readonly type: "address";
|
|
2452
|
+
}];
|
|
2453
|
+
readonly outputs: readonly [{
|
|
2454
|
+
readonly type: "uint256";
|
|
2455
|
+
}];
|
|
2456
|
+
}, {
|
|
2457
|
+
readonly type: "function";
|
|
2458
|
+
readonly name: "decimals";
|
|
2459
|
+
readonly stateMutability: "view";
|
|
2460
|
+
readonly inputs: readonly [];
|
|
2461
|
+
readonly outputs: readonly [{
|
|
2462
|
+
readonly type: "uint8";
|
|
2463
|
+
}];
|
|
2464
|
+
}, {
|
|
2465
|
+
readonly type: "function";
|
|
2466
|
+
readonly name: "name";
|
|
2467
|
+
readonly stateMutability: "view";
|
|
2468
|
+
readonly inputs: readonly [];
|
|
2469
|
+
readonly outputs: readonly [{
|
|
2470
|
+
readonly type: "string";
|
|
2471
|
+
}];
|
|
2472
|
+
}, {
|
|
2473
|
+
readonly type: "function";
|
|
2474
|
+
readonly name: "symbol";
|
|
2475
|
+
readonly stateMutability: "view";
|
|
2476
|
+
readonly inputs: readonly [];
|
|
2477
|
+
readonly outputs: readonly [{
|
|
2478
|
+
readonly type: "string";
|
|
2479
|
+
}];
|
|
2480
|
+
}, {
|
|
2481
|
+
readonly type: "function";
|
|
2482
|
+
readonly name: "totalSupply";
|
|
2483
|
+
readonly stateMutability: "view";
|
|
2484
|
+
readonly inputs: readonly [];
|
|
2485
|
+
readonly outputs: readonly [{
|
|
2486
|
+
readonly type: "uint256";
|
|
2487
|
+
}];
|
|
2488
|
+
}, {
|
|
2489
|
+
readonly type: "function";
|
|
2490
|
+
readonly name: "transfer";
|
|
2491
|
+
readonly stateMutability: "nonpayable";
|
|
2492
|
+
readonly inputs: readonly [{
|
|
2493
|
+
readonly name: "recipient";
|
|
2494
|
+
readonly type: "address";
|
|
2495
|
+
}, {
|
|
2496
|
+
readonly name: "amount";
|
|
2497
|
+
readonly type: "uint256";
|
|
2498
|
+
}];
|
|
2499
|
+
readonly outputs: readonly [{
|
|
2500
|
+
readonly type: "bool";
|
|
2501
|
+
}];
|
|
2502
|
+
}, {
|
|
2503
|
+
readonly type: "function";
|
|
2504
|
+
readonly name: "transferFrom";
|
|
2505
|
+
readonly stateMutability: "nonpayable";
|
|
2506
|
+
readonly inputs: readonly [{
|
|
2507
|
+
readonly name: "sender";
|
|
2508
|
+
readonly type: "address";
|
|
2509
|
+
}, {
|
|
2510
|
+
readonly name: "recipient";
|
|
2511
|
+
readonly type: "address";
|
|
2512
|
+
}, {
|
|
2513
|
+
readonly name: "amount";
|
|
2514
|
+
readonly type: "uint256";
|
|
2515
|
+
}];
|
|
2516
|
+
readonly outputs: readonly [{
|
|
2517
|
+
readonly type: "bool";
|
|
2518
|
+
}];
|
|
2519
|
+
}];
|
|
555
2520
|
readonly read: {
|
|
556
2521
|
readonly decimals: () => 6;
|
|
557
2522
|
};
|
|
@@ -864,21 +2829,511 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
864
2829
|
readonly apiUrl: "https://api.etherscan.io/api";
|
|
865
2830
|
};
|
|
866
2831
|
};
|
|
2832
|
+
blockTime?: number | undefined | undefined;
|
|
867
2833
|
contracts: {
|
|
868
|
-
readonly
|
|
2834
|
+
readonly TokenMessenger: {
|
|
869
2835
|
readonly address: "0xbd3fa81b58ba92a82136038b25adec7066af3155";
|
|
870
|
-
|
|
871
|
-
|
|
2836
|
+
readonly abi: ({
|
|
2837
|
+
inputs: {
|
|
2838
|
+
internalType: string;
|
|
2839
|
+
name: string;
|
|
2840
|
+
type: string;
|
|
2841
|
+
}[];
|
|
2842
|
+
stateMutability: string;
|
|
2843
|
+
type: string;
|
|
2844
|
+
anonymous?: undefined;
|
|
2845
|
+
name?: undefined;
|
|
2846
|
+
outputs?: undefined;
|
|
2847
|
+
} | {
|
|
2848
|
+
anonymous: boolean;
|
|
2849
|
+
inputs: {
|
|
2850
|
+
indexed: boolean;
|
|
2851
|
+
internalType: string;
|
|
2852
|
+
name: string;
|
|
2853
|
+
type: string;
|
|
2854
|
+
}[];
|
|
2855
|
+
name: string;
|
|
2856
|
+
type: string;
|
|
2857
|
+
stateMutability?: undefined;
|
|
2858
|
+
outputs?: undefined;
|
|
2859
|
+
} | {
|
|
2860
|
+
inputs: {
|
|
2861
|
+
internalType: string;
|
|
2862
|
+
name: string;
|
|
2863
|
+
type: string;
|
|
2864
|
+
}[];
|
|
2865
|
+
name: string;
|
|
2866
|
+
outputs: {
|
|
2867
|
+
internalType: string;
|
|
2868
|
+
name: string;
|
|
2869
|
+
type: string;
|
|
2870
|
+
}[];
|
|
2871
|
+
stateMutability: string;
|
|
2872
|
+
type: string;
|
|
2873
|
+
anonymous?: undefined;
|
|
2874
|
+
})[];
|
|
2875
|
+
};
|
|
2876
|
+
readonly MessageTransmitter: {
|
|
872
2877
|
readonly address: "0x0a992d191deec32afe36203ad87d7d289a738f81";
|
|
2878
|
+
readonly abi: ({
|
|
2879
|
+
inputs: {
|
|
2880
|
+
internalType: string;
|
|
2881
|
+
name: string;
|
|
2882
|
+
type: string;
|
|
2883
|
+
}[];
|
|
2884
|
+
stateMutability: string;
|
|
2885
|
+
type: string;
|
|
2886
|
+
anonymous?: undefined;
|
|
2887
|
+
name?: undefined;
|
|
2888
|
+
outputs?: undefined;
|
|
2889
|
+
} | {
|
|
2890
|
+
anonymous: boolean;
|
|
2891
|
+
inputs: {
|
|
2892
|
+
indexed: boolean;
|
|
2893
|
+
internalType: string;
|
|
2894
|
+
name: string;
|
|
2895
|
+
type: string;
|
|
2896
|
+
}[];
|
|
2897
|
+
name: string;
|
|
2898
|
+
type: string;
|
|
2899
|
+
stateMutability?: undefined;
|
|
2900
|
+
outputs?: undefined;
|
|
2901
|
+
} | {
|
|
2902
|
+
inputs: {
|
|
2903
|
+
internalType: string;
|
|
2904
|
+
name: string;
|
|
2905
|
+
type: string;
|
|
2906
|
+
}[];
|
|
2907
|
+
name: string;
|
|
2908
|
+
outputs: {
|
|
2909
|
+
internalType: string;
|
|
2910
|
+
name: string;
|
|
2911
|
+
type: string;
|
|
2912
|
+
}[];
|
|
2913
|
+
stateMutability: string;
|
|
2914
|
+
type: string;
|
|
2915
|
+
anonymous?: undefined;
|
|
2916
|
+
})[];
|
|
873
2917
|
};
|
|
874
2918
|
readonly USDC: {
|
|
875
2919
|
readonly address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
|
|
2920
|
+
readonly abi: readonly [{
|
|
2921
|
+
readonly type: "event";
|
|
2922
|
+
readonly name: "Approval";
|
|
2923
|
+
readonly inputs: readonly [{
|
|
2924
|
+
readonly indexed: true;
|
|
2925
|
+
readonly name: "owner";
|
|
2926
|
+
readonly type: "address";
|
|
2927
|
+
}, {
|
|
2928
|
+
readonly indexed: true;
|
|
2929
|
+
readonly name: "spender";
|
|
2930
|
+
readonly type: "address";
|
|
2931
|
+
}, {
|
|
2932
|
+
readonly indexed: false;
|
|
2933
|
+
readonly name: "value";
|
|
2934
|
+
readonly type: "uint256";
|
|
2935
|
+
}];
|
|
2936
|
+
}, {
|
|
2937
|
+
readonly type: "event";
|
|
2938
|
+
readonly name: "Transfer";
|
|
2939
|
+
readonly inputs: readonly [{
|
|
2940
|
+
readonly indexed: true;
|
|
2941
|
+
readonly name: "from";
|
|
2942
|
+
readonly type: "address";
|
|
2943
|
+
}, {
|
|
2944
|
+
readonly indexed: true;
|
|
2945
|
+
readonly name: "to";
|
|
2946
|
+
readonly type: "address";
|
|
2947
|
+
}, {
|
|
2948
|
+
readonly indexed: false;
|
|
2949
|
+
readonly name: "value";
|
|
2950
|
+
readonly type: "uint256";
|
|
2951
|
+
}];
|
|
2952
|
+
}, {
|
|
2953
|
+
readonly type: "function";
|
|
2954
|
+
readonly name: "allowance";
|
|
2955
|
+
readonly stateMutability: "view";
|
|
2956
|
+
readonly inputs: readonly [{
|
|
2957
|
+
readonly name: "owner";
|
|
2958
|
+
readonly type: "address";
|
|
2959
|
+
}, {
|
|
2960
|
+
readonly name: "spender";
|
|
2961
|
+
readonly type: "address";
|
|
2962
|
+
}];
|
|
2963
|
+
readonly outputs: readonly [{
|
|
2964
|
+
readonly type: "uint256";
|
|
2965
|
+
}];
|
|
2966
|
+
}, {
|
|
2967
|
+
readonly type: "function";
|
|
2968
|
+
readonly name: "approve";
|
|
2969
|
+
readonly stateMutability: "nonpayable";
|
|
2970
|
+
readonly inputs: readonly [{
|
|
2971
|
+
readonly name: "spender";
|
|
2972
|
+
readonly type: "address";
|
|
2973
|
+
}, {
|
|
2974
|
+
readonly name: "amount";
|
|
2975
|
+
readonly type: "uint256";
|
|
2976
|
+
}];
|
|
2977
|
+
readonly outputs: readonly [{
|
|
2978
|
+
readonly type: "bool";
|
|
2979
|
+
}];
|
|
2980
|
+
}, {
|
|
2981
|
+
readonly type: "function";
|
|
2982
|
+
readonly name: "balanceOf";
|
|
2983
|
+
readonly stateMutability: "view";
|
|
2984
|
+
readonly inputs: readonly [{
|
|
2985
|
+
readonly name: "account";
|
|
2986
|
+
readonly type: "address";
|
|
2987
|
+
}];
|
|
2988
|
+
readonly outputs: readonly [{
|
|
2989
|
+
readonly type: "uint256";
|
|
2990
|
+
}];
|
|
2991
|
+
}, {
|
|
2992
|
+
readonly type: "function";
|
|
2993
|
+
readonly name: "decimals";
|
|
2994
|
+
readonly stateMutability: "view";
|
|
2995
|
+
readonly inputs: readonly [];
|
|
2996
|
+
readonly outputs: readonly [{
|
|
2997
|
+
readonly type: "uint8";
|
|
2998
|
+
}];
|
|
2999
|
+
}, {
|
|
3000
|
+
readonly type: "function";
|
|
3001
|
+
readonly name: "name";
|
|
3002
|
+
readonly stateMutability: "view";
|
|
3003
|
+
readonly inputs: readonly [];
|
|
3004
|
+
readonly outputs: readonly [{
|
|
3005
|
+
readonly type: "string";
|
|
3006
|
+
}];
|
|
3007
|
+
}, {
|
|
3008
|
+
readonly type: "function";
|
|
3009
|
+
readonly name: "symbol";
|
|
3010
|
+
readonly stateMutability: "view";
|
|
3011
|
+
readonly inputs: readonly [];
|
|
3012
|
+
readonly outputs: readonly [{
|
|
3013
|
+
readonly type: "string";
|
|
3014
|
+
}];
|
|
3015
|
+
}, {
|
|
3016
|
+
readonly type: "function";
|
|
3017
|
+
readonly name: "totalSupply";
|
|
3018
|
+
readonly stateMutability: "view";
|
|
3019
|
+
readonly inputs: readonly [];
|
|
3020
|
+
readonly outputs: readonly [{
|
|
3021
|
+
readonly type: "uint256";
|
|
3022
|
+
}];
|
|
3023
|
+
}, {
|
|
3024
|
+
readonly type: "function";
|
|
3025
|
+
readonly name: "transfer";
|
|
3026
|
+
readonly stateMutability: "nonpayable";
|
|
3027
|
+
readonly inputs: readonly [{
|
|
3028
|
+
readonly name: "recipient";
|
|
3029
|
+
readonly type: "address";
|
|
3030
|
+
}, {
|
|
3031
|
+
readonly name: "amount";
|
|
3032
|
+
readonly type: "uint256";
|
|
3033
|
+
}];
|
|
3034
|
+
readonly outputs: readonly [{
|
|
3035
|
+
readonly type: "bool";
|
|
3036
|
+
}];
|
|
3037
|
+
}, {
|
|
3038
|
+
readonly type: "function";
|
|
3039
|
+
readonly name: "transferFrom";
|
|
3040
|
+
readonly stateMutability: "nonpayable";
|
|
3041
|
+
readonly inputs: readonly [{
|
|
3042
|
+
readonly name: "sender";
|
|
3043
|
+
readonly type: "address";
|
|
3044
|
+
}, {
|
|
3045
|
+
readonly name: "recipient";
|
|
3046
|
+
readonly type: "address";
|
|
3047
|
+
}, {
|
|
3048
|
+
readonly name: "amount";
|
|
3049
|
+
readonly type: "uint256";
|
|
3050
|
+
}];
|
|
3051
|
+
readonly outputs: readonly [{
|
|
3052
|
+
readonly type: "bool";
|
|
3053
|
+
}];
|
|
3054
|
+
}];
|
|
876
3055
|
readonly read: {
|
|
877
3056
|
readonly decimals: () => 6;
|
|
878
3057
|
};
|
|
879
3058
|
};
|
|
880
3059
|
readonly EURC: {
|
|
881
3060
|
readonly address: "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c";
|
|
3061
|
+
readonly abi: readonly [{
|
|
3062
|
+
readonly type: "event";
|
|
3063
|
+
readonly name: "Approval";
|
|
3064
|
+
readonly inputs: readonly [{
|
|
3065
|
+
readonly indexed: true;
|
|
3066
|
+
readonly name: "owner";
|
|
3067
|
+
readonly type: "address";
|
|
3068
|
+
}, {
|
|
3069
|
+
readonly indexed: true;
|
|
3070
|
+
readonly name: "spender";
|
|
3071
|
+
readonly type: "address";
|
|
3072
|
+
}, {
|
|
3073
|
+
readonly indexed: false;
|
|
3074
|
+
readonly name: "value";
|
|
3075
|
+
readonly type: "uint256";
|
|
3076
|
+
}];
|
|
3077
|
+
}, {
|
|
3078
|
+
readonly type: "event";
|
|
3079
|
+
readonly name: "Transfer";
|
|
3080
|
+
readonly inputs: readonly [{
|
|
3081
|
+
readonly indexed: true;
|
|
3082
|
+
readonly name: "from";
|
|
3083
|
+
readonly type: "address";
|
|
3084
|
+
}, {
|
|
3085
|
+
readonly indexed: true;
|
|
3086
|
+
readonly name: "to";
|
|
3087
|
+
readonly type: "address";
|
|
3088
|
+
}, {
|
|
3089
|
+
readonly indexed: false;
|
|
3090
|
+
readonly name: "value";
|
|
3091
|
+
readonly type: "uint256";
|
|
3092
|
+
}];
|
|
3093
|
+
}, {
|
|
3094
|
+
readonly type: "function";
|
|
3095
|
+
readonly name: "allowance";
|
|
3096
|
+
readonly stateMutability: "view";
|
|
3097
|
+
readonly inputs: readonly [{
|
|
3098
|
+
readonly name: "owner";
|
|
3099
|
+
readonly type: "address";
|
|
3100
|
+
}, {
|
|
3101
|
+
readonly name: "spender";
|
|
3102
|
+
readonly type: "address";
|
|
3103
|
+
}];
|
|
3104
|
+
readonly outputs: readonly [{
|
|
3105
|
+
readonly type: "uint256";
|
|
3106
|
+
}];
|
|
3107
|
+
}, {
|
|
3108
|
+
readonly type: "function";
|
|
3109
|
+
readonly name: "approve";
|
|
3110
|
+
readonly stateMutability: "nonpayable";
|
|
3111
|
+
readonly inputs: readonly [{
|
|
3112
|
+
readonly name: "spender";
|
|
3113
|
+
readonly type: "address";
|
|
3114
|
+
}, {
|
|
3115
|
+
readonly name: "amount";
|
|
3116
|
+
readonly type: "uint256";
|
|
3117
|
+
}];
|
|
3118
|
+
readonly outputs: readonly [{
|
|
3119
|
+
readonly type: "bool";
|
|
3120
|
+
}];
|
|
3121
|
+
}, {
|
|
3122
|
+
readonly type: "function";
|
|
3123
|
+
readonly name: "balanceOf";
|
|
3124
|
+
readonly stateMutability: "view";
|
|
3125
|
+
readonly inputs: readonly [{
|
|
3126
|
+
readonly name: "account";
|
|
3127
|
+
readonly type: "address";
|
|
3128
|
+
}];
|
|
3129
|
+
readonly outputs: readonly [{
|
|
3130
|
+
readonly type: "uint256";
|
|
3131
|
+
}];
|
|
3132
|
+
}, {
|
|
3133
|
+
readonly type: "function";
|
|
3134
|
+
readonly name: "decimals";
|
|
3135
|
+
readonly stateMutability: "view";
|
|
3136
|
+
readonly inputs: readonly [];
|
|
3137
|
+
readonly outputs: readonly [{
|
|
3138
|
+
readonly type: "uint8";
|
|
3139
|
+
}];
|
|
3140
|
+
}, {
|
|
3141
|
+
readonly type: "function";
|
|
3142
|
+
readonly name: "name";
|
|
3143
|
+
readonly stateMutability: "view";
|
|
3144
|
+
readonly inputs: readonly [];
|
|
3145
|
+
readonly outputs: readonly [{
|
|
3146
|
+
readonly type: "string";
|
|
3147
|
+
}];
|
|
3148
|
+
}, {
|
|
3149
|
+
readonly type: "function";
|
|
3150
|
+
readonly name: "symbol";
|
|
3151
|
+
readonly stateMutability: "view";
|
|
3152
|
+
readonly inputs: readonly [];
|
|
3153
|
+
readonly outputs: readonly [{
|
|
3154
|
+
readonly type: "string";
|
|
3155
|
+
}];
|
|
3156
|
+
}, {
|
|
3157
|
+
readonly type: "function";
|
|
3158
|
+
readonly name: "totalSupply";
|
|
3159
|
+
readonly stateMutability: "view";
|
|
3160
|
+
readonly inputs: readonly [];
|
|
3161
|
+
readonly outputs: readonly [{
|
|
3162
|
+
readonly type: "uint256";
|
|
3163
|
+
}];
|
|
3164
|
+
}, {
|
|
3165
|
+
readonly type: "function";
|
|
3166
|
+
readonly name: "transfer";
|
|
3167
|
+
readonly stateMutability: "nonpayable";
|
|
3168
|
+
readonly inputs: readonly [{
|
|
3169
|
+
readonly name: "recipient";
|
|
3170
|
+
readonly type: "address";
|
|
3171
|
+
}, {
|
|
3172
|
+
readonly name: "amount";
|
|
3173
|
+
readonly type: "uint256";
|
|
3174
|
+
}];
|
|
3175
|
+
readonly outputs: readonly [{
|
|
3176
|
+
readonly type: "bool";
|
|
3177
|
+
}];
|
|
3178
|
+
}, {
|
|
3179
|
+
readonly type: "function";
|
|
3180
|
+
readonly name: "transferFrom";
|
|
3181
|
+
readonly stateMutability: "nonpayable";
|
|
3182
|
+
readonly inputs: readonly [{
|
|
3183
|
+
readonly name: "sender";
|
|
3184
|
+
readonly type: "address";
|
|
3185
|
+
}, {
|
|
3186
|
+
readonly name: "recipient";
|
|
3187
|
+
readonly type: "address";
|
|
3188
|
+
}, {
|
|
3189
|
+
readonly name: "amount";
|
|
3190
|
+
readonly type: "uint256";
|
|
3191
|
+
}];
|
|
3192
|
+
readonly outputs: readonly [{
|
|
3193
|
+
readonly type: "bool";
|
|
3194
|
+
}];
|
|
3195
|
+
}];
|
|
3196
|
+
readonly read: {
|
|
3197
|
+
readonly decimals: () => 6;
|
|
3198
|
+
};
|
|
3199
|
+
};
|
|
3200
|
+
readonly USDT: {
|
|
3201
|
+
readonly address: "0xdac17f958d2ee523a2206206994597c13d831ec7";
|
|
3202
|
+
readonly abi: readonly [{
|
|
3203
|
+
readonly type: "event";
|
|
3204
|
+
readonly name: "Approval";
|
|
3205
|
+
readonly inputs: readonly [{
|
|
3206
|
+
readonly indexed: true;
|
|
3207
|
+
readonly name: "owner";
|
|
3208
|
+
readonly type: "address";
|
|
3209
|
+
}, {
|
|
3210
|
+
readonly indexed: true;
|
|
3211
|
+
readonly name: "spender";
|
|
3212
|
+
readonly type: "address";
|
|
3213
|
+
}, {
|
|
3214
|
+
readonly indexed: false;
|
|
3215
|
+
readonly name: "value";
|
|
3216
|
+
readonly type: "uint256";
|
|
3217
|
+
}];
|
|
3218
|
+
}, {
|
|
3219
|
+
readonly type: "event";
|
|
3220
|
+
readonly name: "Transfer";
|
|
3221
|
+
readonly inputs: readonly [{
|
|
3222
|
+
readonly indexed: true;
|
|
3223
|
+
readonly name: "from";
|
|
3224
|
+
readonly type: "address";
|
|
3225
|
+
}, {
|
|
3226
|
+
readonly indexed: true;
|
|
3227
|
+
readonly name: "to";
|
|
3228
|
+
readonly type: "address";
|
|
3229
|
+
}, {
|
|
3230
|
+
readonly indexed: false;
|
|
3231
|
+
readonly name: "value";
|
|
3232
|
+
readonly type: "uint256";
|
|
3233
|
+
}];
|
|
3234
|
+
}, {
|
|
3235
|
+
readonly type: "function";
|
|
3236
|
+
readonly name: "allowance";
|
|
3237
|
+
readonly stateMutability: "view";
|
|
3238
|
+
readonly inputs: readonly [{
|
|
3239
|
+
readonly name: "owner";
|
|
3240
|
+
readonly type: "address";
|
|
3241
|
+
}, {
|
|
3242
|
+
readonly name: "spender";
|
|
3243
|
+
readonly type: "address";
|
|
3244
|
+
}];
|
|
3245
|
+
readonly outputs: readonly [{
|
|
3246
|
+
readonly type: "uint256";
|
|
3247
|
+
}];
|
|
3248
|
+
}, {
|
|
3249
|
+
readonly type: "function";
|
|
3250
|
+
readonly name: "approve";
|
|
3251
|
+
readonly stateMutability: "nonpayable";
|
|
3252
|
+
readonly inputs: readonly [{
|
|
3253
|
+
readonly name: "spender";
|
|
3254
|
+
readonly type: "address";
|
|
3255
|
+
}, {
|
|
3256
|
+
readonly name: "amount";
|
|
3257
|
+
readonly type: "uint256";
|
|
3258
|
+
}];
|
|
3259
|
+
readonly outputs: readonly [{
|
|
3260
|
+
readonly type: "bool";
|
|
3261
|
+
}];
|
|
3262
|
+
}, {
|
|
3263
|
+
readonly type: "function";
|
|
3264
|
+
readonly name: "balanceOf";
|
|
3265
|
+
readonly stateMutability: "view";
|
|
3266
|
+
readonly inputs: readonly [{
|
|
3267
|
+
readonly name: "account";
|
|
3268
|
+
readonly type: "address";
|
|
3269
|
+
}];
|
|
3270
|
+
readonly outputs: readonly [{
|
|
3271
|
+
readonly type: "uint256";
|
|
3272
|
+
}];
|
|
3273
|
+
}, {
|
|
3274
|
+
readonly type: "function";
|
|
3275
|
+
readonly name: "decimals";
|
|
3276
|
+
readonly stateMutability: "view";
|
|
3277
|
+
readonly inputs: readonly [];
|
|
3278
|
+
readonly outputs: readonly [{
|
|
3279
|
+
readonly type: "uint8";
|
|
3280
|
+
}];
|
|
3281
|
+
}, {
|
|
3282
|
+
readonly type: "function";
|
|
3283
|
+
readonly name: "name";
|
|
3284
|
+
readonly stateMutability: "view";
|
|
3285
|
+
readonly inputs: readonly [];
|
|
3286
|
+
readonly outputs: readonly [{
|
|
3287
|
+
readonly type: "string";
|
|
3288
|
+
}];
|
|
3289
|
+
}, {
|
|
3290
|
+
readonly type: "function";
|
|
3291
|
+
readonly name: "symbol";
|
|
3292
|
+
readonly stateMutability: "view";
|
|
3293
|
+
readonly inputs: readonly [];
|
|
3294
|
+
readonly outputs: readonly [{
|
|
3295
|
+
readonly type: "string";
|
|
3296
|
+
}];
|
|
3297
|
+
}, {
|
|
3298
|
+
readonly type: "function";
|
|
3299
|
+
readonly name: "totalSupply";
|
|
3300
|
+
readonly stateMutability: "view";
|
|
3301
|
+
readonly inputs: readonly [];
|
|
3302
|
+
readonly outputs: readonly [{
|
|
3303
|
+
readonly type: "uint256";
|
|
3304
|
+
}];
|
|
3305
|
+
}, {
|
|
3306
|
+
readonly type: "function";
|
|
3307
|
+
readonly name: "transfer";
|
|
3308
|
+
readonly stateMutability: "nonpayable";
|
|
3309
|
+
readonly inputs: readonly [{
|
|
3310
|
+
readonly name: "recipient";
|
|
3311
|
+
readonly type: "address";
|
|
3312
|
+
}, {
|
|
3313
|
+
readonly name: "amount";
|
|
3314
|
+
readonly type: "uint256";
|
|
3315
|
+
}];
|
|
3316
|
+
readonly outputs: readonly [{
|
|
3317
|
+
readonly type: "bool";
|
|
3318
|
+
}];
|
|
3319
|
+
}, {
|
|
3320
|
+
readonly type: "function";
|
|
3321
|
+
readonly name: "transferFrom";
|
|
3322
|
+
readonly stateMutability: "nonpayable";
|
|
3323
|
+
readonly inputs: readonly [{
|
|
3324
|
+
readonly name: "sender";
|
|
3325
|
+
readonly type: "address";
|
|
3326
|
+
}, {
|
|
3327
|
+
readonly name: "recipient";
|
|
3328
|
+
readonly type: "address";
|
|
3329
|
+
}, {
|
|
3330
|
+
readonly name: "amount";
|
|
3331
|
+
readonly type: "uint256";
|
|
3332
|
+
}];
|
|
3333
|
+
readonly outputs: readonly [{
|
|
3334
|
+
readonly type: "bool";
|
|
3335
|
+
}];
|
|
3336
|
+
}];
|
|
882
3337
|
readonly read: {
|
|
883
3338
|
readonly decimals: () => 6;
|
|
884
3339
|
};
|
|
@@ -925,21 +3380,370 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
925
3380
|
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
926
3381
|
};
|
|
927
3382
|
};
|
|
3383
|
+
blockTime?: number | undefined | undefined;
|
|
928
3384
|
contracts: {
|
|
929
|
-
readonly
|
|
3385
|
+
readonly TokenMessenger: {
|
|
930
3386
|
readonly address: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
931
|
-
|
|
932
|
-
|
|
3387
|
+
readonly abi: ({
|
|
3388
|
+
inputs: {
|
|
3389
|
+
internalType: string;
|
|
3390
|
+
name: string;
|
|
3391
|
+
type: string;
|
|
3392
|
+
}[];
|
|
3393
|
+
stateMutability: string;
|
|
3394
|
+
type: string;
|
|
3395
|
+
anonymous?: undefined;
|
|
3396
|
+
name?: undefined;
|
|
3397
|
+
outputs?: undefined;
|
|
3398
|
+
} | {
|
|
3399
|
+
anonymous: boolean;
|
|
3400
|
+
inputs: {
|
|
3401
|
+
indexed: boolean;
|
|
3402
|
+
internalType: string;
|
|
3403
|
+
name: string;
|
|
3404
|
+
type: string;
|
|
3405
|
+
}[];
|
|
3406
|
+
name: string;
|
|
3407
|
+
type: string;
|
|
3408
|
+
stateMutability?: undefined;
|
|
3409
|
+
outputs?: undefined;
|
|
3410
|
+
} | {
|
|
3411
|
+
inputs: {
|
|
3412
|
+
internalType: string;
|
|
3413
|
+
name: string;
|
|
3414
|
+
type: string;
|
|
3415
|
+
}[];
|
|
3416
|
+
name: string;
|
|
3417
|
+
outputs: {
|
|
3418
|
+
internalType: string;
|
|
3419
|
+
name: string;
|
|
3420
|
+
type: string;
|
|
3421
|
+
}[];
|
|
3422
|
+
stateMutability: string;
|
|
3423
|
+
type: string;
|
|
3424
|
+
anonymous?: undefined;
|
|
3425
|
+
})[];
|
|
3426
|
+
};
|
|
3427
|
+
readonly MessageTransmitter: {
|
|
933
3428
|
readonly address: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
3429
|
+
readonly abi: ({
|
|
3430
|
+
inputs: {
|
|
3431
|
+
internalType: string;
|
|
3432
|
+
name: string;
|
|
3433
|
+
type: string;
|
|
3434
|
+
}[];
|
|
3435
|
+
stateMutability: string;
|
|
3436
|
+
type: string;
|
|
3437
|
+
anonymous?: undefined;
|
|
3438
|
+
name?: undefined;
|
|
3439
|
+
outputs?: undefined;
|
|
3440
|
+
} | {
|
|
3441
|
+
anonymous: boolean;
|
|
3442
|
+
inputs: {
|
|
3443
|
+
indexed: boolean;
|
|
3444
|
+
internalType: string;
|
|
3445
|
+
name: string;
|
|
3446
|
+
type: string;
|
|
3447
|
+
}[];
|
|
3448
|
+
name: string;
|
|
3449
|
+
type: string;
|
|
3450
|
+
stateMutability?: undefined;
|
|
3451
|
+
outputs?: undefined;
|
|
3452
|
+
} | {
|
|
3453
|
+
inputs: {
|
|
3454
|
+
internalType: string;
|
|
3455
|
+
name: string;
|
|
3456
|
+
type: string;
|
|
3457
|
+
}[];
|
|
3458
|
+
name: string;
|
|
3459
|
+
outputs: {
|
|
3460
|
+
internalType: string;
|
|
3461
|
+
name: string;
|
|
3462
|
+
type: string;
|
|
3463
|
+
}[];
|
|
3464
|
+
stateMutability: string;
|
|
3465
|
+
type: string;
|
|
3466
|
+
anonymous?: undefined;
|
|
3467
|
+
})[];
|
|
934
3468
|
};
|
|
935
3469
|
readonly USDC: {
|
|
936
3470
|
readonly address: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
3471
|
+
readonly abi: readonly [{
|
|
3472
|
+
readonly type: "event";
|
|
3473
|
+
readonly name: "Approval";
|
|
3474
|
+
readonly inputs: readonly [{
|
|
3475
|
+
readonly indexed: true;
|
|
3476
|
+
readonly name: "owner";
|
|
3477
|
+
readonly type: "address";
|
|
3478
|
+
}, {
|
|
3479
|
+
readonly indexed: true;
|
|
3480
|
+
readonly name: "spender";
|
|
3481
|
+
readonly type: "address";
|
|
3482
|
+
}, {
|
|
3483
|
+
readonly indexed: false;
|
|
3484
|
+
readonly name: "value";
|
|
3485
|
+
readonly type: "uint256";
|
|
3486
|
+
}];
|
|
3487
|
+
}, {
|
|
3488
|
+
readonly type: "event";
|
|
3489
|
+
readonly name: "Transfer";
|
|
3490
|
+
readonly inputs: readonly [{
|
|
3491
|
+
readonly indexed: true;
|
|
3492
|
+
readonly name: "from";
|
|
3493
|
+
readonly type: "address";
|
|
3494
|
+
}, {
|
|
3495
|
+
readonly indexed: true;
|
|
3496
|
+
readonly name: "to";
|
|
3497
|
+
readonly type: "address";
|
|
3498
|
+
}, {
|
|
3499
|
+
readonly indexed: false;
|
|
3500
|
+
readonly name: "value";
|
|
3501
|
+
readonly type: "uint256";
|
|
3502
|
+
}];
|
|
3503
|
+
}, {
|
|
3504
|
+
readonly type: "function";
|
|
3505
|
+
readonly name: "allowance";
|
|
3506
|
+
readonly stateMutability: "view";
|
|
3507
|
+
readonly inputs: readonly [{
|
|
3508
|
+
readonly name: "owner";
|
|
3509
|
+
readonly type: "address";
|
|
3510
|
+
}, {
|
|
3511
|
+
readonly name: "spender";
|
|
3512
|
+
readonly type: "address";
|
|
3513
|
+
}];
|
|
3514
|
+
readonly outputs: readonly [{
|
|
3515
|
+
readonly type: "uint256";
|
|
3516
|
+
}];
|
|
3517
|
+
}, {
|
|
3518
|
+
readonly type: "function";
|
|
3519
|
+
readonly name: "approve";
|
|
3520
|
+
readonly stateMutability: "nonpayable";
|
|
3521
|
+
readonly inputs: readonly [{
|
|
3522
|
+
readonly name: "spender";
|
|
3523
|
+
readonly type: "address";
|
|
3524
|
+
}, {
|
|
3525
|
+
readonly name: "amount";
|
|
3526
|
+
readonly type: "uint256";
|
|
3527
|
+
}];
|
|
3528
|
+
readonly outputs: readonly [{
|
|
3529
|
+
readonly type: "bool";
|
|
3530
|
+
}];
|
|
3531
|
+
}, {
|
|
3532
|
+
readonly type: "function";
|
|
3533
|
+
readonly name: "balanceOf";
|
|
3534
|
+
readonly stateMutability: "view";
|
|
3535
|
+
readonly inputs: readonly [{
|
|
3536
|
+
readonly name: "account";
|
|
3537
|
+
readonly type: "address";
|
|
3538
|
+
}];
|
|
3539
|
+
readonly outputs: readonly [{
|
|
3540
|
+
readonly type: "uint256";
|
|
3541
|
+
}];
|
|
3542
|
+
}, {
|
|
3543
|
+
readonly type: "function";
|
|
3544
|
+
readonly name: "decimals";
|
|
3545
|
+
readonly stateMutability: "view";
|
|
3546
|
+
readonly inputs: readonly [];
|
|
3547
|
+
readonly outputs: readonly [{
|
|
3548
|
+
readonly type: "uint8";
|
|
3549
|
+
}];
|
|
3550
|
+
}, {
|
|
3551
|
+
readonly type: "function";
|
|
3552
|
+
readonly name: "name";
|
|
3553
|
+
readonly stateMutability: "view";
|
|
3554
|
+
readonly inputs: readonly [];
|
|
3555
|
+
readonly outputs: readonly [{
|
|
3556
|
+
readonly type: "string";
|
|
3557
|
+
}];
|
|
3558
|
+
}, {
|
|
3559
|
+
readonly type: "function";
|
|
3560
|
+
readonly name: "symbol";
|
|
3561
|
+
readonly stateMutability: "view";
|
|
3562
|
+
readonly inputs: readonly [];
|
|
3563
|
+
readonly outputs: readonly [{
|
|
3564
|
+
readonly type: "string";
|
|
3565
|
+
}];
|
|
3566
|
+
}, {
|
|
3567
|
+
readonly type: "function";
|
|
3568
|
+
readonly name: "totalSupply";
|
|
3569
|
+
readonly stateMutability: "view";
|
|
3570
|
+
readonly inputs: readonly [];
|
|
3571
|
+
readonly outputs: readonly [{
|
|
3572
|
+
readonly type: "uint256";
|
|
3573
|
+
}];
|
|
3574
|
+
}, {
|
|
3575
|
+
readonly type: "function";
|
|
3576
|
+
readonly name: "transfer";
|
|
3577
|
+
readonly stateMutability: "nonpayable";
|
|
3578
|
+
readonly inputs: readonly [{
|
|
3579
|
+
readonly name: "recipient";
|
|
3580
|
+
readonly type: "address";
|
|
3581
|
+
}, {
|
|
3582
|
+
readonly name: "amount";
|
|
3583
|
+
readonly type: "uint256";
|
|
3584
|
+
}];
|
|
3585
|
+
readonly outputs: readonly [{
|
|
3586
|
+
readonly type: "bool";
|
|
3587
|
+
}];
|
|
3588
|
+
}, {
|
|
3589
|
+
readonly type: "function";
|
|
3590
|
+
readonly name: "transferFrom";
|
|
3591
|
+
readonly stateMutability: "nonpayable";
|
|
3592
|
+
readonly inputs: readonly [{
|
|
3593
|
+
readonly name: "sender";
|
|
3594
|
+
readonly type: "address";
|
|
3595
|
+
}, {
|
|
3596
|
+
readonly name: "recipient";
|
|
3597
|
+
readonly type: "address";
|
|
3598
|
+
}, {
|
|
3599
|
+
readonly name: "amount";
|
|
3600
|
+
readonly type: "uint256";
|
|
3601
|
+
}];
|
|
3602
|
+
readonly outputs: readonly [{
|
|
3603
|
+
readonly type: "bool";
|
|
3604
|
+
}];
|
|
3605
|
+
}];
|
|
937
3606
|
readonly read: {
|
|
938
3607
|
readonly decimals: () => 6;
|
|
939
3608
|
};
|
|
940
3609
|
};
|
|
941
3610
|
readonly EURC: {
|
|
942
3611
|
readonly address: "0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4";
|
|
3612
|
+
readonly abi: readonly [{
|
|
3613
|
+
readonly type: "event";
|
|
3614
|
+
readonly name: "Approval";
|
|
3615
|
+
readonly inputs: readonly [{
|
|
3616
|
+
readonly indexed: true;
|
|
3617
|
+
readonly name: "owner";
|
|
3618
|
+
readonly type: "address";
|
|
3619
|
+
}, {
|
|
3620
|
+
readonly indexed: true;
|
|
3621
|
+
readonly name: "spender";
|
|
3622
|
+
readonly type: "address";
|
|
3623
|
+
}, {
|
|
3624
|
+
readonly indexed: false;
|
|
3625
|
+
readonly name: "value";
|
|
3626
|
+
readonly type: "uint256";
|
|
3627
|
+
}];
|
|
3628
|
+
}, {
|
|
3629
|
+
readonly type: "event";
|
|
3630
|
+
readonly name: "Transfer";
|
|
3631
|
+
readonly inputs: readonly [{
|
|
3632
|
+
readonly indexed: true;
|
|
3633
|
+
readonly name: "from";
|
|
3634
|
+
readonly type: "address";
|
|
3635
|
+
}, {
|
|
3636
|
+
readonly indexed: true;
|
|
3637
|
+
readonly name: "to";
|
|
3638
|
+
readonly type: "address";
|
|
3639
|
+
}, {
|
|
3640
|
+
readonly indexed: false;
|
|
3641
|
+
readonly name: "value";
|
|
3642
|
+
readonly type: "uint256";
|
|
3643
|
+
}];
|
|
3644
|
+
}, {
|
|
3645
|
+
readonly type: "function";
|
|
3646
|
+
readonly name: "allowance";
|
|
3647
|
+
readonly stateMutability: "view";
|
|
3648
|
+
readonly inputs: readonly [{
|
|
3649
|
+
readonly name: "owner";
|
|
3650
|
+
readonly type: "address";
|
|
3651
|
+
}, {
|
|
3652
|
+
readonly name: "spender";
|
|
3653
|
+
readonly type: "address";
|
|
3654
|
+
}];
|
|
3655
|
+
readonly outputs: readonly [{
|
|
3656
|
+
readonly type: "uint256";
|
|
3657
|
+
}];
|
|
3658
|
+
}, {
|
|
3659
|
+
readonly type: "function";
|
|
3660
|
+
readonly name: "approve";
|
|
3661
|
+
readonly stateMutability: "nonpayable";
|
|
3662
|
+
readonly inputs: readonly [{
|
|
3663
|
+
readonly name: "spender";
|
|
3664
|
+
readonly type: "address";
|
|
3665
|
+
}, {
|
|
3666
|
+
readonly name: "amount";
|
|
3667
|
+
readonly type: "uint256";
|
|
3668
|
+
}];
|
|
3669
|
+
readonly outputs: readonly [{
|
|
3670
|
+
readonly type: "bool";
|
|
3671
|
+
}];
|
|
3672
|
+
}, {
|
|
3673
|
+
readonly type: "function";
|
|
3674
|
+
readonly name: "balanceOf";
|
|
3675
|
+
readonly stateMutability: "view";
|
|
3676
|
+
readonly inputs: readonly [{
|
|
3677
|
+
readonly name: "account";
|
|
3678
|
+
readonly type: "address";
|
|
3679
|
+
}];
|
|
3680
|
+
readonly outputs: readonly [{
|
|
3681
|
+
readonly type: "uint256";
|
|
3682
|
+
}];
|
|
3683
|
+
}, {
|
|
3684
|
+
readonly type: "function";
|
|
3685
|
+
readonly name: "decimals";
|
|
3686
|
+
readonly stateMutability: "view";
|
|
3687
|
+
readonly inputs: readonly [];
|
|
3688
|
+
readonly outputs: readonly [{
|
|
3689
|
+
readonly type: "uint8";
|
|
3690
|
+
}];
|
|
3691
|
+
}, {
|
|
3692
|
+
readonly type: "function";
|
|
3693
|
+
readonly name: "name";
|
|
3694
|
+
readonly stateMutability: "view";
|
|
3695
|
+
readonly inputs: readonly [];
|
|
3696
|
+
readonly outputs: readonly [{
|
|
3697
|
+
readonly type: "string";
|
|
3698
|
+
}];
|
|
3699
|
+
}, {
|
|
3700
|
+
readonly type: "function";
|
|
3701
|
+
readonly name: "symbol";
|
|
3702
|
+
readonly stateMutability: "view";
|
|
3703
|
+
readonly inputs: readonly [];
|
|
3704
|
+
readonly outputs: readonly [{
|
|
3705
|
+
readonly type: "string";
|
|
3706
|
+
}];
|
|
3707
|
+
}, {
|
|
3708
|
+
readonly type: "function";
|
|
3709
|
+
readonly name: "totalSupply";
|
|
3710
|
+
readonly stateMutability: "view";
|
|
3711
|
+
readonly inputs: readonly [];
|
|
3712
|
+
readonly outputs: readonly [{
|
|
3713
|
+
readonly type: "uint256";
|
|
3714
|
+
}];
|
|
3715
|
+
}, {
|
|
3716
|
+
readonly type: "function";
|
|
3717
|
+
readonly name: "transfer";
|
|
3718
|
+
readonly stateMutability: "nonpayable";
|
|
3719
|
+
readonly inputs: readonly [{
|
|
3720
|
+
readonly name: "recipient";
|
|
3721
|
+
readonly type: "address";
|
|
3722
|
+
}, {
|
|
3723
|
+
readonly name: "amount";
|
|
3724
|
+
readonly type: "uint256";
|
|
3725
|
+
}];
|
|
3726
|
+
readonly outputs: readonly [{
|
|
3727
|
+
readonly type: "bool";
|
|
3728
|
+
}];
|
|
3729
|
+
}, {
|
|
3730
|
+
readonly type: "function";
|
|
3731
|
+
readonly name: "transferFrom";
|
|
3732
|
+
readonly stateMutability: "nonpayable";
|
|
3733
|
+
readonly inputs: readonly [{
|
|
3734
|
+
readonly name: "sender";
|
|
3735
|
+
readonly type: "address";
|
|
3736
|
+
}, {
|
|
3737
|
+
readonly name: "recipient";
|
|
3738
|
+
readonly type: "address";
|
|
3739
|
+
}, {
|
|
3740
|
+
readonly name: "amount";
|
|
3741
|
+
readonly type: "uint256";
|
|
3742
|
+
}];
|
|
3743
|
+
readonly outputs: readonly [{
|
|
3744
|
+
readonly type: "bool";
|
|
3745
|
+
}];
|
|
3746
|
+
}];
|
|
943
3747
|
readonly read: {
|
|
944
3748
|
readonly decimals: () => 6;
|
|
945
3749
|
};
|
|
@@ -986,15 +3790,229 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
986
3790
|
readonly apiUrl: "https://api.polygonscan.com/api";
|
|
987
3791
|
};
|
|
988
3792
|
};
|
|
3793
|
+
blockTime?: number | undefined | undefined;
|
|
989
3794
|
contracts: {
|
|
990
|
-
readonly
|
|
3795
|
+
readonly TokenMessenger: {
|
|
991
3796
|
readonly address: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE";
|
|
992
|
-
|
|
993
|
-
|
|
3797
|
+
readonly abi: ({
|
|
3798
|
+
inputs: {
|
|
3799
|
+
internalType: string;
|
|
3800
|
+
name: string;
|
|
3801
|
+
type: string;
|
|
3802
|
+
}[];
|
|
3803
|
+
stateMutability: string;
|
|
3804
|
+
type: string;
|
|
3805
|
+
anonymous?: undefined;
|
|
3806
|
+
name?: undefined;
|
|
3807
|
+
outputs?: undefined;
|
|
3808
|
+
} | {
|
|
3809
|
+
anonymous: boolean;
|
|
3810
|
+
inputs: {
|
|
3811
|
+
indexed: boolean;
|
|
3812
|
+
internalType: string;
|
|
3813
|
+
name: string;
|
|
3814
|
+
type: string;
|
|
3815
|
+
}[];
|
|
3816
|
+
name: string;
|
|
3817
|
+
type: string;
|
|
3818
|
+
stateMutability?: undefined;
|
|
3819
|
+
outputs?: undefined;
|
|
3820
|
+
} | {
|
|
3821
|
+
inputs: {
|
|
3822
|
+
internalType: string;
|
|
3823
|
+
name: string;
|
|
3824
|
+
type: string;
|
|
3825
|
+
}[];
|
|
3826
|
+
name: string;
|
|
3827
|
+
outputs: {
|
|
3828
|
+
internalType: string;
|
|
3829
|
+
name: string;
|
|
3830
|
+
type: string;
|
|
3831
|
+
}[];
|
|
3832
|
+
stateMutability: string;
|
|
3833
|
+
type: string;
|
|
3834
|
+
anonymous?: undefined;
|
|
3835
|
+
})[];
|
|
3836
|
+
};
|
|
3837
|
+
readonly MessageTransmitter: {
|
|
994
3838
|
readonly address: "0xF3be9355363857F3e001be68856A2f96b4C39Ba9";
|
|
3839
|
+
readonly abi: ({
|
|
3840
|
+
inputs: {
|
|
3841
|
+
internalType: string;
|
|
3842
|
+
name: string;
|
|
3843
|
+
type: string;
|
|
3844
|
+
}[];
|
|
3845
|
+
stateMutability: string;
|
|
3846
|
+
type: string;
|
|
3847
|
+
anonymous?: undefined;
|
|
3848
|
+
name?: undefined;
|
|
3849
|
+
outputs?: undefined;
|
|
3850
|
+
} | {
|
|
3851
|
+
anonymous: boolean;
|
|
3852
|
+
inputs: {
|
|
3853
|
+
indexed: boolean;
|
|
3854
|
+
internalType: string;
|
|
3855
|
+
name: string;
|
|
3856
|
+
type: string;
|
|
3857
|
+
}[];
|
|
3858
|
+
name: string;
|
|
3859
|
+
type: string;
|
|
3860
|
+
stateMutability?: undefined;
|
|
3861
|
+
outputs?: undefined;
|
|
3862
|
+
} | {
|
|
3863
|
+
inputs: {
|
|
3864
|
+
internalType: string;
|
|
3865
|
+
name: string;
|
|
3866
|
+
type: string;
|
|
3867
|
+
}[];
|
|
3868
|
+
name: string;
|
|
3869
|
+
outputs: {
|
|
3870
|
+
internalType: string;
|
|
3871
|
+
name: string;
|
|
3872
|
+
type: string;
|
|
3873
|
+
}[];
|
|
3874
|
+
stateMutability: string;
|
|
3875
|
+
type: string;
|
|
3876
|
+
anonymous?: undefined;
|
|
3877
|
+
})[];
|
|
995
3878
|
};
|
|
996
3879
|
readonly USDC: {
|
|
997
3880
|
readonly address: "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359";
|
|
3881
|
+
readonly abi: readonly [{
|
|
3882
|
+
readonly type: "event";
|
|
3883
|
+
readonly name: "Approval";
|
|
3884
|
+
readonly inputs: readonly [{
|
|
3885
|
+
readonly indexed: true;
|
|
3886
|
+
readonly name: "owner";
|
|
3887
|
+
readonly type: "address";
|
|
3888
|
+
}, {
|
|
3889
|
+
readonly indexed: true;
|
|
3890
|
+
readonly name: "spender";
|
|
3891
|
+
readonly type: "address";
|
|
3892
|
+
}, {
|
|
3893
|
+
readonly indexed: false;
|
|
3894
|
+
readonly name: "value";
|
|
3895
|
+
readonly type: "uint256";
|
|
3896
|
+
}];
|
|
3897
|
+
}, {
|
|
3898
|
+
readonly type: "event";
|
|
3899
|
+
readonly name: "Transfer";
|
|
3900
|
+
readonly inputs: readonly [{
|
|
3901
|
+
readonly indexed: true;
|
|
3902
|
+
readonly name: "from";
|
|
3903
|
+
readonly type: "address";
|
|
3904
|
+
}, {
|
|
3905
|
+
readonly indexed: true;
|
|
3906
|
+
readonly name: "to";
|
|
3907
|
+
readonly type: "address";
|
|
3908
|
+
}, {
|
|
3909
|
+
readonly indexed: false;
|
|
3910
|
+
readonly name: "value";
|
|
3911
|
+
readonly type: "uint256";
|
|
3912
|
+
}];
|
|
3913
|
+
}, {
|
|
3914
|
+
readonly type: "function";
|
|
3915
|
+
readonly name: "allowance";
|
|
3916
|
+
readonly stateMutability: "view";
|
|
3917
|
+
readonly inputs: readonly [{
|
|
3918
|
+
readonly name: "owner";
|
|
3919
|
+
readonly type: "address";
|
|
3920
|
+
}, {
|
|
3921
|
+
readonly name: "spender";
|
|
3922
|
+
readonly type: "address";
|
|
3923
|
+
}];
|
|
3924
|
+
readonly outputs: readonly [{
|
|
3925
|
+
readonly type: "uint256";
|
|
3926
|
+
}];
|
|
3927
|
+
}, {
|
|
3928
|
+
readonly type: "function";
|
|
3929
|
+
readonly name: "approve";
|
|
3930
|
+
readonly stateMutability: "nonpayable";
|
|
3931
|
+
readonly inputs: readonly [{
|
|
3932
|
+
readonly name: "spender";
|
|
3933
|
+
readonly type: "address";
|
|
3934
|
+
}, {
|
|
3935
|
+
readonly name: "amount";
|
|
3936
|
+
readonly type: "uint256";
|
|
3937
|
+
}];
|
|
3938
|
+
readonly outputs: readonly [{
|
|
3939
|
+
readonly type: "bool";
|
|
3940
|
+
}];
|
|
3941
|
+
}, {
|
|
3942
|
+
readonly type: "function";
|
|
3943
|
+
readonly name: "balanceOf";
|
|
3944
|
+
readonly stateMutability: "view";
|
|
3945
|
+
readonly inputs: readonly [{
|
|
3946
|
+
readonly name: "account";
|
|
3947
|
+
readonly type: "address";
|
|
3948
|
+
}];
|
|
3949
|
+
readonly outputs: readonly [{
|
|
3950
|
+
readonly type: "uint256";
|
|
3951
|
+
}];
|
|
3952
|
+
}, {
|
|
3953
|
+
readonly type: "function";
|
|
3954
|
+
readonly name: "decimals";
|
|
3955
|
+
readonly stateMutability: "view";
|
|
3956
|
+
readonly inputs: readonly [];
|
|
3957
|
+
readonly outputs: readonly [{
|
|
3958
|
+
readonly type: "uint8";
|
|
3959
|
+
}];
|
|
3960
|
+
}, {
|
|
3961
|
+
readonly type: "function";
|
|
3962
|
+
readonly name: "name";
|
|
3963
|
+
readonly stateMutability: "view";
|
|
3964
|
+
readonly inputs: readonly [];
|
|
3965
|
+
readonly outputs: readonly [{
|
|
3966
|
+
readonly type: "string";
|
|
3967
|
+
}];
|
|
3968
|
+
}, {
|
|
3969
|
+
readonly type: "function";
|
|
3970
|
+
readonly name: "symbol";
|
|
3971
|
+
readonly stateMutability: "view";
|
|
3972
|
+
readonly inputs: readonly [];
|
|
3973
|
+
readonly outputs: readonly [{
|
|
3974
|
+
readonly type: "string";
|
|
3975
|
+
}];
|
|
3976
|
+
}, {
|
|
3977
|
+
readonly type: "function";
|
|
3978
|
+
readonly name: "totalSupply";
|
|
3979
|
+
readonly stateMutability: "view";
|
|
3980
|
+
readonly inputs: readonly [];
|
|
3981
|
+
readonly outputs: readonly [{
|
|
3982
|
+
readonly type: "uint256";
|
|
3983
|
+
}];
|
|
3984
|
+
}, {
|
|
3985
|
+
readonly type: "function";
|
|
3986
|
+
readonly name: "transfer";
|
|
3987
|
+
readonly stateMutability: "nonpayable";
|
|
3988
|
+
readonly inputs: readonly [{
|
|
3989
|
+
readonly name: "recipient";
|
|
3990
|
+
readonly type: "address";
|
|
3991
|
+
}, {
|
|
3992
|
+
readonly name: "amount";
|
|
3993
|
+
readonly type: "uint256";
|
|
3994
|
+
}];
|
|
3995
|
+
readonly outputs: readonly [{
|
|
3996
|
+
readonly type: "bool";
|
|
3997
|
+
}];
|
|
3998
|
+
}, {
|
|
3999
|
+
readonly type: "function";
|
|
4000
|
+
readonly name: "transferFrom";
|
|
4001
|
+
readonly stateMutability: "nonpayable";
|
|
4002
|
+
readonly inputs: readonly [{
|
|
4003
|
+
readonly name: "sender";
|
|
4004
|
+
readonly type: "address";
|
|
4005
|
+
}, {
|
|
4006
|
+
readonly name: "recipient";
|
|
4007
|
+
readonly type: "address";
|
|
4008
|
+
}, {
|
|
4009
|
+
readonly name: "amount";
|
|
4010
|
+
readonly type: "uint256";
|
|
4011
|
+
}];
|
|
4012
|
+
readonly outputs: readonly [{
|
|
4013
|
+
readonly type: "bool";
|
|
4014
|
+
}];
|
|
4015
|
+
}];
|
|
998
4016
|
readonly read: {
|
|
999
4017
|
readonly decimals: () => 6;
|
|
1000
4018
|
};
|
|
@@ -1034,15 +4052,229 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1034
4052
|
readonly apiUrl: "https://api-amoy.polygonscan.com/api";
|
|
1035
4053
|
};
|
|
1036
4054
|
};
|
|
4055
|
+
blockTime?: number | undefined | undefined;
|
|
1037
4056
|
contracts: {
|
|
1038
|
-
readonly
|
|
4057
|
+
readonly TokenMessenger: {
|
|
1039
4058
|
readonly address: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
1040
|
-
|
|
1041
|
-
|
|
4059
|
+
readonly abi: ({
|
|
4060
|
+
inputs: {
|
|
4061
|
+
internalType: string;
|
|
4062
|
+
name: string;
|
|
4063
|
+
type: string;
|
|
4064
|
+
}[];
|
|
4065
|
+
stateMutability: string;
|
|
4066
|
+
type: string;
|
|
4067
|
+
anonymous?: undefined;
|
|
4068
|
+
name?: undefined;
|
|
4069
|
+
outputs?: undefined;
|
|
4070
|
+
} | {
|
|
4071
|
+
anonymous: boolean;
|
|
4072
|
+
inputs: {
|
|
4073
|
+
indexed: boolean;
|
|
4074
|
+
internalType: string;
|
|
4075
|
+
name: string;
|
|
4076
|
+
type: string;
|
|
4077
|
+
}[];
|
|
4078
|
+
name: string;
|
|
4079
|
+
type: string;
|
|
4080
|
+
stateMutability?: undefined;
|
|
4081
|
+
outputs?: undefined;
|
|
4082
|
+
} | {
|
|
4083
|
+
inputs: {
|
|
4084
|
+
internalType: string;
|
|
4085
|
+
name: string;
|
|
4086
|
+
type: string;
|
|
4087
|
+
}[];
|
|
4088
|
+
name: string;
|
|
4089
|
+
outputs: {
|
|
4090
|
+
internalType: string;
|
|
4091
|
+
name: string;
|
|
4092
|
+
type: string;
|
|
4093
|
+
}[];
|
|
4094
|
+
stateMutability: string;
|
|
4095
|
+
type: string;
|
|
4096
|
+
anonymous?: undefined;
|
|
4097
|
+
})[];
|
|
4098
|
+
};
|
|
4099
|
+
readonly MessageTransmitter: {
|
|
1042
4100
|
readonly address: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4101
|
+
readonly abi: ({
|
|
4102
|
+
inputs: {
|
|
4103
|
+
internalType: string;
|
|
4104
|
+
name: string;
|
|
4105
|
+
type: string;
|
|
4106
|
+
}[];
|
|
4107
|
+
stateMutability: string;
|
|
4108
|
+
type: string;
|
|
4109
|
+
anonymous?: undefined;
|
|
4110
|
+
name?: undefined;
|
|
4111
|
+
outputs?: undefined;
|
|
4112
|
+
} | {
|
|
4113
|
+
anonymous: boolean;
|
|
4114
|
+
inputs: {
|
|
4115
|
+
indexed: boolean;
|
|
4116
|
+
internalType: string;
|
|
4117
|
+
name: string;
|
|
4118
|
+
type: string;
|
|
4119
|
+
}[];
|
|
4120
|
+
name: string;
|
|
4121
|
+
type: string;
|
|
4122
|
+
stateMutability?: undefined;
|
|
4123
|
+
outputs?: undefined;
|
|
4124
|
+
} | {
|
|
4125
|
+
inputs: {
|
|
4126
|
+
internalType: string;
|
|
4127
|
+
name: string;
|
|
4128
|
+
type: string;
|
|
4129
|
+
}[];
|
|
4130
|
+
name: string;
|
|
4131
|
+
outputs: {
|
|
4132
|
+
internalType: string;
|
|
4133
|
+
name: string;
|
|
4134
|
+
type: string;
|
|
4135
|
+
}[];
|
|
4136
|
+
stateMutability: string;
|
|
4137
|
+
type: string;
|
|
4138
|
+
anonymous?: undefined;
|
|
4139
|
+
})[];
|
|
1043
4140
|
};
|
|
1044
4141
|
readonly USDC: {
|
|
1045
4142
|
readonly address: "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582";
|
|
4143
|
+
readonly abi: readonly [{
|
|
4144
|
+
readonly type: "event";
|
|
4145
|
+
readonly name: "Approval";
|
|
4146
|
+
readonly inputs: readonly [{
|
|
4147
|
+
readonly indexed: true;
|
|
4148
|
+
readonly name: "owner";
|
|
4149
|
+
readonly type: "address";
|
|
4150
|
+
}, {
|
|
4151
|
+
readonly indexed: true;
|
|
4152
|
+
readonly name: "spender";
|
|
4153
|
+
readonly type: "address";
|
|
4154
|
+
}, {
|
|
4155
|
+
readonly indexed: false;
|
|
4156
|
+
readonly name: "value";
|
|
4157
|
+
readonly type: "uint256";
|
|
4158
|
+
}];
|
|
4159
|
+
}, {
|
|
4160
|
+
readonly type: "event";
|
|
4161
|
+
readonly name: "Transfer";
|
|
4162
|
+
readonly inputs: readonly [{
|
|
4163
|
+
readonly indexed: true;
|
|
4164
|
+
readonly name: "from";
|
|
4165
|
+
readonly type: "address";
|
|
4166
|
+
}, {
|
|
4167
|
+
readonly indexed: true;
|
|
4168
|
+
readonly name: "to";
|
|
4169
|
+
readonly type: "address";
|
|
4170
|
+
}, {
|
|
4171
|
+
readonly indexed: false;
|
|
4172
|
+
readonly name: "value";
|
|
4173
|
+
readonly type: "uint256";
|
|
4174
|
+
}];
|
|
4175
|
+
}, {
|
|
4176
|
+
readonly type: "function";
|
|
4177
|
+
readonly name: "allowance";
|
|
4178
|
+
readonly stateMutability: "view";
|
|
4179
|
+
readonly inputs: readonly [{
|
|
4180
|
+
readonly name: "owner";
|
|
4181
|
+
readonly type: "address";
|
|
4182
|
+
}, {
|
|
4183
|
+
readonly name: "spender";
|
|
4184
|
+
readonly type: "address";
|
|
4185
|
+
}];
|
|
4186
|
+
readonly outputs: readonly [{
|
|
4187
|
+
readonly type: "uint256";
|
|
4188
|
+
}];
|
|
4189
|
+
}, {
|
|
4190
|
+
readonly type: "function";
|
|
4191
|
+
readonly name: "approve";
|
|
4192
|
+
readonly stateMutability: "nonpayable";
|
|
4193
|
+
readonly inputs: readonly [{
|
|
4194
|
+
readonly name: "spender";
|
|
4195
|
+
readonly type: "address";
|
|
4196
|
+
}, {
|
|
4197
|
+
readonly name: "amount";
|
|
4198
|
+
readonly type: "uint256";
|
|
4199
|
+
}];
|
|
4200
|
+
readonly outputs: readonly [{
|
|
4201
|
+
readonly type: "bool";
|
|
4202
|
+
}];
|
|
4203
|
+
}, {
|
|
4204
|
+
readonly type: "function";
|
|
4205
|
+
readonly name: "balanceOf";
|
|
4206
|
+
readonly stateMutability: "view";
|
|
4207
|
+
readonly inputs: readonly [{
|
|
4208
|
+
readonly name: "account";
|
|
4209
|
+
readonly type: "address";
|
|
4210
|
+
}];
|
|
4211
|
+
readonly outputs: readonly [{
|
|
4212
|
+
readonly type: "uint256";
|
|
4213
|
+
}];
|
|
4214
|
+
}, {
|
|
4215
|
+
readonly type: "function";
|
|
4216
|
+
readonly name: "decimals";
|
|
4217
|
+
readonly stateMutability: "view";
|
|
4218
|
+
readonly inputs: readonly [];
|
|
4219
|
+
readonly outputs: readonly [{
|
|
4220
|
+
readonly type: "uint8";
|
|
4221
|
+
}];
|
|
4222
|
+
}, {
|
|
4223
|
+
readonly type: "function";
|
|
4224
|
+
readonly name: "name";
|
|
4225
|
+
readonly stateMutability: "view";
|
|
4226
|
+
readonly inputs: readonly [];
|
|
4227
|
+
readonly outputs: readonly [{
|
|
4228
|
+
readonly type: "string";
|
|
4229
|
+
}];
|
|
4230
|
+
}, {
|
|
4231
|
+
readonly type: "function";
|
|
4232
|
+
readonly name: "symbol";
|
|
4233
|
+
readonly stateMutability: "view";
|
|
4234
|
+
readonly inputs: readonly [];
|
|
4235
|
+
readonly outputs: readonly [{
|
|
4236
|
+
readonly type: "string";
|
|
4237
|
+
}];
|
|
4238
|
+
}, {
|
|
4239
|
+
readonly type: "function";
|
|
4240
|
+
readonly name: "totalSupply";
|
|
4241
|
+
readonly stateMutability: "view";
|
|
4242
|
+
readonly inputs: readonly [];
|
|
4243
|
+
readonly outputs: readonly [{
|
|
4244
|
+
readonly type: "uint256";
|
|
4245
|
+
}];
|
|
4246
|
+
}, {
|
|
4247
|
+
readonly type: "function";
|
|
4248
|
+
readonly name: "transfer";
|
|
4249
|
+
readonly stateMutability: "nonpayable";
|
|
4250
|
+
readonly inputs: readonly [{
|
|
4251
|
+
readonly name: "recipient";
|
|
4252
|
+
readonly type: "address";
|
|
4253
|
+
}, {
|
|
4254
|
+
readonly name: "amount";
|
|
4255
|
+
readonly type: "uint256";
|
|
4256
|
+
}];
|
|
4257
|
+
readonly outputs: readonly [{
|
|
4258
|
+
readonly type: "bool";
|
|
4259
|
+
}];
|
|
4260
|
+
}, {
|
|
4261
|
+
readonly type: "function";
|
|
4262
|
+
readonly name: "transferFrom";
|
|
4263
|
+
readonly stateMutability: "nonpayable";
|
|
4264
|
+
readonly inputs: readonly [{
|
|
4265
|
+
readonly name: "sender";
|
|
4266
|
+
readonly type: "address";
|
|
4267
|
+
}, {
|
|
4268
|
+
readonly name: "recipient";
|
|
4269
|
+
readonly type: "address";
|
|
4270
|
+
}, {
|
|
4271
|
+
readonly name: "amount";
|
|
4272
|
+
readonly type: "uint256";
|
|
4273
|
+
}];
|
|
4274
|
+
readonly outputs: readonly [{
|
|
4275
|
+
readonly type: "bool";
|
|
4276
|
+
}];
|
|
4277
|
+
}];
|
|
1046
4278
|
readonly read: {
|
|
1047
4279
|
readonly decimals: () => 6;
|
|
1048
4280
|
};
|
|
@@ -1082,15 +4314,229 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1082
4314
|
readonly apiUrl: "https://api-optimistic.etherscan.io/api";
|
|
1083
4315
|
};
|
|
1084
4316
|
};
|
|
4317
|
+
blockTime: 2000;
|
|
1085
4318
|
contracts: {
|
|
1086
|
-
readonly
|
|
4319
|
+
readonly TokenMessenger: {
|
|
1087
4320
|
readonly address: "0x2B4069517957735bE00ceE0fadAE88a26365528f";
|
|
1088
|
-
|
|
1089
|
-
|
|
4321
|
+
readonly abi: ({
|
|
4322
|
+
inputs: {
|
|
4323
|
+
internalType: string;
|
|
4324
|
+
name: string;
|
|
4325
|
+
type: string;
|
|
4326
|
+
}[];
|
|
4327
|
+
stateMutability: string;
|
|
4328
|
+
type: string;
|
|
4329
|
+
anonymous?: undefined;
|
|
4330
|
+
name?: undefined;
|
|
4331
|
+
outputs?: undefined;
|
|
4332
|
+
} | {
|
|
4333
|
+
anonymous: boolean;
|
|
4334
|
+
inputs: {
|
|
4335
|
+
indexed: boolean;
|
|
4336
|
+
internalType: string;
|
|
4337
|
+
name: string;
|
|
4338
|
+
type: string;
|
|
4339
|
+
}[];
|
|
4340
|
+
name: string;
|
|
4341
|
+
type: string;
|
|
4342
|
+
stateMutability?: undefined;
|
|
4343
|
+
outputs?: undefined;
|
|
4344
|
+
} | {
|
|
4345
|
+
inputs: {
|
|
4346
|
+
internalType: string;
|
|
4347
|
+
name: string;
|
|
4348
|
+
type: string;
|
|
4349
|
+
}[];
|
|
4350
|
+
name: string;
|
|
4351
|
+
outputs: {
|
|
4352
|
+
internalType: string;
|
|
4353
|
+
name: string;
|
|
4354
|
+
type: string;
|
|
4355
|
+
}[];
|
|
4356
|
+
stateMutability: string;
|
|
4357
|
+
type: string;
|
|
4358
|
+
anonymous?: undefined;
|
|
4359
|
+
})[];
|
|
4360
|
+
};
|
|
4361
|
+
readonly MessageTransmitter: {
|
|
1090
4362
|
readonly address: "0x4d41f22c5a0e5c74090899e5a8fb597a8842b3e8";
|
|
4363
|
+
readonly abi: ({
|
|
4364
|
+
inputs: {
|
|
4365
|
+
internalType: string;
|
|
4366
|
+
name: string;
|
|
4367
|
+
type: string;
|
|
4368
|
+
}[];
|
|
4369
|
+
stateMutability: string;
|
|
4370
|
+
type: string;
|
|
4371
|
+
anonymous?: undefined;
|
|
4372
|
+
name?: undefined;
|
|
4373
|
+
outputs?: undefined;
|
|
4374
|
+
} | {
|
|
4375
|
+
anonymous: boolean;
|
|
4376
|
+
inputs: {
|
|
4377
|
+
indexed: boolean;
|
|
4378
|
+
internalType: string;
|
|
4379
|
+
name: string;
|
|
4380
|
+
type: string;
|
|
4381
|
+
}[];
|
|
4382
|
+
name: string;
|
|
4383
|
+
type: string;
|
|
4384
|
+
stateMutability?: undefined;
|
|
4385
|
+
outputs?: undefined;
|
|
4386
|
+
} | {
|
|
4387
|
+
inputs: {
|
|
4388
|
+
internalType: string;
|
|
4389
|
+
name: string;
|
|
4390
|
+
type: string;
|
|
4391
|
+
}[];
|
|
4392
|
+
name: string;
|
|
4393
|
+
outputs: {
|
|
4394
|
+
internalType: string;
|
|
4395
|
+
name: string;
|
|
4396
|
+
type: string;
|
|
4397
|
+
}[];
|
|
4398
|
+
stateMutability: string;
|
|
4399
|
+
type: string;
|
|
4400
|
+
anonymous?: undefined;
|
|
4401
|
+
})[];
|
|
1091
4402
|
};
|
|
1092
4403
|
readonly USDC: {
|
|
1093
4404
|
readonly address: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
|
|
4405
|
+
readonly abi: readonly [{
|
|
4406
|
+
readonly type: "event";
|
|
4407
|
+
readonly name: "Approval";
|
|
4408
|
+
readonly inputs: readonly [{
|
|
4409
|
+
readonly indexed: true;
|
|
4410
|
+
readonly name: "owner";
|
|
4411
|
+
readonly type: "address";
|
|
4412
|
+
}, {
|
|
4413
|
+
readonly indexed: true;
|
|
4414
|
+
readonly name: "spender";
|
|
4415
|
+
readonly type: "address";
|
|
4416
|
+
}, {
|
|
4417
|
+
readonly indexed: false;
|
|
4418
|
+
readonly name: "value";
|
|
4419
|
+
readonly type: "uint256";
|
|
4420
|
+
}];
|
|
4421
|
+
}, {
|
|
4422
|
+
readonly type: "event";
|
|
4423
|
+
readonly name: "Transfer";
|
|
4424
|
+
readonly inputs: readonly [{
|
|
4425
|
+
readonly indexed: true;
|
|
4426
|
+
readonly name: "from";
|
|
4427
|
+
readonly type: "address";
|
|
4428
|
+
}, {
|
|
4429
|
+
readonly indexed: true;
|
|
4430
|
+
readonly name: "to";
|
|
4431
|
+
readonly type: "address";
|
|
4432
|
+
}, {
|
|
4433
|
+
readonly indexed: false;
|
|
4434
|
+
readonly name: "value";
|
|
4435
|
+
readonly type: "uint256";
|
|
4436
|
+
}];
|
|
4437
|
+
}, {
|
|
4438
|
+
readonly type: "function";
|
|
4439
|
+
readonly name: "allowance";
|
|
4440
|
+
readonly stateMutability: "view";
|
|
4441
|
+
readonly inputs: readonly [{
|
|
4442
|
+
readonly name: "owner";
|
|
4443
|
+
readonly type: "address";
|
|
4444
|
+
}, {
|
|
4445
|
+
readonly name: "spender";
|
|
4446
|
+
readonly type: "address";
|
|
4447
|
+
}];
|
|
4448
|
+
readonly outputs: readonly [{
|
|
4449
|
+
readonly type: "uint256";
|
|
4450
|
+
}];
|
|
4451
|
+
}, {
|
|
4452
|
+
readonly type: "function";
|
|
4453
|
+
readonly name: "approve";
|
|
4454
|
+
readonly stateMutability: "nonpayable";
|
|
4455
|
+
readonly inputs: readonly [{
|
|
4456
|
+
readonly name: "spender";
|
|
4457
|
+
readonly type: "address";
|
|
4458
|
+
}, {
|
|
4459
|
+
readonly name: "amount";
|
|
4460
|
+
readonly type: "uint256";
|
|
4461
|
+
}];
|
|
4462
|
+
readonly outputs: readonly [{
|
|
4463
|
+
readonly type: "bool";
|
|
4464
|
+
}];
|
|
4465
|
+
}, {
|
|
4466
|
+
readonly type: "function";
|
|
4467
|
+
readonly name: "balanceOf";
|
|
4468
|
+
readonly stateMutability: "view";
|
|
4469
|
+
readonly inputs: readonly [{
|
|
4470
|
+
readonly name: "account";
|
|
4471
|
+
readonly type: "address";
|
|
4472
|
+
}];
|
|
4473
|
+
readonly outputs: readonly [{
|
|
4474
|
+
readonly type: "uint256";
|
|
4475
|
+
}];
|
|
4476
|
+
}, {
|
|
4477
|
+
readonly type: "function";
|
|
4478
|
+
readonly name: "decimals";
|
|
4479
|
+
readonly stateMutability: "view";
|
|
4480
|
+
readonly inputs: readonly [];
|
|
4481
|
+
readonly outputs: readonly [{
|
|
4482
|
+
readonly type: "uint8";
|
|
4483
|
+
}];
|
|
4484
|
+
}, {
|
|
4485
|
+
readonly type: "function";
|
|
4486
|
+
readonly name: "name";
|
|
4487
|
+
readonly stateMutability: "view";
|
|
4488
|
+
readonly inputs: readonly [];
|
|
4489
|
+
readonly outputs: readonly [{
|
|
4490
|
+
readonly type: "string";
|
|
4491
|
+
}];
|
|
4492
|
+
}, {
|
|
4493
|
+
readonly type: "function";
|
|
4494
|
+
readonly name: "symbol";
|
|
4495
|
+
readonly stateMutability: "view";
|
|
4496
|
+
readonly inputs: readonly [];
|
|
4497
|
+
readonly outputs: readonly [{
|
|
4498
|
+
readonly type: "string";
|
|
4499
|
+
}];
|
|
4500
|
+
}, {
|
|
4501
|
+
readonly type: "function";
|
|
4502
|
+
readonly name: "totalSupply";
|
|
4503
|
+
readonly stateMutability: "view";
|
|
4504
|
+
readonly inputs: readonly [];
|
|
4505
|
+
readonly outputs: readonly [{
|
|
4506
|
+
readonly type: "uint256";
|
|
4507
|
+
}];
|
|
4508
|
+
}, {
|
|
4509
|
+
readonly type: "function";
|
|
4510
|
+
readonly name: "transfer";
|
|
4511
|
+
readonly stateMutability: "nonpayable";
|
|
4512
|
+
readonly inputs: readonly [{
|
|
4513
|
+
readonly name: "recipient";
|
|
4514
|
+
readonly type: "address";
|
|
4515
|
+
}, {
|
|
4516
|
+
readonly name: "amount";
|
|
4517
|
+
readonly type: "uint256";
|
|
4518
|
+
}];
|
|
4519
|
+
readonly outputs: readonly [{
|
|
4520
|
+
readonly type: "bool";
|
|
4521
|
+
}];
|
|
4522
|
+
}, {
|
|
4523
|
+
readonly type: "function";
|
|
4524
|
+
readonly name: "transferFrom";
|
|
4525
|
+
readonly stateMutability: "nonpayable";
|
|
4526
|
+
readonly inputs: readonly [{
|
|
4527
|
+
readonly name: "sender";
|
|
4528
|
+
readonly type: "address";
|
|
4529
|
+
}, {
|
|
4530
|
+
readonly name: "recipient";
|
|
4531
|
+
readonly type: "address";
|
|
4532
|
+
}, {
|
|
4533
|
+
readonly name: "amount";
|
|
4534
|
+
readonly type: "uint256";
|
|
4535
|
+
}];
|
|
4536
|
+
readonly outputs: readonly [{
|
|
4537
|
+
readonly type: "bool";
|
|
4538
|
+
}];
|
|
4539
|
+
}];
|
|
1094
4540
|
readonly read: {
|
|
1095
4541
|
readonly decimals: () => 6;
|
|
1096
4542
|
};
|
|
@@ -1400,15 +4846,229 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1400
4846
|
readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
|
|
1401
4847
|
};
|
|
1402
4848
|
};
|
|
4849
|
+
blockTime: 2000;
|
|
1403
4850
|
contracts: {
|
|
1404
|
-
readonly
|
|
4851
|
+
readonly TokenMessenger: {
|
|
1405
4852
|
readonly address: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
|
|
1406
|
-
|
|
1407
|
-
|
|
4853
|
+
readonly abi: ({
|
|
4854
|
+
inputs: {
|
|
4855
|
+
internalType: string;
|
|
4856
|
+
name: string;
|
|
4857
|
+
type: string;
|
|
4858
|
+
}[];
|
|
4859
|
+
stateMutability: string;
|
|
4860
|
+
type: string;
|
|
4861
|
+
anonymous?: undefined;
|
|
4862
|
+
name?: undefined;
|
|
4863
|
+
outputs?: undefined;
|
|
4864
|
+
} | {
|
|
4865
|
+
anonymous: boolean;
|
|
4866
|
+
inputs: {
|
|
4867
|
+
indexed: boolean;
|
|
4868
|
+
internalType: string;
|
|
4869
|
+
name: string;
|
|
4870
|
+
type: string;
|
|
4871
|
+
}[];
|
|
4872
|
+
name: string;
|
|
4873
|
+
type: string;
|
|
4874
|
+
stateMutability?: undefined;
|
|
4875
|
+
outputs?: undefined;
|
|
4876
|
+
} | {
|
|
4877
|
+
inputs: {
|
|
4878
|
+
internalType: string;
|
|
4879
|
+
name: string;
|
|
4880
|
+
type: string;
|
|
4881
|
+
}[];
|
|
4882
|
+
name: string;
|
|
4883
|
+
outputs: {
|
|
4884
|
+
internalType: string;
|
|
4885
|
+
name: string;
|
|
4886
|
+
type: string;
|
|
4887
|
+
}[];
|
|
4888
|
+
stateMutability: string;
|
|
4889
|
+
type: string;
|
|
4890
|
+
anonymous?: undefined;
|
|
4891
|
+
})[];
|
|
4892
|
+
};
|
|
4893
|
+
readonly MessageTransmitter: {
|
|
1408
4894
|
readonly address: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
|
|
4895
|
+
readonly abi: ({
|
|
4896
|
+
inputs: {
|
|
4897
|
+
internalType: string;
|
|
4898
|
+
name: string;
|
|
4899
|
+
type: string;
|
|
4900
|
+
}[];
|
|
4901
|
+
stateMutability: string;
|
|
4902
|
+
type: string;
|
|
4903
|
+
anonymous?: undefined;
|
|
4904
|
+
name?: undefined;
|
|
4905
|
+
outputs?: undefined;
|
|
4906
|
+
} | {
|
|
4907
|
+
anonymous: boolean;
|
|
4908
|
+
inputs: {
|
|
4909
|
+
indexed: boolean;
|
|
4910
|
+
internalType: string;
|
|
4911
|
+
name: string;
|
|
4912
|
+
type: string;
|
|
4913
|
+
}[];
|
|
4914
|
+
name: string;
|
|
4915
|
+
type: string;
|
|
4916
|
+
stateMutability?: undefined;
|
|
4917
|
+
outputs?: undefined;
|
|
4918
|
+
} | {
|
|
4919
|
+
inputs: {
|
|
4920
|
+
internalType: string;
|
|
4921
|
+
name: string;
|
|
4922
|
+
type: string;
|
|
4923
|
+
}[];
|
|
4924
|
+
name: string;
|
|
4925
|
+
outputs: {
|
|
4926
|
+
internalType: string;
|
|
4927
|
+
name: string;
|
|
4928
|
+
type: string;
|
|
4929
|
+
}[];
|
|
4930
|
+
stateMutability: string;
|
|
4931
|
+
type: string;
|
|
4932
|
+
anonymous?: undefined;
|
|
4933
|
+
})[];
|
|
1409
4934
|
};
|
|
1410
4935
|
readonly USDC: {
|
|
1411
4936
|
readonly address: "0x5fd84259d66Cd46123540766Be93DFE6D43130D7";
|
|
4937
|
+
readonly abi: readonly [{
|
|
4938
|
+
readonly type: "event";
|
|
4939
|
+
readonly name: "Approval";
|
|
4940
|
+
readonly inputs: readonly [{
|
|
4941
|
+
readonly indexed: true;
|
|
4942
|
+
readonly name: "owner";
|
|
4943
|
+
readonly type: "address";
|
|
4944
|
+
}, {
|
|
4945
|
+
readonly indexed: true;
|
|
4946
|
+
readonly name: "spender";
|
|
4947
|
+
readonly type: "address";
|
|
4948
|
+
}, {
|
|
4949
|
+
readonly indexed: false;
|
|
4950
|
+
readonly name: "value";
|
|
4951
|
+
readonly type: "uint256";
|
|
4952
|
+
}];
|
|
4953
|
+
}, {
|
|
4954
|
+
readonly type: "event";
|
|
4955
|
+
readonly name: "Transfer";
|
|
4956
|
+
readonly inputs: readonly [{
|
|
4957
|
+
readonly indexed: true;
|
|
4958
|
+
readonly name: "from";
|
|
4959
|
+
readonly type: "address";
|
|
4960
|
+
}, {
|
|
4961
|
+
readonly indexed: true;
|
|
4962
|
+
readonly name: "to";
|
|
4963
|
+
readonly type: "address";
|
|
4964
|
+
}, {
|
|
4965
|
+
readonly indexed: false;
|
|
4966
|
+
readonly name: "value";
|
|
4967
|
+
readonly type: "uint256";
|
|
4968
|
+
}];
|
|
4969
|
+
}, {
|
|
4970
|
+
readonly type: "function";
|
|
4971
|
+
readonly name: "allowance";
|
|
4972
|
+
readonly stateMutability: "view";
|
|
4973
|
+
readonly inputs: readonly [{
|
|
4974
|
+
readonly name: "owner";
|
|
4975
|
+
readonly type: "address";
|
|
4976
|
+
}, {
|
|
4977
|
+
readonly name: "spender";
|
|
4978
|
+
readonly type: "address";
|
|
4979
|
+
}];
|
|
4980
|
+
readonly outputs: readonly [{
|
|
4981
|
+
readonly type: "uint256";
|
|
4982
|
+
}];
|
|
4983
|
+
}, {
|
|
4984
|
+
readonly type: "function";
|
|
4985
|
+
readonly name: "approve";
|
|
4986
|
+
readonly stateMutability: "nonpayable";
|
|
4987
|
+
readonly inputs: readonly [{
|
|
4988
|
+
readonly name: "spender";
|
|
4989
|
+
readonly type: "address";
|
|
4990
|
+
}, {
|
|
4991
|
+
readonly name: "amount";
|
|
4992
|
+
readonly type: "uint256";
|
|
4993
|
+
}];
|
|
4994
|
+
readonly outputs: readonly [{
|
|
4995
|
+
readonly type: "bool";
|
|
4996
|
+
}];
|
|
4997
|
+
}, {
|
|
4998
|
+
readonly type: "function";
|
|
4999
|
+
readonly name: "balanceOf";
|
|
5000
|
+
readonly stateMutability: "view";
|
|
5001
|
+
readonly inputs: readonly [{
|
|
5002
|
+
readonly name: "account";
|
|
5003
|
+
readonly type: "address";
|
|
5004
|
+
}];
|
|
5005
|
+
readonly outputs: readonly [{
|
|
5006
|
+
readonly type: "uint256";
|
|
5007
|
+
}];
|
|
5008
|
+
}, {
|
|
5009
|
+
readonly type: "function";
|
|
5010
|
+
readonly name: "decimals";
|
|
5011
|
+
readonly stateMutability: "view";
|
|
5012
|
+
readonly inputs: readonly [];
|
|
5013
|
+
readonly outputs: readonly [{
|
|
5014
|
+
readonly type: "uint8";
|
|
5015
|
+
}];
|
|
5016
|
+
}, {
|
|
5017
|
+
readonly type: "function";
|
|
5018
|
+
readonly name: "name";
|
|
5019
|
+
readonly stateMutability: "view";
|
|
5020
|
+
readonly inputs: readonly [];
|
|
5021
|
+
readonly outputs: readonly [{
|
|
5022
|
+
readonly type: "string";
|
|
5023
|
+
}];
|
|
5024
|
+
}, {
|
|
5025
|
+
readonly type: "function";
|
|
5026
|
+
readonly name: "symbol";
|
|
5027
|
+
readonly stateMutability: "view";
|
|
5028
|
+
readonly inputs: readonly [];
|
|
5029
|
+
readonly outputs: readonly [{
|
|
5030
|
+
readonly type: "string";
|
|
5031
|
+
}];
|
|
5032
|
+
}, {
|
|
5033
|
+
readonly type: "function";
|
|
5034
|
+
readonly name: "totalSupply";
|
|
5035
|
+
readonly stateMutability: "view";
|
|
5036
|
+
readonly inputs: readonly [];
|
|
5037
|
+
readonly outputs: readonly [{
|
|
5038
|
+
readonly type: "uint256";
|
|
5039
|
+
}];
|
|
5040
|
+
}, {
|
|
5041
|
+
readonly type: "function";
|
|
5042
|
+
readonly name: "transfer";
|
|
5043
|
+
readonly stateMutability: "nonpayable";
|
|
5044
|
+
readonly inputs: readonly [{
|
|
5045
|
+
readonly name: "recipient";
|
|
5046
|
+
readonly type: "address";
|
|
5047
|
+
}, {
|
|
5048
|
+
readonly name: "amount";
|
|
5049
|
+
readonly type: "uint256";
|
|
5050
|
+
}];
|
|
5051
|
+
readonly outputs: readonly [{
|
|
5052
|
+
readonly type: "bool";
|
|
5053
|
+
}];
|
|
5054
|
+
}, {
|
|
5055
|
+
readonly type: "function";
|
|
5056
|
+
readonly name: "transferFrom";
|
|
5057
|
+
readonly stateMutability: "nonpayable";
|
|
5058
|
+
readonly inputs: readonly [{
|
|
5059
|
+
readonly name: "sender";
|
|
5060
|
+
readonly type: "address";
|
|
5061
|
+
}, {
|
|
5062
|
+
readonly name: "recipient";
|
|
5063
|
+
readonly type: "address";
|
|
5064
|
+
}, {
|
|
5065
|
+
readonly name: "amount";
|
|
5066
|
+
readonly type: "uint256";
|
|
5067
|
+
}];
|
|
5068
|
+
readonly outputs: readonly [{
|
|
5069
|
+
readonly type: "bool";
|
|
5070
|
+
}];
|
|
5071
|
+
}];
|
|
1412
5072
|
readonly read: {
|
|
1413
5073
|
readonly decimals: () => 6;
|
|
1414
5074
|
};
|
|
@@ -1718,15 +5378,229 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1718
5378
|
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
1719
5379
|
};
|
|
1720
5380
|
};
|
|
5381
|
+
blockTime: 2000;
|
|
1721
5382
|
contracts: {
|
|
1722
|
-
readonly
|
|
5383
|
+
readonly TokenMessenger: {
|
|
1723
5384
|
readonly address: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
|
|
1724
|
-
|
|
1725
|
-
|
|
5385
|
+
readonly abi: ({
|
|
5386
|
+
inputs: {
|
|
5387
|
+
internalType: string;
|
|
5388
|
+
name: string;
|
|
5389
|
+
type: string;
|
|
5390
|
+
}[];
|
|
5391
|
+
stateMutability: string;
|
|
5392
|
+
type: string;
|
|
5393
|
+
anonymous?: undefined;
|
|
5394
|
+
name?: undefined;
|
|
5395
|
+
outputs?: undefined;
|
|
5396
|
+
} | {
|
|
5397
|
+
anonymous: boolean;
|
|
5398
|
+
inputs: {
|
|
5399
|
+
indexed: boolean;
|
|
5400
|
+
internalType: string;
|
|
5401
|
+
name: string;
|
|
5402
|
+
type: string;
|
|
5403
|
+
}[];
|
|
5404
|
+
name: string;
|
|
5405
|
+
type: string;
|
|
5406
|
+
stateMutability?: undefined;
|
|
5407
|
+
outputs?: undefined;
|
|
5408
|
+
} | {
|
|
5409
|
+
inputs: {
|
|
5410
|
+
internalType: string;
|
|
5411
|
+
name: string;
|
|
5412
|
+
type: string;
|
|
5413
|
+
}[];
|
|
5414
|
+
name: string;
|
|
5415
|
+
outputs: {
|
|
5416
|
+
internalType: string;
|
|
5417
|
+
name: string;
|
|
5418
|
+
type: string;
|
|
5419
|
+
}[];
|
|
5420
|
+
stateMutability: string;
|
|
5421
|
+
type: string;
|
|
5422
|
+
anonymous?: undefined;
|
|
5423
|
+
})[];
|
|
5424
|
+
};
|
|
5425
|
+
readonly MessageTransmitter: {
|
|
1726
5426
|
readonly address: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
|
|
5427
|
+
readonly abi: ({
|
|
5428
|
+
inputs: {
|
|
5429
|
+
internalType: string;
|
|
5430
|
+
name: string;
|
|
5431
|
+
type: string;
|
|
5432
|
+
}[];
|
|
5433
|
+
stateMutability: string;
|
|
5434
|
+
type: string;
|
|
5435
|
+
anonymous?: undefined;
|
|
5436
|
+
name?: undefined;
|
|
5437
|
+
outputs?: undefined;
|
|
5438
|
+
} | {
|
|
5439
|
+
anonymous: boolean;
|
|
5440
|
+
inputs: {
|
|
5441
|
+
indexed: boolean;
|
|
5442
|
+
internalType: string;
|
|
5443
|
+
name: string;
|
|
5444
|
+
type: string;
|
|
5445
|
+
}[];
|
|
5446
|
+
name: string;
|
|
5447
|
+
type: string;
|
|
5448
|
+
stateMutability?: undefined;
|
|
5449
|
+
outputs?: undefined;
|
|
5450
|
+
} | {
|
|
5451
|
+
inputs: {
|
|
5452
|
+
internalType: string;
|
|
5453
|
+
name: string;
|
|
5454
|
+
type: string;
|
|
5455
|
+
}[];
|
|
5456
|
+
name: string;
|
|
5457
|
+
outputs: {
|
|
5458
|
+
internalType: string;
|
|
5459
|
+
name: string;
|
|
5460
|
+
type: string;
|
|
5461
|
+
}[];
|
|
5462
|
+
stateMutability: string;
|
|
5463
|
+
type: string;
|
|
5464
|
+
anonymous?: undefined;
|
|
5465
|
+
})[];
|
|
1727
5466
|
};
|
|
1728
5467
|
readonly USDC: {
|
|
1729
5468
|
readonly address: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
5469
|
+
readonly abi: readonly [{
|
|
5470
|
+
readonly type: "event";
|
|
5471
|
+
readonly name: "Approval";
|
|
5472
|
+
readonly inputs: readonly [{
|
|
5473
|
+
readonly indexed: true;
|
|
5474
|
+
readonly name: "owner";
|
|
5475
|
+
readonly type: "address";
|
|
5476
|
+
}, {
|
|
5477
|
+
readonly indexed: true;
|
|
5478
|
+
readonly name: "spender";
|
|
5479
|
+
readonly type: "address";
|
|
5480
|
+
}, {
|
|
5481
|
+
readonly indexed: false;
|
|
5482
|
+
readonly name: "value";
|
|
5483
|
+
readonly type: "uint256";
|
|
5484
|
+
}];
|
|
5485
|
+
}, {
|
|
5486
|
+
readonly type: "event";
|
|
5487
|
+
readonly name: "Transfer";
|
|
5488
|
+
readonly inputs: readonly [{
|
|
5489
|
+
readonly indexed: true;
|
|
5490
|
+
readonly name: "from";
|
|
5491
|
+
readonly type: "address";
|
|
5492
|
+
}, {
|
|
5493
|
+
readonly indexed: true;
|
|
5494
|
+
readonly name: "to";
|
|
5495
|
+
readonly type: "address";
|
|
5496
|
+
}, {
|
|
5497
|
+
readonly indexed: false;
|
|
5498
|
+
readonly name: "value";
|
|
5499
|
+
readonly type: "uint256";
|
|
5500
|
+
}];
|
|
5501
|
+
}, {
|
|
5502
|
+
readonly type: "function";
|
|
5503
|
+
readonly name: "allowance";
|
|
5504
|
+
readonly stateMutability: "view";
|
|
5505
|
+
readonly inputs: readonly [{
|
|
5506
|
+
readonly name: "owner";
|
|
5507
|
+
readonly type: "address";
|
|
5508
|
+
}, {
|
|
5509
|
+
readonly name: "spender";
|
|
5510
|
+
readonly type: "address";
|
|
5511
|
+
}];
|
|
5512
|
+
readonly outputs: readonly [{
|
|
5513
|
+
readonly type: "uint256";
|
|
5514
|
+
}];
|
|
5515
|
+
}, {
|
|
5516
|
+
readonly type: "function";
|
|
5517
|
+
readonly name: "approve";
|
|
5518
|
+
readonly stateMutability: "nonpayable";
|
|
5519
|
+
readonly inputs: readonly [{
|
|
5520
|
+
readonly name: "spender";
|
|
5521
|
+
readonly type: "address";
|
|
5522
|
+
}, {
|
|
5523
|
+
readonly name: "amount";
|
|
5524
|
+
readonly type: "uint256";
|
|
5525
|
+
}];
|
|
5526
|
+
readonly outputs: readonly [{
|
|
5527
|
+
readonly type: "bool";
|
|
5528
|
+
}];
|
|
5529
|
+
}, {
|
|
5530
|
+
readonly type: "function";
|
|
5531
|
+
readonly name: "balanceOf";
|
|
5532
|
+
readonly stateMutability: "view";
|
|
5533
|
+
readonly inputs: readonly [{
|
|
5534
|
+
readonly name: "account";
|
|
5535
|
+
readonly type: "address";
|
|
5536
|
+
}];
|
|
5537
|
+
readonly outputs: readonly [{
|
|
5538
|
+
readonly type: "uint256";
|
|
5539
|
+
}];
|
|
5540
|
+
}, {
|
|
5541
|
+
readonly type: "function";
|
|
5542
|
+
readonly name: "decimals";
|
|
5543
|
+
readonly stateMutability: "view";
|
|
5544
|
+
readonly inputs: readonly [];
|
|
5545
|
+
readonly outputs: readonly [{
|
|
5546
|
+
readonly type: "uint8";
|
|
5547
|
+
}];
|
|
5548
|
+
}, {
|
|
5549
|
+
readonly type: "function";
|
|
5550
|
+
readonly name: "name";
|
|
5551
|
+
readonly stateMutability: "view";
|
|
5552
|
+
readonly inputs: readonly [];
|
|
5553
|
+
readonly outputs: readonly [{
|
|
5554
|
+
readonly type: "string";
|
|
5555
|
+
}];
|
|
5556
|
+
}, {
|
|
5557
|
+
readonly type: "function";
|
|
5558
|
+
readonly name: "symbol";
|
|
5559
|
+
readonly stateMutability: "view";
|
|
5560
|
+
readonly inputs: readonly [];
|
|
5561
|
+
readonly outputs: readonly [{
|
|
5562
|
+
readonly type: "string";
|
|
5563
|
+
}];
|
|
5564
|
+
}, {
|
|
5565
|
+
readonly type: "function";
|
|
5566
|
+
readonly name: "totalSupply";
|
|
5567
|
+
readonly stateMutability: "view";
|
|
5568
|
+
readonly inputs: readonly [];
|
|
5569
|
+
readonly outputs: readonly [{
|
|
5570
|
+
readonly type: "uint256";
|
|
5571
|
+
}];
|
|
5572
|
+
}, {
|
|
5573
|
+
readonly type: "function";
|
|
5574
|
+
readonly name: "transfer";
|
|
5575
|
+
readonly stateMutability: "nonpayable";
|
|
5576
|
+
readonly inputs: readonly [{
|
|
5577
|
+
readonly name: "recipient";
|
|
5578
|
+
readonly type: "address";
|
|
5579
|
+
}, {
|
|
5580
|
+
readonly name: "amount";
|
|
5581
|
+
readonly type: "uint256";
|
|
5582
|
+
}];
|
|
5583
|
+
readonly outputs: readonly [{
|
|
5584
|
+
readonly type: "bool";
|
|
5585
|
+
}];
|
|
5586
|
+
}, {
|
|
5587
|
+
readonly type: "function";
|
|
5588
|
+
readonly name: "transferFrom";
|
|
5589
|
+
readonly stateMutability: "nonpayable";
|
|
5590
|
+
readonly inputs: readonly [{
|
|
5591
|
+
readonly name: "sender";
|
|
5592
|
+
readonly type: "address";
|
|
5593
|
+
}, {
|
|
5594
|
+
readonly name: "recipient";
|
|
5595
|
+
readonly type: "address";
|
|
5596
|
+
}, {
|
|
5597
|
+
readonly name: "amount";
|
|
5598
|
+
readonly type: "uint256";
|
|
5599
|
+
}];
|
|
5600
|
+
readonly outputs: readonly [{
|
|
5601
|
+
readonly type: "bool";
|
|
5602
|
+
}];
|
|
5603
|
+
}];
|
|
1730
5604
|
readonly read: {
|
|
1731
5605
|
readonly decimals: () => 6;
|
|
1732
5606
|
};
|
|
@@ -2031,15 +5905,229 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2031
5905
|
readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
|
|
2032
5906
|
};
|
|
2033
5907
|
};
|
|
5908
|
+
blockTime: 2000;
|
|
2034
5909
|
contracts: {
|
|
2035
|
-
readonly
|
|
5910
|
+
readonly TokenMessenger: {
|
|
2036
5911
|
readonly address: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
|
|
2037
|
-
|
|
2038
|
-
|
|
5912
|
+
readonly abi: ({
|
|
5913
|
+
inputs: {
|
|
5914
|
+
internalType: string;
|
|
5915
|
+
name: string;
|
|
5916
|
+
type: string;
|
|
5917
|
+
}[];
|
|
5918
|
+
stateMutability: string;
|
|
5919
|
+
type: string;
|
|
5920
|
+
anonymous?: undefined;
|
|
5921
|
+
name?: undefined;
|
|
5922
|
+
outputs?: undefined;
|
|
5923
|
+
} | {
|
|
5924
|
+
anonymous: boolean;
|
|
5925
|
+
inputs: {
|
|
5926
|
+
indexed: boolean;
|
|
5927
|
+
internalType: string;
|
|
5928
|
+
name: string;
|
|
5929
|
+
type: string;
|
|
5930
|
+
}[];
|
|
5931
|
+
name: string;
|
|
5932
|
+
type: string;
|
|
5933
|
+
stateMutability?: undefined;
|
|
5934
|
+
outputs?: undefined;
|
|
5935
|
+
} | {
|
|
5936
|
+
inputs: {
|
|
5937
|
+
internalType: string;
|
|
5938
|
+
name: string;
|
|
5939
|
+
type: string;
|
|
5940
|
+
}[];
|
|
5941
|
+
name: string;
|
|
5942
|
+
outputs: {
|
|
5943
|
+
internalType: string;
|
|
5944
|
+
name: string;
|
|
5945
|
+
type: string;
|
|
5946
|
+
}[];
|
|
5947
|
+
stateMutability: string;
|
|
5948
|
+
type: string;
|
|
5949
|
+
anonymous?: undefined;
|
|
5950
|
+
})[];
|
|
5951
|
+
};
|
|
5952
|
+
readonly MessageTransmitter: {
|
|
2039
5953
|
readonly address: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
|
|
5954
|
+
readonly abi: ({
|
|
5955
|
+
inputs: {
|
|
5956
|
+
internalType: string;
|
|
5957
|
+
name: string;
|
|
5958
|
+
type: string;
|
|
5959
|
+
}[];
|
|
5960
|
+
stateMutability: string;
|
|
5961
|
+
type: string;
|
|
5962
|
+
anonymous?: undefined;
|
|
5963
|
+
name?: undefined;
|
|
5964
|
+
outputs?: undefined;
|
|
5965
|
+
} | {
|
|
5966
|
+
anonymous: boolean;
|
|
5967
|
+
inputs: {
|
|
5968
|
+
indexed: boolean;
|
|
5969
|
+
internalType: string;
|
|
5970
|
+
name: string;
|
|
5971
|
+
type: string;
|
|
5972
|
+
}[];
|
|
5973
|
+
name: string;
|
|
5974
|
+
type: string;
|
|
5975
|
+
stateMutability?: undefined;
|
|
5976
|
+
outputs?: undefined;
|
|
5977
|
+
} | {
|
|
5978
|
+
inputs: {
|
|
5979
|
+
internalType: string;
|
|
5980
|
+
name: string;
|
|
5981
|
+
type: string;
|
|
5982
|
+
}[];
|
|
5983
|
+
name: string;
|
|
5984
|
+
outputs: {
|
|
5985
|
+
internalType: string;
|
|
5986
|
+
name: string;
|
|
5987
|
+
type: string;
|
|
5988
|
+
}[];
|
|
5989
|
+
stateMutability: string;
|
|
5990
|
+
type: string;
|
|
5991
|
+
anonymous?: undefined;
|
|
5992
|
+
})[];
|
|
2040
5993
|
};
|
|
2041
5994
|
readonly USDC: {
|
|
2042
5995
|
readonly address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
5996
|
+
readonly abi: readonly [{
|
|
5997
|
+
readonly type: "event";
|
|
5998
|
+
readonly name: "Approval";
|
|
5999
|
+
readonly inputs: readonly [{
|
|
6000
|
+
readonly indexed: true;
|
|
6001
|
+
readonly name: "owner";
|
|
6002
|
+
readonly type: "address";
|
|
6003
|
+
}, {
|
|
6004
|
+
readonly indexed: true;
|
|
6005
|
+
readonly name: "spender";
|
|
6006
|
+
readonly type: "address";
|
|
6007
|
+
}, {
|
|
6008
|
+
readonly indexed: false;
|
|
6009
|
+
readonly name: "value";
|
|
6010
|
+
readonly type: "uint256";
|
|
6011
|
+
}];
|
|
6012
|
+
}, {
|
|
6013
|
+
readonly type: "event";
|
|
6014
|
+
readonly name: "Transfer";
|
|
6015
|
+
readonly inputs: readonly [{
|
|
6016
|
+
readonly indexed: true;
|
|
6017
|
+
readonly name: "from";
|
|
6018
|
+
readonly type: "address";
|
|
6019
|
+
}, {
|
|
6020
|
+
readonly indexed: true;
|
|
6021
|
+
readonly name: "to";
|
|
6022
|
+
readonly type: "address";
|
|
6023
|
+
}, {
|
|
6024
|
+
readonly indexed: false;
|
|
6025
|
+
readonly name: "value";
|
|
6026
|
+
readonly type: "uint256";
|
|
6027
|
+
}];
|
|
6028
|
+
}, {
|
|
6029
|
+
readonly type: "function";
|
|
6030
|
+
readonly name: "allowance";
|
|
6031
|
+
readonly stateMutability: "view";
|
|
6032
|
+
readonly inputs: readonly [{
|
|
6033
|
+
readonly name: "owner";
|
|
6034
|
+
readonly type: "address";
|
|
6035
|
+
}, {
|
|
6036
|
+
readonly name: "spender";
|
|
6037
|
+
readonly type: "address";
|
|
6038
|
+
}];
|
|
6039
|
+
readonly outputs: readonly [{
|
|
6040
|
+
readonly type: "uint256";
|
|
6041
|
+
}];
|
|
6042
|
+
}, {
|
|
6043
|
+
readonly type: "function";
|
|
6044
|
+
readonly name: "approve";
|
|
6045
|
+
readonly stateMutability: "nonpayable";
|
|
6046
|
+
readonly inputs: readonly [{
|
|
6047
|
+
readonly name: "spender";
|
|
6048
|
+
readonly type: "address";
|
|
6049
|
+
}, {
|
|
6050
|
+
readonly name: "amount";
|
|
6051
|
+
readonly type: "uint256";
|
|
6052
|
+
}];
|
|
6053
|
+
readonly outputs: readonly [{
|
|
6054
|
+
readonly type: "bool";
|
|
6055
|
+
}];
|
|
6056
|
+
}, {
|
|
6057
|
+
readonly type: "function";
|
|
6058
|
+
readonly name: "balanceOf";
|
|
6059
|
+
readonly stateMutability: "view";
|
|
6060
|
+
readonly inputs: readonly [{
|
|
6061
|
+
readonly name: "account";
|
|
6062
|
+
readonly type: "address";
|
|
6063
|
+
}];
|
|
6064
|
+
readonly outputs: readonly [{
|
|
6065
|
+
readonly type: "uint256";
|
|
6066
|
+
}];
|
|
6067
|
+
}, {
|
|
6068
|
+
readonly type: "function";
|
|
6069
|
+
readonly name: "decimals";
|
|
6070
|
+
readonly stateMutability: "view";
|
|
6071
|
+
readonly inputs: readonly [];
|
|
6072
|
+
readonly outputs: readonly [{
|
|
6073
|
+
readonly type: "uint8";
|
|
6074
|
+
}];
|
|
6075
|
+
}, {
|
|
6076
|
+
readonly type: "function";
|
|
6077
|
+
readonly name: "name";
|
|
6078
|
+
readonly stateMutability: "view";
|
|
6079
|
+
readonly inputs: readonly [];
|
|
6080
|
+
readonly outputs: readonly [{
|
|
6081
|
+
readonly type: "string";
|
|
6082
|
+
}];
|
|
6083
|
+
}, {
|
|
6084
|
+
readonly type: "function";
|
|
6085
|
+
readonly name: "symbol";
|
|
6086
|
+
readonly stateMutability: "view";
|
|
6087
|
+
readonly inputs: readonly [];
|
|
6088
|
+
readonly outputs: readonly [{
|
|
6089
|
+
readonly type: "string";
|
|
6090
|
+
}];
|
|
6091
|
+
}, {
|
|
6092
|
+
readonly type: "function";
|
|
6093
|
+
readonly name: "totalSupply";
|
|
6094
|
+
readonly stateMutability: "view";
|
|
6095
|
+
readonly inputs: readonly [];
|
|
6096
|
+
readonly outputs: readonly [{
|
|
6097
|
+
readonly type: "uint256";
|
|
6098
|
+
}];
|
|
6099
|
+
}, {
|
|
6100
|
+
readonly type: "function";
|
|
6101
|
+
readonly name: "transfer";
|
|
6102
|
+
readonly stateMutability: "nonpayable";
|
|
6103
|
+
readonly inputs: readonly [{
|
|
6104
|
+
readonly name: "recipient";
|
|
6105
|
+
readonly type: "address";
|
|
6106
|
+
}, {
|
|
6107
|
+
readonly name: "amount";
|
|
6108
|
+
readonly type: "uint256";
|
|
6109
|
+
}];
|
|
6110
|
+
readonly outputs: readonly [{
|
|
6111
|
+
readonly type: "bool";
|
|
6112
|
+
}];
|
|
6113
|
+
}, {
|
|
6114
|
+
readonly type: "function";
|
|
6115
|
+
readonly name: "transferFrom";
|
|
6116
|
+
readonly stateMutability: "nonpayable";
|
|
6117
|
+
readonly inputs: readonly [{
|
|
6118
|
+
readonly name: "sender";
|
|
6119
|
+
readonly type: "address";
|
|
6120
|
+
}, {
|
|
6121
|
+
readonly name: "recipient";
|
|
6122
|
+
readonly type: "address";
|
|
6123
|
+
}, {
|
|
6124
|
+
readonly name: "amount";
|
|
6125
|
+
readonly type: "uint256";
|
|
6126
|
+
}];
|
|
6127
|
+
readonly outputs: readonly [{
|
|
6128
|
+
readonly type: "bool";
|
|
6129
|
+
}];
|
|
6130
|
+
}];
|
|
2043
6131
|
readonly read: {
|
|
2044
6132
|
readonly decimals: () => 6;
|
|
2045
6133
|
};
|
|
@@ -2337,8 +6425,8 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2337
6425
|
readonly blockchainId: "UNI-SEPOLIA";
|
|
2338
6426
|
readonly blockchainVm: "EVM";
|
|
2339
6427
|
}];
|
|
2340
|
-
export * from './
|
|
6428
|
+
export * from './abis/index.js';
|
|
2341
6429
|
export * from './actions/index.js';
|
|
2342
|
-
export * from './provider.js';
|
|
2343
6430
|
export * from './extractChain.js';
|
|
6431
|
+
export * from './transports/index.js';
|
|
2344
6432
|
//# sourceMappingURL=index.d.ts.map
|