@hyperlane-xyz/sdk 22.0.0 → 24.0.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/dist/block-explorer/utils.d.ts.map +1 -1
- package/dist/block-explorer/utils.js +1 -0
- package/dist/block-explorer/utils.js.map +1 -1
- package/dist/consts/igp.d.ts +1 -0
- package/dist/consts/igp.d.ts.map +1 -1
- package/dist/consts/igp.js +13 -3
- package/dist/consts/igp.js.map +1 -1
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +23 -148
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/contracts/contracts.d.ts.map +1 -1
- package/dist/contracts/contracts.js +2 -0
- package/dist/contracts/contracts.js.map +1 -1
- package/dist/core/HyperlaneCore.d.ts +24 -0
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.js +38 -3
- package/dist/core/HyperlaneCore.js.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreDeployer.js +6 -2
- package/dist/core/HyperlaneCoreDeployer.js.map +1 -1
- package/dist/core/MultiProtocolCore.d.ts.map +1 -1
- package/dist/core/MultiProtocolCore.js +3 -0
- package/dist/core/MultiProtocolCore.js.map +1 -1
- package/dist/core/adapters/AleoCoreAdapter.d.ts +23 -0
- package/dist/core/adapters/AleoCoreAdapter.d.ts.map +1 -0
- package/dist/core/adapters/AleoCoreAdapter.js +40 -0
- package/dist/core/adapters/AleoCoreAdapter.js.map +1 -0
- package/dist/core/adapters/CosmNativeCoreAdapter.d.ts +1 -0
- package/dist/core/adapters/CosmNativeCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/CosmNativeCoreAdapter.js +7 -0
- package/dist/core/adapters/CosmNativeCoreAdapter.js.map +1 -1
- package/dist/core/adapters/CosmWasmCoreAdapter.d.ts +1 -0
- package/dist/core/adapters/CosmWasmCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/CosmWasmCoreAdapter.js +3 -0
- package/dist/core/adapters/CosmWasmCoreAdapter.js.map +1 -1
- package/dist/core/adapters/EvmCoreAdapter.d.ts +1 -0
- package/dist/core/adapters/EvmCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/EvmCoreAdapter.js +4 -0
- package/dist/core/adapters/EvmCoreAdapter.js.map +1 -1
- package/dist/core/adapters/RadixCoreAdapter.d.ts +1 -0
- package/dist/core/adapters/RadixCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/RadixCoreAdapter.js +7 -0
- package/dist/core/adapters/RadixCoreAdapter.js.map +1 -1
- package/dist/core/adapters/SealevelCoreAdapter.d.ts +1 -0
- package/dist/core/adapters/SealevelCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/SealevelCoreAdapter.js +7 -0
- package/dist/core/adapters/SealevelCoreAdapter.js.map +1 -1
- package/dist/core/adapters/StarknetCoreAdapter.d.ts +1 -0
- package/dist/core/adapters/StarknetCoreAdapter.d.ts.map +1 -1
- package/dist/core/adapters/StarknetCoreAdapter.js +5 -0
- package/dist/core/adapters/StarknetCoreAdapter.js.map +1 -1
- package/dist/core/adapters/types.d.ts +7 -0
- package/dist/core/adapters/types.d.ts.map +1 -1
- package/dist/core/types.d.ts +154 -38
- package/dist/core/types.d.ts.map +1 -1
- package/dist/deploy/proxy.d.ts +2 -0
- package/dist/deploy/proxy.d.ts.map +1 -1
- package/dist/deploy/proxy.js +10 -4
- package/dist/deploy/proxy.js.map +1 -1
- package/dist/deploy/proxy.test.js +44 -1
- package/dist/deploy/proxy.test.js.map +1 -1
- package/dist/deploy/verify/BaseContractVerifier.d.ts.map +1 -1
- package/dist/deploy/verify/BaseContractVerifier.js +2 -1
- package/dist/deploy/verify/BaseContractVerifier.js.map +1 -1
- package/dist/deploy/verify/PostDeploymentContractVerifier.d.ts.map +1 -1
- package/dist/deploy/verify/PostDeploymentContractVerifier.js +2 -1
- package/dist/deploy/verify/PostDeploymentContractVerifier.js.map +1 -1
- package/dist/deploy/warp.js +3 -3
- package/dist/deploy/warp.js.map +1 -1
- package/dist/gas/utils.d.ts.map +1 -1
- package/dist/gas/utils.js +11 -8
- package/dist/gas/utils.js.map +1 -1
- package/dist/hook/EvmHookModule.hardhat-test.js +16 -10
- package/dist/hook/EvmHookModule.hardhat-test.js.map +1 -1
- package/dist/hook/EvmHookReader.d.ts.map +1 -1
- package/dist/hook/EvmHookReader.js +70 -32
- package/dist/hook/EvmHookReader.js.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.js +14 -6
- package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
- package/dist/hook/types.d.ts +318 -14
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +49 -0
- package/dist/hook/types.js.map +1 -1
- package/dist/ica/types.d.ts +52 -12
- package/dist/ica/types.d.ts.map +1 -1
- package/dist/index.d.ts +10 -12
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -10
- package/dist/index.js.map +1 -1
- package/dist/ism/EvmIsmReader.d.ts.map +1 -1
- package/dist/ism/EvmIsmReader.js +9 -9
- package/dist/ism/EvmIsmReader.js.map +1 -1
- package/dist/ism/EvmIsmReader.test.js +13 -1
- package/dist/ism/EvmIsmReader.test.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.d.ts +1 -3
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.d.ts.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js +6 -96
- package/dist/ism/HyperlaneIsmFactory.hardhat-test.js.map +1 -1
- package/dist/ism/HyperlaneIsmFactory.js +2 -0
- package/dist/ism/HyperlaneIsmFactory.js.map +1 -1
- package/dist/ism/multisig.js +2 -2
- package/dist/ism/multisig.js.map +1 -1
- package/dist/ism/types.d.ts +221 -1
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +49 -0
- package/dist/ism/types.js.map +1 -1
- package/dist/ism/utils.d.ts +1 -0
- package/dist/ism/utils.d.ts.map +1 -1
- package/dist/ism/utils.js +4 -1
- package/dist/ism/utils.js.map +1 -1
- package/dist/mailbox/serialization.js +2 -2
- package/dist/mailbox/serialization.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +132 -132
- package/dist/metadata/blockExplorer.d.ts.map +1 -1
- package/dist/metadata/blockExplorer.js +2 -0
- package/dist/metadata/blockExplorer.js.map +1 -1
- package/dist/metadata/chainMetadataTypes.d.ts +73 -71
- package/dist/metadata/chainMetadataTypes.d.ts.map +1 -1
- package/dist/metadata/chainMetadataTypes.js +6 -8
- package/dist/metadata/chainMetadataTypes.js.map +1 -1
- package/dist/metadata/customZodTypes.d.ts +23 -0
- package/dist/metadata/customZodTypes.d.ts.map +1 -1
- package/dist/metadata/customZodTypes.js +33 -0
- package/dist/metadata/customZodTypes.js.map +1 -1
- package/dist/metadata/forwardCompatibleEnum.test.d.ts +2 -0
- package/dist/metadata/forwardCompatibleEnum.test.d.ts.map +1 -0
- package/dist/metadata/forwardCompatibleEnum.test.js +299 -0
- package/dist/metadata/forwardCompatibleEnum.test.js.map +1 -0
- package/dist/metadata/matchingList.d.ts +4 -4
- package/dist/metadata/warpRouteConfig.d.ts +10 -8
- package/dist/metadata/warpRouteConfig.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccount.d.ts +21 -1
- package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccount.js +120 -8
- package/dist/middleware/account/InterchainAccount.js.map +1 -1
- package/dist/middleware/account/InterchainAccount.test.d.ts +2 -0
- package/dist/middleware/account/InterchainAccount.test.d.ts.map +1 -0
- package/dist/middleware/account/InterchainAccount.test.js +279 -0
- package/dist/middleware/account/InterchainAccount.test.js.map +1 -0
- package/dist/middleware/account/types.d.ts +37 -3
- package/dist/middleware/account/types.d.ts.map +1 -1
- package/dist/middleware/account/types.js +8 -3
- package/dist/middleware/account/types.js.map +1 -1
- package/dist/providers/MultiProtocolProvider.d.ts.map +1 -1
- package/dist/providers/MultiProtocolProvider.js +4 -1
- package/dist/providers/MultiProtocolProvider.js.map +1 -1
- package/dist/providers/MultiProvider.d.ts +26 -4
- package/dist/providers/MultiProvider.d.ts.map +1 -1
- package/dist/providers/MultiProvider.js +59 -5
- package/dist/providers/MultiProvider.js.map +1 -1
- package/dist/providers/ProviderType.d.ts +9 -3
- package/dist/providers/ProviderType.d.ts.map +1 -1
- package/dist/providers/ProviderType.js +1 -1
- package/dist/providers/ProviderType.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.foundry-test.js +2 -1
- package/dist/providers/SmartProvider/SmartProvider.foundry-test.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +43 -7
- package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.test.js +77 -28
- package/dist/providers/SmartProvider/SmartProvider.test.js.map +1 -1
- package/dist/providers/explorerHealthTest.d.ts.map +1 -1
- package/dist/providers/explorerHealthTest.js +1 -0
- package/dist/providers/explorerHealthTest.js.map +1 -1
- package/dist/providers/providerBuilders.d.ts +2 -3
- package/dist/providers/providerBuilders.d.ts.map +1 -1
- package/dist/providers/providerBuilders.js.map +1 -1
- package/dist/providers/rpcHealthTest.d.ts.map +1 -1
- package/dist/providers/rpcHealthTest.js +6 -2
- package/dist/providers/rpcHealthTest.js.map +1 -1
- package/dist/providers/transactions/submitter/IcaTxSubmitter.d.ts.map +1 -1
- package/dist/providers/transactions/submitter/IcaTxSubmitter.js +4 -1
- package/dist/providers/transactions/submitter/IcaTxSubmitter.js.map +1 -1
- package/dist/router/types.d.ts +78 -18
- package/dist/router/types.d.ts.map +1 -1
- package/dist/test/testUtils.d.ts +10 -3
- package/dist/test/testUtils.d.ts.map +1 -1
- package/dist/test/testUtils.js +100 -3
- package/dist/test/testUtils.js.map +1 -1
- package/dist/token/{EvmERC20WarpModule.d.ts → EvmWarpModule.d.ts} +5 -5
- package/dist/token/EvmWarpModule.d.ts.map +1 -0
- package/dist/token/EvmWarpModule.hardhat-test.d.ts +2 -0
- package/dist/token/EvmWarpModule.hardhat-test.d.ts.map +1 -0
- package/dist/token/{EvmERC20WarpModule.hardhat-test.js → EvmWarpModule.hardhat-test.js} +45 -45
- package/dist/token/EvmWarpModule.hardhat-test.js.map +1 -0
- package/dist/token/{EvmERC20WarpModule.js → EvmWarpModule.js} +14 -11
- package/dist/token/EvmWarpModule.js.map +1 -0
- package/dist/token/{EvmERC20WarpRouteReader.d.ts → EvmWarpRouteReader.d.ts} +5 -5
- package/dist/token/EvmWarpRouteReader.d.ts.map +1 -0
- package/dist/token/EvmWarpRouteReader.hardhat-test.d.ts +2 -0
- package/dist/token/EvmWarpRouteReader.hardhat-test.d.ts.map +1 -0
- package/dist/token/{EvmERC20WarpRouteReader.hardhat-test.js → EvmWarpRouteReader.hardhat-test.js} +4 -4
- package/dist/token/EvmWarpRouteReader.hardhat-test.js.map +1 -0
- package/dist/token/{EvmERC20WarpRouteReader.js → EvmWarpRouteReader.js} +7 -6
- package/dist/token/EvmWarpRouteReader.js.map +1 -0
- package/dist/token/Token.d.ts.map +1 -1
- package/dist/token/Token.js +26 -2
- package/dist/token/Token.js.map +1 -1
- package/dist/token/TokenStandard.d.ts +6 -6
- package/dist/token/TokenStandard.d.ts.map +1 -1
- package/dist/token/TokenStandard.js +1 -0
- package/dist/token/TokenStandard.js.map +1 -1
- package/dist/token/adapters/AleoTokenAdapter.d.ts +60 -0
- package/dist/token/adapters/AleoTokenAdapter.d.ts.map +1 -0
- package/dist/token/adapters/AleoTokenAdapter.js +190 -0
- package/dist/token/adapters/AleoTokenAdapter.js.map +1 -0
- package/dist/token/adapters/EvmTokenAdapter.d.ts +26 -9
- package/dist/token/adapters/EvmTokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/EvmTokenAdapter.js +36 -31
- package/dist/token/adapters/EvmTokenAdapter.js.map +1 -1
- package/dist/token/adapters/ITokenAdapter.d.ts +5 -2
- package/dist/token/adapters/ITokenAdapter.d.ts.map +1 -1
- package/dist/token/adapters/utils.d.ts +7 -0
- package/dist/token/adapters/utils.d.ts.map +1 -0
- package/dist/token/adapters/utils.js +4 -0
- package/dist/token/adapters/utils.js.map +1 -0
- package/dist/token/checker.d.ts.map +1 -1
- package/dist/token/checker.js +1 -2
- package/dist/token/checker.js.map +1 -1
- package/dist/token/config.d.ts +3 -0
- package/dist/token/config.d.ts.map +1 -1
- package/dist/token/config.js +2 -0
- package/dist/token/config.js.map +1 -1
- package/dist/token/configUtils.d.ts.map +1 -1
- package/dist/token/configUtils.js +10 -2
- package/dist/token/configUtils.js.map +1 -1
- package/dist/token/contracts.d.ts.map +1 -1
- package/dist/token/contracts.js.map +1 -1
- package/dist/token/deploy.d.ts +2 -2
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.hardhat-test.js +4 -4
- package/dist/token/deploy.hardhat-test.js.map +1 -1
- package/dist/token/deploy.js.map +1 -1
- package/dist/token/nativeTokenMetadata.d.ts +2 -2
- package/dist/token/nativeTokenMetadata.d.ts.map +1 -1
- package/dist/token/nativeTokenMetadata.js.map +1 -1
- package/dist/token/types.d.ts +2389 -132
- package/dist/token/types.d.ts.map +1 -1
- package/dist/token/types.js +24 -6
- package/dist/token/types.js.map +1 -1
- package/dist/utils/gas.d.ts +29 -0
- package/dist/utils/gas.d.ts.map +1 -0
- package/dist/utils/gas.js +34 -0
- package/dist/utils/gas.js.map +1 -0
- package/package.json +11 -11
- package/dist/core/HyperlaneRelayer.d.ts +0 -600
- package/dist/core/HyperlaneRelayer.d.ts.map +0 -1
- package/dist/core/HyperlaneRelayer.js +0 -257
- package/dist/core/HyperlaneRelayer.js.map +0 -1
- package/dist/ism/metadata/aggregation.d.ts +0 -23
- package/dist/ism/metadata/aggregation.d.ts.map +0 -1
- package/dist/ism/metadata/aggregation.js +0 -92
- package/dist/ism/metadata/aggregation.js.map +0 -1
- package/dist/ism/metadata/aggregation.test.d.ts +0 -2
- package/dist/ism/metadata/aggregation.test.d.ts.map +0 -1
- package/dist/ism/metadata/aggregation.test.js +0 -37
- package/dist/ism/metadata/aggregation.test.js.map +0 -1
- package/dist/ism/metadata/arbL2ToL1.d.ts +0 -25
- package/dist/ism/metadata/arbL2ToL1.d.ts.map +0 -1
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.d.ts +0 -2
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.d.ts.map +0 -1
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js +0 -167
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js.map +0 -1
- package/dist/ism/metadata/arbL2ToL1.js +0 -133
- package/dist/ism/metadata/arbL2ToL1.js.map +0 -1
- package/dist/ism/metadata/builder.d.ts +0 -23
- package/dist/ism/metadata/builder.d.ts.map +0 -1
- package/dist/ism/metadata/builder.hardhat-test.d.ts +0 -2
- package/dist/ism/metadata/builder.hardhat-test.d.ts.map +0 -1
- package/dist/ism/metadata/builder.hardhat-test.js +0 -137
- package/dist/ism/metadata/builder.hardhat-test.js.map +0 -1
- package/dist/ism/metadata/builder.js +0 -87
- package/dist/ism/metadata/builder.js.map +0 -1
- package/dist/ism/metadata/ccipread.d.ts +0 -12
- package/dist/ism/metadata/ccipread.d.ts.map +0 -1
- package/dist/ism/metadata/ccipread.hardhat-test.d.ts +0 -2
- package/dist/ism/metadata/ccipread.hardhat-test.d.ts.map +0 -1
- package/dist/ism/metadata/ccipread.hardhat-test.js +0 -98
- package/dist/ism/metadata/ccipread.hardhat-test.js.map +0 -1
- package/dist/ism/metadata/ccipread.js +0 -73
- package/dist/ism/metadata/ccipread.js.map +0 -1
- package/dist/ism/metadata/decode.d.ts +0 -3
- package/dist/ism/metadata/decode.d.ts.map +0 -1
- package/dist/ism/metadata/decode.js +0 -34
- package/dist/ism/metadata/decode.js.map +0 -1
- package/dist/ism/metadata/multisig.d.ts +0 -57
- package/dist/ism/metadata/multisig.d.ts.map +0 -1
- package/dist/ism/metadata/multisig.js +0 -186
- package/dist/ism/metadata/multisig.js.map +0 -1
- package/dist/ism/metadata/multisig.test.d.ts +0 -2
- package/dist/ism/metadata/multisig.test.d.ts.map +0 -1
- package/dist/ism/metadata/multisig.test.js +0 -56
- package/dist/ism/metadata/multisig.test.js.map +0 -1
- package/dist/ism/metadata/null.d.ts +0 -15
- package/dist/ism/metadata/null.d.ts.map +0 -1
- package/dist/ism/metadata/null.js +0 -20
- package/dist/ism/metadata/null.js.map +0 -1
- package/dist/ism/metadata/routing.d.ts +0 -22
- package/dist/ism/metadata/routing.d.ts.map +0 -1
- package/dist/ism/metadata/routing.js +0 -72
- package/dist/ism/metadata/routing.js.map +0 -1
- package/dist/ism/metadata/types.d.ts +0 -20
- package/dist/ism/metadata/types.d.ts.map +0 -1
- package/dist/ism/metadata/types.js +0 -2
- package/dist/ism/metadata/types.js.map +0 -1
- package/dist/ism/metadata/types.test.d.ts +0 -5
- package/dist/ism/metadata/types.test.d.ts.map +0 -1
- package/dist/ism/metadata/types.test.js +0 -2
- package/dist/ism/metadata/types.test.js.map +0 -1
- package/dist/token/EvmERC20WarpModule.d.ts.map +0 -1
- package/dist/token/EvmERC20WarpModule.hardhat-test.d.ts +0 -2
- package/dist/token/EvmERC20WarpModule.hardhat-test.d.ts.map +0 -1
- package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +0 -1
- package/dist/token/EvmERC20WarpModule.js.map +0 -1
- package/dist/token/EvmERC20WarpRouteReader.d.ts.map +0 -1
- package/dist/token/EvmERC20WarpRouteReader.hardhat-test.d.ts +0 -2
- package/dist/token/EvmERC20WarpRouteReader.hardhat-test.d.ts.map +0 -1
- package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js.map +0 -1
- package/dist/token/EvmERC20WarpRouteReader.js.map +0 -1
- package/dist/utils/fetch.d.ts +0 -2
- package/dist/utils/fetch.d.ts.map +0 -1
- package/dist/utils/fetch.js +0 -12
- package/dist/utils/fetch.js.map +0 -1
package/dist/token/types.d.ts
CHANGED
|
@@ -1280,12 +1280,46 @@ export declare const HypTokenRouterVirtualConfigSchema: z.ZodObject<{
|
|
|
1280
1280
|
ownerStatus: Record<string, OwnerStatus>;
|
|
1281
1281
|
}>;
|
|
1282
1282
|
export type HypTokenRouterVirtualConfig = z.infer<typeof HypTokenRouterVirtualConfigSchema>;
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1283
|
+
export declare const UnknownTokenConfigSchema: z.ZodObject<{
|
|
1284
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1285
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1286
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1287
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1288
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1289
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1290
|
+
} & {
|
|
1291
|
+
type: z.ZodLiteral<"unknown">;
|
|
1292
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1293
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1294
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1295
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1296
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1297
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1298
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1299
|
+
} & {
|
|
1300
|
+
type: z.ZodLiteral<"unknown">;
|
|
1301
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1302
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1303
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1304
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1305
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1306
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1307
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1308
|
+
} & {
|
|
1309
|
+
type: z.ZodLiteral<"unknown">;
|
|
1310
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
1311
|
+
export type UnknownTokenConfig = z.infer<typeof UnknownTokenConfigSchema>;
|
|
1312
|
+
export declare const isUnknownTokenConfig: (config: unknown) => config is z.objectOutputType<{
|
|
1313
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1314
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1315
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1316
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1317
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1318
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1319
|
+
} & {
|
|
1320
|
+
type: z.ZodLiteral<"unknown">;
|
|
1321
|
+
}, z.ZodTypeAny, "passthrough">;
|
|
1322
|
+
declare const AllHypTokenConfigSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1289
1323
|
name: z.ZodOptional<z.ZodString>;
|
|
1290
1324
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1291
1325
|
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1977,9 +2011,41 @@ export declare const HypTokenConfigSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
1977
2011
|
approvedTokens?: string[] | undefined;
|
|
1978
2012
|
}[]> | undefined;
|
|
1979
2013
|
allowedRebalancers?: string[] | undefined;
|
|
1980
|
-
}
|
|
1981
|
-
|
|
1982
|
-
|
|
2014
|
+
}>, z.ZodObject<{
|
|
2015
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2016
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
2017
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2018
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2019
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2020
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2021
|
+
} & {
|
|
2022
|
+
type: z.ZodLiteral<"unknown">;
|
|
2023
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2024
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2025
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
2026
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2027
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2028
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2029
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2030
|
+
} & {
|
|
2031
|
+
type: z.ZodLiteral<"unknown">;
|
|
2032
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2033
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2034
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
2035
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2036
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2037
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2038
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2039
|
+
} & {
|
|
2040
|
+
type: z.ZodLiteral<"unknown">;
|
|
2041
|
+
}, z.ZodTypeAny, "passthrough">>]>;
|
|
2042
|
+
export type HypTokenConfig = z.infer<typeof AllHypTokenConfigSchema>;
|
|
2043
|
+
/**
|
|
2044
|
+
* @remarks
|
|
2045
|
+
* The discriminatedUnion is basically a switch statement for zod schemas
|
|
2046
|
+
* It uses the 'type' key to pick from the array of schemas to validate
|
|
2047
|
+
*/
|
|
2048
|
+
export declare const HypTokenConfigSchema: z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1983
2049
|
name: z.ZodOptional<z.ZodString>;
|
|
1984
2050
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1985
2051
|
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -2638,7 +2704,1105 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
|
|
|
2638
2704
|
fee: number;
|
|
2639
2705
|
deadline: number;
|
|
2640
2706
|
}>;
|
|
2641
|
-
wethAddress: string;
|
|
2707
|
+
wethAddress: string;
|
|
2708
|
+
symbol?: string | undefined;
|
|
2709
|
+
name?: string | undefined;
|
|
2710
|
+
decimals?: number | undefined;
|
|
2711
|
+
scale?: number | undefined;
|
|
2712
|
+
isNft?: boolean | undefined;
|
|
2713
|
+
contractVersion?: string | undefined;
|
|
2714
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
2715
|
+
bridge: string;
|
|
2716
|
+
approvedTokens?: string[] | undefined;
|
|
2717
|
+
}[]> | undefined;
|
|
2718
|
+
allowedRebalancers?: string[] | undefined;
|
|
2719
|
+
}, {
|
|
2720
|
+
type: "ethEverclear";
|
|
2721
|
+
everclearBridgeAddress: string;
|
|
2722
|
+
outputAssets: Record<string | number, string>;
|
|
2723
|
+
everclearFeeParams: Record<string | number, {
|
|
2724
|
+
signature: string;
|
|
2725
|
+
fee: number;
|
|
2726
|
+
deadline: number;
|
|
2727
|
+
}>;
|
|
2728
|
+
wethAddress: string;
|
|
2729
|
+
symbol?: string | undefined;
|
|
2730
|
+
name?: string | undefined;
|
|
2731
|
+
decimals?: number | undefined;
|
|
2732
|
+
scale?: number | undefined;
|
|
2733
|
+
isNft?: boolean | undefined;
|
|
2734
|
+
contractVersion?: string | undefined;
|
|
2735
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
2736
|
+
bridge: string;
|
|
2737
|
+
approvedTokens?: string[] | undefined;
|
|
2738
|
+
}[]> | undefined;
|
|
2739
|
+
allowedRebalancers?: string[] | undefined;
|
|
2740
|
+
}>, z.ZodObject<{
|
|
2741
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2742
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
2743
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2744
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2745
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2746
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2747
|
+
} & {
|
|
2748
|
+
type: z.ZodLiteral<"unknown">;
|
|
2749
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2750
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2751
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
2752
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2753
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2754
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2755
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2756
|
+
} & {
|
|
2757
|
+
type: z.ZodLiteral<"unknown">;
|
|
2758
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2759
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2760
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
2761
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2762
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2763
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2764
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2765
|
+
} & {
|
|
2766
|
+
type: z.ZodLiteral<"unknown">;
|
|
2767
|
+
}, z.ZodTypeAny, "passthrough">>]>, {
|
|
2768
|
+
type: "native" | "nativeScaled";
|
|
2769
|
+
symbol?: string | undefined;
|
|
2770
|
+
name?: string | undefined;
|
|
2771
|
+
decimals?: number | undefined;
|
|
2772
|
+
scale?: number | undefined;
|
|
2773
|
+
isNft?: boolean | undefined;
|
|
2774
|
+
contractVersion?: string | undefined;
|
|
2775
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
2776
|
+
bridge: string;
|
|
2777
|
+
approvedTokens?: string[] | undefined;
|
|
2778
|
+
}[]> | undefined;
|
|
2779
|
+
allowedRebalancers?: string[] | undefined;
|
|
2780
|
+
} | {
|
|
2781
|
+
type: "nativeOpL2";
|
|
2782
|
+
l2Bridge: string;
|
|
2783
|
+
symbol?: string | undefined;
|
|
2784
|
+
name?: string | undefined;
|
|
2785
|
+
decimals?: number | undefined;
|
|
2786
|
+
scale?: number | undefined;
|
|
2787
|
+
isNft?: boolean | undefined;
|
|
2788
|
+
contractVersion?: string | undefined;
|
|
2789
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
2790
|
+
bridge: string;
|
|
2791
|
+
approvedTokens?: string[] | undefined;
|
|
2792
|
+
}[]> | undefined;
|
|
2793
|
+
allowedRebalancers?: string[] | undefined;
|
|
2794
|
+
} | {
|
|
2795
|
+
type: "nativeOpL1";
|
|
2796
|
+
version: number;
|
|
2797
|
+
urls: string[];
|
|
2798
|
+
portal: string;
|
|
2799
|
+
symbol?: string | undefined;
|
|
2800
|
+
name?: string | undefined;
|
|
2801
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2802
|
+
decimals?: number | undefined;
|
|
2803
|
+
scale?: number | undefined;
|
|
2804
|
+
isNft?: boolean | undefined;
|
|
2805
|
+
contractVersion?: string | undefined;
|
|
2806
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
2807
|
+
bridge: string;
|
|
2808
|
+
approvedTokens?: string[] | undefined;
|
|
2809
|
+
}[]> | undefined;
|
|
2810
|
+
allowedRebalancers?: string[] | undefined;
|
|
2811
|
+
} | {
|
|
2812
|
+
type: "collateral" | "collateralVault" | "collateralVaultRebase" | "collateralFiat" | "collateralUri";
|
|
2813
|
+
token: string;
|
|
2814
|
+
symbol?: string | undefined;
|
|
2815
|
+
name?: string | undefined;
|
|
2816
|
+
decimals?: number | undefined;
|
|
2817
|
+
scale?: number | undefined;
|
|
2818
|
+
isNft?: boolean | undefined;
|
|
2819
|
+
contractVersion?: string | undefined;
|
|
2820
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
2821
|
+
bridge: string;
|
|
2822
|
+
approvedTokens?: string[] | undefined;
|
|
2823
|
+
}[]> | undefined;
|
|
2824
|
+
allowedRebalancers?: string[] | undefined;
|
|
2825
|
+
} | {
|
|
2826
|
+
type: "xERC20" | "xERC20Lockbox";
|
|
2827
|
+
token: string;
|
|
2828
|
+
symbol?: string | undefined;
|
|
2829
|
+
name?: string | undefined;
|
|
2830
|
+
decimals?: number | undefined;
|
|
2831
|
+
xERC20?: {
|
|
2832
|
+
warpRouteLimits: {
|
|
2833
|
+
type: XERC20Type.Velo;
|
|
2834
|
+
bufferCap?: string | undefined;
|
|
2835
|
+
rateLimitPerSecond?: string | undefined;
|
|
2836
|
+
} | {
|
|
2837
|
+
type: XERC20Type.Standard;
|
|
2838
|
+
mint?: string | undefined;
|
|
2839
|
+
burn?: string | undefined;
|
|
2840
|
+
};
|
|
2841
|
+
extraBridges?: {
|
|
2842
|
+
lockbox: string;
|
|
2843
|
+
limits: {
|
|
2844
|
+
type: XERC20Type.Velo;
|
|
2845
|
+
bufferCap?: string | undefined;
|
|
2846
|
+
rateLimitPerSecond?: string | undefined;
|
|
2847
|
+
} | {
|
|
2848
|
+
type: XERC20Type.Standard;
|
|
2849
|
+
mint?: string | undefined;
|
|
2850
|
+
burn?: string | undefined;
|
|
2851
|
+
};
|
|
2852
|
+
}[] | undefined;
|
|
2853
|
+
} | undefined;
|
|
2854
|
+
scale?: number | undefined;
|
|
2855
|
+
isNft?: boolean | undefined;
|
|
2856
|
+
contractVersion?: string | undefined;
|
|
2857
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
2858
|
+
bridge: string;
|
|
2859
|
+
approvedTokens?: string[] | undefined;
|
|
2860
|
+
}[]> | undefined;
|
|
2861
|
+
allowedRebalancers?: string[] | undefined;
|
|
2862
|
+
} | {
|
|
2863
|
+
type: "collateralCctp";
|
|
2864
|
+
token: string;
|
|
2865
|
+
urls: string[];
|
|
2866
|
+
messageTransmitter: string;
|
|
2867
|
+
tokenMessenger: string;
|
|
2868
|
+
cctpVersion: "V1" | "V2";
|
|
2869
|
+
symbol?: string | undefined;
|
|
2870
|
+
name?: string | undefined;
|
|
2871
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
2872
|
+
decimals?: number | undefined;
|
|
2873
|
+
scale?: number | undefined;
|
|
2874
|
+
isNft?: boolean | undefined;
|
|
2875
|
+
contractVersion?: string | undefined;
|
|
2876
|
+
minFinalityThreshold?: number | undefined;
|
|
2877
|
+
maxFeeBps?: number | undefined;
|
|
2878
|
+
} | {
|
|
2879
|
+
type: "synthetic" | "syntheticUri";
|
|
2880
|
+
symbol?: string | undefined;
|
|
2881
|
+
name?: string | undefined;
|
|
2882
|
+
decimals?: number | undefined;
|
|
2883
|
+
scale?: number | undefined;
|
|
2884
|
+
isNft?: boolean | undefined;
|
|
2885
|
+
contractVersion?: string | undefined;
|
|
2886
|
+
initialSupply?: string | number | undefined;
|
|
2887
|
+
} | {
|
|
2888
|
+
type: "syntheticRebase";
|
|
2889
|
+
collateralChainName: string;
|
|
2890
|
+
symbol?: string | undefined;
|
|
2891
|
+
name?: string | undefined;
|
|
2892
|
+
decimals?: number | undefined;
|
|
2893
|
+
scale?: number | undefined;
|
|
2894
|
+
isNft?: boolean | undefined;
|
|
2895
|
+
contractVersion?: string | undefined;
|
|
2896
|
+
} | {
|
|
2897
|
+
type: "collateralEverclear";
|
|
2898
|
+
token: string;
|
|
2899
|
+
everclearBridgeAddress: string;
|
|
2900
|
+
outputAssets: Record<string | number, string>;
|
|
2901
|
+
everclearFeeParams: Record<string | number, {
|
|
2902
|
+
signature: string;
|
|
2903
|
+
fee: number;
|
|
2904
|
+
deadline: number;
|
|
2905
|
+
}>;
|
|
2906
|
+
symbol?: string | undefined;
|
|
2907
|
+
name?: string | undefined;
|
|
2908
|
+
decimals?: number | undefined;
|
|
2909
|
+
scale?: number | undefined;
|
|
2910
|
+
isNft?: boolean | undefined;
|
|
2911
|
+
contractVersion?: string | undefined;
|
|
2912
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
2913
|
+
bridge: string;
|
|
2914
|
+
approvedTokens?: string[] | undefined;
|
|
2915
|
+
}[]> | undefined;
|
|
2916
|
+
allowedRebalancers?: string[] | undefined;
|
|
2917
|
+
} | {
|
|
2918
|
+
type: "ethEverclear";
|
|
2919
|
+
everclearBridgeAddress: string;
|
|
2920
|
+
outputAssets: Record<string | number, string>;
|
|
2921
|
+
everclearFeeParams: Record<string | number, {
|
|
2922
|
+
signature: string;
|
|
2923
|
+
fee: number;
|
|
2924
|
+
deadline: number;
|
|
2925
|
+
}>;
|
|
2926
|
+
wethAddress: string;
|
|
2927
|
+
symbol?: string | undefined;
|
|
2928
|
+
name?: string | undefined;
|
|
2929
|
+
decimals?: number | undefined;
|
|
2930
|
+
scale?: number | undefined;
|
|
2931
|
+
isNft?: boolean | undefined;
|
|
2932
|
+
contractVersion?: string | undefined;
|
|
2933
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
2934
|
+
bridge: string;
|
|
2935
|
+
approvedTokens?: string[] | undefined;
|
|
2936
|
+
}[]> | undefined;
|
|
2937
|
+
allowedRebalancers?: string[] | undefined;
|
|
2938
|
+
} | z.objectOutputType<{
|
|
2939
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2940
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
2941
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2942
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2943
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2944
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2945
|
+
} & {
|
|
2946
|
+
type: z.ZodLiteral<"unknown">;
|
|
2947
|
+
}, z.ZodTypeAny, "passthrough">, unknown>;
|
|
2948
|
+
export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<z.ZodIntersection<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2949
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2950
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
2951
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2952
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2953
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2954
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
2955
|
+
} & {
|
|
2956
|
+
allowedRebalancingBridges: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodArray<z.ZodObject<{
|
|
2957
|
+
bridge: z.ZodString;
|
|
2958
|
+
approvedTokens: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
2959
|
+
}, "strip", z.ZodTypeAny, {
|
|
2960
|
+
bridge: string;
|
|
2961
|
+
approvedTokens?: string[] | undefined;
|
|
2962
|
+
}, {
|
|
2963
|
+
bridge: string;
|
|
2964
|
+
approvedTokens?: string[] | undefined;
|
|
2965
|
+
}>, "many">>>;
|
|
2966
|
+
allowedRebalancers: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
2967
|
+
type: z.ZodEnum<["native", "nativeScaled"]>;
|
|
2968
|
+
}, "strip", z.ZodTypeAny, {
|
|
2969
|
+
type: "native" | "nativeScaled";
|
|
2970
|
+
symbol?: string | undefined;
|
|
2971
|
+
name?: string | undefined;
|
|
2972
|
+
decimals?: number | undefined;
|
|
2973
|
+
scale?: number | undefined;
|
|
2974
|
+
isNft?: boolean | undefined;
|
|
2975
|
+
contractVersion?: string | undefined;
|
|
2976
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
2977
|
+
bridge: string;
|
|
2978
|
+
approvedTokens?: string[] | undefined;
|
|
2979
|
+
}[]> | undefined;
|
|
2980
|
+
allowedRebalancers?: string[] | undefined;
|
|
2981
|
+
}, {
|
|
2982
|
+
type: "native" | "nativeScaled";
|
|
2983
|
+
symbol?: string | undefined;
|
|
2984
|
+
name?: string | undefined;
|
|
2985
|
+
decimals?: number | undefined;
|
|
2986
|
+
scale?: number | undefined;
|
|
2987
|
+
isNft?: boolean | undefined;
|
|
2988
|
+
contractVersion?: string | undefined;
|
|
2989
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
2990
|
+
bridge: string;
|
|
2991
|
+
approvedTokens?: string[] | undefined;
|
|
2992
|
+
}[]> | undefined;
|
|
2993
|
+
allowedRebalancers?: string[] | undefined;
|
|
2994
|
+
}>, z.ZodObject<Omit<{
|
|
2995
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2996
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
2997
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2998
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
2999
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3000
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3001
|
+
} & {
|
|
3002
|
+
allowedRebalancingBridges: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodArray<z.ZodObject<{
|
|
3003
|
+
bridge: z.ZodString;
|
|
3004
|
+
approvedTokens: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3005
|
+
}, "strip", z.ZodTypeAny, {
|
|
3006
|
+
bridge: string;
|
|
3007
|
+
approvedTokens?: string[] | undefined;
|
|
3008
|
+
}, {
|
|
3009
|
+
bridge: string;
|
|
3010
|
+
approvedTokens?: string[] | undefined;
|
|
3011
|
+
}>, "many">>>;
|
|
3012
|
+
allowedRebalancers: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3013
|
+
type: z.ZodEnum<["native", "nativeScaled"]>;
|
|
3014
|
+
}, "type"> & {
|
|
3015
|
+
type: z.ZodLiteral<"nativeOpL2">;
|
|
3016
|
+
l2Bridge: z.ZodString;
|
|
3017
|
+
}, "strip", z.ZodTypeAny, {
|
|
3018
|
+
type: "nativeOpL2";
|
|
3019
|
+
l2Bridge: string;
|
|
3020
|
+
symbol?: string | undefined;
|
|
3021
|
+
name?: string | undefined;
|
|
3022
|
+
decimals?: number | undefined;
|
|
3023
|
+
scale?: number | undefined;
|
|
3024
|
+
isNft?: boolean | undefined;
|
|
3025
|
+
contractVersion?: string | undefined;
|
|
3026
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3027
|
+
bridge: string;
|
|
3028
|
+
approvedTokens?: string[] | undefined;
|
|
3029
|
+
}[]> | undefined;
|
|
3030
|
+
allowedRebalancers?: string[] | undefined;
|
|
3031
|
+
}, {
|
|
3032
|
+
type: "nativeOpL2";
|
|
3033
|
+
l2Bridge: string;
|
|
3034
|
+
symbol?: string | undefined;
|
|
3035
|
+
name?: string | undefined;
|
|
3036
|
+
decimals?: number | undefined;
|
|
3037
|
+
scale?: number | undefined;
|
|
3038
|
+
isNft?: boolean | undefined;
|
|
3039
|
+
contractVersion?: string | undefined;
|
|
3040
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3041
|
+
bridge: string;
|
|
3042
|
+
approvedTokens?: string[] | undefined;
|
|
3043
|
+
}[]> | undefined;
|
|
3044
|
+
allowedRebalancers?: string[] | undefined;
|
|
3045
|
+
}>, z.ZodObject<Omit<{
|
|
3046
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3047
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3048
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3049
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3050
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3051
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3052
|
+
} & {
|
|
3053
|
+
allowedRebalancingBridges: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodArray<z.ZodObject<{
|
|
3054
|
+
bridge: z.ZodString;
|
|
3055
|
+
approvedTokens: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3056
|
+
}, "strip", z.ZodTypeAny, {
|
|
3057
|
+
bridge: string;
|
|
3058
|
+
approvedTokens?: string[] | undefined;
|
|
3059
|
+
}, {
|
|
3060
|
+
bridge: string;
|
|
3061
|
+
approvedTokens?: string[] | undefined;
|
|
3062
|
+
}>, "many">>>;
|
|
3063
|
+
allowedRebalancers: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3064
|
+
type: z.ZodEnum<["native", "nativeScaled"]>;
|
|
3065
|
+
}, "type"> & {
|
|
3066
|
+
type: z.ZodLiteral<"nativeOpL1">;
|
|
3067
|
+
portal: z.ZodString;
|
|
3068
|
+
version: z.ZodNumber;
|
|
3069
|
+
} & Omit<{
|
|
3070
|
+
owner: z.ZodString;
|
|
3071
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3072
|
+
} & {
|
|
3073
|
+
type: z.ZodLiteral<"offchainLookupIsm">;
|
|
3074
|
+
urls: z.ZodArray<z.ZodString, "many">;
|
|
3075
|
+
}, "type" | "owner">, "strip", z.ZodTypeAny, {
|
|
3076
|
+
type: "nativeOpL1";
|
|
3077
|
+
version: number;
|
|
3078
|
+
urls: string[];
|
|
3079
|
+
portal: string;
|
|
3080
|
+
symbol?: string | undefined;
|
|
3081
|
+
name?: string | undefined;
|
|
3082
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3083
|
+
decimals?: number | undefined;
|
|
3084
|
+
scale?: number | undefined;
|
|
3085
|
+
isNft?: boolean | undefined;
|
|
3086
|
+
contractVersion?: string | undefined;
|
|
3087
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3088
|
+
bridge: string;
|
|
3089
|
+
approvedTokens?: string[] | undefined;
|
|
3090
|
+
}[]> | undefined;
|
|
3091
|
+
allowedRebalancers?: string[] | undefined;
|
|
3092
|
+
}, {
|
|
3093
|
+
type: "nativeOpL1";
|
|
3094
|
+
version: number;
|
|
3095
|
+
urls: string[];
|
|
3096
|
+
portal: string;
|
|
3097
|
+
symbol?: string | undefined;
|
|
3098
|
+
name?: string | undefined;
|
|
3099
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3100
|
+
decimals?: number | undefined;
|
|
3101
|
+
scale?: number | undefined;
|
|
3102
|
+
isNft?: boolean | undefined;
|
|
3103
|
+
contractVersion?: string | undefined;
|
|
3104
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3105
|
+
bridge: string;
|
|
3106
|
+
approvedTokens?: string[] | undefined;
|
|
3107
|
+
}[]> | undefined;
|
|
3108
|
+
allowedRebalancers?: string[] | undefined;
|
|
3109
|
+
}>, z.ZodObject<{
|
|
3110
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3111
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3112
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3113
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3114
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3115
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3116
|
+
} & {
|
|
3117
|
+
allowedRebalancingBridges: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodArray<z.ZodObject<{
|
|
3118
|
+
bridge: z.ZodString;
|
|
3119
|
+
approvedTokens: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3120
|
+
}, "strip", z.ZodTypeAny, {
|
|
3121
|
+
bridge: string;
|
|
3122
|
+
approvedTokens?: string[] | undefined;
|
|
3123
|
+
}, {
|
|
3124
|
+
bridge: string;
|
|
3125
|
+
approvedTokens?: string[] | undefined;
|
|
3126
|
+
}>, "many">>>;
|
|
3127
|
+
allowedRebalancers: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3128
|
+
type: z.ZodEnum<["collateral", "collateralVault", "collateralVaultRebase", "collateralFiat", "collateralUri"]>;
|
|
3129
|
+
token: z.ZodString;
|
|
3130
|
+
}, "strip", z.ZodTypeAny, {
|
|
3131
|
+
type: "collateral" | "collateralVault" | "collateralVaultRebase" | "collateralFiat" | "collateralUri";
|
|
3132
|
+
token: string;
|
|
3133
|
+
symbol?: string | undefined;
|
|
3134
|
+
name?: string | undefined;
|
|
3135
|
+
decimals?: number | undefined;
|
|
3136
|
+
scale?: number | undefined;
|
|
3137
|
+
isNft?: boolean | undefined;
|
|
3138
|
+
contractVersion?: string | undefined;
|
|
3139
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3140
|
+
bridge: string;
|
|
3141
|
+
approvedTokens?: string[] | undefined;
|
|
3142
|
+
}[]> | undefined;
|
|
3143
|
+
allowedRebalancers?: string[] | undefined;
|
|
3144
|
+
}, {
|
|
3145
|
+
type: "collateral" | "collateralVault" | "collateralVaultRebase" | "collateralFiat" | "collateralUri";
|
|
3146
|
+
token: string;
|
|
3147
|
+
symbol?: string | undefined;
|
|
3148
|
+
name?: string | undefined;
|
|
3149
|
+
decimals?: number | undefined;
|
|
3150
|
+
scale?: number | undefined;
|
|
3151
|
+
isNft?: boolean | undefined;
|
|
3152
|
+
contractVersion?: string | undefined;
|
|
3153
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3154
|
+
bridge: string;
|
|
3155
|
+
approvedTokens?: string[] | undefined;
|
|
3156
|
+
}[]> | undefined;
|
|
3157
|
+
allowedRebalancers?: string[] | undefined;
|
|
3158
|
+
}>, z.ZodObject<Omit<{
|
|
3159
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3160
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3161
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3162
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3163
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3164
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3165
|
+
} & {
|
|
3166
|
+
allowedRebalancingBridges: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodArray<z.ZodObject<{
|
|
3167
|
+
bridge: z.ZodString;
|
|
3168
|
+
approvedTokens: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3169
|
+
}, "strip", z.ZodTypeAny, {
|
|
3170
|
+
bridge: string;
|
|
3171
|
+
approvedTokens?: string[] | undefined;
|
|
3172
|
+
}, {
|
|
3173
|
+
bridge: string;
|
|
3174
|
+
approvedTokens?: string[] | undefined;
|
|
3175
|
+
}>, "many">>>;
|
|
3176
|
+
allowedRebalancers: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3177
|
+
type: z.ZodEnum<["collateral", "collateralVault", "collateralVaultRebase", "collateralFiat", "collateralUri"]>;
|
|
3178
|
+
token: z.ZodString;
|
|
3179
|
+
}, "type"> & {
|
|
3180
|
+
type: z.ZodEnum<["xERC20", "xERC20Lockbox"]>;
|
|
3181
|
+
} & {
|
|
3182
|
+
xERC20: z.ZodOptional<z.ZodObject<{
|
|
3183
|
+
extraBridges: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3184
|
+
lockbox: z.ZodString;
|
|
3185
|
+
limits: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3186
|
+
type: z.ZodLiteral<XERC20Type.Velo>;
|
|
3187
|
+
bufferCap: z.ZodOptional<z.ZodString>;
|
|
3188
|
+
rateLimitPerSecond: z.ZodOptional<z.ZodString>;
|
|
3189
|
+
}, "strip", z.ZodTypeAny, {
|
|
3190
|
+
type: XERC20Type.Velo;
|
|
3191
|
+
bufferCap?: string | undefined;
|
|
3192
|
+
rateLimitPerSecond?: string | undefined;
|
|
3193
|
+
}, {
|
|
3194
|
+
type: XERC20Type.Velo;
|
|
3195
|
+
bufferCap?: string | undefined;
|
|
3196
|
+
rateLimitPerSecond?: string | undefined;
|
|
3197
|
+
}>, z.ZodObject<{
|
|
3198
|
+
type: z.ZodLiteral<XERC20Type.Standard>;
|
|
3199
|
+
mint: z.ZodOptional<z.ZodString>;
|
|
3200
|
+
burn: z.ZodOptional<z.ZodString>;
|
|
3201
|
+
}, "strip", z.ZodTypeAny, {
|
|
3202
|
+
type: XERC20Type.Standard;
|
|
3203
|
+
mint?: string | undefined;
|
|
3204
|
+
burn?: string | undefined;
|
|
3205
|
+
}, {
|
|
3206
|
+
type: XERC20Type.Standard;
|
|
3207
|
+
mint?: string | undefined;
|
|
3208
|
+
burn?: string | undefined;
|
|
3209
|
+
}>]>;
|
|
3210
|
+
}, "strip", z.ZodTypeAny, {
|
|
3211
|
+
lockbox: string;
|
|
3212
|
+
limits: {
|
|
3213
|
+
type: XERC20Type.Velo;
|
|
3214
|
+
bufferCap?: string | undefined;
|
|
3215
|
+
rateLimitPerSecond?: string | undefined;
|
|
3216
|
+
} | {
|
|
3217
|
+
type: XERC20Type.Standard;
|
|
3218
|
+
mint?: string | undefined;
|
|
3219
|
+
burn?: string | undefined;
|
|
3220
|
+
};
|
|
3221
|
+
}, {
|
|
3222
|
+
lockbox: string;
|
|
3223
|
+
limits: {
|
|
3224
|
+
type: XERC20Type.Velo;
|
|
3225
|
+
bufferCap?: string | undefined;
|
|
3226
|
+
rateLimitPerSecond?: string | undefined;
|
|
3227
|
+
} | {
|
|
3228
|
+
type: XERC20Type.Standard;
|
|
3229
|
+
mint?: string | undefined;
|
|
3230
|
+
burn?: string | undefined;
|
|
3231
|
+
};
|
|
3232
|
+
}>, "many">>;
|
|
3233
|
+
warpRouteLimits: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3234
|
+
type: z.ZodLiteral<XERC20Type.Velo>;
|
|
3235
|
+
bufferCap: z.ZodOptional<z.ZodString>;
|
|
3236
|
+
rateLimitPerSecond: z.ZodOptional<z.ZodString>;
|
|
3237
|
+
}, "strip", z.ZodTypeAny, {
|
|
3238
|
+
type: XERC20Type.Velo;
|
|
3239
|
+
bufferCap?: string | undefined;
|
|
3240
|
+
rateLimitPerSecond?: string | undefined;
|
|
3241
|
+
}, {
|
|
3242
|
+
type: XERC20Type.Velo;
|
|
3243
|
+
bufferCap?: string | undefined;
|
|
3244
|
+
rateLimitPerSecond?: string | undefined;
|
|
3245
|
+
}>, z.ZodObject<{
|
|
3246
|
+
type: z.ZodLiteral<XERC20Type.Standard>;
|
|
3247
|
+
mint: z.ZodOptional<z.ZodString>;
|
|
3248
|
+
burn: z.ZodOptional<z.ZodString>;
|
|
3249
|
+
}, "strip", z.ZodTypeAny, {
|
|
3250
|
+
type: XERC20Type.Standard;
|
|
3251
|
+
mint?: string | undefined;
|
|
3252
|
+
burn?: string | undefined;
|
|
3253
|
+
}, {
|
|
3254
|
+
type: XERC20Type.Standard;
|
|
3255
|
+
mint?: string | undefined;
|
|
3256
|
+
burn?: string | undefined;
|
|
3257
|
+
}>]>;
|
|
3258
|
+
}, "strip", z.ZodTypeAny, {
|
|
3259
|
+
warpRouteLimits: {
|
|
3260
|
+
type: XERC20Type.Velo;
|
|
3261
|
+
bufferCap?: string | undefined;
|
|
3262
|
+
rateLimitPerSecond?: string | undefined;
|
|
3263
|
+
} | {
|
|
3264
|
+
type: XERC20Type.Standard;
|
|
3265
|
+
mint?: string | undefined;
|
|
3266
|
+
burn?: string | undefined;
|
|
3267
|
+
};
|
|
3268
|
+
extraBridges?: {
|
|
3269
|
+
lockbox: string;
|
|
3270
|
+
limits: {
|
|
3271
|
+
type: XERC20Type.Velo;
|
|
3272
|
+
bufferCap?: string | undefined;
|
|
3273
|
+
rateLimitPerSecond?: string | undefined;
|
|
3274
|
+
} | {
|
|
3275
|
+
type: XERC20Type.Standard;
|
|
3276
|
+
mint?: string | undefined;
|
|
3277
|
+
burn?: string | undefined;
|
|
3278
|
+
};
|
|
3279
|
+
}[] | undefined;
|
|
3280
|
+
}, {
|
|
3281
|
+
warpRouteLimits: {
|
|
3282
|
+
type: XERC20Type.Velo;
|
|
3283
|
+
bufferCap?: string | undefined;
|
|
3284
|
+
rateLimitPerSecond?: string | undefined;
|
|
3285
|
+
} | {
|
|
3286
|
+
type: XERC20Type.Standard;
|
|
3287
|
+
mint?: string | undefined;
|
|
3288
|
+
burn?: string | undefined;
|
|
3289
|
+
};
|
|
3290
|
+
extraBridges?: {
|
|
3291
|
+
lockbox: string;
|
|
3292
|
+
limits: {
|
|
3293
|
+
type: XERC20Type.Velo;
|
|
3294
|
+
bufferCap?: string | undefined;
|
|
3295
|
+
rateLimitPerSecond?: string | undefined;
|
|
3296
|
+
} | {
|
|
3297
|
+
type: XERC20Type.Standard;
|
|
3298
|
+
mint?: string | undefined;
|
|
3299
|
+
burn?: string | undefined;
|
|
3300
|
+
};
|
|
3301
|
+
}[] | undefined;
|
|
3302
|
+
}>>;
|
|
3303
|
+
}, "strip", z.ZodTypeAny, {
|
|
3304
|
+
type: "xERC20" | "xERC20Lockbox";
|
|
3305
|
+
token: string;
|
|
3306
|
+
symbol?: string | undefined;
|
|
3307
|
+
name?: string | undefined;
|
|
3308
|
+
decimals?: number | undefined;
|
|
3309
|
+
xERC20?: {
|
|
3310
|
+
warpRouteLimits: {
|
|
3311
|
+
type: XERC20Type.Velo;
|
|
3312
|
+
bufferCap?: string | undefined;
|
|
3313
|
+
rateLimitPerSecond?: string | undefined;
|
|
3314
|
+
} | {
|
|
3315
|
+
type: XERC20Type.Standard;
|
|
3316
|
+
mint?: string | undefined;
|
|
3317
|
+
burn?: string | undefined;
|
|
3318
|
+
};
|
|
3319
|
+
extraBridges?: {
|
|
3320
|
+
lockbox: string;
|
|
3321
|
+
limits: {
|
|
3322
|
+
type: XERC20Type.Velo;
|
|
3323
|
+
bufferCap?: string | undefined;
|
|
3324
|
+
rateLimitPerSecond?: string | undefined;
|
|
3325
|
+
} | {
|
|
3326
|
+
type: XERC20Type.Standard;
|
|
3327
|
+
mint?: string | undefined;
|
|
3328
|
+
burn?: string | undefined;
|
|
3329
|
+
};
|
|
3330
|
+
}[] | undefined;
|
|
3331
|
+
} | undefined;
|
|
3332
|
+
scale?: number | undefined;
|
|
3333
|
+
isNft?: boolean | undefined;
|
|
3334
|
+
contractVersion?: string | undefined;
|
|
3335
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3336
|
+
bridge: string;
|
|
3337
|
+
approvedTokens?: string[] | undefined;
|
|
3338
|
+
}[]> | undefined;
|
|
3339
|
+
allowedRebalancers?: string[] | undefined;
|
|
3340
|
+
}, {
|
|
3341
|
+
type: "xERC20" | "xERC20Lockbox";
|
|
3342
|
+
token: string;
|
|
3343
|
+
symbol?: string | undefined;
|
|
3344
|
+
name?: string | undefined;
|
|
3345
|
+
decimals?: number | undefined;
|
|
3346
|
+
xERC20?: {
|
|
3347
|
+
warpRouteLimits: {
|
|
3348
|
+
type: XERC20Type.Velo;
|
|
3349
|
+
bufferCap?: string | undefined;
|
|
3350
|
+
rateLimitPerSecond?: string | undefined;
|
|
3351
|
+
} | {
|
|
3352
|
+
type: XERC20Type.Standard;
|
|
3353
|
+
mint?: string | undefined;
|
|
3354
|
+
burn?: string | undefined;
|
|
3355
|
+
};
|
|
3356
|
+
extraBridges?: {
|
|
3357
|
+
lockbox: string;
|
|
3358
|
+
limits: {
|
|
3359
|
+
type: XERC20Type.Velo;
|
|
3360
|
+
bufferCap?: string | undefined;
|
|
3361
|
+
rateLimitPerSecond?: string | undefined;
|
|
3362
|
+
} | {
|
|
3363
|
+
type: XERC20Type.Standard;
|
|
3364
|
+
mint?: string | undefined;
|
|
3365
|
+
burn?: string | undefined;
|
|
3366
|
+
};
|
|
3367
|
+
}[] | undefined;
|
|
3368
|
+
} | undefined;
|
|
3369
|
+
scale?: number | undefined;
|
|
3370
|
+
isNft?: boolean | undefined;
|
|
3371
|
+
contractVersion?: string | undefined;
|
|
3372
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3373
|
+
bridge: string;
|
|
3374
|
+
approvedTokens?: string[] | undefined;
|
|
3375
|
+
}[]> | undefined;
|
|
3376
|
+
allowedRebalancers?: string[] | undefined;
|
|
3377
|
+
}>, z.ZodObject<{
|
|
3378
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3379
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3380
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3381
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3382
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3383
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3384
|
+
} & {
|
|
3385
|
+
type: z.ZodEnum<["synthetic", "syntheticUri"]>;
|
|
3386
|
+
initialSupply: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
3387
|
+
}, "strip", z.ZodTypeAny, {
|
|
3388
|
+
type: "synthetic" | "syntheticUri";
|
|
3389
|
+
symbol?: string | undefined;
|
|
3390
|
+
name?: string | undefined;
|
|
3391
|
+
decimals?: number | undefined;
|
|
3392
|
+
scale?: number | undefined;
|
|
3393
|
+
isNft?: boolean | undefined;
|
|
3394
|
+
contractVersion?: string | undefined;
|
|
3395
|
+
initialSupply?: string | number | undefined;
|
|
3396
|
+
}, {
|
|
3397
|
+
type: "synthetic" | "syntheticUri";
|
|
3398
|
+
symbol?: string | undefined;
|
|
3399
|
+
name?: string | undefined;
|
|
3400
|
+
decimals?: number | undefined;
|
|
3401
|
+
scale?: number | undefined;
|
|
3402
|
+
isNft?: boolean | undefined;
|
|
3403
|
+
contractVersion?: string | undefined;
|
|
3404
|
+
initialSupply?: string | number | undefined;
|
|
3405
|
+
}>, z.ZodObject<{
|
|
3406
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3407
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3408
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3409
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3410
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3411
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3412
|
+
} & {
|
|
3413
|
+
type: z.ZodLiteral<"syntheticRebase">;
|
|
3414
|
+
collateralChainName: z.ZodString;
|
|
3415
|
+
}, "strip", z.ZodTypeAny, {
|
|
3416
|
+
type: "syntheticRebase";
|
|
3417
|
+
collateralChainName: string;
|
|
3418
|
+
symbol?: string | undefined;
|
|
3419
|
+
name?: string | undefined;
|
|
3420
|
+
decimals?: number | undefined;
|
|
3421
|
+
scale?: number | undefined;
|
|
3422
|
+
isNft?: boolean | undefined;
|
|
3423
|
+
contractVersion?: string | undefined;
|
|
3424
|
+
}, {
|
|
3425
|
+
type: "syntheticRebase";
|
|
3426
|
+
collateralChainName: string;
|
|
3427
|
+
symbol?: string | undefined;
|
|
3428
|
+
name?: string | undefined;
|
|
3429
|
+
decimals?: number | undefined;
|
|
3430
|
+
scale?: number | undefined;
|
|
3431
|
+
isNft?: boolean | undefined;
|
|
3432
|
+
contractVersion?: string | undefined;
|
|
3433
|
+
}>, z.ZodObject<{
|
|
3434
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3435
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3436
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3437
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3438
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3439
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3440
|
+
} & {
|
|
3441
|
+
type: z.ZodLiteral<"collateralCctp">;
|
|
3442
|
+
token: z.ZodString;
|
|
3443
|
+
messageTransmitter: z.ZodString;
|
|
3444
|
+
tokenMessenger: z.ZodString;
|
|
3445
|
+
cctpVersion: z.ZodEnum<["V1", "V2"]>;
|
|
3446
|
+
minFinalityThreshold: z.ZodOptional<z.ZodNumber>;
|
|
3447
|
+
maxFeeBps: z.ZodOptional<z.ZodNumber>;
|
|
3448
|
+
} & Omit<{
|
|
3449
|
+
owner: z.ZodString;
|
|
3450
|
+
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3451
|
+
} & {
|
|
3452
|
+
type: z.ZodLiteral<"offchainLookupIsm">;
|
|
3453
|
+
urls: z.ZodArray<z.ZodString, "many">;
|
|
3454
|
+
}, "type" | "owner">, "strip", z.ZodTypeAny, {
|
|
3455
|
+
type: "collateralCctp";
|
|
3456
|
+
token: string;
|
|
3457
|
+
urls: string[];
|
|
3458
|
+
messageTransmitter: string;
|
|
3459
|
+
tokenMessenger: string;
|
|
3460
|
+
cctpVersion: "V1" | "V2";
|
|
3461
|
+
symbol?: string | undefined;
|
|
3462
|
+
name?: string | undefined;
|
|
3463
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3464
|
+
decimals?: number | undefined;
|
|
3465
|
+
scale?: number | undefined;
|
|
3466
|
+
isNft?: boolean | undefined;
|
|
3467
|
+
contractVersion?: string | undefined;
|
|
3468
|
+
minFinalityThreshold?: number | undefined;
|
|
3469
|
+
maxFeeBps?: number | undefined;
|
|
3470
|
+
}, {
|
|
3471
|
+
type: "collateralCctp";
|
|
3472
|
+
token: string;
|
|
3473
|
+
urls: string[];
|
|
3474
|
+
messageTransmitter: string;
|
|
3475
|
+
tokenMessenger: string;
|
|
3476
|
+
cctpVersion: "V1" | "V2";
|
|
3477
|
+
symbol?: string | undefined;
|
|
3478
|
+
name?: string | undefined;
|
|
3479
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3480
|
+
decimals?: number | undefined;
|
|
3481
|
+
scale?: number | undefined;
|
|
3482
|
+
isNft?: boolean | undefined;
|
|
3483
|
+
contractVersion?: string | undefined;
|
|
3484
|
+
minFinalityThreshold?: number | undefined;
|
|
3485
|
+
maxFeeBps?: number | undefined;
|
|
3486
|
+
}>, z.ZodObject<{
|
|
3487
|
+
everclearBridgeAddress: z.ZodString;
|
|
3488
|
+
outputAssets: z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodString>;
|
|
3489
|
+
everclearFeeParams: z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
|
|
3490
|
+
fee: z.ZodNumber;
|
|
3491
|
+
deadline: z.ZodNumber;
|
|
3492
|
+
signature: z.ZodString;
|
|
3493
|
+
}, "strip", z.ZodTypeAny, {
|
|
3494
|
+
signature: string;
|
|
3495
|
+
fee: number;
|
|
3496
|
+
deadline: number;
|
|
3497
|
+
}, {
|
|
3498
|
+
signature: string;
|
|
3499
|
+
fee: number;
|
|
3500
|
+
deadline: number;
|
|
3501
|
+
}>>;
|
|
3502
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3503
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3504
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3505
|
+
token: z.ZodString;
|
|
3506
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3507
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3508
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3509
|
+
allowedRebalancingBridges: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodArray<z.ZodObject<{
|
|
3510
|
+
bridge: z.ZodString;
|
|
3511
|
+
approvedTokens: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3512
|
+
}, "strip", z.ZodTypeAny, {
|
|
3513
|
+
bridge: string;
|
|
3514
|
+
approvedTokens?: string[] | undefined;
|
|
3515
|
+
}, {
|
|
3516
|
+
bridge: string;
|
|
3517
|
+
approvedTokens?: string[] | undefined;
|
|
3518
|
+
}>, "many">>>;
|
|
3519
|
+
allowedRebalancers: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3520
|
+
type: z.ZodLiteral<"collateralEverclear">;
|
|
3521
|
+
}, "strip", z.ZodTypeAny, {
|
|
3522
|
+
type: "collateralEverclear";
|
|
3523
|
+
token: string;
|
|
3524
|
+
everclearBridgeAddress: string;
|
|
3525
|
+
outputAssets: Record<string | number, string>;
|
|
3526
|
+
everclearFeeParams: Record<string | number, {
|
|
3527
|
+
signature: string;
|
|
3528
|
+
fee: number;
|
|
3529
|
+
deadline: number;
|
|
3530
|
+
}>;
|
|
3531
|
+
symbol?: string | undefined;
|
|
3532
|
+
name?: string | undefined;
|
|
3533
|
+
decimals?: number | undefined;
|
|
3534
|
+
scale?: number | undefined;
|
|
3535
|
+
isNft?: boolean | undefined;
|
|
3536
|
+
contractVersion?: string | undefined;
|
|
3537
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3538
|
+
bridge: string;
|
|
3539
|
+
approvedTokens?: string[] | undefined;
|
|
3540
|
+
}[]> | undefined;
|
|
3541
|
+
allowedRebalancers?: string[] | undefined;
|
|
3542
|
+
}, {
|
|
3543
|
+
type: "collateralEverclear";
|
|
3544
|
+
token: string;
|
|
3545
|
+
everclearBridgeAddress: string;
|
|
3546
|
+
outputAssets: Record<string | number, string>;
|
|
3547
|
+
everclearFeeParams: Record<string | number, {
|
|
3548
|
+
signature: string;
|
|
3549
|
+
fee: number;
|
|
3550
|
+
deadline: number;
|
|
3551
|
+
}>;
|
|
3552
|
+
symbol?: string | undefined;
|
|
3553
|
+
name?: string | undefined;
|
|
3554
|
+
decimals?: number | undefined;
|
|
3555
|
+
scale?: number | undefined;
|
|
3556
|
+
isNft?: boolean | undefined;
|
|
3557
|
+
contractVersion?: string | undefined;
|
|
3558
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3559
|
+
bridge: string;
|
|
3560
|
+
approvedTokens?: string[] | undefined;
|
|
3561
|
+
}[]> | undefined;
|
|
3562
|
+
allowedRebalancers?: string[] | undefined;
|
|
3563
|
+
}>, z.ZodObject<{
|
|
3564
|
+
everclearBridgeAddress: z.ZodString;
|
|
3565
|
+
outputAssets: z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodString>;
|
|
3566
|
+
everclearFeeParams: z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
|
|
3567
|
+
fee: z.ZodNumber;
|
|
3568
|
+
deadline: z.ZodNumber;
|
|
3569
|
+
signature: z.ZodString;
|
|
3570
|
+
}, "strip", z.ZodTypeAny, {
|
|
3571
|
+
signature: string;
|
|
3572
|
+
fee: number;
|
|
3573
|
+
deadline: number;
|
|
3574
|
+
}, {
|
|
3575
|
+
signature: string;
|
|
3576
|
+
fee: number;
|
|
3577
|
+
deadline: number;
|
|
3578
|
+
}>>;
|
|
3579
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3580
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3581
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3582
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3583
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3584
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3585
|
+
allowedRebalancingBridges: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodArray<z.ZodObject<{
|
|
3586
|
+
bridge: z.ZodString;
|
|
3587
|
+
approvedTokens: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3588
|
+
}, "strip", z.ZodTypeAny, {
|
|
3589
|
+
bridge: string;
|
|
3590
|
+
approvedTokens?: string[] | undefined;
|
|
3591
|
+
}, {
|
|
3592
|
+
bridge: string;
|
|
3593
|
+
approvedTokens?: string[] | undefined;
|
|
3594
|
+
}>, "many">>>;
|
|
3595
|
+
allowedRebalancers: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
3596
|
+
type: z.ZodLiteral<"ethEverclear">;
|
|
3597
|
+
wethAddress: z.ZodString;
|
|
3598
|
+
}, "strip", z.ZodTypeAny, {
|
|
3599
|
+
type: "ethEverclear";
|
|
3600
|
+
everclearBridgeAddress: string;
|
|
3601
|
+
outputAssets: Record<string | number, string>;
|
|
3602
|
+
everclearFeeParams: Record<string | number, {
|
|
3603
|
+
signature: string;
|
|
3604
|
+
fee: number;
|
|
3605
|
+
deadline: number;
|
|
3606
|
+
}>;
|
|
3607
|
+
wethAddress: string;
|
|
3608
|
+
symbol?: string | undefined;
|
|
3609
|
+
name?: string | undefined;
|
|
3610
|
+
decimals?: number | undefined;
|
|
3611
|
+
scale?: number | undefined;
|
|
3612
|
+
isNft?: boolean | undefined;
|
|
3613
|
+
contractVersion?: string | undefined;
|
|
3614
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3615
|
+
bridge: string;
|
|
3616
|
+
approvedTokens?: string[] | undefined;
|
|
3617
|
+
}[]> | undefined;
|
|
3618
|
+
allowedRebalancers?: string[] | undefined;
|
|
3619
|
+
}, {
|
|
3620
|
+
type: "ethEverclear";
|
|
3621
|
+
everclearBridgeAddress: string;
|
|
3622
|
+
outputAssets: Record<string | number, string>;
|
|
3623
|
+
everclearFeeParams: Record<string | number, {
|
|
3624
|
+
signature: string;
|
|
3625
|
+
fee: number;
|
|
3626
|
+
deadline: number;
|
|
3627
|
+
}>;
|
|
3628
|
+
wethAddress: string;
|
|
3629
|
+
symbol?: string | undefined;
|
|
3630
|
+
name?: string | undefined;
|
|
3631
|
+
decimals?: number | undefined;
|
|
3632
|
+
scale?: number | undefined;
|
|
3633
|
+
isNft?: boolean | undefined;
|
|
3634
|
+
contractVersion?: string | undefined;
|
|
3635
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3636
|
+
bridge: string;
|
|
3637
|
+
approvedTokens?: string[] | undefined;
|
|
3638
|
+
}[]> | undefined;
|
|
3639
|
+
allowedRebalancers?: string[] | undefined;
|
|
3640
|
+
}>, z.ZodObject<{
|
|
3641
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3642
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3643
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3644
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3645
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3646
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3647
|
+
} & {
|
|
3648
|
+
type: z.ZodLiteral<"unknown">;
|
|
3649
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3650
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3651
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3652
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3653
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3654
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3655
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3656
|
+
} & {
|
|
3657
|
+
type: z.ZodLiteral<"unknown">;
|
|
3658
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3659
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3660
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3661
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3662
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3663
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3664
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3665
|
+
} & {
|
|
3666
|
+
type: z.ZodLiteral<"unknown">;
|
|
3667
|
+
}, z.ZodTypeAny, "passthrough">>]>, {
|
|
3668
|
+
type: "native" | "nativeScaled";
|
|
3669
|
+
symbol?: string | undefined;
|
|
3670
|
+
name?: string | undefined;
|
|
3671
|
+
decimals?: number | undefined;
|
|
3672
|
+
scale?: number | undefined;
|
|
3673
|
+
isNft?: boolean | undefined;
|
|
3674
|
+
contractVersion?: string | undefined;
|
|
3675
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3676
|
+
bridge: string;
|
|
3677
|
+
approvedTokens?: string[] | undefined;
|
|
3678
|
+
}[]> | undefined;
|
|
3679
|
+
allowedRebalancers?: string[] | undefined;
|
|
3680
|
+
} | {
|
|
3681
|
+
type: "nativeOpL2";
|
|
3682
|
+
l2Bridge: string;
|
|
3683
|
+
symbol?: string | undefined;
|
|
3684
|
+
name?: string | undefined;
|
|
3685
|
+
decimals?: number | undefined;
|
|
3686
|
+
scale?: number | undefined;
|
|
3687
|
+
isNft?: boolean | undefined;
|
|
3688
|
+
contractVersion?: string | undefined;
|
|
3689
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3690
|
+
bridge: string;
|
|
3691
|
+
approvedTokens?: string[] | undefined;
|
|
3692
|
+
}[]> | undefined;
|
|
3693
|
+
allowedRebalancers?: string[] | undefined;
|
|
3694
|
+
} | {
|
|
3695
|
+
type: "nativeOpL1";
|
|
3696
|
+
version: number;
|
|
3697
|
+
urls: string[];
|
|
3698
|
+
portal: string;
|
|
3699
|
+
symbol?: string | undefined;
|
|
3700
|
+
name?: string | undefined;
|
|
3701
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3702
|
+
decimals?: number | undefined;
|
|
3703
|
+
scale?: number | undefined;
|
|
3704
|
+
isNft?: boolean | undefined;
|
|
3705
|
+
contractVersion?: string | undefined;
|
|
3706
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3707
|
+
bridge: string;
|
|
3708
|
+
approvedTokens?: string[] | undefined;
|
|
3709
|
+
}[]> | undefined;
|
|
3710
|
+
allowedRebalancers?: string[] | undefined;
|
|
3711
|
+
} | {
|
|
3712
|
+
type: "collateral" | "collateralVault" | "collateralVaultRebase" | "collateralFiat" | "collateralUri";
|
|
3713
|
+
token: string;
|
|
3714
|
+
symbol?: string | undefined;
|
|
3715
|
+
name?: string | undefined;
|
|
3716
|
+
decimals?: number | undefined;
|
|
3717
|
+
scale?: number | undefined;
|
|
3718
|
+
isNft?: boolean | undefined;
|
|
3719
|
+
contractVersion?: string | undefined;
|
|
3720
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3721
|
+
bridge: string;
|
|
3722
|
+
approvedTokens?: string[] | undefined;
|
|
3723
|
+
}[]> | undefined;
|
|
3724
|
+
allowedRebalancers?: string[] | undefined;
|
|
3725
|
+
} | {
|
|
3726
|
+
type: "xERC20" | "xERC20Lockbox";
|
|
3727
|
+
token: string;
|
|
3728
|
+
symbol?: string | undefined;
|
|
3729
|
+
name?: string | undefined;
|
|
3730
|
+
decimals?: number | undefined;
|
|
3731
|
+
xERC20?: {
|
|
3732
|
+
warpRouteLimits: {
|
|
3733
|
+
type: XERC20Type.Velo;
|
|
3734
|
+
bufferCap?: string | undefined;
|
|
3735
|
+
rateLimitPerSecond?: string | undefined;
|
|
3736
|
+
} | {
|
|
3737
|
+
type: XERC20Type.Standard;
|
|
3738
|
+
mint?: string | undefined;
|
|
3739
|
+
burn?: string | undefined;
|
|
3740
|
+
};
|
|
3741
|
+
extraBridges?: {
|
|
3742
|
+
lockbox: string;
|
|
3743
|
+
limits: {
|
|
3744
|
+
type: XERC20Type.Velo;
|
|
3745
|
+
bufferCap?: string | undefined;
|
|
3746
|
+
rateLimitPerSecond?: string | undefined;
|
|
3747
|
+
} | {
|
|
3748
|
+
type: XERC20Type.Standard;
|
|
3749
|
+
mint?: string | undefined;
|
|
3750
|
+
burn?: string | undefined;
|
|
3751
|
+
};
|
|
3752
|
+
}[] | undefined;
|
|
3753
|
+
} | undefined;
|
|
3754
|
+
scale?: number | undefined;
|
|
3755
|
+
isNft?: boolean | undefined;
|
|
3756
|
+
contractVersion?: string | undefined;
|
|
3757
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
3758
|
+
bridge: string;
|
|
3759
|
+
approvedTokens?: string[] | undefined;
|
|
3760
|
+
}[]> | undefined;
|
|
3761
|
+
allowedRebalancers?: string[] | undefined;
|
|
3762
|
+
} | {
|
|
3763
|
+
type: "collateralCctp";
|
|
3764
|
+
token: string;
|
|
3765
|
+
urls: string[];
|
|
3766
|
+
messageTransmitter: string;
|
|
3767
|
+
tokenMessenger: string;
|
|
3768
|
+
cctpVersion: "V1" | "V2";
|
|
3769
|
+
symbol?: string | undefined;
|
|
3770
|
+
name?: string | undefined;
|
|
3771
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
3772
|
+
decimals?: number | undefined;
|
|
3773
|
+
scale?: number | undefined;
|
|
3774
|
+
isNft?: boolean | undefined;
|
|
3775
|
+
contractVersion?: string | undefined;
|
|
3776
|
+
minFinalityThreshold?: number | undefined;
|
|
3777
|
+
maxFeeBps?: number | undefined;
|
|
3778
|
+
} | {
|
|
3779
|
+
type: "synthetic" | "syntheticUri";
|
|
3780
|
+
symbol?: string | undefined;
|
|
3781
|
+
name?: string | undefined;
|
|
3782
|
+
decimals?: number | undefined;
|
|
3783
|
+
scale?: number | undefined;
|
|
3784
|
+
isNft?: boolean | undefined;
|
|
3785
|
+
contractVersion?: string | undefined;
|
|
3786
|
+
initialSupply?: string | number | undefined;
|
|
3787
|
+
} | {
|
|
3788
|
+
type: "syntheticRebase";
|
|
3789
|
+
collateralChainName: string;
|
|
3790
|
+
symbol?: string | undefined;
|
|
3791
|
+
name?: string | undefined;
|
|
3792
|
+
decimals?: number | undefined;
|
|
3793
|
+
scale?: number | undefined;
|
|
3794
|
+
isNft?: boolean | undefined;
|
|
3795
|
+
contractVersion?: string | undefined;
|
|
3796
|
+
} | {
|
|
3797
|
+
type: "collateralEverclear";
|
|
3798
|
+
token: string;
|
|
3799
|
+
everclearBridgeAddress: string;
|
|
3800
|
+
outputAssets: Record<string | number, string>;
|
|
3801
|
+
everclearFeeParams: Record<string | number, {
|
|
3802
|
+
signature: string;
|
|
3803
|
+
fee: number;
|
|
3804
|
+
deadline: number;
|
|
3805
|
+
}>;
|
|
2642
3806
|
symbol?: string | undefined;
|
|
2643
3807
|
name?: string | undefined;
|
|
2644
3808
|
decimals?: number | undefined;
|
|
@@ -2650,7 +3814,7 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
|
|
|
2650
3814
|
approvedTokens?: string[] | undefined;
|
|
2651
3815
|
}[]> | undefined;
|
|
2652
3816
|
allowedRebalancers?: string[] | undefined;
|
|
2653
|
-
}
|
|
3817
|
+
} | {
|
|
2654
3818
|
type: "ethEverclear";
|
|
2655
3819
|
everclearBridgeAddress: string;
|
|
2656
3820
|
outputAssets: Record<string | number, string>;
|
|
@@ -2671,7 +3835,16 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
|
|
|
2671
3835
|
approvedTokens?: string[] | undefined;
|
|
2672
3836
|
}[]> | undefined;
|
|
2673
3837
|
allowedRebalancers?: string[] | undefined;
|
|
2674
|
-
}
|
|
3838
|
+
} | z.objectOutputType<{
|
|
3839
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3840
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3841
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3842
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
3843
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3844
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
3845
|
+
} & {
|
|
3846
|
+
type: z.ZodLiteral<"unknown">;
|
|
3847
|
+
}, z.ZodTypeAny, "passthrough">, unknown>, z.ZodObject<{
|
|
2675
3848
|
owner: z.ZodString;
|
|
2676
3849
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2677
3850
|
} & {
|
|
@@ -2853,7 +4026,13 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
|
|
|
2853
4026
|
}, {
|
|
2854
4027
|
type: "ccipHook";
|
|
2855
4028
|
destinationChain: string;
|
|
2856
|
-
}
|
|
4029
|
+
}>, z.ZodObject<{
|
|
4030
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
4031
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
4032
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
4033
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
4034
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
4035
|
+
}, z.ZodTypeAny, "passthrough">>]>>;
|
|
2857
4036
|
interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
2858
4037
|
type: z.ZodLiteral<"testIsm">;
|
|
2859
4038
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2995,7 +4174,13 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
|
|
|
2995
4174
|
owner: string;
|
|
2996
4175
|
isms: Record<string, string>;
|
|
2997
4176
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2998
|
-
}
|
|
4177
|
+
}>, z.ZodObject<{
|
|
4178
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
4179
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
4180
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
4181
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
4182
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
4183
|
+
}, z.ZodTypeAny, "passthrough">>]>>;
|
|
2999
4184
|
} & {
|
|
3000
4185
|
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
3001
4186
|
} & {
|
|
@@ -3190,7 +4375,9 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
|
|
|
3190
4375
|
} | {
|
|
3191
4376
|
type: "ccipHook";
|
|
3192
4377
|
destinationChain: string;
|
|
3193
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
4378
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
4379
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
4380
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3194
4381
|
interchainSecurityModule?: string | ({
|
|
3195
4382
|
threshold: number;
|
|
3196
4383
|
validators: string[];
|
|
@@ -3230,7 +4417,9 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
|
|
|
3230
4417
|
owner: string;
|
|
3231
4418
|
urls: string[];
|
|
3232
4419
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3233
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
4420
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
4421
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
4422
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3234
4423
|
foreignDeployment?: string | undefined;
|
|
3235
4424
|
remoteRouters?: Record<string | number, {
|
|
3236
4425
|
address: string;
|
|
@@ -3315,7 +4504,9 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
|
|
|
3315
4504
|
} | {
|
|
3316
4505
|
type: "ccipHook";
|
|
3317
4506
|
destinationChain: string;
|
|
3318
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
4507
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectInputType<{
|
|
4508
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
4509
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3319
4510
|
interchainSecurityModule?: string | ({
|
|
3320
4511
|
threshold: number;
|
|
3321
4512
|
validators: string[];
|
|
@@ -3360,7 +4551,9 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
|
|
|
3360
4551
|
owner: string;
|
|
3361
4552
|
isms: Record<string, string>;
|
|
3362
4553
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3363
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
4554
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectInputType<{
|
|
4555
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
4556
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3364
4557
|
foreignDeployment?: string | undefined;
|
|
3365
4558
|
remoteRouters?: Record<string | number, {
|
|
3366
4559
|
address: string;
|
|
@@ -3567,7 +4760,16 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
|
|
|
3567
4760
|
approvedTokens?: string[] | undefined;
|
|
3568
4761
|
}[]> | undefined;
|
|
3569
4762
|
allowedRebalancers?: string[] | undefined;
|
|
3570
|
-
}
|
|
4763
|
+
} | z.objectOutputType<{
|
|
4764
|
+
name: z.ZodOptional<z.ZodString>;
|
|
4765
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
4766
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
4767
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
4768
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
4769
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4770
|
+
} & {
|
|
4771
|
+
type: z.ZodLiteral<"unknown">;
|
|
4772
|
+
}, z.ZodTypeAny, "passthrough">) & {
|
|
3571
4773
|
owner: string;
|
|
3572
4774
|
mailbox: string;
|
|
3573
4775
|
gas?: number | undefined;
|
|
@@ -3625,7 +4827,9 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
|
|
|
3625
4827
|
} | {
|
|
3626
4828
|
type: "ccipHook";
|
|
3627
4829
|
destinationChain: string;
|
|
3628
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
4830
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
4831
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
4832
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3629
4833
|
interchainSecurityModule?: string | ({
|
|
3630
4834
|
threshold: number;
|
|
3631
4835
|
validators: string[];
|
|
@@ -3665,7 +4869,9 @@ export declare const HypTokenRouterConfigSchema: z.ZodEffects<z.ZodIntersection<
|
|
|
3665
4869
|
owner: string;
|
|
3666
4870
|
urls: string[];
|
|
3667
4871
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3668
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
4872
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
4873
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
4874
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3669
4875
|
foreignDeployment?: string | undefined;
|
|
3670
4876
|
remoteRouters?: Record<string | number, {
|
|
3671
4877
|
address: string;
|
|
@@ -3701,7 +4907,7 @@ export type DerivedTokenRouterConfig = z.infer<typeof HypTokenConfigSchema> & z.
|
|
|
3701
4907
|
export type DerivedWarpRouteDeployConfig = ChainMap<DerivedTokenRouterConfig>;
|
|
3702
4908
|
export declare function derivedHookAddress(config: DerivedTokenRouterConfig): string;
|
|
3703
4909
|
export declare function derivedIsmAddress(config: DerivedTokenRouterConfig): string;
|
|
3704
|
-
export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodIntersection<z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4910
|
+
export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodIntersection<z.ZodIntersection<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3705
4911
|
name: z.ZodOptional<z.ZodString>;
|
|
3706
4912
|
symbol: z.ZodOptional<z.ZodString>;
|
|
3707
4913
|
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -4311,48 +5517,247 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
|
|
|
4311
5517
|
scale?: number | undefined;
|
|
4312
5518
|
isNft?: boolean | undefined;
|
|
4313
5519
|
contractVersion?: string | undefined;
|
|
4314
|
-
allowedRebalancingBridges?: Record<string | number, {
|
|
4315
|
-
bridge: string;
|
|
4316
|
-
approvedTokens?: string[] | undefined;
|
|
4317
|
-
}[]> | undefined;
|
|
4318
|
-
allowedRebalancers?: string[] | undefined;
|
|
4319
|
-
}>, z.ZodObject<{
|
|
4320
|
-
everclearBridgeAddress: z.ZodString;
|
|
4321
|
-
outputAssets: z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodString>;
|
|
4322
|
-
everclearFeeParams: z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
|
|
4323
|
-
fee: z.ZodNumber;
|
|
4324
|
-
deadline: z.ZodNumber;
|
|
4325
|
-
signature: z.ZodString;
|
|
4326
|
-
}, "strip", z.ZodTypeAny, {
|
|
4327
|
-
signature: string;
|
|
4328
|
-
fee: number;
|
|
4329
|
-
deadline: number;
|
|
4330
|
-
}, {
|
|
4331
|
-
signature: string;
|
|
4332
|
-
fee: number;
|
|
4333
|
-
deadline: number;
|
|
4334
|
-
}>>;
|
|
4335
|
-
symbol: z.ZodOptional<z.ZodString>;
|
|
4336
|
-
name: z.ZodOptional<z.ZodString>;
|
|
4337
|
-
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
4338
|
-
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
4339
|
-
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
4340
|
-
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4341
|
-
allowedRebalancingBridges: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodArray<z.ZodObject<{
|
|
4342
|
-
bridge: z.ZodString;
|
|
4343
|
-
approvedTokens: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
4344
|
-
}, "strip", z.ZodTypeAny, {
|
|
4345
|
-
bridge: string;
|
|
4346
|
-
approvedTokens?: string[] | undefined;
|
|
4347
|
-
}, {
|
|
4348
|
-
bridge: string;
|
|
4349
|
-
approvedTokens?: string[] | undefined;
|
|
4350
|
-
}>, "many">>>;
|
|
4351
|
-
allowedRebalancers: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
4352
|
-
type: z.ZodLiteral<"ethEverclear">;
|
|
4353
|
-
wethAddress: z.ZodString;
|
|
4354
|
-
}, "strip", z.ZodTypeAny, {
|
|
4355
|
-
type: "ethEverclear";
|
|
5520
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
5521
|
+
bridge: string;
|
|
5522
|
+
approvedTokens?: string[] | undefined;
|
|
5523
|
+
}[]> | undefined;
|
|
5524
|
+
allowedRebalancers?: string[] | undefined;
|
|
5525
|
+
}>, z.ZodObject<{
|
|
5526
|
+
everclearBridgeAddress: z.ZodString;
|
|
5527
|
+
outputAssets: z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodString>;
|
|
5528
|
+
everclearFeeParams: z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
|
|
5529
|
+
fee: z.ZodNumber;
|
|
5530
|
+
deadline: z.ZodNumber;
|
|
5531
|
+
signature: z.ZodString;
|
|
5532
|
+
}, "strip", z.ZodTypeAny, {
|
|
5533
|
+
signature: string;
|
|
5534
|
+
fee: number;
|
|
5535
|
+
deadline: number;
|
|
5536
|
+
}, {
|
|
5537
|
+
signature: string;
|
|
5538
|
+
fee: number;
|
|
5539
|
+
deadline: number;
|
|
5540
|
+
}>>;
|
|
5541
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
5542
|
+
name: z.ZodOptional<z.ZodString>;
|
|
5543
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
5544
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
5545
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
5546
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5547
|
+
allowedRebalancingBridges: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodArray<z.ZodObject<{
|
|
5548
|
+
bridge: z.ZodString;
|
|
5549
|
+
approvedTokens: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
5550
|
+
}, "strip", z.ZodTypeAny, {
|
|
5551
|
+
bridge: string;
|
|
5552
|
+
approvedTokens?: string[] | undefined;
|
|
5553
|
+
}, {
|
|
5554
|
+
bridge: string;
|
|
5555
|
+
approvedTokens?: string[] | undefined;
|
|
5556
|
+
}>, "many">>>;
|
|
5557
|
+
allowedRebalancers: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>>;
|
|
5558
|
+
type: z.ZodLiteral<"ethEverclear">;
|
|
5559
|
+
wethAddress: z.ZodString;
|
|
5560
|
+
}, "strip", z.ZodTypeAny, {
|
|
5561
|
+
type: "ethEverclear";
|
|
5562
|
+
everclearBridgeAddress: string;
|
|
5563
|
+
outputAssets: Record<string | number, string>;
|
|
5564
|
+
everclearFeeParams: Record<string | number, {
|
|
5565
|
+
signature: string;
|
|
5566
|
+
fee: number;
|
|
5567
|
+
deadline: number;
|
|
5568
|
+
}>;
|
|
5569
|
+
wethAddress: string;
|
|
5570
|
+
symbol?: string | undefined;
|
|
5571
|
+
name?: string | undefined;
|
|
5572
|
+
decimals?: number | undefined;
|
|
5573
|
+
scale?: number | undefined;
|
|
5574
|
+
isNft?: boolean | undefined;
|
|
5575
|
+
contractVersion?: string | undefined;
|
|
5576
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
5577
|
+
bridge: string;
|
|
5578
|
+
approvedTokens?: string[] | undefined;
|
|
5579
|
+
}[]> | undefined;
|
|
5580
|
+
allowedRebalancers?: string[] | undefined;
|
|
5581
|
+
}, {
|
|
5582
|
+
type: "ethEverclear";
|
|
5583
|
+
everclearBridgeAddress: string;
|
|
5584
|
+
outputAssets: Record<string | number, string>;
|
|
5585
|
+
everclearFeeParams: Record<string | number, {
|
|
5586
|
+
signature: string;
|
|
5587
|
+
fee: number;
|
|
5588
|
+
deadline: number;
|
|
5589
|
+
}>;
|
|
5590
|
+
wethAddress: string;
|
|
5591
|
+
symbol?: string | undefined;
|
|
5592
|
+
name?: string | undefined;
|
|
5593
|
+
decimals?: number | undefined;
|
|
5594
|
+
scale?: number | undefined;
|
|
5595
|
+
isNft?: boolean | undefined;
|
|
5596
|
+
contractVersion?: string | undefined;
|
|
5597
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
5598
|
+
bridge: string;
|
|
5599
|
+
approvedTokens?: string[] | undefined;
|
|
5600
|
+
}[]> | undefined;
|
|
5601
|
+
allowedRebalancers?: string[] | undefined;
|
|
5602
|
+
}>, z.ZodObject<{
|
|
5603
|
+
name: z.ZodOptional<z.ZodString>;
|
|
5604
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
5605
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
5606
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
5607
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
5608
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5609
|
+
} & {
|
|
5610
|
+
type: z.ZodLiteral<"unknown">;
|
|
5611
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
5612
|
+
name: z.ZodOptional<z.ZodString>;
|
|
5613
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
5614
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
5615
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
5616
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
5617
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5618
|
+
} & {
|
|
5619
|
+
type: z.ZodLiteral<"unknown">;
|
|
5620
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
5621
|
+
name: z.ZodOptional<z.ZodString>;
|
|
5622
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
5623
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
5624
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
5625
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
5626
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5627
|
+
} & {
|
|
5628
|
+
type: z.ZodLiteral<"unknown">;
|
|
5629
|
+
}, z.ZodTypeAny, "passthrough">>]>, {
|
|
5630
|
+
type: "native" | "nativeScaled";
|
|
5631
|
+
symbol?: string | undefined;
|
|
5632
|
+
name?: string | undefined;
|
|
5633
|
+
decimals?: number | undefined;
|
|
5634
|
+
scale?: number | undefined;
|
|
5635
|
+
isNft?: boolean | undefined;
|
|
5636
|
+
contractVersion?: string | undefined;
|
|
5637
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
5638
|
+
bridge: string;
|
|
5639
|
+
approvedTokens?: string[] | undefined;
|
|
5640
|
+
}[]> | undefined;
|
|
5641
|
+
allowedRebalancers?: string[] | undefined;
|
|
5642
|
+
} | {
|
|
5643
|
+
type: "nativeOpL2";
|
|
5644
|
+
l2Bridge: string;
|
|
5645
|
+
symbol?: string | undefined;
|
|
5646
|
+
name?: string | undefined;
|
|
5647
|
+
decimals?: number | undefined;
|
|
5648
|
+
scale?: number | undefined;
|
|
5649
|
+
isNft?: boolean | undefined;
|
|
5650
|
+
contractVersion?: string | undefined;
|
|
5651
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
5652
|
+
bridge: string;
|
|
5653
|
+
approvedTokens?: string[] | undefined;
|
|
5654
|
+
}[]> | undefined;
|
|
5655
|
+
allowedRebalancers?: string[] | undefined;
|
|
5656
|
+
} | {
|
|
5657
|
+
type: "nativeOpL1";
|
|
5658
|
+
version: number;
|
|
5659
|
+
urls: string[];
|
|
5660
|
+
portal: string;
|
|
5661
|
+
symbol?: string | undefined;
|
|
5662
|
+
name?: string | undefined;
|
|
5663
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5664
|
+
decimals?: number | undefined;
|
|
5665
|
+
scale?: number | undefined;
|
|
5666
|
+
isNft?: boolean | undefined;
|
|
5667
|
+
contractVersion?: string | undefined;
|
|
5668
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
5669
|
+
bridge: string;
|
|
5670
|
+
approvedTokens?: string[] | undefined;
|
|
5671
|
+
}[]> | undefined;
|
|
5672
|
+
allowedRebalancers?: string[] | undefined;
|
|
5673
|
+
} | {
|
|
5674
|
+
type: "collateral" | "collateralVault" | "collateralVaultRebase" | "collateralFiat" | "collateralUri";
|
|
5675
|
+
token: string;
|
|
5676
|
+
symbol?: string | undefined;
|
|
5677
|
+
name?: string | undefined;
|
|
5678
|
+
decimals?: number | undefined;
|
|
5679
|
+
scale?: number | undefined;
|
|
5680
|
+
isNft?: boolean | undefined;
|
|
5681
|
+
contractVersion?: string | undefined;
|
|
5682
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
5683
|
+
bridge: string;
|
|
5684
|
+
approvedTokens?: string[] | undefined;
|
|
5685
|
+
}[]> | undefined;
|
|
5686
|
+
allowedRebalancers?: string[] | undefined;
|
|
5687
|
+
} | {
|
|
5688
|
+
type: "xERC20" | "xERC20Lockbox";
|
|
5689
|
+
token: string;
|
|
5690
|
+
symbol?: string | undefined;
|
|
5691
|
+
name?: string | undefined;
|
|
5692
|
+
decimals?: number | undefined;
|
|
5693
|
+
xERC20?: {
|
|
5694
|
+
warpRouteLimits: {
|
|
5695
|
+
type: XERC20Type.Velo;
|
|
5696
|
+
bufferCap?: string | undefined;
|
|
5697
|
+
rateLimitPerSecond?: string | undefined;
|
|
5698
|
+
} | {
|
|
5699
|
+
type: XERC20Type.Standard;
|
|
5700
|
+
mint?: string | undefined;
|
|
5701
|
+
burn?: string | undefined;
|
|
5702
|
+
};
|
|
5703
|
+
extraBridges?: {
|
|
5704
|
+
lockbox: string;
|
|
5705
|
+
limits: {
|
|
5706
|
+
type: XERC20Type.Velo;
|
|
5707
|
+
bufferCap?: string | undefined;
|
|
5708
|
+
rateLimitPerSecond?: string | undefined;
|
|
5709
|
+
} | {
|
|
5710
|
+
type: XERC20Type.Standard;
|
|
5711
|
+
mint?: string | undefined;
|
|
5712
|
+
burn?: string | undefined;
|
|
5713
|
+
};
|
|
5714
|
+
}[] | undefined;
|
|
5715
|
+
} | undefined;
|
|
5716
|
+
scale?: number | undefined;
|
|
5717
|
+
isNft?: boolean | undefined;
|
|
5718
|
+
contractVersion?: string | undefined;
|
|
5719
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
5720
|
+
bridge: string;
|
|
5721
|
+
approvedTokens?: string[] | undefined;
|
|
5722
|
+
}[]> | undefined;
|
|
5723
|
+
allowedRebalancers?: string[] | undefined;
|
|
5724
|
+
} | {
|
|
5725
|
+
type: "collateralCctp";
|
|
5726
|
+
token: string;
|
|
5727
|
+
urls: string[];
|
|
5728
|
+
messageTransmitter: string;
|
|
5729
|
+
tokenMessenger: string;
|
|
5730
|
+
cctpVersion: "V1" | "V2";
|
|
5731
|
+
symbol?: string | undefined;
|
|
5732
|
+
name?: string | undefined;
|
|
5733
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
5734
|
+
decimals?: number | undefined;
|
|
5735
|
+
scale?: number | undefined;
|
|
5736
|
+
isNft?: boolean | undefined;
|
|
5737
|
+
contractVersion?: string | undefined;
|
|
5738
|
+
minFinalityThreshold?: number | undefined;
|
|
5739
|
+
maxFeeBps?: number | undefined;
|
|
5740
|
+
} | {
|
|
5741
|
+
type: "synthetic" | "syntheticUri";
|
|
5742
|
+
symbol?: string | undefined;
|
|
5743
|
+
name?: string | undefined;
|
|
5744
|
+
decimals?: number | undefined;
|
|
5745
|
+
scale?: number | undefined;
|
|
5746
|
+
isNft?: boolean | undefined;
|
|
5747
|
+
contractVersion?: string | undefined;
|
|
5748
|
+
initialSupply?: string | number | undefined;
|
|
5749
|
+
} | {
|
|
5750
|
+
type: "syntheticRebase";
|
|
5751
|
+
collateralChainName: string;
|
|
5752
|
+
symbol?: string | undefined;
|
|
5753
|
+
name?: string | undefined;
|
|
5754
|
+
decimals?: number | undefined;
|
|
5755
|
+
scale?: number | undefined;
|
|
5756
|
+
isNft?: boolean | undefined;
|
|
5757
|
+
contractVersion?: string | undefined;
|
|
5758
|
+
} | {
|
|
5759
|
+
type: "collateralEverclear";
|
|
5760
|
+
token: string;
|
|
4356
5761
|
everclearBridgeAddress: string;
|
|
4357
5762
|
outputAssets: Record<string | number, string>;
|
|
4358
5763
|
everclearFeeParams: Record<string | number, {
|
|
@@ -4360,7 +5765,6 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
|
|
|
4360
5765
|
fee: number;
|
|
4361
5766
|
deadline: number;
|
|
4362
5767
|
}>;
|
|
4363
|
-
wethAddress: string;
|
|
4364
5768
|
symbol?: string | undefined;
|
|
4365
5769
|
name?: string | undefined;
|
|
4366
5770
|
decimals?: number | undefined;
|
|
@@ -4372,7 +5776,7 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
|
|
|
4372
5776
|
approvedTokens?: string[] | undefined;
|
|
4373
5777
|
}[]> | undefined;
|
|
4374
5778
|
allowedRebalancers?: string[] | undefined;
|
|
4375
|
-
}
|
|
5779
|
+
} | {
|
|
4376
5780
|
type: "ethEverclear";
|
|
4377
5781
|
everclearBridgeAddress: string;
|
|
4378
5782
|
outputAssets: Record<string | number, string>;
|
|
@@ -4393,7 +5797,16 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
|
|
|
4393
5797
|
approvedTokens?: string[] | undefined;
|
|
4394
5798
|
}[]> | undefined;
|
|
4395
5799
|
allowedRebalancers?: string[] | undefined;
|
|
4396
|
-
}
|
|
5800
|
+
} | z.objectOutputType<{
|
|
5801
|
+
name: z.ZodOptional<z.ZodString>;
|
|
5802
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
5803
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
5804
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
5805
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
5806
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5807
|
+
} & {
|
|
5808
|
+
type: z.ZodLiteral<"unknown">;
|
|
5809
|
+
}, z.ZodTypeAny, "passthrough">, unknown>, z.ZodObject<{
|
|
4397
5810
|
owner: z.ZodString;
|
|
4398
5811
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4399
5812
|
hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
@@ -4573,7 +5986,13 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
|
|
|
4573
5986
|
}, {
|
|
4574
5987
|
type: "ccipHook";
|
|
4575
5988
|
destinationChain: string;
|
|
4576
|
-
}
|
|
5989
|
+
}>, z.ZodObject<{
|
|
5990
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
5991
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
5992
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
5993
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
5994
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
5995
|
+
}, z.ZodTypeAny, "passthrough">>]>>;
|
|
4577
5996
|
interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4578
5997
|
type: z.ZodLiteral<"testIsm">;
|
|
4579
5998
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4715,7 +6134,13 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
|
|
|
4715
6134
|
owner: string;
|
|
4716
6135
|
isms: Record<string, string>;
|
|
4717
6136
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4718
|
-
}
|
|
6137
|
+
}>, z.ZodObject<{
|
|
6138
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
6139
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
6140
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
6141
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
6142
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
6143
|
+
}, z.ZodTypeAny, "passthrough">>]>>;
|
|
4719
6144
|
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
4720
6145
|
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
|
|
4721
6146
|
address: z.ZodString;
|
|
@@ -4909,7 +6334,9 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
|
|
|
4909
6334
|
} | {
|
|
4910
6335
|
type: "ccipHook";
|
|
4911
6336
|
destinationChain: string;
|
|
4912
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
6337
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
6338
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
6339
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4913
6340
|
interchainSecurityModule?: string | ({
|
|
4914
6341
|
threshold: number;
|
|
4915
6342
|
validators: string[];
|
|
@@ -4949,7 +6376,9 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
|
|
|
4949
6376
|
owner: string;
|
|
4950
6377
|
urls: string[];
|
|
4951
6378
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4952
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
6379
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
6380
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
6381
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4953
6382
|
foreignDeployment?: string | undefined;
|
|
4954
6383
|
remoteRouters?: Record<string | number, {
|
|
4955
6384
|
address: string;
|
|
@@ -5034,7 +6463,9 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
|
|
|
5034
6463
|
} | {
|
|
5035
6464
|
type: "ccipHook";
|
|
5036
6465
|
destinationChain: string;
|
|
5037
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
6466
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectInputType<{
|
|
6467
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
6468
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5038
6469
|
interchainSecurityModule?: string | ({
|
|
5039
6470
|
threshold: number;
|
|
5040
6471
|
validators: string[];
|
|
@@ -5079,7 +6510,9 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
|
|
|
5079
6510
|
owner: string;
|
|
5080
6511
|
isms: Record<string, string>;
|
|
5081
6512
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5082
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
6513
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectInputType<{
|
|
6514
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
6515
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5083
6516
|
foreignDeployment?: string | undefined;
|
|
5084
6517
|
remoteRouters?: Record<string | number, {
|
|
5085
6518
|
address: string;
|
|
@@ -5117,7 +6550,7 @@ export declare const HypTokenRouterConfigMailboxOptionalBaseSchema: z.ZodInterse
|
|
|
5117
6550
|
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
5118
6551
|
}>>;
|
|
5119
6552
|
export type HypTokenRouterConfigMailboxOptionalBase = z.infer<typeof HypTokenRouterConfigMailboxOptionalBaseSchema>;
|
|
5120
|
-
export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.ZodIntersection<z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
6553
|
+
export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.ZodIntersection<z.ZodIntersection<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
5121
6554
|
name: z.ZodOptional<z.ZodString>;
|
|
5122
6555
|
symbol: z.ZodOptional<z.ZodString>;
|
|
5123
6556
|
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -5776,7 +7209,205 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
|
|
|
5776
7209
|
fee: number;
|
|
5777
7210
|
deadline: number;
|
|
5778
7211
|
}>;
|
|
5779
|
-
wethAddress: string;
|
|
7212
|
+
wethAddress: string;
|
|
7213
|
+
symbol?: string | undefined;
|
|
7214
|
+
name?: string | undefined;
|
|
7215
|
+
decimals?: number | undefined;
|
|
7216
|
+
scale?: number | undefined;
|
|
7217
|
+
isNft?: boolean | undefined;
|
|
7218
|
+
contractVersion?: string | undefined;
|
|
7219
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
7220
|
+
bridge: string;
|
|
7221
|
+
approvedTokens?: string[] | undefined;
|
|
7222
|
+
}[]> | undefined;
|
|
7223
|
+
allowedRebalancers?: string[] | undefined;
|
|
7224
|
+
}, {
|
|
7225
|
+
type: "ethEverclear";
|
|
7226
|
+
everclearBridgeAddress: string;
|
|
7227
|
+
outputAssets: Record<string | number, string>;
|
|
7228
|
+
everclearFeeParams: Record<string | number, {
|
|
7229
|
+
signature: string;
|
|
7230
|
+
fee: number;
|
|
7231
|
+
deadline: number;
|
|
7232
|
+
}>;
|
|
7233
|
+
wethAddress: string;
|
|
7234
|
+
symbol?: string | undefined;
|
|
7235
|
+
name?: string | undefined;
|
|
7236
|
+
decimals?: number | undefined;
|
|
7237
|
+
scale?: number | undefined;
|
|
7238
|
+
isNft?: boolean | undefined;
|
|
7239
|
+
contractVersion?: string | undefined;
|
|
7240
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
7241
|
+
bridge: string;
|
|
7242
|
+
approvedTokens?: string[] | undefined;
|
|
7243
|
+
}[]> | undefined;
|
|
7244
|
+
allowedRebalancers?: string[] | undefined;
|
|
7245
|
+
}>, z.ZodObject<{
|
|
7246
|
+
name: z.ZodOptional<z.ZodString>;
|
|
7247
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
7248
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
7249
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
7250
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
7251
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
7252
|
+
} & {
|
|
7253
|
+
type: z.ZodLiteral<"unknown">;
|
|
7254
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
7255
|
+
name: z.ZodOptional<z.ZodString>;
|
|
7256
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
7257
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
7258
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
7259
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
7260
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
7261
|
+
} & {
|
|
7262
|
+
type: z.ZodLiteral<"unknown">;
|
|
7263
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
7264
|
+
name: z.ZodOptional<z.ZodString>;
|
|
7265
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
7266
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
7267
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
7268
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
7269
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
7270
|
+
} & {
|
|
7271
|
+
type: z.ZodLiteral<"unknown">;
|
|
7272
|
+
}, z.ZodTypeAny, "passthrough">>]>, {
|
|
7273
|
+
type: "native" | "nativeScaled";
|
|
7274
|
+
symbol?: string | undefined;
|
|
7275
|
+
name?: string | undefined;
|
|
7276
|
+
decimals?: number | undefined;
|
|
7277
|
+
scale?: number | undefined;
|
|
7278
|
+
isNft?: boolean | undefined;
|
|
7279
|
+
contractVersion?: string | undefined;
|
|
7280
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
7281
|
+
bridge: string;
|
|
7282
|
+
approvedTokens?: string[] | undefined;
|
|
7283
|
+
}[]> | undefined;
|
|
7284
|
+
allowedRebalancers?: string[] | undefined;
|
|
7285
|
+
} | {
|
|
7286
|
+
type: "nativeOpL2";
|
|
7287
|
+
l2Bridge: string;
|
|
7288
|
+
symbol?: string | undefined;
|
|
7289
|
+
name?: string | undefined;
|
|
7290
|
+
decimals?: number | undefined;
|
|
7291
|
+
scale?: number | undefined;
|
|
7292
|
+
isNft?: boolean | undefined;
|
|
7293
|
+
contractVersion?: string | undefined;
|
|
7294
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
7295
|
+
bridge: string;
|
|
7296
|
+
approvedTokens?: string[] | undefined;
|
|
7297
|
+
}[]> | undefined;
|
|
7298
|
+
allowedRebalancers?: string[] | undefined;
|
|
7299
|
+
} | {
|
|
7300
|
+
type: "nativeOpL1";
|
|
7301
|
+
version: number;
|
|
7302
|
+
urls: string[];
|
|
7303
|
+
portal: string;
|
|
7304
|
+
symbol?: string | undefined;
|
|
7305
|
+
name?: string | undefined;
|
|
7306
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7307
|
+
decimals?: number | undefined;
|
|
7308
|
+
scale?: number | undefined;
|
|
7309
|
+
isNft?: boolean | undefined;
|
|
7310
|
+
contractVersion?: string | undefined;
|
|
7311
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
7312
|
+
bridge: string;
|
|
7313
|
+
approvedTokens?: string[] | undefined;
|
|
7314
|
+
}[]> | undefined;
|
|
7315
|
+
allowedRebalancers?: string[] | undefined;
|
|
7316
|
+
} | {
|
|
7317
|
+
type: "collateral" | "collateralVault" | "collateralVaultRebase" | "collateralFiat" | "collateralUri";
|
|
7318
|
+
token: string;
|
|
7319
|
+
symbol?: string | undefined;
|
|
7320
|
+
name?: string | undefined;
|
|
7321
|
+
decimals?: number | undefined;
|
|
7322
|
+
scale?: number | undefined;
|
|
7323
|
+
isNft?: boolean | undefined;
|
|
7324
|
+
contractVersion?: string | undefined;
|
|
7325
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
7326
|
+
bridge: string;
|
|
7327
|
+
approvedTokens?: string[] | undefined;
|
|
7328
|
+
}[]> | undefined;
|
|
7329
|
+
allowedRebalancers?: string[] | undefined;
|
|
7330
|
+
} | {
|
|
7331
|
+
type: "xERC20" | "xERC20Lockbox";
|
|
7332
|
+
token: string;
|
|
7333
|
+
symbol?: string | undefined;
|
|
7334
|
+
name?: string | undefined;
|
|
7335
|
+
decimals?: number | undefined;
|
|
7336
|
+
xERC20?: {
|
|
7337
|
+
warpRouteLimits: {
|
|
7338
|
+
type: XERC20Type.Velo;
|
|
7339
|
+
bufferCap?: string | undefined;
|
|
7340
|
+
rateLimitPerSecond?: string | undefined;
|
|
7341
|
+
} | {
|
|
7342
|
+
type: XERC20Type.Standard;
|
|
7343
|
+
mint?: string | undefined;
|
|
7344
|
+
burn?: string | undefined;
|
|
7345
|
+
};
|
|
7346
|
+
extraBridges?: {
|
|
7347
|
+
lockbox: string;
|
|
7348
|
+
limits: {
|
|
7349
|
+
type: XERC20Type.Velo;
|
|
7350
|
+
bufferCap?: string | undefined;
|
|
7351
|
+
rateLimitPerSecond?: string | undefined;
|
|
7352
|
+
} | {
|
|
7353
|
+
type: XERC20Type.Standard;
|
|
7354
|
+
mint?: string | undefined;
|
|
7355
|
+
burn?: string | undefined;
|
|
7356
|
+
};
|
|
7357
|
+
}[] | undefined;
|
|
7358
|
+
} | undefined;
|
|
7359
|
+
scale?: number | undefined;
|
|
7360
|
+
isNft?: boolean | undefined;
|
|
7361
|
+
contractVersion?: string | undefined;
|
|
7362
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
7363
|
+
bridge: string;
|
|
7364
|
+
approvedTokens?: string[] | undefined;
|
|
7365
|
+
}[]> | undefined;
|
|
7366
|
+
allowedRebalancers?: string[] | undefined;
|
|
7367
|
+
} | {
|
|
7368
|
+
type: "collateralCctp";
|
|
7369
|
+
token: string;
|
|
7370
|
+
urls: string[];
|
|
7371
|
+
messageTransmitter: string;
|
|
7372
|
+
tokenMessenger: string;
|
|
7373
|
+
cctpVersion: "V1" | "V2";
|
|
7374
|
+
symbol?: string | undefined;
|
|
7375
|
+
name?: string | undefined;
|
|
7376
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
7377
|
+
decimals?: number | undefined;
|
|
7378
|
+
scale?: number | undefined;
|
|
7379
|
+
isNft?: boolean | undefined;
|
|
7380
|
+
contractVersion?: string | undefined;
|
|
7381
|
+
minFinalityThreshold?: number | undefined;
|
|
7382
|
+
maxFeeBps?: number | undefined;
|
|
7383
|
+
} | {
|
|
7384
|
+
type: "synthetic" | "syntheticUri";
|
|
7385
|
+
symbol?: string | undefined;
|
|
7386
|
+
name?: string | undefined;
|
|
7387
|
+
decimals?: number | undefined;
|
|
7388
|
+
scale?: number | undefined;
|
|
7389
|
+
isNft?: boolean | undefined;
|
|
7390
|
+
contractVersion?: string | undefined;
|
|
7391
|
+
initialSupply?: string | number | undefined;
|
|
7392
|
+
} | {
|
|
7393
|
+
type: "syntheticRebase";
|
|
7394
|
+
collateralChainName: string;
|
|
7395
|
+
symbol?: string | undefined;
|
|
7396
|
+
name?: string | undefined;
|
|
7397
|
+
decimals?: number | undefined;
|
|
7398
|
+
scale?: number | undefined;
|
|
7399
|
+
isNft?: boolean | undefined;
|
|
7400
|
+
contractVersion?: string | undefined;
|
|
7401
|
+
} | {
|
|
7402
|
+
type: "collateralEverclear";
|
|
7403
|
+
token: string;
|
|
7404
|
+
everclearBridgeAddress: string;
|
|
7405
|
+
outputAssets: Record<string | number, string>;
|
|
7406
|
+
everclearFeeParams: Record<string | number, {
|
|
7407
|
+
signature: string;
|
|
7408
|
+
fee: number;
|
|
7409
|
+
deadline: number;
|
|
7410
|
+
}>;
|
|
5780
7411
|
symbol?: string | undefined;
|
|
5781
7412
|
name?: string | undefined;
|
|
5782
7413
|
decimals?: number | undefined;
|
|
@@ -5788,7 +7419,7 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
|
|
|
5788
7419
|
approvedTokens?: string[] | undefined;
|
|
5789
7420
|
}[]> | undefined;
|
|
5790
7421
|
allowedRebalancers?: string[] | undefined;
|
|
5791
|
-
}
|
|
7422
|
+
} | {
|
|
5792
7423
|
type: "ethEverclear";
|
|
5793
7424
|
everclearBridgeAddress: string;
|
|
5794
7425
|
outputAssets: Record<string | number, string>;
|
|
@@ -5809,7 +7440,16 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
|
|
|
5809
7440
|
approvedTokens?: string[] | undefined;
|
|
5810
7441
|
}[]> | undefined;
|
|
5811
7442
|
allowedRebalancers?: string[] | undefined;
|
|
5812
|
-
}
|
|
7443
|
+
} | z.objectOutputType<{
|
|
7444
|
+
name: z.ZodOptional<z.ZodString>;
|
|
7445
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
7446
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
7447
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
7448
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
7449
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
7450
|
+
} & {
|
|
7451
|
+
type: z.ZodLiteral<"unknown">;
|
|
7452
|
+
}, z.ZodTypeAny, "passthrough">, unknown>, z.ZodObject<{
|
|
5813
7453
|
owner: z.ZodString;
|
|
5814
7454
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5815
7455
|
hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
@@ -5989,7 +7629,13 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
|
|
|
5989
7629
|
}, {
|
|
5990
7630
|
type: "ccipHook";
|
|
5991
7631
|
destinationChain: string;
|
|
5992
|
-
}
|
|
7632
|
+
}>, z.ZodObject<{
|
|
7633
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
7634
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
7635
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
7636
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
7637
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
7638
|
+
}, z.ZodTypeAny, "passthrough">>]>>;
|
|
5993
7639
|
interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
5994
7640
|
type: z.ZodLiteral<"testIsm">;
|
|
5995
7641
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6131,7 +7777,13 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
|
|
|
6131
7777
|
owner: string;
|
|
6132
7778
|
isms: Record<string, string>;
|
|
6133
7779
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6134
|
-
}
|
|
7780
|
+
}>, z.ZodObject<{
|
|
7781
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
7782
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
7783
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
7784
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
7785
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
7786
|
+
}, z.ZodTypeAny, "passthrough">>]>>;
|
|
6135
7787
|
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
6136
7788
|
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
|
|
6137
7789
|
address: z.ZodString;
|
|
@@ -6325,7 +7977,9 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
|
|
|
6325
7977
|
} | {
|
|
6326
7978
|
type: "ccipHook";
|
|
6327
7979
|
destinationChain: string;
|
|
6328
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
7980
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
7981
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
7982
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6329
7983
|
interchainSecurityModule?: string | ({
|
|
6330
7984
|
threshold: number;
|
|
6331
7985
|
validators: string[];
|
|
@@ -6365,7 +8019,9 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
|
|
|
6365
8019
|
owner: string;
|
|
6366
8020
|
urls: string[];
|
|
6367
8021
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6368
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
8022
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
8023
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
8024
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6369
8025
|
foreignDeployment?: string | undefined;
|
|
6370
8026
|
remoteRouters?: Record<string | number, {
|
|
6371
8027
|
address: string;
|
|
@@ -6450,7 +8106,9 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
|
|
|
6450
8106
|
} | {
|
|
6451
8107
|
type: "ccipHook";
|
|
6452
8108
|
destinationChain: string;
|
|
6453
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
8109
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectInputType<{
|
|
8110
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
8111
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6454
8112
|
interchainSecurityModule?: string | ({
|
|
6455
8113
|
threshold: number;
|
|
6456
8114
|
validators: string[];
|
|
@@ -6495,7 +8153,9 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
|
|
|
6495
8153
|
owner: string;
|
|
6496
8154
|
isms: Record<string, string>;
|
|
6497
8155
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6498
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
8156
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectInputType<{
|
|
8157
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
8158
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6499
8159
|
foreignDeployment?: string | undefined;
|
|
6500
8160
|
remoteRouters?: Record<string | number, {
|
|
6501
8161
|
address: string;
|
|
@@ -6702,7 +8362,16 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
|
|
|
6702
8362
|
approvedTokens?: string[] | undefined;
|
|
6703
8363
|
}[]> | undefined;
|
|
6704
8364
|
allowedRebalancers?: string[] | undefined;
|
|
6705
|
-
}
|
|
8365
|
+
} | z.objectOutputType<{
|
|
8366
|
+
name: z.ZodOptional<z.ZodString>;
|
|
8367
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
8368
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
8369
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
8370
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
8371
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
8372
|
+
} & {
|
|
8373
|
+
type: z.ZodLiteral<"unknown">;
|
|
8374
|
+
}, z.ZodTypeAny, "passthrough">) & {
|
|
6706
8375
|
owner: string;
|
|
6707
8376
|
gas?: number | undefined;
|
|
6708
8377
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -6760,7 +8429,9 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
|
|
|
6760
8429
|
} | {
|
|
6761
8430
|
type: "ccipHook";
|
|
6762
8431
|
destinationChain: string;
|
|
6763
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
8432
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
8433
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
8434
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6764
8435
|
interchainSecurityModule?: string | ({
|
|
6765
8436
|
threshold: number;
|
|
6766
8437
|
validators: string[];
|
|
@@ -6800,7 +8471,9 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
|
|
|
6800
8471
|
owner: string;
|
|
6801
8472
|
urls: string[];
|
|
6802
8473
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6803
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
8474
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
8475
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
8476
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6804
8477
|
foreignDeployment?: string | undefined;
|
|
6805
8478
|
remoteRouters?: Record<string | number, {
|
|
6806
8479
|
address: string;
|
|
@@ -6832,7 +8505,7 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodEffects<z.Z
|
|
|
6832
8505
|
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
6833
8506
|
}, unknown>;
|
|
6834
8507
|
export type HypTokenRouterConfigMailboxOptional = z.infer<typeof HypTokenRouterConfigMailboxOptionalSchema>;
|
|
6835
|
-
export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodIntersection<z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
8508
|
+
export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodIntersection<z.ZodIntersection<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
6836
8509
|
name: z.ZodOptional<z.ZodString>;
|
|
6837
8510
|
symbol: z.ZodOptional<z.ZodString>;
|
|
6838
8511
|
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -7524,7 +9197,214 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
7524
9197
|
approvedTokens?: string[] | undefined;
|
|
7525
9198
|
}[]> | undefined;
|
|
7526
9199
|
allowedRebalancers?: string[] | undefined;
|
|
7527
|
-
}
|
|
9200
|
+
}>, z.ZodObject<{
|
|
9201
|
+
name: z.ZodOptional<z.ZodString>;
|
|
9202
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
9203
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
9204
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
9205
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
9206
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9207
|
+
} & {
|
|
9208
|
+
type: z.ZodLiteral<"unknown">;
|
|
9209
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
9210
|
+
name: z.ZodOptional<z.ZodString>;
|
|
9211
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
9212
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
9213
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
9214
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
9215
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9216
|
+
} & {
|
|
9217
|
+
type: z.ZodLiteral<"unknown">;
|
|
9218
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
9219
|
+
name: z.ZodOptional<z.ZodString>;
|
|
9220
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
9221
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
9222
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
9223
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
9224
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9225
|
+
} & {
|
|
9226
|
+
type: z.ZodLiteral<"unknown">;
|
|
9227
|
+
}, z.ZodTypeAny, "passthrough">>]>, {
|
|
9228
|
+
type: "native" | "nativeScaled";
|
|
9229
|
+
symbol?: string | undefined;
|
|
9230
|
+
name?: string | undefined;
|
|
9231
|
+
decimals?: number | undefined;
|
|
9232
|
+
scale?: number | undefined;
|
|
9233
|
+
isNft?: boolean | undefined;
|
|
9234
|
+
contractVersion?: string | undefined;
|
|
9235
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
9236
|
+
bridge: string;
|
|
9237
|
+
approvedTokens?: string[] | undefined;
|
|
9238
|
+
}[]> | undefined;
|
|
9239
|
+
allowedRebalancers?: string[] | undefined;
|
|
9240
|
+
} | {
|
|
9241
|
+
type: "nativeOpL2";
|
|
9242
|
+
l2Bridge: string;
|
|
9243
|
+
symbol?: string | undefined;
|
|
9244
|
+
name?: string | undefined;
|
|
9245
|
+
decimals?: number | undefined;
|
|
9246
|
+
scale?: number | undefined;
|
|
9247
|
+
isNft?: boolean | undefined;
|
|
9248
|
+
contractVersion?: string | undefined;
|
|
9249
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
9250
|
+
bridge: string;
|
|
9251
|
+
approvedTokens?: string[] | undefined;
|
|
9252
|
+
}[]> | undefined;
|
|
9253
|
+
allowedRebalancers?: string[] | undefined;
|
|
9254
|
+
} | {
|
|
9255
|
+
type: "nativeOpL1";
|
|
9256
|
+
version: number;
|
|
9257
|
+
urls: string[];
|
|
9258
|
+
portal: string;
|
|
9259
|
+
symbol?: string | undefined;
|
|
9260
|
+
name?: string | undefined;
|
|
9261
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
9262
|
+
decimals?: number | undefined;
|
|
9263
|
+
scale?: number | undefined;
|
|
9264
|
+
isNft?: boolean | undefined;
|
|
9265
|
+
contractVersion?: string | undefined;
|
|
9266
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
9267
|
+
bridge: string;
|
|
9268
|
+
approvedTokens?: string[] | undefined;
|
|
9269
|
+
}[]> | undefined;
|
|
9270
|
+
allowedRebalancers?: string[] | undefined;
|
|
9271
|
+
} | {
|
|
9272
|
+
type: "collateral" | "collateralVault" | "collateralVaultRebase" | "collateralFiat" | "collateralUri";
|
|
9273
|
+
token: string;
|
|
9274
|
+
symbol?: string | undefined;
|
|
9275
|
+
name?: string | undefined;
|
|
9276
|
+
decimals?: number | undefined;
|
|
9277
|
+
scale?: number | undefined;
|
|
9278
|
+
isNft?: boolean | undefined;
|
|
9279
|
+
contractVersion?: string | undefined;
|
|
9280
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
9281
|
+
bridge: string;
|
|
9282
|
+
approvedTokens?: string[] | undefined;
|
|
9283
|
+
}[]> | undefined;
|
|
9284
|
+
allowedRebalancers?: string[] | undefined;
|
|
9285
|
+
} | {
|
|
9286
|
+
type: "xERC20" | "xERC20Lockbox";
|
|
9287
|
+
token: string;
|
|
9288
|
+
symbol?: string | undefined;
|
|
9289
|
+
name?: string | undefined;
|
|
9290
|
+
decimals?: number | undefined;
|
|
9291
|
+
xERC20?: {
|
|
9292
|
+
warpRouteLimits: {
|
|
9293
|
+
type: XERC20Type.Velo;
|
|
9294
|
+
bufferCap?: string | undefined;
|
|
9295
|
+
rateLimitPerSecond?: string | undefined;
|
|
9296
|
+
} | {
|
|
9297
|
+
type: XERC20Type.Standard;
|
|
9298
|
+
mint?: string | undefined;
|
|
9299
|
+
burn?: string | undefined;
|
|
9300
|
+
};
|
|
9301
|
+
extraBridges?: {
|
|
9302
|
+
lockbox: string;
|
|
9303
|
+
limits: {
|
|
9304
|
+
type: XERC20Type.Velo;
|
|
9305
|
+
bufferCap?: string | undefined;
|
|
9306
|
+
rateLimitPerSecond?: string | undefined;
|
|
9307
|
+
} | {
|
|
9308
|
+
type: XERC20Type.Standard;
|
|
9309
|
+
mint?: string | undefined;
|
|
9310
|
+
burn?: string | undefined;
|
|
9311
|
+
};
|
|
9312
|
+
}[] | undefined;
|
|
9313
|
+
} | undefined;
|
|
9314
|
+
scale?: number | undefined;
|
|
9315
|
+
isNft?: boolean | undefined;
|
|
9316
|
+
contractVersion?: string | undefined;
|
|
9317
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
9318
|
+
bridge: string;
|
|
9319
|
+
approvedTokens?: string[] | undefined;
|
|
9320
|
+
}[]> | undefined;
|
|
9321
|
+
allowedRebalancers?: string[] | undefined;
|
|
9322
|
+
} | {
|
|
9323
|
+
type: "collateralCctp";
|
|
9324
|
+
token: string;
|
|
9325
|
+
urls: string[];
|
|
9326
|
+
messageTransmitter: string;
|
|
9327
|
+
tokenMessenger: string;
|
|
9328
|
+
cctpVersion: "V1" | "V2";
|
|
9329
|
+
symbol?: string | undefined;
|
|
9330
|
+
name?: string | undefined;
|
|
9331
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
9332
|
+
decimals?: number | undefined;
|
|
9333
|
+
scale?: number | undefined;
|
|
9334
|
+
isNft?: boolean | undefined;
|
|
9335
|
+
contractVersion?: string | undefined;
|
|
9336
|
+
minFinalityThreshold?: number | undefined;
|
|
9337
|
+
maxFeeBps?: number | undefined;
|
|
9338
|
+
} | {
|
|
9339
|
+
type: "synthetic" | "syntheticUri";
|
|
9340
|
+
symbol?: string | undefined;
|
|
9341
|
+
name?: string | undefined;
|
|
9342
|
+
decimals?: number | undefined;
|
|
9343
|
+
scale?: number | undefined;
|
|
9344
|
+
isNft?: boolean | undefined;
|
|
9345
|
+
contractVersion?: string | undefined;
|
|
9346
|
+
initialSupply?: string | number | undefined;
|
|
9347
|
+
} | {
|
|
9348
|
+
type: "syntheticRebase";
|
|
9349
|
+
collateralChainName: string;
|
|
9350
|
+
symbol?: string | undefined;
|
|
9351
|
+
name?: string | undefined;
|
|
9352
|
+
decimals?: number | undefined;
|
|
9353
|
+
scale?: number | undefined;
|
|
9354
|
+
isNft?: boolean | undefined;
|
|
9355
|
+
contractVersion?: string | undefined;
|
|
9356
|
+
} | {
|
|
9357
|
+
type: "collateralEverclear";
|
|
9358
|
+
token: string;
|
|
9359
|
+
everclearBridgeAddress: string;
|
|
9360
|
+
outputAssets: Record<string | number, string>;
|
|
9361
|
+
everclearFeeParams: Record<string | number, {
|
|
9362
|
+
signature: string;
|
|
9363
|
+
fee: number;
|
|
9364
|
+
deadline: number;
|
|
9365
|
+
}>;
|
|
9366
|
+
symbol?: string | undefined;
|
|
9367
|
+
name?: string | undefined;
|
|
9368
|
+
decimals?: number | undefined;
|
|
9369
|
+
scale?: number | undefined;
|
|
9370
|
+
isNft?: boolean | undefined;
|
|
9371
|
+
contractVersion?: string | undefined;
|
|
9372
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
9373
|
+
bridge: string;
|
|
9374
|
+
approvedTokens?: string[] | undefined;
|
|
9375
|
+
}[]> | undefined;
|
|
9376
|
+
allowedRebalancers?: string[] | undefined;
|
|
9377
|
+
} | {
|
|
9378
|
+
type: "ethEverclear";
|
|
9379
|
+
everclearBridgeAddress: string;
|
|
9380
|
+
outputAssets: Record<string | number, string>;
|
|
9381
|
+
everclearFeeParams: Record<string | number, {
|
|
9382
|
+
signature: string;
|
|
9383
|
+
fee: number;
|
|
9384
|
+
deadline: number;
|
|
9385
|
+
}>;
|
|
9386
|
+
wethAddress: string;
|
|
9387
|
+
symbol?: string | undefined;
|
|
9388
|
+
name?: string | undefined;
|
|
9389
|
+
decimals?: number | undefined;
|
|
9390
|
+
scale?: number | undefined;
|
|
9391
|
+
isNft?: boolean | undefined;
|
|
9392
|
+
contractVersion?: string | undefined;
|
|
9393
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
9394
|
+
bridge: string;
|
|
9395
|
+
approvedTokens?: string[] | undefined;
|
|
9396
|
+
}[]> | undefined;
|
|
9397
|
+
allowedRebalancers?: string[] | undefined;
|
|
9398
|
+
} | z.objectOutputType<{
|
|
9399
|
+
name: z.ZodOptional<z.ZodString>;
|
|
9400
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
9401
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
9402
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
9403
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
9404
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9405
|
+
} & {
|
|
9406
|
+
type: z.ZodLiteral<"unknown">;
|
|
9407
|
+
}, z.ZodTypeAny, "passthrough">, unknown>, z.ZodObject<{
|
|
7528
9408
|
owner: z.ZodString;
|
|
7529
9409
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7530
9410
|
hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
@@ -7704,7 +9584,13 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
7704
9584
|
}, {
|
|
7705
9585
|
type: "ccipHook";
|
|
7706
9586
|
destinationChain: string;
|
|
7707
|
-
}
|
|
9587
|
+
}>, z.ZodObject<{
|
|
9588
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
9589
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
9590
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
9591
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
9592
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
9593
|
+
}, z.ZodTypeAny, "passthrough">>]>>;
|
|
7708
9594
|
interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
7709
9595
|
type: z.ZodLiteral<"testIsm">;
|
|
7710
9596
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7846,7 +9732,13 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
7846
9732
|
owner: string;
|
|
7847
9733
|
isms: Record<string, string>;
|
|
7848
9734
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7849
|
-
}
|
|
9735
|
+
}>, z.ZodObject<{
|
|
9736
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
9737
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
9738
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
9739
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
9740
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
9741
|
+
}, z.ZodTypeAny, "passthrough">>]>>;
|
|
7850
9742
|
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
7851
9743
|
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
|
|
7852
9744
|
address: z.ZodString;
|
|
@@ -8040,7 +9932,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
8040
9932
|
} | {
|
|
8041
9933
|
type: "ccipHook";
|
|
8042
9934
|
destinationChain: string;
|
|
8043
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
9935
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
9936
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
9937
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
8044
9938
|
interchainSecurityModule?: string | ({
|
|
8045
9939
|
threshold: number;
|
|
8046
9940
|
validators: string[];
|
|
@@ -8080,7 +9974,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
8080
9974
|
owner: string;
|
|
8081
9975
|
urls: string[];
|
|
8082
9976
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8083
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
9977
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
9978
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
9979
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
8084
9980
|
foreignDeployment?: string | undefined;
|
|
8085
9981
|
remoteRouters?: Record<string | number, {
|
|
8086
9982
|
address: string;
|
|
@@ -8165,7 +10061,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
8165
10061
|
} | {
|
|
8166
10062
|
type: "ccipHook";
|
|
8167
10063
|
destinationChain: string;
|
|
8168
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
10064
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectInputType<{
|
|
10065
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
10066
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
8169
10067
|
interchainSecurityModule?: string | ({
|
|
8170
10068
|
threshold: number;
|
|
8171
10069
|
validators: string[];
|
|
@@ -8210,7 +10108,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
8210
10108
|
owner: string;
|
|
8211
10109
|
isms: Record<string, string>;
|
|
8212
10110
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8213
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
10111
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectInputType<{
|
|
10112
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
10113
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
8214
10114
|
foreignDeployment?: string | undefined;
|
|
8215
10115
|
remoteRouters?: Record<string | number, {
|
|
8216
10116
|
address: string;
|
|
@@ -8417,7 +10317,16 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
8417
10317
|
approvedTokens?: string[] | undefined;
|
|
8418
10318
|
}[]> | undefined;
|
|
8419
10319
|
allowedRebalancers?: string[] | undefined;
|
|
8420
|
-
}
|
|
10320
|
+
} | z.objectOutputType<{
|
|
10321
|
+
name: z.ZodOptional<z.ZodString>;
|
|
10322
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
10323
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
10324
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
10325
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
10326
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
10327
|
+
} & {
|
|
10328
|
+
type: z.ZodLiteral<"unknown">;
|
|
10329
|
+
}, z.ZodTypeAny, "passthrough">) & {
|
|
8421
10330
|
owner: string;
|
|
8422
10331
|
gas?: number | undefined;
|
|
8423
10332
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -8475,7 +10384,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
8475
10384
|
} | {
|
|
8476
10385
|
type: "ccipHook";
|
|
8477
10386
|
destinationChain: string;
|
|
8478
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
10387
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
10388
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
10389
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
8479
10390
|
interchainSecurityModule?: string | ({
|
|
8480
10391
|
threshold: number;
|
|
8481
10392
|
validators: string[];
|
|
@@ -8515,7 +10426,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
8515
10426
|
owner: string;
|
|
8516
10427
|
urls: string[];
|
|
8517
10428
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8518
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
10429
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
10430
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
10431
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
8519
10432
|
foreignDeployment?: string | undefined;
|
|
8520
10433
|
remoteRouters?: Record<string | number, {
|
|
8521
10434
|
address: string;
|
|
@@ -8716,7 +10629,16 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
8716
10629
|
approvedTokens?: string[] | undefined;
|
|
8717
10630
|
}[]> | undefined;
|
|
8718
10631
|
allowedRebalancers?: string[] | undefined;
|
|
8719
|
-
}
|
|
10632
|
+
} | z.objectOutputType<{
|
|
10633
|
+
name: z.ZodOptional<z.ZodString>;
|
|
10634
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
10635
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
10636
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
10637
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
10638
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
10639
|
+
} & {
|
|
10640
|
+
type: z.ZodLiteral<"unknown">;
|
|
10641
|
+
}, z.ZodTypeAny, "passthrough">) & {
|
|
8720
10642
|
owner: string;
|
|
8721
10643
|
gas?: number | undefined;
|
|
8722
10644
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -8774,7 +10696,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
8774
10696
|
} | {
|
|
8775
10697
|
type: "ccipHook";
|
|
8776
10698
|
destinationChain: string;
|
|
8777
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
10699
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
10700
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
10701
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
8778
10702
|
interchainSecurityModule?: string | ({
|
|
8779
10703
|
threshold: number;
|
|
8780
10704
|
validators: string[];
|
|
@@ -8814,7 +10738,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
8814
10738
|
owner: string;
|
|
8815
10739
|
urls: string[];
|
|
8816
10740
|
ownerOverrides?: Record<string, string> | undefined;
|
|
8817
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
10741
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
10742
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
10743
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
8818
10744
|
foreignDeployment?: string | undefined;
|
|
8819
10745
|
remoteRouters?: Record<string | number, {
|
|
8820
10746
|
address: string;
|
|
@@ -9015,7 +10941,16 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
9015
10941
|
approvedTokens?: string[] | undefined;
|
|
9016
10942
|
}[]> | undefined;
|
|
9017
10943
|
allowedRebalancers?: string[] | undefined;
|
|
9018
|
-
}
|
|
10944
|
+
} | z.objectOutputType<{
|
|
10945
|
+
name: z.ZodOptional<z.ZodString>;
|
|
10946
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
10947
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
10948
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
10949
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
10950
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
10951
|
+
} & {
|
|
10952
|
+
type: z.ZodLiteral<"unknown">;
|
|
10953
|
+
}, z.ZodTypeAny, "passthrough">) & {
|
|
9019
10954
|
owner: string;
|
|
9020
10955
|
gas?: number | undefined;
|
|
9021
10956
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -9073,7 +11008,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
9073
11008
|
} | {
|
|
9074
11009
|
type: "ccipHook";
|
|
9075
11010
|
destinationChain: string;
|
|
9076
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
11011
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
11012
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
11013
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
9077
11014
|
interchainSecurityModule?: string | ({
|
|
9078
11015
|
threshold: number;
|
|
9079
11016
|
validators: string[];
|
|
@@ -9113,7 +11050,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
9113
11050
|
owner: string;
|
|
9114
11051
|
urls: string[];
|
|
9115
11052
|
ownerOverrides?: Record<string, string> | undefined;
|
|
9116
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
11053
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
11054
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
11055
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
9117
11056
|
foreignDeployment?: string | undefined;
|
|
9118
11057
|
remoteRouters?: Record<string | number, {
|
|
9119
11058
|
address: string;
|
|
@@ -9314,7 +11253,16 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
9314
11253
|
approvedTokens?: string[] | undefined;
|
|
9315
11254
|
}[]> | undefined;
|
|
9316
11255
|
allowedRebalancers?: string[] | undefined;
|
|
9317
|
-
}
|
|
11256
|
+
} | z.objectOutputType<{
|
|
11257
|
+
name: z.ZodOptional<z.ZodString>;
|
|
11258
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
11259
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
11260
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
11261
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
11262
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
11263
|
+
} & {
|
|
11264
|
+
type: z.ZodLiteral<"unknown">;
|
|
11265
|
+
}, z.ZodTypeAny, "passthrough">) & {
|
|
9318
11266
|
owner: string;
|
|
9319
11267
|
gas?: number | undefined;
|
|
9320
11268
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -9372,7 +11320,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
9372
11320
|
} | {
|
|
9373
11321
|
type: "ccipHook";
|
|
9374
11322
|
destinationChain: string;
|
|
9375
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
11323
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
11324
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
11325
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
9376
11326
|
interchainSecurityModule?: string | ({
|
|
9377
11327
|
threshold: number;
|
|
9378
11328
|
validators: string[];
|
|
@@ -9412,7 +11362,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
9412
11362
|
owner: string;
|
|
9413
11363
|
urls: string[];
|
|
9414
11364
|
ownerOverrides?: Record<string, string> | undefined;
|
|
9415
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
11365
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
11366
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
11367
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
9416
11368
|
foreignDeployment?: string | undefined;
|
|
9417
11369
|
remoteRouters?: Record<string | number, {
|
|
9418
11370
|
address: string;
|
|
@@ -9613,7 +11565,16 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
9613
11565
|
approvedTokens?: string[] | undefined;
|
|
9614
11566
|
}[]> | undefined;
|
|
9615
11567
|
allowedRebalancers?: string[] | undefined;
|
|
9616
|
-
}
|
|
11568
|
+
} | z.objectOutputType<{
|
|
11569
|
+
name: z.ZodOptional<z.ZodString>;
|
|
11570
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
11571
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
11572
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
11573
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
11574
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
11575
|
+
} & {
|
|
11576
|
+
type: z.ZodLiteral<"unknown">;
|
|
11577
|
+
}, z.ZodTypeAny, "passthrough">) & {
|
|
9617
11578
|
owner: string;
|
|
9618
11579
|
gas?: number | undefined;
|
|
9619
11580
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -9671,7 +11632,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
9671
11632
|
} | {
|
|
9672
11633
|
type: "ccipHook";
|
|
9673
11634
|
destinationChain: string;
|
|
9674
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
11635
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
11636
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
11637
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
9675
11638
|
interchainSecurityModule?: string | ({
|
|
9676
11639
|
threshold: number;
|
|
9677
11640
|
validators: string[];
|
|
@@ -9711,7 +11674,9 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
9711
11674
|
owner: string;
|
|
9712
11675
|
urls: string[];
|
|
9713
11676
|
ownerOverrides?: Record<string, string> | undefined;
|
|
9714
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
11677
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
11678
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
11679
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
9715
11680
|
foreignDeployment?: string | undefined;
|
|
9716
11681
|
remoteRouters?: Record<string | number, {
|
|
9717
11682
|
address: string;
|
|
@@ -9743,7 +11708,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
9743
11708
|
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
9744
11709
|
}>, Record<string, unknown>>;
|
|
9745
11710
|
export type WarpRouteDeployConfig = z.infer<typeof WarpRouteDeployConfigSchema>;
|
|
9746
|
-
export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersection<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodIntersection<z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
11711
|
+
export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersection<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodIntersection<z.ZodIntersection<z.ZodEffects<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
9747
11712
|
name: z.ZodOptional<z.ZodString>;
|
|
9748
11713
|
symbol: z.ZodOptional<z.ZodString>;
|
|
9749
11714
|
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -10435,7 +12400,214 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
10435
12400
|
approvedTokens?: string[] | undefined;
|
|
10436
12401
|
}[]> | undefined;
|
|
10437
12402
|
allowedRebalancers?: string[] | undefined;
|
|
10438
|
-
}
|
|
12403
|
+
}>, z.ZodObject<{
|
|
12404
|
+
name: z.ZodOptional<z.ZodString>;
|
|
12405
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
12406
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12407
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12408
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
12409
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
12410
|
+
} & {
|
|
12411
|
+
type: z.ZodLiteral<"unknown">;
|
|
12412
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12413
|
+
name: z.ZodOptional<z.ZodString>;
|
|
12414
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
12415
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12416
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12417
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
12418
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
12419
|
+
} & {
|
|
12420
|
+
type: z.ZodLiteral<"unknown">;
|
|
12421
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12422
|
+
name: z.ZodOptional<z.ZodString>;
|
|
12423
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
12424
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12425
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12426
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
12427
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
12428
|
+
} & {
|
|
12429
|
+
type: z.ZodLiteral<"unknown">;
|
|
12430
|
+
}, z.ZodTypeAny, "passthrough">>]>, {
|
|
12431
|
+
type: "native" | "nativeScaled";
|
|
12432
|
+
symbol?: string | undefined;
|
|
12433
|
+
name?: string | undefined;
|
|
12434
|
+
decimals?: number | undefined;
|
|
12435
|
+
scale?: number | undefined;
|
|
12436
|
+
isNft?: boolean | undefined;
|
|
12437
|
+
contractVersion?: string | undefined;
|
|
12438
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
12439
|
+
bridge: string;
|
|
12440
|
+
approvedTokens?: string[] | undefined;
|
|
12441
|
+
}[]> | undefined;
|
|
12442
|
+
allowedRebalancers?: string[] | undefined;
|
|
12443
|
+
} | {
|
|
12444
|
+
type: "nativeOpL2";
|
|
12445
|
+
l2Bridge: string;
|
|
12446
|
+
symbol?: string | undefined;
|
|
12447
|
+
name?: string | undefined;
|
|
12448
|
+
decimals?: number | undefined;
|
|
12449
|
+
scale?: number | undefined;
|
|
12450
|
+
isNft?: boolean | undefined;
|
|
12451
|
+
contractVersion?: string | undefined;
|
|
12452
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
12453
|
+
bridge: string;
|
|
12454
|
+
approvedTokens?: string[] | undefined;
|
|
12455
|
+
}[]> | undefined;
|
|
12456
|
+
allowedRebalancers?: string[] | undefined;
|
|
12457
|
+
} | {
|
|
12458
|
+
type: "nativeOpL1";
|
|
12459
|
+
version: number;
|
|
12460
|
+
urls: string[];
|
|
12461
|
+
portal: string;
|
|
12462
|
+
symbol?: string | undefined;
|
|
12463
|
+
name?: string | undefined;
|
|
12464
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
12465
|
+
decimals?: number | undefined;
|
|
12466
|
+
scale?: number | undefined;
|
|
12467
|
+
isNft?: boolean | undefined;
|
|
12468
|
+
contractVersion?: string | undefined;
|
|
12469
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
12470
|
+
bridge: string;
|
|
12471
|
+
approvedTokens?: string[] | undefined;
|
|
12472
|
+
}[]> | undefined;
|
|
12473
|
+
allowedRebalancers?: string[] | undefined;
|
|
12474
|
+
} | {
|
|
12475
|
+
type: "collateral" | "collateralVault" | "collateralVaultRebase" | "collateralFiat" | "collateralUri";
|
|
12476
|
+
token: string;
|
|
12477
|
+
symbol?: string | undefined;
|
|
12478
|
+
name?: string | undefined;
|
|
12479
|
+
decimals?: number | undefined;
|
|
12480
|
+
scale?: number | undefined;
|
|
12481
|
+
isNft?: boolean | undefined;
|
|
12482
|
+
contractVersion?: string | undefined;
|
|
12483
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
12484
|
+
bridge: string;
|
|
12485
|
+
approvedTokens?: string[] | undefined;
|
|
12486
|
+
}[]> | undefined;
|
|
12487
|
+
allowedRebalancers?: string[] | undefined;
|
|
12488
|
+
} | {
|
|
12489
|
+
type: "xERC20" | "xERC20Lockbox";
|
|
12490
|
+
token: string;
|
|
12491
|
+
symbol?: string | undefined;
|
|
12492
|
+
name?: string | undefined;
|
|
12493
|
+
decimals?: number | undefined;
|
|
12494
|
+
xERC20?: {
|
|
12495
|
+
warpRouteLimits: {
|
|
12496
|
+
type: XERC20Type.Velo;
|
|
12497
|
+
bufferCap?: string | undefined;
|
|
12498
|
+
rateLimitPerSecond?: string | undefined;
|
|
12499
|
+
} | {
|
|
12500
|
+
type: XERC20Type.Standard;
|
|
12501
|
+
mint?: string | undefined;
|
|
12502
|
+
burn?: string | undefined;
|
|
12503
|
+
};
|
|
12504
|
+
extraBridges?: {
|
|
12505
|
+
lockbox: string;
|
|
12506
|
+
limits: {
|
|
12507
|
+
type: XERC20Type.Velo;
|
|
12508
|
+
bufferCap?: string | undefined;
|
|
12509
|
+
rateLimitPerSecond?: string | undefined;
|
|
12510
|
+
} | {
|
|
12511
|
+
type: XERC20Type.Standard;
|
|
12512
|
+
mint?: string | undefined;
|
|
12513
|
+
burn?: string | undefined;
|
|
12514
|
+
};
|
|
12515
|
+
}[] | undefined;
|
|
12516
|
+
} | undefined;
|
|
12517
|
+
scale?: number | undefined;
|
|
12518
|
+
isNft?: boolean | undefined;
|
|
12519
|
+
contractVersion?: string | undefined;
|
|
12520
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
12521
|
+
bridge: string;
|
|
12522
|
+
approvedTokens?: string[] | undefined;
|
|
12523
|
+
}[]> | undefined;
|
|
12524
|
+
allowedRebalancers?: string[] | undefined;
|
|
12525
|
+
} | {
|
|
12526
|
+
type: "collateralCctp";
|
|
12527
|
+
token: string;
|
|
12528
|
+
urls: string[];
|
|
12529
|
+
messageTransmitter: string;
|
|
12530
|
+
tokenMessenger: string;
|
|
12531
|
+
cctpVersion: "V1" | "V2";
|
|
12532
|
+
symbol?: string | undefined;
|
|
12533
|
+
name?: string | undefined;
|
|
12534
|
+
ownerOverrides?: Record<string, string> | undefined;
|
|
12535
|
+
decimals?: number | undefined;
|
|
12536
|
+
scale?: number | undefined;
|
|
12537
|
+
isNft?: boolean | undefined;
|
|
12538
|
+
contractVersion?: string | undefined;
|
|
12539
|
+
minFinalityThreshold?: number | undefined;
|
|
12540
|
+
maxFeeBps?: number | undefined;
|
|
12541
|
+
} | {
|
|
12542
|
+
type: "synthetic" | "syntheticUri";
|
|
12543
|
+
symbol?: string | undefined;
|
|
12544
|
+
name?: string | undefined;
|
|
12545
|
+
decimals?: number | undefined;
|
|
12546
|
+
scale?: number | undefined;
|
|
12547
|
+
isNft?: boolean | undefined;
|
|
12548
|
+
contractVersion?: string | undefined;
|
|
12549
|
+
initialSupply?: string | number | undefined;
|
|
12550
|
+
} | {
|
|
12551
|
+
type: "syntheticRebase";
|
|
12552
|
+
collateralChainName: string;
|
|
12553
|
+
symbol?: string | undefined;
|
|
12554
|
+
name?: string | undefined;
|
|
12555
|
+
decimals?: number | undefined;
|
|
12556
|
+
scale?: number | undefined;
|
|
12557
|
+
isNft?: boolean | undefined;
|
|
12558
|
+
contractVersion?: string | undefined;
|
|
12559
|
+
} | {
|
|
12560
|
+
type: "collateralEverclear";
|
|
12561
|
+
token: string;
|
|
12562
|
+
everclearBridgeAddress: string;
|
|
12563
|
+
outputAssets: Record<string | number, string>;
|
|
12564
|
+
everclearFeeParams: Record<string | number, {
|
|
12565
|
+
signature: string;
|
|
12566
|
+
fee: number;
|
|
12567
|
+
deadline: number;
|
|
12568
|
+
}>;
|
|
12569
|
+
symbol?: string | undefined;
|
|
12570
|
+
name?: string | undefined;
|
|
12571
|
+
decimals?: number | undefined;
|
|
12572
|
+
scale?: number | undefined;
|
|
12573
|
+
isNft?: boolean | undefined;
|
|
12574
|
+
contractVersion?: string | undefined;
|
|
12575
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
12576
|
+
bridge: string;
|
|
12577
|
+
approvedTokens?: string[] | undefined;
|
|
12578
|
+
}[]> | undefined;
|
|
12579
|
+
allowedRebalancers?: string[] | undefined;
|
|
12580
|
+
} | {
|
|
12581
|
+
type: "ethEverclear";
|
|
12582
|
+
everclearBridgeAddress: string;
|
|
12583
|
+
outputAssets: Record<string | number, string>;
|
|
12584
|
+
everclearFeeParams: Record<string | number, {
|
|
12585
|
+
signature: string;
|
|
12586
|
+
fee: number;
|
|
12587
|
+
deadline: number;
|
|
12588
|
+
}>;
|
|
12589
|
+
wethAddress: string;
|
|
12590
|
+
symbol?: string | undefined;
|
|
12591
|
+
name?: string | undefined;
|
|
12592
|
+
decimals?: number | undefined;
|
|
12593
|
+
scale?: number | undefined;
|
|
12594
|
+
isNft?: boolean | undefined;
|
|
12595
|
+
contractVersion?: string | undefined;
|
|
12596
|
+
allowedRebalancingBridges?: Record<string | number, {
|
|
12597
|
+
bridge: string;
|
|
12598
|
+
approvedTokens?: string[] | undefined;
|
|
12599
|
+
}[]> | undefined;
|
|
12600
|
+
allowedRebalancers?: string[] | undefined;
|
|
12601
|
+
} | z.objectOutputType<{
|
|
12602
|
+
name: z.ZodOptional<z.ZodString>;
|
|
12603
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
12604
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12605
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12606
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
12607
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
12608
|
+
} & {
|
|
12609
|
+
type: z.ZodLiteral<"unknown">;
|
|
12610
|
+
}, z.ZodTypeAny, "passthrough">, unknown>, z.ZodObject<{
|
|
10439
12611
|
owner: z.ZodString;
|
|
10440
12612
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
10441
12613
|
hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
@@ -10615,7 +12787,13 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
10615
12787
|
}, {
|
|
10616
12788
|
type: "ccipHook";
|
|
10617
12789
|
destinationChain: string;
|
|
10618
|
-
}
|
|
12790
|
+
}>, z.ZodObject<{
|
|
12791
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
12792
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12793
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
12794
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12795
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
12796
|
+
}, z.ZodTypeAny, "passthrough">>]>>;
|
|
10619
12797
|
interchainSecurityModule: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
10620
12798
|
type: z.ZodLiteral<"testIsm">;
|
|
10621
12799
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10757,7 +12935,13 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
10757
12935
|
owner: string;
|
|
10758
12936
|
isms: Record<string, string>;
|
|
10759
12937
|
ownerOverrides?: Record<string, string> | undefined;
|
|
10760
|
-
}
|
|
12938
|
+
}>, z.ZodObject<{
|
|
12939
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
12940
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
12941
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
12942
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12943
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
12944
|
+
}, z.ZodTypeAny, "passthrough">>]>>;
|
|
10761
12945
|
foreignDeployment: z.ZodOptional<z.ZodString>;
|
|
10762
12946
|
remoteRouters: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodObject<{
|
|
10763
12947
|
address: z.ZodString;
|
|
@@ -10951,7 +13135,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
10951
13135
|
} | {
|
|
10952
13136
|
type: "ccipHook";
|
|
10953
13137
|
destinationChain: string;
|
|
10954
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
13138
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
13139
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
13140
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
10955
13141
|
interchainSecurityModule?: string | ({
|
|
10956
13142
|
threshold: number;
|
|
10957
13143
|
validators: string[];
|
|
@@ -10991,7 +13177,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
10991
13177
|
owner: string;
|
|
10992
13178
|
urls: string[];
|
|
10993
13179
|
ownerOverrides?: Record<string, string> | undefined;
|
|
10994
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
13180
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
13181
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
13182
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
10995
13183
|
foreignDeployment?: string | undefined;
|
|
10996
13184
|
remoteRouters?: Record<string | number, {
|
|
10997
13185
|
address: string;
|
|
@@ -11076,7 +13264,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
11076
13264
|
} | {
|
|
11077
13265
|
type: "ccipHook";
|
|
11078
13266
|
destinationChain: string;
|
|
11079
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
13267
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectInputType<{
|
|
13268
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
13269
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
11080
13270
|
interchainSecurityModule?: string | ({
|
|
11081
13271
|
threshold: number;
|
|
11082
13272
|
validators: string[];
|
|
@@ -11121,7 +13311,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
11121
13311
|
owner: string;
|
|
11122
13312
|
isms: Record<string, string>;
|
|
11123
13313
|
ownerOverrides?: Record<string, string> | undefined;
|
|
11124
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
13314
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectInputType<{
|
|
13315
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
13316
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
11125
13317
|
foreignDeployment?: string | undefined;
|
|
11126
13318
|
remoteRouters?: Record<string | number, {
|
|
11127
13319
|
address: string;
|
|
@@ -11328,7 +13520,16 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
11328
13520
|
approvedTokens?: string[] | undefined;
|
|
11329
13521
|
}[]> | undefined;
|
|
11330
13522
|
allowedRebalancers?: string[] | undefined;
|
|
11331
|
-
}
|
|
13523
|
+
} | z.objectOutputType<{
|
|
13524
|
+
name: z.ZodOptional<z.ZodString>;
|
|
13525
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
13526
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
13527
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
13528
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
13529
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
13530
|
+
} & {
|
|
13531
|
+
type: z.ZodLiteral<"unknown">;
|
|
13532
|
+
}, z.ZodTypeAny, "passthrough">) & {
|
|
11332
13533
|
owner: string;
|
|
11333
13534
|
gas?: number | undefined;
|
|
11334
13535
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -11386,7 +13587,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
11386
13587
|
} | {
|
|
11387
13588
|
type: "ccipHook";
|
|
11388
13589
|
destinationChain: string;
|
|
11389
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
13590
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
13591
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
13592
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
11390
13593
|
interchainSecurityModule?: string | ({
|
|
11391
13594
|
threshold: number;
|
|
11392
13595
|
validators: string[];
|
|
@@ -11426,7 +13629,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
11426
13629
|
owner: string;
|
|
11427
13630
|
urls: string[];
|
|
11428
13631
|
ownerOverrides?: Record<string, string> | undefined;
|
|
11429
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
13632
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
13633
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
13634
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
11430
13635
|
foreignDeployment?: string | undefined;
|
|
11431
13636
|
remoteRouters?: Record<string | number, {
|
|
11432
13637
|
address: string;
|
|
@@ -11627,7 +13832,16 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
11627
13832
|
approvedTokens?: string[] | undefined;
|
|
11628
13833
|
}[]> | undefined;
|
|
11629
13834
|
allowedRebalancers?: string[] | undefined;
|
|
11630
|
-
}
|
|
13835
|
+
} | z.objectOutputType<{
|
|
13836
|
+
name: z.ZodOptional<z.ZodString>;
|
|
13837
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
13838
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
13839
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
13840
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
13841
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
13842
|
+
} & {
|
|
13843
|
+
type: z.ZodLiteral<"unknown">;
|
|
13844
|
+
}, z.ZodTypeAny, "passthrough">) & {
|
|
11631
13845
|
owner: string;
|
|
11632
13846
|
gas?: number | undefined;
|
|
11633
13847
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -11685,7 +13899,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
11685
13899
|
} | {
|
|
11686
13900
|
type: "ccipHook";
|
|
11687
13901
|
destinationChain: string;
|
|
11688
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
13902
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
13903
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
13904
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
11689
13905
|
interchainSecurityModule?: string | ({
|
|
11690
13906
|
threshold: number;
|
|
11691
13907
|
validators: string[];
|
|
@@ -11725,7 +13941,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
11725
13941
|
owner: string;
|
|
11726
13942
|
urls: string[];
|
|
11727
13943
|
ownerOverrides?: Record<string, string> | undefined;
|
|
11728
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
13944
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
13945
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
13946
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
11729
13947
|
foreignDeployment?: string | undefined;
|
|
11730
13948
|
remoteRouters?: Record<string | number, {
|
|
11731
13949
|
address: string;
|
|
@@ -11926,7 +14144,16 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
11926
14144
|
approvedTokens?: string[] | undefined;
|
|
11927
14145
|
}[]> | undefined;
|
|
11928
14146
|
allowedRebalancers?: string[] | undefined;
|
|
11929
|
-
}
|
|
14147
|
+
} | z.objectOutputType<{
|
|
14148
|
+
name: z.ZodOptional<z.ZodString>;
|
|
14149
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
14150
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
14151
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
14152
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
14153
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
14154
|
+
} & {
|
|
14155
|
+
type: z.ZodLiteral<"unknown">;
|
|
14156
|
+
}, z.ZodTypeAny, "passthrough">) & {
|
|
11930
14157
|
owner: string;
|
|
11931
14158
|
gas?: number | undefined;
|
|
11932
14159
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -11984,7 +14211,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
11984
14211
|
} | {
|
|
11985
14212
|
type: "ccipHook";
|
|
11986
14213
|
destinationChain: string;
|
|
11987
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
14214
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
14215
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
14216
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
11988
14217
|
interchainSecurityModule?: string | ({
|
|
11989
14218
|
threshold: number;
|
|
11990
14219
|
validators: string[];
|
|
@@ -12024,7 +14253,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
12024
14253
|
owner: string;
|
|
12025
14254
|
urls: string[];
|
|
12026
14255
|
ownerOverrides?: Record<string, string> | undefined;
|
|
12027
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
14256
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
14257
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
14258
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
12028
14259
|
foreignDeployment?: string | undefined;
|
|
12029
14260
|
remoteRouters?: Record<string | number, {
|
|
12030
14261
|
address: string;
|
|
@@ -12225,7 +14456,16 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
12225
14456
|
approvedTokens?: string[] | undefined;
|
|
12226
14457
|
}[]> | undefined;
|
|
12227
14458
|
allowedRebalancers?: string[] | undefined;
|
|
12228
|
-
}
|
|
14459
|
+
} | z.objectOutputType<{
|
|
14460
|
+
name: z.ZodOptional<z.ZodString>;
|
|
14461
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
14462
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
14463
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
14464
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
14465
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
14466
|
+
} & {
|
|
14467
|
+
type: z.ZodLiteral<"unknown">;
|
|
14468
|
+
}, z.ZodTypeAny, "passthrough">) & {
|
|
12229
14469
|
owner: string;
|
|
12230
14470
|
gas?: number | undefined;
|
|
12231
14471
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -12283,7 +14523,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
12283
14523
|
} | {
|
|
12284
14524
|
type: "ccipHook";
|
|
12285
14525
|
destinationChain: string;
|
|
12286
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
14526
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
14527
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
14528
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
12287
14529
|
interchainSecurityModule?: string | ({
|
|
12288
14530
|
threshold: number;
|
|
12289
14531
|
validators: string[];
|
|
@@ -12323,7 +14565,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
12323
14565
|
owner: string;
|
|
12324
14566
|
urls: string[];
|
|
12325
14567
|
ownerOverrides?: Record<string, string> | undefined;
|
|
12326
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
14568
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
14569
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
14570
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
12327
14571
|
foreignDeployment?: string | undefined;
|
|
12328
14572
|
remoteRouters?: Record<string | number, {
|
|
12329
14573
|
address: string;
|
|
@@ -12524,7 +14768,16 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
12524
14768
|
approvedTokens?: string[] | undefined;
|
|
12525
14769
|
}[]> | undefined;
|
|
12526
14770
|
allowedRebalancers?: string[] | undefined;
|
|
12527
|
-
}
|
|
14771
|
+
} | z.objectOutputType<{
|
|
14772
|
+
name: z.ZodOptional<z.ZodString>;
|
|
14773
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
14774
|
+
decimals: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
14775
|
+
scale: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
14776
|
+
isNft: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
14777
|
+
contractVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
14778
|
+
} & {
|
|
14779
|
+
type: z.ZodLiteral<"unknown">;
|
|
14780
|
+
}, z.ZodTypeAny, "passthrough">) & {
|
|
12528
14781
|
owner: string;
|
|
12529
14782
|
gas?: number | undefined;
|
|
12530
14783
|
ownerOverrides?: Record<string, string> | undefined;
|
|
@@ -12582,7 +14835,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
12582
14835
|
} | {
|
|
12583
14836
|
type: "ccipHook";
|
|
12584
14837
|
destinationChain: string;
|
|
12585
|
-
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig |
|
|
14838
|
+
} | import("../hook/types.js").DomainRoutingHookConfig | import("../hook/types.js").FallbackRoutingHookConfig | import("../hook/types.js").AmountRoutingHookConfig | import("../hook/types.js").AggregationHookConfig | z.objectOutputType<{
|
|
14839
|
+
type: z.ZodLiteral<"unknownHook">;
|
|
14840
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
12586
14841
|
interchainSecurityModule?: string | ({
|
|
12587
14842
|
threshold: number;
|
|
12588
14843
|
validators: string[];
|
|
@@ -12622,7 +14877,9 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
12622
14877
|
owner: string;
|
|
12623
14878
|
urls: string[];
|
|
12624
14879
|
ownerOverrides?: Record<string, string> | undefined;
|
|
12625
|
-
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig |
|
|
14880
|
+
} | import("../ism/types.js").RoutingIsmConfig | import("../ism/types.js").AggregationIsmConfig | z.objectOutputType<{
|
|
14881
|
+
type: z.ZodLiteral<"unknownIsm">;
|
|
14882
|
+
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
12626
14883
|
foreignDeployment?: string | undefined;
|
|
12627
14884
|
remoteRouters?: Record<string | number, {
|
|
12628
14885
|
address: string;
|