@waiaas/core 2.10.0-rc.14 → 2.10.0-rc.16
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Built-in RPC defaults for
|
|
2
|
+
* Built-in RPC defaults for 15 networks (8 mainnet + 7 testnet).
|
|
3
3
|
*
|
|
4
4
|
* These are public, free-tier RPC endpoints. They provide a working
|
|
5
5
|
* out-of-the-box experience without any configuration. Users should
|
|
@@ -10,10 +10,11 @@
|
|
|
10
10
|
/**
|
|
11
11
|
* Built-in default RPC URLs for all supported networks.
|
|
12
12
|
*
|
|
13
|
-
* - **Mainnet (
|
|
14
|
-
* optimism-mainnet, base-mainnet, polygon-mainnet
|
|
13
|
+
* - **Mainnet (8):** solana-mainnet, ethereum-mainnet, arbitrum-mainnet,
|
|
14
|
+
* optimism-mainnet, base-mainnet, polygon-mainnet, hyperevm-mainnet
|
|
15
15
|
* - **Testnet (7):** solana-devnet, solana-testnet, ethereum-sepolia,
|
|
16
|
-
* arbitrum-sepolia, optimism-sepolia, base-sepolia, polygon-amoy
|
|
16
|
+
* arbitrum-sepolia, optimism-sepolia, base-sepolia, polygon-amoy,
|
|
17
|
+
* hyperevm-testnet
|
|
17
18
|
*
|
|
18
19
|
* URLs are ordered by priority (index 0 = highest priority).
|
|
19
20
|
* All URLs use https:// protocol.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"built-in-defaults.d.ts","sourceRoot":"","sources":["../../src/rpc/built-in-defaults.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH
|
|
1
|
+
{"version":3,"file":"built-in-defaults.d.ts","sourceRoot":"","sources":["../../src/rpc/built-in-defaults.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,qBAAqB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC,CAqEpE,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Built-in RPC defaults for
|
|
2
|
+
* Built-in RPC defaults for 15 networks (8 mainnet + 7 testnet).
|
|
3
3
|
*
|
|
4
4
|
* These are public, free-tier RPC endpoints. They provide a working
|
|
5
5
|
* out-of-the-box experience without any configuration. Users should
|
|
@@ -10,16 +10,17 @@
|
|
|
10
10
|
/**
|
|
11
11
|
* Built-in default RPC URLs for all supported networks.
|
|
12
12
|
*
|
|
13
|
-
* - **Mainnet (
|
|
14
|
-
* optimism-mainnet, base-mainnet, polygon-mainnet
|
|
13
|
+
* - **Mainnet (8):** solana-mainnet, ethereum-mainnet, arbitrum-mainnet,
|
|
14
|
+
* optimism-mainnet, base-mainnet, polygon-mainnet, hyperevm-mainnet
|
|
15
15
|
* - **Testnet (7):** solana-devnet, solana-testnet, ethereum-sepolia,
|
|
16
|
-
* arbitrum-sepolia, optimism-sepolia, base-sepolia, polygon-amoy
|
|
16
|
+
* arbitrum-sepolia, optimism-sepolia, base-sepolia, polygon-amoy,
|
|
17
|
+
* hyperevm-testnet
|
|
17
18
|
*
|
|
18
19
|
* URLs are ordered by priority (index 0 = highest priority).
|
|
19
20
|
* All URLs use https:// protocol.
|
|
20
21
|
*/
|
|
21
22
|
export const BUILT_IN_RPC_DEFAULTS = {
|
|
22
|
-
// ─── Mainnet (
|
|
23
|
+
// ─── Mainnet (8 networks) ──────────────────────────────────────
|
|
23
24
|
'solana-mainnet': [
|
|
24
25
|
'https://api.mainnet-beta.solana.com',
|
|
25
26
|
'https://rpc.ankr.com/solana',
|
|
@@ -48,7 +49,10 @@ export const BUILT_IN_RPC_DEFAULTS = {
|
|
|
48
49
|
'https://polygon-rpc.com',
|
|
49
50
|
'https://polygon.publicnode.com',
|
|
50
51
|
],
|
|
51
|
-
|
|
52
|
+
'hyperevm-mainnet': [
|
|
53
|
+
'https://rpc.hyperliquid.xyz/evm',
|
|
54
|
+
],
|
|
55
|
+
// ─── Testnet (8 networks) ─────────────────────────────────────
|
|
52
56
|
'solana-devnet': [
|
|
53
57
|
'https://api.devnet.solana.com',
|
|
54
58
|
'https://rpc.ankr.com/solana_devnet',
|
|
@@ -80,5 +84,8 @@ export const BUILT_IN_RPC_DEFAULTS = {
|
|
|
80
84
|
'https://rpc-amoy.polygon.technology',
|
|
81
85
|
'https://polygon-amoy-bor-rpc.publicnode.com',
|
|
82
86
|
],
|
|
87
|
+
'hyperevm-testnet': [
|
|
88
|
+
'https://rpc.hyperliquid-testnet.xyz/evm',
|
|
89
|
+
],
|
|
83
90
|
};
|
|
84
91
|
//# sourceMappingURL=built-in-defaults.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"built-in-defaults.js","sourceRoot":"","sources":["../../src/rpc/built-in-defaults.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH
|
|
1
|
+
{"version":3,"file":"built-in-defaults.js","sourceRoot":"","sources":["../../src/rpc/built-in-defaults.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgD;IAChF,kEAAkE;IAClE,gBAAgB,EAAE;QAChB,qCAAqC;QACrC,6BAA6B;QAC7B,yBAAyB;KAC1B;IACD,kBAAkB,EAAE;QAClB,sBAAsB;QACtB,0BAA0B;QAC1B,iCAAiC;KAClC;IACD,kBAAkB,EAAE;QAClB,2BAA2B;QAC3B,iCAAiC;KAClC;IACD,kBAAkB,EAAE;QAClB,2BAA2B;QAC3B,6BAA6B;QAC7B,iCAAiC;KAClC;IACD,cAAc,EAAE;QACd,uBAAuB;QACvB,6BAA6B;KAC9B;IACD,iBAAiB,EAAE;QACjB,0BAA0B;QAC1B,yBAAyB;QACzB,gCAAgC;KACjC;IACD,kBAAkB,EAAE;QAClB,iCAAiC;KAClC;IAED,iEAAiE;IACjE,eAAe,EAAE;QACf,+BAA+B;QAC/B,oCAAoC;KACrC;IACD,gBAAgB,EAAE;QAChB,gCAAgC;KACjC;IACD,kBAAkB,EAAE;QAClB,yBAAyB;QACzB,sBAAsB;QACtB,6CAA6C;QAC7C,0BAA0B;QAC1B,yBAAyB;KAC1B;IACD,kBAAkB,EAAE;QAClB,mCAAmC;QACnC,6CAA6C;KAC9C;IACD,kBAAkB,EAAE;QAClB,mCAAmC;QACnC,6CAA6C;KAC9C;IACD,cAAc,EAAE;QACd,+BAA+B;QAC/B,yCAAyC;KAC1C;IACD,cAAc,EAAE;QACd,+BAA+B;QAC/B,qCAAqC;QACrC,6CAA6C;KAC9C;IACD,kBAAkB,EAAE;QAClB,yCAAyC;KAC1C;CACO,CAAC"}
|