@hyperlane-xyz/sdk 14.0.0 → 14.2.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/ccip/consts.d.ts.map +1 -1
- package/dist/ccip/consts.js +0 -20
- package/dist/ccip/consts.js.map +1 -1
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +27 -22
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/contracts/contracts.d.ts +2 -0
- package/dist/contracts/contracts.d.ts.map +1 -1
- package/dist/contracts/contracts.hardhat-test.d.ts +2 -0
- package/dist/contracts/contracts.hardhat-test.d.ts.map +1 -0
- package/dist/contracts/contracts.hardhat-test.js +34 -0
- package/dist/contracts/contracts.hardhat-test.js.map +1 -0
- package/dist/contracts/contracts.js +7 -0
- package/dist/contracts/contracts.js.map +1 -1
- package/dist/core/CosmosNativeCoreModule.d.ts +5 -5
- package/dist/core/CosmosNativeCoreModule.d.ts.map +1 -1
- package/dist/core/CosmosNativeCoreModule.js +10 -10
- package/dist/core/CosmosNativeCoreModule.js.map +1 -1
- package/dist/core/EvmCoreModule.d.ts +3 -1
- package/dist/core/EvmCoreModule.d.ts.map +1 -1
- package/dist/core/EvmCoreModule.hardhat-test.js +85 -1
- package/dist/core/EvmCoreModule.hardhat-test.js.map +1 -1
- package/dist/core/EvmCoreModule.js +32 -2
- package/dist/core/EvmCoreModule.js.map +1 -1
- package/dist/core/HyperlaneRelayer.d.ts +43 -0
- package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
- package/dist/core/types.d.ts +741 -18
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js.map +1 -1
- package/dist/deploy/proxy.d.ts +9 -2
- package/dist/deploy/proxy.d.ts.map +1 -1
- package/dist/deploy/proxy.js +21 -0
- package/dist/deploy/proxy.js.map +1 -1
- package/dist/deploy/verify/ContractVerifier.d.ts.map +1 -1
- package/dist/deploy/verify/ContractVerifier.js +0 -6
- package/dist/deploy/verify/ContractVerifier.js.map +1 -1
- package/dist/gas/oracle/types.d.ts +51 -0
- package/dist/gas/oracle/types.d.ts.map +1 -1
- package/dist/gas/oracle/types.js +8 -0
- package/dist/gas/oracle/types.js.map +1 -1
- package/dist/gas/utils.d.ts +3 -2
- package/dist/gas/utils.d.ts.map +1 -1
- package/dist/gas/utils.js +4 -1
- package/dist/gas/utils.js.map +1 -1
- package/dist/hook/CosmosNativeHookModule.d.ts +3 -2
- package/dist/hook/CosmosNativeHookModule.d.ts.map +1 -1
- package/dist/hook/CosmosNativeHookModule.js +10 -10
- package/dist/hook/CosmosNativeHookModule.js.map +1 -1
- package/dist/hook/CosmosNativeHookReader.d.ts +2 -2
- package/dist/hook/CosmosNativeHookReader.d.ts.map +1 -1
- package/dist/hook/EvmHookModule.d.ts +6 -15
- package/dist/hook/EvmHookModule.d.ts.map +1 -1
- package/dist/hook/EvmHookModule.js +74 -71
- package/dist/hook/EvmHookModule.js.map +1 -1
- package/dist/hook/types.d.ts +318 -0
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +2 -2
- package/dist/hook/types.js.map +1 -1
- package/dist/hook/updates.d.ts +28 -0
- package/dist/hook/updates.d.ts.map +1 -0
- package/dist/hook/updates.js +34 -0
- package/dist/hook/updates.js.map +1 -0
- package/dist/ica/types.d.ts +88 -2
- package/dist/ica/types.d.ts.map +1 -1
- package/dist/index.d.ts +5 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/dist/ism/CosmosNativeIsmModule.d.ts +3 -2
- package/dist/ism/CosmosNativeIsmModule.d.ts.map +1 -1
- package/dist/ism/CosmosNativeIsmModule.js +12 -12
- package/dist/ism/CosmosNativeIsmModule.js.map +1 -1
- package/dist/metadata/ChainMetadataManager.d.ts +1 -0
- package/dist/metadata/ChainMetadataManager.d.ts.map +1 -1
- package/dist/metadata/ChainMetadataManager.js +5 -0
- package/dist/metadata/ChainMetadataManager.js.map +1 -1
- package/dist/metadata/agentConfig.d.ts +1560 -1560
- package/dist/metadata/chainMetadataTypes.d.ts +6 -6
- package/dist/providers/transactions/submitter/builder/types.d.ts +25 -25
- package/dist/providers/transactions/submitter/ethersV5/types.d.ts +2 -2
- package/dist/providers/transactions/submitter/types.d.ts +9 -9
- package/dist/router/types.d.ts +130 -1
- package/dist/router/types.d.ts.map +1 -1
- package/dist/token/CosmosNativeWarpModule.d.ts +95 -0
- package/dist/token/CosmosNativeWarpModule.d.ts.map +1 -0
- package/dist/token/CosmosNativeWarpModule.js +296 -0
- package/dist/token/CosmosNativeWarpModule.js.map +1 -0
- package/dist/token/EvmERC20WarpModule.d.ts +0 -17
- package/dist/token/EvmERC20WarpModule.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpModule.hardhat-test.js +7 -7
- package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
- package/dist/token/EvmERC20WarpModule.js +19 -71
- package/dist/token/EvmERC20WarpModule.js.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.d.ts +3 -1
- package/dist/token/EvmERC20WarpRouteReader.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js +123 -5
- package/dist/token/EvmERC20WarpRouteReader.hardhat-test.js.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.js +68 -10
- package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
- package/dist/token/adapters/StarknetTokenAdapter.js +2 -2
- package/dist/token/adapters/StarknetTokenAdapter.js.map +1 -1
- package/dist/token/configUtils.d.ts.map +1 -1
- package/dist/token/configUtils.js +29 -6
- package/dist/token/configUtils.js.map +1 -1
- package/dist/token/cosmosnativeDeploy.d.ts +16 -0
- package/dist/token/cosmosnativeDeploy.d.ts.map +1 -0
- package/dist/token/cosmosnativeDeploy.js +58 -0
- package/dist/token/cosmosnativeDeploy.js.map +1 -0
- package/dist/token/deploy.d.ts.map +1 -1
- package/dist/token/deploy.js +7 -7
- package/dist/token/deploy.js.map +1 -1
- package/dist/token/types.d.ts +273 -8
- package/dist/token/types.d.ts.map +1 -1
- package/dist/token/types.js +20 -6
- package/dist/token/types.js.map +1 -1
- package/package.json +5 -5
package/dist/token/types.d.ts
CHANGED
|
@@ -4,13 +4,12 @@ import { IsmType } from '../ism/types.js';
|
|
|
4
4
|
import { DerivedRouterConfig, GasRouterConfigSchema } from '../router/types.js';
|
|
5
5
|
import { ChainMap } from '../types.js';
|
|
6
6
|
import { TokenType } from './config.js';
|
|
7
|
-
export declare const CONTRACTS_VERSION: string;
|
|
8
7
|
export declare const WarpRouteDeployConfigSchemaErrors: {
|
|
9
8
|
ONLY_SYNTHETIC_REBASE: string;
|
|
10
9
|
NO_SYNTHETIC_ONLY: string;
|
|
11
10
|
};
|
|
12
11
|
export declare const contractVersionMatchesDependency: (version: string) => boolean;
|
|
13
|
-
export declare const VERSION_ERROR_MESSAGE
|
|
12
|
+
export declare const VERSION_ERROR_MESSAGE = "Contract version must match the @hyperlane-xyz/core dependency version (8.1.1)";
|
|
14
13
|
export declare const TokenMetadataSchema: z.ZodObject<{
|
|
15
14
|
name: z.ZodString;
|
|
16
15
|
symbol: z.ZodString;
|
|
@@ -828,12 +827,22 @@ export declare enum ContractVerificationStatus {
|
|
|
828
827
|
Error = "error",
|
|
829
828
|
Skipped = "skipped"
|
|
830
829
|
}
|
|
830
|
+
export declare enum OwnerStatus {
|
|
831
|
+
Active = "active",// Active address with nonce > 0 and/or contract code
|
|
832
|
+
Inactive = "inactive",
|
|
833
|
+
GnosisSafe = "gnosisSafe",
|
|
834
|
+
Error = "error",
|
|
835
|
+
Skipped = "skipped"
|
|
836
|
+
}
|
|
831
837
|
export declare const HypTokenRouterVirtualConfigSchema: z.ZodObject<{
|
|
832
|
-
contractVerificationStatus: z.ZodRecord<z.ZodString, z.ZodEnum<[ContractVerificationStatus.
|
|
838
|
+
contractVerificationStatus: z.ZodRecord<z.ZodString, z.ZodEnum<[ContractVerificationStatus.Error, ContractVerificationStatus.Skipped, ContractVerificationStatus.Verified, ContractVerificationStatus.Unverified]>>;
|
|
839
|
+
ownerStatus: z.ZodRecord<z.ZodString, z.ZodEnum<[OwnerStatus.Error, OwnerStatus.Skipped, OwnerStatus.Active, OwnerStatus.Inactive, OwnerStatus.GnosisSafe]>>;
|
|
833
840
|
}, "strip", z.ZodTypeAny, {
|
|
834
841
|
contractVerificationStatus: Record<string, ContractVerificationStatus>;
|
|
842
|
+
ownerStatus: Record<string, OwnerStatus>;
|
|
835
843
|
}, {
|
|
836
844
|
contractVerificationStatus: Record<string, ContractVerificationStatus>;
|
|
845
|
+
ownerStatus: Record<string, OwnerStatus>;
|
|
837
846
|
}>;
|
|
838
847
|
export type HypTokenRouterVirtualConfig = z.infer<typeof HypTokenRouterVirtualConfigSchema>;
|
|
839
848
|
/**
|
|
@@ -1740,7 +1749,6 @@ export declare const HypTokenRouterConfigSchema: z.ZodIntersection<z.ZodIntersec
|
|
|
1740
1749
|
}>]>, z.ZodObject<{
|
|
1741
1750
|
owner: z.ZodString;
|
|
1742
1751
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1743
|
-
mailbox: z.ZodString;
|
|
1744
1752
|
proxyAdmin: z.ZodOptional<z.ZodObject<{
|
|
1745
1753
|
owner: z.ZodString;
|
|
1746
1754
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -1754,6 +1762,7 @@ export declare const HypTokenRouterConfigSchema: z.ZodIntersection<z.ZodIntersec
|
|
|
1754
1762
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1755
1763
|
address?: string | undefined;
|
|
1756
1764
|
}>>;
|
|
1765
|
+
mailbox: z.ZodString;
|
|
1757
1766
|
hook: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1758
1767
|
owner: z.ZodString;
|
|
1759
1768
|
ownerOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -1825,14 +1834,37 @@ export declare const HypTokenRouterConfigSchema: z.ZodIntersection<z.ZodIntersec
|
|
|
1825
1834
|
gasPrice: z.ZodString;
|
|
1826
1835
|
tokenExchangeRate: z.ZodString;
|
|
1827
1836
|
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
1837
|
+
typicalCost: z.ZodOptional<z.ZodObject<{
|
|
1838
|
+
handleGasAmount: z.ZodNumber;
|
|
1839
|
+
totalGasAmount: z.ZodNumber;
|
|
1840
|
+
totalUsdCost: z.ZodNumber;
|
|
1841
|
+
}, "strip", z.ZodTypeAny, {
|
|
1842
|
+
handleGasAmount: number;
|
|
1843
|
+
totalGasAmount: number;
|
|
1844
|
+
totalUsdCost: number;
|
|
1845
|
+
}, {
|
|
1846
|
+
handleGasAmount: number;
|
|
1847
|
+
totalGasAmount: number;
|
|
1848
|
+
totalUsdCost: number;
|
|
1849
|
+
}>>;
|
|
1828
1850
|
}, "strip", z.ZodTypeAny, {
|
|
1829
1851
|
gasPrice: string;
|
|
1830
1852
|
tokenExchangeRate: string;
|
|
1831
1853
|
tokenDecimals?: number | undefined;
|
|
1854
|
+
typicalCost?: {
|
|
1855
|
+
handleGasAmount: number;
|
|
1856
|
+
totalGasAmount: number;
|
|
1857
|
+
totalUsdCost: number;
|
|
1858
|
+
} | undefined;
|
|
1832
1859
|
}, {
|
|
1833
1860
|
gasPrice: string;
|
|
1834
1861
|
tokenExchangeRate: string;
|
|
1835
1862
|
tokenDecimals?: number | undefined;
|
|
1863
|
+
typicalCost?: {
|
|
1864
|
+
handleGasAmount: number;
|
|
1865
|
+
totalGasAmount: number;
|
|
1866
|
+
totalUsdCost: number;
|
|
1867
|
+
} | undefined;
|
|
1836
1868
|
}>>;
|
|
1837
1869
|
}, "strip", z.ZodTypeAny, {
|
|
1838
1870
|
type: HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -1844,6 +1876,11 @@ export declare const HypTokenRouterConfigSchema: z.ZodIntersection<z.ZodIntersec
|
|
|
1844
1876
|
gasPrice: string;
|
|
1845
1877
|
tokenExchangeRate: string;
|
|
1846
1878
|
tokenDecimals?: number | undefined;
|
|
1879
|
+
typicalCost?: {
|
|
1880
|
+
handleGasAmount: number;
|
|
1881
|
+
totalGasAmount: number;
|
|
1882
|
+
totalUsdCost: number;
|
|
1883
|
+
} | undefined;
|
|
1847
1884
|
}>;
|
|
1848
1885
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1849
1886
|
}, {
|
|
@@ -1856,6 +1893,11 @@ export declare const HypTokenRouterConfigSchema: z.ZodIntersection<z.ZodIntersec
|
|
|
1856
1893
|
gasPrice: string;
|
|
1857
1894
|
tokenExchangeRate: string;
|
|
1858
1895
|
tokenDecimals?: number | undefined;
|
|
1896
|
+
typicalCost?: {
|
|
1897
|
+
handleGasAmount: number;
|
|
1898
|
+
totalGasAmount: number;
|
|
1899
|
+
totalUsdCost: number;
|
|
1900
|
+
} | undefined;
|
|
1859
1901
|
}>;
|
|
1860
1902
|
ownerOverrides?: Record<string, string> | undefined;
|
|
1861
1903
|
}>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
@@ -2062,6 +2104,11 @@ export declare const HypTokenRouterConfigSchema: z.ZodIntersection<z.ZodIntersec
|
|
|
2062
2104
|
gasPrice: string;
|
|
2063
2105
|
tokenExchangeRate: string;
|
|
2064
2106
|
tokenDecimals?: number | undefined;
|
|
2107
|
+
typicalCost?: {
|
|
2108
|
+
handleGasAmount: number;
|
|
2109
|
+
totalGasAmount: number;
|
|
2110
|
+
totalUsdCost: number;
|
|
2111
|
+
} | undefined;
|
|
2065
2112
|
}>;
|
|
2066
2113
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2067
2114
|
} | {
|
|
@@ -2161,6 +2208,11 @@ export declare const HypTokenRouterConfigSchema: z.ZodIntersection<z.ZodIntersec
|
|
|
2161
2208
|
gasPrice: string;
|
|
2162
2209
|
tokenExchangeRate: string;
|
|
2163
2210
|
tokenDecimals?: number | undefined;
|
|
2211
|
+
typicalCost?: {
|
|
2212
|
+
handleGasAmount: number;
|
|
2213
|
+
totalGasAmount: number;
|
|
2214
|
+
totalUsdCost: number;
|
|
2215
|
+
} | undefined;
|
|
2164
2216
|
}>;
|
|
2165
2217
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2166
2218
|
} | {
|
|
@@ -2245,11 +2297,14 @@ export declare const HypTokenRouterConfigSchema: z.ZodIntersection<z.ZodIntersec
|
|
|
2245
2297
|
gas?: number | undefined;
|
|
2246
2298
|
destinationGas?: Record<string | number, string> | undefined;
|
|
2247
2299
|
}>>, z.ZodObject<{
|
|
2248
|
-
contractVerificationStatus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<[ContractVerificationStatus.
|
|
2300
|
+
contractVerificationStatus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<[ContractVerificationStatus.Error, ContractVerificationStatus.Skipped, ContractVerificationStatus.Verified, ContractVerificationStatus.Unverified]>>>;
|
|
2301
|
+
ownerStatus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<[OwnerStatus.Error, OwnerStatus.Skipped, OwnerStatus.Active, OwnerStatus.Inactive, OwnerStatus.GnosisSafe]>>>;
|
|
2249
2302
|
}, "strip", z.ZodTypeAny, {
|
|
2250
2303
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
2304
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
2251
2305
|
}, {
|
|
2252
2306
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
2307
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
2253
2308
|
}>>;
|
|
2254
2309
|
export type HypTokenRouterConfig = z.infer<typeof HypTokenRouterConfigSchema>;
|
|
2255
2310
|
export type DerivedTokenRouterConfig = z.infer<typeof HypTokenConfigSchema> & z.infer<typeof GasRouterConfigSchema> & DerivedRouterConfig;
|
|
@@ -2791,14 +2846,37 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodIntersectio
|
|
|
2791
2846
|
gasPrice: z.ZodString;
|
|
2792
2847
|
tokenExchangeRate: z.ZodString;
|
|
2793
2848
|
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
2849
|
+
typicalCost: z.ZodOptional<z.ZodObject<{
|
|
2850
|
+
handleGasAmount: z.ZodNumber;
|
|
2851
|
+
totalGasAmount: z.ZodNumber;
|
|
2852
|
+
totalUsdCost: z.ZodNumber;
|
|
2853
|
+
}, "strip", z.ZodTypeAny, {
|
|
2854
|
+
handleGasAmount: number;
|
|
2855
|
+
totalGasAmount: number;
|
|
2856
|
+
totalUsdCost: number;
|
|
2857
|
+
}, {
|
|
2858
|
+
handleGasAmount: number;
|
|
2859
|
+
totalGasAmount: number;
|
|
2860
|
+
totalUsdCost: number;
|
|
2861
|
+
}>>;
|
|
2794
2862
|
}, "strip", z.ZodTypeAny, {
|
|
2795
2863
|
gasPrice: string;
|
|
2796
2864
|
tokenExchangeRate: string;
|
|
2797
2865
|
tokenDecimals?: number | undefined;
|
|
2866
|
+
typicalCost?: {
|
|
2867
|
+
handleGasAmount: number;
|
|
2868
|
+
totalGasAmount: number;
|
|
2869
|
+
totalUsdCost: number;
|
|
2870
|
+
} | undefined;
|
|
2798
2871
|
}, {
|
|
2799
2872
|
gasPrice: string;
|
|
2800
2873
|
tokenExchangeRate: string;
|
|
2801
2874
|
tokenDecimals?: number | undefined;
|
|
2875
|
+
typicalCost?: {
|
|
2876
|
+
handleGasAmount: number;
|
|
2877
|
+
totalGasAmount: number;
|
|
2878
|
+
totalUsdCost: number;
|
|
2879
|
+
} | undefined;
|
|
2802
2880
|
}>>;
|
|
2803
2881
|
}, "strip", z.ZodTypeAny, {
|
|
2804
2882
|
type: HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -2810,6 +2888,11 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodIntersectio
|
|
|
2810
2888
|
gasPrice: string;
|
|
2811
2889
|
tokenExchangeRate: string;
|
|
2812
2890
|
tokenDecimals?: number | undefined;
|
|
2891
|
+
typicalCost?: {
|
|
2892
|
+
handleGasAmount: number;
|
|
2893
|
+
totalGasAmount: number;
|
|
2894
|
+
totalUsdCost: number;
|
|
2895
|
+
} | undefined;
|
|
2813
2896
|
}>;
|
|
2814
2897
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2815
2898
|
}, {
|
|
@@ -2822,6 +2905,11 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodIntersectio
|
|
|
2822
2905
|
gasPrice: string;
|
|
2823
2906
|
tokenExchangeRate: string;
|
|
2824
2907
|
tokenDecimals?: number | undefined;
|
|
2908
|
+
typicalCost?: {
|
|
2909
|
+
handleGasAmount: number;
|
|
2910
|
+
totalGasAmount: number;
|
|
2911
|
+
totalUsdCost: number;
|
|
2912
|
+
} | undefined;
|
|
2825
2913
|
}>;
|
|
2826
2914
|
ownerOverrides?: Record<string, string> | undefined;
|
|
2827
2915
|
}>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
@@ -3028,6 +3116,11 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodIntersectio
|
|
|
3028
3116
|
gasPrice: string;
|
|
3029
3117
|
tokenExchangeRate: string;
|
|
3030
3118
|
tokenDecimals?: number | undefined;
|
|
3119
|
+
typicalCost?: {
|
|
3120
|
+
handleGasAmount: number;
|
|
3121
|
+
totalGasAmount: number;
|
|
3122
|
+
totalUsdCost: number;
|
|
3123
|
+
} | undefined;
|
|
3031
3124
|
}>;
|
|
3032
3125
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3033
3126
|
} | {
|
|
@@ -3127,6 +3220,11 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodIntersectio
|
|
|
3127
3220
|
gasPrice: string;
|
|
3128
3221
|
tokenExchangeRate: string;
|
|
3129
3222
|
tokenDecimals?: number | undefined;
|
|
3223
|
+
typicalCost?: {
|
|
3224
|
+
handleGasAmount: number;
|
|
3225
|
+
totalGasAmount: number;
|
|
3226
|
+
totalUsdCost: number;
|
|
3227
|
+
} | undefined;
|
|
3130
3228
|
}>;
|
|
3131
3229
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3132
3230
|
} | {
|
|
@@ -3211,11 +3309,14 @@ export declare const HypTokenRouterConfigMailboxOptionalSchema: z.ZodIntersectio
|
|
|
3211
3309
|
destinationGas?: Record<string | number, string> | undefined;
|
|
3212
3310
|
mailbox?: string | undefined;
|
|
3213
3311
|
}>>, z.ZodObject<{
|
|
3214
|
-
contractVerificationStatus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<[ContractVerificationStatus.
|
|
3312
|
+
contractVerificationStatus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<[ContractVerificationStatus.Error, ContractVerificationStatus.Skipped, ContractVerificationStatus.Verified, ContractVerificationStatus.Unverified]>>>;
|
|
3313
|
+
ownerStatus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<[OwnerStatus.Error, OwnerStatus.Skipped, OwnerStatus.Active, OwnerStatus.Inactive, OwnerStatus.GnosisSafe]>>>;
|
|
3215
3314
|
}, "strip", z.ZodTypeAny, {
|
|
3216
3315
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
3316
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
3217
3317
|
}, {
|
|
3218
3318
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
3319
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
3219
3320
|
}>>;
|
|
3220
3321
|
export type HypTokenRouterConfigMailboxOptional = z.infer<typeof HypTokenRouterConfigMailboxOptionalSchema>;
|
|
3221
3322
|
export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -3753,14 +3854,37 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
3753
3854
|
gasPrice: z.ZodString;
|
|
3754
3855
|
tokenExchangeRate: z.ZodString;
|
|
3755
3856
|
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
3857
|
+
typicalCost: z.ZodOptional<z.ZodObject<{
|
|
3858
|
+
handleGasAmount: z.ZodNumber;
|
|
3859
|
+
totalGasAmount: z.ZodNumber;
|
|
3860
|
+
totalUsdCost: z.ZodNumber;
|
|
3861
|
+
}, "strip", z.ZodTypeAny, {
|
|
3862
|
+
handleGasAmount: number;
|
|
3863
|
+
totalGasAmount: number;
|
|
3864
|
+
totalUsdCost: number;
|
|
3865
|
+
}, {
|
|
3866
|
+
handleGasAmount: number;
|
|
3867
|
+
totalGasAmount: number;
|
|
3868
|
+
totalUsdCost: number;
|
|
3869
|
+
}>>;
|
|
3756
3870
|
}, "strip", z.ZodTypeAny, {
|
|
3757
3871
|
gasPrice: string;
|
|
3758
3872
|
tokenExchangeRate: string;
|
|
3759
3873
|
tokenDecimals?: number | undefined;
|
|
3874
|
+
typicalCost?: {
|
|
3875
|
+
handleGasAmount: number;
|
|
3876
|
+
totalGasAmount: number;
|
|
3877
|
+
totalUsdCost: number;
|
|
3878
|
+
} | undefined;
|
|
3760
3879
|
}, {
|
|
3761
3880
|
gasPrice: string;
|
|
3762
3881
|
tokenExchangeRate: string;
|
|
3763
3882
|
tokenDecimals?: number | undefined;
|
|
3883
|
+
typicalCost?: {
|
|
3884
|
+
handleGasAmount: number;
|
|
3885
|
+
totalGasAmount: number;
|
|
3886
|
+
totalUsdCost: number;
|
|
3887
|
+
} | undefined;
|
|
3764
3888
|
}>>;
|
|
3765
3889
|
}, "strip", z.ZodTypeAny, {
|
|
3766
3890
|
type: HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -3772,6 +3896,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
3772
3896
|
gasPrice: string;
|
|
3773
3897
|
tokenExchangeRate: string;
|
|
3774
3898
|
tokenDecimals?: number | undefined;
|
|
3899
|
+
typicalCost?: {
|
|
3900
|
+
handleGasAmount: number;
|
|
3901
|
+
totalGasAmount: number;
|
|
3902
|
+
totalUsdCost: number;
|
|
3903
|
+
} | undefined;
|
|
3775
3904
|
}>;
|
|
3776
3905
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3777
3906
|
}, {
|
|
@@ -3784,6 +3913,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
3784
3913
|
gasPrice: string;
|
|
3785
3914
|
tokenExchangeRate: string;
|
|
3786
3915
|
tokenDecimals?: number | undefined;
|
|
3916
|
+
typicalCost?: {
|
|
3917
|
+
handleGasAmount: number;
|
|
3918
|
+
totalGasAmount: number;
|
|
3919
|
+
totalUsdCost: number;
|
|
3920
|
+
} | undefined;
|
|
3787
3921
|
}>;
|
|
3788
3922
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3789
3923
|
}>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
@@ -3990,6 +4124,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
3990
4124
|
gasPrice: string;
|
|
3991
4125
|
tokenExchangeRate: string;
|
|
3992
4126
|
tokenDecimals?: number | undefined;
|
|
4127
|
+
typicalCost?: {
|
|
4128
|
+
handleGasAmount: number;
|
|
4129
|
+
totalGasAmount: number;
|
|
4130
|
+
totalUsdCost: number;
|
|
4131
|
+
} | undefined;
|
|
3993
4132
|
}>;
|
|
3994
4133
|
ownerOverrides?: Record<string, string> | undefined;
|
|
3995
4134
|
} | {
|
|
@@ -4089,6 +4228,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
4089
4228
|
gasPrice: string;
|
|
4090
4229
|
tokenExchangeRate: string;
|
|
4091
4230
|
tokenDecimals?: number | undefined;
|
|
4231
|
+
typicalCost?: {
|
|
4232
|
+
handleGasAmount: number;
|
|
4233
|
+
totalGasAmount: number;
|
|
4234
|
+
totalUsdCost: number;
|
|
4235
|
+
} | undefined;
|
|
4092
4236
|
}>;
|
|
4093
4237
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4094
4238
|
} | {
|
|
@@ -4173,11 +4317,14 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
4173
4317
|
destinationGas?: Record<string | number, string> | undefined;
|
|
4174
4318
|
mailbox?: string | undefined;
|
|
4175
4319
|
}>>, z.ZodObject<{
|
|
4176
|
-
contractVerificationStatus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<[ContractVerificationStatus.
|
|
4320
|
+
contractVerificationStatus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<[ContractVerificationStatus.Error, ContractVerificationStatus.Skipped, ContractVerificationStatus.Verified, ContractVerificationStatus.Unverified]>>>;
|
|
4321
|
+
ownerStatus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<[OwnerStatus.Error, OwnerStatus.Skipped, OwnerStatus.Active, OwnerStatus.Inactive, OwnerStatus.GnosisSafe]>>>;
|
|
4177
4322
|
}, "strip", z.ZodTypeAny, {
|
|
4178
4323
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
4324
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
4179
4325
|
}, {
|
|
4180
4326
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
4327
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
4181
4328
|
}>>>, Record<string, (({
|
|
4182
4329
|
type: TokenType.native | TokenType.nativeScaled;
|
|
4183
4330
|
symbol?: string | undefined;
|
|
@@ -4320,6 +4467,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
4320
4467
|
gasPrice: string;
|
|
4321
4468
|
tokenExchangeRate: string;
|
|
4322
4469
|
tokenDecimals?: number | undefined;
|
|
4470
|
+
typicalCost?: {
|
|
4471
|
+
handleGasAmount: number;
|
|
4472
|
+
totalGasAmount: number;
|
|
4473
|
+
totalUsdCost: number;
|
|
4474
|
+
} | undefined;
|
|
4323
4475
|
}>;
|
|
4324
4476
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4325
4477
|
} | {
|
|
@@ -4400,6 +4552,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
4400
4552
|
mailbox?: string | undefined;
|
|
4401
4553
|
}) & {
|
|
4402
4554
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
4555
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
4403
4556
|
}>, Record<string, (({
|
|
4404
4557
|
type: TokenType.native | TokenType.nativeScaled;
|
|
4405
4558
|
symbol?: string | undefined;
|
|
@@ -4542,6 +4695,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
4542
4695
|
gasPrice: string;
|
|
4543
4696
|
tokenExchangeRate: string;
|
|
4544
4697
|
tokenDecimals?: number | undefined;
|
|
4698
|
+
typicalCost?: {
|
|
4699
|
+
handleGasAmount: number;
|
|
4700
|
+
totalGasAmount: number;
|
|
4701
|
+
totalUsdCost: number;
|
|
4702
|
+
} | undefined;
|
|
4545
4703
|
}>;
|
|
4546
4704
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4547
4705
|
} | {
|
|
@@ -4627,6 +4785,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
4627
4785
|
mailbox?: string | undefined;
|
|
4628
4786
|
}) & {
|
|
4629
4787
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
4788
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
4630
4789
|
}>>, Record<string, (({
|
|
4631
4790
|
type: TokenType.native | TokenType.nativeScaled;
|
|
4632
4791
|
symbol?: string | undefined;
|
|
@@ -4769,6 +4928,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
4769
4928
|
gasPrice: string;
|
|
4770
4929
|
tokenExchangeRate: string;
|
|
4771
4930
|
tokenDecimals?: number | undefined;
|
|
4931
|
+
typicalCost?: {
|
|
4932
|
+
handleGasAmount: number;
|
|
4933
|
+
totalGasAmount: number;
|
|
4934
|
+
totalUsdCost: number;
|
|
4935
|
+
} | undefined;
|
|
4772
4936
|
}>;
|
|
4773
4937
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4774
4938
|
} | {
|
|
@@ -4849,6 +5013,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
4849
5013
|
mailbox?: string | undefined;
|
|
4850
5014
|
}) & {
|
|
4851
5015
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
5016
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
4852
5017
|
}>, Record<string, (({
|
|
4853
5018
|
type: TokenType.native | TokenType.nativeScaled;
|
|
4854
5019
|
symbol?: string | undefined;
|
|
@@ -4991,6 +5156,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
4991
5156
|
gasPrice: string;
|
|
4992
5157
|
tokenExchangeRate: string;
|
|
4993
5158
|
tokenDecimals?: number | undefined;
|
|
5159
|
+
typicalCost?: {
|
|
5160
|
+
handleGasAmount: number;
|
|
5161
|
+
totalGasAmount: number;
|
|
5162
|
+
totalUsdCost: number;
|
|
5163
|
+
} | undefined;
|
|
4994
5164
|
}>;
|
|
4995
5165
|
ownerOverrides?: Record<string, string> | undefined;
|
|
4996
5166
|
} | {
|
|
@@ -5076,6 +5246,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
5076
5246
|
mailbox?: string | undefined;
|
|
5077
5247
|
}) & {
|
|
5078
5248
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
5249
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
5079
5250
|
}>>, Record<string, (({
|
|
5080
5251
|
type: TokenType.native | TokenType.nativeScaled;
|
|
5081
5252
|
symbol?: string | undefined;
|
|
@@ -5218,6 +5389,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
5218
5389
|
gasPrice: string;
|
|
5219
5390
|
tokenExchangeRate: string;
|
|
5220
5391
|
tokenDecimals?: number | undefined;
|
|
5392
|
+
typicalCost?: {
|
|
5393
|
+
handleGasAmount: number;
|
|
5394
|
+
totalGasAmount: number;
|
|
5395
|
+
totalUsdCost: number;
|
|
5396
|
+
} | undefined;
|
|
5221
5397
|
}>;
|
|
5222
5398
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5223
5399
|
} | {
|
|
@@ -5298,6 +5474,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
5298
5474
|
mailbox?: string | undefined;
|
|
5299
5475
|
}) & {
|
|
5300
5476
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
5477
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
5301
5478
|
}>, Record<string, (({
|
|
5302
5479
|
type: TokenType.native | TokenType.nativeScaled;
|
|
5303
5480
|
symbol?: string | undefined;
|
|
@@ -5440,6 +5617,11 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
5440
5617
|
gasPrice: string;
|
|
5441
5618
|
tokenExchangeRate: string;
|
|
5442
5619
|
tokenDecimals?: number | undefined;
|
|
5620
|
+
typicalCost?: {
|
|
5621
|
+
handleGasAmount: number;
|
|
5622
|
+
totalGasAmount: number;
|
|
5623
|
+
totalUsdCost: number;
|
|
5624
|
+
} | undefined;
|
|
5443
5625
|
}>;
|
|
5444
5626
|
ownerOverrides?: Record<string, string> | undefined;
|
|
5445
5627
|
} | {
|
|
@@ -5525,6 +5707,7 @@ export declare const WarpRouteDeployConfigSchema: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
5525
5707
|
mailbox?: string | undefined;
|
|
5526
5708
|
}) & {
|
|
5527
5709
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
5710
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
5528
5711
|
}>>;
|
|
5529
5712
|
export type WarpRouteDeployConfig = z.infer<typeof WarpRouteDeployConfigSchema>;
|
|
5530
5713
|
export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersection<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -6062,14 +6245,37 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
6062
6245
|
gasPrice: z.ZodString;
|
|
6063
6246
|
tokenExchangeRate: z.ZodString;
|
|
6064
6247
|
tokenDecimals: z.ZodOptional<z.ZodNumber>;
|
|
6248
|
+
typicalCost: z.ZodOptional<z.ZodObject<{
|
|
6249
|
+
handleGasAmount: z.ZodNumber;
|
|
6250
|
+
totalGasAmount: z.ZodNumber;
|
|
6251
|
+
totalUsdCost: z.ZodNumber;
|
|
6252
|
+
}, "strip", z.ZodTypeAny, {
|
|
6253
|
+
handleGasAmount: number;
|
|
6254
|
+
totalGasAmount: number;
|
|
6255
|
+
totalUsdCost: number;
|
|
6256
|
+
}, {
|
|
6257
|
+
handleGasAmount: number;
|
|
6258
|
+
totalGasAmount: number;
|
|
6259
|
+
totalUsdCost: number;
|
|
6260
|
+
}>>;
|
|
6065
6261
|
}, "strip", z.ZodTypeAny, {
|
|
6066
6262
|
gasPrice: string;
|
|
6067
6263
|
tokenExchangeRate: string;
|
|
6068
6264
|
tokenDecimals?: number | undefined;
|
|
6265
|
+
typicalCost?: {
|
|
6266
|
+
handleGasAmount: number;
|
|
6267
|
+
totalGasAmount: number;
|
|
6268
|
+
totalUsdCost: number;
|
|
6269
|
+
} | undefined;
|
|
6069
6270
|
}, {
|
|
6070
6271
|
gasPrice: string;
|
|
6071
6272
|
tokenExchangeRate: string;
|
|
6072
6273
|
tokenDecimals?: number | undefined;
|
|
6274
|
+
typicalCost?: {
|
|
6275
|
+
handleGasAmount: number;
|
|
6276
|
+
totalGasAmount: number;
|
|
6277
|
+
totalUsdCost: number;
|
|
6278
|
+
} | undefined;
|
|
6073
6279
|
}>>;
|
|
6074
6280
|
}, "strip", z.ZodTypeAny, {
|
|
6075
6281
|
type: HookType.INTERCHAIN_GAS_PAYMASTER;
|
|
@@ -6081,6 +6287,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
6081
6287
|
gasPrice: string;
|
|
6082
6288
|
tokenExchangeRate: string;
|
|
6083
6289
|
tokenDecimals?: number | undefined;
|
|
6290
|
+
typicalCost?: {
|
|
6291
|
+
handleGasAmount: number;
|
|
6292
|
+
totalGasAmount: number;
|
|
6293
|
+
totalUsdCost: number;
|
|
6294
|
+
} | undefined;
|
|
6084
6295
|
}>;
|
|
6085
6296
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6086
6297
|
}, {
|
|
@@ -6093,6 +6304,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
6093
6304
|
gasPrice: string;
|
|
6094
6305
|
tokenExchangeRate: string;
|
|
6095
6306
|
tokenDecimals?: number | undefined;
|
|
6307
|
+
typicalCost?: {
|
|
6308
|
+
handleGasAmount: number;
|
|
6309
|
+
totalGasAmount: number;
|
|
6310
|
+
totalUsdCost: number;
|
|
6311
|
+
} | undefined;
|
|
6096
6312
|
}>;
|
|
6097
6313
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6098
6314
|
}>, z.ZodType<import("../hook/types.js").DomainRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").DomainRoutingHookConfig>, z.ZodType<import("../hook/types.js").FallbackRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").FallbackRoutingHookConfig>, z.ZodType<import("../hook/types.js").AmountRoutingHookConfig, z.ZodTypeDef, import("../hook/types.js").AmountRoutingHookConfig>, z.ZodType<import("../hook/types.js").AggregationHookConfig, z.ZodTypeDef, import("../hook/types.js").AggregationHookConfig>, z.ZodObject<{
|
|
@@ -6299,6 +6515,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
6299
6515
|
gasPrice: string;
|
|
6300
6516
|
tokenExchangeRate: string;
|
|
6301
6517
|
tokenDecimals?: number | undefined;
|
|
6518
|
+
typicalCost?: {
|
|
6519
|
+
handleGasAmount: number;
|
|
6520
|
+
totalGasAmount: number;
|
|
6521
|
+
totalUsdCost: number;
|
|
6522
|
+
} | undefined;
|
|
6302
6523
|
}>;
|
|
6303
6524
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6304
6525
|
} | {
|
|
@@ -6398,6 +6619,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
6398
6619
|
gasPrice: string;
|
|
6399
6620
|
tokenExchangeRate: string;
|
|
6400
6621
|
tokenDecimals?: number | undefined;
|
|
6622
|
+
typicalCost?: {
|
|
6623
|
+
handleGasAmount: number;
|
|
6624
|
+
totalGasAmount: number;
|
|
6625
|
+
totalUsdCost: number;
|
|
6626
|
+
} | undefined;
|
|
6401
6627
|
}>;
|
|
6402
6628
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6403
6629
|
} | {
|
|
@@ -6482,11 +6708,14 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
6482
6708
|
destinationGas?: Record<string | number, string> | undefined;
|
|
6483
6709
|
mailbox?: string | undefined;
|
|
6484
6710
|
}>>, z.ZodObject<{
|
|
6485
|
-
contractVerificationStatus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<[ContractVerificationStatus.
|
|
6711
|
+
contractVerificationStatus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<[ContractVerificationStatus.Error, ContractVerificationStatus.Skipped, ContractVerificationStatus.Verified, ContractVerificationStatus.Unverified]>>>;
|
|
6712
|
+
ownerStatus: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<[OwnerStatus.Error, OwnerStatus.Skipped, OwnerStatus.Active, OwnerStatus.Inactive, OwnerStatus.GnosisSafe]>>>;
|
|
6486
6713
|
}, "strip", z.ZodTypeAny, {
|
|
6487
6714
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
6715
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
6488
6716
|
}, {
|
|
6489
6717
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
6718
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
6490
6719
|
}>>>, Record<string, (({
|
|
6491
6720
|
type: TokenType.native | TokenType.nativeScaled;
|
|
6492
6721
|
symbol?: string | undefined;
|
|
@@ -6629,6 +6858,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
6629
6858
|
gasPrice: string;
|
|
6630
6859
|
tokenExchangeRate: string;
|
|
6631
6860
|
tokenDecimals?: number | undefined;
|
|
6861
|
+
typicalCost?: {
|
|
6862
|
+
handleGasAmount: number;
|
|
6863
|
+
totalGasAmount: number;
|
|
6864
|
+
totalUsdCost: number;
|
|
6865
|
+
} | undefined;
|
|
6632
6866
|
}>;
|
|
6633
6867
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6634
6868
|
} | {
|
|
@@ -6709,6 +6943,7 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
6709
6943
|
mailbox?: string | undefined;
|
|
6710
6944
|
}) & {
|
|
6711
6945
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
6946
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
6712
6947
|
}>, Record<string, (({
|
|
6713
6948
|
type: TokenType.native | TokenType.nativeScaled;
|
|
6714
6949
|
symbol?: string | undefined;
|
|
@@ -6851,6 +7086,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
6851
7086
|
gasPrice: string;
|
|
6852
7087
|
tokenExchangeRate: string;
|
|
6853
7088
|
tokenDecimals?: number | undefined;
|
|
7089
|
+
typicalCost?: {
|
|
7090
|
+
handleGasAmount: number;
|
|
7091
|
+
totalGasAmount: number;
|
|
7092
|
+
totalUsdCost: number;
|
|
7093
|
+
} | undefined;
|
|
6854
7094
|
}>;
|
|
6855
7095
|
ownerOverrides?: Record<string, string> | undefined;
|
|
6856
7096
|
} | {
|
|
@@ -6936,6 +7176,7 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
6936
7176
|
mailbox?: string | undefined;
|
|
6937
7177
|
}) & {
|
|
6938
7178
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
7179
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
6939
7180
|
}>>, Record<string, (({
|
|
6940
7181
|
type: TokenType.native | TokenType.nativeScaled;
|
|
6941
7182
|
symbol?: string | undefined;
|
|
@@ -7078,6 +7319,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
7078
7319
|
gasPrice: string;
|
|
7079
7320
|
tokenExchangeRate: string;
|
|
7080
7321
|
tokenDecimals?: number | undefined;
|
|
7322
|
+
typicalCost?: {
|
|
7323
|
+
handleGasAmount: number;
|
|
7324
|
+
totalGasAmount: number;
|
|
7325
|
+
totalUsdCost: number;
|
|
7326
|
+
} | undefined;
|
|
7081
7327
|
}>;
|
|
7082
7328
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7083
7329
|
} | {
|
|
@@ -7158,6 +7404,7 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
7158
7404
|
mailbox?: string | undefined;
|
|
7159
7405
|
}) & {
|
|
7160
7406
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
7407
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
7161
7408
|
}>, Record<string, (({
|
|
7162
7409
|
type: TokenType.native | TokenType.nativeScaled;
|
|
7163
7410
|
symbol?: string | undefined;
|
|
@@ -7300,6 +7547,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
7300
7547
|
gasPrice: string;
|
|
7301
7548
|
tokenExchangeRate: string;
|
|
7302
7549
|
tokenDecimals?: number | undefined;
|
|
7550
|
+
typicalCost?: {
|
|
7551
|
+
handleGasAmount: number;
|
|
7552
|
+
totalGasAmount: number;
|
|
7553
|
+
totalUsdCost: number;
|
|
7554
|
+
} | undefined;
|
|
7303
7555
|
}>;
|
|
7304
7556
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7305
7557
|
} | {
|
|
@@ -7385,6 +7637,7 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
7385
7637
|
mailbox?: string | undefined;
|
|
7386
7638
|
}) & {
|
|
7387
7639
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
7640
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
7388
7641
|
}>>, Record<string, (({
|
|
7389
7642
|
type: TokenType.native | TokenType.nativeScaled;
|
|
7390
7643
|
symbol?: string | undefined;
|
|
@@ -7527,6 +7780,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
7527
7780
|
gasPrice: string;
|
|
7528
7781
|
tokenExchangeRate: string;
|
|
7529
7782
|
tokenDecimals?: number | undefined;
|
|
7783
|
+
typicalCost?: {
|
|
7784
|
+
handleGasAmount: number;
|
|
7785
|
+
totalGasAmount: number;
|
|
7786
|
+
totalUsdCost: number;
|
|
7787
|
+
} | undefined;
|
|
7530
7788
|
}>;
|
|
7531
7789
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7532
7790
|
} | {
|
|
@@ -7607,6 +7865,7 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
7607
7865
|
mailbox?: string | undefined;
|
|
7608
7866
|
}) & {
|
|
7609
7867
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
7868
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
7610
7869
|
}>, Record<string, (({
|
|
7611
7870
|
type: TokenType.native | TokenType.nativeScaled;
|
|
7612
7871
|
symbol?: string | undefined;
|
|
@@ -7749,6 +8008,11 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
7749
8008
|
gasPrice: string;
|
|
7750
8009
|
tokenExchangeRate: string;
|
|
7751
8010
|
tokenDecimals?: number | undefined;
|
|
8011
|
+
typicalCost?: {
|
|
8012
|
+
handleGasAmount: number;
|
|
8013
|
+
totalGasAmount: number;
|
|
8014
|
+
totalUsdCost: number;
|
|
8015
|
+
} | undefined;
|
|
7752
8016
|
}>;
|
|
7753
8017
|
ownerOverrides?: Record<string, string> | undefined;
|
|
7754
8018
|
} | {
|
|
@@ -7834,6 +8098,7 @@ export declare const WarpRouteDeployConfigMailboxRequiredSchema: z.ZodIntersecti
|
|
|
7834
8098
|
mailbox?: string | undefined;
|
|
7835
8099
|
}) & {
|
|
7836
8100
|
contractVerificationStatus?: Record<string, ContractVerificationStatus> | undefined;
|
|
8101
|
+
ownerStatus?: Record<string, OwnerStatus> | undefined;
|
|
7837
8102
|
}>>, z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
7838
8103
|
mailbox: z.ZodString;
|
|
7839
8104
|
}, "strip", z.ZodTypeAny, {
|