@wormhole-foundation/sdk-base 1.2.0-beta.0 → 1.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.
|
@@ -57,7 +57,7 @@ export declare const finalityThreshold: (<const K1 extends "Solana" | "Ethereum"
|
|
|
57
57
|
readonly Stargaze: 0;
|
|
58
58
|
readonly Dymension: 0;
|
|
59
59
|
readonly Provenance: 0;
|
|
60
|
-
readonly Sepolia:
|
|
60
|
+
readonly Sepolia: 72;
|
|
61
61
|
readonly ArbitrumSepolia: 4096;
|
|
62
62
|
readonly BaseSepolia: 512;
|
|
63
63
|
readonly OptimismSepolia: 512;
|
|
@@ -65,7 +65,7 @@ export declare const finalityThreshold: (<const K1 extends "Solana" | "Ethereum"
|
|
|
65
65
|
readonly MonadDevnet: 1;
|
|
66
66
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1]) & {
|
|
67
67
|
readonly has: (args_0: string) => boolean;
|
|
68
|
-
readonly get: (args_0: string) => 0 | 1 | 15 | 32 | 72 | 512 | 4096 | 300 |
|
|
68
|
+
readonly get: (args_0: string) => 0 | 1 | 15 | 32 | 72 | 512 | 4096 | 300 | undefined;
|
|
69
69
|
};
|
|
70
70
|
/** The amount of time between block production, in milliseconds */
|
|
71
71
|
export declare const blockTime: (<const K1 extends "Solana" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Algorand" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Btc" | "Base" | "Sei" | "Rootstock" | "Scroll" | "Mantle" | "Blast" | "Xlayer" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Seda" | "Dymension" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia" | "MonadDevnet">(args_0: K1) => {
|
|
@@ -57,7 +57,7 @@ export declare const finalityThreshold: (<const K1 extends "Solana" | "Ethereum"
|
|
|
57
57
|
readonly Stargaze: 0;
|
|
58
58
|
readonly Dymension: 0;
|
|
59
59
|
readonly Provenance: 0;
|
|
60
|
-
readonly Sepolia:
|
|
60
|
+
readonly Sepolia: 72;
|
|
61
61
|
readonly ArbitrumSepolia: 4096;
|
|
62
62
|
readonly BaseSepolia: 512;
|
|
63
63
|
readonly OptimismSepolia: 512;
|
|
@@ -65,7 +65,7 @@ export declare const finalityThreshold: (<const K1 extends "Solana" | "Ethereum"
|
|
|
65
65
|
readonly MonadDevnet: 1;
|
|
66
66
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1]) & {
|
|
67
67
|
readonly has: (args_0: string) => boolean;
|
|
68
|
-
readonly get: (args_0: string) => 0 | 1 | 15 | 32 | 72 | 512 | 4096 | 300 |
|
|
68
|
+
readonly get: (args_0: string) => 0 | 1 | 15 | 32 | 72 | 512 | 4096 | 300 | undefined;
|
|
69
69
|
};
|
|
70
70
|
/** The amount of time between block production, in milliseconds */
|
|
71
71
|
export declare const blockTime: (<const K1 extends "Solana" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Algorand" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Btc" | "Base" | "Sei" | "Rootstock" | "Scroll" | "Mantle" | "Blast" | "Xlayer" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Seda" | "Dymension" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia" | "MonadDevnet">(args_0: K1) => {
|