@wormhole-foundation/sdk-base 2.3.0 → 2.5.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/cjs/constants/chains.d.ts +11 -7
- package/dist/cjs/constants/chains.d.ts.map +1 -1
- package/dist/cjs/constants/chains.js +2 -0
- package/dist/cjs/constants/chains.js.map +1 -1
- package/dist/cjs/constants/contracts/core.d.ts +1 -1
- package/dist/cjs/constants/contracts/core.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/core.js +4 -0
- package/dist/cjs/constants/contracts/core.js.map +1 -1
- package/dist/cjs/constants/contracts/index.d.ts +176 -5
- package/dist/cjs/constants/contracts/index.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/relayer.d.ts +1 -1
- package/dist/cjs/constants/contracts/relayer.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/relayer.js +3 -0
- package/dist/cjs/constants/contracts/relayer.js.map +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.d.ts +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.js +2 -0
- package/dist/cjs/constants/contracts/tokenBridge.js.map +1 -1
- package/dist/cjs/constants/explorer.d.ts +477 -0
- package/dist/cjs/constants/explorer.d.ts.map +1 -1
- package/dist/cjs/constants/explorer.js +27 -0
- package/dist/cjs/constants/explorer.js.map +1 -1
- package/dist/cjs/constants/finality.d.ts +9 -3
- package/dist/cjs/constants/finality.d.ts.map +1 -1
- package/dist/cjs/constants/finality.js +6 -0
- package/dist/cjs/constants/finality.js.map +1 -1
- package/dist/cjs/constants/nativeChainIds.d.ts +84 -4
- package/dist/cjs/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/cjs/constants/nativeChainIds.js +4 -0
- package/dist/cjs/constants/nativeChainIds.js.map +1 -1
- package/dist/cjs/constants/platforms.d.ts +5 -3
- package/dist/cjs/constants/platforms.d.ts.map +1 -1
- package/dist/cjs/constants/platforms.js +3 -1
- package/dist/cjs/constants/platforms.js.map +1 -1
- package/dist/cjs/constants/rpc.d.ts +1 -1
- package/dist/cjs/constants/rpc.d.ts.map +1 -1
- package/dist/cjs/constants/rpc.js +6 -2
- package/dist/cjs/constants/rpc.js.map +1 -1
- package/dist/cjs/constants/tokens/mainnet.d.ts +20 -1
- package/dist/cjs/constants/tokens/mainnet.d.ts.map +1 -1
- package/dist/cjs/constants/tokens/mainnet.js +22 -0
- package/dist/cjs/constants/tokens/mainnet.js.map +1 -1
- package/dist/cjs/constants/tokens/testnet.d.ts +20 -1
- package/dist/cjs/constants/tokens/testnet.d.ts.map +1 -1
- package/dist/cjs/constants/tokens/testnet.js +22 -0
- package/dist/cjs/constants/tokens/testnet.js.map +1 -1
- package/dist/esm/constants/chains.d.ts +11 -7
- package/dist/esm/constants/chains.d.ts.map +1 -1
- package/dist/esm/constants/chains.js +2 -0
- package/dist/esm/constants/chains.js.map +1 -1
- package/dist/esm/constants/contracts/core.d.ts +1 -1
- package/dist/esm/constants/contracts/core.d.ts.map +1 -1
- package/dist/esm/constants/contracts/core.js +4 -0
- package/dist/esm/constants/contracts/core.js.map +1 -1
- package/dist/esm/constants/contracts/index.d.ts +176 -5
- package/dist/esm/constants/contracts/index.d.ts.map +1 -1
- package/dist/esm/constants/contracts/relayer.d.ts +1 -1
- package/dist/esm/constants/contracts/relayer.d.ts.map +1 -1
- package/dist/esm/constants/contracts/relayer.js +3 -0
- package/dist/esm/constants/contracts/relayer.js.map +1 -1
- package/dist/esm/constants/contracts/tokenBridge.d.ts +1 -1
- package/dist/esm/constants/contracts/tokenBridge.d.ts.map +1 -1
- package/dist/esm/constants/contracts/tokenBridge.js +2 -0
- package/dist/esm/constants/contracts/tokenBridge.js.map +1 -1
- package/dist/esm/constants/explorer.d.ts +477 -0
- package/dist/esm/constants/explorer.d.ts.map +1 -1
- package/dist/esm/constants/explorer.js +27 -0
- package/dist/esm/constants/explorer.js.map +1 -1
- package/dist/esm/constants/finality.d.ts +9 -3
- package/dist/esm/constants/finality.d.ts.map +1 -1
- package/dist/esm/constants/finality.js +6 -0
- package/dist/esm/constants/finality.js.map +1 -1
- package/dist/esm/constants/nativeChainIds.d.ts +84 -4
- package/dist/esm/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/esm/constants/nativeChainIds.js +4 -0
- package/dist/esm/constants/nativeChainIds.js.map +1 -1
- package/dist/esm/constants/platforms.d.ts +5 -3
- package/dist/esm/constants/platforms.d.ts.map +1 -1
- package/dist/esm/constants/platforms.js +3 -1
- package/dist/esm/constants/platforms.js.map +1 -1
- package/dist/esm/constants/rpc.d.ts +1 -1
- package/dist/esm/constants/rpc.d.ts.map +1 -1
- package/dist/esm/constants/rpc.js +6 -2
- package/dist/esm/constants/rpc.js.map +1 -1
- package/dist/esm/constants/tokens/mainnet.d.ts +20 -1
- package/dist/esm/constants/tokens/mainnet.d.ts.map +1 -1
- package/dist/esm/constants/tokens/mainnet.js +22 -0
- package/dist/esm/constants/tokens/mainnet.js.map +1 -1
- package/dist/esm/constants/tokens/testnet.d.ts +20 -1
- package/dist/esm/constants/tokens/testnet.d.ts.map +1 -1
- package/dist/esm/constants/tokens/testnet.js +22 -0
- package/dist/esm/constants/tokens/testnet.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ToMapping, Widen } from "./../utils/index.js";
|
|
2
2
|
import type { Network } from "./networks.js";
|
|
3
3
|
import type { Platform, PlatformToChains } from "./platforms.js";
|
|
4
|
-
declare const chainNetworkNativeChainIdEntries: readonly [readonly ["Mainnet", readonly [readonly ["Aptos", 1n], readonly ["Algorand", "mainnet-v1.0"], readonly ["Near", "mainnet"], readonly ["Cosmoshub", "cosmoshub-4"], readonly ["Evmos", "evmos_9001-2"], readonly ["Injective", "injective-1"], readonly ["Osmosis", "osmosis-1"], readonly ["Sei", "pacific-1"], readonly ["Terra2", "phoenix-1"], readonly ["Wormchain", "wormchain"], readonly ["Kujira", "kaiyo-1"], readonly ["Solana", "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d"], readonly ["Sui", "35834a8a"], readonly ["Arbitrum", 42161n], readonly ["Avalanche", 43114n], readonly ["Base", 8453n], readonly ["Bsc", 56n], readonly ["Celo", 42220n], readonly ["Ethereum", 1n], readonly ["Fantom", 250n], readonly ["Gnosis", 100n], readonly ["Klaytn", 8217n], readonly ["Moonbeam", 1284n], readonly ["Neon", 245022934n], readonly ["Optimism", 10n], readonly ["Polygon", 137n], readonly ["Neutron", "neutron-1"], readonly ["Stargaze", "stargaze-1"], readonly ["Celestia", "celestia"], readonly ["Dymension", "dymension_1100-1"], readonly ["Provenance", "pio-mainnet-1"], readonly ["Noble", "noble-1"], readonly ["Xlayer", 196n], readonly ["Mantle", 5000n], readonly ["Scroll", 534352n], readonly ["Blast", 81457n], readonly ["Linea", 59144n], readonly ["Snaxchain", 2192n], readonly ["Berachain", 80094n], readonly ["Seievm", 1329n], readonly ["Unichain", 130n], readonly ["Worldchain", 480n], readonly ["Ink", 57073n], readonly ["Sonic", 146n], readonly ["HyperEVM", 999n], readonly ["Mezo", 31612n]]], readonly ["Testnet", readonly [readonly ["Aptos", 2n], readonly ["Algorand", "testnet-v1.0"], readonly ["Near", "testnet"], readonly ["Cosmoshub", "theta-testnet-001"], readonly ["Evmos", "evmos_9000-4"], readonly ["Injective", "injective-888"], readonly ["Osmosis", "osmo-test-5"], readonly ["Sei", "atlantic-2"], readonly ["Terra2", "pisco-1"], readonly ["Wormchain", "wormchain-testnet-0"], readonly ["Kujira", "harpoon-4"], readonly ["Solana", "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG"], readonly ["Sui", "4c78adac"], readonly ["Arbitrum", 421613n], readonly ["Avalanche", 43113n], readonly ["Base", 84531n], readonly ["Bsc", 97n], readonly ["Celo", 44787n], readonly ["Ethereum", 5n], readonly ["Fantom", 4002n], readonly ["Gnosis", 10200n], readonly ["Klaytn", 1001n], readonly ["Moonbeam", 1287n], readonly ["Neon", 245022940n], readonly ["Optimism", 420n], readonly ["Polygon", 80001n], readonly ["Sepolia", 11155111n], readonly ["ArbitrumSepolia", 421614n], readonly ["BaseSepolia", 84532n], readonly ["OptimismSepolia", 11155420n], readonly ["PolygonSepolia", 80002n], readonly ["Holesky", 17000n], readonly ["Neutron", "pion-1"], readonly ["Celestia", "mocha-4"], readonly ["Seda", "seda-1-testnet"], readonly ["Noble", "grand-1"], readonly ["Blast", 168587773n], readonly ["Mantle", 5003n], readonly ["Scroll", 534351n], readonly ["Berachain", 80069n], readonly ["Seievm", 1328n], readonly ["Snaxchain", 13001n], readonly ["Unichain", 1301n], readonly ["Worldchain", 4801n], readonly ["Ink", 763373n], readonly ["HyperEVM", 998n], readonly ["Xlayer", 195n], readonly ["Linea", 59141n], readonly ["Monad", 10143n], readonly ["Mezo", 31611n], readonly ["Sonic", 57054n], readonly ["Converge", 52085145n], readonly ["Fogo", "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9"]]], readonly ["Devnet", readonly [readonly ["Aptos", 0n], readonly ["Algorand", "sandnet-v1.0"], readonly ["Bsc", 1397n], readonly ["Ethereum", 1337n], readonly ["Injective", "injective_devnet_fake"], readonly ["Solana", "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn"]]]];
|
|
4
|
+
declare const chainNetworkNativeChainIdEntries: readonly [readonly ["Mainnet", readonly [readonly ["Aptos", 1n], readonly ["Algorand", "mainnet-v1.0"], readonly ["Near", "mainnet"], readonly ["Cosmoshub", "cosmoshub-4"], readonly ["Evmos", "evmos_9001-2"], readonly ["Injective", "injective-1"], readonly ["Osmosis", "osmosis-1"], readonly ["Sei", "pacific-1"], readonly ["Terra2", "phoenix-1"], readonly ["Wormchain", "wormchain"], readonly ["Kujira", "kaiyo-1"], readonly ["Solana", "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d"], readonly ["Sui", "35834a8a"], readonly ["Arbitrum", 42161n], readonly ["Avalanche", 43114n], readonly ["Base", 8453n], readonly ["Bsc", 56n], readonly ["Celo", 42220n], readonly ["Ethereum", 1n], readonly ["Fantom", 250n], readonly ["Gnosis", 100n], readonly ["Klaytn", 8217n], readonly ["Moonbeam", 1284n], readonly ["Neon", 245022934n], readonly ["Optimism", 10n], readonly ["Polygon", 137n], readonly ["Neutron", "neutron-1"], readonly ["Stargaze", "stargaze-1"], readonly ["Celestia", "celestia"], readonly ["Dymension", "dymension_1100-1"], readonly ["Provenance", "pio-mainnet-1"], readonly ["Noble", "noble-1"], readonly ["Xlayer", 196n], readonly ["Mantle", 5000n], readonly ["Scroll", 534352n], readonly ["Blast", 81457n], readonly ["Linea", 59144n], readonly ["Snaxchain", 2192n], readonly ["Berachain", 80094n], readonly ["Seievm", 1329n], readonly ["Unichain", 130n], readonly ["Worldchain", 480n], readonly ["Ink", 57073n], readonly ["Sonic", 146n], readonly ["HyperEVM", 999n], readonly ["Mezo", 31612n], readonly ["Plume", 98866n], readonly ["XRPLEVM", 1440000n]]], readonly ["Testnet", readonly [readonly ["Aptos", 2n], readonly ["Algorand", "testnet-v1.0"], readonly ["Near", "testnet"], readonly ["Cosmoshub", "theta-testnet-001"], readonly ["Evmos", "evmos_9000-4"], readonly ["Injective", "injective-888"], readonly ["Osmosis", "osmo-test-5"], readonly ["Sei", "atlantic-2"], readonly ["Terra2", "pisco-1"], readonly ["Wormchain", "wormchain-testnet-0"], readonly ["Kujira", "harpoon-4"], readonly ["Solana", "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG"], readonly ["Sui", "4c78adac"], readonly ["Arbitrum", 421613n], readonly ["Avalanche", 43113n], readonly ["Base", 84531n], readonly ["Bsc", 97n], readonly ["Celo", 44787n], readonly ["Ethereum", 5n], readonly ["Fantom", 4002n], readonly ["Gnosis", 10200n], readonly ["Klaytn", 1001n], readonly ["Moonbeam", 1287n], readonly ["Neon", 245022940n], readonly ["Optimism", 420n], readonly ["Polygon", 80001n], readonly ["Sepolia", 11155111n], readonly ["ArbitrumSepolia", 421614n], readonly ["BaseSepolia", 84532n], readonly ["OptimismSepolia", 11155420n], readonly ["PolygonSepolia", 80002n], readonly ["Holesky", 17000n], readonly ["Neutron", "pion-1"], readonly ["Celestia", "mocha-4"], readonly ["Seda", "seda-1-testnet"], readonly ["Noble", "grand-1"], readonly ["Blast", 168587773n], readonly ["Mantle", 5003n], readonly ["Scroll", 534351n], readonly ["Berachain", 80069n], readonly ["Seievm", 1328n], readonly ["Snaxchain", 13001n], readonly ["Unichain", 1301n], readonly ["Worldchain", 4801n], readonly ["Ink", 763373n], readonly ["HyperEVM", 998n], readonly ["Xlayer", 195n], readonly ["Linea", 59141n], readonly ["Monad", 10143n], readonly ["Mezo", 31611n], readonly ["Sonic", 57054n], readonly ["Converge", 52085145n], readonly ["Fogo", "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9"], readonly ["Plume", 98867n], readonly ["XRPLEVM", 1449000n]]], readonly ["Devnet", readonly [readonly ["Aptos", 0n], readonly ["Algorand", "sandnet-v1.0"], readonly ["Bsc", 1397n], readonly ["Ethereum", 1337n], readonly ["Injective", "injective_devnet_fake"], readonly ["Solana", "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn"]]]];
|
|
5
5
|
export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" | "Testnet" | "Devnet", const K2 extends keyof {
|
|
6
6
|
readonly Mainnet: {
|
|
7
7
|
readonly Aptos: 1n;
|
|
@@ -50,6 +50,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
50
50
|
readonly Sonic: 146n;
|
|
51
51
|
readonly HyperEVM: 999n;
|
|
52
52
|
readonly Mezo: 31612n;
|
|
53
|
+
readonly Plume: 98866n;
|
|
54
|
+
readonly XRPLEVM: 1440000n;
|
|
53
55
|
};
|
|
54
56
|
readonly Testnet: {
|
|
55
57
|
readonly Aptos: 2n;
|
|
@@ -105,6 +107,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
105
107
|
readonly Sonic: 57054n;
|
|
106
108
|
readonly Converge: 52085145n;
|
|
107
109
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
110
|
+
readonly Plume: 98867n;
|
|
111
|
+
readonly XRPLEVM: 1449000n;
|
|
108
112
|
};
|
|
109
113
|
readonly Devnet: {
|
|
110
114
|
readonly Aptos: 0n;
|
|
@@ -162,6 +166,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
162
166
|
readonly Sonic: 146n;
|
|
163
167
|
readonly HyperEVM: 999n;
|
|
164
168
|
readonly Mezo: 31612n;
|
|
169
|
+
readonly Plume: 98866n;
|
|
170
|
+
readonly XRPLEVM: 1440000n;
|
|
165
171
|
};
|
|
166
172
|
readonly Testnet: {
|
|
167
173
|
readonly Aptos: 2n;
|
|
@@ -217,6 +223,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
217
223
|
readonly Sonic: 57054n;
|
|
218
224
|
readonly Converge: 52085145n;
|
|
219
225
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
226
|
+
readonly Plume: 98867n;
|
|
227
|
+
readonly XRPLEVM: 1449000n;
|
|
220
228
|
};
|
|
221
229
|
readonly Devnet: {
|
|
222
230
|
readonly Aptos: 0n;
|
|
@@ -274,6 +282,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
274
282
|
readonly Sonic: 146n;
|
|
275
283
|
readonly HyperEVM: 999n;
|
|
276
284
|
readonly Mezo: 31612n;
|
|
285
|
+
readonly Plume: 98866n;
|
|
286
|
+
readonly XRPLEVM: 1440000n;
|
|
277
287
|
};
|
|
278
288
|
readonly Testnet: {
|
|
279
289
|
readonly Aptos: 2n;
|
|
@@ -329,6 +339,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
329
339
|
readonly Sonic: 57054n;
|
|
330
340
|
readonly Converge: 52085145n;
|
|
331
341
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
342
|
+
readonly Plume: 98867n;
|
|
343
|
+
readonly XRPLEVM: 1449000n;
|
|
332
344
|
};
|
|
333
345
|
readonly Devnet: {
|
|
334
346
|
readonly Aptos: 0n;
|
|
@@ -386,6 +398,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
386
398
|
readonly Sonic: 146n;
|
|
387
399
|
readonly HyperEVM: 999n;
|
|
388
400
|
readonly Mezo: 31612n;
|
|
401
|
+
readonly Plume: 98866n;
|
|
402
|
+
readonly XRPLEVM: 1440000n;
|
|
389
403
|
};
|
|
390
404
|
readonly Testnet: {
|
|
391
405
|
readonly Aptos: 2n;
|
|
@@ -441,6 +455,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
441
455
|
readonly Sonic: 57054n;
|
|
442
456
|
readonly Converge: 52085145n;
|
|
443
457
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
458
|
+
readonly Plume: 98867n;
|
|
459
|
+
readonly XRPLEVM: 1449000n;
|
|
444
460
|
};
|
|
445
461
|
readonly Devnet: {
|
|
446
462
|
readonly Aptos: 0n;
|
|
@@ -456,7 +472,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
456
472
|
[key: symbol]: unknown;
|
|
457
473
|
} ? T_1[K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2] : never : never : never) & {
|
|
458
474
|
readonly has: (args_0: string, args_1: string) => boolean;
|
|
459
|
-
readonly get: (args_0: string, args_1: string) => 0n | 2n | 10n | 1n | "mainnet-v1.0" | "mainnet" | "cosmoshub-4" | "evmos_9001-2" | "injective-1" | "osmosis-1" | "pacific-1" | "phoenix-1" | "wormchain" | "kaiyo-1" | "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" | "35834a8a" | 42161n | 43114n | 8453n | 56n | 42220n | 250n | 100n | 8217n | 1284n | 245022934n | 137n | "neutron-1" | "stargaze-1" | "celestia" | "dymension_1100-1" | "pio-mainnet-1" | "noble-1" | 196n | 5000n | 534352n | 81457n | 59144n | 2192n | 80094n | 1329n | 130n | 480n | 57073n | 146n | 999n | 31612n | "testnet-v1.0" | "testnet" | "theta-testnet-001" | "evmos_9000-4" | "injective-888" | "osmo-test-5" | "atlantic-2" | "pisco-1" | "wormchain-testnet-0" | "harpoon-4" | "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG" | "4c78adac" | 421613n | 43113n | 84531n | 97n | 44787n | 5n | 4002n | 10200n | 1001n | 1287n | 245022940n | 420n | 80001n | 11155111n | 421614n | 84532n | 11155420n | 80002n | 17000n | "pion-1" | "mocha-4" | "seda-1-testnet" | "grand-1" | 168587773n | 5003n | 534351n | 80069n | 1328n | 13001n | 1301n | 4801n | 763373n | 998n | 195n | 59141n | 10143n | 31611n | 57054n | 52085145n | "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9" | "sandnet-v1.0" | 1397n | 1337n | "injective_devnet_fake" | "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn" | undefined;
|
|
475
|
+
readonly get: (args_0: string, args_1: string) => 0n | 2n | 10n | 1n | "mainnet-v1.0" | "mainnet" | "cosmoshub-4" | "evmos_9001-2" | "injective-1" | "osmosis-1" | "pacific-1" | "phoenix-1" | "wormchain" | "kaiyo-1" | "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" | "35834a8a" | 42161n | 43114n | 8453n | 56n | 42220n | 250n | 100n | 8217n | 1284n | 245022934n | 137n | "neutron-1" | "stargaze-1" | "celestia" | "dymension_1100-1" | "pio-mainnet-1" | "noble-1" | 196n | 5000n | 534352n | 81457n | 59144n | 2192n | 80094n | 1329n | 130n | 480n | 57073n | 146n | 999n | 31612n | 98866n | 1440000n | "testnet-v1.0" | "testnet" | "theta-testnet-001" | "evmos_9000-4" | "injective-888" | "osmo-test-5" | "atlantic-2" | "pisco-1" | "wormchain-testnet-0" | "harpoon-4" | "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG" | "4c78adac" | 421613n | 43113n | 84531n | 97n | 44787n | 5n | 4002n | 10200n | 1001n | 1287n | 245022940n | 420n | 80001n | 11155111n | 421614n | 84532n | 11155420n | 80002n | 17000n | "pion-1" | "mocha-4" | "seda-1-testnet" | "grand-1" | 168587773n | 5003n | 534351n | 80069n | 1328n | 13001n | 1301n | 4801n | 763373n | 998n | 195n | 59141n | 10143n | 31611n | 57054n | 52085145n | "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9" | 98867n | 1449000n | "sandnet-v1.0" | 1397n | 1337n | "injective_devnet_fake" | "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn" | undefined;
|
|
460
476
|
} & {
|
|
461
477
|
readonly subMap: <const K extends "Mainnet" | "Testnet" | "Devnet">(key: K) => (K extends bigint ? `bigint(${K})` : K extends boolean ? `boolean(${K})` : K) extends infer T_2 ? T_2 extends (K extends bigint ? `bigint(${K})` : K extends boolean ? `boolean(${K})` : K) ? T_2 extends "Mainnet" | "Testnet" | "Devnet" ? {
|
|
462
478
|
readonly Mainnet: {
|
|
@@ -506,6 +522,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
506
522
|
readonly Sonic: 146n;
|
|
507
523
|
readonly HyperEVM: 999n;
|
|
508
524
|
readonly Mezo: 31612n;
|
|
525
|
+
readonly Plume: 98866n;
|
|
526
|
+
readonly XRPLEVM: 1440000n;
|
|
509
527
|
};
|
|
510
528
|
readonly Testnet: {
|
|
511
529
|
readonly Aptos: 2n;
|
|
@@ -561,6 +579,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
561
579
|
readonly Sonic: 57054n;
|
|
562
580
|
readonly Converge: 52085145n;
|
|
563
581
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
582
|
+
readonly Plume: 98867n;
|
|
583
|
+
readonly XRPLEVM: 1449000n;
|
|
564
584
|
};
|
|
565
585
|
readonly Devnet: {
|
|
566
586
|
readonly Aptos: 0n;
|
|
@@ -622,6 +642,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
622
642
|
readonly Sonic: 146n;
|
|
623
643
|
readonly HyperEVM: 999n;
|
|
624
644
|
readonly Mezo: 31612n;
|
|
645
|
+
readonly Plume: 98866n;
|
|
646
|
+
readonly XRPLEVM: 1440000n;
|
|
625
647
|
};
|
|
626
648
|
readonly Testnet: {
|
|
627
649
|
readonly Aptos: 2n;
|
|
@@ -677,6 +699,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
677
699
|
readonly Sonic: 57054n;
|
|
678
700
|
readonly Converge: 52085145n;
|
|
679
701
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
702
|
+
readonly Plume: 98867n;
|
|
703
|
+
readonly XRPLEVM: 1449000n;
|
|
680
704
|
};
|
|
681
705
|
readonly Devnet: {
|
|
682
706
|
readonly Aptos: 0n;
|
|
@@ -734,6 +758,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
734
758
|
readonly Sonic: 146n;
|
|
735
759
|
readonly HyperEVM: 999n;
|
|
736
760
|
readonly Mezo: 31612n;
|
|
761
|
+
readonly Plume: 98866n;
|
|
762
|
+
readonly XRPLEVM: 1440000n;
|
|
737
763
|
};
|
|
738
764
|
readonly Testnet: {
|
|
739
765
|
readonly Aptos: 2n;
|
|
@@ -789,6 +815,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
789
815
|
readonly Sonic: 57054n;
|
|
790
816
|
readonly Converge: 52085145n;
|
|
791
817
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
818
|
+
readonly Plume: 98867n;
|
|
819
|
+
readonly XRPLEVM: 1449000n;
|
|
792
820
|
};
|
|
793
821
|
readonly Devnet: {
|
|
794
822
|
readonly Aptos: 0n;
|
|
@@ -846,6 +874,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
846
874
|
readonly Sonic: 146n;
|
|
847
875
|
readonly HyperEVM: 999n;
|
|
848
876
|
readonly Mezo: 31612n;
|
|
877
|
+
readonly Plume: 98866n;
|
|
878
|
+
readonly XRPLEVM: 1440000n;
|
|
849
879
|
};
|
|
850
880
|
readonly Testnet: {
|
|
851
881
|
readonly Aptos: 2n;
|
|
@@ -901,6 +931,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
901
931
|
readonly Sonic: 57054n;
|
|
902
932
|
readonly Converge: 52085145n;
|
|
903
933
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
934
|
+
readonly Plume: 98867n;
|
|
935
|
+
readonly XRPLEVM: 1449000n;
|
|
904
936
|
};
|
|
905
937
|
readonly Devnet: {
|
|
906
938
|
readonly Aptos: 0n;
|
|
@@ -958,6 +990,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
958
990
|
readonly Sonic: 146n;
|
|
959
991
|
readonly HyperEVM: 999n;
|
|
960
992
|
readonly Mezo: 31612n;
|
|
993
|
+
readonly Plume: 98866n;
|
|
994
|
+
readonly XRPLEVM: 1440000n;
|
|
961
995
|
};
|
|
962
996
|
readonly Testnet: {
|
|
963
997
|
readonly Aptos: 2n;
|
|
@@ -1013,6 +1047,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1013
1047
|
readonly Sonic: 57054n;
|
|
1014
1048
|
readonly Converge: 52085145n;
|
|
1015
1049
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
1050
|
+
readonly Plume: 98867n;
|
|
1051
|
+
readonly XRPLEVM: 1449000n;
|
|
1016
1052
|
};
|
|
1017
1053
|
readonly Devnet: {
|
|
1018
1054
|
readonly Aptos: 0n;
|
|
@@ -1075,6 +1111,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1075
1111
|
readonly Sonic: 146n;
|
|
1076
1112
|
readonly HyperEVM: 999n;
|
|
1077
1113
|
readonly Mezo: 31612n;
|
|
1114
|
+
readonly Plume: 98866n;
|
|
1115
|
+
readonly XRPLEVM: 1440000n;
|
|
1078
1116
|
};
|
|
1079
1117
|
readonly Testnet: {
|
|
1080
1118
|
readonly Aptos: 2n;
|
|
@@ -1130,6 +1168,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1130
1168
|
readonly Sonic: 57054n;
|
|
1131
1169
|
readonly Converge: 52085145n;
|
|
1132
1170
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
1171
|
+
readonly Plume: 98867n;
|
|
1172
|
+
readonly XRPLEVM: 1449000n;
|
|
1133
1173
|
};
|
|
1134
1174
|
readonly Devnet: {
|
|
1135
1175
|
readonly Aptos: 0n;
|
|
@@ -1187,6 +1227,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1187
1227
|
readonly Sonic: 146n;
|
|
1188
1228
|
readonly HyperEVM: 999n;
|
|
1189
1229
|
readonly Mezo: 31612n;
|
|
1230
|
+
readonly Plume: 98866n;
|
|
1231
|
+
readonly XRPLEVM: 1440000n;
|
|
1190
1232
|
};
|
|
1191
1233
|
readonly Testnet: {
|
|
1192
1234
|
readonly Aptos: 2n;
|
|
@@ -1242,6 +1284,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1242
1284
|
readonly Sonic: 57054n;
|
|
1243
1285
|
readonly Converge: 52085145n;
|
|
1244
1286
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
1287
|
+
readonly Plume: 98867n;
|
|
1288
|
+
readonly XRPLEVM: 1449000n;
|
|
1245
1289
|
};
|
|
1246
1290
|
readonly Devnet: {
|
|
1247
1291
|
readonly Aptos: 0n;
|
|
@@ -1299,6 +1343,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1299
1343
|
readonly Sonic: 146n;
|
|
1300
1344
|
readonly HyperEVM: 999n;
|
|
1301
1345
|
readonly Mezo: 31612n;
|
|
1346
|
+
readonly Plume: 98866n;
|
|
1347
|
+
readonly XRPLEVM: 1440000n;
|
|
1302
1348
|
};
|
|
1303
1349
|
readonly Testnet: {
|
|
1304
1350
|
readonly Aptos: 2n;
|
|
@@ -1354,6 +1400,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1354
1400
|
readonly Sonic: 57054n;
|
|
1355
1401
|
readonly Converge: 52085145n;
|
|
1356
1402
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
1403
|
+
readonly Plume: 98867n;
|
|
1404
|
+
readonly XRPLEVM: 1449000n;
|
|
1357
1405
|
};
|
|
1358
1406
|
readonly Devnet: {
|
|
1359
1407
|
readonly Aptos: 0n;
|
|
@@ -1411,6 +1459,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1411
1459
|
readonly Sonic: 146n;
|
|
1412
1460
|
readonly HyperEVM: 999n;
|
|
1413
1461
|
readonly Mezo: 31612n;
|
|
1462
|
+
readonly Plume: 98866n;
|
|
1463
|
+
readonly XRPLEVM: 1440000n;
|
|
1414
1464
|
};
|
|
1415
1465
|
readonly Testnet: {
|
|
1416
1466
|
readonly Aptos: 2n;
|
|
@@ -1466,6 +1516,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1466
1516
|
readonly Sonic: 57054n;
|
|
1467
1517
|
readonly Converge: 52085145n;
|
|
1468
1518
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
1519
|
+
readonly Plume: 98867n;
|
|
1520
|
+
readonly XRPLEVM: 1449000n;
|
|
1469
1521
|
};
|
|
1470
1522
|
readonly Devnet: {
|
|
1471
1523
|
readonly Aptos: 0n;
|
|
@@ -1524,6 +1576,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1524
1576
|
readonly Sonic: 146n;
|
|
1525
1577
|
readonly HyperEVM: 999n;
|
|
1526
1578
|
readonly Mezo: 31612n;
|
|
1579
|
+
readonly Plume: 98866n;
|
|
1580
|
+
readonly XRPLEVM: 1440000n;
|
|
1527
1581
|
};
|
|
1528
1582
|
readonly Testnet: {
|
|
1529
1583
|
readonly Aptos: 2n;
|
|
@@ -1579,6 +1633,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1579
1633
|
readonly Sonic: 57054n;
|
|
1580
1634
|
readonly Converge: 52085145n;
|
|
1581
1635
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
1636
|
+
readonly Plume: 98867n;
|
|
1637
|
+
readonly XRPLEVM: 1449000n;
|
|
1582
1638
|
};
|
|
1583
1639
|
readonly Devnet: {
|
|
1584
1640
|
readonly Aptos: 0n;
|
|
@@ -1636,6 +1692,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1636
1692
|
readonly Sonic: 146n;
|
|
1637
1693
|
readonly HyperEVM: 999n;
|
|
1638
1694
|
readonly Mezo: 31612n;
|
|
1695
|
+
readonly Plume: 98866n;
|
|
1696
|
+
readonly XRPLEVM: 1440000n;
|
|
1639
1697
|
};
|
|
1640
1698
|
readonly Testnet: {
|
|
1641
1699
|
readonly Aptos: 2n;
|
|
@@ -1691,6 +1749,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1691
1749
|
readonly Sonic: 57054n;
|
|
1692
1750
|
readonly Converge: 52085145n;
|
|
1693
1751
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
1752
|
+
readonly Plume: 98867n;
|
|
1753
|
+
readonly XRPLEVM: 1449000n;
|
|
1694
1754
|
};
|
|
1695
1755
|
readonly Devnet: {
|
|
1696
1756
|
readonly Aptos: 0n;
|
|
@@ -1748,6 +1808,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1748
1808
|
readonly Sonic: 146n;
|
|
1749
1809
|
readonly HyperEVM: 999n;
|
|
1750
1810
|
readonly Mezo: 31612n;
|
|
1811
|
+
readonly Plume: 98866n;
|
|
1812
|
+
readonly XRPLEVM: 1440000n;
|
|
1751
1813
|
};
|
|
1752
1814
|
readonly Testnet: {
|
|
1753
1815
|
readonly Aptos: 2n;
|
|
@@ -1803,6 +1865,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1803
1865
|
readonly Sonic: 57054n;
|
|
1804
1866
|
readonly Converge: 52085145n;
|
|
1805
1867
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
1868
|
+
readonly Plume: 98867n;
|
|
1869
|
+
readonly XRPLEVM: 1449000n;
|
|
1806
1870
|
};
|
|
1807
1871
|
readonly Devnet: {
|
|
1808
1872
|
readonly Aptos: 0n;
|
|
@@ -1860,6 +1924,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1860
1924
|
readonly Sonic: 146n;
|
|
1861
1925
|
readonly HyperEVM: 999n;
|
|
1862
1926
|
readonly Mezo: 31612n;
|
|
1927
|
+
readonly Plume: 98866n;
|
|
1928
|
+
readonly XRPLEVM: 1440000n;
|
|
1863
1929
|
};
|
|
1864
1930
|
readonly Testnet: {
|
|
1865
1931
|
readonly Aptos: 2n;
|
|
@@ -1915,6 +1981,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1915
1981
|
readonly Sonic: 57054n;
|
|
1916
1982
|
readonly Converge: 52085145n;
|
|
1917
1983
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
1984
|
+
readonly Plume: 98867n;
|
|
1985
|
+
readonly XRPLEVM: 1449000n;
|
|
1918
1986
|
};
|
|
1919
1987
|
readonly Devnet: {
|
|
1920
1988
|
readonly Aptos: 0n;
|
|
@@ -1972,6 +2040,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1972
2040
|
readonly Sonic: 146n;
|
|
1973
2041
|
readonly HyperEVM: 999n;
|
|
1974
2042
|
readonly Mezo: 31612n;
|
|
2043
|
+
readonly Plume: 98866n;
|
|
2044
|
+
readonly XRPLEVM: 1440000n;
|
|
1975
2045
|
};
|
|
1976
2046
|
readonly Testnet: {
|
|
1977
2047
|
readonly Aptos: 2n;
|
|
@@ -2027,6 +2097,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2027
2097
|
readonly Sonic: 57054n;
|
|
2028
2098
|
readonly Converge: 52085145n;
|
|
2029
2099
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
2100
|
+
readonly Plume: 98867n;
|
|
2101
|
+
readonly XRPLEVM: 1449000n;
|
|
2030
2102
|
};
|
|
2031
2103
|
readonly Devnet: {
|
|
2032
2104
|
readonly Aptos: 0n;
|
|
@@ -2084,6 +2156,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2084
2156
|
readonly Sonic: 146n;
|
|
2085
2157
|
readonly HyperEVM: 999n;
|
|
2086
2158
|
readonly Mezo: 31612n;
|
|
2159
|
+
readonly Plume: 98866n;
|
|
2160
|
+
readonly XRPLEVM: 1440000n;
|
|
2087
2161
|
};
|
|
2088
2162
|
readonly Testnet: {
|
|
2089
2163
|
readonly Aptos: 2n;
|
|
@@ -2139,6 +2213,8 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2139
2213
|
readonly Sonic: 57054n;
|
|
2140
2214
|
readonly Converge: 52085145n;
|
|
2141
2215
|
readonly Fogo: "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9";
|
|
2216
|
+
readonly Plume: 98867n;
|
|
2217
|
+
readonly XRPLEVM: 1449000n;
|
|
2142
2218
|
};
|
|
2143
2219
|
readonly Devnet: {
|
|
2144
2220
|
readonly Aptos: 0n;
|
|
@@ -2153,7 +2229,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2153
2229
|
};
|
|
2154
2230
|
type NetworkChainToNativeChainId = ToMapping<typeof chainNetworkNativeChainIdEntries>;
|
|
2155
2231
|
export type PlatformToNativeChainIds<P extends Platform, N extends Network = Network> = PlatformToChains<P> extends infer C ? C extends keyof NetworkChainToNativeChainId[N] ? NetworkChainToNativeChainId[N][C] : C extends keyof NetworkChainToNativeChainId["Mainnet"] ? Widen<NetworkChainToNativeChainId["Mainnet"][C]> : never : never;
|
|
2156
|
-
declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n | "mainnet-v1.0" | "mainnet" | "cosmoshub-4" | "evmos_9001-2" | "injective-1" | "osmosis-1" | "pacific-1" | "phoenix-1" | "wormchain" | "kaiyo-1" | "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" | "35834a8a" | 42161n | 43114n | 8453n | 56n | 42220n | 250n | 100n | 8217n | 1284n | 245022934n | 137n | "neutron-1" | "stargaze-1" | "celestia" | "dymension_1100-1" | "pio-mainnet-1" | "noble-1" | 196n | 5000n | 534352n | 81457n | 59144n | 2192n | 80094n | 1329n | 130n | 480n | 57073n | 146n | 999n | 31612n | "testnet-v1.0" | "testnet" | "theta-testnet-001" | "evmos_9000-4" | "injective-888" | "osmo-test-5" | "atlantic-2" | "pisco-1" | "wormchain-testnet-0" | "harpoon-4" | "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG" | "4c78adac" | 421613n | 43113n | 84531n | 97n | 44787n | 5n | 4002n | 10200n | 1001n | 1287n | 245022940n | 420n | 80001n | 11155111n | 421614n | 84532n | 11155420n | 80002n | 17000n | "pion-1" | "mocha-4" | "seda-1-testnet" | "grand-1" | 168587773n | 5003n | 534351n | 80069n | 1328n | 13001n | 1301n | 4801n | 763373n | 998n | 195n | 59141n | 10143n | 31611n | 57054n | 52085145n | "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9" | "sandnet-v1.0" | 1397n | 1337n | "injective_devnet_fake" | "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn">(args_0: K1) => {
|
|
2232
|
+
declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n | "mainnet-v1.0" | "mainnet" | "cosmoshub-4" | "evmos_9001-2" | "injective-1" | "osmosis-1" | "pacific-1" | "phoenix-1" | "wormchain" | "kaiyo-1" | "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" | "35834a8a" | 42161n | 43114n | 8453n | 56n | 42220n | 250n | 100n | 8217n | 1284n | 245022934n | 137n | "neutron-1" | "stargaze-1" | "celestia" | "dymension_1100-1" | "pio-mainnet-1" | "noble-1" | 196n | 5000n | 534352n | 81457n | 59144n | 2192n | 80094n | 1329n | 130n | 480n | 57073n | 146n | 999n | 31612n | 98866n | 1440000n | "testnet-v1.0" | "testnet" | "theta-testnet-001" | "evmos_9000-4" | "injective-888" | "osmo-test-5" | "atlantic-2" | "pisco-1" | "wormchain-testnet-0" | "harpoon-4" | "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG" | "4c78adac" | 421613n | 43113n | 84531n | 97n | 44787n | 5n | 4002n | 10200n | 1001n | 1287n | 245022940n | 420n | 80001n | 11155111n | 421614n | 84532n | 11155420n | 80002n | 17000n | "pion-1" | "mocha-4" | "seda-1-testnet" | "grand-1" | 168587773n | 5003n | 534351n | 80069n | 1328n | 13001n | 1301n | 4801n | 763373n | 998n | 195n | 59141n | 10143n | 31611n | 57054n | 52085145n | "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9" | 98867n | 1449000n | "sandnet-v1.0" | 1397n | 1337n | "injective_devnet_fake" | "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn">(args_0: K1) => {
|
|
2157
2233
|
"bigint(1)": [["Mainnet", "Aptos"], ["Mainnet", "Ethereum"]];
|
|
2158
2234
|
"mainnet-v1.0": [["Mainnet", "Algorand"]];
|
|
2159
2235
|
mainnet: [["Mainnet", "Near"]];
|
|
@@ -2199,6 +2275,8 @@ declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n
|
|
|
2199
2275
|
"bigint(146)": [["Mainnet", "Sonic"]];
|
|
2200
2276
|
"bigint(999)": [["Mainnet", "HyperEVM"]];
|
|
2201
2277
|
"bigint(31612)": [["Mainnet", "Mezo"]];
|
|
2278
|
+
"bigint(98866)": [["Mainnet", "Plume"]];
|
|
2279
|
+
"bigint(1440000)": [["Mainnet", "XRPLEVM"]];
|
|
2202
2280
|
"bigint(2)": [["Testnet", "Aptos"]];
|
|
2203
2281
|
"testnet-v1.0": [["Testnet", "Algorand"]];
|
|
2204
2282
|
testnet: [["Testnet", "Near"]];
|
|
@@ -2252,6 +2330,8 @@ declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n
|
|
|
2252
2330
|
"bigint(57054)": [["Testnet", "Sonic"]];
|
|
2253
2331
|
"bigint(52085145)": [["Testnet", "Converge"]];
|
|
2254
2332
|
"9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9": [["Testnet", "Fogo"]];
|
|
2333
|
+
"bigint(98867)": [["Testnet", "Plume"]];
|
|
2334
|
+
"bigint(1449000)": [["Testnet", "XRPLEVM"]];
|
|
2255
2335
|
"bigint(0)": [["Devnet", "Aptos"]];
|
|
2256
2336
|
"sandnet-v1.0": [["Devnet", "Algorand"]];
|
|
2257
2337
|
"bigint(1397)": [["Devnet", "Bsc"]];
|
|
@@ -2260,7 +2340,7 @@ declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n
|
|
|
2260
2340
|
"8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn": [["Devnet", "Solana"]];
|
|
2261
2341
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1]) & {
|
|
2262
2342
|
readonly has: (args_0: string | bigint) => boolean;
|
|
2263
|
-
readonly get: (args_0: string | bigint) => [["Mainnet", "Aptos"], ["Mainnet", "Ethereum"]] | [["Mainnet", "Algorand"]] | [["Mainnet", "Near"]] | [["Mainnet", "Cosmoshub"]] | [["Mainnet", "Evmos"]] | [["Mainnet", "Injective"]] | [["Mainnet", "Osmosis"]] | [["Mainnet", "Sei"]] | [["Mainnet", "Terra2"]] | [["Mainnet", "Wormchain"]] | [["Mainnet", "Kujira"]] | [["Mainnet", "Solana"]] | [["Mainnet", "Sui"]] | [["Mainnet", "Arbitrum"]] | [["Mainnet", "Avalanche"]] | [["Mainnet", "Base"]] | [["Mainnet", "Bsc"]] | [["Mainnet", "Celo"]] | [["Mainnet", "Fantom"]] | [["Mainnet", "Gnosis"]] | [["Mainnet", "Klaytn"]] | [["Mainnet", "Moonbeam"]] | [["Mainnet", "Neon"]] | [["Mainnet", "Optimism"]] | [["Mainnet", "Polygon"]] | [["Mainnet", "Neutron"]] | [["Mainnet", "Stargaze"]] | [["Mainnet", "Celestia"]] | [["Mainnet", "Dymension"]] | [["Mainnet", "Provenance"]] | [["Mainnet", "Noble"]] | [["Mainnet", "Xlayer"]] | [["Mainnet", "Mantle"]] | [["Mainnet", "Scroll"]] | [["Mainnet", "Blast"]] | [["Mainnet", "Linea"]] | [["Mainnet", "Snaxchain"]] | [["Mainnet", "Berachain"]] | [["Mainnet", "Seievm"]] | [["Mainnet", "Unichain"]] | [["Mainnet", "Worldchain"]] | [["Mainnet", "Ink"]] | [["Mainnet", "Sonic"]] | [["Mainnet", "HyperEVM"]] | [["Mainnet", "Mezo"]] | [["Testnet", "Aptos"]] | [["Testnet", "Algorand"]] | [["Testnet", "Near"]] | [["Testnet", "Cosmoshub"]] | [["Testnet", "Evmos"]] | [["Testnet", "Injective"]] | [["Testnet", "Osmosis"]] | [["Testnet", "Sei"]] | [["Testnet", "Terra2"]] | [["Testnet", "Wormchain"]] | [["Testnet", "Kujira"]] | [["Testnet", "Solana"]] | [["Testnet", "Sui"]] | [["Testnet", "Arbitrum"]] | [["Testnet", "Avalanche"]] | [["Testnet", "Base"]] | [["Testnet", "Bsc"]] | [["Testnet", "Celo"]] | [["Testnet", "Ethereum"]] | [["Testnet", "Fantom"]] | [["Testnet", "Gnosis"]] | [["Testnet", "Klaytn"]] | [["Testnet", "Moonbeam"]] | [["Testnet", "Neon"]] | [["Testnet", "Optimism"]] | [["Testnet", "Polygon"]] | [["Testnet", "Sepolia"]] | [["Testnet", "ArbitrumSepolia"]] | [["Testnet", "BaseSepolia"]] | [["Testnet", "OptimismSepolia"]] | [["Testnet", "PolygonSepolia"]] | [["Testnet", "Holesky"]] | [["Testnet", "Neutron"]] | [["Testnet", "Celestia"]] | [["Testnet", "Seda"]] | [["Testnet", "Noble"]] | [["Testnet", "Blast"]] | [["Testnet", "Mantle"]] | [["Testnet", "Scroll"]] | [["Testnet", "Berachain"]] | [["Testnet", "Seievm"]] | [["Testnet", "Snaxchain"]] | [["Testnet", "Unichain"]] | [["Testnet", "Worldchain"]] | [["Testnet", "Ink"]] | [["Testnet", "HyperEVM"]] | [["Testnet", "Xlayer"]] | [["Testnet", "Linea"]] | [["Testnet", "Monad"]] | [["Testnet", "Mezo"]] | [["Testnet", "Sonic"]] | [["Testnet", "Converge"]] | [["Testnet", "Fogo"]] | [["Devnet", "Aptos"]] | [["Devnet", "Algorand"]] | [["Devnet", "Bsc"]] | [["Devnet", "Ethereum"]] | [["Devnet", "Injective"]] | [["Devnet", "Solana"]] | undefined;
|
|
2343
|
+
readonly get: (args_0: string | bigint) => [["Mainnet", "Aptos"], ["Mainnet", "Ethereum"]] | [["Mainnet", "Algorand"]] | [["Mainnet", "Near"]] | [["Mainnet", "Cosmoshub"]] | [["Mainnet", "Evmos"]] | [["Mainnet", "Injective"]] | [["Mainnet", "Osmosis"]] | [["Mainnet", "Sei"]] | [["Mainnet", "Terra2"]] | [["Mainnet", "Wormchain"]] | [["Mainnet", "Kujira"]] | [["Mainnet", "Solana"]] | [["Mainnet", "Sui"]] | [["Mainnet", "Arbitrum"]] | [["Mainnet", "Avalanche"]] | [["Mainnet", "Base"]] | [["Mainnet", "Bsc"]] | [["Mainnet", "Celo"]] | [["Mainnet", "Fantom"]] | [["Mainnet", "Gnosis"]] | [["Mainnet", "Klaytn"]] | [["Mainnet", "Moonbeam"]] | [["Mainnet", "Neon"]] | [["Mainnet", "Optimism"]] | [["Mainnet", "Polygon"]] | [["Mainnet", "Neutron"]] | [["Mainnet", "Stargaze"]] | [["Mainnet", "Celestia"]] | [["Mainnet", "Dymension"]] | [["Mainnet", "Provenance"]] | [["Mainnet", "Noble"]] | [["Mainnet", "Xlayer"]] | [["Mainnet", "Mantle"]] | [["Mainnet", "Scroll"]] | [["Mainnet", "Blast"]] | [["Mainnet", "Linea"]] | [["Mainnet", "Snaxchain"]] | [["Mainnet", "Berachain"]] | [["Mainnet", "Seievm"]] | [["Mainnet", "Unichain"]] | [["Mainnet", "Worldchain"]] | [["Mainnet", "Ink"]] | [["Mainnet", "Sonic"]] | [["Mainnet", "HyperEVM"]] | [["Mainnet", "Mezo"]] | [["Mainnet", "Plume"]] | [["Mainnet", "XRPLEVM"]] | [["Testnet", "Aptos"]] | [["Testnet", "Algorand"]] | [["Testnet", "Near"]] | [["Testnet", "Cosmoshub"]] | [["Testnet", "Evmos"]] | [["Testnet", "Injective"]] | [["Testnet", "Osmosis"]] | [["Testnet", "Sei"]] | [["Testnet", "Terra2"]] | [["Testnet", "Wormchain"]] | [["Testnet", "Kujira"]] | [["Testnet", "Solana"]] | [["Testnet", "Sui"]] | [["Testnet", "Arbitrum"]] | [["Testnet", "Avalanche"]] | [["Testnet", "Base"]] | [["Testnet", "Bsc"]] | [["Testnet", "Celo"]] | [["Testnet", "Ethereum"]] | [["Testnet", "Fantom"]] | [["Testnet", "Gnosis"]] | [["Testnet", "Klaytn"]] | [["Testnet", "Moonbeam"]] | [["Testnet", "Neon"]] | [["Testnet", "Optimism"]] | [["Testnet", "Polygon"]] | [["Testnet", "Sepolia"]] | [["Testnet", "ArbitrumSepolia"]] | [["Testnet", "BaseSepolia"]] | [["Testnet", "OptimismSepolia"]] | [["Testnet", "PolygonSepolia"]] | [["Testnet", "Holesky"]] | [["Testnet", "Neutron"]] | [["Testnet", "Celestia"]] | [["Testnet", "Seda"]] | [["Testnet", "Noble"]] | [["Testnet", "Blast"]] | [["Testnet", "Mantle"]] | [["Testnet", "Scroll"]] | [["Testnet", "Berachain"]] | [["Testnet", "Seievm"]] | [["Testnet", "Snaxchain"]] | [["Testnet", "Unichain"]] | [["Testnet", "Worldchain"]] | [["Testnet", "Ink"]] | [["Testnet", "HyperEVM"]] | [["Testnet", "Xlayer"]] | [["Testnet", "Linea"]] | [["Testnet", "Monad"]] | [["Testnet", "Mezo"]] | [["Testnet", "Sonic"]] | [["Testnet", "Converge"]] | [["Testnet", "Fogo"]] | [["Testnet", "Plume"]] | [["Testnet", "XRPLEVM"]] | [["Devnet", "Aptos"]] | [["Devnet", "Algorand"]] | [["Devnet", "Bsc"]] | [["Devnet", "Ethereum"]] | [["Devnet", "Injective"]] | [["Devnet", "Solana"]] | undefined;
|
|
2264
2344
|
};
|
|
2265
2345
|
export type PlatformNativeChainIdToNetworkChainPair<P extends Platform> = PlatformToChains<P> extends infer C ? ReturnType<typeof nativeChainIdToNetworkChain>[number] extends infer NCP ? NCP extends readonly [Network, C] ? NCP : never : never : never;
|
|
2266
2346
|
export declare function platformNativeChainIdToNetworkChain<P extends Platform, CI extends PlatformToNativeChainIds<P>>(platform: P, chainId: Widen<CI>): PlatformNativeChainIdToNetworkChainPair<P>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nativeChainIds.d.ts","sourceRoot":"","sources":["../../../src/constants/nativeChainIds.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAa,SAAS,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAGvE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAIjE,QAAA,MAAM,gCAAgC,
|
|
1
|
+
{"version":3,"file":"nativeChainIds.d.ts","sourceRoot":"","sources":["../../../src/constants/nativeChainIds.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAa,SAAS,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAGvE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAIjE,QAAA,MAAM,gCAAgC,qmHA6H2B,CAAC;AAElE,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAC;AAEtF,KAAK,2BAA2B,GAAG,SAAS,CAAC,OAAO,gCAAgC,CAAC,CAAC;AACtF,MAAM,MAAM,wBAAwB,CAClC,CAAC,SAAS,QAAQ,EAClB,CAAC,SAAS,OAAO,GAAG,OAAO,IACzB,gBAAgB,CAAC,CAAC,CAAC,SAAS,MAAM,CAAC,GACnC,CAAC,SAAS,MAAM,2BAA2B,CAAC,CAAC,CAAC,GAC5C,2BAA2B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAGnC,CAAC,SAAS,MAAM,2BAA2B,CAAC,SAAS,CAAC,GACpD,KAAK,CAAC,2BAA2B,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,GAChD,KAAK,GACP,KAAK,CAAC;AAMV,QAAA,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0D,CAAC;AAC5F,MAAM,MAAM,uCAAuC,CAAC,CAAC,SAAS,QAAQ,IACpE,gBAAgB,CAAC,CAAC,CAAC,SAAS,MAAM,CAAC,GAC/B,UAAU,CAAC,OAAO,2BAA2B,CAAC,CAAC,MAAM,CAAC,SAAS,MAAM,GAAG,GACtE,GAAG,SAAS,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC,GAC/B,GAAG,GACH,KAAK,GACP,KAAK,GACP,KAAK,CAAC;AAEZ,wBAAgB,mCAAmC,CACjD,CAAC,SAAS,QAAQ,EAClB,EAAE,SAAS,wBAAwB,CAAC,CAAC,CAAC,EACtC,QAAQ,EAAE,CAAC,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,uCAAuC,CAAC,CAAC,CAAC,CAS7E"}
|
|
@@ -51,6 +51,8 @@ const chainNetworkNativeChainIdEntries = [
|
|
|
51
51
|
["Sonic", 146n],
|
|
52
52
|
["HyperEVM", 999n],
|
|
53
53
|
["Mezo", 31612n],
|
|
54
|
+
["Plume", 98866n],
|
|
55
|
+
["XRPLEVM", 1440000n],
|
|
54
56
|
],
|
|
55
57
|
],
|
|
56
58
|
[
|
|
@@ -109,6 +111,8 @@ const chainNetworkNativeChainIdEntries = [
|
|
|
109
111
|
["Sonic", 57054n],
|
|
110
112
|
["Converge", 52085145n],
|
|
111
113
|
["Fogo", "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9"], // genesis hash
|
|
114
|
+
["Plume", 98867n],
|
|
115
|
+
["XRPLEVM", 1449000n],
|
|
112
116
|
],
|
|
113
117
|
],
|
|
114
118
|
[
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nativeChainIds.js","sourceRoot":"","sources":["../../../src/constants/nativeChainIds.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAI/C,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,kBAAkB;AAClB,MAAM,gCAAgC,GAAG;IACvC;QACE,SAAS;QACT;YACE,CAAC,OAAO,EAAM,EAAE,CAAC;YACjB,CAAC,UAAU,EAAG,cAAc,CAAC;YAC7B,CAAC,MAAM,EAAO,SAAS,CAAC;YACxB,CAAC,WAAW,EAAE,aAAa,CAAC;YAC5B,CAAC,OAAO,EAAM,cAAc,CAAC;YAC7B,CAAC,WAAW,EAAE,aAAa,CAAC;YAC5B,CAAC,SAAS,EAAI,WAAW,CAAC;YAC1B,CAAC,KAAK,EAAQ,WAAW,CAAC;YAC1B,CAAC,QAAQ,EAAK,WAAW,CAAC;YAC1B,CAAC,WAAW,EAAE,WAAW,CAAC;YAC1B,CAAC,QAAQ,EAAK,SAAS,CAAC;YACxB,CAAC,QAAQ,EAAK,8CAA8C,CAAC;YAC7D,CAAC,KAAK,EAAQ,UAAU,CAAC;YACzB,CAAC,UAAU,EAAG,MAAM,CAAC;YACrB,CAAC,WAAW,EAAE,MAAM,CAAC;YACrB,CAAC,MAAM,EAAO,KAAK,CAAC;YACpB,CAAC,KAAK,EAAQ,GAAG,CAAC;YAClB,CAAC,MAAM,EAAO,MAAM,CAAC;YACrB,CAAC,UAAU,EAAG,EAAE,CAAC;YACjB,CAAC,QAAQ,EAAK,IAAI,CAAC;YACnB,CAAC,QAAQ,EAAK,IAAI,CAAC;YACnB,CAAC,QAAQ,EAAK,KAAK,CAAC;YACpB,CAAC,UAAU,EAAG,KAAK,CAAC;YACpB,CAAC,MAAM,EAAO,UAAU,CAAC;YACzB,CAAC,UAAU,EAAG,GAAG,CAAC;YAClB,CAAC,SAAS,EAAI,IAAI,CAAC;YACnB,CAAC,SAAS,EAAI,WAAW,CAAC;YAC1B,CAAC,UAAU,EAAG,YAAY,CAAC;YAC3B,CAAC,UAAU,EAAG,UAAU,CAAC;YACzB,CAAC,WAAW,EAAE,kBAAkB,CAAC;YACjC,CAAC,YAAY,EAAC,eAAe,CAAC;YAC9B,CAAC,OAAO,EAAM,SAAS,CAAC;YACxB,CAAC,QAAQ,EAAK,IAAI,CAAC;YACnB,CAAC,QAAQ,EAAK,KAAK,CAAC;YACpB,CAAC,QAAQ,EAAK,OAAO,CAAC;YACtB,CAAC,OAAO,EAAM,MAAM,CAAC;YACrB,CAAC,OAAO,EAAM,MAAM,CAAC;YACrB,CAAC,WAAW,EAAE,KAAK,CAAC;YACpB,CAAC,WAAW,EAAE,MAAM,CAAC;YACrB,CAAC,QAAQ,EAAK,KAAK,CAAC;YACpB,CAAC,UAAU,EAAG,IAAI,CAAC;YACnB,CAAC,YAAY,EAAC,IAAI,CAAC;YACnB,CAAC,KAAK,EAAQ,MAAM,CAAC;YACrB,CAAC,OAAO,EAAM,IAAI,CAAC;YACnB,CAAC,UAAU,EAAG,IAAI,CAAC;YACnB,CAAC,MAAM,EAAO,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"nativeChainIds.js","sourceRoot":"","sources":["../../../src/constants/nativeChainIds.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@ import type { Chain } from "./chains.js";
|
|
|
2
2
|
export declare const platforms: ["Evm", "Solana", "Cosmwasm", "Btc", "Algorand", "Sui", "Aptos", "Near"];
|
|
3
3
|
export type Platform = (typeof platforms)[number];
|
|
4
4
|
export declare const platformToChains: (<const K1 extends "Solana" | "Algorand" | "Near" | "Sui" | "Aptos" | "Btc" | "Evm" | "Cosmwasm">(args_0: K1) => {
|
|
5
|
-
readonly Evm: readonly ["Arbitrum", "Avalanche", "Base", "Bsc", "Celo", "Ethereum", "Fantom", "Gnosis", "Klaytn", "Moonbeam", "Neon", "Optimism", "Polygon", "Sepolia", "ArbitrumSepolia", "BaseSepolia", "OptimismSepolia", "Holesky", "PolygonSepolia", "Mantle", "Scroll", "Blast", "Xlayer", "Linea", "Berachain", "Seievm", "Snaxchain", "Unichain", "Worldchain", "Ink", "HyperEVM", "Monad", "Mezo", "Sonic", "Converge"];
|
|
5
|
+
readonly Evm: readonly ["Arbitrum", "Avalanche", "Base", "Bsc", "Celo", "Ethereum", "Fantom", "Gnosis", "Klaytn", "Moonbeam", "Neon", "Optimism", "Polygon", "Sepolia", "ArbitrumSepolia", "BaseSepolia", "OptimismSepolia", "Holesky", "PolygonSepolia", "Mantle", "Scroll", "Blast", "Xlayer", "Linea", "Berachain", "Seievm", "Snaxchain", "Unichain", "Worldchain", "Ink", "HyperEVM", "Monad", "Mezo", "Sonic", "Converge", "Plume", "XRPLEVM"];
|
|
6
6
|
readonly Solana: readonly ["Solana", "Pythnet", "Fogo"];
|
|
7
7
|
readonly Cosmwasm: readonly ["Cosmoshub", "Evmos", "Injective", "Kujira", "Osmosis", "Sei", "Terra2", "Wormchain", "Dymension", "Neutron", "Stargaze", "Celestia", "Seda", "Provenance", "Noble"];
|
|
8
8
|
readonly Btc: readonly ["Btc"];
|
|
@@ -12,9 +12,9 @@ export declare const platformToChains: (<const K1 extends "Solana" | "Algorand"
|
|
|
12
12
|
readonly Near: readonly ["Near"];
|
|
13
13
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1]) & {
|
|
14
14
|
readonly has: (args_0: string) => boolean;
|
|
15
|
-
readonly get: (args_0: string) => readonly ["Arbitrum", "Avalanche", "Base", "Bsc", "Celo", "Ethereum", "Fantom", "Gnosis", "Klaytn", "Moonbeam", "Neon", "Optimism", "Polygon", "Sepolia", "ArbitrumSepolia", "BaseSepolia", "OptimismSepolia", "Holesky", "PolygonSepolia", "Mantle", "Scroll", "Blast", "Xlayer", "Linea", "Berachain", "Seievm", "Snaxchain", "Unichain", "Worldchain", "Ink", "HyperEVM", "Monad", "Mezo", "Sonic", "Converge"] | readonly ["Solana", "Pythnet", "Fogo"] | readonly ["Cosmoshub", "Evmos", "Injective", "Kujira", "Osmosis", "Sei", "Terra2", "Wormchain", "Dymension", "Neutron", "Stargaze", "Celestia", "Seda", "Provenance", "Noble"] | readonly ["Btc"] | readonly ["Algorand"] | readonly ["Sui"] | readonly ["Aptos"] | readonly ["Near"] | undefined;
|
|
15
|
+
readonly get: (args_0: string) => readonly ["Arbitrum", "Avalanche", "Base", "Bsc", "Celo", "Ethereum", "Fantom", "Gnosis", "Klaytn", "Moonbeam", "Neon", "Optimism", "Polygon", "Sepolia", "ArbitrumSepolia", "BaseSepolia", "OptimismSepolia", "Holesky", "PolygonSepolia", "Mantle", "Scroll", "Blast", "Xlayer", "Linea", "Berachain", "Seievm", "Snaxchain", "Unichain", "Worldchain", "Ink", "HyperEVM", "Monad", "Mezo", "Sonic", "Converge", "Plume", "XRPLEVM"] | readonly ["Solana", "Pythnet", "Fogo"] | readonly ["Cosmoshub", "Evmos", "Injective", "Kujira", "Osmosis", "Sei", "Terra2", "Wormchain", "Dymension", "Neutron", "Stargaze", "Celestia", "Seda", "Provenance", "Noble"] | readonly ["Btc"] | readonly ["Algorand"] | readonly ["Sui"] | readonly ["Aptos"] | readonly ["Near"] | undefined;
|
|
16
16
|
};
|
|
17
|
-
export declare const chainToPlatform: (<const K1 extends "Solana" | "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Algorand" | "Fantom" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Btc" | "Base" | "Sei" | "Scroll" | "Mantle" | "Blast" | "Xlayer" | "Linea" | "Berachain" | "Seievm" | "Snaxchain" | "Unichain" | "Worldchain" | "Ink" | "HyperEVM" | "Monad" | "Mezo" | "Fogo" | "Sonic" | "Converge" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Seda" | "Dymension" | "Provenance" | "Noble" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia">(args_0: K1) => {
|
|
17
|
+
export declare const chainToPlatform: (<const K1 extends "Solana" | "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Algorand" | "Fantom" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Btc" | "Base" | "Sei" | "Scroll" | "Mantle" | "Blast" | "Xlayer" | "Linea" | "Berachain" | "Seievm" | "Snaxchain" | "Unichain" | "Worldchain" | "Ink" | "HyperEVM" | "Monad" | "Mezo" | "Fogo" | "Sonic" | "Converge" | "Plume" | "XRPLEVM" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Seda" | "Dymension" | "Provenance" | "Noble" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia">(args_0: K1) => {
|
|
18
18
|
Arbitrum: "Evm";
|
|
19
19
|
Avalanche: "Evm";
|
|
20
20
|
Base: "Evm";
|
|
@@ -50,6 +50,8 @@ export declare const chainToPlatform: (<const K1 extends "Solana" | "Ethereum" |
|
|
|
50
50
|
Mezo: "Evm";
|
|
51
51
|
Sonic: "Evm";
|
|
52
52
|
Converge: "Evm";
|
|
53
|
+
Plume: "Evm";
|
|
54
|
+
XRPLEVM: "Evm";
|
|
53
55
|
Solana: "Solana";
|
|
54
56
|
Pythnet: "Solana";
|
|
55
57
|
Fogo: "Solana";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platforms.d.ts","sourceRoot":"","sources":["../../../src/constants/platforms.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"platforms.d.ts","sourceRoot":"","sources":["../../../src/constants/platforms.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAkFzC,eAAO,MAAM,SAAS,0EAAsC,CAAC;AAC7D,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAElD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;CAAqC,CAAC;AACnE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAC;AAE1E,eAAO,MAAM,UAAU,aAAc,MAAM,8FACX,CAAC;AAEjC,MAAM,MAAM,gBAAgB,CAAC,CAAC,SAAS,QAAQ,IAAI,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;AAClG,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,KAAK,IAAI,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC;AAGrF,QAAA,MAAM,4BAA4B,yPASxB,CAAC;AAEX,eAAO,MAAM,uBAAuB;;;;;;;;;;;;CAAyC,CAAC;AAC9E,MAAM,MAAM,qBAAqB,GAAG,CAAC,OAAO,4BAA4B,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platforms.js","sourceRoot":"","sources":["../../../src/constants/platforms.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAGvD,kBAAkB;AAClB,MAAM,wBAAwB,GAAG,CAAC;QAChC,KAAK,EAAE;YACL,UAAU;YACV,WAAW;YACX,MAAM;YACN,KAAK;YACL,MAAM;YACN,UAAU;YACV,QAAQ;YACR,QAAQ;YACR,QAAQ;YACR,UAAU;YACV,MAAM;YACN,UAAU;YACV,SAAS;YACT,SAAS;YACT,iBAAiB;YACjB,aAAa;YACb,iBAAiB;YACjB,SAAS;YACT,gBAAgB;YAChB,QAAQ;YACR,QAAQ;YACR,OAAO;YACP,QAAQ;YACR,OAAO;YACP,WAAW;YACX,QAAQ;YACR,WAAW;YACX,UAAU;YACV,YAAY;YACZ,KAAK;YACL,UAAU;YACV,OAAO;YACP,MAAM;YACN,OAAO;YACP,UAAU;
|
|
1
|
+
{"version":3,"file":"platforms.js","sourceRoot":"","sources":["../../../src/constants/platforms.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAGvD,kBAAkB;AAClB,MAAM,wBAAwB,GAAG,CAAC;QAChC,KAAK,EAAE;YACL,UAAU;YACV,WAAW;YACX,MAAM;YACN,KAAK;YACL,MAAM;YACN,UAAU;YACV,QAAQ;YACR,QAAQ;YACR,QAAQ;YACR,UAAU;YACV,MAAM;YACN,UAAU;YACV,SAAS;YACT,SAAS;YACT,iBAAiB;YACjB,aAAa;YACb,iBAAiB;YACjB,SAAS;YACT,gBAAgB;YAChB,QAAQ;YACR,QAAQ;YACR,OAAO;YACP,QAAQ;YACR,OAAO;YACP,WAAW;YACX,QAAQ;YACR,WAAW;YACX,UAAU;YACV,YAAY;YACZ,KAAK;YACL,UAAU;YACV,OAAO;YACP,MAAM;YACN,OAAO;YACP,UAAU;YACV,OAAO;YACP,SAAS;SACV;KAAC,EAAE;QACJ,QAAQ,EAAE;YACR,QAAQ;YACR,SAAS;YACT,MAAM;SACP;KAAC,EAAE;QACJ,UAAU,EAAE;YACV,WAAW;YACX,OAAO;YACP,WAAW;YACX,QAAQ;YACR,SAAS;YACT,KAAK;YACL,QAAQ;YACR,WAAW;YACX,WAAW;YACX,SAAS;YACT,UAAU;YACV,UAAU;YACV,MAAM;YACN,YAAY;YACZ,OAAO;SACR;KAAC,EAAE;QACF,KAAK,EAAE;YACL,KAAK;SACR;KAAC,EAAE;QACF,UAAU,EAAE;YACV,UAAU;SACb;KAAC,EAAE;QACF,KAAK,EAAE;YACL,KAAK;SACR;KAAC,EAAE;QACF,OAAO,EAAE;YACP,OAAO;SACV;KAAC,EAAE;QACF,MAAM,EAAE;YACN,MAAM;SACT;KAAC;CACiD,CAAC;AAEtD,MAAM,CAAC,MAAM,SAAS,GAAG,MAAM,CAAC,wBAAwB,EAAE,CAAC,CAAC,CAAC;AAG7D,MAAM,CAAC,MAAM,gBAAgB,GAAG,QAAQ,CAAC,wBAAwB,CAAC,CAAC;AACnE,MAAM,CAAC,MAAM,eAAe,GAAG,QAAQ,CAAC,wBAAwB,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAE1E,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,QAAgB,EAAwB,EAAE,CACnE,gBAAgB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;AAKjC,kBAAkB;AAClB,MAAM,4BAA4B,GAAG;IACnC,CAAC,KAAK,EAAQ,KAAK,CAAC;IACpB,CAAC,QAAQ,EAAK,QAAQ,CAAC;IACvB,CAAC,UAAU,EAAG,QAAQ,CAAC;IACvB,CAAC,KAAK,EAAQ,QAAQ,CAAC,EAAE,kDAAkD;IAC3E,CAAC,UAAU,EAAG,eAAe,CAAC;IAC9B,CAAC,KAAK,EAAQ,KAAK,CAAC;IACpB,CAAC,OAAO,EAAM,KAAK,CAAC;IACpB,CAAC,MAAM,EAAO,QAAQ,CAAC;CACf,CAAC;AAEX,MAAM,CAAC,MAAM,uBAAuB,GAAG,QAAQ,CAAC,4BAA4B,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Network } from "./networks.js";
|
|
2
2
|
import type { Chain } from "./chains.js";
|
|
3
3
|
/** Default RPC Addresses by network and chain */
|
|
4
|
-
export declare const rpcAddress: (network: Network, chain: Chain) => "" | "https://ethereum-rpc.publicnode.com" | "https://api.mainnet-beta.solana.com" | "https://polygon-bor-rpc.publicnode.com" | "https://bsc-rpc.publicnode.com" | "https://avalanche-c-chain-rpc.publicnode.com" | "https://rpcapi.fantom.network" | "https://celo-rpc.publicnode.com" | "https://moonbeam-rpc.publicnode.com" | "https://rpc.mainnet.sui.io" | "https://fullnode.mainnet.aptoslabs.com/v1" | "https://arb1.arbitrum.io/rpc" | "https://mainnet.optimism.io" | "https://mainnet.base.org" | "https://osmosis-rpc.polkachu.com" | "https://cosmos-rpc.publicnode.com:443" | "https://evmos-rpc.polkachu.com" | "https://sentry.tm.injective.network" | "https://wormchain-rpc.quickapi.com" | "https://sei-rpc.polkachu.com/" | "https://mainnet-api.algonode.cloud" | "https://terra-rpc.polkachu.com" | "https://dymension-rpc.polkachu.com/" | "https://stargaze-rpc.polkachu.com/" | "https://celestia-rpc.polkachu.com/" | "https://neutron-rpc.polkachu.com/" | "https://rpc.blast.io" | "https://rpc.provenance.io/" | "https://noble-rpc.polkachu.com/" | "https://rpc.linea.build" | "https://scroll-rpc.publicnode.com" | "https://xlayerrpc.okx.com/" | "https://gnosis-rpc.publicnode.com" | "https://rpc.mantle.xyz" | "https://public-en.node.kaia.io" | "https://mainnet.snaxchain.io" | "https://rpc.berachain.com" | "https://mainnet.unichain.org" | "https://worldchain-mainnet.g.alchemy.com/public" | "https://rpc-qnd.inkonchain.com" | "https://rpc.soniclabs.com" | "https://rpc.hyperliquid.xyz/evm" | "https://jsonrpc-mezo.boar.network/" | "https://data-seed-prebsc-1-s3.binance.org:8545" | "https://api.avax-test.network/ext/bc/C/rpc" | "https://rpc.testnet.fantom.network" | "https://alfajores-forno.celo-testnet.org" | "https://api.devnet.solana.com" | "https://rpc.api.moonbase.moonbeam.network" | "https://fullnode.testnet.sui.io" | "https://fullnode.testnet.aptoslabs.com/v1" | "https://sei-testnet-rpc.polkachu.com" | "https://testnet.sentry.tm.injective.network" | "https://rpc.testnet.osmosis.zone" | "https://rpc.sentry-02.theta-testnet.polypore.xyz" | "https://evmos-testnet-rpc.polkachu.com" | "https://gateway.testnet.xlabs.xyz/" | "https://ethereum-sepolia.publicnode.com" | "https://testnet-api.algonode.cloud" | "https://terra-testnet-rpc.polkachu.com" | "https://sepolia-rollup.arbitrum.io/rpc" | "https://sepolia.optimism.io" | "https://sepolia.base.org" | "https://rpc-amoy.polygon.technology/" | "https://rpc.testnet.mantle.xyz" | "https://sepolia.blast.io" | "https://bepolia.rpc.berachain.com/" | "https://evm-rpc-testnet.sei-apis.com/" | "https://rpc.sepolia.linea.build" | "https://testrpc.xlayer.tech/" | "https://scroll-sepolia-rpc.publicnode.com" | "https://rpc.chiadochain.net" | "https://public-en-kairos.node.kaia.io" | "https://testnet.snaxchain.io" | "https://sepolia.unichain.org" | "https://worldchain-sepolia.g.alchemy.com/public" | "https://rpc-qnd-sepolia.inkonchain.com" | "https://api.hyperliquid-testnet.xyz/evm" | "https://testnet-rpc.monad.xyz" | "https://noble-testnet-rpc.polkachu.com/" | "https://rpc.test.mezo.org" | "https://rpc.blaze.soniclabs.com" | "https://rpc-converge-testnet-1.t.conduit.xyz" | "https://testnet.fogo.io" | "http://eth-devnet:8545" | "http://eth-devnet2:8545" | "http://solana-devnet:8899";
|
|
4
|
+
export declare const rpcAddress: (network: Network, chain: Chain) => "" | "https://ethereum-rpc.publicnode.com" | "https://api.mainnet-beta.solana.com" | "https://polygon-bor-rpc.publicnode.com" | "https://bsc-rpc.publicnode.com" | "https://avalanche-c-chain-rpc.publicnode.com" | "https://rpcapi.fantom.network" | "https://celo-rpc.publicnode.com" | "https://moonbeam-rpc.publicnode.com" | "https://rpc.mainnet.sui.io" | "https://fullnode.mainnet.aptoslabs.com/v1" | "https://arb1.arbitrum.io/rpc" | "https://mainnet.optimism.io" | "https://mainnet.base.org" | "https://osmosis-rpc.polkachu.com" | "https://cosmos-rpc.publicnode.com:443" | "https://evmos-rpc.polkachu.com" | "https://sentry.tm.injective.network" | "https://wormchain-rpc.quickapi.com" | "https://sei-rpc.polkachu.com/" | "https://mainnet-api.algonode.cloud" | "https://terra-rpc.polkachu.com" | "https://dymension-rpc.polkachu.com/" | "https://stargaze-rpc.polkachu.com/" | "https://celestia-rpc.polkachu.com/" | "https://neutron-rpc.polkachu.com/" | "https://rpc.blast.io" | "https://rpc.provenance.io/" | "https://noble-rpc.polkachu.com/" | "https://rpc.linea.build" | "https://scroll-rpc.publicnode.com" | "https://xlayerrpc.okx.com/" | "https://gnosis-rpc.publicnode.com" | "https://rpc.mantle.xyz" | "https://public-en.node.kaia.io" | "https://mainnet.snaxchain.io" | "https://rpc.berachain.com" | "https://mainnet.unichain.org" | "https://worldchain-mainnet.g.alchemy.com/public" | "https://rpc-qnd.inkonchain.com" | "https://rpc.soniclabs.com" | "https://rpc.hyperliquid.xyz/evm" | "https://jsonrpc-mezo.boar.network/" | "https://rpc.plume.org/" | "https://rpc.xrplevm.org/" | "https://data-seed-prebsc-1-s3.binance.org:8545" | "https://api.avax-test.network/ext/bc/C/rpc" | "https://rpc.testnet.fantom.network" | "https://alfajores-forno.celo-testnet.org" | "https://api.devnet.solana.com" | "https://rpc.api.moonbase.moonbeam.network" | "https://fullnode.testnet.sui.io" | "https://fullnode.testnet.aptoslabs.com/v1" | "https://sei-testnet-rpc.polkachu.com" | "https://testnet.sentry.tm.injective.network" | "https://rpc.testnet.osmosis.zone" | "https://rpc.sentry-02.theta-testnet.polypore.xyz" | "https://evmos-testnet-rpc.polkachu.com" | "https://gateway.testnet.xlabs.xyz/" | "https://ethereum-sepolia.publicnode.com" | "https://testnet-api.algonode.cloud" | "https://terra-testnet-rpc.polkachu.com" | "https://sepolia-rollup.arbitrum.io/rpc" | "https://sepolia.optimism.io" | "https://sepolia.base.org" | "https://rpc-amoy.polygon.technology/" | "https://rpc.testnet.mantle.xyz" | "https://sepolia.blast.io" | "https://bepolia.rpc.berachain.com/" | "https://evm-rpc-testnet.sei-apis.com/" | "https://rpc.sepolia.linea.build" | "https://testrpc.xlayer.tech/" | "https://scroll-sepolia-rpc.publicnode.com" | "https://rpc.chiadochain.net" | "https://public-en-kairos.node.kaia.io" | "https://testnet.snaxchain.io" | "https://sepolia.unichain.org" | "https://worldchain-sepolia.g.alchemy.com/public" | "https://rpc-qnd-sepolia.inkonchain.com" | "https://api.hyperliquid-testnet.xyz/evm" | "https://testnet-rpc.monad.xyz" | "https://noble-testnet-rpc.polkachu.com/" | "https://rpc.test.mezo.org" | "https://rpc.blaze.soniclabs.com" | "https://rpc-converge-testnet-1.t.conduit.xyz" | "https://testnet.fogo.io" | "https://testnet-rpc.plume.org" | "https://rpc.testnet.xrplevm.org/" | "http://eth-devnet:8545" | "http://eth-devnet2:8545" | "http://solana-devnet:8899";
|
|
5
5
|
//# sourceMappingURL=rpc.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rpc.d.ts","sourceRoot":"","sources":["../../../src/constants/rpc.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"rpc.d.ts","sourceRoot":"","sources":["../../../src/constants/rpc.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAwGzC,iDAAiD;AACjD,eAAO,MAAM,UAAU,YAAa,OAAO,SAAS,KAAK,izGAAkC,CAAC"}
|
|
@@ -43,7 +43,9 @@ const rpcConfig = [[
|
|
|
43
43
|
["Ink", "https://rpc-qnd.inkonchain.com"],
|
|
44
44
|
["Sonic", "https://rpc.soniclabs.com"],
|
|
45
45
|
["HyperEVM", "https://rpc.hyperliquid.xyz/evm"],
|
|
46
|
-
["Mezo", "https://jsonrpc-mezo.boar.network/"]
|
|
46
|
+
["Mezo", "https://jsonrpc-mezo.boar.network/"],
|
|
47
|
+
["Plume", "https://rpc.plume.org/"],
|
|
48
|
+
["XRPLEVM", "https://rpc.xrplevm.org/"],
|
|
47
49
|
]
|
|
48
50
|
], [
|
|
49
51
|
"Testnet", [
|
|
@@ -87,7 +89,9 @@ const rpcConfig = [[
|
|
|
87
89
|
["Mezo", "https://rpc.test.mezo.org"],
|
|
88
90
|
["Sonic", "https://rpc.blaze.soniclabs.com"],
|
|
89
91
|
["Converge", "https://rpc-converge-testnet-1.t.conduit.xyz"],
|
|
90
|
-
["Fogo", "https://testnet.fogo.io"]
|
|
92
|
+
["Fogo", "https://testnet.fogo.io"],
|
|
93
|
+
["Plume", "https://testnet-rpc.plume.org"],
|
|
94
|
+
["XRPLEVM", "https://rpc.testnet.xrplevm.org/"],
|
|
91
95
|
]
|
|
92
96
|
], [
|
|
93
97
|
"Devnet", [
|