@1delta/providers 0.0.47 → 0.0.48
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/index.js +19 -0
- package/dist/index.mjs +19 -0
- package/package.json +3 -3
- package/src/rpc/rpcOverrides.ts +19 -0
package/dist/index.js
CHANGED
|
@@ -25122,6 +25122,25 @@ var LIST_OVERRIDES = {
|
|
|
25122
25122
|
"https://rpc2.monad.xyz",
|
|
25123
25123
|
"https://rpc3.monad.xyz",
|
|
25124
25124
|
"https://rpc4.monad.xyz"
|
|
25125
|
+
],
|
|
25126
|
+
[import_chain_registry2.Chain.HYPEREVM]: [
|
|
25127
|
+
"https://rpc.hypurrscan.io",
|
|
25128
|
+
"https://rpc.countzero.xyz/evm",
|
|
25129
|
+
"https://hyperliquid-json-rpc.stakely.io",
|
|
25130
|
+
"https://hyperliquid.drpc.org",
|
|
25131
|
+
"https://hyperliquid.rpc.blxrbdn.com",
|
|
25132
|
+
"https://hyperliquid.api.onfinality.io/evm/public",
|
|
25133
|
+
"https://rpc.hyperlend.finance",
|
|
25134
|
+
"https://rpc.hyperliquid.xyz/evm"
|
|
25135
|
+
],
|
|
25136
|
+
[import_chain_registry2.Chain.UNICHAIN]: [
|
|
25137
|
+
"https://mainnet.unichain.org",
|
|
25138
|
+
"https://rpc.sentio.xyz/unichain-mainnet",
|
|
25139
|
+
"https://unichain-mainnet.gateway.tatum.io",
|
|
25140
|
+
"https://unichain-rpc.publicnode.com",
|
|
25141
|
+
"https://unichain.drpc.org",
|
|
25142
|
+
"https://unichain.api.onfinality.io/public",
|
|
25143
|
+
"https://rpc.poolz.finance/unichain"
|
|
25125
25144
|
]
|
|
25126
25145
|
};
|
|
25127
25146
|
|
package/dist/index.mjs
CHANGED
|
@@ -11362,6 +11362,25 @@ var LIST_OVERRIDES = {
|
|
|
11362
11362
|
"https://rpc2.monad.xyz",
|
|
11363
11363
|
"https://rpc3.monad.xyz",
|
|
11364
11364
|
"https://rpc4.monad.xyz"
|
|
11365
|
+
],
|
|
11366
|
+
[Chain2.HYPEREVM]: [
|
|
11367
|
+
"https://rpc.hypurrscan.io",
|
|
11368
|
+
"https://rpc.countzero.xyz/evm",
|
|
11369
|
+
"https://hyperliquid-json-rpc.stakely.io",
|
|
11370
|
+
"https://hyperliquid.drpc.org",
|
|
11371
|
+
"https://hyperliquid.rpc.blxrbdn.com",
|
|
11372
|
+
"https://hyperliquid.api.onfinality.io/evm/public",
|
|
11373
|
+
"https://rpc.hyperlend.finance",
|
|
11374
|
+
"https://rpc.hyperliquid.xyz/evm"
|
|
11375
|
+
],
|
|
11376
|
+
[Chain2.UNICHAIN]: [
|
|
11377
|
+
"https://mainnet.unichain.org",
|
|
11378
|
+
"https://rpc.sentio.xyz/unichain-mainnet",
|
|
11379
|
+
"https://unichain-mainnet.gateway.tatum.io",
|
|
11380
|
+
"https://unichain-rpc.publicnode.com",
|
|
11381
|
+
"https://unichain.drpc.org",
|
|
11382
|
+
"https://unichain.api.onfinality.io/public",
|
|
11383
|
+
"https://rpc.poolz.finance/unichain"
|
|
11365
11384
|
]
|
|
11366
11385
|
};
|
|
11367
11386
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1delta/providers",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.48",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"license": "ISC",
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"vitest": "^4.0.18",
|
|
21
|
-
"@1delta/
|
|
22
|
-
"@1delta/
|
|
21
|
+
"@1delta/data-sdk": "0.0.17",
|
|
22
|
+
"@1delta/chain-registry": "0.0.4"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"tsup": "^8.5.1",
|
package/src/rpc/rpcOverrides.ts
CHANGED
|
@@ -252,4 +252,23 @@ export const LIST_OVERRIDES: Record<string, string[]> = {
|
|
|
252
252
|
'https://rpc3.monad.xyz',
|
|
253
253
|
'https://rpc4.monad.xyz',
|
|
254
254
|
],
|
|
255
|
+
[Chain.HYPEREVM]: [
|
|
256
|
+
'https://rpc.hypurrscan.io',
|
|
257
|
+
'https://rpc.countzero.xyz/evm',
|
|
258
|
+
'https://hyperliquid-json-rpc.stakely.io',
|
|
259
|
+
'https://hyperliquid.drpc.org',
|
|
260
|
+
'https://hyperliquid.rpc.blxrbdn.com',
|
|
261
|
+
'https://hyperliquid.api.onfinality.io/evm/public',
|
|
262
|
+
'https://rpc.hyperlend.finance',
|
|
263
|
+
'https://rpc.hyperliquid.xyz/evm',
|
|
264
|
+
],
|
|
265
|
+
[Chain.UNICHAIN]: [
|
|
266
|
+
'https://mainnet.unichain.org',
|
|
267
|
+
'https://rpc.sentio.xyz/unichain-mainnet',
|
|
268
|
+
'https://unichain-mainnet.gateway.tatum.io',
|
|
269
|
+
'https://unichain-rpc.publicnode.com',
|
|
270
|
+
'https://unichain.drpc.org',
|
|
271
|
+
'https://unichain.api.onfinality.io/public',
|
|
272
|
+
'https://rpc.poolz.finance/unichain',
|
|
273
|
+
],
|
|
255
274
|
}
|