@1delta/providers 0.0.56 → 0.0.58

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 CHANGED
@@ -21683,6 +21683,29 @@ var tacMainnet = defineChain({
21683
21683
  }
21684
21684
  }
21685
21685
  });
21686
+ var pharosMainnet = defineChain({
21687
+ id: 1672,
21688
+ name: "Pharos Mainnet",
21689
+ nativeCurrency: {
21690
+ decimals: 18,
21691
+ name: "Pharos",
21692
+ symbol: "PROS"
21693
+ },
21694
+ rpcUrls: {
21695
+ default: { http: ["https://rpc.pharos.xyz"] }
21696
+ // Public RPC
21697
+ },
21698
+ blockExplorers: {
21699
+ default: { name: "Pharos Explorer", url: "https://explorer.pharos.xyz" }
21700
+ },
21701
+ // Multicall3 contract address for Pharos, if available
21702
+ contracts: {
21703
+ multicall3: {
21704
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
21705
+ blockCreated: 1
21706
+ }
21707
+ }
21708
+ });
21686
21709
  var customChains = {
21687
21710
  artela,
21688
21711
  botanix,
@@ -21691,7 +21714,8 @@ var customChains = {
21691
21714
  hyperEvm,
21692
21715
  monadMainnet,
21693
21716
  swellchain,
21694
- tacMainnet
21717
+ tacMainnet,
21718
+ pharosMainnet
21695
21719
  };
21696
21720
 
21697
21721
  // src/chains/chainMapping.ts
@@ -22920,6 +22944,33 @@ var degen = /* @__PURE__ */ defineChain({
22920
22944
  }
22921
22945
  });
22922
22946
 
22947
+ // ../../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
22948
+ var etherlink = /* @__PURE__ */ defineChain({
22949
+ id: 42793,
22950
+ name: "Etherlink",
22951
+ blockTime: 4830,
22952
+ nativeCurrency: {
22953
+ decimals: 18,
22954
+ name: "Tez",
22955
+ symbol: "XTZ"
22956
+ },
22957
+ rpcUrls: {
22958
+ default: { http: ["https://node.mainnet.etherlink.com"] }
22959
+ },
22960
+ blockExplorers: {
22961
+ default: {
22962
+ name: "Etherlink",
22963
+ url: "https://explorer.etherlink.com"
22964
+ }
22965
+ },
22966
+ contracts: {
22967
+ multicall3: {
22968
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
22969
+ blockCreated: 33899
22970
+ }
22971
+ }
22972
+ });
22973
+
22923
22974
  // ../../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
22924
22975
  var fantom = /* @__PURE__ */ defineChain({
22925
22976
  id: 250,
@@ -23511,6 +23562,54 @@ var linea = /* @__PURE__ */ defineChain({
23511
23562
  testnet: false
23512
23563
  });
23513
23564
 
23565
+ // ../../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
23566
+ var sourceId7 = 1;
23567
+ var lisk = /* @__PURE__ */ defineChain({
23568
+ ...chainConfig2,
23569
+ id: 1135,
23570
+ name: "Lisk",
23571
+ network: "lisk",
23572
+ nativeCurrency: {
23573
+ decimals: 18,
23574
+ name: "Ether",
23575
+ symbol: "ETH"
23576
+ },
23577
+ rpcUrls: {
23578
+ default: {
23579
+ http: ["https://rpc.api.lisk.com"]
23580
+ }
23581
+ },
23582
+ blockExplorers: {
23583
+ default: {
23584
+ name: "Blockscout",
23585
+ url: "https://blockscout.lisk.com",
23586
+ apiUrl: "https://blockscout.lisk.com/api"
23587
+ }
23588
+ },
23589
+ contracts: {
23590
+ ...chainConfig2.contracts,
23591
+ multicall3: {
23592
+ address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0"
23593
+ },
23594
+ l2OutputOracle: {
23595
+ [sourceId7]: {
23596
+ address: "0x113cB99283AF242Da0A0C54347667edF531Aa7d6"
23597
+ }
23598
+ },
23599
+ portal: {
23600
+ [sourceId7]: {
23601
+ address: "0x26dB93F8b8b4f7016240af62F7730979d353f9A7"
23602
+ }
23603
+ },
23604
+ l1StandardBridge: {
23605
+ [sourceId7]: {
23606
+ address: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08"
23607
+ }
23608
+ }
23609
+ },
23610
+ sourceId: sourceId7
23611
+ });
23612
+
23514
23613
  // ../../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
23515
23614
  var mainnet = /* @__PURE__ */ defineChain({
23516
23615
  id: 1,
@@ -23596,6 +23695,42 @@ var mantle = /* @__PURE__ */ defineChain({
23596
23695
  }
23597
23696
  });
23598
23697
 
23698
+ // ../../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
23699
+ var megaeth = /* @__PURE__ */ defineChain({
23700
+ id: 4326,
23701
+ blockTime: 1e3,
23702
+ name: "MegaETH",
23703
+ nativeCurrency: {
23704
+ name: "Ether",
23705
+ symbol: "ETH",
23706
+ decimals: 18
23707
+ },
23708
+ rpcUrls: {
23709
+ default: {
23710
+ http: ["https://mainnet.megaeth.com/rpc"],
23711
+ webSocket: ["wss://mainnet.megaeth.com/ws"]
23712
+ }
23713
+ },
23714
+ blockExplorers: {
23715
+ default: {
23716
+ name: "Etherscan",
23717
+ url: "https://mega.etherscan.io",
23718
+ apiUrl: "https://api.etherscan.io/v2/api"
23719
+ },
23720
+ blockscout: {
23721
+ name: "Etherscan",
23722
+ url: "https://mega.etherscan.io",
23723
+ apiUrl: "https://api.etherscan.io/v2/api"
23724
+ }
23725
+ },
23726
+ contracts: {
23727
+ multicall3: {
23728
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
23729
+ blockCreated: 0
23730
+ }
23731
+ }
23732
+ });
23733
+
23599
23734
  // ../../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
23600
23735
  var merlin = /* @__PURE__ */ defineChain({
23601
23736
  id: 4200,
@@ -23677,7 +23812,7 @@ var metis = /* @__PURE__ */ defineChain({
23677
23812
  });
23678
23813
 
23679
23814
  // ../../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
23680
- var sourceId7 = 1;
23815
+ var sourceId8 = 1;
23681
23816
  var mode = /* @__PURE__ */ defineChain({
23682
23817
  ...chainConfig2,
23683
23818
  id: 34443,
@@ -23701,22 +23836,22 @@ var mode = /* @__PURE__ */ defineChain({
23701
23836
  blockCreated: 2465882
23702
23837
  },
23703
23838
  l2OutputOracle: {
23704
- [sourceId7]: {
23839
+ [sourceId8]: {
23705
23840
  address: "0x4317ba146D4933D889518a3e5E11Fe7a53199b04"
23706
23841
  }
23707
23842
  },
23708
23843
  portal: {
23709
- [sourceId7]: {
23844
+ [sourceId8]: {
23710
23845
  address: "0x8B34b14c7c7123459Cf3076b8Cb929BE097d0C07"
23711
23846
  }
23712
23847
  },
23713
23848
  l1StandardBridge: {
23714
- [sourceId7]: {
23849
+ [sourceId8]: {
23715
23850
  address: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21"
23716
23851
  }
23717
23852
  }
23718
23853
  },
23719
- sourceId: sourceId7
23854
+ sourceId: sourceId8
23720
23855
  });
23721
23856
 
23722
23857
  // ../../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
@@ -23807,7 +23942,7 @@ var neonMainnet = /* @__PURE__ */ defineChain({
23807
23942
  });
23808
23943
 
23809
23944
  // ../../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
23810
- var sourceId8 = 56;
23945
+ var sourceId9 = 56;
23811
23946
  var opBNB = /* @__PURE__ */ defineChain({
23812
23947
  id: 204,
23813
23948
  name: "opBNB",
@@ -23833,26 +23968,26 @@ var opBNB = /* @__PURE__ */ defineChain({
23833
23968
  blockCreated: 512881
23834
23969
  },
23835
23970
  l2OutputOracle: {
23836
- [sourceId8]: {
23971
+ [sourceId9]: {
23837
23972
  address: "0x153CAB79f4767E2ff862C94aa49573294B13D169"
23838
23973
  }
23839
23974
  },
23840
23975
  portal: {
23841
- [sourceId8]: {
23976
+ [sourceId9]: {
23842
23977
  address: "0x1876EA7702C0ad0C6A2ae6036DE7733edfBca519"
23843
23978
  }
23844
23979
  },
23845
23980
  l1StandardBridge: {
23846
- [sourceId8]: {
23981
+ [sourceId9]: {
23847
23982
  address: "0xF05F0e4362859c3331Cb9395CBC201E3Fa6757Ea"
23848
23983
  }
23849
23984
  }
23850
23985
  },
23851
- sourceId: sourceId8
23986
+ sourceId: sourceId9
23852
23987
  });
23853
23988
 
23854
23989
  // ../../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
23855
- var sourceId9 = 1;
23990
+ var sourceId10 = 1;
23856
23991
  var optimism = /* @__PURE__ */ defineChain({
23857
23992
  ...chainConfig2,
23858
23993
  id: 10,
@@ -23873,12 +24008,12 @@ var optimism = /* @__PURE__ */ defineChain({
23873
24008
  contracts: {
23874
24009
  ...chainConfig2.contracts,
23875
24010
  disputeGameFactory: {
23876
- [sourceId9]: {
24011
+ [sourceId10]: {
23877
24012
  address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9"
23878
24013
  }
23879
24014
  },
23880
24015
  l2OutputOracle: {
23881
- [sourceId9]: {
24016
+ [sourceId10]: {
23882
24017
  address: "0xdfe97868233d1aa22e815a266982f2cf17685a27"
23883
24018
  }
23884
24019
  },
@@ -23887,17 +24022,17 @@ var optimism = /* @__PURE__ */ defineChain({
23887
24022
  blockCreated: 4286263
23888
24023
  },
23889
24024
  portal: {
23890
- [sourceId9]: {
24025
+ [sourceId10]: {
23891
24026
  address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed"
23892
24027
  }
23893
24028
  },
23894
24029
  l1StandardBridge: {
23895
- [sourceId9]: {
24030
+ [sourceId10]: {
23896
24031
  address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1"
23897
24032
  }
23898
24033
  }
23899
24034
  },
23900
- sourceId: sourceId9
24035
+ sourceId: sourceId10
23901
24036
  });
23902
24037
 
23903
24038
  // ../../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
@@ -23938,7 +24073,7 @@ var peaq = /* @__PURE__ */ defineChain({
23938
24073
  });
23939
24074
 
23940
24075
  // ../../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
23941
- var sourceId10 = 1;
24076
+ var sourceId11 = 1;
23942
24077
  var plume = /* @__PURE__ */ defineChain({
23943
24078
  id: 98865,
23944
24079
  name: "Plume (Legacy)",
@@ -23966,7 +24101,39 @@ var plume = /* @__PURE__ */ defineChain({
23966
24101
  blockCreated: 48577
23967
24102
  }
23968
24103
  },
23969
- sourceId: sourceId10
24104
+ sourceId: sourceId11
24105
+ });
24106
+
24107
+ // ../../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
24108
+ var sourceId12 = 1;
24109
+ var plumeMainnet = /* @__PURE__ */ defineChain({
24110
+ id: 98866,
24111
+ name: "Plume",
24112
+ nativeCurrency: {
24113
+ name: "Plume",
24114
+ symbol: "PLUME",
24115
+ decimals: 18
24116
+ },
24117
+ rpcUrls: {
24118
+ default: {
24119
+ http: ["https://rpc.plume.org"],
24120
+ webSocket: ["wss://rpc.plume.org"]
24121
+ }
24122
+ },
24123
+ blockExplorers: {
24124
+ default: {
24125
+ name: "Blockscout",
24126
+ url: "https://explorer.plume.org",
24127
+ apiUrl: "https://explorer.plume.org/api"
24128
+ }
24129
+ },
24130
+ contracts: {
24131
+ multicall3: {
24132
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
24133
+ blockCreated: 39679
24134
+ }
24135
+ },
24136
+ sourceId: sourceId12
23970
24137
  });
23971
24138
 
23972
24139
  // ../../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
@@ -24131,7 +24298,7 @@ var sei = /* @__PURE__ */ defineChain({
24131
24298
  });
24132
24299
 
24133
24300
  // ../../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
24134
- var sourceId11 = 1;
24301
+ var sourceId13 = 1;
24135
24302
  var soneium = /* @__PURE__ */ defineChain({
24136
24303
  ...chainConfig2,
24137
24304
  id: 1868,
@@ -24152,23 +24319,23 @@ var soneium = /* @__PURE__ */ defineChain({
24152
24319
  contracts: {
24153
24320
  ...chainConfig2.contracts,
24154
24321
  disputeGameFactory: {
24155
- [sourceId11]: {
24322
+ [sourceId13]: {
24156
24323
  address: "0x512a3d2c7a43bd9261d2b8e8c9c70d4bd4d503c0"
24157
24324
  }
24158
24325
  },
24159
24326
  l2OutputOracle: {
24160
- [sourceId11]: {
24327
+ [sourceId13]: {
24161
24328
  address: "0x0000000000000000000000000000000000000000"
24162
24329
  }
24163
24330
  },
24164
24331
  portal: {
24165
- [sourceId11]: {
24332
+ [sourceId13]: {
24166
24333
  address: "0x88e529a6ccd302c948689cd5156c83d4614fae92",
24167
24334
  blockCreated: 7061266
24168
24335
  }
24169
24336
  },
24170
24337
  l1StandardBridge: {
24171
- [sourceId11]: {
24338
+ [sourceId13]: {
24172
24339
  address: "0xeb9bf100225c214efc3e7c651ebbadcf85177607",
24173
24340
  blockCreated: 7061266
24174
24341
  }
@@ -24178,7 +24345,7 @@ var soneium = /* @__PURE__ */ defineChain({
24178
24345
  blockCreated: 1
24179
24346
  }
24180
24347
  },
24181
- sourceId: sourceId11
24348
+ sourceId: sourceId13
24182
24349
  });
24183
24350
 
24184
24351
  // ../../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
@@ -24209,6 +24376,38 @@ var sonic = /* @__PURE__ */ defineChain({
24209
24376
  testnet: false
24210
24377
  });
24211
24378
 
24379
+ // ../../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
24380
+ var stable = /* @__PURE__ */ defineChain({
24381
+ id: 988,
24382
+ name: "Stable Mainnet",
24383
+ blockTime: 700,
24384
+ nativeCurrency: {
24385
+ name: "USDT0",
24386
+ symbol: "USDT0",
24387
+ decimals: 18
24388
+ },
24389
+ rpcUrls: {
24390
+ default: {
24391
+ http: ["https://rpc.stable.xyz"],
24392
+ webSocket: ["wss://rpc.stable.xyz"]
24393
+ }
24394
+ },
24395
+ blockExplorers: {
24396
+ default: {
24397
+ name: "Stablescan",
24398
+ url: "https://stablescan.xyz",
24399
+ apiUrl: "https://api.etherscan.io/v2/api?chainid=988"
24400
+ }
24401
+ },
24402
+ contracts: {
24403
+ multicall3: {
24404
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
24405
+ blockCreated: 2423647
24406
+ }
24407
+ },
24408
+ testnet: false
24409
+ });
24410
+
24212
24411
  // ../../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
24213
24412
  var story = /* @__PURE__ */ defineChain({
24214
24413
  id: 1514,
@@ -24343,7 +24542,7 @@ var telos = /* @__PURE__ */ defineChain({
24343
24542
  });
24344
24543
 
24345
24544
  // ../../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
24346
- var sourceId12 = 1;
24545
+ var sourceId14 = 1;
24347
24546
  var unichain = /* @__PURE__ */ defineChain({
24348
24547
  ...chainConfig2,
24349
24548
  id: 130,
@@ -24369,22 +24568,22 @@ var unichain = /* @__PURE__ */ defineChain({
24369
24568
  blockCreated: 0
24370
24569
  },
24371
24570
  disputeGameFactory: {
24372
- [sourceId12]: {
24571
+ [sourceId14]: {
24373
24572
  address: "0x2F12d621a16e2d3285929C9996f478508951dFe4"
24374
24573
  }
24375
24574
  },
24376
24575
  portal: {
24377
- [sourceId12]: {
24576
+ [sourceId14]: {
24378
24577
  address: "0x0bd48f6B86a26D3a217d0Fa6FfE2B491B956A7a2"
24379
24578
  }
24380
24579
  },
24381
24580
  l1StandardBridge: {
24382
- [sourceId12]: {
24581
+ [sourceId14]: {
24383
24582
  address: "0x81014F44b0a345033bB2b3B21C7a1A308B35fEeA"
24384
24583
  }
24385
24584
  }
24386
24585
  },
24387
- sourceId: sourceId12
24586
+ sourceId: sourceId14
24388
24587
  });
24389
24588
 
24390
24589
  // ../../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
@@ -24435,7 +24634,7 @@ var vanar = /* @__PURE__ */ defineChain({
24435
24634
  });
24436
24635
 
24437
24636
  // ../../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
24438
- var sourceId13 = 1;
24637
+ var sourceId15 = 1;
24439
24638
  var worldchain = /* @__PURE__ */ defineChain({
24440
24639
  ...chainConfig2,
24441
24640
  id: 480,
@@ -24464,28 +24663,28 @@ var worldchain = /* @__PURE__ */ defineChain({
24464
24663
  blockCreated: 0
24465
24664
  },
24466
24665
  disputeGameFactory: {
24467
- [sourceId13]: {
24666
+ [sourceId15]: {
24468
24667
  address: "0x069c4c579671f8c120b1327a73217D01Ea2EC5ea"
24469
24668
  }
24470
24669
  },
24471
24670
  l2OutputOracle: {
24472
- [sourceId13]: {
24671
+ [sourceId15]: {
24473
24672
  address: "0x19A6d1E9034596196295CF148509796978343c5D"
24474
24673
  }
24475
24674
  },
24476
24675
  portal: {
24477
- [sourceId13]: {
24676
+ [sourceId15]: {
24478
24677
  address: "0xd5ec14a83B7d95BE1E2Ac12523e2dEE12Cbeea6C"
24479
24678
  }
24480
24679
  },
24481
24680
  l1StandardBridge: {
24482
- [sourceId13]: {
24681
+ [sourceId15]: {
24483
24682
  address: "0x470458C91978D2d929704489Ad730DC3E3001113"
24484
24683
  }
24485
24684
  }
24486
24685
  },
24487
24686
  testnet: false,
24488
- sourceId: sourceId13
24687
+ sourceId: sourceId15
24489
24688
  });
24490
24689
 
24491
24690
  // ../../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
@@ -24571,7 +24770,7 @@ var zetachain = /* @__PURE__ */ defineChain({
24571
24770
  });
24572
24771
 
24573
24772
  // ../../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
24574
- var sourceId14 = 1;
24773
+ var sourceId16 = 1;
24575
24774
  var zircuit = /* @__PURE__ */ defineChain({
24576
24775
  ...chainConfig2,
24577
24776
  id: 48900,
@@ -24602,17 +24801,17 @@ var zircuit = /* @__PURE__ */ defineChain({
24602
24801
  address: "0xcA11bde05977b3631167028862bE2a173976CA11"
24603
24802
  },
24604
24803
  l2OutputOracle: {
24605
- [sourceId14]: {
24804
+ [sourceId16]: {
24606
24805
  address: "0x92Ef6Af472b39F1b363da45E35530c24619245A4"
24607
24806
  }
24608
24807
  },
24609
24808
  portal: {
24610
- [sourceId14]: {
24809
+ [sourceId16]: {
24611
24810
  address: "0x17bfAfA932d2e23Bd9B909Fd5B4D2e2a27043fb1"
24612
24811
  }
24613
24812
  },
24614
24813
  l1StandardBridge: {
24615
- [sourceId14]: {
24814
+ [sourceId16]: {
24616
24815
  address: "0x386B76D9cA5F5Fb150B6BFB35CF5379B22B26dd8"
24617
24816
  }
24618
24817
  }
@@ -24910,6 +25109,18 @@ function getEvmChain(chain) {
24910
25109
  return customChains.swellchain;
24911
25110
  case import_chain_registry.Chain.TAC_MAINNET:
24912
25111
  return customChains.tacMainnet;
25112
+ case import_chain_registry.Chain.LISK:
25113
+ return lisk;
25114
+ case import_chain_registry.Chain.MEGAETH_MAINNET:
25115
+ return megaeth;
25116
+ case import_chain_registry.Chain.STABLE_MAINNET:
25117
+ return stable;
25118
+ case import_chain_registry.Chain.PLUME_MAINNET:
25119
+ return plumeMainnet;
25120
+ case import_chain_registry.Chain.ETHERLINK_MAINNET:
25121
+ return etherlink;
25122
+ case import_chain_registry.Chain.PHAROS_MAINNET:
25123
+ return customChains.pharosMainnet;
24913
25124
  case import_chain_registry.Chain.ZKLINK_NOVA_MAINNET:
24914
25125
  return {
24915
25126
  ...zkLinkNova,
@@ -25152,7 +25363,6 @@ var LIST_OVERRIDES = {
25152
25363
  "https://opbnb-mainnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3",
25153
25364
  "wss://opbnb-mainnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3"
25154
25365
  ],
25155
- [import_chain_registry2.Chain.X_LAYER_MAINNET]: ["https://xlayerrpc.okx.com"],
25156
25366
  [import_chain_registry2.Chain.MANTA_PACIFIC_MAINNET]: [
25157
25367
  "https://manta.nirvanalabs.xyz/mantapublic",
25158
25368
  "https://manta-pacific-gascap.calderachain.xyz/http",
@@ -25213,6 +25423,47 @@ var LIST_OVERRIDES = {
25213
25423
  "https://unichain.drpc.org",
25214
25424
  "https://unichain.api.onfinality.io/public",
25215
25425
  "https://rpc.poolz.finance/unichain"
25426
+ ],
25427
+ [import_chain_registry2.Chain.X_LAYER_MAINNET]: [
25428
+ "https://rpc.xlayer.tech",
25429
+ "https://xlayer.rpc.blxrbdn.com",
25430
+ "https://okx-xlayer.rpc.blxrbdn.com",
25431
+ "https://flap-xlayer.rpc.blxrbdn.com",
25432
+ "https://xlayer.drpc.org",
25433
+ "https://rpc.sentio.xyz/xlayer-mainnet"
25434
+ ],
25435
+ [import_chain_registry2.Chain.LISK]: [
25436
+ "https://lisk.gateway.tenderly.co",
25437
+ "https://lisk.drpc.org",
25438
+ "https://rpc.api.lisk.com"
25439
+ ],
25440
+ [import_chain_registry2.Chain.MEGAETH_MAINNET]: [
25441
+ "https://rpc-megaeth-mainnet.globalstake.io",
25442
+ "https://mainnet.megaeth.com/rpc",
25443
+ "https://megaeth.drpc.org"
25444
+ ],
25445
+ [import_chain_registry2.Chain.PLUME_MAINNET]: [
25446
+ "https://rpc.plume.org",
25447
+ "https://plume.drpc.org",
25448
+ "https://plume-mainnet.gateway.tatum.io"
25449
+ ],
25450
+ [import_chain_registry2.Chain.PHAROS_MAINNET]: [
25451
+ "https://rpc.pharos.xyz",
25452
+ "https://infra.originstake.com/pharos/evm"
25453
+ ],
25454
+ [import_chain_registry2.Chain.BOB]: [
25455
+ "https://rpc.gobob.xyz",
25456
+ "https://bob.drpc.org",
25457
+ "https://bob.gateway.tenderly.co",
25458
+ "https://rpc.sentio.xyz/bob"
25459
+ ],
25460
+ [import_chain_registry2.Chain.ROOTSTOCK_MAINNET]: [
25461
+ "https://mycrypto.rsk.co",
25462
+ "https://public-node.rsk.co"
25463
+ ],
25464
+ [import_chain_registry2.Chain.ETHERLINK_MAINNET]: [
25465
+ "https://node.mainnet.etherlink.com",
25466
+ "https://rpc.ankr.com/etherlink_mainnet"
25216
25467
  ]
25217
25468
  };
25218
25469