@1delta/providers 0.0.56 → 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.mjs CHANGED
@@ -7972,6 +7972,29 @@ var tacMainnet = defineChain({
7972
7972
  }
7973
7973
  }
7974
7974
  });
7975
+ var pharosMainnet = defineChain({
7976
+ id: 1672,
7977
+ name: "Pharos Mainnet",
7978
+ nativeCurrency: {
7979
+ decimals: 18,
7980
+ name: "Pharos",
7981
+ symbol: "PROS"
7982
+ },
7983
+ rpcUrls: {
7984
+ default: { http: ["https://rpc.pharos.xyz"] }
7985
+ // Public RPC
7986
+ },
7987
+ blockExplorers: {
7988
+ default: { name: "Pharos Explorer", url: "https://explorer.pharos.xyz" }
7989
+ },
7990
+ // Multicall3 contract address for Pharos, if available
7991
+ contracts: {
7992
+ multicall3: {
7993
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
7994
+ blockCreated: 1
7995
+ }
7996
+ }
7997
+ });
7975
7998
  var customChains = {
7976
7999
  artela,
7977
8000
  botanix,
@@ -7980,7 +8003,8 @@ var customChains = {
7980
8003
  hyperEvm,
7981
8004
  monadMainnet,
7982
8005
  swellchain,
7983
- tacMainnet
8006
+ tacMainnet,
8007
+ pharosMainnet
7984
8008
  };
7985
8009
 
7986
8010
  // src/chains/chainMapping.ts
@@ -9165,6 +9189,33 @@ var degen = /* @__PURE__ */ defineChain({
9165
9189
  }
9166
9190
  });
9167
9191
 
9192
+ // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/etherlink.js
9193
+ var etherlink = /* @__PURE__ */ defineChain({
9194
+ id: 42793,
9195
+ name: "Etherlink",
9196
+ blockTime: 4830,
9197
+ nativeCurrency: {
9198
+ decimals: 18,
9199
+ name: "Tez",
9200
+ symbol: "XTZ"
9201
+ },
9202
+ rpcUrls: {
9203
+ default: { http: ["https://node.mainnet.etherlink.com"] }
9204
+ },
9205
+ blockExplorers: {
9206
+ default: {
9207
+ name: "Etherlink",
9208
+ url: "https://explorer.etherlink.com"
9209
+ }
9210
+ },
9211
+ contracts: {
9212
+ multicall3: {
9213
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
9214
+ blockCreated: 33899
9215
+ }
9216
+ }
9217
+ });
9218
+
9168
9219
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/fantom.js
9169
9220
  var fantom = /* @__PURE__ */ defineChain({
9170
9221
  id: 250,
@@ -9750,6 +9801,54 @@ var linea = /* @__PURE__ */ defineChain({
9750
9801
  testnet: false
9751
9802
  });
9752
9803
 
9804
+ // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/lisk.js
9805
+ var sourceId7 = 1;
9806
+ var lisk = /* @__PURE__ */ defineChain({
9807
+ ...chainConfig2,
9808
+ id: 1135,
9809
+ name: "Lisk",
9810
+ network: "lisk",
9811
+ nativeCurrency: {
9812
+ decimals: 18,
9813
+ name: "Ether",
9814
+ symbol: "ETH"
9815
+ },
9816
+ rpcUrls: {
9817
+ default: {
9818
+ http: ["https://rpc.api.lisk.com"]
9819
+ }
9820
+ },
9821
+ blockExplorers: {
9822
+ default: {
9823
+ name: "Blockscout",
9824
+ url: "https://blockscout.lisk.com",
9825
+ apiUrl: "https://blockscout.lisk.com/api"
9826
+ }
9827
+ },
9828
+ contracts: {
9829
+ ...chainConfig2.contracts,
9830
+ multicall3: {
9831
+ address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0"
9832
+ },
9833
+ l2OutputOracle: {
9834
+ [sourceId7]: {
9835
+ address: "0x113cB99283AF242Da0A0C54347667edF531Aa7d6"
9836
+ }
9837
+ },
9838
+ portal: {
9839
+ [sourceId7]: {
9840
+ address: "0x26dB93F8b8b4f7016240af62F7730979d353f9A7"
9841
+ }
9842
+ },
9843
+ l1StandardBridge: {
9844
+ [sourceId7]: {
9845
+ address: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08"
9846
+ }
9847
+ }
9848
+ },
9849
+ sourceId: sourceId7
9850
+ });
9851
+
9753
9852
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/mainnet.js
9754
9853
  var mainnet = /* @__PURE__ */ defineChain({
9755
9854
  id: 1,
@@ -9835,6 +9934,42 @@ var mantle = /* @__PURE__ */ defineChain({
9835
9934
  }
9836
9935
  });
9837
9936
 
9937
+ // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/megaeth.js
9938
+ var megaeth = /* @__PURE__ */ defineChain({
9939
+ id: 4326,
9940
+ blockTime: 1e3,
9941
+ name: "MegaETH",
9942
+ nativeCurrency: {
9943
+ name: "Ether",
9944
+ symbol: "ETH",
9945
+ decimals: 18
9946
+ },
9947
+ rpcUrls: {
9948
+ default: {
9949
+ http: ["https://mainnet.megaeth.com/rpc"],
9950
+ webSocket: ["wss://mainnet.megaeth.com/ws"]
9951
+ }
9952
+ },
9953
+ blockExplorers: {
9954
+ default: {
9955
+ name: "Etherscan",
9956
+ url: "https://mega.etherscan.io",
9957
+ apiUrl: "https://api.etherscan.io/v2/api"
9958
+ },
9959
+ blockscout: {
9960
+ name: "Etherscan",
9961
+ url: "https://mega.etherscan.io",
9962
+ apiUrl: "https://api.etherscan.io/v2/api"
9963
+ }
9964
+ },
9965
+ contracts: {
9966
+ multicall3: {
9967
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
9968
+ blockCreated: 0
9969
+ }
9970
+ }
9971
+ });
9972
+
9838
9973
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/merlin.js
9839
9974
  var merlin = /* @__PURE__ */ defineChain({
9840
9975
  id: 4200,
@@ -9916,7 +10051,7 @@ var metis = /* @__PURE__ */ defineChain({
9916
10051
  });
9917
10052
 
9918
10053
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/mode.js
9919
- var sourceId7 = 1;
10054
+ var sourceId8 = 1;
9920
10055
  var mode = /* @__PURE__ */ defineChain({
9921
10056
  ...chainConfig2,
9922
10057
  id: 34443,
@@ -9940,22 +10075,22 @@ var mode = /* @__PURE__ */ defineChain({
9940
10075
  blockCreated: 2465882
9941
10076
  },
9942
10077
  l2OutputOracle: {
9943
- [sourceId7]: {
10078
+ [sourceId8]: {
9944
10079
  address: "0x4317ba146D4933D889518a3e5E11Fe7a53199b04"
9945
10080
  }
9946
10081
  },
9947
10082
  portal: {
9948
- [sourceId7]: {
10083
+ [sourceId8]: {
9949
10084
  address: "0x8B34b14c7c7123459Cf3076b8Cb929BE097d0C07"
9950
10085
  }
9951
10086
  },
9952
10087
  l1StandardBridge: {
9953
- [sourceId7]: {
10088
+ [sourceId8]: {
9954
10089
  address: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21"
9955
10090
  }
9956
10091
  }
9957
10092
  },
9958
- sourceId: sourceId7
10093
+ sourceId: sourceId8
9959
10094
  });
9960
10095
 
9961
10096
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/moonbeam.js
@@ -10046,7 +10181,7 @@ var neonMainnet = /* @__PURE__ */ defineChain({
10046
10181
  });
10047
10182
 
10048
10183
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/opBNB.js
10049
- var sourceId8 = 56;
10184
+ var sourceId9 = 56;
10050
10185
  var opBNB = /* @__PURE__ */ defineChain({
10051
10186
  id: 204,
10052
10187
  name: "opBNB",
@@ -10072,26 +10207,26 @@ var opBNB = /* @__PURE__ */ defineChain({
10072
10207
  blockCreated: 512881
10073
10208
  },
10074
10209
  l2OutputOracle: {
10075
- [sourceId8]: {
10210
+ [sourceId9]: {
10076
10211
  address: "0x153CAB79f4767E2ff862C94aa49573294B13D169"
10077
10212
  }
10078
10213
  },
10079
10214
  portal: {
10080
- [sourceId8]: {
10215
+ [sourceId9]: {
10081
10216
  address: "0x1876EA7702C0ad0C6A2ae6036DE7733edfBca519"
10082
10217
  }
10083
10218
  },
10084
10219
  l1StandardBridge: {
10085
- [sourceId8]: {
10220
+ [sourceId9]: {
10086
10221
  address: "0xF05F0e4362859c3331Cb9395CBC201E3Fa6757Ea"
10087
10222
  }
10088
10223
  }
10089
10224
  },
10090
- sourceId: sourceId8
10225
+ sourceId: sourceId9
10091
10226
  });
10092
10227
 
10093
10228
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/optimism.js
10094
- var sourceId9 = 1;
10229
+ var sourceId10 = 1;
10095
10230
  var optimism = /* @__PURE__ */ defineChain({
10096
10231
  ...chainConfig2,
10097
10232
  id: 10,
@@ -10112,12 +10247,12 @@ var optimism = /* @__PURE__ */ defineChain({
10112
10247
  contracts: {
10113
10248
  ...chainConfig2.contracts,
10114
10249
  disputeGameFactory: {
10115
- [sourceId9]: {
10250
+ [sourceId10]: {
10116
10251
  address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9"
10117
10252
  }
10118
10253
  },
10119
10254
  l2OutputOracle: {
10120
- [sourceId9]: {
10255
+ [sourceId10]: {
10121
10256
  address: "0xdfe97868233d1aa22e815a266982f2cf17685a27"
10122
10257
  }
10123
10258
  },
@@ -10126,17 +10261,17 @@ var optimism = /* @__PURE__ */ defineChain({
10126
10261
  blockCreated: 4286263
10127
10262
  },
10128
10263
  portal: {
10129
- [sourceId9]: {
10264
+ [sourceId10]: {
10130
10265
  address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed"
10131
10266
  }
10132
10267
  },
10133
10268
  l1StandardBridge: {
10134
- [sourceId9]: {
10269
+ [sourceId10]: {
10135
10270
  address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1"
10136
10271
  }
10137
10272
  }
10138
10273
  },
10139
- sourceId: sourceId9
10274
+ sourceId: sourceId10
10140
10275
  });
10141
10276
 
10142
10277
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/peaq.js
@@ -10177,7 +10312,7 @@ var peaq = /* @__PURE__ */ defineChain({
10177
10312
  });
10178
10313
 
10179
10314
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/plume.js
10180
- var sourceId10 = 1;
10315
+ var sourceId11 = 1;
10181
10316
  var plume = /* @__PURE__ */ defineChain({
10182
10317
  id: 98865,
10183
10318
  name: "Plume (Legacy)",
@@ -10205,7 +10340,39 @@ var plume = /* @__PURE__ */ defineChain({
10205
10340
  blockCreated: 48577
10206
10341
  }
10207
10342
  },
10208
- sourceId: sourceId10
10343
+ sourceId: sourceId11
10344
+ });
10345
+
10346
+ // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/plumeMainnet.js
10347
+ var sourceId12 = 1;
10348
+ var plumeMainnet = /* @__PURE__ */ defineChain({
10349
+ id: 98866,
10350
+ name: "Plume",
10351
+ nativeCurrency: {
10352
+ name: "Plume",
10353
+ symbol: "PLUME",
10354
+ decimals: 18
10355
+ },
10356
+ rpcUrls: {
10357
+ default: {
10358
+ http: ["https://rpc.plume.org"],
10359
+ webSocket: ["wss://rpc.plume.org"]
10360
+ }
10361
+ },
10362
+ blockExplorers: {
10363
+ default: {
10364
+ name: "Blockscout",
10365
+ url: "https://explorer.plume.org",
10366
+ apiUrl: "https://explorer.plume.org/api"
10367
+ }
10368
+ },
10369
+ contracts: {
10370
+ multicall3: {
10371
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
10372
+ blockCreated: 39679
10373
+ }
10374
+ },
10375
+ sourceId: sourceId12
10209
10376
  });
10210
10377
 
10211
10378
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/polygon.js
@@ -10370,7 +10537,7 @@ var sei = /* @__PURE__ */ defineChain({
10370
10537
  });
10371
10538
 
10372
10539
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/soneium.js
10373
- var sourceId11 = 1;
10540
+ var sourceId13 = 1;
10374
10541
  var soneium = /* @__PURE__ */ defineChain({
10375
10542
  ...chainConfig2,
10376
10543
  id: 1868,
@@ -10391,23 +10558,23 @@ var soneium = /* @__PURE__ */ defineChain({
10391
10558
  contracts: {
10392
10559
  ...chainConfig2.contracts,
10393
10560
  disputeGameFactory: {
10394
- [sourceId11]: {
10561
+ [sourceId13]: {
10395
10562
  address: "0x512a3d2c7a43bd9261d2b8e8c9c70d4bd4d503c0"
10396
10563
  }
10397
10564
  },
10398
10565
  l2OutputOracle: {
10399
- [sourceId11]: {
10566
+ [sourceId13]: {
10400
10567
  address: "0x0000000000000000000000000000000000000000"
10401
10568
  }
10402
10569
  },
10403
10570
  portal: {
10404
- [sourceId11]: {
10571
+ [sourceId13]: {
10405
10572
  address: "0x88e529a6ccd302c948689cd5156c83d4614fae92",
10406
10573
  blockCreated: 7061266
10407
10574
  }
10408
10575
  },
10409
10576
  l1StandardBridge: {
10410
- [sourceId11]: {
10577
+ [sourceId13]: {
10411
10578
  address: "0xeb9bf100225c214efc3e7c651ebbadcf85177607",
10412
10579
  blockCreated: 7061266
10413
10580
  }
@@ -10417,7 +10584,7 @@ var soneium = /* @__PURE__ */ defineChain({
10417
10584
  blockCreated: 1
10418
10585
  }
10419
10586
  },
10420
- sourceId: sourceId11
10587
+ sourceId: sourceId13
10421
10588
  });
10422
10589
 
10423
10590
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/sonic.js
@@ -10448,6 +10615,38 @@ var sonic = /* @__PURE__ */ defineChain({
10448
10615
  testnet: false
10449
10616
  });
10450
10617
 
10618
+ // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/stable.js
10619
+ var stable = /* @__PURE__ */ defineChain({
10620
+ id: 988,
10621
+ name: "Stable Mainnet",
10622
+ blockTime: 700,
10623
+ nativeCurrency: {
10624
+ name: "USDT0",
10625
+ symbol: "USDT0",
10626
+ decimals: 18
10627
+ },
10628
+ rpcUrls: {
10629
+ default: {
10630
+ http: ["https://rpc.stable.xyz"],
10631
+ webSocket: ["wss://rpc.stable.xyz"]
10632
+ }
10633
+ },
10634
+ blockExplorers: {
10635
+ default: {
10636
+ name: "Stablescan",
10637
+ url: "https://stablescan.xyz",
10638
+ apiUrl: "https://api.etherscan.io/v2/api?chainid=988"
10639
+ }
10640
+ },
10641
+ contracts: {
10642
+ multicall3: {
10643
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
10644
+ blockCreated: 2423647
10645
+ }
10646
+ },
10647
+ testnet: false
10648
+ });
10649
+
10451
10650
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/story.js
10452
10651
  var story = /* @__PURE__ */ defineChain({
10453
10652
  id: 1514,
@@ -10582,7 +10781,7 @@ var telos = /* @__PURE__ */ defineChain({
10582
10781
  });
10583
10782
 
10584
10783
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/unichain.js
10585
- var sourceId12 = 1;
10784
+ var sourceId14 = 1;
10586
10785
  var unichain = /* @__PURE__ */ defineChain({
10587
10786
  ...chainConfig2,
10588
10787
  id: 130,
@@ -10608,22 +10807,22 @@ var unichain = /* @__PURE__ */ defineChain({
10608
10807
  blockCreated: 0
10609
10808
  },
10610
10809
  disputeGameFactory: {
10611
- [sourceId12]: {
10810
+ [sourceId14]: {
10612
10811
  address: "0x2F12d621a16e2d3285929C9996f478508951dFe4"
10613
10812
  }
10614
10813
  },
10615
10814
  portal: {
10616
- [sourceId12]: {
10815
+ [sourceId14]: {
10617
10816
  address: "0x0bd48f6B86a26D3a217d0Fa6FfE2B491B956A7a2"
10618
10817
  }
10619
10818
  },
10620
10819
  l1StandardBridge: {
10621
- [sourceId12]: {
10820
+ [sourceId14]: {
10622
10821
  address: "0x81014F44b0a345033bB2b3B21C7a1A308B35fEeA"
10623
10822
  }
10624
10823
  }
10625
10824
  },
10626
- sourceId: sourceId12
10825
+ sourceId: sourceId14
10627
10826
  });
10628
10827
 
10629
10828
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/vana.js
@@ -10674,7 +10873,7 @@ var vanar = /* @__PURE__ */ defineChain({
10674
10873
  });
10675
10874
 
10676
10875
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/worldchain.js
10677
- var sourceId13 = 1;
10876
+ var sourceId15 = 1;
10678
10877
  var worldchain = /* @__PURE__ */ defineChain({
10679
10878
  ...chainConfig2,
10680
10879
  id: 480,
@@ -10703,28 +10902,28 @@ var worldchain = /* @__PURE__ */ defineChain({
10703
10902
  blockCreated: 0
10704
10903
  },
10705
10904
  disputeGameFactory: {
10706
- [sourceId13]: {
10905
+ [sourceId15]: {
10707
10906
  address: "0x069c4c579671f8c120b1327a73217D01Ea2EC5ea"
10708
10907
  }
10709
10908
  },
10710
10909
  l2OutputOracle: {
10711
- [sourceId13]: {
10910
+ [sourceId15]: {
10712
10911
  address: "0x19A6d1E9034596196295CF148509796978343c5D"
10713
10912
  }
10714
10913
  },
10715
10914
  portal: {
10716
- [sourceId13]: {
10915
+ [sourceId15]: {
10717
10916
  address: "0xd5ec14a83B7d95BE1E2Ac12523e2dEE12Cbeea6C"
10718
10917
  }
10719
10918
  },
10720
10919
  l1StandardBridge: {
10721
- [sourceId13]: {
10920
+ [sourceId15]: {
10722
10921
  address: "0x470458C91978D2d929704489Ad730DC3E3001113"
10723
10922
  }
10724
10923
  }
10725
10924
  },
10726
10925
  testnet: false,
10727
- sourceId: sourceId13
10926
+ sourceId: sourceId15
10728
10927
  });
10729
10928
 
10730
10929
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/xdc.js
@@ -10810,7 +11009,7 @@ var zetachain = /* @__PURE__ */ defineChain({
10810
11009
  });
10811
11010
 
10812
11011
  // ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@6.0.6_zod@4.3.6/node_modules/viem/_esm/chains/definitions/zircuit.js
10813
- var sourceId14 = 1;
11012
+ var sourceId16 = 1;
10814
11013
  var zircuit = /* @__PURE__ */ defineChain({
10815
11014
  ...chainConfig2,
10816
11015
  id: 48900,
@@ -10841,17 +11040,17 @@ var zircuit = /* @__PURE__ */ defineChain({
10841
11040
  address: "0xcA11bde05977b3631167028862bE2a173976CA11"
10842
11041
  },
10843
11042
  l2OutputOracle: {
10844
- [sourceId14]: {
11043
+ [sourceId16]: {
10845
11044
  address: "0x92Ef6Af472b39F1b363da45E35530c24619245A4"
10846
11045
  }
10847
11046
  },
10848
11047
  portal: {
10849
- [sourceId14]: {
11048
+ [sourceId16]: {
10850
11049
  address: "0x17bfAfA932d2e23Bd9B909Fd5B4D2e2a27043fb1"
10851
11050
  }
10852
11051
  },
10853
11052
  l1StandardBridge: {
10854
- [sourceId14]: {
11053
+ [sourceId16]: {
10855
11054
  address: "0x386B76D9cA5F5Fb150B6BFB35CF5379B22B26dd8"
10856
11055
  }
10857
11056
  }
@@ -11149,6 +11348,18 @@ function getEvmChain(chain) {
11149
11348
  return customChains.swellchain;
11150
11349
  case Chain.TAC_MAINNET:
11151
11350
  return customChains.tacMainnet;
11351
+ case Chain.LISK:
11352
+ return lisk;
11353
+ case Chain.MEGAETH_MAINNET:
11354
+ return megaeth;
11355
+ case Chain.STABLE_MAINNET:
11356
+ return stable;
11357
+ case Chain.PLUME_MAINNET:
11358
+ return plumeMainnet;
11359
+ case Chain.ETHERLINK_MAINNET:
11360
+ return etherlink;
11361
+ case Chain.PHAROS_MAINNET:
11362
+ return customChains.pharosMainnet;
11152
11363
  case Chain.ZKLINK_NOVA_MAINNET:
11153
11364
  return {
11154
11365
  ...zkLinkNova,
@@ -11391,7 +11602,6 @@ var LIST_OVERRIDES = {
11391
11602
  "https://opbnb-mainnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3",
11392
11603
  "wss://opbnb-mainnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3"
11393
11604
  ],
11394
- [Chain2.X_LAYER_MAINNET]: ["https://xlayerrpc.okx.com"],
11395
11605
  [Chain2.MANTA_PACIFIC_MAINNET]: [
11396
11606
  "https://manta.nirvanalabs.xyz/mantapublic",
11397
11607
  "https://manta-pacific-gascap.calderachain.xyz/http",
@@ -11452,6 +11662,98 @@ var LIST_OVERRIDES = {
11452
11662
  "https://unichain.drpc.org",
11453
11663
  "https://unichain.api.onfinality.io/public",
11454
11664
  "https://rpc.poolz.finance/unichain"
11665
+ ],
11666
+ [Chain2.X_LAYER_MAINNET]: [
11667
+ "https://rpc.xlayer.tech",
11668
+ "https://xlayer.rpc.blxrbdn.com",
11669
+ "https://okx-xlayer.rpc.blxrbdn.com",
11670
+ "https://flap-xlayer.rpc.blxrbdn.com",
11671
+ "https://xlayer.drpc.org",
11672
+ "https://rpc.sentio.xyz/xlayer-mainnet",
11673
+ "https://xlayerrpc.okx.com"
11674
+ ],
11675
+ [Chain2.LISK]: [
11676
+ "https://lisk.gateway.tenderly.co",
11677
+ "https://lisk.drpc.org",
11678
+ "https://rpc.api.lisk.com"
11679
+ ],
11680
+ [Chain2.MEGAETH_MAINNET]: [
11681
+ "https://rpc-megaeth-mainnet.globalstake.io",
11682
+ "https://mainnet.megaeth.com/rpc",
11683
+ "https://megaeth.drpc.org"
11684
+ ],
11685
+ [Chain2.PLUME_MAINNET]: [
11686
+ "https://rpc.plume.org",
11687
+ "https://plume.drpc.org",
11688
+ "https://plume-mainnet.gateway.tatum.io",
11689
+ "wss://rpc.plume.org",
11690
+ "wss://plume.drpc.org"
11691
+ ],
11692
+ [Chain2.PHAROS_MAINNET]: [
11693
+ "https://rpc.pharos.xyz",
11694
+ "https://infra.originstake.com/pharos/evm"
11695
+ ],
11696
+ [Chain2.BOB]: [
11697
+ "https://rpc.gobob.xyz",
11698
+ "https://bob.drpc.org",
11699
+ "https://bob.gateway.tenderly.co",
11700
+ "https://rpc.sentio.xyz/bob"
11701
+ ],
11702
+ [Chain2.ROOTSTOCK_MAINNET]: [
11703
+ "https://mycrypto.rsk.co",
11704
+ "https://public-node.rsk.co"
11705
+ ],
11706
+ [Chain2.ETHERLINK_MAINNET]: [
11707
+ "https://node.mainnet.etherlink.com",
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"
11455
11757
  ]
11456
11758
  };
11457
11759
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1delta/providers",
3
- "version": "0.0.56",
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/chain-registry": "0.0.4",
22
- "@1delta/data-sdk": "0.0.23"
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",
@@ -73,6 +73,11 @@ import {
73
73
  zkLinkNova,
74
74
  vana,
75
75
  confluxESpace,
76
+ megaeth,
77
+ lisk,
78
+ plumeMainnet,
79
+ stable,
80
+ etherlink,
76
81
  } from 'viem/chains'
77
82
  import { customChains, katana, plasma } from './customChains'
78
83
 
@@ -308,6 +313,18 @@ export function getEvmChain(chain: string) {
308
313
  return customChains.swellchain
309
314
  case Chain.TAC_MAINNET:
310
315
  return customChains.tacMainnet
316
+ case Chain.LISK:
317
+ return lisk
318
+ case Chain.MEGAETH_MAINNET:
319
+ return megaeth
320
+ case Chain.STABLE_MAINNET:
321
+ return stable
322
+ case Chain.PLUME_MAINNET:
323
+ return plumeMainnet
324
+ case Chain.ETHERLINK_MAINNET:
325
+ return etherlink
326
+ case Chain.PHAROS_MAINNET:
327
+ return customChains.pharosMainnet
311
328
  case Chain.ZKLINK_NOVA_MAINNET:
312
329
  return {
313
330
  ...zkLinkNova,