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