@wormhole-foundation/sdk-base 3.10.0-beta.0 → 3.11.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 +9 -7
- package/dist/cjs/constants/chains.d.ts.map +1 -1
- package/dist/cjs/constants/chains.js +1 -0
- package/dist/cjs/constants/chains.js.map +1 -1
- package/dist/cjs/constants/circle.d.ts +20 -1
- package/dist/cjs/constants/circle.d.ts.map +1 -1
- package/dist/cjs/constants/circle.js +1 -0
- package/dist/cjs/constants/circle.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/executor.d.ts +1 -1
- package/dist/cjs/constants/contracts/executor.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/executor.js +2 -0
- package/dist/cjs/constants/contracts/executor.js.map +1 -1
- package/dist/cjs/constants/contracts/executorTokenBridge.d.ts +5 -0
- package/dist/cjs/constants/contracts/executorTokenBridge.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/executorTokenBridge.js +2 -0
- package/dist/cjs/constants/contracts/executorTokenBridge.js.map +1 -1
- package/dist/cjs/constants/contracts/index.d.ts +300 -10
- package/dist/cjs/constants/contracts/index.d.ts.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 +4 -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 +8 -6
- package/dist/cjs/constants/finality.d.ts.map +1 -1
- package/dist/cjs/constants/finality.js +6 -5
- 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 +4 -3
- package/dist/cjs/constants/platforms.d.ts.map +1 -1
- package/dist/cjs/constants/platforms.js +1 -0
- 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 -1
- package/dist/cjs/constants/rpc.js.map +1 -1
- package/dist/esm/constants/chains.d.ts +9 -7
- package/dist/esm/constants/chains.d.ts.map +1 -1
- package/dist/esm/constants/chains.js +1 -0
- package/dist/esm/constants/chains.js.map +1 -1
- package/dist/esm/constants/circle.d.ts +20 -1
- package/dist/esm/constants/circle.d.ts.map +1 -1
- package/dist/esm/constants/circle.js +1 -0
- package/dist/esm/constants/circle.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/executor.d.ts +1 -1
- package/dist/esm/constants/contracts/executor.d.ts.map +1 -1
- package/dist/esm/constants/contracts/executor.js +2 -0
- package/dist/esm/constants/contracts/executor.js.map +1 -1
- package/dist/esm/constants/contracts/executorTokenBridge.d.ts +5 -0
- package/dist/esm/constants/contracts/executorTokenBridge.d.ts.map +1 -1
- package/dist/esm/constants/contracts/executorTokenBridge.js +2 -0
- package/dist/esm/constants/contracts/executorTokenBridge.js.map +1 -1
- package/dist/esm/constants/contracts/index.d.ts +300 -10
- package/dist/esm/constants/contracts/index.d.ts.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 +4 -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 +8 -6
- package/dist/esm/constants/finality.d.ts.map +1 -1
- package/dist/esm/constants/finality.js +6 -5
- 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 +4 -3
- package/dist/esm/constants/platforms.d.ts.map +1 -1
- package/dist/esm/constants/platforms.js +1 -0
- 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 -1
- package/dist/esm/constants/rpc.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 ["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 ["Klaytn", 8217n], readonly ["Moonbeam", 1284n], 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 ["Linea", 59144n], readonly ["Berachain", 80094n], readonly ["Seievm", 1329n], readonly ["Unichain", 130n], readonly ["Worldchain", 480n], readonly ["Ink", 57073n], readonly ["Sonic", 146n], readonly ["HyperEVM", 999n], readonly ["HyperCore", 65000n], readonly ["Mezo", 31612n], readonly ["Plume", 98866n], readonly ["XRPLEVM", 1440000n], readonly ["Stacks", 1n], readonly ["CreditCoin", 102030n]]], 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 ["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 ["Klaytn", 1001n], readonly ["Moonbeam", 1287n], 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 ["Mantle", 5003n], readonly ["Scroll", 534351n], readonly ["Berachain", 80069n], readonly ["Seievm", 1328n], readonly ["Unichain", 1301n], readonly ["Worldchain", 4801n], readonly ["Ink", 763373n], readonly ["HyperEVM", 998n], readonly ["HyperCore", 65000n], 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 ["Stacks", 2147483648n]]], 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"], readonly ["Stacks", 2147483648n]]]];
|
|
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 ["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 ["Klaytn", 8217n], readonly ["Moonbeam", 1284n], 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 ["Linea", 59144n], readonly ["Berachain", 80094n], readonly ["Seievm", 1329n], readonly ["Unichain", 130n], readonly ["Worldchain", 480n], readonly ["Ink", 57073n], readonly ["Sonic", 146n], readonly ["HyperEVM", 999n], readonly ["HyperCore", 65000n], readonly ["Mezo", 31612n], readonly ["Plume", 98866n], readonly ["XRPLEVM", 1440000n], readonly ["Stacks", 1n], readonly ["CreditCoin", 102030n], readonly ["Monad", 143n], readonly ["Fogo", "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT"], readonly ["Moca", 2288n]]], 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 ["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 ["Klaytn", 1001n], readonly ["Moonbeam", 1287n], 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 ["Mantle", 5003n], readonly ["Scroll", 534351n], readonly ["Berachain", 80069n], readonly ["Seievm", 1328n], readonly ["Unichain", 1301n], readonly ["Worldchain", 4801n], readonly ["Ink", 763373n], readonly ["HyperEVM", 998n], readonly ["HyperCore", 65000n], 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 ["Stacks", 2147483648n], readonly ["Moca", 222888n]]], 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"], readonly ["Stacks", 2147483648n]]]];
|
|
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,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
50
50
|
readonly XRPLEVM: 1440000n;
|
|
51
51
|
readonly Stacks: 1n;
|
|
52
52
|
readonly CreditCoin: 102030n;
|
|
53
|
+
readonly Monad: 143n;
|
|
54
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
55
|
+
readonly Moca: 2288n;
|
|
53
56
|
};
|
|
54
57
|
readonly Testnet: {
|
|
55
58
|
readonly Aptos: 2n;
|
|
@@ -104,6 +107,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
104
107
|
readonly Plume: 98867n;
|
|
105
108
|
readonly XRPLEVM: 1449000n;
|
|
106
109
|
readonly Stacks: 2147483648n;
|
|
110
|
+
readonly Moca: 222888n;
|
|
107
111
|
};
|
|
108
112
|
readonly Devnet: {
|
|
109
113
|
readonly Aptos: 0n;
|
|
@@ -162,6 +166,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
162
166
|
readonly XRPLEVM: 1440000n;
|
|
163
167
|
readonly Stacks: 1n;
|
|
164
168
|
readonly CreditCoin: 102030n;
|
|
169
|
+
readonly Monad: 143n;
|
|
170
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
171
|
+
readonly Moca: 2288n;
|
|
165
172
|
};
|
|
166
173
|
readonly Testnet: {
|
|
167
174
|
readonly Aptos: 2n;
|
|
@@ -216,6 +223,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
216
223
|
readonly Plume: 98867n;
|
|
217
224
|
readonly XRPLEVM: 1449000n;
|
|
218
225
|
readonly Stacks: 2147483648n;
|
|
226
|
+
readonly Moca: 222888n;
|
|
219
227
|
};
|
|
220
228
|
readonly Devnet: {
|
|
221
229
|
readonly Aptos: 0n;
|
|
@@ -274,6 +282,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
274
282
|
readonly XRPLEVM: 1440000n;
|
|
275
283
|
readonly Stacks: 1n;
|
|
276
284
|
readonly CreditCoin: 102030n;
|
|
285
|
+
readonly Monad: 143n;
|
|
286
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
287
|
+
readonly Moca: 2288n;
|
|
277
288
|
};
|
|
278
289
|
readonly Testnet: {
|
|
279
290
|
readonly Aptos: 2n;
|
|
@@ -328,6 +339,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
328
339
|
readonly Plume: 98867n;
|
|
329
340
|
readonly XRPLEVM: 1449000n;
|
|
330
341
|
readonly Stacks: 2147483648n;
|
|
342
|
+
readonly Moca: 222888n;
|
|
331
343
|
};
|
|
332
344
|
readonly Devnet: {
|
|
333
345
|
readonly Aptos: 0n;
|
|
@@ -386,6 +398,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
386
398
|
readonly XRPLEVM: 1440000n;
|
|
387
399
|
readonly Stacks: 1n;
|
|
388
400
|
readonly CreditCoin: 102030n;
|
|
401
|
+
readonly Monad: 143n;
|
|
402
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
403
|
+
readonly Moca: 2288n;
|
|
389
404
|
};
|
|
390
405
|
readonly Testnet: {
|
|
391
406
|
readonly Aptos: 2n;
|
|
@@ -440,6 +455,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
440
455
|
readonly Plume: 98867n;
|
|
441
456
|
readonly XRPLEVM: 1449000n;
|
|
442
457
|
readonly Stacks: 2147483648n;
|
|
458
|
+
readonly Moca: 222888n;
|
|
443
459
|
};
|
|
444
460
|
readonly Devnet: {
|
|
445
461
|
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" | "wormchain" | "kaiyo-1" | "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" | "35834a8a" | 42161n | 43114n | 8453n | 56n | 42220n | 250n | 8217n | 1284n | 137n | "neutron-1" | "stargaze-1" | "celestia" | "dymension_1100-1" | "pio-mainnet-1" | "noble-1" | 196n | 5000n | 534352n | 59144n | 80094n | 1329n | 130n | 480n | 57073n | 146n | 999n | 65000n | 31612n | 98866n | 1440000n | 102030n | "testnet-v1.0" | "testnet" | "theta-testnet-001" | "evmos_9000-4" | "injective-888" | "osmo-test-5" | "atlantic-2" | "wormchain-testnet-0" | "harpoon-4" | "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG" | "4c78adac" | 421613n | 43113n | 84531n | 97n | 44787n | 5n | 4002n | 1001n | 1287n | 420n | 80001n | 11155111n | 421614n | 84532n | 11155420n | 80002n | 17000n | "pion-1" | "mocha-4" | "seda-1-testnet" | "grand-1" | 5003n | 534351n | 80069n | 1328n | 1301n | 4801n | 763373n | 998n | 195n | 59141n | 10143n | 31611n | 57054n | 52085145n | "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9" | 98867n | 1449000n | 2147483648n | "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" | "wormchain" | "kaiyo-1" | "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" | "35834a8a" | 42161n | 43114n | 8453n | 56n | 42220n | 250n | 8217n | 1284n | 137n | "neutron-1" | "stargaze-1" | "celestia" | "dymension_1100-1" | "pio-mainnet-1" | "noble-1" | 196n | 5000n | 534352n | 59144n | 80094n | 1329n | 130n | 480n | 57073n | 146n | 999n | 65000n | 31612n | 98866n | 1440000n | 102030n | 143n | "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT" | 2288n | "testnet-v1.0" | "testnet" | "theta-testnet-001" | "evmos_9000-4" | "injective-888" | "osmo-test-5" | "atlantic-2" | "wormchain-testnet-0" | "harpoon-4" | "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG" | "4c78adac" | 421613n | 43113n | 84531n | 97n | 44787n | 5n | 4002n | 1001n | 1287n | 420n | 80001n | 11155111n | 421614n | 84532n | 11155420n | 80002n | 17000n | "pion-1" | "mocha-4" | "seda-1-testnet" | "grand-1" | 5003n | 534351n | 80069n | 1328n | 1301n | 4801n | 763373n | 998n | 195n | 59141n | 10143n | 31611n | 57054n | 52085145n | "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9" | 98867n | 1449000n | 2147483648n | 222888n | "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,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
506
522
|
readonly XRPLEVM: 1440000n;
|
|
507
523
|
readonly Stacks: 1n;
|
|
508
524
|
readonly CreditCoin: 102030n;
|
|
525
|
+
readonly Monad: 143n;
|
|
526
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
527
|
+
readonly Moca: 2288n;
|
|
509
528
|
};
|
|
510
529
|
readonly Testnet: {
|
|
511
530
|
readonly Aptos: 2n;
|
|
@@ -560,6 +579,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
560
579
|
readonly Plume: 98867n;
|
|
561
580
|
readonly XRPLEVM: 1449000n;
|
|
562
581
|
readonly Stacks: 2147483648n;
|
|
582
|
+
readonly Moca: 222888n;
|
|
563
583
|
};
|
|
564
584
|
readonly Devnet: {
|
|
565
585
|
readonly Aptos: 0n;
|
|
@@ -622,6 +642,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
622
642
|
readonly XRPLEVM: 1440000n;
|
|
623
643
|
readonly Stacks: 1n;
|
|
624
644
|
readonly CreditCoin: 102030n;
|
|
645
|
+
readonly Monad: 143n;
|
|
646
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
647
|
+
readonly Moca: 2288n;
|
|
625
648
|
};
|
|
626
649
|
readonly Testnet: {
|
|
627
650
|
readonly Aptos: 2n;
|
|
@@ -676,6 +699,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
676
699
|
readonly Plume: 98867n;
|
|
677
700
|
readonly XRPLEVM: 1449000n;
|
|
678
701
|
readonly Stacks: 2147483648n;
|
|
702
|
+
readonly Moca: 222888n;
|
|
679
703
|
};
|
|
680
704
|
readonly Devnet: {
|
|
681
705
|
readonly Aptos: 0n;
|
|
@@ -734,6 +758,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
734
758
|
readonly XRPLEVM: 1440000n;
|
|
735
759
|
readonly Stacks: 1n;
|
|
736
760
|
readonly CreditCoin: 102030n;
|
|
761
|
+
readonly Monad: 143n;
|
|
762
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
763
|
+
readonly Moca: 2288n;
|
|
737
764
|
};
|
|
738
765
|
readonly Testnet: {
|
|
739
766
|
readonly Aptos: 2n;
|
|
@@ -788,6 +815,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
788
815
|
readonly Plume: 98867n;
|
|
789
816
|
readonly XRPLEVM: 1449000n;
|
|
790
817
|
readonly Stacks: 2147483648n;
|
|
818
|
+
readonly Moca: 222888n;
|
|
791
819
|
};
|
|
792
820
|
readonly Devnet: {
|
|
793
821
|
readonly Aptos: 0n;
|
|
@@ -846,6 +874,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
846
874
|
readonly XRPLEVM: 1440000n;
|
|
847
875
|
readonly Stacks: 1n;
|
|
848
876
|
readonly CreditCoin: 102030n;
|
|
877
|
+
readonly Monad: 143n;
|
|
878
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
879
|
+
readonly Moca: 2288n;
|
|
849
880
|
};
|
|
850
881
|
readonly Testnet: {
|
|
851
882
|
readonly Aptos: 2n;
|
|
@@ -900,6 +931,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
900
931
|
readonly Plume: 98867n;
|
|
901
932
|
readonly XRPLEVM: 1449000n;
|
|
902
933
|
readonly Stacks: 2147483648n;
|
|
934
|
+
readonly Moca: 222888n;
|
|
903
935
|
};
|
|
904
936
|
readonly Devnet: {
|
|
905
937
|
readonly Aptos: 0n;
|
|
@@ -958,6 +990,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
958
990
|
readonly XRPLEVM: 1440000n;
|
|
959
991
|
readonly Stacks: 1n;
|
|
960
992
|
readonly CreditCoin: 102030n;
|
|
993
|
+
readonly Monad: 143n;
|
|
994
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
995
|
+
readonly Moca: 2288n;
|
|
961
996
|
};
|
|
962
997
|
readonly Testnet: {
|
|
963
998
|
readonly Aptos: 2n;
|
|
@@ -1012,6 +1047,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1012
1047
|
readonly Plume: 98867n;
|
|
1013
1048
|
readonly XRPLEVM: 1449000n;
|
|
1014
1049
|
readonly Stacks: 2147483648n;
|
|
1050
|
+
readonly Moca: 222888n;
|
|
1015
1051
|
};
|
|
1016
1052
|
readonly Devnet: {
|
|
1017
1053
|
readonly Aptos: 0n;
|
|
@@ -1075,6 +1111,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1075
1111
|
readonly XRPLEVM: 1440000n;
|
|
1076
1112
|
readonly Stacks: 1n;
|
|
1077
1113
|
readonly CreditCoin: 102030n;
|
|
1114
|
+
readonly Monad: 143n;
|
|
1115
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
1116
|
+
readonly Moca: 2288n;
|
|
1078
1117
|
};
|
|
1079
1118
|
readonly Testnet: {
|
|
1080
1119
|
readonly Aptos: 2n;
|
|
@@ -1129,6 +1168,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1129
1168
|
readonly Plume: 98867n;
|
|
1130
1169
|
readonly XRPLEVM: 1449000n;
|
|
1131
1170
|
readonly Stacks: 2147483648n;
|
|
1171
|
+
readonly Moca: 222888n;
|
|
1132
1172
|
};
|
|
1133
1173
|
readonly Devnet: {
|
|
1134
1174
|
readonly Aptos: 0n;
|
|
@@ -1187,6 +1227,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1187
1227
|
readonly XRPLEVM: 1440000n;
|
|
1188
1228
|
readonly Stacks: 1n;
|
|
1189
1229
|
readonly CreditCoin: 102030n;
|
|
1230
|
+
readonly Monad: 143n;
|
|
1231
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
1232
|
+
readonly Moca: 2288n;
|
|
1190
1233
|
};
|
|
1191
1234
|
readonly Testnet: {
|
|
1192
1235
|
readonly Aptos: 2n;
|
|
@@ -1241,6 +1284,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1241
1284
|
readonly Plume: 98867n;
|
|
1242
1285
|
readonly XRPLEVM: 1449000n;
|
|
1243
1286
|
readonly Stacks: 2147483648n;
|
|
1287
|
+
readonly Moca: 222888n;
|
|
1244
1288
|
};
|
|
1245
1289
|
readonly Devnet: {
|
|
1246
1290
|
readonly Aptos: 0n;
|
|
@@ -1299,6 +1343,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1299
1343
|
readonly XRPLEVM: 1440000n;
|
|
1300
1344
|
readonly Stacks: 1n;
|
|
1301
1345
|
readonly CreditCoin: 102030n;
|
|
1346
|
+
readonly Monad: 143n;
|
|
1347
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
1348
|
+
readonly Moca: 2288n;
|
|
1302
1349
|
};
|
|
1303
1350
|
readonly Testnet: {
|
|
1304
1351
|
readonly Aptos: 2n;
|
|
@@ -1353,6 +1400,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1353
1400
|
readonly Plume: 98867n;
|
|
1354
1401
|
readonly XRPLEVM: 1449000n;
|
|
1355
1402
|
readonly Stacks: 2147483648n;
|
|
1403
|
+
readonly Moca: 222888n;
|
|
1356
1404
|
};
|
|
1357
1405
|
readonly Devnet: {
|
|
1358
1406
|
readonly Aptos: 0n;
|
|
@@ -1411,6 +1459,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1411
1459
|
readonly XRPLEVM: 1440000n;
|
|
1412
1460
|
readonly Stacks: 1n;
|
|
1413
1461
|
readonly CreditCoin: 102030n;
|
|
1462
|
+
readonly Monad: 143n;
|
|
1463
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
1464
|
+
readonly Moca: 2288n;
|
|
1414
1465
|
};
|
|
1415
1466
|
readonly Testnet: {
|
|
1416
1467
|
readonly Aptos: 2n;
|
|
@@ -1465,6 +1516,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1465
1516
|
readonly Plume: 98867n;
|
|
1466
1517
|
readonly XRPLEVM: 1449000n;
|
|
1467
1518
|
readonly Stacks: 2147483648n;
|
|
1519
|
+
readonly Moca: 222888n;
|
|
1468
1520
|
};
|
|
1469
1521
|
readonly Devnet: {
|
|
1470
1522
|
readonly Aptos: 0n;
|
|
@@ -1524,6 +1576,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1524
1576
|
readonly XRPLEVM: 1440000n;
|
|
1525
1577
|
readonly Stacks: 1n;
|
|
1526
1578
|
readonly CreditCoin: 102030n;
|
|
1579
|
+
readonly Monad: 143n;
|
|
1580
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
1581
|
+
readonly Moca: 2288n;
|
|
1527
1582
|
};
|
|
1528
1583
|
readonly Testnet: {
|
|
1529
1584
|
readonly Aptos: 2n;
|
|
@@ -1578,6 +1633,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1578
1633
|
readonly Plume: 98867n;
|
|
1579
1634
|
readonly XRPLEVM: 1449000n;
|
|
1580
1635
|
readonly Stacks: 2147483648n;
|
|
1636
|
+
readonly Moca: 222888n;
|
|
1581
1637
|
};
|
|
1582
1638
|
readonly Devnet: {
|
|
1583
1639
|
readonly Aptos: 0n;
|
|
@@ -1636,6 +1692,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1636
1692
|
readonly XRPLEVM: 1440000n;
|
|
1637
1693
|
readonly Stacks: 1n;
|
|
1638
1694
|
readonly CreditCoin: 102030n;
|
|
1695
|
+
readonly Monad: 143n;
|
|
1696
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
1697
|
+
readonly Moca: 2288n;
|
|
1639
1698
|
};
|
|
1640
1699
|
readonly Testnet: {
|
|
1641
1700
|
readonly Aptos: 2n;
|
|
@@ -1690,6 +1749,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1690
1749
|
readonly Plume: 98867n;
|
|
1691
1750
|
readonly XRPLEVM: 1449000n;
|
|
1692
1751
|
readonly Stacks: 2147483648n;
|
|
1752
|
+
readonly Moca: 222888n;
|
|
1693
1753
|
};
|
|
1694
1754
|
readonly Devnet: {
|
|
1695
1755
|
readonly Aptos: 0n;
|
|
@@ -1748,6 +1808,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1748
1808
|
readonly XRPLEVM: 1440000n;
|
|
1749
1809
|
readonly Stacks: 1n;
|
|
1750
1810
|
readonly CreditCoin: 102030n;
|
|
1811
|
+
readonly Monad: 143n;
|
|
1812
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
1813
|
+
readonly Moca: 2288n;
|
|
1751
1814
|
};
|
|
1752
1815
|
readonly Testnet: {
|
|
1753
1816
|
readonly Aptos: 2n;
|
|
@@ -1802,6 +1865,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1802
1865
|
readonly Plume: 98867n;
|
|
1803
1866
|
readonly XRPLEVM: 1449000n;
|
|
1804
1867
|
readonly Stacks: 2147483648n;
|
|
1868
|
+
readonly Moca: 222888n;
|
|
1805
1869
|
};
|
|
1806
1870
|
readonly Devnet: {
|
|
1807
1871
|
readonly Aptos: 0n;
|
|
@@ -1860,6 +1924,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1860
1924
|
readonly XRPLEVM: 1440000n;
|
|
1861
1925
|
readonly Stacks: 1n;
|
|
1862
1926
|
readonly CreditCoin: 102030n;
|
|
1927
|
+
readonly Monad: 143n;
|
|
1928
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
1929
|
+
readonly Moca: 2288n;
|
|
1863
1930
|
};
|
|
1864
1931
|
readonly Testnet: {
|
|
1865
1932
|
readonly Aptos: 2n;
|
|
@@ -1914,6 +1981,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1914
1981
|
readonly Plume: 98867n;
|
|
1915
1982
|
readonly XRPLEVM: 1449000n;
|
|
1916
1983
|
readonly Stacks: 2147483648n;
|
|
1984
|
+
readonly Moca: 222888n;
|
|
1917
1985
|
};
|
|
1918
1986
|
readonly Devnet: {
|
|
1919
1987
|
readonly Aptos: 0n;
|
|
@@ -1972,6 +2040,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1972
2040
|
readonly XRPLEVM: 1440000n;
|
|
1973
2041
|
readonly Stacks: 1n;
|
|
1974
2042
|
readonly CreditCoin: 102030n;
|
|
2043
|
+
readonly Monad: 143n;
|
|
2044
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
2045
|
+
readonly Moca: 2288n;
|
|
1975
2046
|
};
|
|
1976
2047
|
readonly Testnet: {
|
|
1977
2048
|
readonly Aptos: 2n;
|
|
@@ -2026,6 +2097,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2026
2097
|
readonly Plume: 98867n;
|
|
2027
2098
|
readonly XRPLEVM: 1449000n;
|
|
2028
2099
|
readonly Stacks: 2147483648n;
|
|
2100
|
+
readonly Moca: 222888n;
|
|
2029
2101
|
};
|
|
2030
2102
|
readonly Devnet: {
|
|
2031
2103
|
readonly Aptos: 0n;
|
|
@@ -2084,6 +2156,9 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2084
2156
|
readonly XRPLEVM: 1440000n;
|
|
2085
2157
|
readonly Stacks: 1n;
|
|
2086
2158
|
readonly CreditCoin: 102030n;
|
|
2159
|
+
readonly Monad: 143n;
|
|
2160
|
+
readonly Fogo: "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT";
|
|
2161
|
+
readonly Moca: 2288n;
|
|
2087
2162
|
};
|
|
2088
2163
|
readonly Testnet: {
|
|
2089
2164
|
readonly Aptos: 2n;
|
|
@@ -2138,6 +2213,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2138
2213
|
readonly Plume: 98867n;
|
|
2139
2214
|
readonly XRPLEVM: 1449000n;
|
|
2140
2215
|
readonly Stacks: 2147483648n;
|
|
2216
|
+
readonly Moca: 222888n;
|
|
2141
2217
|
};
|
|
2142
2218
|
readonly Devnet: {
|
|
2143
2219
|
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" | "wormchain" | "kaiyo-1" | "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" | "35834a8a" | 42161n | 43114n | 8453n | 56n | 42220n | 250n | 8217n | 1284n | 137n | "neutron-1" | "stargaze-1" | "celestia" | "dymension_1100-1" | "pio-mainnet-1" | "noble-1" | 196n | 5000n | 534352n | 59144n | 80094n | 1329n | 130n | 480n | 57073n | 146n | 999n | 65000n | 31612n | 98866n | 1440000n | 102030n | "testnet-v1.0" | "testnet" | "theta-testnet-001" | "evmos_9000-4" | "injective-888" | "osmo-test-5" | "atlantic-2" | "wormchain-testnet-0" | "harpoon-4" | "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG" | "4c78adac" | 421613n | 43113n | 84531n | 97n | 44787n | 5n | 4002n | 1001n | 1287n | 420n | 80001n | 11155111n | 421614n | 84532n | 11155420n | 80002n | 17000n | "pion-1" | "mocha-4" | "seda-1-testnet" | "grand-1" | 5003n | 534351n | 80069n | 1328n | 1301n | 4801n | 763373n | 998n | 195n | 59141n | 10143n | 31611n | 57054n | 52085145n | "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9" | 98867n | 1449000n | 2147483648n | "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" | "wormchain" | "kaiyo-1" | "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" | "35834a8a" | 42161n | 43114n | 8453n | 56n | 42220n | 250n | 8217n | 1284n | 137n | "neutron-1" | "stargaze-1" | "celestia" | "dymension_1100-1" | "pio-mainnet-1" | "noble-1" | 196n | 5000n | 534352n | 59144n | 80094n | 1329n | 130n | 480n | 57073n | 146n | 999n | 65000n | 31612n | 98866n | 1440000n | 102030n | 143n | "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT" | 2288n | "testnet-v1.0" | "testnet" | "theta-testnet-001" | "evmos_9000-4" | "injective-888" | "osmo-test-5" | "atlantic-2" | "wormchain-testnet-0" | "harpoon-4" | "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG" | "4c78adac" | 421613n | 43113n | 84531n | 97n | 44787n | 5n | 4002n | 1001n | 1287n | 420n | 80001n | 11155111n | 421614n | 84532n | 11155420n | 80002n | 17000n | "pion-1" | "mocha-4" | "seda-1-testnet" | "grand-1" | 5003n | 534351n | 80069n | 1328n | 1301n | 4801n | 763373n | 998n | 195n | 59141n | 10143n | 31611n | 57054n | 52085145n | "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9" | 98867n | 1449000n | 2147483648n | 222888n | "sandnet-v1.0" | 1397n | 1337n | "injective_devnet_fake" | "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn">(args_0: K1) => {
|
|
2157
2233
|
"bigint(1)": [["Mainnet", "Aptos"], ["Mainnet", "Ethereum"], ["Mainnet", "Stacks"]];
|
|
2158
2234
|
"mainnet-v1.0": [["Mainnet", "Algorand"]];
|
|
2159
2235
|
mainnet: [["Mainnet", "Near"]];
|
|
@@ -2198,6 +2274,9 @@ declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n
|
|
|
2198
2274
|
"bigint(98866)": [["Mainnet", "Plume"]];
|
|
2199
2275
|
"bigint(1440000)": [["Mainnet", "XRPLEVM"]];
|
|
2200
2276
|
"bigint(102030)": [["Mainnet", "CreditCoin"]];
|
|
2277
|
+
"bigint(143)": [["Mainnet", "Monad"]];
|
|
2278
|
+
CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT: [["Mainnet", "Fogo"]];
|
|
2279
|
+
"bigint(2288)": [["Mainnet", "Moca"]];
|
|
2201
2280
|
"bigint(2)": [["Testnet", "Aptos"]];
|
|
2202
2281
|
"testnet-v1.0": [["Testnet", "Algorand"]];
|
|
2203
2282
|
testnet: [["Testnet", "Near"]];
|
|
@@ -2249,6 +2328,7 @@ declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n
|
|
|
2249
2328
|
"bigint(98867)": [["Testnet", "Plume"]];
|
|
2250
2329
|
"bigint(1449000)": [["Testnet", "XRPLEVM"]];
|
|
2251
2330
|
"bigint(2147483648)": [["Testnet", "Stacks"], ["Devnet", "Stacks"]];
|
|
2331
|
+
"bigint(222888)": [["Testnet", "Moca"]];
|
|
2252
2332
|
"bigint(0)": [["Devnet", "Aptos"]];
|
|
2253
2333
|
"sandnet-v1.0": [["Devnet", "Algorand"]];
|
|
2254
2334
|
"bigint(1397)": [["Devnet", "Bsc"]];
|
|
@@ -2257,7 +2337,7 @@ declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n
|
|
|
2257
2337
|
"8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn": [["Devnet", "Solana"]];
|
|
2258
2338
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1]) & {
|
|
2259
2339
|
readonly has: (args_0: string | bigint) => boolean;
|
|
2260
|
-
readonly get: (args_0: string | bigint) => [["Mainnet", "Aptos"], ["Mainnet", "Ethereum"], ["Mainnet", "Stacks"]] | [["Mainnet", "Algorand"]] | [["Mainnet", "Near"]] | [["Mainnet", "Cosmoshub"]] | [["Mainnet", "Evmos"]] | [["Mainnet", "Injective"]] | [["Mainnet", "Osmosis"]] | [["Mainnet", "Sei"]] | [["Mainnet", "Wormchain"]] | [["Mainnet", "Kujira"]] | [["Mainnet", "Solana"]] | [["Mainnet", "Sui"]] | [["Mainnet", "Arbitrum"]] | [["Mainnet", "Avalanche"]] | [["Mainnet", "Base"]] | [["Mainnet", "Bsc"]] | [["Mainnet", "Celo"]] | [["Mainnet", "Fantom"]] | [["Mainnet", "Klaytn"]] | [["Mainnet", "Moonbeam"]] | [["Mainnet", "Optimism"]] | [["Mainnet", "Polygon"]] | [["Mainnet", "Neutron"]] | [["Mainnet", "Stargaze"]] | [["Mainnet", "Celestia"]] | [["Mainnet", "Dymension"]] | [["Mainnet", "Provenance"]] | [["Mainnet", "Noble"]] | [["Mainnet", "Xlayer"]] | [["Mainnet", "Mantle"]] | [["Mainnet", "Scroll"]] | [["Mainnet", "Linea"]] | [["Mainnet", "Berachain"]] | [["Mainnet", "Seievm"]] | [["Mainnet", "Unichain"]] | [["Mainnet", "Worldchain"]] | [["Mainnet", "Ink"]] | [["Mainnet", "Sonic"]] | [["Mainnet", "HyperEVM"]] | [["Mainnet", "HyperCore"], ["Testnet", "HyperCore"]] | [["Mainnet", "Mezo"]] | [["Mainnet", "Plume"]] | [["Mainnet", "XRPLEVM"]] | [["Mainnet", "CreditCoin"]] | [["Testnet", "Aptos"]] | [["Testnet", "Algorand"]] | [["Testnet", "Near"]] | [["Testnet", "Cosmoshub"]] | [["Testnet", "Evmos"]] | [["Testnet", "Injective"]] | [["Testnet", "Osmosis"]] | [["Testnet", "Sei"]] | [["Testnet", "Wormchain"]] | [["Testnet", "Kujira"]] | [["Testnet", "Solana"]] | [["Testnet", "Sui"]] | [["Testnet", "Arbitrum"]] | [["Testnet", "Avalanche"]] | [["Testnet", "Base"]] | [["Testnet", "Bsc"]] | [["Testnet", "Celo"]] | [["Testnet", "Ethereum"]] | [["Testnet", "Fantom"]] | [["Testnet", "Klaytn"]] | [["Testnet", "Moonbeam"]] | [["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", "Mantle"]] | [["Testnet", "Scroll"]] | [["Testnet", "Berachain"]] | [["Testnet", "Seievm"]] | [["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"]] | [["Testnet", "Stacks"], ["Devnet", "Stacks"]] | [["Devnet", "Aptos"]] | [["Devnet", "Algorand"]] | [["Devnet", "Bsc"]] | [["Devnet", "Ethereum"]] | [["Devnet", "Injective"]] | [["Devnet", "Solana"]] | undefined;
|
|
2340
|
+
readonly get: (args_0: string | bigint) => [["Mainnet", "Aptos"], ["Mainnet", "Ethereum"], ["Mainnet", "Stacks"]] | [["Mainnet", "Algorand"]] | [["Mainnet", "Near"]] | [["Mainnet", "Cosmoshub"]] | [["Mainnet", "Evmos"]] | [["Mainnet", "Injective"]] | [["Mainnet", "Osmosis"]] | [["Mainnet", "Sei"]] | [["Mainnet", "Wormchain"]] | [["Mainnet", "Kujira"]] | [["Mainnet", "Solana"]] | [["Mainnet", "Sui"]] | [["Mainnet", "Arbitrum"]] | [["Mainnet", "Avalanche"]] | [["Mainnet", "Base"]] | [["Mainnet", "Bsc"]] | [["Mainnet", "Celo"]] | [["Mainnet", "Fantom"]] | [["Mainnet", "Klaytn"]] | [["Mainnet", "Moonbeam"]] | [["Mainnet", "Optimism"]] | [["Mainnet", "Polygon"]] | [["Mainnet", "Neutron"]] | [["Mainnet", "Stargaze"]] | [["Mainnet", "Celestia"]] | [["Mainnet", "Dymension"]] | [["Mainnet", "Provenance"]] | [["Mainnet", "Noble"]] | [["Mainnet", "Xlayer"]] | [["Mainnet", "Mantle"]] | [["Mainnet", "Scroll"]] | [["Mainnet", "Linea"]] | [["Mainnet", "Berachain"]] | [["Mainnet", "Seievm"]] | [["Mainnet", "Unichain"]] | [["Mainnet", "Worldchain"]] | [["Mainnet", "Ink"]] | [["Mainnet", "Sonic"]] | [["Mainnet", "HyperEVM"]] | [["Mainnet", "HyperCore"], ["Testnet", "HyperCore"]] | [["Mainnet", "Mezo"]] | [["Mainnet", "Plume"]] | [["Mainnet", "XRPLEVM"]] | [["Mainnet", "CreditCoin"]] | [["Mainnet", "Monad"]] | [["Mainnet", "Fogo"]] | [["Mainnet", "Moca"]] | [["Testnet", "Aptos"]] | [["Testnet", "Algorand"]] | [["Testnet", "Near"]] | [["Testnet", "Cosmoshub"]] | [["Testnet", "Evmos"]] | [["Testnet", "Injective"]] | [["Testnet", "Osmosis"]] | [["Testnet", "Sei"]] | [["Testnet", "Wormchain"]] | [["Testnet", "Kujira"]] | [["Testnet", "Solana"]] | [["Testnet", "Sui"]] | [["Testnet", "Arbitrum"]] | [["Testnet", "Avalanche"]] | [["Testnet", "Base"]] | [["Testnet", "Bsc"]] | [["Testnet", "Celo"]] | [["Testnet", "Ethereum"]] | [["Testnet", "Fantom"]] | [["Testnet", "Klaytn"]] | [["Testnet", "Moonbeam"]] | [["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", "Mantle"]] | [["Testnet", "Scroll"]] | [["Testnet", "Berachain"]] | [["Testnet", "Seievm"]] | [["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"]] | [["Testnet", "Stacks"], ["Devnet", "Stacks"]] | [["Testnet", "Moca"]] | [["Devnet", "Aptos"]] | [["Devnet", "Algorand"]] | [["Devnet", "Bsc"]] | [["Devnet", "Ethereum"]] | [["Devnet", "Injective"]] | [["Devnet", "Solana"]] | undefined;
|
|
2261
2341
|
};
|
|
2262
2342
|
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;
|
|
2263
2343
|
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,ooHA6H2B,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"}
|
|
@@ -54,6 +54,9 @@ const chainNetworkNativeChainIdEntries = [
|
|
|
54
54
|
["XRPLEVM", 1440000n],
|
|
55
55
|
["Stacks", 1n],
|
|
56
56
|
["CreditCoin", 102030n],
|
|
57
|
+
["Monad", 143n],
|
|
58
|
+
["Fogo", "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT"], // genesis hash
|
|
59
|
+
["Moca", 2288n],
|
|
57
60
|
],
|
|
58
61
|
],
|
|
59
62
|
[
|
|
@@ -111,6 +114,7 @@ const chainNetworkNativeChainIdEntries = [
|
|
|
111
114
|
["Plume", 98867n],
|
|
112
115
|
["XRPLEVM", 1449000n],
|
|
113
116
|
["Stacks", 2147483648n],
|
|
117
|
+
["Moca", 222888n],
|
|
114
118
|
],
|
|
115
119
|
],
|
|
116
120
|
[
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nativeChainIds.js","sourceRoot":"","sources":["../../../src/constants/nativeChainIds.ts"],"names":[],"mappings":";;;AACA,kDAA+C;AAI/C,iDAAiD;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,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,KAAK,CAAC;YACpB,CAAC,UAAU,EAAG,KAAK,CAAC;YACpB,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,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,WAAW,EAAE,MAAM,CAAC;YACrB,CAAC,MAAM,EAAO,MAAM,CAAC;YACrB,CAAC,OAAO,EAAM,MAAM,CAAC;YACrB,CAAC,SAAS,EAAI,QAAQ,CAAC;YACvB,CAAC,QAAQ,EAAK,EAAE,CAAC;YACjB,CAAC,YAAY,EAAI,OAAO,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", "Stacks"];
|
|
3
3
|
export type Platform = (typeof platforms)[number];
|
|
4
4
|
export declare const platformToChains: (<const K1 extends "Solana" | "Algorand" | "Near" | "Sui" | "Aptos" | "Btc" | "Stacks" | "Evm" | "Cosmwasm">(args_0: K1) => {
|
|
5
|
-
readonly Evm: readonly ["Arbitrum", "Avalanche", "Base", "Bsc", "Celo", "Ethereum", "Fantom", "Klaytn", "Moonbeam", "Optimism", "Polygon", "Sepolia", "ArbitrumSepolia", "BaseSepolia", "OptimismSepolia", "Holesky", "PolygonSepolia", "Mantle", "Scroll", "Xlayer", "Linea", "Berachain", "Seievm", "Unichain", "Worldchain", "Ink", "HyperEVM", "Monad", "Mezo", "Sonic", "Converge", "Plume", "XRPLEVM", "Plasma", "CreditCoin", "HyperCore"];
|
|
5
|
+
readonly Evm: readonly ["Arbitrum", "Avalanche", "Base", "Bsc", "Celo", "Ethereum", "Fantom", "Klaytn", "Moonbeam", "Optimism", "Polygon", "Sepolia", "ArbitrumSepolia", "BaseSepolia", "OptimismSepolia", "Holesky", "PolygonSepolia", "Mantle", "Scroll", "Xlayer", "Linea", "Berachain", "Seievm", "Unichain", "Worldchain", "Ink", "HyperEVM", "Monad", "Mezo", "Sonic", "Converge", "Plume", "XRPLEVM", "Plasma", "CreditCoin", "HyperCore", "Moca"];
|
|
6
6
|
readonly Solana: readonly ["Solana", "Pythnet", "Fogo"];
|
|
7
7
|
readonly Cosmwasm: readonly ["Cosmoshub", "Evmos", "Injective", "Kujira", "Osmosis", "Sei", "Wormchain", "Dymension", "Neutron", "Stargaze", "Celestia", "Seda", "Provenance", "Noble"];
|
|
8
8
|
readonly Btc: readonly ["Btc"];
|
|
@@ -13,9 +13,9 @@ export declare const platformToChains: (<const K1 extends "Solana" | "Algorand"
|
|
|
13
13
|
readonly Stacks: readonly ["Stacks"];
|
|
14
14
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1]) & {
|
|
15
15
|
readonly has: (args_0: string) => boolean;
|
|
16
|
-
readonly get: (args_0: string) => readonly ["Arbitrum", "Avalanche", "Base", "Bsc", "Celo", "Ethereum", "Fantom", "Klaytn", "Moonbeam", "Optimism", "Polygon", "Sepolia", "ArbitrumSepolia", "BaseSepolia", "OptimismSepolia", "Holesky", "PolygonSepolia", "Mantle", "Scroll", "Xlayer", "Linea", "Berachain", "Seievm", "Unichain", "Worldchain", "Ink", "HyperEVM", "Monad", "Mezo", "Sonic", "Converge", "Plume", "XRPLEVM", "Plasma", "CreditCoin", "HyperCore"] | readonly ["Solana", "Pythnet", "Fogo"] | readonly ["Cosmoshub", "Evmos", "Injective", "Kujira", "Osmosis", "Sei", "Wormchain", "Dymension", "Neutron", "Stargaze", "Celestia", "Seda", "Provenance", "Noble"] | readonly ["Btc"] | readonly ["Algorand"] | readonly ["Sui"] | readonly ["Aptos"] | readonly ["Near"] | readonly ["Stacks"] | undefined;
|
|
16
|
+
readonly get: (args_0: string) => readonly ["Arbitrum", "Avalanche", "Base", "Bsc", "Celo", "Ethereum", "Fantom", "Klaytn", "Moonbeam", "Optimism", "Polygon", "Sepolia", "ArbitrumSepolia", "BaseSepolia", "OptimismSepolia", "Holesky", "PolygonSepolia", "Mantle", "Scroll", "Xlayer", "Linea", "Berachain", "Seievm", "Unichain", "Worldchain", "Ink", "HyperEVM", "Monad", "Mezo", "Sonic", "Converge", "Plume", "XRPLEVM", "Plasma", "CreditCoin", "HyperCore", "Moca"] | readonly ["Solana", "Pythnet", "Fogo"] | readonly ["Cosmoshub", "Evmos", "Injective", "Kujira", "Osmosis", "Sei", "Wormchain", "Dymension", "Neutron", "Stargaze", "Celestia", "Seda", "Provenance", "Noble"] | readonly ["Btc"] | readonly ["Algorand"] | readonly ["Sui"] | readonly ["Aptos"] | readonly ["Near"] | readonly ["Stacks"] | undefined;
|
|
17
17
|
};
|
|
18
|
-
export declare const chainToPlatform: (<const K1 extends "Solana" | "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Algorand" | "Fantom" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Pythnet" | "Btc" | "Base" | "Sei" | "Scroll" | "Mantle" | "Xlayer" | "Linea" | "Berachain" | "Seievm" | "Unichain" | "Worldchain" | "Ink" | "HyperEVM" | "Monad" | "Mezo" | "Fogo" | "Sonic" | "Converge" | "Plume" | "XRPLEVM" | "Plasma" | "CreditCoin" | "Stacks" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Seda" | "Dymension" | "Provenance" | "Noble" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia" | "HyperCore">(args_0: K1) => {
|
|
18
|
+
export declare const chainToPlatform: (<const K1 extends "Solana" | "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Algorand" | "Fantom" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Pythnet" | "Btc" | "Base" | "Sei" | "Scroll" | "Mantle" | "Xlayer" | "Linea" | "Berachain" | "Seievm" | "Unichain" | "Worldchain" | "Ink" | "HyperEVM" | "Monad" | "Mezo" | "Fogo" | "Sonic" | "Converge" | "Plume" | "XRPLEVM" | "Plasma" | "CreditCoin" | "Stacks" | "Moca" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Seda" | "Dymension" | "Provenance" | "Noble" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia" | "HyperCore">(args_0: K1) => {
|
|
19
19
|
Arbitrum: "Evm";
|
|
20
20
|
Avalanche: "Evm";
|
|
21
21
|
Base: "Evm";
|
|
@@ -52,6 +52,7 @@ export declare const chainToPlatform: (<const K1 extends "Solana" | "Ethereum" |
|
|
|
52
52
|
Plasma: "Evm";
|
|
53
53
|
CreditCoin: "Evm";
|
|
54
54
|
HyperCore: "Evm";
|
|
55
|
+
Moca: "Evm";
|
|
55
56
|
Solana: "Solana";
|
|
56
57
|
Pythnet: "Solana";
|
|
57
58
|
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;AAoFzC,eAAO,MAAM,SAAS,oFAAsC,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,yGACX,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,2RAUxB,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,kDAAuD;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,UAAU;YACV,UAAU;YACV,SAAS;YACT,SAAS;YACT,iBAAiB;YACjB,aAAa;YACb,iBAAiB;YACjB,SAAS;YACT,gBAAgB;YAChB,QAAQ;YACR,QAAQ;YACR,QAAQ;YACR,OAAO;YACP,WAAW;YACX,QAAQ;YACR,UAAU;YACV,YAAY;YACZ,KAAK;YACL,UAAU;YACV,OAAO;YACP,MAAM;YACN,OAAO;YACP,UAAU;YACV,OAAO;YACP,SAAS;YACT,QAAQ;YACR,YAAY;YACZ,WAAW,EAAE,8CAA8C;
|
|
1
|
+
{"version":3,"file":"platforms.js","sourceRoot":"","sources":["../../../src/constants/platforms.ts"],"names":[],"mappings":";;;AACA,kDAAuD;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,UAAU;YACV,UAAU;YACV,SAAS;YACT,SAAS;YACT,iBAAiB;YACjB,aAAa;YACb,iBAAiB;YACjB,SAAS;YACT,gBAAgB;YAChB,QAAQ;YACR,QAAQ;YACR,QAAQ;YACR,OAAO;YACP,WAAW;YACX,QAAQ;YACR,UAAU;YACV,YAAY;YACZ,KAAK;YACL,UAAU;YACV,OAAO;YACP,MAAM;YACN,OAAO;YACP,UAAU;YACV,OAAO;YACP,SAAS;YACT,QAAQ;YACR,YAAY;YACZ,WAAW,EAAE,8CAA8C;YAC3D,MAAM;SACP;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,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,EAAE;QACF,QAAQ,EAAE;YACR,QAAQ;SACX;KAAC;CACiD,CAAC;AAEzC,QAAA,SAAS,GAAG,IAAA,iBAAM,EAAC,wBAAwB,EAAE,CAAC,CAAC,CAAC;AAGhD,QAAA,gBAAgB,GAAG,IAAA,mBAAQ,EAAC,wBAAwB,CAAC,CAAC;AACtD,QAAA,eAAe,GAAG,IAAA,mBAAQ,EAAC,wBAAwB,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAEnE,MAAM,UAAU,GAAG,CAAC,QAAgB,EAAwB,EAAE,CACnE,wBAAgB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;AADpB,QAAA,UAAU,cACU;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;IACvB,CAAC,QAAQ,EAAK,WAAW,CAAC;CAClB,CAAC;AAEE,QAAA,uBAAuB,GAAG,IAAA,mBAAQ,EAAC,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://dymension-rpc.polkachu.com/" | "https://stargaze-rpc.polkachu.com/" | "https://celestia-rpc.polkachu.com/" | "https://neutron-rpc.polkachu.com/" | "https://rpc.provenance.io/" | "https://noble-rpc.polkachu.com/" | "https://rpc.linea.build" | "https://scroll-rpc.publicnode.com" | "https://xlayerrpc.okx.com/" | "https://rpc.mantle.xyz" | "https://public-en.node.kaia.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://rpc.plasma.to/" | "https://mainnet3.creditcoin.network/" | "https://api.mainnet.hiro.so" | "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://sepolia-rollup.arbitrum.io/rpc" | "https://sepolia.optimism.io" | "https://sepolia.base.org" | "https://rpc-amoy.polygon.technology/" | "https://rpc.testnet.mantle.xyz" | "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://public-en-kairos.node.kaia.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/" | "https://testnet-rpc.plasma.to" | "https://rpc.cc3-testnet.creditcoin.network" | "https://api.testnet.hiro.so" | "http://eth-devnet:8545" | "http://eth-devnet2:8545" | "http://solana-devnet:8899" | "http://localhost:3999";
|
|
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://dymension-rpc.polkachu.com/" | "https://stargaze-rpc.polkachu.com/" | "https://celestia-rpc.polkachu.com/" | "https://neutron-rpc.polkachu.com/" | "https://rpc.provenance.io/" | "https://noble-rpc.polkachu.com/" | "https://rpc.linea.build" | "https://scroll-rpc.publicnode.com" | "https://xlayerrpc.okx.com/" | "https://rpc.mantle.xyz" | "https://public-en.node.kaia.io" | "https://rpc.berachain.com" | "https://evm-rpc.sei-apis.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://rpc.plasma.to/" | "https://mainnet3.creditcoin.network/" | "https://api.mainnet.hiro.so" | "https://mainnet.fogo.io" | "https://rpc.mocachain.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://sepolia-rollup.arbitrum.io/rpc" | "https://sepolia.optimism.io" | "https://sepolia.base.org" | "https://rpc-amoy.polygon.technology/" | "https://rpc.testnet.mantle.xyz" | "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://public-en-kairos.node.kaia.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/" | "https://testnet-rpc.plasma.to" | "https://rpc.cc3-testnet.creditcoin.network" | "https://api.testnet.hiro.so" | "https://testnet-rpc.mocachain.org/" | "http://eth-devnet:8545" | "http://eth-devnet2:8545" | "http://solana-devnet:8899" | "http://localhost:3999";
|
|
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;AA6GzC,iDAAiD;AACjD,eAAO,MAAM,UAAU,YAAa,OAAO,SAAS,KAAK,u5GAAkC,CAAC"}
|
|
@@ -37,6 +37,7 @@ const rpcConfig = [[
|
|
|
37
37
|
["Mantle", "https://rpc.mantle.xyz"],
|
|
38
38
|
["Klaytn", "https://public-en.node.kaia.io"],
|
|
39
39
|
["Berachain", "https://rpc.berachain.com"],
|
|
40
|
+
["Seievm", "https://evm-rpc.sei-apis.com"],
|
|
40
41
|
["Unichain", "https://mainnet.unichain.org"],
|
|
41
42
|
["Worldchain", "https://worldchain-mainnet.g.alchemy.com/public"],
|
|
42
43
|
["Ink", "https://rpc-qnd.inkonchain.com"],
|
|
@@ -49,6 +50,9 @@ const rpcConfig = [[
|
|
|
49
50
|
["Plasma", "https://rpc.plasma.to/"],
|
|
50
51
|
["CreditCoin", "https://mainnet3.creditcoin.network/"],
|
|
51
52
|
["Stacks", "https://api.mainnet.hiro.so"],
|
|
53
|
+
["Monad", ""], // TODO: placeholder until mainnet RPC is available
|
|
54
|
+
["Fogo", "https://mainnet.fogo.io"],
|
|
55
|
+
["Moca", "https://rpc.mocachain.org/"],
|
|
52
56
|
]
|
|
53
57
|
], [
|
|
54
58
|
"Testnet", [
|
|
@@ -93,7 +97,8 @@ const rpcConfig = [[
|
|
|
93
97
|
["XRPLEVM", "https://rpc.testnet.xrplevm.org/"],
|
|
94
98
|
["Plasma", "https://testnet-rpc.plasma.to"],
|
|
95
99
|
["CreditCoin", "https://rpc.cc3-testnet.creditcoin.network"],
|
|
96
|
-
["Stacks", "https://api.testnet.hiro.so"]
|
|
100
|
+
["Stacks", "https://api.testnet.hiro.so"],
|
|
101
|
+
["Moca", "https://testnet-rpc.mocachain.org/"],
|
|
97
102
|
]
|
|
98
103
|
], [
|
|
99
104
|
"Devnet", [
|