@otim/utils 0.0.2-development.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/LICENSE +201 -0
- package/dist/api/api.d.mts +18 -0
- package/dist/api/api.d.ts +18 -0
- package/dist/api/api.d.ts.map +1 -0
- package/dist/api/core/error.d.mts +74 -0
- package/dist/api/core/error.d.ts +74 -0
- package/dist/api/core/error.d.ts.map +1 -0
- package/dist/api/core/index.d.mts +4 -0
- package/dist/api/core/index.d.ts +4 -0
- package/dist/api/core/index.d.ts.map +1 -0
- package/dist/api/core/instance.d.mts +13 -0
- package/dist/api/core/instance.d.ts +13 -0
- package/dist/api/core/instance.d.ts.map +1 -0
- package/dist/api/core/service.d.mts +51 -0
- package/dist/api/core/service.d.ts +51 -0
- package/dist/api/core/service.d.ts.map +1 -0
- package/dist/api/index.d.mts +7 -0
- package/dist/api/index.d.ts +7 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/index.js +2061 -0
- package/dist/api/index.js.map +7 -0
- package/dist/api/index.mjs +2030 -0
- package/dist/api/index.mjs.map +7 -0
- package/dist/api/schemas/account.d.mts +44 -0
- package/dist/api/schemas/account.d.ts +44 -0
- package/dist/api/schemas/account.d.ts.map +1 -0
- package/dist/api/schemas/activity.d.mts +277 -0
- package/dist/api/schemas/activity.d.ts +277 -0
- package/dist/api/schemas/activity.d.ts.map +1 -0
- package/dist/api/schemas/auth.d.mts +127 -0
- package/dist/api/schemas/auth.d.ts +127 -0
- package/dist/api/schemas/auth.d.ts.map +1 -0
- package/dist/api/schemas/chain.d.mts +15 -0
- package/dist/api/schemas/chain.d.ts +15 -0
- package/dist/api/schemas/chain.d.ts.map +1 -0
- package/dist/api/schemas/config.d.mts +33 -0
- package/dist/api/schemas/config.d.ts +33 -0
- package/dist/api/schemas/config.d.ts.map +1 -0
- package/dist/api/schemas/contacts.d.mts +27 -0
- package/dist/api/schemas/contacts.d.ts +27 -0
- package/dist/api/schemas/contacts.d.ts.map +1 -0
- package/dist/api/schemas/index.d.mts +12 -0
- package/dist/api/schemas/index.d.ts +12 -0
- package/dist/api/schemas/index.d.ts.map +1 -0
- package/dist/api/schemas/instruction.d.mts +446 -0
- package/dist/api/schemas/instruction.d.ts +446 -0
- package/dist/api/schemas/instruction.d.ts.map +1 -0
- package/dist/api/schemas/integration.d.mts +166 -0
- package/dist/api/schemas/integration.d.ts +166 -0
- package/dist/api/schemas/integration.d.ts.map +1 -0
- package/dist/api/schemas/operating-account.d.mts +11 -0
- package/dist/api/schemas/operating-account.d.ts +11 -0
- package/dist/api/schemas/operating-account.d.ts.map +1 -0
- package/dist/api/schemas/payments.d.mts +196 -0
- package/dist/api/schemas/payments.d.ts +196 -0
- package/dist/api/schemas/payments.d.ts.map +1 -0
- package/dist/api/schemas/transaction.d.mts +37 -0
- package/dist/api/schemas/transaction.d.ts +37 -0
- package/dist/api/schemas/transaction.d.ts.map +1 -0
- package/dist/api/services/account.d.mts +8 -0
- package/dist/api/services/account.d.ts +8 -0
- package/dist/api/services/account.d.ts.map +1 -0
- package/dist/api/services/activity.d.mts +7 -0
- package/dist/api/services/activity.d.ts +7 -0
- package/dist/api/services/activity.d.ts.map +1 -0
- package/dist/api/services/auth.d.mts +12 -0
- package/dist/api/services/auth.d.ts +12 -0
- package/dist/api/services/auth.d.ts.map +1 -0
- package/dist/api/services/base.d.mts +10 -0
- package/dist/api/services/base.d.ts +10 -0
- package/dist/api/services/base.d.ts.map +1 -0
- package/dist/api/services/config.d.mts +10 -0
- package/dist/api/services/config.d.ts +10 -0
- package/dist/api/services/config.d.ts.map +1 -0
- package/dist/api/services/contacts.d.mts +8 -0
- package/dist/api/services/contacts.d.ts +8 -0
- package/dist/api/services/contacts.d.ts.map +1 -0
- package/dist/api/services/developer.d.mts +6 -0
- package/dist/api/services/developer.d.ts +6 -0
- package/dist/api/services/developer.d.ts.map +1 -0
- package/dist/api/services/index.d.mts +13 -0
- package/dist/api/services/index.d.ts +13 -0
- package/dist/api/services/index.d.ts.map +1 -0
- package/dist/api/services/instruction.d.mts +12 -0
- package/dist/api/services/instruction.d.ts +12 -0
- package/dist/api/services/instruction.d.ts.map +1 -0
- package/dist/api/services/integration.d.mts +8 -0
- package/dist/api/services/integration.d.ts +8 -0
- package/dist/api/services/integration.d.ts.map +1 -0
- package/dist/api/services/operating-account.d.mts +8 -0
- package/dist/api/services/operating-account.d.ts +8 -0
- package/dist/api/services/operating-account.d.ts.map +1 -0
- package/dist/api/services/payments.d.mts +13 -0
- package/dist/api/services/payments.d.ts +13 -0
- package/dist/api/services/payments.d.ts.map +1 -0
- package/dist/api/services/transaction.d.mts +8 -0
- package/dist/api/services/transaction.d.ts +8 -0
- package/dist/api/services/transaction.d.ts.map +1 -0
- package/dist/api/services/uniswap-token-list-service.d.mts +66 -0
- package/dist/api/services/uniswap-token-list-service.d.ts +66 -0
- package/dist/api/services/uniswap-token-list-service.d.ts.map +1 -0
- package/dist/api/utils/index.d.mts +2 -0
- package/dist/api/utils/index.d.ts +2 -0
- package/dist/api/utils/index.d.ts.map +1 -0
- package/dist/api/utils/pagination.d.mts +32 -0
- package/dist/api/utils/pagination.d.ts +32 -0
- package/dist/api/utils/pagination.d.ts.map +1 -0
- package/dist/chains/config/all-chains.d.mts +4243 -0
- package/dist/chains/config/all-chains.d.ts +4243 -0
- package/dist/chains/config/all-chains.d.ts.map +1 -0
- package/dist/chains/config/custom-chains.d.mts +49 -0
- package/dist/chains/config/custom-chains.d.ts +49 -0
- package/dist/chains/config/custom-chains.d.ts.map +1 -0
- package/dist/chains/config/mainnet-chains.d.mts +1063 -0
- package/dist/chains/config/mainnet-chains.d.ts +1063 -0
- package/dist/chains/config/mainnet-chains.d.ts.map +1 -0
- package/dist/chains/config/supported-chains.d.mts +2172 -0
- package/dist/chains/config/supported-chains.d.ts +2172 -0
- package/dist/chains/config/supported-chains.d.ts.map +1 -0
- package/dist/chains/config/testnet-chains.d.mts +1110 -0
- package/dist/chains/config/testnet-chains.d.ts +1110 -0
- package/dist/chains/config/testnet-chains.d.ts.map +1 -0
- package/dist/chains/index.d.mts +16 -0
- package/dist/chains/index.d.ts +16 -0
- package/dist/chains/index.d.ts.map +1 -0
- package/dist/chains/index.js +490 -0
- package/dist/chains/index.js.map +7 -0
- package/dist/chains/index.mjs +505 -0
- package/dist/chains/index.mjs.map +7 -0
- package/dist/chains/lambda/chain-mapping.d.mts +55 -0
- package/dist/chains/lambda/chain-mapping.d.ts +55 -0
- package/dist/chains/lambda/chain-mapping.d.ts.map +1 -0
- package/dist/chains/lambda/index.d.mts +2 -0
- package/dist/chains/lambda/index.d.ts +2 -0
- package/dist/chains/lambda/index.d.ts.map +1 -0
- package/dist/chains/tokens/chain-tokens.d.mts +6 -0
- package/dist/chains/tokens/chain-tokens.d.ts +6 -0
- package/dist/chains/tokens/chain-tokens.d.ts.map +1 -0
- package/dist/chains/tokens/token-addresses.d.mts +8 -0
- package/dist/chains/tokens/token-addresses.d.ts +8 -0
- package/dist/chains/tokens/token-addresses.d.ts.map +1 -0
- package/dist/chains/tokens/token-metadata.d.mts +5 -0
- package/dist/chains/tokens/token-metadata.d.ts +5 -0
- package/dist/chains/tokens/token-metadata.d.ts.map +1 -0
- package/dist/chains/types.d.mts +23 -0
- package/dist/chains/types.d.ts +23 -0
- package/dist/chains/types.d.ts.map +1 -0
- package/dist/chains/utils/filter-tokens.d.mts +3 -0
- package/dist/chains/utils/filter-tokens.d.ts +3 -0
- package/dist/chains/utils/filter-tokens.d.ts.map +1 -0
- package/dist/chains/utils/stablecoin.d.mts +7 -0
- package/dist/chains/utils/stablecoin.d.ts +7 -0
- package/dist/chains/utils/stablecoin.d.ts.map +1 -0
- package/dist/chains/utils/token-maps.d.mts +10 -0
- package/dist/chains/utils/token-maps.d.ts +10 -0
- package/dist/chains/utils/token-maps.d.ts.map +1 -0
- package/dist/constants.d.mts +31 -0
- package/dist/constants.d.ts +31 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +47 -0
- package/dist/constants.js.map +7 -0
- package/dist/constants.mjs +26 -0
- package/dist/constants.mjs.map +7 -0
- package/dist/env.d.mts +17 -0
- package/dist/env.d.ts +17 -0
- package/dist/env.d.ts.map +1 -0
- package/dist/formatters/index.d.mts +2 -0
- package/dist/formatters/index.d.ts +2 -0
- package/dist/formatters/index.d.ts.map +1 -0
- package/dist/formatters/index.js +19 -0
- package/dist/formatters/index.js.map +7 -0
- package/dist/formatters/index.mjs +1 -0
- package/dist/formatters/index.mjs.map +7 -0
- package/dist/helpers/address.d.mts +7 -0
- package/dist/helpers/address.d.ts +7 -0
- package/dist/helpers/address.d.ts.map +1 -0
- package/dist/helpers/blockchain.d.mts +41 -0
- package/dist/helpers/blockchain.d.ts +41 -0
- package/dist/helpers/blockchain.d.ts.map +1 -0
- package/dist/helpers/date.d.mts +70 -0
- package/dist/helpers/date.d.ts +70 -0
- package/dist/helpers/date.d.ts.map +1 -0
- package/dist/helpers/datetime.d.mts +57 -0
- package/dist/helpers/datetime.d.ts +57 -0
- package/dist/helpers/datetime.d.ts.map +1 -0
- package/dist/helpers/domain.d.mts +2 -0
- package/dist/helpers/domain.d.ts +2 -0
- package/dist/helpers/domain.d.ts.map +1 -0
- package/dist/helpers/index.d.mts +19 -0
- package/dist/helpers/index.d.ts +19 -0
- package/dist/helpers/index.d.ts.map +1 -0
- package/dist/helpers/index.js +1322 -0
- package/dist/helpers/index.js.map +7 -0
- package/dist/helpers/index.mjs +1294 -0
- package/dist/helpers/index.mjs.map +7 -0
- package/dist/helpers/intl.d.mts +20 -0
- package/dist/helpers/intl.d.ts +20 -0
- package/dist/helpers/intl.d.ts.map +1 -0
- package/dist/helpers/logger.d.mts +26 -0
- package/dist/helpers/logger.d.ts +26 -0
- package/dist/helpers/logger.d.ts.map +1 -0
- package/dist/helpers/mask-options.d.mts +10 -0
- package/dist/helpers/mask-options.d.ts +10 -0
- package/dist/helpers/mask-options.d.ts.map +1 -0
- package/dist/helpers/num-formatter.d.mts +3 -0
- package/dist/helpers/num-formatter.d.ts +3 -0
- package/dist/helpers/num-formatter.d.ts.map +1 -0
- package/dist/helpers/polling.d.mts +39 -0
- package/dist/helpers/polling.d.ts +39 -0
- package/dist/helpers/polling.d.ts.map +1 -0
- package/dist/helpers/random.d.mts +10 -0
- package/dist/helpers/random.d.ts +10 -0
- package/dist/helpers/random.d.ts.map +1 -0
- package/dist/helpers/sdk-loader.d.mts +25 -0
- package/dist/helpers/sdk-loader.d.ts +25 -0
- package/dist/helpers/sdk-loader.d.ts.map +1 -0
- package/dist/helpers/signatures.d.mts +17 -0
- package/dist/helpers/signatures.d.ts +17 -0
- package/dist/helpers/signatures.d.ts.map +1 -0
- package/dist/helpers/string.d.mts +17 -0
- package/dist/helpers/string.d.ts +17 -0
- package/dist/helpers/string.d.ts.map +1 -0
- package/dist/helpers/types.d.mts +39 -0
- package/dist/helpers/types.d.ts +39 -0
- package/dist/helpers/types.d.ts.map +1 -0
- package/dist/helpers/url.d.mts +11 -0
- package/dist/helpers/url.d.ts +11 -0
- package/dist/helpers/url.d.ts.map +1 -0
- package/dist/helpers/window.d.mts +37 -0
- package/dist/helpers/window.d.ts +37 -0
- package/dist/helpers/window.d.ts.map +1 -0
- package/dist/helpers/zod.d.mts +30 -0
- package/dist/helpers/zod.d.ts +30 -0
- package/dist/helpers/zod.d.ts.map +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +7 -0
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +7 -0
- package/dist/instructions/actions/index.d.mts +5 -0
- package/dist/instructions/actions/index.d.ts +5 -0
- package/dist/instructions/actions/index.d.ts.map +1 -0
- package/dist/instructions/actions/refuel/index.d.mts +15 -0
- package/dist/instructions/actions/refuel/index.d.ts +15 -0
- package/dist/instructions/actions/refuel/index.d.ts.map +1 -0
- package/dist/instructions/actions/swap/index.d.mts +19 -0
- package/dist/instructions/actions/swap/index.d.ts +19 -0
- package/dist/instructions/actions/swap/index.d.ts.map +1 -0
- package/dist/instructions/actions/sweep/index.d.mts +16 -0
- package/dist/instructions/actions/sweep/index.d.ts +16 -0
- package/dist/instructions/actions/sweep/index.d.ts.map +1 -0
- package/dist/instructions/actions/transfer/index.d.mts +13 -0
- package/dist/instructions/actions/transfer/index.d.ts +13 -0
- package/dist/instructions/actions/transfer/index.d.ts.map +1 -0
- package/dist/instructions/activate.d.mts +84 -0
- package/dist/instructions/activate.d.ts +84 -0
- package/dist/instructions/activate.d.ts.map +1 -0
- package/dist/instructions/build.d.mts +146 -0
- package/dist/instructions/build.d.ts +146 -0
- package/dist/instructions/build.d.ts.map +1 -0
- package/dist/instructions/constants.d.mts +9 -0
- package/dist/instructions/constants.d.ts +9 -0
- package/dist/instructions/constants.d.ts.map +1 -0
- package/dist/instructions/contracts/artifacts/abi/build-instruction-action-arguments-abi.d.mts +609 -0
- package/dist/instructions/contracts/artifacts/abi/build-instruction-action-arguments-abi.d.ts +609 -0
- package/dist/instructions/contracts/artifacts/abi/build-instruction-action-arguments-abi.d.ts.map +1 -0
- package/dist/instructions/index.d.mts +6 -0
- package/dist/instructions/index.d.ts +6 -0
- package/dist/instructions/index.d.ts.map +1 -0
- package/dist/instructions/index.js +1152 -0
- package/dist/instructions/index.js.map +7 -0
- package/dist/instructions/index.mjs +1119 -0
- package/dist/instructions/index.mjs.map +7 -0
- package/dist/instructions/types.d.mts +289 -0
- package/dist/instructions/types.d.ts +289 -0
- package/dist/instructions/types.d.ts.map +1 -0
- package/dist/payments/action-names.d.mts +16 -0
- package/dist/payments/action-names.d.ts +16 -0
- package/dist/payments/action-names.d.ts.map +1 -0
- package/dist/payments/actions/index.d.mts +5 -0
- package/dist/payments/actions/index.d.ts +5 -0
- package/dist/payments/actions/index.d.ts.map +1 -0
- package/dist/payments/actions/sweep-cctp.d.mts +15 -0
- package/dist/payments/actions/sweep-cctp.d.ts +15 -0
- package/dist/payments/actions/sweep-cctp.d.ts.map +1 -0
- package/dist/payments/actions/sweep-erc20.d.mts +12 -0
- package/dist/payments/actions/sweep-erc20.d.ts +12 -0
- package/dist/payments/actions/sweep-erc20.d.ts.map +1 -0
- package/dist/payments/actions/sweep-uniswap-v3.d.mts +17 -0
- package/dist/payments/actions/sweep-uniswap-v3.d.ts +17 -0
- package/dist/payments/actions/sweep-uniswap-v3.d.ts.map +1 -0
- package/dist/payments/actions/sweep.d.mts +12 -0
- package/dist/payments/actions/sweep.d.ts +12 -0
- package/dist/payments/actions/sweep.d.ts.map +1 -0
- package/dist/payments/build.d.mts +27 -0
- package/dist/payments/build.d.ts +27 -0
- package/dist/payments/build.d.ts.map +1 -0
- package/dist/payments/chain-token-config-builder.d.mts +10 -0
- package/dist/payments/chain-token-config-builder.d.ts +10 -0
- package/dist/payments/chain-token-config-builder.d.ts.map +1 -0
- package/dist/payments/comprehensive-payment-request.d.mts +25 -0
- package/dist/payments/comprehensive-payment-request.d.ts +25 -0
- package/dist/payments/comprehensive-payment-request.d.ts.map +1 -0
- package/dist/payments/config/cctp.d.mts +14 -0
- package/dist/payments/config/cctp.d.ts +14 -0
- package/dist/payments/config/cctp.d.ts.map +1 -0
- package/dist/payments/config/index.d.mts +3 -0
- package/dist/payments/config/index.d.ts +3 -0
- package/dist/payments/config/index.d.ts.map +1 -0
- package/dist/payments/config/tokens.d.mts +14 -0
- package/dist/payments/config/tokens.d.ts +14 -0
- package/dist/payments/config/tokens.d.ts.map +1 -0
- package/dist/payments/index.d.mts +16 -0
- package/dist/payments/index.d.ts +16 -0
- package/dist/payments/index.d.ts.map +1 -0
- package/dist/payments/index.js +1303 -0
- package/dist/payments/index.js.map +7 -0
- package/dist/payments/index.mjs +1281 -0
- package/dist/payments/index.mjs.map +7 -0
- package/dist/payments/instruction-registry.d.mts +19 -0
- package/dist/payments/instruction-registry.d.ts +19 -0
- package/dist/payments/instruction-registry.d.ts.map +1 -0
- package/dist/payments/payment-metadata-builder.d.mts +56 -0
- package/dist/payments/payment-metadata-builder.d.ts +56 -0
- package/dist/payments/payment-metadata-builder.d.ts.map +1 -0
- package/dist/payments/payment-metadata.d.mts +15 -0
- package/dist/payments/payment-metadata.d.ts +15 -0
- package/dist/payments/payment-metadata.d.ts.map +1 -0
- package/dist/payments/payment-request-token-resolver.d.mts +25 -0
- package/dist/payments/payment-request-token-resolver.d.ts +25 -0
- package/dist/payments/payment-request-token-resolver.d.ts.map +1 -0
- package/dist/payments/types.d.mts +40 -0
- package/dist/payments/types.d.ts +40 -0
- package/dist/payments/types.d.ts.map +1 -0
- package/dist/payments/validation.d.mts +19 -0
- package/dist/payments/validation.d.ts +19 -0
- package/dist/payments/validation.d.ts.map +1 -0
- package/dist/schemas/account.d.mts +9 -0
- package/dist/schemas/account.d.ts +9 -0
- package/dist/schemas/account.d.ts.map +1 -0
- package/dist/schemas/brand.d.mts +7 -0
- package/dist/schemas/brand.d.ts +7 -0
- package/dist/schemas/brand.d.ts.map +1 -0
- package/dist/schemas/contact.d.mts +18 -0
- package/dist/schemas/contact.d.ts +18 -0
- package/dist/schemas/contact.d.ts.map +1 -0
- package/dist/schemas/index.d.mts +10 -0
- package/dist/schemas/index.d.ts +10 -0
- package/dist/schemas/index.d.ts.map +1 -0
- package/dist/schemas/index.js +433 -0
- package/dist/schemas/index.js.map +7 -0
- package/dist/schemas/index.mjs +410 -0
- package/dist/schemas/index.mjs.map +7 -0
- package/dist/schemas/instruction.d.mts +248 -0
- package/dist/schemas/instruction.d.ts +248 -0
- package/dist/schemas/instruction.d.ts.map +1 -0
- package/dist/schemas/misc.d.mts +36 -0
- package/dist/schemas/misc.d.ts +36 -0
- package/dist/schemas/misc.d.ts.map +1 -0
- package/dist/schemas/payment.d.mts +64 -0
- package/dist/schemas/payment.d.ts +64 -0
- package/dist/schemas/payment.d.ts.map +1 -0
- package/dist/schemas/token.d.mts +17 -0
- package/dist/schemas/token.d.ts +17 -0
- package/dist/schemas/token.d.ts.map +1 -0
- package/dist/schemas/transaction.d.mts +65 -0
- package/dist/schemas/transaction.d.ts +65 -0
- package/dist/schemas/transaction.d.ts.map +1 -0
- package/dist/schemas/user.d.mts +24 -0
- package/dist/schemas/user.d.ts +24 -0
- package/dist/schemas/user.d.ts.map +1 -0
- package/dist/server/client.d.mts +3 -0
- package/dist/server/client.d.ts +3 -0
- package/dist/server/client.d.ts.map +1 -0
- package/dist/server/index.d.mts +3 -0
- package/dist/server/index.d.ts +3 -0
- package/dist/server/index.d.ts.map +1 -0
- package/dist/server/index.js +420 -0
- package/dist/server/index.js.map +7 -0
- package/dist/server/index.mjs +389 -0
- package/dist/server/index.mjs.map +7 -0
- package/dist/server/routes/account.d.mts +4 -0
- package/dist/server/routes/account.d.ts +4 -0
- package/dist/server/routes/account.d.ts.map +1 -0
- package/dist/server/routes/auth.d.mts +28 -0
- package/dist/server/routes/auth.d.ts +28 -0
- package/dist/server/routes/auth.d.ts.map +1 -0
- package/dist/server/routes/bridge.d.mts +192 -0
- package/dist/server/routes/bridge.d.ts +192 -0
- package/dist/server/routes/bridge.d.ts.map +1 -0
- package/dist/server/routes/config.d.mts +3 -0
- package/dist/server/routes/config.d.ts +3 -0
- package/dist/server/routes/config.d.ts.map +1 -0
- package/dist/server/routes/index.d.mts +8 -0
- package/dist/server/routes/index.d.ts +8 -0
- package/dist/server/routes/index.d.ts.map +1 -0
- package/dist/server/routes/instruction.d.mts +4 -0
- package/dist/server/routes/instruction.d.ts +4 -0
- package/dist/server/routes/instruction.d.ts.map +1 -0
- package/dist/server/routes/integration.d.mts +4 -0
- package/dist/server/routes/integration.d.ts +4 -0
- package/dist/server/routes/integration.d.ts.map +1 -0
- package/dist/server/routes/payments.d.mts +4 -0
- package/dist/server/routes/payments.d.ts +4 -0
- package/dist/server/routes/payments.d.ts.map +1 -0
- package/dist/server/routes/verify.d.mts +3 -0
- package/dist/server/routes/verify.d.ts +3 -0
- package/dist/server/routes/verify.d.ts.map +1 -0
- package/dist/wallet/wagmi/config.d.mts +18 -0
- package/dist/wallet/wagmi/config.d.ts +18 -0
- package/dist/wallet/wagmi/config.d.ts.map +1 -0
- package/dist/wallet/wagmi/index.d.mts +2 -0
- package/dist/wallet/wagmi/index.d.ts +2 -0
- package/dist/wallet/wagmi/index.d.ts.map +1 -0
- package/dist/wallet/wagmi/index.js +429 -0
- package/dist/wallet/wagmi/index.js.map +7 -0
- package/dist/wallet/wagmi/index.mjs +431 -0
- package/dist/wallet/wagmi/index.mjs.map +7 -0
- package/package.json +222 -0
|
@@ -0,0 +1,609 @@
|
|
|
1
|
+
export declare const refuelArgumentsAbi: readonly [{
|
|
2
|
+
readonly name: "target";
|
|
3
|
+
readonly type: "address";
|
|
4
|
+
}, {
|
|
5
|
+
readonly name: "threshold";
|
|
6
|
+
readonly type: "uint256";
|
|
7
|
+
}, {
|
|
8
|
+
readonly name: "endBalance";
|
|
9
|
+
readonly type: "uint256";
|
|
10
|
+
}, {
|
|
11
|
+
readonly name: "gasLimit";
|
|
12
|
+
readonly type: "uint256";
|
|
13
|
+
}, {
|
|
14
|
+
readonly name: "fee";
|
|
15
|
+
readonly type: "tuple";
|
|
16
|
+
readonly components: readonly [{
|
|
17
|
+
readonly name: "token";
|
|
18
|
+
readonly type: "address";
|
|
19
|
+
}, {
|
|
20
|
+
readonly name: "maxBaseFeePerGas";
|
|
21
|
+
readonly type: "uint256";
|
|
22
|
+
}, {
|
|
23
|
+
readonly name: "maxPriorityFeePerGas";
|
|
24
|
+
readonly type: "uint256";
|
|
25
|
+
}, {
|
|
26
|
+
readonly name: "executionFee";
|
|
27
|
+
readonly type: "uint256";
|
|
28
|
+
}];
|
|
29
|
+
}];
|
|
30
|
+
export declare const refuelERC20ArgumentsAbi: readonly [{
|
|
31
|
+
readonly name: "token";
|
|
32
|
+
readonly type: "address";
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "target";
|
|
35
|
+
readonly type: "address";
|
|
36
|
+
}, {
|
|
37
|
+
readonly name: "threshold";
|
|
38
|
+
readonly type: "uint256";
|
|
39
|
+
}, {
|
|
40
|
+
readonly name: "endBalance";
|
|
41
|
+
readonly type: "uint256";
|
|
42
|
+
}, {
|
|
43
|
+
readonly name: "fee";
|
|
44
|
+
readonly type: "tuple";
|
|
45
|
+
readonly components: readonly [{
|
|
46
|
+
readonly name: "token";
|
|
47
|
+
readonly type: "address";
|
|
48
|
+
}, {
|
|
49
|
+
readonly name: "maxBaseFeePerGas";
|
|
50
|
+
readonly type: "uint256";
|
|
51
|
+
}, {
|
|
52
|
+
readonly name: "maxPriorityFeePerGas";
|
|
53
|
+
readonly type: "uint256";
|
|
54
|
+
}, {
|
|
55
|
+
readonly name: "executionFee";
|
|
56
|
+
readonly type: "uint256";
|
|
57
|
+
}];
|
|
58
|
+
}];
|
|
59
|
+
export declare const transferArgumentsAbi: readonly [{
|
|
60
|
+
readonly name: "target";
|
|
61
|
+
readonly type: "address";
|
|
62
|
+
}, {
|
|
63
|
+
readonly name: "value";
|
|
64
|
+
readonly type: "uint256";
|
|
65
|
+
}, {
|
|
66
|
+
readonly name: "gasLimit";
|
|
67
|
+
readonly type: "uint256";
|
|
68
|
+
}, {
|
|
69
|
+
readonly name: "schedule";
|
|
70
|
+
readonly type: "tuple";
|
|
71
|
+
readonly components: readonly [{
|
|
72
|
+
readonly name: "startAt";
|
|
73
|
+
readonly type: "uint256";
|
|
74
|
+
}, {
|
|
75
|
+
readonly name: "startBy";
|
|
76
|
+
readonly type: "uint256";
|
|
77
|
+
}, {
|
|
78
|
+
readonly name: "interval";
|
|
79
|
+
readonly type: "uint256";
|
|
80
|
+
}, {
|
|
81
|
+
readonly name: "timeout";
|
|
82
|
+
readonly type: "uint256";
|
|
83
|
+
}];
|
|
84
|
+
}, {
|
|
85
|
+
readonly name: "fee";
|
|
86
|
+
readonly type: "tuple";
|
|
87
|
+
readonly components: readonly [{
|
|
88
|
+
readonly name: "token";
|
|
89
|
+
readonly type: "address";
|
|
90
|
+
}, {
|
|
91
|
+
readonly name: "maxBaseFeePerGas";
|
|
92
|
+
readonly type: "uint256";
|
|
93
|
+
}, {
|
|
94
|
+
readonly name: "maxPriorityFeePerGas";
|
|
95
|
+
readonly type: "uint256";
|
|
96
|
+
}, {
|
|
97
|
+
readonly name: "executionFee";
|
|
98
|
+
readonly type: "uint256";
|
|
99
|
+
}];
|
|
100
|
+
}];
|
|
101
|
+
export declare const transferERC20ArgumentsAbi: readonly [{
|
|
102
|
+
readonly name: "token";
|
|
103
|
+
readonly type: "address";
|
|
104
|
+
}, {
|
|
105
|
+
readonly name: "target";
|
|
106
|
+
readonly type: "address";
|
|
107
|
+
}, {
|
|
108
|
+
readonly name: "value";
|
|
109
|
+
readonly type: "uint256";
|
|
110
|
+
}, {
|
|
111
|
+
readonly name: "schedule";
|
|
112
|
+
readonly type: "tuple";
|
|
113
|
+
readonly components: readonly [{
|
|
114
|
+
readonly name: "startAt";
|
|
115
|
+
readonly type: "uint256";
|
|
116
|
+
}, {
|
|
117
|
+
readonly name: "startBy";
|
|
118
|
+
readonly type: "uint256";
|
|
119
|
+
}, {
|
|
120
|
+
readonly name: "interval";
|
|
121
|
+
readonly type: "uint256";
|
|
122
|
+
}, {
|
|
123
|
+
readonly name: "timeout";
|
|
124
|
+
readonly type: "uint256";
|
|
125
|
+
}];
|
|
126
|
+
}, {
|
|
127
|
+
readonly name: "fee";
|
|
128
|
+
readonly type: "tuple";
|
|
129
|
+
readonly components: readonly [{
|
|
130
|
+
readonly name: "token";
|
|
131
|
+
readonly type: "address";
|
|
132
|
+
}, {
|
|
133
|
+
readonly name: "maxBaseFeePerGas";
|
|
134
|
+
readonly type: "uint256";
|
|
135
|
+
}, {
|
|
136
|
+
readonly name: "maxPriorityFeePerGas";
|
|
137
|
+
readonly type: "uint256";
|
|
138
|
+
}, {
|
|
139
|
+
readonly name: "executionFee";
|
|
140
|
+
readonly type: "uint256";
|
|
141
|
+
}];
|
|
142
|
+
}];
|
|
143
|
+
export declare const uniswapV3ExactInputArgumentsAbi: readonly [{
|
|
144
|
+
readonly name: "recipient";
|
|
145
|
+
readonly type: "address";
|
|
146
|
+
}, {
|
|
147
|
+
readonly name: "tokenIn";
|
|
148
|
+
readonly type: "address";
|
|
149
|
+
}, {
|
|
150
|
+
readonly name: "tokenOut";
|
|
151
|
+
readonly type: "address";
|
|
152
|
+
}, {
|
|
153
|
+
readonly name: "feeTier";
|
|
154
|
+
readonly type: "uint24";
|
|
155
|
+
}, {
|
|
156
|
+
readonly name: "amountIn";
|
|
157
|
+
readonly type: "uint256";
|
|
158
|
+
}, {
|
|
159
|
+
readonly name: "floorAmountOut";
|
|
160
|
+
readonly type: "uint256";
|
|
161
|
+
}, {
|
|
162
|
+
readonly name: "meanPriceLookBack";
|
|
163
|
+
readonly type: "uint32";
|
|
164
|
+
}, {
|
|
165
|
+
readonly name: "maxPriceDeviationBPS";
|
|
166
|
+
readonly type: "uint32";
|
|
167
|
+
}, {
|
|
168
|
+
readonly name: "schedule";
|
|
169
|
+
readonly type: "tuple";
|
|
170
|
+
readonly components: readonly [{
|
|
171
|
+
readonly name: "startAt";
|
|
172
|
+
readonly type: "uint256";
|
|
173
|
+
}, {
|
|
174
|
+
readonly name: "startBy";
|
|
175
|
+
readonly type: "uint256";
|
|
176
|
+
}, {
|
|
177
|
+
readonly name: "interval";
|
|
178
|
+
readonly type: "uint256";
|
|
179
|
+
}, {
|
|
180
|
+
readonly name: "timeout";
|
|
181
|
+
readonly type: "uint256";
|
|
182
|
+
}];
|
|
183
|
+
}, {
|
|
184
|
+
readonly name: "fee";
|
|
185
|
+
readonly type: "tuple";
|
|
186
|
+
readonly components: readonly [{
|
|
187
|
+
readonly name: "token";
|
|
188
|
+
readonly type: "address";
|
|
189
|
+
}, {
|
|
190
|
+
readonly name: "maxBaseFeePerGas";
|
|
191
|
+
readonly type: "uint256";
|
|
192
|
+
}, {
|
|
193
|
+
readonly name: "maxPriorityFeePerGas";
|
|
194
|
+
readonly type: "uint256";
|
|
195
|
+
}, {
|
|
196
|
+
readonly name: "executionFee";
|
|
197
|
+
readonly type: "uint256";
|
|
198
|
+
}];
|
|
199
|
+
}];
|
|
200
|
+
export declare const sweepDepositAccountArgumentsAbi: readonly [{
|
|
201
|
+
readonly name: "depositor";
|
|
202
|
+
readonly type: "address";
|
|
203
|
+
}, {
|
|
204
|
+
readonly name: "recipient";
|
|
205
|
+
readonly type: "address";
|
|
206
|
+
}, {
|
|
207
|
+
readonly name: "threshold";
|
|
208
|
+
readonly type: "uint256";
|
|
209
|
+
}, {
|
|
210
|
+
readonly name: "fee";
|
|
211
|
+
readonly type: "tuple";
|
|
212
|
+
readonly components: readonly [{
|
|
213
|
+
readonly name: "token";
|
|
214
|
+
readonly type: "address";
|
|
215
|
+
}, {
|
|
216
|
+
readonly name: "maxBaseFeePerGas";
|
|
217
|
+
readonly type: "uint256";
|
|
218
|
+
}, {
|
|
219
|
+
readonly name: "maxPriorityFeePerGas";
|
|
220
|
+
readonly type: "uint256";
|
|
221
|
+
}, {
|
|
222
|
+
readonly name: "executionFee";
|
|
223
|
+
readonly type: "uint256";
|
|
224
|
+
}];
|
|
225
|
+
}];
|
|
226
|
+
export declare const sweepDepositAccountERC20ArgumentsAbi: readonly [{
|
|
227
|
+
readonly name: "token";
|
|
228
|
+
readonly type: "address";
|
|
229
|
+
}, {
|
|
230
|
+
readonly name: "depositor";
|
|
231
|
+
readonly type: "address";
|
|
232
|
+
}, {
|
|
233
|
+
readonly name: "recipient";
|
|
234
|
+
readonly type: "address";
|
|
235
|
+
}, {
|
|
236
|
+
readonly name: "threshold";
|
|
237
|
+
readonly type: "uint256";
|
|
238
|
+
}, {
|
|
239
|
+
readonly name: "fee";
|
|
240
|
+
readonly type: "tuple";
|
|
241
|
+
readonly components: readonly [{
|
|
242
|
+
readonly name: "token";
|
|
243
|
+
readonly type: "address";
|
|
244
|
+
}, {
|
|
245
|
+
readonly name: "maxBaseFeePerGas";
|
|
246
|
+
readonly type: "uint256";
|
|
247
|
+
}, {
|
|
248
|
+
readonly name: "maxPriorityFeePerGas";
|
|
249
|
+
readonly type: "uint256";
|
|
250
|
+
}, {
|
|
251
|
+
readonly name: "executionFee";
|
|
252
|
+
readonly type: "uint256";
|
|
253
|
+
}];
|
|
254
|
+
}];
|
|
255
|
+
export declare const sweepSkipCCTPDepositAccountArgumentsAbi: readonly [{
|
|
256
|
+
readonly name: "depositor";
|
|
257
|
+
readonly type: "address";
|
|
258
|
+
}, {
|
|
259
|
+
readonly name: "destinationDomain";
|
|
260
|
+
readonly type: "uint32";
|
|
261
|
+
}, {
|
|
262
|
+
readonly name: "destinationMintRecipient";
|
|
263
|
+
readonly type: "bytes32";
|
|
264
|
+
}, {
|
|
265
|
+
readonly name: "threshold";
|
|
266
|
+
readonly type: "uint256";
|
|
267
|
+
}, {
|
|
268
|
+
readonly name: "fee";
|
|
269
|
+
readonly type: "tuple";
|
|
270
|
+
readonly components: readonly [{
|
|
271
|
+
readonly name: "token";
|
|
272
|
+
readonly type: "address";
|
|
273
|
+
}, {
|
|
274
|
+
readonly name: "maxBaseFeePerGas";
|
|
275
|
+
readonly type: "uint256";
|
|
276
|
+
}, {
|
|
277
|
+
readonly name: "maxPriorityFeePerGas";
|
|
278
|
+
readonly type: "uint256";
|
|
279
|
+
}, {
|
|
280
|
+
readonly name: "executionFee";
|
|
281
|
+
readonly type: "uint256";
|
|
282
|
+
}];
|
|
283
|
+
}];
|
|
284
|
+
export declare const deactivateInstructionArgumentsAbi: readonly [{
|
|
285
|
+
readonly name: "instructionId";
|
|
286
|
+
readonly type: "bytes32";
|
|
287
|
+
}, {
|
|
288
|
+
readonly name: "fee";
|
|
289
|
+
readonly type: "tuple";
|
|
290
|
+
readonly components: readonly [{
|
|
291
|
+
readonly name: "token";
|
|
292
|
+
readonly type: "address";
|
|
293
|
+
}, {
|
|
294
|
+
readonly name: "maxBaseFeePerGas";
|
|
295
|
+
readonly type: "uint256";
|
|
296
|
+
}, {
|
|
297
|
+
readonly name: "maxPriorityFeePerGas";
|
|
298
|
+
readonly type: "uint256";
|
|
299
|
+
}, {
|
|
300
|
+
readonly name: "executionFee";
|
|
301
|
+
readonly type: "uint256";
|
|
302
|
+
}];
|
|
303
|
+
}];
|
|
304
|
+
export declare const buildInstructionActionArgumentsAbiMap: {
|
|
305
|
+
readonly refuel: readonly [{
|
|
306
|
+
readonly name: "target";
|
|
307
|
+
readonly type: "address";
|
|
308
|
+
}, {
|
|
309
|
+
readonly name: "threshold";
|
|
310
|
+
readonly type: "uint256";
|
|
311
|
+
}, {
|
|
312
|
+
readonly name: "endBalance";
|
|
313
|
+
readonly type: "uint256";
|
|
314
|
+
}, {
|
|
315
|
+
readonly name: "gasLimit";
|
|
316
|
+
readonly type: "uint256";
|
|
317
|
+
}, {
|
|
318
|
+
readonly name: "fee";
|
|
319
|
+
readonly type: "tuple";
|
|
320
|
+
readonly components: readonly [{
|
|
321
|
+
readonly name: "token";
|
|
322
|
+
readonly type: "address";
|
|
323
|
+
}, {
|
|
324
|
+
readonly name: "maxBaseFeePerGas";
|
|
325
|
+
readonly type: "uint256";
|
|
326
|
+
}, {
|
|
327
|
+
readonly name: "maxPriorityFeePerGas";
|
|
328
|
+
readonly type: "uint256";
|
|
329
|
+
}, {
|
|
330
|
+
readonly name: "executionFee";
|
|
331
|
+
readonly type: "uint256";
|
|
332
|
+
}];
|
|
333
|
+
}];
|
|
334
|
+
readonly refuelERC20: readonly [{
|
|
335
|
+
readonly name: "token";
|
|
336
|
+
readonly type: "address";
|
|
337
|
+
}, {
|
|
338
|
+
readonly name: "target";
|
|
339
|
+
readonly type: "address";
|
|
340
|
+
}, {
|
|
341
|
+
readonly name: "threshold";
|
|
342
|
+
readonly type: "uint256";
|
|
343
|
+
}, {
|
|
344
|
+
readonly name: "endBalance";
|
|
345
|
+
readonly type: "uint256";
|
|
346
|
+
}, {
|
|
347
|
+
readonly name: "fee";
|
|
348
|
+
readonly type: "tuple";
|
|
349
|
+
readonly components: readonly [{
|
|
350
|
+
readonly name: "token";
|
|
351
|
+
readonly type: "address";
|
|
352
|
+
}, {
|
|
353
|
+
readonly name: "maxBaseFeePerGas";
|
|
354
|
+
readonly type: "uint256";
|
|
355
|
+
}, {
|
|
356
|
+
readonly name: "maxPriorityFeePerGas";
|
|
357
|
+
readonly type: "uint256";
|
|
358
|
+
}, {
|
|
359
|
+
readonly name: "executionFee";
|
|
360
|
+
readonly type: "uint256";
|
|
361
|
+
}];
|
|
362
|
+
}];
|
|
363
|
+
readonly transfer: readonly [{
|
|
364
|
+
readonly name: "target";
|
|
365
|
+
readonly type: "address";
|
|
366
|
+
}, {
|
|
367
|
+
readonly name: "value";
|
|
368
|
+
readonly type: "uint256";
|
|
369
|
+
}, {
|
|
370
|
+
readonly name: "gasLimit";
|
|
371
|
+
readonly type: "uint256";
|
|
372
|
+
}, {
|
|
373
|
+
readonly name: "schedule";
|
|
374
|
+
readonly type: "tuple";
|
|
375
|
+
readonly components: readonly [{
|
|
376
|
+
readonly name: "startAt";
|
|
377
|
+
readonly type: "uint256";
|
|
378
|
+
}, {
|
|
379
|
+
readonly name: "startBy";
|
|
380
|
+
readonly type: "uint256";
|
|
381
|
+
}, {
|
|
382
|
+
readonly name: "interval";
|
|
383
|
+
readonly type: "uint256";
|
|
384
|
+
}, {
|
|
385
|
+
readonly name: "timeout";
|
|
386
|
+
readonly type: "uint256";
|
|
387
|
+
}];
|
|
388
|
+
}, {
|
|
389
|
+
readonly name: "fee";
|
|
390
|
+
readonly type: "tuple";
|
|
391
|
+
readonly components: readonly [{
|
|
392
|
+
readonly name: "token";
|
|
393
|
+
readonly type: "address";
|
|
394
|
+
}, {
|
|
395
|
+
readonly name: "maxBaseFeePerGas";
|
|
396
|
+
readonly type: "uint256";
|
|
397
|
+
}, {
|
|
398
|
+
readonly name: "maxPriorityFeePerGas";
|
|
399
|
+
readonly type: "uint256";
|
|
400
|
+
}, {
|
|
401
|
+
readonly name: "executionFee";
|
|
402
|
+
readonly type: "uint256";
|
|
403
|
+
}];
|
|
404
|
+
}];
|
|
405
|
+
readonly transferERC20: readonly [{
|
|
406
|
+
readonly name: "token";
|
|
407
|
+
readonly type: "address";
|
|
408
|
+
}, {
|
|
409
|
+
readonly name: "target";
|
|
410
|
+
readonly type: "address";
|
|
411
|
+
}, {
|
|
412
|
+
readonly name: "value";
|
|
413
|
+
readonly type: "uint256";
|
|
414
|
+
}, {
|
|
415
|
+
readonly name: "schedule";
|
|
416
|
+
readonly type: "tuple";
|
|
417
|
+
readonly components: readonly [{
|
|
418
|
+
readonly name: "startAt";
|
|
419
|
+
readonly type: "uint256";
|
|
420
|
+
}, {
|
|
421
|
+
readonly name: "startBy";
|
|
422
|
+
readonly type: "uint256";
|
|
423
|
+
}, {
|
|
424
|
+
readonly name: "interval";
|
|
425
|
+
readonly type: "uint256";
|
|
426
|
+
}, {
|
|
427
|
+
readonly name: "timeout";
|
|
428
|
+
readonly type: "uint256";
|
|
429
|
+
}];
|
|
430
|
+
}, {
|
|
431
|
+
readonly name: "fee";
|
|
432
|
+
readonly type: "tuple";
|
|
433
|
+
readonly components: readonly [{
|
|
434
|
+
readonly name: "token";
|
|
435
|
+
readonly type: "address";
|
|
436
|
+
}, {
|
|
437
|
+
readonly name: "maxBaseFeePerGas";
|
|
438
|
+
readonly type: "uint256";
|
|
439
|
+
}, {
|
|
440
|
+
readonly name: "maxPriorityFeePerGas";
|
|
441
|
+
readonly type: "uint256";
|
|
442
|
+
}, {
|
|
443
|
+
readonly name: "executionFee";
|
|
444
|
+
readonly type: "uint256";
|
|
445
|
+
}];
|
|
446
|
+
}];
|
|
447
|
+
readonly uniswapV3ExactInput: readonly [{
|
|
448
|
+
readonly name: "recipient";
|
|
449
|
+
readonly type: "address";
|
|
450
|
+
}, {
|
|
451
|
+
readonly name: "tokenIn";
|
|
452
|
+
readonly type: "address";
|
|
453
|
+
}, {
|
|
454
|
+
readonly name: "tokenOut";
|
|
455
|
+
readonly type: "address";
|
|
456
|
+
}, {
|
|
457
|
+
readonly name: "feeTier";
|
|
458
|
+
readonly type: "uint24";
|
|
459
|
+
}, {
|
|
460
|
+
readonly name: "amountIn";
|
|
461
|
+
readonly type: "uint256";
|
|
462
|
+
}, {
|
|
463
|
+
readonly name: "floorAmountOut";
|
|
464
|
+
readonly type: "uint256";
|
|
465
|
+
}, {
|
|
466
|
+
readonly name: "meanPriceLookBack";
|
|
467
|
+
readonly type: "uint32";
|
|
468
|
+
}, {
|
|
469
|
+
readonly name: "maxPriceDeviationBPS";
|
|
470
|
+
readonly type: "uint32";
|
|
471
|
+
}, {
|
|
472
|
+
readonly name: "schedule";
|
|
473
|
+
readonly type: "tuple";
|
|
474
|
+
readonly components: readonly [{
|
|
475
|
+
readonly name: "startAt";
|
|
476
|
+
readonly type: "uint256";
|
|
477
|
+
}, {
|
|
478
|
+
readonly name: "startBy";
|
|
479
|
+
readonly type: "uint256";
|
|
480
|
+
}, {
|
|
481
|
+
readonly name: "interval";
|
|
482
|
+
readonly type: "uint256";
|
|
483
|
+
}, {
|
|
484
|
+
readonly name: "timeout";
|
|
485
|
+
readonly type: "uint256";
|
|
486
|
+
}];
|
|
487
|
+
}, {
|
|
488
|
+
readonly name: "fee";
|
|
489
|
+
readonly type: "tuple";
|
|
490
|
+
readonly components: readonly [{
|
|
491
|
+
readonly name: "token";
|
|
492
|
+
readonly type: "address";
|
|
493
|
+
}, {
|
|
494
|
+
readonly name: "maxBaseFeePerGas";
|
|
495
|
+
readonly type: "uint256";
|
|
496
|
+
}, {
|
|
497
|
+
readonly name: "maxPriorityFeePerGas";
|
|
498
|
+
readonly type: "uint256";
|
|
499
|
+
}, {
|
|
500
|
+
readonly name: "executionFee";
|
|
501
|
+
readonly type: "uint256";
|
|
502
|
+
}];
|
|
503
|
+
}];
|
|
504
|
+
readonly sweepDepositAccount: readonly [{
|
|
505
|
+
readonly name: "depositor";
|
|
506
|
+
readonly type: "address";
|
|
507
|
+
}, {
|
|
508
|
+
readonly name: "recipient";
|
|
509
|
+
readonly type: "address";
|
|
510
|
+
}, {
|
|
511
|
+
readonly name: "threshold";
|
|
512
|
+
readonly type: "uint256";
|
|
513
|
+
}, {
|
|
514
|
+
readonly name: "fee";
|
|
515
|
+
readonly type: "tuple";
|
|
516
|
+
readonly components: readonly [{
|
|
517
|
+
readonly name: "token";
|
|
518
|
+
readonly type: "address";
|
|
519
|
+
}, {
|
|
520
|
+
readonly name: "maxBaseFeePerGas";
|
|
521
|
+
readonly type: "uint256";
|
|
522
|
+
}, {
|
|
523
|
+
readonly name: "maxPriorityFeePerGas";
|
|
524
|
+
readonly type: "uint256";
|
|
525
|
+
}, {
|
|
526
|
+
readonly name: "executionFee";
|
|
527
|
+
readonly type: "uint256";
|
|
528
|
+
}];
|
|
529
|
+
}];
|
|
530
|
+
readonly sweepDepositAccountERC20: readonly [{
|
|
531
|
+
readonly name: "token";
|
|
532
|
+
readonly type: "address";
|
|
533
|
+
}, {
|
|
534
|
+
readonly name: "depositor";
|
|
535
|
+
readonly type: "address";
|
|
536
|
+
}, {
|
|
537
|
+
readonly name: "recipient";
|
|
538
|
+
readonly type: "address";
|
|
539
|
+
}, {
|
|
540
|
+
readonly name: "threshold";
|
|
541
|
+
readonly type: "uint256";
|
|
542
|
+
}, {
|
|
543
|
+
readonly name: "fee";
|
|
544
|
+
readonly type: "tuple";
|
|
545
|
+
readonly components: readonly [{
|
|
546
|
+
readonly name: "token";
|
|
547
|
+
readonly type: "address";
|
|
548
|
+
}, {
|
|
549
|
+
readonly name: "maxBaseFeePerGas";
|
|
550
|
+
readonly type: "uint256";
|
|
551
|
+
}, {
|
|
552
|
+
readonly name: "maxPriorityFeePerGas";
|
|
553
|
+
readonly type: "uint256";
|
|
554
|
+
}, {
|
|
555
|
+
readonly name: "executionFee";
|
|
556
|
+
readonly type: "uint256";
|
|
557
|
+
}];
|
|
558
|
+
}];
|
|
559
|
+
readonly sweepSkipCCTPDepositAccount: readonly [{
|
|
560
|
+
readonly name: "depositor";
|
|
561
|
+
readonly type: "address";
|
|
562
|
+
}, {
|
|
563
|
+
readonly name: "destinationDomain";
|
|
564
|
+
readonly type: "uint32";
|
|
565
|
+
}, {
|
|
566
|
+
readonly name: "destinationMintRecipient";
|
|
567
|
+
readonly type: "bytes32";
|
|
568
|
+
}, {
|
|
569
|
+
readonly name: "threshold";
|
|
570
|
+
readonly type: "uint256";
|
|
571
|
+
}, {
|
|
572
|
+
readonly name: "fee";
|
|
573
|
+
readonly type: "tuple";
|
|
574
|
+
readonly components: readonly [{
|
|
575
|
+
readonly name: "token";
|
|
576
|
+
readonly type: "address";
|
|
577
|
+
}, {
|
|
578
|
+
readonly name: "maxBaseFeePerGas";
|
|
579
|
+
readonly type: "uint256";
|
|
580
|
+
}, {
|
|
581
|
+
readonly name: "maxPriorityFeePerGas";
|
|
582
|
+
readonly type: "uint256";
|
|
583
|
+
}, {
|
|
584
|
+
readonly name: "executionFee";
|
|
585
|
+
readonly type: "uint256";
|
|
586
|
+
}];
|
|
587
|
+
}];
|
|
588
|
+
readonly deactivateInstruction: readonly [{
|
|
589
|
+
readonly name: "instructionId";
|
|
590
|
+
readonly type: "bytes32";
|
|
591
|
+
}, {
|
|
592
|
+
readonly name: "fee";
|
|
593
|
+
readonly type: "tuple";
|
|
594
|
+
readonly components: readonly [{
|
|
595
|
+
readonly name: "token";
|
|
596
|
+
readonly type: "address";
|
|
597
|
+
}, {
|
|
598
|
+
readonly name: "maxBaseFeePerGas";
|
|
599
|
+
readonly type: "uint256";
|
|
600
|
+
}, {
|
|
601
|
+
readonly name: "maxPriorityFeePerGas";
|
|
602
|
+
readonly type: "uint256";
|
|
603
|
+
}, {
|
|
604
|
+
readonly name: "executionFee";
|
|
605
|
+
readonly type: "uint256";
|
|
606
|
+
}];
|
|
607
|
+
}];
|
|
608
|
+
};
|
|
609
|
+
//# sourceMappingURL=build-instruction-action-arguments-abi.d.ts.map
|
package/dist/instructions/contracts/artifacts/abi/build-instruction-action-arguments-abi.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-instruction-action-arguments-abi.d.ts","sourceRoot":"","sources":["../../../../../src/instructions/contracts/artifacts/abi/build-instruction-action-arguments-abi.ts"],"names":[],"mappings":"AA0CA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMa,CAAC;AAE7C,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMQ,CAAC;AAE7C,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMW,CAAC;AAE7C,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMM,CAAC;AAE7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWA,CAAC;AAE7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;EAKA,CAAC;AAE7C,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAML,CAAC;AAE7C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMR,CAAC;AAE7C,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;EAGF,CAAC;AAG7C,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAYxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/instructions/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC"}
|