@1delta/providers 0.0.58 → 0.0.59
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 +53 -2
- package/dist/index.mjs +53 -2
- package/package.json +3 -3
- package/src/rpc/rpcOverrides.ts +51 -0
package/dist/index.js
CHANGED
|
@@ -25430,7 +25430,8 @@ var LIST_OVERRIDES = {
|
|
|
25430
25430
|
"https://okx-xlayer.rpc.blxrbdn.com",
|
|
25431
25431
|
"https://flap-xlayer.rpc.blxrbdn.com",
|
|
25432
25432
|
"https://xlayer.drpc.org",
|
|
25433
|
-
"https://rpc.sentio.xyz/xlayer-mainnet"
|
|
25433
|
+
"https://rpc.sentio.xyz/xlayer-mainnet",
|
|
25434
|
+
"https://xlayerrpc.okx.com"
|
|
25434
25435
|
],
|
|
25435
25436
|
[import_chain_registry2.Chain.LISK]: [
|
|
25436
25437
|
"https://lisk.gateway.tenderly.co",
|
|
@@ -25445,7 +25446,9 @@ var LIST_OVERRIDES = {
|
|
|
25445
25446
|
[import_chain_registry2.Chain.PLUME_MAINNET]: [
|
|
25446
25447
|
"https://rpc.plume.org",
|
|
25447
25448
|
"https://plume.drpc.org",
|
|
25448
|
-
"https://plume-mainnet.gateway.tatum.io"
|
|
25449
|
+
"https://plume-mainnet.gateway.tatum.io",
|
|
25450
|
+
"wss://rpc.plume.org",
|
|
25451
|
+
"wss://plume.drpc.org"
|
|
25449
25452
|
],
|
|
25450
25453
|
[import_chain_registry2.Chain.PHAROS_MAINNET]: [
|
|
25451
25454
|
"https://rpc.pharos.xyz",
|
|
@@ -25464,6 +25467,54 @@ var LIST_OVERRIDES = {
|
|
|
25464
25467
|
[import_chain_registry2.Chain.ETHERLINK_MAINNET]: [
|
|
25465
25468
|
"https://node.mainnet.etherlink.com",
|
|
25466
25469
|
"https://rpc.ankr.com/etherlink_mainnet"
|
|
25470
|
+
],
|
|
25471
|
+
[import_chain_registry2.Chain.ZKSYNC_MAINNET]: [
|
|
25472
|
+
"https://mainnet.era.zksync.io",
|
|
25473
|
+
"https://1rpc.io/zksync2-era",
|
|
25474
|
+
"https://rpc.ankr.com/zksync_era",
|
|
25475
|
+
"https://zksync.drpc.org",
|
|
25476
|
+
"https://zksync.api.onfinality.io/public",
|
|
25477
|
+
"https://zksync-era.api.pocket.network",
|
|
25478
|
+
"https://rpc.sentio.xyz/zksync-era",
|
|
25479
|
+
"https://api.zan.top/zksync-mainnet",
|
|
25480
|
+
"wss://zksync.drpc.org"
|
|
25481
|
+
],
|
|
25482
|
+
[import_chain_registry2.Chain.CORN]: [
|
|
25483
|
+
"https://rpc.ankr.com/corn_maizenet",
|
|
25484
|
+
"https://mainnet.corn-rpc.com",
|
|
25485
|
+
"https://maizenet-rpc.usecorn.com"
|
|
25486
|
+
],
|
|
25487
|
+
[import_chain_registry2.Chain.ABSTRACT]: [
|
|
25488
|
+
"https://api.mainnet.abs.xyz",
|
|
25489
|
+
"https://abstract.drpc.org",
|
|
25490
|
+
"https://abstract-mainnet.gateway.tatum.io",
|
|
25491
|
+
"wss://abstract.drpc.org"
|
|
25492
|
+
],
|
|
25493
|
+
[import_chain_registry2.Chain.FLARE_MAINNET]: [
|
|
25494
|
+
"https://rpc.ankr.com/flare",
|
|
25495
|
+
"https://flare-api.flare.network/ext/C/rpc",
|
|
25496
|
+
"https://rpc.au.cc/flare",
|
|
25497
|
+
"https://flare.rpc.thirdweb.com"
|
|
25498
|
+
],
|
|
25499
|
+
[import_chain_registry2.Chain.BERACHAIN]: [
|
|
25500
|
+
"https://rpc.berachain.com",
|
|
25501
|
+
"https://berachain-rpc.publicnode.com",
|
|
25502
|
+
"https://berachain.drpc.org",
|
|
25503
|
+
"https://rpc.berachain-apis.com"
|
|
25504
|
+
],
|
|
25505
|
+
[import_chain_registry2.Chain.SONEIUM]: [
|
|
25506
|
+
"https://rpc.soneium.org",
|
|
25507
|
+
"https://soneium.drpc.org",
|
|
25508
|
+
"https://soneium-rpc.publicnode.com"
|
|
25509
|
+
],
|
|
25510
|
+
[import_chain_registry2.Chain.KATANA]: [
|
|
25511
|
+
"https://rpc.katana.network",
|
|
25512
|
+
"https://katana.drpc.org",
|
|
25513
|
+
"https://rpc.katanarpc.com"
|
|
25514
|
+
],
|
|
25515
|
+
[import_chain_registry2.Chain.STABLE_MAINNET]: [
|
|
25516
|
+
"https://rpc.stable.xyz",
|
|
25517
|
+
"wss://rpc.stable.xyz"
|
|
25467
25518
|
]
|
|
25468
25519
|
};
|
|
25469
25520
|
|
package/dist/index.mjs
CHANGED
|
@@ -11669,7 +11669,8 @@ var LIST_OVERRIDES = {
|
|
|
11669
11669
|
"https://okx-xlayer.rpc.blxrbdn.com",
|
|
11670
11670
|
"https://flap-xlayer.rpc.blxrbdn.com",
|
|
11671
11671
|
"https://xlayer.drpc.org",
|
|
11672
|
-
"https://rpc.sentio.xyz/xlayer-mainnet"
|
|
11672
|
+
"https://rpc.sentio.xyz/xlayer-mainnet",
|
|
11673
|
+
"https://xlayerrpc.okx.com"
|
|
11673
11674
|
],
|
|
11674
11675
|
[Chain2.LISK]: [
|
|
11675
11676
|
"https://lisk.gateway.tenderly.co",
|
|
@@ -11684,7 +11685,9 @@ var LIST_OVERRIDES = {
|
|
|
11684
11685
|
[Chain2.PLUME_MAINNET]: [
|
|
11685
11686
|
"https://rpc.plume.org",
|
|
11686
11687
|
"https://plume.drpc.org",
|
|
11687
|
-
"https://plume-mainnet.gateway.tatum.io"
|
|
11688
|
+
"https://plume-mainnet.gateway.tatum.io",
|
|
11689
|
+
"wss://rpc.plume.org",
|
|
11690
|
+
"wss://plume.drpc.org"
|
|
11688
11691
|
],
|
|
11689
11692
|
[Chain2.PHAROS_MAINNET]: [
|
|
11690
11693
|
"https://rpc.pharos.xyz",
|
|
@@ -11703,6 +11706,54 @@ var LIST_OVERRIDES = {
|
|
|
11703
11706
|
[Chain2.ETHERLINK_MAINNET]: [
|
|
11704
11707
|
"https://node.mainnet.etherlink.com",
|
|
11705
11708
|
"https://rpc.ankr.com/etherlink_mainnet"
|
|
11709
|
+
],
|
|
11710
|
+
[Chain2.ZKSYNC_MAINNET]: [
|
|
11711
|
+
"https://mainnet.era.zksync.io",
|
|
11712
|
+
"https://1rpc.io/zksync2-era",
|
|
11713
|
+
"https://rpc.ankr.com/zksync_era",
|
|
11714
|
+
"https://zksync.drpc.org",
|
|
11715
|
+
"https://zksync.api.onfinality.io/public",
|
|
11716
|
+
"https://zksync-era.api.pocket.network",
|
|
11717
|
+
"https://rpc.sentio.xyz/zksync-era",
|
|
11718
|
+
"https://api.zan.top/zksync-mainnet",
|
|
11719
|
+
"wss://zksync.drpc.org"
|
|
11720
|
+
],
|
|
11721
|
+
[Chain2.CORN]: [
|
|
11722
|
+
"https://rpc.ankr.com/corn_maizenet",
|
|
11723
|
+
"https://mainnet.corn-rpc.com",
|
|
11724
|
+
"https://maizenet-rpc.usecorn.com"
|
|
11725
|
+
],
|
|
11726
|
+
[Chain2.ABSTRACT]: [
|
|
11727
|
+
"https://api.mainnet.abs.xyz",
|
|
11728
|
+
"https://abstract.drpc.org",
|
|
11729
|
+
"https://abstract-mainnet.gateway.tatum.io",
|
|
11730
|
+
"wss://abstract.drpc.org"
|
|
11731
|
+
],
|
|
11732
|
+
[Chain2.FLARE_MAINNET]: [
|
|
11733
|
+
"https://rpc.ankr.com/flare",
|
|
11734
|
+
"https://flare-api.flare.network/ext/C/rpc",
|
|
11735
|
+
"https://rpc.au.cc/flare",
|
|
11736
|
+
"https://flare.rpc.thirdweb.com"
|
|
11737
|
+
],
|
|
11738
|
+
[Chain2.BERACHAIN]: [
|
|
11739
|
+
"https://rpc.berachain.com",
|
|
11740
|
+
"https://berachain-rpc.publicnode.com",
|
|
11741
|
+
"https://berachain.drpc.org",
|
|
11742
|
+
"https://rpc.berachain-apis.com"
|
|
11743
|
+
],
|
|
11744
|
+
[Chain2.SONEIUM]: [
|
|
11745
|
+
"https://rpc.soneium.org",
|
|
11746
|
+
"https://soneium.drpc.org",
|
|
11747
|
+
"https://soneium-rpc.publicnode.com"
|
|
11748
|
+
],
|
|
11749
|
+
[Chain2.KATANA]: [
|
|
11750
|
+
"https://rpc.katana.network",
|
|
11751
|
+
"https://katana.drpc.org",
|
|
11752
|
+
"https://rpc.katanarpc.com"
|
|
11753
|
+
],
|
|
11754
|
+
[Chain2.STABLE_MAINNET]: [
|
|
11755
|
+
"https://rpc.stable.xyz",
|
|
11756
|
+
"wss://rpc.stable.xyz"
|
|
11706
11757
|
]
|
|
11707
11758
|
};
|
|
11708
11759
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1delta/providers",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.59",
|
|
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.26",
|
|
22
|
+
"@1delta/chain-registry": "0.0.5"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"tsup": "^8.5.1",
|
package/src/rpc/rpcOverrides.ts
CHANGED
|
@@ -296,6 +296,7 @@ export const LIST_OVERRIDES: Record<string, string[]> = {
|
|
|
296
296
|
'https://flap-xlayer.rpc.blxrbdn.com',
|
|
297
297
|
'https://xlayer.drpc.org',
|
|
298
298
|
'https://rpc.sentio.xyz/xlayer-mainnet',
|
|
299
|
+
'https://xlayerrpc.okx.com',
|
|
299
300
|
],
|
|
300
301
|
[Chain.LISK]: [
|
|
301
302
|
'https://lisk.gateway.tenderly.co',
|
|
@@ -311,6 +312,8 @@ export const LIST_OVERRIDES: Record<string, string[]> = {
|
|
|
311
312
|
'https://rpc.plume.org',
|
|
312
313
|
'https://plume.drpc.org',
|
|
313
314
|
'https://plume-mainnet.gateway.tatum.io',
|
|
315
|
+
'wss://rpc.plume.org',
|
|
316
|
+
'wss://plume.drpc.org',
|
|
314
317
|
],
|
|
315
318
|
[Chain.PHAROS_MAINNET]: [
|
|
316
319
|
'https://rpc.pharos.xyz',
|
|
@@ -330,4 +333,52 @@ export const LIST_OVERRIDES: Record<string, string[]> = {
|
|
|
330
333
|
'https://node.mainnet.etherlink.com',
|
|
331
334
|
'https://rpc.ankr.com/etherlink_mainnet',
|
|
332
335
|
],
|
|
336
|
+
[Chain.ZKSYNC_MAINNET]: [
|
|
337
|
+
'https://mainnet.era.zksync.io',
|
|
338
|
+
'https://1rpc.io/zksync2-era',
|
|
339
|
+
'https://rpc.ankr.com/zksync_era',
|
|
340
|
+
'https://zksync.drpc.org',
|
|
341
|
+
'https://zksync.api.onfinality.io/public',
|
|
342
|
+
'https://zksync-era.api.pocket.network',
|
|
343
|
+
'https://rpc.sentio.xyz/zksync-era',
|
|
344
|
+
'https://api.zan.top/zksync-mainnet',
|
|
345
|
+
'wss://zksync.drpc.org',
|
|
346
|
+
],
|
|
347
|
+
[Chain.CORN]: [
|
|
348
|
+
'https://rpc.ankr.com/corn_maizenet',
|
|
349
|
+
'https://mainnet.corn-rpc.com',
|
|
350
|
+
'https://maizenet-rpc.usecorn.com',
|
|
351
|
+
],
|
|
352
|
+
[Chain.ABSTRACT]: [
|
|
353
|
+
'https://api.mainnet.abs.xyz',
|
|
354
|
+
'https://abstract.drpc.org',
|
|
355
|
+
'https://abstract-mainnet.gateway.tatum.io',
|
|
356
|
+
'wss://abstract.drpc.org',
|
|
357
|
+
],
|
|
358
|
+
[Chain.FLARE_MAINNET]: [
|
|
359
|
+
'https://rpc.ankr.com/flare',
|
|
360
|
+
'https://flare-api.flare.network/ext/C/rpc',
|
|
361
|
+
'https://rpc.au.cc/flare',
|
|
362
|
+
'https://flare.rpc.thirdweb.com',
|
|
363
|
+
],
|
|
364
|
+
[Chain.BERACHAIN]: [
|
|
365
|
+
'https://rpc.berachain.com',
|
|
366
|
+
'https://berachain-rpc.publicnode.com',
|
|
367
|
+
'https://berachain.drpc.org',
|
|
368
|
+
'https://rpc.berachain-apis.com',
|
|
369
|
+
],
|
|
370
|
+
[Chain.SONEIUM]: [
|
|
371
|
+
'https://rpc.soneium.org',
|
|
372
|
+
'https://soneium.drpc.org',
|
|
373
|
+
'https://soneium-rpc.publicnode.com',
|
|
374
|
+
],
|
|
375
|
+
[Chain.KATANA]: [
|
|
376
|
+
'https://rpc.katana.network',
|
|
377
|
+
'https://katana.drpc.org',
|
|
378
|
+
'https://rpc.katanarpc.com',
|
|
379
|
+
],
|
|
380
|
+
[Chain.STABLE_MAINNET]: [
|
|
381
|
+
'https://rpc.stable.xyz',
|
|
382
|
+
'wss://rpc.stable.xyz',
|
|
383
|
+
],
|
|
333
384
|
}
|