@circle-fin/usdckit 0.17.1 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -25
- package/dist/cjs/actions/generateTransferLink.d.ts +2 -2
- package/dist/cjs/actions/generateTransferLink.d.ts.map +1 -1
- package/dist/cjs/actions/generateTransferLink.js +3 -2
- package/dist/cjs/actions/generateTransferLink.js.map +1 -1
- package/dist/cjs/actions/index.d.ts +13 -9
- package/dist/cjs/actions/index.d.ts.map +1 -1
- package/dist/cjs/actions/index.js +6 -4
- package/dist/cjs/actions/index.js.map +1 -1
- package/dist/cjs/actions/index.test.js +1 -4
- package/dist/cjs/actions/index.test.js.map +1 -1
- package/dist/cjs/actions/parseUnitsAsToken.d.ts +3 -3
- package/dist/cjs/actions/parseUnitsAsToken.d.ts.map +1 -1
- package/dist/cjs/actions/parseUnitsAsToken.js +0 -2
- package/dist/cjs/actions/parseUnitsAsToken.js.map +1 -1
- package/dist/cjs/actions/sweep.d.ts +17 -0
- package/dist/cjs/actions/sweep.d.ts.map +1 -0
- package/dist/cjs/actions/{drainFrom.js → sweep.js} +7 -6
- package/dist/cjs/actions/sweep.js.map +1 -0
- package/dist/cjs/actions/sweep.test.d.ts +2 -0
- package/dist/cjs/actions/sweep.test.d.ts.map +1 -0
- package/dist/cjs/actions/{drainFrom.test.js → sweep.test.js} +4 -4
- package/dist/cjs/actions/sweep.test.js.map +1 -0
- package/dist/cjs/actions/transfer.d.ts +2 -2
- package/dist/cjs/actions/transfer.d.ts.map +1 -1
- package/dist/cjs/actions/transfer.js +4 -4
- package/dist/cjs/actions/transfer.js.map +1 -1
- package/dist/cjs/actions/transfer.test.js +0 -1
- package/dist/cjs/actions/transfer.test.js.map +1 -1
- package/dist/cjs/chains/ARB.d.ts +136 -0
- package/dist/cjs/chains/ARB.d.ts.map +1 -1
- package/dist/cjs/chains/ARB.js +1 -1
- package/dist/cjs/chains/ARB.js.map +1 -1
- package/dist/cjs/chains/ARB_SEPOLIA.d.ts +136 -0
- package/dist/cjs/chains/ARB_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/ARB_SEPOLIA.js +1 -1
- package/dist/cjs/chains/ARB_SEPOLIA.js.map +1 -1
- package/dist/cjs/chains/AVAX.d.ts +271 -0
- package/dist/cjs/chains/AVAX.d.ts.map +1 -1
- package/dist/cjs/chains/AVAX.js +2 -2
- package/dist/cjs/chains/AVAX.js.map +1 -1
- package/dist/cjs/chains/AVAX_FUJI.d.ts +271 -0
- package/dist/cjs/chains/AVAX_FUJI.d.ts.map +1 -1
- package/dist/cjs/chains/AVAX_FUJI.js +2 -2
- package/dist/cjs/chains/AVAX_FUJI.js.map +1 -1
- package/dist/cjs/chains/BASE.d.ts +271 -0
- package/dist/cjs/chains/BASE.d.ts.map +1 -1
- package/dist/cjs/chains/BASE.js +2 -2
- package/dist/cjs/chains/BASE.js.map +1 -1
- package/dist/cjs/chains/BASE_SEPOLIA.d.ts +271 -0
- package/dist/cjs/chains/BASE_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/BASE_SEPOLIA.js +2 -2
- package/dist/cjs/chains/BASE_SEPOLIA.js.map +1 -1
- package/dist/cjs/chains/ETH.d.ts +271 -0
- package/dist/cjs/chains/ETH.d.ts.map +1 -1
- package/dist/cjs/chains/ETH.js +2 -2
- package/dist/cjs/chains/ETH.js.map +1 -1
- package/dist/cjs/chains/ETH_SEPOLIA.d.ts +271 -0
- package/dist/cjs/chains/ETH_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/ETH_SEPOLIA.js +2 -2
- package/dist/cjs/chains/ETH_SEPOLIA.js.map +1 -1
- package/dist/cjs/chains/MATIC.d.ts +136 -0
- package/dist/cjs/chains/MATIC.d.ts.map +1 -1
- package/dist/cjs/chains/MATIC.js +1 -1
- package/dist/cjs/chains/MATIC.js.map +1 -1
- package/dist/cjs/chains/MATIC_AMOY.d.ts +136 -0
- package/dist/cjs/chains/MATIC_AMOY.d.ts.map +1 -1
- package/dist/cjs/chains/MATIC_AMOY.js +1 -1
- package/dist/cjs/chains/MATIC_AMOY.js.map +1 -1
- package/dist/cjs/chains/NEAR.d.ts +3 -3
- package/dist/cjs/chains/NEAR.d.ts.map +1 -1
- package/dist/cjs/chains/NEAR.js +1 -1
- package/dist/cjs/chains/NEAR.js.map +1 -1
- package/dist/cjs/chains/NEAR_TESTNET.d.ts +3 -3
- package/dist/cjs/chains/NEAR_TESTNET.d.ts.map +1 -1
- package/dist/cjs/chains/NEAR_TESTNET.js +1 -1
- package/dist/cjs/chains/NEAR_TESTNET.js.map +1 -1
- package/dist/cjs/chains/OP.d.ts +136 -0
- package/dist/cjs/chains/OP.d.ts.map +1 -1
- package/dist/cjs/chains/OP.js +1 -1
- package/dist/cjs/chains/OP.js.map +1 -1
- package/dist/cjs/chains/OP_SEPOLIA.d.ts +136 -0
- package/dist/cjs/chains/OP_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/OP_SEPOLIA.js +1 -1
- package/dist/cjs/chains/OP_SEPOLIA.js.map +1 -1
- package/dist/cjs/chains/UNI.d.ts +136 -0
- package/dist/cjs/chains/UNI.d.ts.map +1 -1
- package/dist/cjs/chains/UNI.js +1 -1
- package/dist/cjs/chains/UNI.js.map +1 -1
- package/dist/cjs/chains/UNI_SEPOLIA.d.ts +136 -0
- package/dist/cjs/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/chains/UNI_SEPOLIA.js +1 -1
- package/dist/cjs/chains/UNI_SEPOLIA.js.map +1 -1
- package/dist/cjs/extractChain.d.ts +2720 -4
- package/dist/cjs/extractChain.d.ts.map +1 -1
- package/dist/cjs/index.d.ts +21 -3
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +11 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/metadata.js +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.d.ts +3 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.js +2 -4
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts +3 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.js +3 -5
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.d.ts +2 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.test.js +0 -6
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts +2 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/listMessages.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts +2 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.js +3 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts +6 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js +22 -17
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js +51 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts +1 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.test.js.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +271 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +136 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/extractChain.d.ts +2714 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/extractChain.d.ts.map +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts +2714 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.d.ts +5 -3
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.test.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.d.ts +3 -3
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.js +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWallets.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/createWallets.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.d.ts +5 -3
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.test.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts +9 -3
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.js +7 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.test.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWallet.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWallet.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.test.js +0 -17
- package/dist/cjs/providers/developer-controlled-wallets/actions/index.test.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/listWallets.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/listWallets.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTypedData.d.ts +2 -2
- package/dist/cjs/providers/developer-controlled-wallets/actions/signTypedData.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/verifyNotification.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/verifyNotification.js.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/actions/waitForTransactionHash.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/extractChain.d.ts +2714 -0
- package/dist/cjs/providers/developer-controlled-wallets/extractChain.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/index.d.ts +2714 -0
- package/dist/cjs/providers/developer-controlled-wallets/index.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/provider.d.ts +1 -2
- package/dist/cjs/providers/developer-controlled-wallets/provider.d.ts.map +1 -1
- package/dist/cjs/providers/developer-controlled-wallets/provider.js.map +1 -1
- package/dist/cjs/providers/faucet/actions/drip.d.ts +2 -4
- package/dist/cjs/providers/faucet/actions/drip.d.ts.map +1 -1
- package/dist/cjs/providers/faucet/actions/drip.js +2 -2
- package/dist/cjs/providers/faucet/actions/drip.js.map +1 -1
- package/dist/cjs/providers/faucet/actions/drip.test.js.map +1 -1
- package/dist/cjs/providers/faucet/actions/index.d.ts +2 -1
- package/dist/cjs/providers/faucet/actions/index.d.ts.map +1 -1
- package/dist/cjs/providers/faucet/actions/index.test.js +0 -2
- package/dist/cjs/providers/faucet/actions/index.test.js.map +1 -1
- package/dist/cjs/providers/faucet/actions/requestTestnetTokens.d.ts.map +1 -1
- package/dist/cjs/providers/faucet/actions/requestTestnetTokens.js.map +1 -1
- package/dist/cjs/providers/faucet/extractChain.d.ts +1357 -0
- package/dist/cjs/providers/faucet/extractChain.d.ts.map +1 -1
- package/dist/cjs/providers/faucet/index.d.ts +1357 -0
- package/dist/cjs/providers/faucet/index.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContract.d.ts +100 -3
- package/dist/cjs/providers/smart-contract-platform/actions/getContract.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.test.js.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/importContract.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/importContract.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/index.d.ts +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/index.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/index.test.js +0 -6
- package/dist/cjs/providers/smart-contract-platform/actions/index.test.js.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.js +2 -2
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.js.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/actions/writeContract.test.js.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/extractChain.d.ts +2784 -0
- package/dist/cjs/providers/smart-contract-platform/extractChain.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/index.d.ts +2784 -0
- package/dist/cjs/providers/smart-contract-platform/index.d.ts.map +1 -1
- package/dist/cjs/providers/smart-contract-platform/index.js +2 -0
- package/dist/cjs/providers/smart-contract-platform/index.js.map +1 -1
- package/dist/cjs/providers/uniswap/abis/QuoterV2.d.ts +207 -0
- package/dist/cjs/providers/uniswap/abis/QuoterV2.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/abis/QuoterV2.js +280 -0
- package/dist/cjs/providers/uniswap/abis/QuoterV2.js.map +1 -0
- package/dist/cjs/providers/uniswap/abis/SwapRouter02.d.ts +822 -0
- package/dist/cjs/providers/uniswap/abis/SwapRouter02.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/abis/SwapRouter02.js +1076 -0
- package/dist/cjs/providers/uniswap/abis/SwapRouter02.js.map +1 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.d.ts +185 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.js +249 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.js.map +1 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.d.ts +776 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.js +1001 -0
- package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.d.ts +50 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.js +108 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.js +126 -0
- package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/getPool.d.ts +45 -0
- package/dist/cjs/providers/uniswap/actions/getPool.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/getPool.js +96 -0
- package/dist/cjs/providers/uniswap/actions/getPool.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/getPool.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/actions/getPool.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/getPool.test.js +101 -0
- package/dist/cjs/providers/uniswap/actions/getPool.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/index.d.ts +15 -0
- package/dist/cjs/providers/uniswap/actions/index.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/index.js +45 -0
- package/dist/cjs/providers/uniswap/actions/index.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/index.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/actions/index.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/index.test.js +32 -0
- package/dist/cjs/providers/uniswap/actions/index.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.d.ts +49 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.js +88 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.js.map +1 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.js +109 -0
- package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts +1810 -0
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.js +31 -0
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1544 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.js +31 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts +1661 -0
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.js +31 -0
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.d.ts +4 -0
- package/dist/cjs/providers/uniswap/chains/index.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.js +20 -0
- package/dist/cjs/providers/uniswap/chains/index.js.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/chains/index.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/chains/index.test.js +56 -0
- package/dist/cjs/providers/uniswap/chains/index.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/extractChain.d.ts +5013 -0
- package/dist/cjs/providers/uniswap/extractChain.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/extractChain.js +22 -0
- package/dist/cjs/providers/uniswap/extractChain.js.map +1 -0
- package/dist/cjs/providers/uniswap/extractChain.test.d.ts +2 -0
- package/dist/cjs/providers/uniswap/extractChain.test.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/extractChain.test.js +29 -0
- package/dist/cjs/providers/uniswap/extractChain.test.js.map +1 -0
- package/dist/cjs/providers/uniswap/index.d.ts +5014 -0
- package/dist/cjs/providers/uniswap/index.d.ts.map +1 -0
- package/dist/cjs/providers/uniswap/index.js +35 -0
- package/dist/cjs/providers/uniswap/index.js.map +1 -0
- package/dist/cjs/types.d.ts +2 -2
- package/dist/cjs/types.d.ts.map +1 -1
- package/dist/cjs/utils/getChainContractByAddress.d.ts +2 -2
- package/dist/cjs/utils/getChainContractByAddress.d.ts.map +1 -1
- package/dist/cjs/utils/getContract.d.ts +1098 -0
- package/dist/cjs/utils/getContract.d.ts.map +1 -0
- package/dist/cjs/utils/getContract.js +37 -0
- package/dist/cjs/utils/getContract.js.map +1 -0
- package/dist/cjs/utils/getContract.test.d.ts +2 -0
- package/dist/cjs/utils/getContract.test.d.ts.map +1 -0
- package/dist/cjs/utils/getContract.test.js +57 -0
- package/dist/cjs/utils/getContract.test.js.map +1 -0
- package/dist/cjs/utils/index.d.ts +1 -0
- package/dist/cjs/utils/index.d.ts.map +1 -1
- package/dist/cjs/utils/index.js +1 -0
- package/dist/cjs/utils/index.js.map +1 -1
- package/dist/cjs/utils/index.test.js +2 -0
- package/dist/cjs/utils/index.test.js.map +1 -1
- package/dist/cjs/utils/parseAccount.d.ts +26 -3
- package/dist/cjs/utils/parseAccount.d.ts.map +1 -1
- package/dist/cjs/utils/parseAccount.js +3 -6
- package/dist/cjs/utils/parseAccount.js.map +1 -1
- package/dist/cjs/utils/parseAccount.test.js +18 -4
- package/dist/cjs/utils/parseAccount.test.js.map +1 -1
- package/dist/cjs/utils/parseAddress.d.ts +1 -2
- package/dist/cjs/utils/parseAddress.d.ts.map +1 -1
- package/dist/cjs/utils/parseAddress.js.map +1 -1
- package/dist/esm/actions/generateTransferLink.d.ts +2 -2
- package/dist/esm/actions/generateTransferLink.d.ts.map +1 -1
- package/dist/esm/actions/generateTransferLink.js +3 -2
- package/dist/esm/actions/generateTransferLink.js.map +1 -1
- package/dist/esm/actions/index.d.ts +13 -9
- package/dist/esm/actions/index.d.ts.map +1 -1
- package/dist/esm/actions/index.js +6 -4
- package/dist/esm/actions/index.js.map +1 -1
- package/dist/esm/actions/index.test.js +1 -4
- package/dist/esm/actions/index.test.js.map +1 -1
- package/dist/esm/actions/parseUnitsAsToken.d.ts +3 -3
- package/dist/esm/actions/parseUnitsAsToken.d.ts.map +1 -1
- package/dist/esm/actions/parseUnitsAsToken.js +0 -2
- package/dist/esm/actions/parseUnitsAsToken.js.map +1 -1
- package/dist/esm/actions/sweep.d.ts +17 -0
- package/dist/esm/actions/sweep.d.ts.map +1 -0
- package/dist/esm/actions/{drainFrom.js → sweep.js} +6 -5
- package/dist/esm/actions/sweep.js.map +1 -0
- package/dist/esm/actions/sweep.test.d.ts +2 -0
- package/dist/esm/actions/sweep.test.d.ts.map +1 -0
- package/dist/esm/actions/{drainFrom.test.js → sweep.test.js} +4 -4
- package/dist/esm/actions/sweep.test.js.map +1 -0
- package/dist/esm/actions/transfer.d.ts +2 -2
- package/dist/esm/actions/transfer.d.ts.map +1 -1
- package/dist/esm/actions/transfer.js +4 -4
- package/dist/esm/actions/transfer.js.map +1 -1
- package/dist/esm/actions/transfer.test.js +0 -1
- package/dist/esm/actions/transfer.test.js.map +1 -1
- package/dist/esm/chains/ARB.d.ts +136 -0
- package/dist/esm/chains/ARB.d.ts.map +1 -1
- package/dist/esm/chains/ARB.js +2 -2
- package/dist/esm/chains/ARB.js.map +1 -1
- package/dist/esm/chains/ARB_SEPOLIA.d.ts +136 -0
- package/dist/esm/chains/ARB_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/ARB_SEPOLIA.js +2 -2
- package/dist/esm/chains/ARB_SEPOLIA.js.map +1 -1
- package/dist/esm/chains/AVAX.d.ts +271 -0
- package/dist/esm/chains/AVAX.d.ts.map +1 -1
- package/dist/esm/chains/AVAX.js +3 -3
- package/dist/esm/chains/AVAX.js.map +1 -1
- package/dist/esm/chains/AVAX_FUJI.d.ts +271 -0
- package/dist/esm/chains/AVAX_FUJI.d.ts.map +1 -1
- package/dist/esm/chains/AVAX_FUJI.js +3 -3
- package/dist/esm/chains/AVAX_FUJI.js.map +1 -1
- package/dist/esm/chains/BASE.d.ts +271 -0
- package/dist/esm/chains/BASE.d.ts.map +1 -1
- package/dist/esm/chains/BASE.js +3 -3
- package/dist/esm/chains/BASE.js.map +1 -1
- package/dist/esm/chains/BASE_SEPOLIA.d.ts +271 -0
- package/dist/esm/chains/BASE_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/BASE_SEPOLIA.js +3 -3
- package/dist/esm/chains/BASE_SEPOLIA.js.map +1 -1
- package/dist/esm/chains/ETH.d.ts +271 -0
- package/dist/esm/chains/ETH.d.ts.map +1 -1
- package/dist/esm/chains/ETH.js +3 -3
- package/dist/esm/chains/ETH.js.map +1 -1
- package/dist/esm/chains/ETH_SEPOLIA.d.ts +271 -0
- package/dist/esm/chains/ETH_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/ETH_SEPOLIA.js +3 -3
- package/dist/esm/chains/ETH_SEPOLIA.js.map +1 -1
- package/dist/esm/chains/MATIC.d.ts +136 -0
- package/dist/esm/chains/MATIC.d.ts.map +1 -1
- package/dist/esm/chains/MATIC.js +2 -2
- package/dist/esm/chains/MATIC.js.map +1 -1
- package/dist/esm/chains/MATIC_AMOY.d.ts +136 -0
- package/dist/esm/chains/MATIC_AMOY.d.ts.map +1 -1
- package/dist/esm/chains/MATIC_AMOY.js +2 -2
- package/dist/esm/chains/MATIC_AMOY.js.map +1 -1
- package/dist/esm/chains/NEAR.d.ts +3 -3
- package/dist/esm/chains/NEAR.d.ts.map +1 -1
- package/dist/esm/chains/NEAR.js +1 -1
- package/dist/esm/chains/NEAR.js.map +1 -1
- package/dist/esm/chains/NEAR_TESTNET.d.ts +3 -3
- package/dist/esm/chains/NEAR_TESTNET.d.ts.map +1 -1
- package/dist/esm/chains/NEAR_TESTNET.js +1 -1
- package/dist/esm/chains/NEAR_TESTNET.js.map +1 -1
- package/dist/esm/chains/OP.d.ts +136 -0
- package/dist/esm/chains/OP.d.ts.map +1 -1
- package/dist/esm/chains/OP.js +2 -2
- package/dist/esm/chains/OP.js.map +1 -1
- package/dist/esm/chains/OP_SEPOLIA.d.ts +136 -0
- package/dist/esm/chains/OP_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/OP_SEPOLIA.js +2 -2
- package/dist/esm/chains/OP_SEPOLIA.js.map +1 -1
- package/dist/esm/chains/UNI.d.ts +136 -0
- package/dist/esm/chains/UNI.d.ts.map +1 -1
- package/dist/esm/chains/UNI.js +2 -2
- package/dist/esm/chains/UNI.js.map +1 -1
- package/dist/esm/chains/UNI_SEPOLIA.d.ts +136 -0
- package/dist/esm/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/chains/UNI_SEPOLIA.js +2 -2
- package/dist/esm/chains/UNI_SEPOLIA.js.map +1 -1
- package/dist/esm/cli/index.d.mts +3 -0
- package/dist/esm/cli/index.d.mts.map +1 -0
- package/dist/esm/cli/index.mjs +18 -0
- package/dist/esm/cli/index.mjs.map +1 -0
- package/dist/esm/cli/register-entity-secret.d.ts +11 -0
- package/dist/esm/cli/register-entity-secret.d.ts.map +1 -0
- package/dist/esm/cli/register-entity-secret.js +205 -0
- package/dist/esm/cli/register-entity-secret.js.map +1 -0
- package/dist/esm/cli/register-entity-secret.test.d.ts +2 -0
- package/dist/esm/cli/register-entity-secret.test.d.ts.map +1 -0
- package/dist/esm/cli/register-entity-secret.test.js +122 -0
- package/dist/esm/cli/register-entity-secret.test.js.map +1 -0
- package/dist/esm/cli/utils.d.ts +83 -0
- package/dist/esm/cli/utils.d.ts.map +1 -0
- package/dist/esm/cli/utils.js +112 -0
- package/dist/esm/cli/utils.js.map +1 -0
- package/dist/esm/cli/utils.test.d.ts +2 -0
- package/dist/esm/cli/utils.test.d.ts.map +1 -0
- package/dist/esm/cli/utils.test.js +103 -0
- package/dist/esm/cli/utils.test.js.map +1 -0
- package/dist/esm/extractChain.d.ts +2720 -4
- package/dist/esm/extractChain.d.ts.map +1 -1
- package/dist/esm/index.d.ts +21 -3
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +11 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/metadata.js +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.d.ts +3 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.js +2 -4
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts +3 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.js +3 -5
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.d.ts +2 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.test.js +0 -6
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts +2 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/listMessages.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts +2 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.js +3 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts +6 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js +22 -17
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js +52 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts +1 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.test.js.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +271 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +136 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/extractChain.d.ts +2714 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/extractChain.d.ts.map +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts +2714 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.d.ts +5 -3
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.test.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.d.ts +3 -3
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.js +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/createWallets.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/createWallets.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.d.ts +5 -3
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.test.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts +9 -3
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.js +7 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.test.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWallet.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getWallet.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/index.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/index.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/index.test.js +0 -17
- package/dist/esm/providers/developer-controlled-wallets/actions/index.test.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/listWallets.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/listWallets.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/signTypedData.d.ts +2 -2
- package/dist/esm/providers/developer-controlled-wallets/actions/signTypedData.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/verifyNotification.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/verifyNotification.js.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/actions/waitForTransactionHash.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/extractChain.d.ts +2714 -0
- package/dist/esm/providers/developer-controlled-wallets/extractChain.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/index.d.ts +2714 -0
- package/dist/esm/providers/developer-controlled-wallets/index.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/provider.d.ts +1 -2
- package/dist/esm/providers/developer-controlled-wallets/provider.d.ts.map +1 -1
- package/dist/esm/providers/developer-controlled-wallets/provider.js.map +1 -1
- package/dist/esm/providers/faucet/actions/drip.d.ts +2 -4
- package/dist/esm/providers/faucet/actions/drip.d.ts.map +1 -1
- package/dist/esm/providers/faucet/actions/drip.js +2 -2
- package/dist/esm/providers/faucet/actions/drip.js.map +1 -1
- package/dist/esm/providers/faucet/actions/drip.test.js.map +1 -1
- package/dist/esm/providers/faucet/actions/index.d.ts +2 -1
- package/dist/esm/providers/faucet/actions/index.d.ts.map +1 -1
- package/dist/esm/providers/faucet/actions/index.test.js +0 -2
- package/dist/esm/providers/faucet/actions/index.test.js.map +1 -1
- package/dist/esm/providers/faucet/actions/requestTestnetTokens.d.ts.map +1 -1
- package/dist/esm/providers/faucet/actions/requestTestnetTokens.js.map +1 -1
- package/dist/esm/providers/faucet/extractChain.d.ts +1357 -0
- package/dist/esm/providers/faucet/extractChain.d.ts.map +1 -1
- package/dist/esm/providers/faucet/index.d.ts +1357 -0
- package/dist/esm/providers/faucet/index.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContract.d.ts +100 -3
- package/dist/esm/providers/smart-contract-platform/actions/getContract.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.test.js.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/importContract.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/importContract.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/index.d.ts +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/index.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/index.test.js +0 -6
- package/dist/esm/providers/smart-contract-platform/actions/index.test.js.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.js +2 -2
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.js.map +1 -1
- package/dist/esm/providers/smart-contract-platform/actions/writeContract.test.js.map +1 -1
- package/dist/esm/providers/smart-contract-platform/extractChain.d.ts +2784 -0
- package/dist/esm/providers/smart-contract-platform/extractChain.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/index.d.ts +2784 -0
- package/dist/esm/providers/smart-contract-platform/index.d.ts.map +1 -1
- package/dist/esm/providers/smart-contract-platform/index.js +3 -1
- package/dist/esm/providers/smart-contract-platform/index.js.map +1 -1
- package/dist/esm/providers/uniswap/abis/QuoterV2.d.ts +207 -0
- package/dist/esm/providers/uniswap/abis/QuoterV2.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/abis/QuoterV2.js +278 -0
- package/dist/esm/providers/uniswap/abis/QuoterV2.js.map +1 -0
- package/dist/esm/providers/uniswap/abis/SwapRouter02.d.ts +822 -0
- package/dist/esm/providers/uniswap/abis/SwapRouter02.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/abis/SwapRouter02.js +1074 -0
- package/dist/esm/providers/uniswap/abis/SwapRouter02.js.map +1 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Factory.d.ts +185 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Factory.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Factory.js +247 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Factory.js.map +1 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Pool.d.ts +776 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Pool.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Pool.js +999 -0
- package/dist/esm/providers/uniswap/abis/UniswapV3Pool.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.d.ts +50 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.js +105 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.test.js +121 -0
- package/dist/esm/providers/uniswap/actions/exactInputSingle.test.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/getPool.d.ts +45 -0
- package/dist/esm/providers/uniswap/actions/getPool.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/getPool.js +90 -0
- package/dist/esm/providers/uniswap/actions/getPool.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/getPool.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/actions/getPool.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/getPool.test.js +96 -0
- package/dist/esm/providers/uniswap/actions/getPool.test.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/index.d.ts +15 -0
- package/dist/esm/providers/uniswap/actions/index.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/index.js +28 -0
- package/dist/esm/providers/uniswap/actions/index.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/index.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/actions/index.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/index.test.js +30 -0
- package/dist/esm/providers/uniswap/actions/index.test.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.d.ts +49 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.js +85 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.js.map +1 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.js +104 -0
- package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts +1810 -0
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.js +25 -0
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1544 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.js +25 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts +1661 -0
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.js +25 -0
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.d.ts +4 -0
- package/dist/esm/providers/uniswap/chains/index.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.js +14 -0
- package/dist/esm/providers/uniswap/chains/index.js.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/chains/index.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/chains/index.test.js +21 -0
- package/dist/esm/providers/uniswap/chains/index.test.js.map +1 -0
- package/dist/esm/providers/uniswap/extractChain.d.ts +5013 -0
- package/dist/esm/providers/uniswap/extractChain.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/extractChain.js +19 -0
- package/dist/esm/providers/uniswap/extractChain.js.map +1 -0
- package/dist/esm/providers/uniswap/extractChain.test.d.ts +2 -0
- package/dist/esm/providers/uniswap/extractChain.test.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/extractChain.test.js +27 -0
- package/dist/esm/providers/uniswap/extractChain.test.js.map +1 -0
- package/dist/esm/providers/uniswap/index.d.ts +5014 -0
- package/dist/esm/providers/uniswap/index.d.ts.map +1 -0
- package/dist/esm/providers/uniswap/index.js +18 -0
- package/dist/esm/providers/uniswap/index.js.map +1 -0
- package/dist/esm/types.d.ts +2 -2
- package/dist/esm/types.d.ts.map +1 -1
- package/dist/esm/utils/getChainContractByAddress.d.ts +2 -2
- package/dist/esm/utils/getChainContractByAddress.d.ts.map +1 -1
- package/dist/esm/utils/getContract.d.ts +1098 -0
- package/dist/esm/utils/getContract.d.ts.map +1 -0
- package/dist/esm/utils/getContract.js +34 -0
- package/dist/esm/utils/getContract.js.map +1 -0
- package/dist/esm/utils/getContract.test.d.ts +2 -0
- package/dist/esm/utils/getContract.test.d.ts.map +1 -0
- package/dist/esm/utils/getContract.test.js +55 -0
- package/dist/esm/utils/getContract.test.js.map +1 -0
- package/dist/esm/utils/index.d.ts +1 -0
- package/dist/esm/utils/index.d.ts.map +1 -1
- package/dist/esm/utils/index.js +1 -0
- package/dist/esm/utils/index.js.map +1 -1
- package/dist/esm/utils/index.test.js +2 -0
- package/dist/esm/utils/index.test.js.map +1 -1
- package/dist/esm/utils/parseAccount.d.ts +26 -3
- package/dist/esm/utils/parseAccount.d.ts.map +1 -1
- package/dist/esm/utils/parseAccount.js +3 -6
- package/dist/esm/utils/parseAccount.js.map +1 -1
- package/dist/esm/utils/parseAccount.test.js +18 -4
- package/dist/esm/utils/parseAccount.test.js.map +1 -1
- package/dist/esm/utils/parseAddress.d.ts +1 -2
- package/dist/esm/utils/parseAddress.d.ts.map +1 -1
- package/dist/esm/utils/parseAddress.js.map +1 -1
- package/package.json +14 -5
- package/dist/cjs/actions/drainFrom.d.ts +0 -16
- package/dist/cjs/actions/drainFrom.d.ts.map +0 -1
- package/dist/cjs/actions/drainFrom.js.map +0 -1
- package/dist/cjs/actions/drainFrom.test.d.ts +0 -2
- package/dist/cjs/actions/drainFrom.test.d.ts.map +0 -1
- package/dist/cjs/actions/drainFrom.test.js.map +0 -1
- package/dist/esm/actions/drainFrom.d.ts +0 -16
- package/dist/esm/actions/drainFrom.d.ts.map +0 -1
- package/dist/esm/actions/drainFrom.js.map +0 -1
- package/dist/esm/actions/drainFrom.test.d.ts +0 -2
- package/dist/esm/actions/drainFrom.test.d.ts.map +0 -1
- package/dist/esm/actions/drainFrom.test.js.map +0 -1
|
@@ -0,0 +1,1544 @@
|
|
|
1
|
+
export declare const chain: {
|
|
2
|
+
blockExplorers: {
|
|
3
|
+
readonly default: {
|
|
4
|
+
readonly name: "Etherscan";
|
|
5
|
+
readonly url: "https://sepolia.etherscan.io";
|
|
6
|
+
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
blockTime?: number | undefined | undefined;
|
|
10
|
+
contracts: {
|
|
11
|
+
readonly UniswapV3Factory: {
|
|
12
|
+
readonly address: "0x0227628f3F023bb0B980b67D528571c95c6DaC1c";
|
|
13
|
+
readonly abi: readonly [{
|
|
14
|
+
readonly inputs: readonly [];
|
|
15
|
+
readonly stateMutability: "nonpayable";
|
|
16
|
+
readonly type: "constructor";
|
|
17
|
+
}, {
|
|
18
|
+
readonly anonymous: false;
|
|
19
|
+
readonly inputs: readonly [{
|
|
20
|
+
readonly indexed: true;
|
|
21
|
+
readonly internalType: "uint24";
|
|
22
|
+
readonly name: "fee";
|
|
23
|
+
readonly type: "uint24";
|
|
24
|
+
}, {
|
|
25
|
+
readonly indexed: true;
|
|
26
|
+
readonly internalType: "int24";
|
|
27
|
+
readonly name: "tickSpacing";
|
|
28
|
+
readonly type: "int24";
|
|
29
|
+
}];
|
|
30
|
+
readonly name: "FeeAmountEnabled";
|
|
31
|
+
readonly type: "event";
|
|
32
|
+
}, {
|
|
33
|
+
readonly anonymous: false;
|
|
34
|
+
readonly inputs: readonly [{
|
|
35
|
+
readonly indexed: true;
|
|
36
|
+
readonly internalType: "address";
|
|
37
|
+
readonly name: "oldOwner";
|
|
38
|
+
readonly type: "address";
|
|
39
|
+
}, {
|
|
40
|
+
readonly indexed: true;
|
|
41
|
+
readonly internalType: "address";
|
|
42
|
+
readonly name: "newOwner";
|
|
43
|
+
readonly type: "address";
|
|
44
|
+
}];
|
|
45
|
+
readonly name: "OwnerChanged";
|
|
46
|
+
readonly type: "event";
|
|
47
|
+
}, {
|
|
48
|
+
readonly anonymous: false;
|
|
49
|
+
readonly inputs: readonly [{
|
|
50
|
+
readonly indexed: true;
|
|
51
|
+
readonly internalType: "address";
|
|
52
|
+
readonly name: "token0";
|
|
53
|
+
readonly type: "address";
|
|
54
|
+
}, {
|
|
55
|
+
readonly indexed: true;
|
|
56
|
+
readonly internalType: "address";
|
|
57
|
+
readonly name: "token1";
|
|
58
|
+
readonly type: "address";
|
|
59
|
+
}, {
|
|
60
|
+
readonly indexed: true;
|
|
61
|
+
readonly internalType: "uint24";
|
|
62
|
+
readonly name: "fee";
|
|
63
|
+
readonly type: "uint24";
|
|
64
|
+
}, {
|
|
65
|
+
readonly indexed: false;
|
|
66
|
+
readonly internalType: "int24";
|
|
67
|
+
readonly name: "tickSpacing";
|
|
68
|
+
readonly type: "int24";
|
|
69
|
+
}, {
|
|
70
|
+
readonly indexed: false;
|
|
71
|
+
readonly internalType: "address";
|
|
72
|
+
readonly name: "pool";
|
|
73
|
+
readonly type: "address";
|
|
74
|
+
}];
|
|
75
|
+
readonly name: "PoolCreated";
|
|
76
|
+
readonly type: "event";
|
|
77
|
+
}, {
|
|
78
|
+
readonly inputs: readonly [{
|
|
79
|
+
readonly internalType: "address";
|
|
80
|
+
readonly name: "tokenA";
|
|
81
|
+
readonly type: "address";
|
|
82
|
+
}, {
|
|
83
|
+
readonly internalType: "address";
|
|
84
|
+
readonly name: "tokenB";
|
|
85
|
+
readonly type: "address";
|
|
86
|
+
}, {
|
|
87
|
+
readonly internalType: "uint24";
|
|
88
|
+
readonly name: "fee";
|
|
89
|
+
readonly type: "uint24";
|
|
90
|
+
}];
|
|
91
|
+
readonly name: "createPool";
|
|
92
|
+
readonly outputs: readonly [{
|
|
93
|
+
readonly internalType: "address";
|
|
94
|
+
readonly name: "pool";
|
|
95
|
+
readonly type: "address";
|
|
96
|
+
}];
|
|
97
|
+
readonly stateMutability: "nonpayable";
|
|
98
|
+
readonly type: "function";
|
|
99
|
+
}, {
|
|
100
|
+
readonly inputs: readonly [{
|
|
101
|
+
readonly internalType: "uint24";
|
|
102
|
+
readonly name: "fee";
|
|
103
|
+
readonly type: "uint24";
|
|
104
|
+
}, {
|
|
105
|
+
readonly internalType: "int24";
|
|
106
|
+
readonly name: "tickSpacing";
|
|
107
|
+
readonly type: "int24";
|
|
108
|
+
}];
|
|
109
|
+
readonly name: "enableFeeAmount";
|
|
110
|
+
readonly outputs: readonly [];
|
|
111
|
+
readonly stateMutability: "nonpayable";
|
|
112
|
+
readonly type: "function";
|
|
113
|
+
}, {
|
|
114
|
+
readonly inputs: readonly [{
|
|
115
|
+
readonly internalType: "uint24";
|
|
116
|
+
readonly name: "";
|
|
117
|
+
readonly type: "uint24";
|
|
118
|
+
}];
|
|
119
|
+
readonly name: "feeAmountTickSpacing";
|
|
120
|
+
readonly outputs: readonly [{
|
|
121
|
+
readonly internalType: "int24";
|
|
122
|
+
readonly name: "";
|
|
123
|
+
readonly type: "int24";
|
|
124
|
+
}];
|
|
125
|
+
readonly stateMutability: "view";
|
|
126
|
+
readonly type: "function";
|
|
127
|
+
}, {
|
|
128
|
+
readonly inputs: readonly [{
|
|
129
|
+
readonly internalType: "address";
|
|
130
|
+
readonly name: "";
|
|
131
|
+
readonly type: "address";
|
|
132
|
+
}, {
|
|
133
|
+
readonly internalType: "address";
|
|
134
|
+
readonly name: "";
|
|
135
|
+
readonly type: "address";
|
|
136
|
+
}, {
|
|
137
|
+
readonly internalType: "uint24";
|
|
138
|
+
readonly name: "";
|
|
139
|
+
readonly type: "uint24";
|
|
140
|
+
}];
|
|
141
|
+
readonly name: "getPool";
|
|
142
|
+
readonly outputs: readonly [{
|
|
143
|
+
readonly internalType: "address";
|
|
144
|
+
readonly name: "";
|
|
145
|
+
readonly type: "address";
|
|
146
|
+
}];
|
|
147
|
+
readonly stateMutability: "view";
|
|
148
|
+
readonly type: "function";
|
|
149
|
+
}, {
|
|
150
|
+
readonly inputs: readonly [];
|
|
151
|
+
readonly name: "owner";
|
|
152
|
+
readonly outputs: readonly [{
|
|
153
|
+
readonly internalType: "address";
|
|
154
|
+
readonly name: "";
|
|
155
|
+
readonly type: "address";
|
|
156
|
+
}];
|
|
157
|
+
readonly stateMutability: "view";
|
|
158
|
+
readonly type: "function";
|
|
159
|
+
}, {
|
|
160
|
+
readonly inputs: readonly [];
|
|
161
|
+
readonly name: "parameters";
|
|
162
|
+
readonly outputs: readonly [{
|
|
163
|
+
readonly internalType: "address";
|
|
164
|
+
readonly name: "factory";
|
|
165
|
+
readonly type: "address";
|
|
166
|
+
}, {
|
|
167
|
+
readonly internalType: "address";
|
|
168
|
+
readonly name: "token0";
|
|
169
|
+
readonly type: "address";
|
|
170
|
+
}, {
|
|
171
|
+
readonly internalType: "address";
|
|
172
|
+
readonly name: "token1";
|
|
173
|
+
readonly type: "address";
|
|
174
|
+
}, {
|
|
175
|
+
readonly internalType: "uint24";
|
|
176
|
+
readonly name: "fee";
|
|
177
|
+
readonly type: "uint24";
|
|
178
|
+
}, {
|
|
179
|
+
readonly internalType: "int24";
|
|
180
|
+
readonly name: "tickSpacing";
|
|
181
|
+
readonly type: "int24";
|
|
182
|
+
}];
|
|
183
|
+
readonly stateMutability: "view";
|
|
184
|
+
readonly type: "function";
|
|
185
|
+
}, {
|
|
186
|
+
readonly inputs: readonly [{
|
|
187
|
+
readonly internalType: "address";
|
|
188
|
+
readonly name: "_owner";
|
|
189
|
+
readonly type: "address";
|
|
190
|
+
}];
|
|
191
|
+
readonly name: "setOwner";
|
|
192
|
+
readonly outputs: readonly [];
|
|
193
|
+
readonly stateMutability: "nonpayable";
|
|
194
|
+
readonly type: "function";
|
|
195
|
+
}];
|
|
196
|
+
};
|
|
197
|
+
readonly QuoterV2: {
|
|
198
|
+
readonly address: "0xEd1f6473345F45b75F8179591dd5bA1888cf2FB3";
|
|
199
|
+
readonly abi: readonly [{
|
|
200
|
+
readonly inputs: readonly [{
|
|
201
|
+
readonly internalType: "address";
|
|
202
|
+
readonly name: "_factory";
|
|
203
|
+
readonly type: "address";
|
|
204
|
+
}, {
|
|
205
|
+
readonly internalType: "address";
|
|
206
|
+
readonly name: "_WETH9";
|
|
207
|
+
readonly type: "address";
|
|
208
|
+
}];
|
|
209
|
+
readonly stateMutability: "nonpayable";
|
|
210
|
+
readonly type: "constructor";
|
|
211
|
+
}, {
|
|
212
|
+
readonly inputs: readonly [];
|
|
213
|
+
readonly name: "WETH9";
|
|
214
|
+
readonly outputs: readonly [{
|
|
215
|
+
readonly internalType: "address";
|
|
216
|
+
readonly name: "";
|
|
217
|
+
readonly type: "address";
|
|
218
|
+
}];
|
|
219
|
+
readonly stateMutability: "view";
|
|
220
|
+
readonly type: "function";
|
|
221
|
+
}, {
|
|
222
|
+
readonly inputs: readonly [];
|
|
223
|
+
readonly name: "factory";
|
|
224
|
+
readonly outputs: readonly [{
|
|
225
|
+
readonly internalType: "address";
|
|
226
|
+
readonly name: "";
|
|
227
|
+
readonly type: "address";
|
|
228
|
+
}];
|
|
229
|
+
readonly stateMutability: "view";
|
|
230
|
+
readonly type: "function";
|
|
231
|
+
}, {
|
|
232
|
+
readonly inputs: readonly [{
|
|
233
|
+
readonly internalType: "bytes";
|
|
234
|
+
readonly name: "path";
|
|
235
|
+
readonly type: "bytes";
|
|
236
|
+
}, {
|
|
237
|
+
readonly internalType: "uint256";
|
|
238
|
+
readonly name: "amountIn";
|
|
239
|
+
readonly type: "uint256";
|
|
240
|
+
}];
|
|
241
|
+
readonly name: "quoteExactInput";
|
|
242
|
+
readonly outputs: readonly [{
|
|
243
|
+
readonly internalType: "uint256";
|
|
244
|
+
readonly name: "amountOut";
|
|
245
|
+
readonly type: "uint256";
|
|
246
|
+
}, {
|
|
247
|
+
readonly internalType: "uint160[]";
|
|
248
|
+
readonly name: "sqrtPriceX96AfterList";
|
|
249
|
+
readonly type: "uint160[]";
|
|
250
|
+
}, {
|
|
251
|
+
readonly internalType: "uint32[]";
|
|
252
|
+
readonly name: "initializedTicksCrossedList";
|
|
253
|
+
readonly type: "uint32[]";
|
|
254
|
+
}, {
|
|
255
|
+
readonly internalType: "uint256";
|
|
256
|
+
readonly name: "gasEstimate";
|
|
257
|
+
readonly type: "uint256";
|
|
258
|
+
}];
|
|
259
|
+
readonly stateMutability: "nonpayable";
|
|
260
|
+
readonly type: "function";
|
|
261
|
+
}, {
|
|
262
|
+
readonly inputs: readonly [{
|
|
263
|
+
readonly components: readonly [{
|
|
264
|
+
readonly internalType: "address";
|
|
265
|
+
readonly name: "tokenIn";
|
|
266
|
+
readonly type: "address";
|
|
267
|
+
}, {
|
|
268
|
+
readonly internalType: "address";
|
|
269
|
+
readonly name: "tokenOut";
|
|
270
|
+
readonly type: "address";
|
|
271
|
+
}, {
|
|
272
|
+
readonly internalType: "uint256";
|
|
273
|
+
readonly name: "amountIn";
|
|
274
|
+
readonly type: "uint256";
|
|
275
|
+
}, {
|
|
276
|
+
readonly internalType: "uint24";
|
|
277
|
+
readonly name: "fee";
|
|
278
|
+
readonly type: "uint24";
|
|
279
|
+
}, {
|
|
280
|
+
readonly internalType: "uint160";
|
|
281
|
+
readonly name: "sqrtPriceLimitX96";
|
|
282
|
+
readonly type: "uint160";
|
|
283
|
+
}];
|
|
284
|
+
readonly internalType: "struct IQuoterV2.QuoteExactInputSingleParams";
|
|
285
|
+
readonly name: "params";
|
|
286
|
+
readonly type: "tuple";
|
|
287
|
+
}];
|
|
288
|
+
readonly name: "quoteExactInputSingle";
|
|
289
|
+
readonly outputs: readonly [{
|
|
290
|
+
readonly internalType: "uint256";
|
|
291
|
+
readonly name: "amountOut";
|
|
292
|
+
readonly type: "uint256";
|
|
293
|
+
}, {
|
|
294
|
+
readonly internalType: "uint160";
|
|
295
|
+
readonly name: "sqrtPriceX96After";
|
|
296
|
+
readonly type: "uint160";
|
|
297
|
+
}, {
|
|
298
|
+
readonly internalType: "uint32";
|
|
299
|
+
readonly name: "initializedTicksCrossed";
|
|
300
|
+
readonly type: "uint32";
|
|
301
|
+
}, {
|
|
302
|
+
readonly internalType: "uint256";
|
|
303
|
+
readonly name: "gasEstimate";
|
|
304
|
+
readonly type: "uint256";
|
|
305
|
+
}];
|
|
306
|
+
readonly stateMutability: "nonpayable";
|
|
307
|
+
readonly type: "function";
|
|
308
|
+
}, {
|
|
309
|
+
readonly inputs: readonly [{
|
|
310
|
+
readonly internalType: "bytes";
|
|
311
|
+
readonly name: "path";
|
|
312
|
+
readonly type: "bytes";
|
|
313
|
+
}, {
|
|
314
|
+
readonly internalType: "uint256";
|
|
315
|
+
readonly name: "amountOut";
|
|
316
|
+
readonly type: "uint256";
|
|
317
|
+
}];
|
|
318
|
+
readonly name: "quoteExactOutput";
|
|
319
|
+
readonly outputs: readonly [{
|
|
320
|
+
readonly internalType: "uint256";
|
|
321
|
+
readonly name: "amountIn";
|
|
322
|
+
readonly type: "uint256";
|
|
323
|
+
}, {
|
|
324
|
+
readonly internalType: "uint160[]";
|
|
325
|
+
readonly name: "sqrtPriceX96AfterList";
|
|
326
|
+
readonly type: "uint160[]";
|
|
327
|
+
}, {
|
|
328
|
+
readonly internalType: "uint32[]";
|
|
329
|
+
readonly name: "initializedTicksCrossedList";
|
|
330
|
+
readonly type: "uint32[]";
|
|
331
|
+
}, {
|
|
332
|
+
readonly internalType: "uint256";
|
|
333
|
+
readonly name: "gasEstimate";
|
|
334
|
+
readonly type: "uint256";
|
|
335
|
+
}];
|
|
336
|
+
readonly stateMutability: "nonpayable";
|
|
337
|
+
readonly type: "function";
|
|
338
|
+
}, {
|
|
339
|
+
readonly inputs: readonly [{
|
|
340
|
+
readonly components: readonly [{
|
|
341
|
+
readonly internalType: "address";
|
|
342
|
+
readonly name: "tokenIn";
|
|
343
|
+
readonly type: "address";
|
|
344
|
+
}, {
|
|
345
|
+
readonly internalType: "address";
|
|
346
|
+
readonly name: "tokenOut";
|
|
347
|
+
readonly type: "address";
|
|
348
|
+
}, {
|
|
349
|
+
readonly internalType: "uint256";
|
|
350
|
+
readonly name: "amount";
|
|
351
|
+
readonly type: "uint256";
|
|
352
|
+
}, {
|
|
353
|
+
readonly internalType: "uint24";
|
|
354
|
+
readonly name: "fee";
|
|
355
|
+
readonly type: "uint24";
|
|
356
|
+
}, {
|
|
357
|
+
readonly internalType: "uint160";
|
|
358
|
+
readonly name: "sqrtPriceLimitX96";
|
|
359
|
+
readonly type: "uint160";
|
|
360
|
+
}];
|
|
361
|
+
readonly internalType: "struct IQuoterV2.QuoteExactOutputSingleParams";
|
|
362
|
+
readonly name: "params";
|
|
363
|
+
readonly type: "tuple";
|
|
364
|
+
}];
|
|
365
|
+
readonly name: "quoteExactOutputSingle";
|
|
366
|
+
readonly outputs: readonly [{
|
|
367
|
+
readonly internalType: "uint256";
|
|
368
|
+
readonly name: "amountIn";
|
|
369
|
+
readonly type: "uint256";
|
|
370
|
+
}, {
|
|
371
|
+
readonly internalType: "uint160";
|
|
372
|
+
readonly name: "sqrtPriceX96After";
|
|
373
|
+
readonly type: "uint160";
|
|
374
|
+
}, {
|
|
375
|
+
readonly internalType: "uint32";
|
|
376
|
+
readonly name: "initializedTicksCrossed";
|
|
377
|
+
readonly type: "uint32";
|
|
378
|
+
}, {
|
|
379
|
+
readonly internalType: "uint256";
|
|
380
|
+
readonly name: "gasEstimate";
|
|
381
|
+
readonly type: "uint256";
|
|
382
|
+
}];
|
|
383
|
+
readonly stateMutability: "nonpayable";
|
|
384
|
+
readonly type: "function";
|
|
385
|
+
}, {
|
|
386
|
+
readonly inputs: readonly [{
|
|
387
|
+
readonly internalType: "int256";
|
|
388
|
+
readonly name: "amount0Delta";
|
|
389
|
+
readonly type: "int256";
|
|
390
|
+
}, {
|
|
391
|
+
readonly internalType: "int256";
|
|
392
|
+
readonly name: "amount1Delta";
|
|
393
|
+
readonly type: "int256";
|
|
394
|
+
}, {
|
|
395
|
+
readonly internalType: "bytes";
|
|
396
|
+
readonly name: "path";
|
|
397
|
+
readonly type: "bytes";
|
|
398
|
+
}];
|
|
399
|
+
readonly name: "uniswapV3SwapCallback";
|
|
400
|
+
readonly outputs: readonly [];
|
|
401
|
+
readonly stateMutability: "view";
|
|
402
|
+
readonly type: "function";
|
|
403
|
+
}];
|
|
404
|
+
};
|
|
405
|
+
readonly SwapRouter02: {
|
|
406
|
+
readonly address: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E";
|
|
407
|
+
readonly abi: readonly [{
|
|
408
|
+
readonly inputs: readonly [{
|
|
409
|
+
readonly internalType: "address";
|
|
410
|
+
readonly name: "_factoryV2";
|
|
411
|
+
readonly type: "address";
|
|
412
|
+
}, {
|
|
413
|
+
readonly internalType: "address";
|
|
414
|
+
readonly name: "factoryV3";
|
|
415
|
+
readonly type: "address";
|
|
416
|
+
}, {
|
|
417
|
+
readonly internalType: "address";
|
|
418
|
+
readonly name: "_positionManager";
|
|
419
|
+
readonly type: "address";
|
|
420
|
+
}, {
|
|
421
|
+
readonly internalType: "address";
|
|
422
|
+
readonly name: "_WETH9";
|
|
423
|
+
readonly type: "address";
|
|
424
|
+
}];
|
|
425
|
+
readonly stateMutability: "nonpayable";
|
|
426
|
+
readonly type: "constructor";
|
|
427
|
+
}, {
|
|
428
|
+
readonly inputs: readonly [];
|
|
429
|
+
readonly name: "WETH9";
|
|
430
|
+
readonly outputs: readonly [{
|
|
431
|
+
readonly internalType: "address";
|
|
432
|
+
readonly name: "";
|
|
433
|
+
readonly type: "address";
|
|
434
|
+
}];
|
|
435
|
+
readonly stateMutability: "view";
|
|
436
|
+
readonly type: "function";
|
|
437
|
+
}, {
|
|
438
|
+
readonly inputs: readonly [{
|
|
439
|
+
readonly internalType: "address";
|
|
440
|
+
readonly name: "token";
|
|
441
|
+
readonly type: "address";
|
|
442
|
+
}];
|
|
443
|
+
readonly name: "approveMax";
|
|
444
|
+
readonly outputs: readonly [];
|
|
445
|
+
readonly stateMutability: "payable";
|
|
446
|
+
readonly type: "function";
|
|
447
|
+
}, {
|
|
448
|
+
readonly inputs: readonly [{
|
|
449
|
+
readonly internalType: "address";
|
|
450
|
+
readonly name: "token";
|
|
451
|
+
readonly type: "address";
|
|
452
|
+
}];
|
|
453
|
+
readonly name: "approveMaxMinusOne";
|
|
454
|
+
readonly outputs: readonly [];
|
|
455
|
+
readonly stateMutability: "payable";
|
|
456
|
+
readonly type: "function";
|
|
457
|
+
}, {
|
|
458
|
+
readonly inputs: readonly [{
|
|
459
|
+
readonly internalType: "address";
|
|
460
|
+
readonly name: "token";
|
|
461
|
+
readonly type: "address";
|
|
462
|
+
}];
|
|
463
|
+
readonly name: "approveZeroThenMax";
|
|
464
|
+
readonly outputs: readonly [];
|
|
465
|
+
readonly stateMutability: "payable";
|
|
466
|
+
readonly type: "function";
|
|
467
|
+
}, {
|
|
468
|
+
readonly inputs: readonly [{
|
|
469
|
+
readonly internalType: "address";
|
|
470
|
+
readonly name: "token";
|
|
471
|
+
readonly type: "address";
|
|
472
|
+
}];
|
|
473
|
+
readonly name: "approveZeroThenMaxMinusOne";
|
|
474
|
+
readonly outputs: readonly [];
|
|
475
|
+
readonly stateMutability: "payable";
|
|
476
|
+
readonly type: "function";
|
|
477
|
+
}, {
|
|
478
|
+
readonly inputs: readonly [{
|
|
479
|
+
readonly internalType: "bytes";
|
|
480
|
+
readonly name: "data";
|
|
481
|
+
readonly type: "bytes";
|
|
482
|
+
}];
|
|
483
|
+
readonly name: "callPositionManager";
|
|
484
|
+
readonly outputs: readonly [{
|
|
485
|
+
readonly internalType: "bytes";
|
|
486
|
+
readonly name: "result";
|
|
487
|
+
readonly type: "bytes";
|
|
488
|
+
}];
|
|
489
|
+
readonly stateMutability: "payable";
|
|
490
|
+
readonly type: "function";
|
|
491
|
+
}, {
|
|
492
|
+
readonly inputs: readonly [{
|
|
493
|
+
readonly internalType: "bytes[]";
|
|
494
|
+
readonly name: "paths";
|
|
495
|
+
readonly type: "bytes[]";
|
|
496
|
+
}, {
|
|
497
|
+
readonly internalType: "uint128[]";
|
|
498
|
+
readonly name: "amounts";
|
|
499
|
+
readonly type: "uint128[]";
|
|
500
|
+
}, {
|
|
501
|
+
readonly internalType: "uint24";
|
|
502
|
+
readonly name: "maximumTickDivergence";
|
|
503
|
+
readonly type: "uint24";
|
|
504
|
+
}, {
|
|
505
|
+
readonly internalType: "uint32";
|
|
506
|
+
readonly name: "secondsAgo";
|
|
507
|
+
readonly type: "uint32";
|
|
508
|
+
}];
|
|
509
|
+
readonly name: "checkOracleSlippage";
|
|
510
|
+
readonly outputs: readonly [];
|
|
511
|
+
readonly stateMutability: "view";
|
|
512
|
+
readonly type: "function";
|
|
513
|
+
}, {
|
|
514
|
+
readonly inputs: readonly [{
|
|
515
|
+
readonly internalType: "bytes";
|
|
516
|
+
readonly name: "path";
|
|
517
|
+
readonly type: "bytes";
|
|
518
|
+
}, {
|
|
519
|
+
readonly internalType: "uint24";
|
|
520
|
+
readonly name: "maximumTickDivergence";
|
|
521
|
+
readonly type: "uint24";
|
|
522
|
+
}, {
|
|
523
|
+
readonly internalType: "uint32";
|
|
524
|
+
readonly name: "secondsAgo";
|
|
525
|
+
readonly type: "uint32";
|
|
526
|
+
}];
|
|
527
|
+
readonly name: "checkOracleSlippage";
|
|
528
|
+
readonly outputs: readonly [];
|
|
529
|
+
readonly stateMutability: "view";
|
|
530
|
+
readonly type: "function";
|
|
531
|
+
}, {
|
|
532
|
+
readonly inputs: readonly [{
|
|
533
|
+
readonly components: readonly [{
|
|
534
|
+
readonly internalType: "bytes";
|
|
535
|
+
readonly name: "path";
|
|
536
|
+
readonly type: "bytes";
|
|
537
|
+
}, {
|
|
538
|
+
readonly internalType: "address";
|
|
539
|
+
readonly name: "recipient";
|
|
540
|
+
readonly type: "address";
|
|
541
|
+
}, {
|
|
542
|
+
readonly internalType: "uint256";
|
|
543
|
+
readonly name: "amountIn";
|
|
544
|
+
readonly type: "uint256";
|
|
545
|
+
}, {
|
|
546
|
+
readonly internalType: "uint256";
|
|
547
|
+
readonly name: "amountOutMinimum";
|
|
548
|
+
readonly type: "uint256";
|
|
549
|
+
}];
|
|
550
|
+
readonly internalType: "struct IV3SwapRouter.ExactInputParams";
|
|
551
|
+
readonly name: "params";
|
|
552
|
+
readonly type: "tuple";
|
|
553
|
+
}];
|
|
554
|
+
readonly name: "exactInput";
|
|
555
|
+
readonly outputs: readonly [{
|
|
556
|
+
readonly internalType: "uint256";
|
|
557
|
+
readonly name: "amountOut";
|
|
558
|
+
readonly type: "uint256";
|
|
559
|
+
}];
|
|
560
|
+
readonly stateMutability: "payable";
|
|
561
|
+
readonly type: "function";
|
|
562
|
+
}, {
|
|
563
|
+
readonly inputs: readonly [{
|
|
564
|
+
readonly components: readonly [{
|
|
565
|
+
readonly internalType: "address";
|
|
566
|
+
readonly name: "tokenIn";
|
|
567
|
+
readonly type: "address";
|
|
568
|
+
}, {
|
|
569
|
+
readonly internalType: "address";
|
|
570
|
+
readonly name: "tokenOut";
|
|
571
|
+
readonly type: "address";
|
|
572
|
+
}, {
|
|
573
|
+
readonly internalType: "uint24";
|
|
574
|
+
readonly name: "fee";
|
|
575
|
+
readonly type: "uint24";
|
|
576
|
+
}, {
|
|
577
|
+
readonly internalType: "address";
|
|
578
|
+
readonly name: "recipient";
|
|
579
|
+
readonly type: "address";
|
|
580
|
+
}, {
|
|
581
|
+
readonly internalType: "uint256";
|
|
582
|
+
readonly name: "amountIn";
|
|
583
|
+
readonly type: "uint256";
|
|
584
|
+
}, {
|
|
585
|
+
readonly internalType: "uint256";
|
|
586
|
+
readonly name: "amountOutMinimum";
|
|
587
|
+
readonly type: "uint256";
|
|
588
|
+
}, {
|
|
589
|
+
readonly internalType: "uint160";
|
|
590
|
+
readonly name: "sqrtPriceLimitX96";
|
|
591
|
+
readonly type: "uint160";
|
|
592
|
+
}];
|
|
593
|
+
readonly internalType: "struct IV3SwapRouter.ExactInputSingleParams";
|
|
594
|
+
readonly name: "params";
|
|
595
|
+
readonly type: "tuple";
|
|
596
|
+
}];
|
|
597
|
+
readonly name: "exactInputSingle";
|
|
598
|
+
readonly outputs: readonly [{
|
|
599
|
+
readonly internalType: "uint256";
|
|
600
|
+
readonly name: "amountOut";
|
|
601
|
+
readonly type: "uint256";
|
|
602
|
+
}];
|
|
603
|
+
readonly stateMutability: "payable";
|
|
604
|
+
readonly type: "function";
|
|
605
|
+
}, {
|
|
606
|
+
readonly inputs: readonly [{
|
|
607
|
+
readonly components: readonly [{
|
|
608
|
+
readonly internalType: "bytes";
|
|
609
|
+
readonly name: "path";
|
|
610
|
+
readonly type: "bytes";
|
|
611
|
+
}, {
|
|
612
|
+
readonly internalType: "address";
|
|
613
|
+
readonly name: "recipient";
|
|
614
|
+
readonly type: "address";
|
|
615
|
+
}, {
|
|
616
|
+
readonly internalType: "uint256";
|
|
617
|
+
readonly name: "amountOut";
|
|
618
|
+
readonly type: "uint256";
|
|
619
|
+
}, {
|
|
620
|
+
readonly internalType: "uint256";
|
|
621
|
+
readonly name: "amountInMaximum";
|
|
622
|
+
readonly type: "uint256";
|
|
623
|
+
}];
|
|
624
|
+
readonly internalType: "struct IV3SwapRouter.ExactOutputParams";
|
|
625
|
+
readonly name: "params";
|
|
626
|
+
readonly type: "tuple";
|
|
627
|
+
}];
|
|
628
|
+
readonly name: "exactOutput";
|
|
629
|
+
readonly outputs: readonly [{
|
|
630
|
+
readonly internalType: "uint256";
|
|
631
|
+
readonly name: "amountIn";
|
|
632
|
+
readonly type: "uint256";
|
|
633
|
+
}];
|
|
634
|
+
readonly stateMutability: "payable";
|
|
635
|
+
readonly type: "function";
|
|
636
|
+
}, {
|
|
637
|
+
readonly inputs: readonly [{
|
|
638
|
+
readonly components: readonly [{
|
|
639
|
+
readonly internalType: "address";
|
|
640
|
+
readonly name: "tokenIn";
|
|
641
|
+
readonly type: "address";
|
|
642
|
+
}, {
|
|
643
|
+
readonly internalType: "address";
|
|
644
|
+
readonly name: "tokenOut";
|
|
645
|
+
readonly type: "address";
|
|
646
|
+
}, {
|
|
647
|
+
readonly internalType: "uint24";
|
|
648
|
+
readonly name: "fee";
|
|
649
|
+
readonly type: "uint24";
|
|
650
|
+
}, {
|
|
651
|
+
readonly internalType: "address";
|
|
652
|
+
readonly name: "recipient";
|
|
653
|
+
readonly type: "address";
|
|
654
|
+
}, {
|
|
655
|
+
readonly internalType: "uint256";
|
|
656
|
+
readonly name: "amountOut";
|
|
657
|
+
readonly type: "uint256";
|
|
658
|
+
}, {
|
|
659
|
+
readonly internalType: "uint256";
|
|
660
|
+
readonly name: "amountInMaximum";
|
|
661
|
+
readonly type: "uint256";
|
|
662
|
+
}, {
|
|
663
|
+
readonly internalType: "uint160";
|
|
664
|
+
readonly name: "sqrtPriceLimitX96";
|
|
665
|
+
readonly type: "uint160";
|
|
666
|
+
}];
|
|
667
|
+
readonly internalType: "struct IV3SwapRouter.ExactOutputSingleParams";
|
|
668
|
+
readonly name: "params";
|
|
669
|
+
readonly type: "tuple";
|
|
670
|
+
}];
|
|
671
|
+
readonly name: "exactOutputSingle";
|
|
672
|
+
readonly outputs: readonly [{
|
|
673
|
+
readonly internalType: "uint256";
|
|
674
|
+
readonly name: "amountIn";
|
|
675
|
+
readonly type: "uint256";
|
|
676
|
+
}];
|
|
677
|
+
readonly stateMutability: "payable";
|
|
678
|
+
readonly type: "function";
|
|
679
|
+
}, {
|
|
680
|
+
readonly inputs: readonly [];
|
|
681
|
+
readonly name: "factory";
|
|
682
|
+
readonly outputs: readonly [{
|
|
683
|
+
readonly internalType: "address";
|
|
684
|
+
readonly name: "";
|
|
685
|
+
readonly type: "address";
|
|
686
|
+
}];
|
|
687
|
+
readonly stateMutability: "view";
|
|
688
|
+
readonly type: "function";
|
|
689
|
+
}, {
|
|
690
|
+
readonly inputs: readonly [];
|
|
691
|
+
readonly name: "factoryV2";
|
|
692
|
+
readonly outputs: readonly [{
|
|
693
|
+
readonly internalType: "address";
|
|
694
|
+
readonly name: "";
|
|
695
|
+
readonly type: "address";
|
|
696
|
+
}];
|
|
697
|
+
readonly stateMutability: "view";
|
|
698
|
+
readonly type: "function";
|
|
699
|
+
}, {
|
|
700
|
+
readonly inputs: readonly [{
|
|
701
|
+
readonly internalType: "address";
|
|
702
|
+
readonly name: "token";
|
|
703
|
+
readonly type: "address";
|
|
704
|
+
}, {
|
|
705
|
+
readonly internalType: "uint256";
|
|
706
|
+
readonly name: "amount";
|
|
707
|
+
readonly type: "uint256";
|
|
708
|
+
}];
|
|
709
|
+
readonly name: "getApprovalType";
|
|
710
|
+
readonly outputs: readonly [{
|
|
711
|
+
readonly internalType: "enum IApproveAndCall.ApprovalType";
|
|
712
|
+
readonly name: "";
|
|
713
|
+
readonly type: "uint8";
|
|
714
|
+
}];
|
|
715
|
+
readonly stateMutability: "nonpayable";
|
|
716
|
+
readonly type: "function";
|
|
717
|
+
}, {
|
|
718
|
+
readonly inputs: readonly [{
|
|
719
|
+
readonly components: readonly [{
|
|
720
|
+
readonly internalType: "address";
|
|
721
|
+
readonly name: "token0";
|
|
722
|
+
readonly type: "address";
|
|
723
|
+
}, {
|
|
724
|
+
readonly internalType: "address";
|
|
725
|
+
readonly name: "token1";
|
|
726
|
+
readonly type: "address";
|
|
727
|
+
}, {
|
|
728
|
+
readonly internalType: "uint256";
|
|
729
|
+
readonly name: "tokenId";
|
|
730
|
+
readonly type: "uint256";
|
|
731
|
+
}, {
|
|
732
|
+
readonly internalType: "uint256";
|
|
733
|
+
readonly name: "amount0Min";
|
|
734
|
+
readonly type: "uint256";
|
|
735
|
+
}, {
|
|
736
|
+
readonly internalType: "uint256";
|
|
737
|
+
readonly name: "amount1Min";
|
|
738
|
+
readonly type: "uint256";
|
|
739
|
+
}];
|
|
740
|
+
readonly internalType: "struct IApproveAndCall.IncreaseLiquidityParams";
|
|
741
|
+
readonly name: "params";
|
|
742
|
+
readonly type: "tuple";
|
|
743
|
+
}];
|
|
744
|
+
readonly name: "increaseLiquidity";
|
|
745
|
+
readonly outputs: readonly [{
|
|
746
|
+
readonly internalType: "bytes";
|
|
747
|
+
readonly name: "result";
|
|
748
|
+
readonly type: "bytes";
|
|
749
|
+
}];
|
|
750
|
+
readonly stateMutability: "payable";
|
|
751
|
+
readonly type: "function";
|
|
752
|
+
}, {
|
|
753
|
+
readonly inputs: readonly [{
|
|
754
|
+
readonly components: readonly [{
|
|
755
|
+
readonly internalType: "address";
|
|
756
|
+
readonly name: "token0";
|
|
757
|
+
readonly type: "address";
|
|
758
|
+
}, {
|
|
759
|
+
readonly internalType: "address";
|
|
760
|
+
readonly name: "token1";
|
|
761
|
+
readonly type: "address";
|
|
762
|
+
}, {
|
|
763
|
+
readonly internalType: "uint24";
|
|
764
|
+
readonly name: "fee";
|
|
765
|
+
readonly type: "uint24";
|
|
766
|
+
}, {
|
|
767
|
+
readonly internalType: "int24";
|
|
768
|
+
readonly name: "tickLower";
|
|
769
|
+
readonly type: "int24";
|
|
770
|
+
}, {
|
|
771
|
+
readonly internalType: "int24";
|
|
772
|
+
readonly name: "tickUpper";
|
|
773
|
+
readonly type: "int24";
|
|
774
|
+
}, {
|
|
775
|
+
readonly internalType: "uint256";
|
|
776
|
+
readonly name: "amount0Min";
|
|
777
|
+
readonly type: "uint256";
|
|
778
|
+
}, {
|
|
779
|
+
readonly internalType: "uint256";
|
|
780
|
+
readonly name: "amount1Min";
|
|
781
|
+
readonly type: "uint256";
|
|
782
|
+
}, {
|
|
783
|
+
readonly internalType: "address";
|
|
784
|
+
readonly name: "recipient";
|
|
785
|
+
readonly type: "address";
|
|
786
|
+
}];
|
|
787
|
+
readonly internalType: "struct IApproveAndCall.MintParams";
|
|
788
|
+
readonly name: "params";
|
|
789
|
+
readonly type: "tuple";
|
|
790
|
+
}];
|
|
791
|
+
readonly name: "mint";
|
|
792
|
+
readonly outputs: readonly [{
|
|
793
|
+
readonly internalType: "bytes";
|
|
794
|
+
readonly name: "result";
|
|
795
|
+
readonly type: "bytes";
|
|
796
|
+
}];
|
|
797
|
+
readonly stateMutability: "payable";
|
|
798
|
+
readonly type: "function";
|
|
799
|
+
}, {
|
|
800
|
+
readonly inputs: readonly [{
|
|
801
|
+
readonly internalType: "bytes32";
|
|
802
|
+
readonly name: "previousBlockhash";
|
|
803
|
+
readonly type: "bytes32";
|
|
804
|
+
}, {
|
|
805
|
+
readonly internalType: "bytes[]";
|
|
806
|
+
readonly name: "data";
|
|
807
|
+
readonly type: "bytes[]";
|
|
808
|
+
}];
|
|
809
|
+
readonly name: "multicall";
|
|
810
|
+
readonly outputs: readonly [{
|
|
811
|
+
readonly internalType: "bytes[]";
|
|
812
|
+
readonly name: "";
|
|
813
|
+
readonly type: "bytes[]";
|
|
814
|
+
}];
|
|
815
|
+
readonly stateMutability: "payable";
|
|
816
|
+
readonly type: "function";
|
|
817
|
+
}, {
|
|
818
|
+
readonly inputs: readonly [{
|
|
819
|
+
readonly internalType: "uint256";
|
|
820
|
+
readonly name: "deadline";
|
|
821
|
+
readonly type: "uint256";
|
|
822
|
+
}, {
|
|
823
|
+
readonly internalType: "bytes[]";
|
|
824
|
+
readonly name: "data";
|
|
825
|
+
readonly type: "bytes[]";
|
|
826
|
+
}];
|
|
827
|
+
readonly name: "multicall";
|
|
828
|
+
readonly outputs: readonly [{
|
|
829
|
+
readonly internalType: "bytes[]";
|
|
830
|
+
readonly name: "";
|
|
831
|
+
readonly type: "bytes[]";
|
|
832
|
+
}];
|
|
833
|
+
readonly stateMutability: "payable";
|
|
834
|
+
readonly type: "function";
|
|
835
|
+
}, {
|
|
836
|
+
readonly inputs: readonly [{
|
|
837
|
+
readonly internalType: "bytes[]";
|
|
838
|
+
readonly name: "data";
|
|
839
|
+
readonly type: "bytes[]";
|
|
840
|
+
}];
|
|
841
|
+
readonly name: "multicall";
|
|
842
|
+
readonly outputs: readonly [{
|
|
843
|
+
readonly internalType: "bytes[]";
|
|
844
|
+
readonly name: "results";
|
|
845
|
+
readonly type: "bytes[]";
|
|
846
|
+
}];
|
|
847
|
+
readonly stateMutability: "payable";
|
|
848
|
+
readonly type: "function";
|
|
849
|
+
}, {
|
|
850
|
+
readonly inputs: readonly [];
|
|
851
|
+
readonly name: "positionManager";
|
|
852
|
+
readonly outputs: readonly [{
|
|
853
|
+
readonly internalType: "address";
|
|
854
|
+
readonly name: "";
|
|
855
|
+
readonly type: "address";
|
|
856
|
+
}];
|
|
857
|
+
readonly stateMutability: "view";
|
|
858
|
+
readonly type: "function";
|
|
859
|
+
}, {
|
|
860
|
+
readonly inputs: readonly [{
|
|
861
|
+
readonly internalType: "address";
|
|
862
|
+
readonly name: "token";
|
|
863
|
+
readonly type: "address";
|
|
864
|
+
}, {
|
|
865
|
+
readonly internalType: "uint256";
|
|
866
|
+
readonly name: "value";
|
|
867
|
+
readonly type: "uint256";
|
|
868
|
+
}];
|
|
869
|
+
readonly name: "pull";
|
|
870
|
+
readonly outputs: readonly [];
|
|
871
|
+
readonly stateMutability: "payable";
|
|
872
|
+
readonly type: "function";
|
|
873
|
+
}, {
|
|
874
|
+
readonly inputs: readonly [];
|
|
875
|
+
readonly name: "refundETH";
|
|
876
|
+
readonly outputs: readonly [];
|
|
877
|
+
readonly stateMutability: "payable";
|
|
878
|
+
readonly type: "function";
|
|
879
|
+
}, {
|
|
880
|
+
readonly inputs: readonly [{
|
|
881
|
+
readonly internalType: "address";
|
|
882
|
+
readonly name: "token";
|
|
883
|
+
readonly type: "address";
|
|
884
|
+
}, {
|
|
885
|
+
readonly internalType: "uint256";
|
|
886
|
+
readonly name: "value";
|
|
887
|
+
readonly type: "uint256";
|
|
888
|
+
}, {
|
|
889
|
+
readonly internalType: "uint256";
|
|
890
|
+
readonly name: "deadline";
|
|
891
|
+
readonly type: "uint256";
|
|
892
|
+
}, {
|
|
893
|
+
readonly internalType: "uint8";
|
|
894
|
+
readonly name: "v";
|
|
895
|
+
readonly type: "uint8";
|
|
896
|
+
}, {
|
|
897
|
+
readonly internalType: "bytes32";
|
|
898
|
+
readonly name: "r";
|
|
899
|
+
readonly type: "bytes32";
|
|
900
|
+
}, {
|
|
901
|
+
readonly internalType: "bytes32";
|
|
902
|
+
readonly name: "s";
|
|
903
|
+
readonly type: "bytes32";
|
|
904
|
+
}];
|
|
905
|
+
readonly name: "selfPermit";
|
|
906
|
+
readonly outputs: readonly [];
|
|
907
|
+
readonly stateMutability: "payable";
|
|
908
|
+
readonly type: "function";
|
|
909
|
+
}, {
|
|
910
|
+
readonly inputs: readonly [{
|
|
911
|
+
readonly internalType: "address";
|
|
912
|
+
readonly name: "token";
|
|
913
|
+
readonly type: "address";
|
|
914
|
+
}, {
|
|
915
|
+
readonly internalType: "uint256";
|
|
916
|
+
readonly name: "nonce";
|
|
917
|
+
readonly type: "uint256";
|
|
918
|
+
}, {
|
|
919
|
+
readonly internalType: "uint256";
|
|
920
|
+
readonly name: "expiry";
|
|
921
|
+
readonly type: "uint256";
|
|
922
|
+
}, {
|
|
923
|
+
readonly internalType: "uint8";
|
|
924
|
+
readonly name: "v";
|
|
925
|
+
readonly type: "uint8";
|
|
926
|
+
}, {
|
|
927
|
+
readonly internalType: "bytes32";
|
|
928
|
+
readonly name: "r";
|
|
929
|
+
readonly type: "bytes32";
|
|
930
|
+
}, {
|
|
931
|
+
readonly internalType: "bytes32";
|
|
932
|
+
readonly name: "s";
|
|
933
|
+
readonly type: "bytes32";
|
|
934
|
+
}];
|
|
935
|
+
readonly name: "selfPermitAllowed";
|
|
936
|
+
readonly outputs: readonly [];
|
|
937
|
+
readonly stateMutability: "payable";
|
|
938
|
+
readonly type: "function";
|
|
939
|
+
}, {
|
|
940
|
+
readonly inputs: readonly [{
|
|
941
|
+
readonly internalType: "address";
|
|
942
|
+
readonly name: "token";
|
|
943
|
+
readonly type: "address";
|
|
944
|
+
}, {
|
|
945
|
+
readonly internalType: "uint256";
|
|
946
|
+
readonly name: "nonce";
|
|
947
|
+
readonly type: "uint256";
|
|
948
|
+
}, {
|
|
949
|
+
readonly internalType: "uint256";
|
|
950
|
+
readonly name: "expiry";
|
|
951
|
+
readonly type: "uint256";
|
|
952
|
+
}, {
|
|
953
|
+
readonly internalType: "uint8";
|
|
954
|
+
readonly name: "v";
|
|
955
|
+
readonly type: "uint8";
|
|
956
|
+
}, {
|
|
957
|
+
readonly internalType: "bytes32";
|
|
958
|
+
readonly name: "r";
|
|
959
|
+
readonly type: "bytes32";
|
|
960
|
+
}, {
|
|
961
|
+
readonly internalType: "bytes32";
|
|
962
|
+
readonly name: "s";
|
|
963
|
+
readonly type: "bytes32";
|
|
964
|
+
}];
|
|
965
|
+
readonly name: "selfPermitAllowedIfNecessary";
|
|
966
|
+
readonly outputs: readonly [];
|
|
967
|
+
readonly stateMutability: "payable";
|
|
968
|
+
readonly type: "function";
|
|
969
|
+
}, {
|
|
970
|
+
readonly inputs: readonly [{
|
|
971
|
+
readonly internalType: "address";
|
|
972
|
+
readonly name: "token";
|
|
973
|
+
readonly type: "address";
|
|
974
|
+
}, {
|
|
975
|
+
readonly internalType: "uint256";
|
|
976
|
+
readonly name: "value";
|
|
977
|
+
readonly type: "uint256";
|
|
978
|
+
}, {
|
|
979
|
+
readonly internalType: "uint256";
|
|
980
|
+
readonly name: "deadline";
|
|
981
|
+
readonly type: "uint256";
|
|
982
|
+
}, {
|
|
983
|
+
readonly internalType: "uint8";
|
|
984
|
+
readonly name: "v";
|
|
985
|
+
readonly type: "uint8";
|
|
986
|
+
}, {
|
|
987
|
+
readonly internalType: "bytes32";
|
|
988
|
+
readonly name: "r";
|
|
989
|
+
readonly type: "bytes32";
|
|
990
|
+
}, {
|
|
991
|
+
readonly internalType: "bytes32";
|
|
992
|
+
readonly name: "s";
|
|
993
|
+
readonly type: "bytes32";
|
|
994
|
+
}];
|
|
995
|
+
readonly name: "selfPermitIfNecessary";
|
|
996
|
+
readonly outputs: readonly [];
|
|
997
|
+
readonly stateMutability: "payable";
|
|
998
|
+
readonly type: "function";
|
|
999
|
+
}, {
|
|
1000
|
+
readonly inputs: readonly [{
|
|
1001
|
+
readonly internalType: "uint256";
|
|
1002
|
+
readonly name: "amountIn";
|
|
1003
|
+
readonly type: "uint256";
|
|
1004
|
+
}, {
|
|
1005
|
+
readonly internalType: "uint256";
|
|
1006
|
+
readonly name: "amountOutMin";
|
|
1007
|
+
readonly type: "uint256";
|
|
1008
|
+
}, {
|
|
1009
|
+
readonly internalType: "address[]";
|
|
1010
|
+
readonly name: "path";
|
|
1011
|
+
readonly type: "address[]";
|
|
1012
|
+
}, {
|
|
1013
|
+
readonly internalType: "address";
|
|
1014
|
+
readonly name: "to";
|
|
1015
|
+
readonly type: "address";
|
|
1016
|
+
}];
|
|
1017
|
+
readonly name: "swapExactTokensForTokens";
|
|
1018
|
+
readonly outputs: readonly [{
|
|
1019
|
+
readonly internalType: "uint256";
|
|
1020
|
+
readonly name: "amountOut";
|
|
1021
|
+
readonly type: "uint256";
|
|
1022
|
+
}];
|
|
1023
|
+
readonly stateMutability: "payable";
|
|
1024
|
+
readonly type: "function";
|
|
1025
|
+
}, {
|
|
1026
|
+
readonly inputs: readonly [{
|
|
1027
|
+
readonly internalType: "uint256";
|
|
1028
|
+
readonly name: "amountOut";
|
|
1029
|
+
readonly type: "uint256";
|
|
1030
|
+
}, {
|
|
1031
|
+
readonly internalType: "uint256";
|
|
1032
|
+
readonly name: "amountInMax";
|
|
1033
|
+
readonly type: "uint256";
|
|
1034
|
+
}, {
|
|
1035
|
+
readonly internalType: "address[]";
|
|
1036
|
+
readonly name: "path";
|
|
1037
|
+
readonly type: "address[]";
|
|
1038
|
+
}, {
|
|
1039
|
+
readonly internalType: "address";
|
|
1040
|
+
readonly name: "to";
|
|
1041
|
+
readonly type: "address";
|
|
1042
|
+
}];
|
|
1043
|
+
readonly name: "swapTokensForExactTokens";
|
|
1044
|
+
readonly outputs: readonly [{
|
|
1045
|
+
readonly internalType: "uint256";
|
|
1046
|
+
readonly name: "amountIn";
|
|
1047
|
+
readonly type: "uint256";
|
|
1048
|
+
}];
|
|
1049
|
+
readonly stateMutability: "payable";
|
|
1050
|
+
readonly type: "function";
|
|
1051
|
+
}, {
|
|
1052
|
+
readonly inputs: readonly [{
|
|
1053
|
+
readonly internalType: "address";
|
|
1054
|
+
readonly name: "token";
|
|
1055
|
+
readonly type: "address";
|
|
1056
|
+
}, {
|
|
1057
|
+
readonly internalType: "uint256";
|
|
1058
|
+
readonly name: "amountMinimum";
|
|
1059
|
+
readonly type: "uint256";
|
|
1060
|
+
}, {
|
|
1061
|
+
readonly internalType: "address";
|
|
1062
|
+
readonly name: "recipient";
|
|
1063
|
+
readonly type: "address";
|
|
1064
|
+
}];
|
|
1065
|
+
readonly name: "sweepToken";
|
|
1066
|
+
readonly outputs: readonly [];
|
|
1067
|
+
readonly stateMutability: "payable";
|
|
1068
|
+
readonly type: "function";
|
|
1069
|
+
}, {
|
|
1070
|
+
readonly inputs: readonly [{
|
|
1071
|
+
readonly internalType: "address";
|
|
1072
|
+
readonly name: "token";
|
|
1073
|
+
readonly type: "address";
|
|
1074
|
+
}, {
|
|
1075
|
+
readonly internalType: "uint256";
|
|
1076
|
+
readonly name: "amountMinimum";
|
|
1077
|
+
readonly type: "uint256";
|
|
1078
|
+
}];
|
|
1079
|
+
readonly name: "sweepToken";
|
|
1080
|
+
readonly outputs: readonly [];
|
|
1081
|
+
readonly stateMutability: "payable";
|
|
1082
|
+
readonly type: "function";
|
|
1083
|
+
}, {
|
|
1084
|
+
readonly inputs: readonly [{
|
|
1085
|
+
readonly internalType: "address";
|
|
1086
|
+
readonly name: "token";
|
|
1087
|
+
readonly type: "address";
|
|
1088
|
+
}, {
|
|
1089
|
+
readonly internalType: "uint256";
|
|
1090
|
+
readonly name: "amountMinimum";
|
|
1091
|
+
readonly type: "uint256";
|
|
1092
|
+
}, {
|
|
1093
|
+
readonly internalType: "uint256";
|
|
1094
|
+
readonly name: "feeBips";
|
|
1095
|
+
readonly type: "uint256";
|
|
1096
|
+
}, {
|
|
1097
|
+
readonly internalType: "address";
|
|
1098
|
+
readonly name: "feeRecipient";
|
|
1099
|
+
readonly type: "address";
|
|
1100
|
+
}];
|
|
1101
|
+
readonly name: "sweepTokenWithFee";
|
|
1102
|
+
readonly outputs: readonly [];
|
|
1103
|
+
readonly stateMutability: "payable";
|
|
1104
|
+
readonly type: "function";
|
|
1105
|
+
}, {
|
|
1106
|
+
readonly inputs: readonly [{
|
|
1107
|
+
readonly internalType: "address";
|
|
1108
|
+
readonly name: "token";
|
|
1109
|
+
readonly type: "address";
|
|
1110
|
+
}, {
|
|
1111
|
+
readonly internalType: "uint256";
|
|
1112
|
+
readonly name: "amountMinimum";
|
|
1113
|
+
readonly type: "uint256";
|
|
1114
|
+
}, {
|
|
1115
|
+
readonly internalType: "address";
|
|
1116
|
+
readonly name: "recipient";
|
|
1117
|
+
readonly type: "address";
|
|
1118
|
+
}, {
|
|
1119
|
+
readonly internalType: "uint256";
|
|
1120
|
+
readonly name: "feeBips";
|
|
1121
|
+
readonly type: "uint256";
|
|
1122
|
+
}, {
|
|
1123
|
+
readonly internalType: "address";
|
|
1124
|
+
readonly name: "feeRecipient";
|
|
1125
|
+
readonly type: "address";
|
|
1126
|
+
}];
|
|
1127
|
+
readonly name: "sweepTokenWithFee";
|
|
1128
|
+
readonly outputs: readonly [];
|
|
1129
|
+
readonly stateMutability: "payable";
|
|
1130
|
+
readonly type: "function";
|
|
1131
|
+
}, {
|
|
1132
|
+
readonly inputs: readonly [{
|
|
1133
|
+
readonly internalType: "int256";
|
|
1134
|
+
readonly name: "amount0Delta";
|
|
1135
|
+
readonly type: "int256";
|
|
1136
|
+
}, {
|
|
1137
|
+
readonly internalType: "int256";
|
|
1138
|
+
readonly name: "amount1Delta";
|
|
1139
|
+
readonly type: "int256";
|
|
1140
|
+
}, {
|
|
1141
|
+
readonly internalType: "bytes";
|
|
1142
|
+
readonly name: "_data";
|
|
1143
|
+
readonly type: "bytes";
|
|
1144
|
+
}];
|
|
1145
|
+
readonly name: "uniswapV3SwapCallback";
|
|
1146
|
+
readonly outputs: readonly [];
|
|
1147
|
+
readonly stateMutability: "nonpayable";
|
|
1148
|
+
readonly type: "function";
|
|
1149
|
+
}, {
|
|
1150
|
+
readonly inputs: readonly [{
|
|
1151
|
+
readonly internalType: "uint256";
|
|
1152
|
+
readonly name: "amountMinimum";
|
|
1153
|
+
readonly type: "uint256";
|
|
1154
|
+
}, {
|
|
1155
|
+
readonly internalType: "address";
|
|
1156
|
+
readonly name: "recipient";
|
|
1157
|
+
readonly type: "address";
|
|
1158
|
+
}];
|
|
1159
|
+
readonly name: "unwrapWETH9";
|
|
1160
|
+
readonly outputs: readonly [];
|
|
1161
|
+
readonly stateMutability: "payable";
|
|
1162
|
+
readonly type: "function";
|
|
1163
|
+
}, {
|
|
1164
|
+
readonly inputs: readonly [{
|
|
1165
|
+
readonly internalType: "uint256";
|
|
1166
|
+
readonly name: "amountMinimum";
|
|
1167
|
+
readonly type: "uint256";
|
|
1168
|
+
}];
|
|
1169
|
+
readonly name: "unwrapWETH9";
|
|
1170
|
+
readonly outputs: readonly [];
|
|
1171
|
+
readonly stateMutability: "payable";
|
|
1172
|
+
readonly type: "function";
|
|
1173
|
+
}, {
|
|
1174
|
+
readonly inputs: readonly [{
|
|
1175
|
+
readonly internalType: "uint256";
|
|
1176
|
+
readonly name: "amountMinimum";
|
|
1177
|
+
readonly type: "uint256";
|
|
1178
|
+
}, {
|
|
1179
|
+
readonly internalType: "address";
|
|
1180
|
+
readonly name: "recipient";
|
|
1181
|
+
readonly type: "address";
|
|
1182
|
+
}, {
|
|
1183
|
+
readonly internalType: "uint256";
|
|
1184
|
+
readonly name: "feeBips";
|
|
1185
|
+
readonly type: "uint256";
|
|
1186
|
+
}, {
|
|
1187
|
+
readonly internalType: "address";
|
|
1188
|
+
readonly name: "feeRecipient";
|
|
1189
|
+
readonly type: "address";
|
|
1190
|
+
}];
|
|
1191
|
+
readonly name: "unwrapWETH9WithFee";
|
|
1192
|
+
readonly outputs: readonly [];
|
|
1193
|
+
readonly stateMutability: "payable";
|
|
1194
|
+
readonly type: "function";
|
|
1195
|
+
}, {
|
|
1196
|
+
readonly inputs: readonly [{
|
|
1197
|
+
readonly internalType: "uint256";
|
|
1198
|
+
readonly name: "amountMinimum";
|
|
1199
|
+
readonly type: "uint256";
|
|
1200
|
+
}, {
|
|
1201
|
+
readonly internalType: "uint256";
|
|
1202
|
+
readonly name: "feeBips";
|
|
1203
|
+
readonly type: "uint256";
|
|
1204
|
+
}, {
|
|
1205
|
+
readonly internalType: "address";
|
|
1206
|
+
readonly name: "feeRecipient";
|
|
1207
|
+
readonly type: "address";
|
|
1208
|
+
}];
|
|
1209
|
+
readonly name: "unwrapWETH9WithFee";
|
|
1210
|
+
readonly outputs: readonly [];
|
|
1211
|
+
readonly stateMutability: "payable";
|
|
1212
|
+
readonly type: "function";
|
|
1213
|
+
}, {
|
|
1214
|
+
readonly inputs: readonly [{
|
|
1215
|
+
readonly internalType: "uint256";
|
|
1216
|
+
readonly name: "value";
|
|
1217
|
+
readonly type: "uint256";
|
|
1218
|
+
}];
|
|
1219
|
+
readonly name: "wrapETH";
|
|
1220
|
+
readonly outputs: readonly [];
|
|
1221
|
+
readonly stateMutability: "payable";
|
|
1222
|
+
readonly type: "function";
|
|
1223
|
+
}, {
|
|
1224
|
+
readonly stateMutability: "payable";
|
|
1225
|
+
readonly type: "receive";
|
|
1226
|
+
}];
|
|
1227
|
+
};
|
|
1228
|
+
readonly USDC: {
|
|
1229
|
+
readonly address: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
1230
|
+
readonly abi: readonly [{
|
|
1231
|
+
readonly type: "event";
|
|
1232
|
+
readonly name: "Approval";
|
|
1233
|
+
readonly inputs: readonly [{
|
|
1234
|
+
readonly indexed: true;
|
|
1235
|
+
readonly name: "owner";
|
|
1236
|
+
readonly type: "address";
|
|
1237
|
+
}, {
|
|
1238
|
+
readonly indexed: true;
|
|
1239
|
+
readonly name: "spender";
|
|
1240
|
+
readonly type: "address";
|
|
1241
|
+
}, {
|
|
1242
|
+
readonly indexed: false;
|
|
1243
|
+
readonly name: "value";
|
|
1244
|
+
readonly type: "uint256";
|
|
1245
|
+
}];
|
|
1246
|
+
}, {
|
|
1247
|
+
readonly type: "event";
|
|
1248
|
+
readonly name: "Transfer";
|
|
1249
|
+
readonly inputs: readonly [{
|
|
1250
|
+
readonly indexed: true;
|
|
1251
|
+
readonly name: "from";
|
|
1252
|
+
readonly type: "address";
|
|
1253
|
+
}, {
|
|
1254
|
+
readonly indexed: true;
|
|
1255
|
+
readonly name: "to";
|
|
1256
|
+
readonly type: "address";
|
|
1257
|
+
}, {
|
|
1258
|
+
readonly indexed: false;
|
|
1259
|
+
readonly name: "value";
|
|
1260
|
+
readonly type: "uint256";
|
|
1261
|
+
}];
|
|
1262
|
+
}, {
|
|
1263
|
+
readonly type: "function";
|
|
1264
|
+
readonly name: "allowance";
|
|
1265
|
+
readonly stateMutability: "view";
|
|
1266
|
+
readonly inputs: readonly [{
|
|
1267
|
+
readonly name: "owner";
|
|
1268
|
+
readonly type: "address";
|
|
1269
|
+
}, {
|
|
1270
|
+
readonly name: "spender";
|
|
1271
|
+
readonly type: "address";
|
|
1272
|
+
}];
|
|
1273
|
+
readonly outputs: readonly [{
|
|
1274
|
+
readonly type: "uint256";
|
|
1275
|
+
}];
|
|
1276
|
+
}, {
|
|
1277
|
+
readonly type: "function";
|
|
1278
|
+
readonly name: "approve";
|
|
1279
|
+
readonly stateMutability: "nonpayable";
|
|
1280
|
+
readonly inputs: readonly [{
|
|
1281
|
+
readonly name: "spender";
|
|
1282
|
+
readonly type: "address";
|
|
1283
|
+
}, {
|
|
1284
|
+
readonly name: "amount";
|
|
1285
|
+
readonly type: "uint256";
|
|
1286
|
+
}];
|
|
1287
|
+
readonly outputs: readonly [{
|
|
1288
|
+
readonly type: "bool";
|
|
1289
|
+
}];
|
|
1290
|
+
}, {
|
|
1291
|
+
readonly type: "function";
|
|
1292
|
+
readonly name: "balanceOf";
|
|
1293
|
+
readonly stateMutability: "view";
|
|
1294
|
+
readonly inputs: readonly [{
|
|
1295
|
+
readonly name: "account";
|
|
1296
|
+
readonly type: "address";
|
|
1297
|
+
}];
|
|
1298
|
+
readonly outputs: readonly [{
|
|
1299
|
+
readonly type: "uint256";
|
|
1300
|
+
}];
|
|
1301
|
+
}, {
|
|
1302
|
+
readonly type: "function";
|
|
1303
|
+
readonly name: "decimals";
|
|
1304
|
+
readonly stateMutability: "view";
|
|
1305
|
+
readonly inputs: readonly [];
|
|
1306
|
+
readonly outputs: readonly [{
|
|
1307
|
+
readonly type: "uint8";
|
|
1308
|
+
}];
|
|
1309
|
+
}, {
|
|
1310
|
+
readonly type: "function";
|
|
1311
|
+
readonly name: "name";
|
|
1312
|
+
readonly stateMutability: "view";
|
|
1313
|
+
readonly inputs: readonly [];
|
|
1314
|
+
readonly outputs: readonly [{
|
|
1315
|
+
readonly type: "string";
|
|
1316
|
+
}];
|
|
1317
|
+
}, {
|
|
1318
|
+
readonly type: "function";
|
|
1319
|
+
readonly name: "symbol";
|
|
1320
|
+
readonly stateMutability: "view";
|
|
1321
|
+
readonly inputs: readonly [];
|
|
1322
|
+
readonly outputs: readonly [{
|
|
1323
|
+
readonly type: "string";
|
|
1324
|
+
}];
|
|
1325
|
+
}, {
|
|
1326
|
+
readonly type: "function";
|
|
1327
|
+
readonly name: "totalSupply";
|
|
1328
|
+
readonly stateMutability: "view";
|
|
1329
|
+
readonly inputs: readonly [];
|
|
1330
|
+
readonly outputs: readonly [{
|
|
1331
|
+
readonly type: "uint256";
|
|
1332
|
+
}];
|
|
1333
|
+
}, {
|
|
1334
|
+
readonly type: "function";
|
|
1335
|
+
readonly name: "transfer";
|
|
1336
|
+
readonly stateMutability: "nonpayable";
|
|
1337
|
+
readonly inputs: readonly [{
|
|
1338
|
+
readonly name: "recipient";
|
|
1339
|
+
readonly type: "address";
|
|
1340
|
+
}, {
|
|
1341
|
+
readonly name: "amount";
|
|
1342
|
+
readonly type: "uint256";
|
|
1343
|
+
}];
|
|
1344
|
+
readonly outputs: readonly [{
|
|
1345
|
+
readonly type: "bool";
|
|
1346
|
+
}];
|
|
1347
|
+
}, {
|
|
1348
|
+
readonly type: "function";
|
|
1349
|
+
readonly name: "transferFrom";
|
|
1350
|
+
readonly stateMutability: "nonpayable";
|
|
1351
|
+
readonly inputs: readonly [{
|
|
1352
|
+
readonly name: "sender";
|
|
1353
|
+
readonly type: "address";
|
|
1354
|
+
}, {
|
|
1355
|
+
readonly name: "recipient";
|
|
1356
|
+
readonly type: "address";
|
|
1357
|
+
}, {
|
|
1358
|
+
readonly name: "amount";
|
|
1359
|
+
readonly type: "uint256";
|
|
1360
|
+
}];
|
|
1361
|
+
readonly outputs: readonly [{
|
|
1362
|
+
readonly type: "bool";
|
|
1363
|
+
}];
|
|
1364
|
+
}];
|
|
1365
|
+
readonly read: {
|
|
1366
|
+
readonly decimals: () => 6;
|
|
1367
|
+
};
|
|
1368
|
+
};
|
|
1369
|
+
readonly EURC: {
|
|
1370
|
+
readonly address: "0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4";
|
|
1371
|
+
readonly abi: readonly [{
|
|
1372
|
+
readonly type: "event";
|
|
1373
|
+
readonly name: "Approval";
|
|
1374
|
+
readonly inputs: readonly [{
|
|
1375
|
+
readonly indexed: true;
|
|
1376
|
+
readonly name: "owner";
|
|
1377
|
+
readonly type: "address";
|
|
1378
|
+
}, {
|
|
1379
|
+
readonly indexed: true;
|
|
1380
|
+
readonly name: "spender";
|
|
1381
|
+
readonly type: "address";
|
|
1382
|
+
}, {
|
|
1383
|
+
readonly indexed: false;
|
|
1384
|
+
readonly name: "value";
|
|
1385
|
+
readonly type: "uint256";
|
|
1386
|
+
}];
|
|
1387
|
+
}, {
|
|
1388
|
+
readonly type: "event";
|
|
1389
|
+
readonly name: "Transfer";
|
|
1390
|
+
readonly inputs: readonly [{
|
|
1391
|
+
readonly indexed: true;
|
|
1392
|
+
readonly name: "from";
|
|
1393
|
+
readonly type: "address";
|
|
1394
|
+
}, {
|
|
1395
|
+
readonly indexed: true;
|
|
1396
|
+
readonly name: "to";
|
|
1397
|
+
readonly type: "address";
|
|
1398
|
+
}, {
|
|
1399
|
+
readonly indexed: false;
|
|
1400
|
+
readonly name: "value";
|
|
1401
|
+
readonly type: "uint256";
|
|
1402
|
+
}];
|
|
1403
|
+
}, {
|
|
1404
|
+
readonly type: "function";
|
|
1405
|
+
readonly name: "allowance";
|
|
1406
|
+
readonly stateMutability: "view";
|
|
1407
|
+
readonly inputs: readonly [{
|
|
1408
|
+
readonly name: "owner";
|
|
1409
|
+
readonly type: "address";
|
|
1410
|
+
}, {
|
|
1411
|
+
readonly name: "spender";
|
|
1412
|
+
readonly type: "address";
|
|
1413
|
+
}];
|
|
1414
|
+
readonly outputs: readonly [{
|
|
1415
|
+
readonly type: "uint256";
|
|
1416
|
+
}];
|
|
1417
|
+
}, {
|
|
1418
|
+
readonly type: "function";
|
|
1419
|
+
readonly name: "approve";
|
|
1420
|
+
readonly stateMutability: "nonpayable";
|
|
1421
|
+
readonly inputs: readonly [{
|
|
1422
|
+
readonly name: "spender";
|
|
1423
|
+
readonly type: "address";
|
|
1424
|
+
}, {
|
|
1425
|
+
readonly name: "amount";
|
|
1426
|
+
readonly type: "uint256";
|
|
1427
|
+
}];
|
|
1428
|
+
readonly outputs: readonly [{
|
|
1429
|
+
readonly type: "bool";
|
|
1430
|
+
}];
|
|
1431
|
+
}, {
|
|
1432
|
+
readonly type: "function";
|
|
1433
|
+
readonly name: "balanceOf";
|
|
1434
|
+
readonly stateMutability: "view";
|
|
1435
|
+
readonly inputs: readonly [{
|
|
1436
|
+
readonly name: "account";
|
|
1437
|
+
readonly type: "address";
|
|
1438
|
+
}];
|
|
1439
|
+
readonly outputs: readonly [{
|
|
1440
|
+
readonly type: "uint256";
|
|
1441
|
+
}];
|
|
1442
|
+
}, {
|
|
1443
|
+
readonly type: "function";
|
|
1444
|
+
readonly name: "decimals";
|
|
1445
|
+
readonly stateMutability: "view";
|
|
1446
|
+
readonly inputs: readonly [];
|
|
1447
|
+
readonly outputs: readonly [{
|
|
1448
|
+
readonly type: "uint8";
|
|
1449
|
+
}];
|
|
1450
|
+
}, {
|
|
1451
|
+
readonly type: "function";
|
|
1452
|
+
readonly name: "name";
|
|
1453
|
+
readonly stateMutability: "view";
|
|
1454
|
+
readonly inputs: readonly [];
|
|
1455
|
+
readonly outputs: readonly [{
|
|
1456
|
+
readonly type: "string";
|
|
1457
|
+
}];
|
|
1458
|
+
}, {
|
|
1459
|
+
readonly type: "function";
|
|
1460
|
+
readonly name: "symbol";
|
|
1461
|
+
readonly stateMutability: "view";
|
|
1462
|
+
readonly inputs: readonly [];
|
|
1463
|
+
readonly outputs: readonly [{
|
|
1464
|
+
readonly type: "string";
|
|
1465
|
+
}];
|
|
1466
|
+
}, {
|
|
1467
|
+
readonly type: "function";
|
|
1468
|
+
readonly name: "totalSupply";
|
|
1469
|
+
readonly stateMutability: "view";
|
|
1470
|
+
readonly inputs: readonly [];
|
|
1471
|
+
readonly outputs: readonly [{
|
|
1472
|
+
readonly type: "uint256";
|
|
1473
|
+
}];
|
|
1474
|
+
}, {
|
|
1475
|
+
readonly type: "function";
|
|
1476
|
+
readonly name: "transfer";
|
|
1477
|
+
readonly stateMutability: "nonpayable";
|
|
1478
|
+
readonly inputs: readonly [{
|
|
1479
|
+
readonly name: "recipient";
|
|
1480
|
+
readonly type: "address";
|
|
1481
|
+
}, {
|
|
1482
|
+
readonly name: "amount";
|
|
1483
|
+
readonly type: "uint256";
|
|
1484
|
+
}];
|
|
1485
|
+
readonly outputs: readonly [{
|
|
1486
|
+
readonly type: "bool";
|
|
1487
|
+
}];
|
|
1488
|
+
}, {
|
|
1489
|
+
readonly type: "function";
|
|
1490
|
+
readonly name: "transferFrom";
|
|
1491
|
+
readonly stateMutability: "nonpayable";
|
|
1492
|
+
readonly inputs: readonly [{
|
|
1493
|
+
readonly name: "sender";
|
|
1494
|
+
readonly type: "address";
|
|
1495
|
+
}, {
|
|
1496
|
+
readonly name: "recipient";
|
|
1497
|
+
readonly type: "address";
|
|
1498
|
+
}, {
|
|
1499
|
+
readonly name: "amount";
|
|
1500
|
+
readonly type: "uint256";
|
|
1501
|
+
}];
|
|
1502
|
+
readonly outputs: readonly [{
|
|
1503
|
+
readonly type: "bool";
|
|
1504
|
+
}];
|
|
1505
|
+
}];
|
|
1506
|
+
readonly read: {
|
|
1507
|
+
readonly decimals: () => 6;
|
|
1508
|
+
};
|
|
1509
|
+
};
|
|
1510
|
+
readonly multicall3: {
|
|
1511
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1512
|
+
readonly blockCreated: 751532;
|
|
1513
|
+
};
|
|
1514
|
+
readonly ensRegistry: {
|
|
1515
|
+
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1516
|
+
};
|
|
1517
|
+
readonly ensUniversalResolver: {
|
|
1518
|
+
readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
|
|
1519
|
+
readonly blockCreated: 5317080;
|
|
1520
|
+
};
|
|
1521
|
+
};
|
|
1522
|
+
ensTlds?: readonly string[] | undefined;
|
|
1523
|
+
id: 11155111;
|
|
1524
|
+
name: "Sepolia";
|
|
1525
|
+
nativeCurrency: {
|
|
1526
|
+
readonly name: "Sepolia Ether";
|
|
1527
|
+
readonly symbol: "ETH";
|
|
1528
|
+
readonly decimals: 18;
|
|
1529
|
+
};
|
|
1530
|
+
rpcUrls: {
|
|
1531
|
+
readonly default: {
|
|
1532
|
+
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
1533
|
+
};
|
|
1534
|
+
};
|
|
1535
|
+
sourceId?: number | undefined | undefined;
|
|
1536
|
+
testnet: true;
|
|
1537
|
+
custom?: Record<string, unknown> | undefined;
|
|
1538
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1539
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
1540
|
+
readonly blockchainId: "ETH-SEPOLIA";
|
|
1541
|
+
readonly blockchainVm: "EVM";
|
|
1542
|
+
readonly formatters?: undefined | undefined;
|
|
1543
|
+
};
|
|
1544
|
+
//# sourceMappingURL=ETH_SEPOLIA.d.ts.map
|