@gfxlabs/oku-chains 1.1.110 → 1.1.112

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/browser.js CHANGED
@@ -1781,6 +1781,7 @@
1781
1781
  },
1782
1782
  markets: {
1783
1783
  openocean: "mantle",
1784
+ zeroex: true,
1784
1785
  },
1785
1786
  bridges: {
1786
1787
  stargate: {
package/dist/index-mjs.js CHANGED
@@ -1778,6 +1778,7 @@ const mantle = makeConfig({
1778
1778
  },
1779
1779
  markets: {
1780
1780
  openocean: "mantle",
1781
+ zeroex: true,
1781
1782
  },
1782
1783
  bridges: {
1783
1784
  stargate: {
package/dist/index.js CHANGED
@@ -1780,6 +1780,7 @@ const mantle = makeConfig({
1780
1780
  },
1781
1781
  markets: {
1782
1782
  openocean: "mantle",
1783
+ zeroex: true,
1783
1784
  },
1784
1785
  bridges: {
1785
1786
  stargate: {
@@ -368,6 +368,7 @@ declare const base: Readonly<{
368
368
  mixHash: `0x${string}`;
369
369
  nonce: `0x${string}` | null;
370
370
  number: bigint | null;
371
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
371
372
  parentHash: `0x${string}`;
372
373
  receiptsRoot: `0x${string}`;
373
374
  sealFields: `0x${string}`[];
@@ -874,6 +875,7 @@ declare const bob: Readonly<{
874
875
  mixHash: `0x${string}`;
875
876
  nonce: `0x${string}` | null;
876
877
  number: bigint | null;
878
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
877
879
  parentHash: `0x${string}`;
878
880
  receiptsRoot: `0x${string}`;
879
881
  sealFields: `0x${string}`[];
@@ -1836,6 +1838,39 @@ declare const lisk: Readonly<{
1836
1838
  multicall3: {
1837
1839
  address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
1838
1840
  };
1841
+ l2OutputOracle: {
1842
+ readonly 1: {
1843
+ readonly address: "0x113cB99283AF242Da0A0C54347667edF531Aa7d6";
1844
+ };
1845
+ };
1846
+ portal: {
1847
+ readonly 1: {
1848
+ readonly address: "0x26dB93F8b8b4f7016240af62F7730979d353f9A7";
1849
+ };
1850
+ };
1851
+ l1StandardBridge: {
1852
+ readonly 1: {
1853
+ readonly address: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08";
1854
+ };
1855
+ };
1856
+ gasPriceOracle: {
1857
+ readonly address: "0x420000000000000000000000000000000000000F";
1858
+ };
1859
+ l1Block: {
1860
+ readonly address: "0x4200000000000000000000000000000000000015";
1861
+ };
1862
+ l2CrossDomainMessenger: {
1863
+ readonly address: "0x4200000000000000000000000000000000000007";
1864
+ };
1865
+ l2Erc721Bridge: {
1866
+ readonly address: "0x4200000000000000000000000000000000000014";
1867
+ };
1868
+ l2StandardBridge: {
1869
+ readonly address: "0x4200000000000000000000000000000000000010";
1870
+ };
1871
+ l2ToL1MessagePasser: {
1872
+ readonly address: "0x4200000000000000000000000000000000000016";
1873
+ };
1839
1874
  };
1840
1875
  id: 1135;
1841
1876
  name: "Lisk";
@@ -1851,7 +1886,7 @@ declare const lisk: Readonly<{
1851
1886
  ];
1852
1887
  };
1853
1888
  };
1854
- sourceId?: number | undefined;
1889
+ sourceId: 1;
1855
1890
  testnet?: boolean | undefined;
1856
1891
  custom?: Record<string, unknown> | undefined;
1857
1892
  fees?: import("viem").ChainFees<undefined> | undefined;
@@ -1873,6 +1908,7 @@ declare const lisk: Readonly<{
1873
1908
  mixHash: `0x${string}`;
1874
1909
  nonce: `0x${string}` | null;
1875
1910
  number: bigint | null;
1911
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
1876
1912
  parentHash: `0x${string}`;
1877
1913
  receiptsRoot: `0x${string}`;
1878
1914
  sealFields: `0x${string}`[];
@@ -2404,6 +2440,7 @@ declare const mantle: Readonly<{
2404
2440
  };
2405
2441
  markets: {
2406
2442
  openocean: string;
2443
+ zeroex: true;
2407
2444
  };
2408
2445
  bridges: {
2409
2446
  stargate: {
@@ -2856,6 +2893,7 @@ declare const optimism: Readonly<{
2856
2893
  mixHash: `0x${string}`;
2857
2894
  nonce: `0x${string}` | null;
2858
2895
  number: bigint | null;
2896
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
2859
2897
  parentHash: `0x${string}`;
2860
2898
  receiptsRoot: `0x${string}`;
2861
2899
  sealFields: `0x${string}`[];
@@ -3224,8 +3262,8 @@ declare const polygon: Readonly<{
3224
3262
  id: 137;
3225
3263
  name: "Polygon";
3226
3264
  nativeCurrency: {
3227
- readonly name: "MATIC";
3228
- readonly symbol: "MATIC";
3265
+ readonly name: "POL";
3266
+ readonly symbol: "POL";
3229
3267
  readonly decimals: 18;
3230
3268
  };
3231
3269
  rpcUrls: {
@@ -3846,6 +3884,7 @@ declare const xLayer: Readonly<{
3846
3884
  readonly default: {
3847
3885
  readonly name: "OKLink";
3848
3886
  readonly url: "https://www.oklink.com/xlayer";
3887
+ readonly apiUrl: "https://www.oklink.com/api/v5/explorer/xlayer/api";
3849
3888
  };
3850
3889
  };
3851
3890
  id: 196;
@@ -4209,6 +4248,10 @@ declare const zkSync: Readonly<{
4209
4248
  multicall3: {
4210
4249
  address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
4211
4250
  };
4251
+ universalSignatureVerifier: {
4252
+ readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
4253
+ readonly blockCreated: 45659388;
4254
+ };
4212
4255
  };
4213
4256
  id: 324;
4214
4257
  name: "ZKsync Era";
@@ -4251,6 +4294,7 @@ declare const zkSync: Readonly<{
4251
4294
  mixHash: `0x${string}`;
4252
4295
  nonce: `0x${string}` | null;
4253
4296
  number: bigint | null;
4297
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
4254
4298
  parentHash: `0x${string}`;
4255
4299
  receiptsRoot: `0x${string}`;
4256
4300
  sealFields: `0x${string}`[];
@@ -4487,7 +4531,7 @@ declare const zkSync: Readonly<{
4487
4531
  exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
4488
4532
  format: (args: import("viem/chains").ZkSyncTransactionRequest<bigint, number>) => ({
4489
4533
  data?: `0x${string}` | undefined;
4490
- from: `0x${string}`;
4534
+ from?: `0x${string}` | undefined;
4491
4535
  gas?: `0x${string}` | undefined;
4492
4536
  nonce?: `0x${string}` | undefined;
4493
4537
  to?: `0x${string}` | null | undefined;
@@ -4506,7 +4550,7 @@ declare const zkSync: Readonly<{
4506
4550
  eip712Meta?: undefined;
4507
4551
  } | {
4508
4552
  data?: `0x${string}` | undefined;
4509
- from: `0x${string}`;
4553
+ from?: `0x${string}` | undefined;
4510
4554
  gas?: `0x${string}` | undefined;
4511
4555
  nonce?: `0x${string}` | undefined;
4512
4556
  to?: `0x${string}` | null | undefined;
@@ -4525,7 +4569,7 @@ declare const zkSync: Readonly<{
4525
4569
  eip712Meta?: undefined;
4526
4570
  } | {
4527
4571
  data?: `0x${string}` | undefined;
4528
- from: `0x${string}`;
4572
+ from?: `0x${string}` | undefined;
4529
4573
  gas?: `0x${string}` | undefined;
4530
4574
  nonce?: `0x${string}` | undefined;
4531
4575
  to?: `0x${string}` | null | undefined;
@@ -4545,7 +4589,7 @@ declare const zkSync: Readonly<{
4545
4589
  } | {
4546
4590
  type?: "0x3" | undefined;
4547
4591
  data?: `0x${string}` | undefined;
4548
- from: `0x${string}`;
4592
+ from?: `0x${string}` | undefined;
4549
4593
  gas?: `0x${string}` | undefined;
4550
4594
  nonce?: `0x${string}` | undefined;
4551
4595
  value?: `0x${string}` | undefined;
@@ -4569,7 +4613,7 @@ declare const zkSync: Readonly<{
4569
4613
  maxPriorityFeePerGas?: `0x${string}` | undefined;
4570
4614
  to?: `0x${string}` | null | undefined;
4571
4615
  data?: `0x${string}` | undefined;
4572
- from: `0x${string}`;
4616
+ from?: `0x${string}` | undefined;
4573
4617
  gas?: `0x${string}` | undefined;
4574
4618
  nonce?: `0x${string}` | undefined;
4575
4619
  value?: `0x${string}` | undefined;
@@ -4582,7 +4626,7 @@ declare const zkSync: Readonly<{
4582
4626
  eip712Meta?: undefined;
4583
4627
  } | {
4584
4628
  data?: `0x${string}` | undefined;
4585
- from: `0x${string}`;
4629
+ from?: `0x${string}` | undefined;
4586
4630
  gas?: `0x${string}` | undefined;
4587
4631
  nonce?: `0x${string}` | undefined;
4588
4632
  to?: `0x${string}` | null | undefined;
@@ -5111,6 +5155,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5111
5155
  mixHash: `0x${string}`;
5112
5156
  nonce: `0x${string}` | null;
5113
5157
  number: bigint | null;
5158
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
5114
5159
  parentHash: `0x${string}`;
5115
5160
  receiptsRoot: `0x${string}`;
5116
5161
  sealFields: `0x${string}`[];
@@ -6343,6 +6388,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6343
6388
  mixHash: `0x${string}`;
6344
6389
  nonce: `0x${string}` | null;
6345
6390
  number: bigint | null;
6391
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
6346
6392
  parentHash: `0x${string}`;
6347
6393
  receiptsRoot: `0x${string}`;
6348
6394
  sealFields: `0x${string}`[];
@@ -6708,8 +6754,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6708
6754
  id: 137;
6709
6755
  name: "Polygon";
6710
6756
  nativeCurrency: {
6711
- readonly name: "MATIC";
6712
- readonly symbol: "MATIC";
6757
+ readonly name: "POL";
6758
+ readonly symbol: "POL";
6713
6759
  readonly decimals: 18;
6714
6760
  };
6715
6761
  rpcUrls: {
@@ -7202,6 +7248,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7202
7248
  multicall3: {
7203
7249
  address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
7204
7250
  };
7251
+ universalSignatureVerifier: {
7252
+ readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
7253
+ readonly blockCreated: 45659388;
7254
+ };
7205
7255
  };
7206
7256
  id: 324;
7207
7257
  name: "ZKsync Era";
@@ -7239,6 +7289,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7239
7289
  mixHash: `0x${string}`;
7240
7290
  nonce: `0x${string}` | null;
7241
7291
  number: bigint | null;
7292
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
7242
7293
  parentHash: `0x${string}`;
7243
7294
  receiptsRoot: `0x${string}`;
7244
7295
  sealFields: `0x${string}`[];
@@ -7473,7 +7524,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7473
7524
  exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
7474
7525
  format: (args: import("viem/zksync").ZkSyncTransactionRequest<bigint, number>) => ({
7475
7526
  data?: `0x${string}` | undefined;
7476
- from: `0x${string}`;
7527
+ from?: `0x${string}` | undefined;
7477
7528
  gas?: `0x${string}` | undefined;
7478
7529
  nonce?: `0x${string}` | undefined;
7479
7530
  to?: `0x${string}` | null | undefined;
@@ -7492,7 +7543,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7492
7543
  eip712Meta?: undefined;
7493
7544
  } | {
7494
7545
  data?: `0x${string}` | undefined;
7495
- from: `0x${string}`;
7546
+ from?: `0x${string}` | undefined;
7496
7547
  gas?: `0x${string}` | undefined;
7497
7548
  nonce?: `0x${string}` | undefined;
7498
7549
  to?: `0x${string}` | null | undefined;
@@ -7511,7 +7562,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7511
7562
  eip712Meta?: undefined;
7512
7563
  } | {
7513
7564
  data?: `0x${string}` | undefined;
7514
- from: `0x${string}`;
7565
+ from?: `0x${string}` | undefined;
7515
7566
  gas?: `0x${string}` | undefined;
7516
7567
  nonce?: `0x${string}` | undefined;
7517
7568
  to?: `0x${string}` | null | undefined;
@@ -7531,7 +7582,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7531
7582
  } | {
7532
7583
  type?: "0x3" | undefined;
7533
7584
  data?: `0x${string}` | undefined;
7534
- from: `0x${string}`;
7585
+ from?: `0x${string}` | undefined;
7535
7586
  gas?: `0x${string}` | undefined;
7536
7587
  nonce?: `0x${string}` | undefined;
7537
7588
  value?: `0x${string}` | undefined;
@@ -7555,7 +7606,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7555
7606
  maxPriorityFeePerGas?: `0x${string}` | undefined;
7556
7607
  to?: `0x${string}` | null | undefined;
7557
7608
  data?: `0x${string}` | undefined;
7558
- from: `0x${string}`;
7609
+ from?: `0x${string}` | undefined;
7559
7610
  gas?: `0x${string}` | undefined;
7560
7611
  nonce?: `0x${string}` | undefined;
7561
7612
  value?: `0x${string}` | undefined;
@@ -7568,7 +7619,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7568
7619
  eip712Meta?: undefined;
7569
7620
  } | {
7570
7621
  data?: `0x${string}` | undefined;
7571
- from: `0x${string}`;
7622
+ from?: `0x${string}` | undefined;
7572
7623
  gas?: `0x${string}` | undefined;
7573
7624
  nonce?: `0x${string}` | undefined;
7574
7625
  to?: `0x${string}` | null | undefined;
@@ -7975,6 +8026,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7975
8026
  };
7976
8027
  markets: {
7977
8028
  openocean: string;
8029
+ zeroex: true;
7978
8030
  };
7979
8031
  bridges: {
7980
8032
  stargate: {
@@ -8393,6 +8445,39 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8393
8445
  multicall3: {
8394
8446
  address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
8395
8447
  };
8448
+ l2OutputOracle: {
8449
+ readonly 1: {
8450
+ readonly address: "0x113cB99283AF242Da0A0C54347667edF531Aa7d6";
8451
+ };
8452
+ };
8453
+ portal: {
8454
+ readonly 1: {
8455
+ readonly address: "0x26dB93F8b8b4f7016240af62F7730979d353f9A7";
8456
+ };
8457
+ };
8458
+ l1StandardBridge: {
8459
+ readonly 1: {
8460
+ readonly address: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08";
8461
+ };
8462
+ };
8463
+ gasPriceOracle: {
8464
+ readonly address: "0x420000000000000000000000000000000000000F";
8465
+ };
8466
+ l1Block: {
8467
+ readonly address: "0x4200000000000000000000000000000000000015";
8468
+ };
8469
+ l2CrossDomainMessenger: {
8470
+ readonly address: "0x4200000000000000000000000000000000000007";
8471
+ };
8472
+ l2Erc721Bridge: {
8473
+ readonly address: "0x4200000000000000000000000000000000000014";
8474
+ };
8475
+ l2StandardBridge: {
8476
+ readonly address: "0x4200000000000000000000000000000000000010";
8477
+ };
8478
+ l2ToL1MessagePasser: {
8479
+ readonly address: "0x4200000000000000000000000000000000000016";
8480
+ };
8396
8481
  };
8397
8482
  id: 1135;
8398
8483
  name: "Lisk";
@@ -8406,7 +8491,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8406
8491
  readonly http: readonly ["https://rpc.api.lisk.com"];
8407
8492
  };
8408
8493
  };
8409
- sourceId?: number | undefined;
8494
+ sourceId: 1;
8410
8495
  testnet?: boolean | undefined;
8411
8496
  custom?: Record<string, unknown> | undefined;
8412
8497
  fees?: import("viem").ChainFees<undefined> | undefined;
@@ -8427,6 +8512,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8427
8512
  mixHash: `0x${string}`;
8428
8513
  nonce: `0x${string}` | null;
8429
8514
  number: bigint | null;
8515
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
8430
8516
  parentHash: `0x${string}`;
8431
8517
  receiptsRoot: `0x${string}`;
8432
8518
  sealFields: `0x${string}`[];
@@ -8806,6 +8892,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8806
8892
  mixHash: `0x${string}`;
8807
8893
  nonce: `0x${string}` | null;
8808
8894
  number: bigint | null;
8895
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
8809
8896
  parentHash: `0x${string}`;
8810
8897
  receiptsRoot: `0x${string}`;
8811
8898
  sealFields: `0x${string}`[];
@@ -9234,6 +9321,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9234
9321
  readonly default: {
9235
9322
  readonly name: "OKLink";
9236
9323
  readonly url: "https://www.oklink.com/xlayer";
9324
+ readonly apiUrl: "https://www.oklink.com/api/v5/explorer/xlayer/api";
9237
9325
  };
9238
9326
  };
9239
9327
  id: 196;
@@ -368,6 +368,7 @@ declare const base: Readonly<{
368
368
  mixHash: `0x${string}`;
369
369
  nonce: `0x${string}` | null;
370
370
  number: bigint | null;
371
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
371
372
  parentHash: `0x${string}`;
372
373
  receiptsRoot: `0x${string}`;
373
374
  sealFields: `0x${string}`[];
@@ -874,6 +875,7 @@ declare const bob: Readonly<{
874
875
  mixHash: `0x${string}`;
875
876
  nonce: `0x${string}` | null;
876
877
  number: bigint | null;
878
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
877
879
  parentHash: `0x${string}`;
878
880
  receiptsRoot: `0x${string}`;
879
881
  sealFields: `0x${string}`[];
@@ -1836,6 +1838,39 @@ declare const lisk: Readonly<{
1836
1838
  multicall3: {
1837
1839
  address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
1838
1840
  };
1841
+ l2OutputOracle: {
1842
+ readonly 1: {
1843
+ readonly address: "0x113cB99283AF242Da0A0C54347667edF531Aa7d6";
1844
+ };
1845
+ };
1846
+ portal: {
1847
+ readonly 1: {
1848
+ readonly address: "0x26dB93F8b8b4f7016240af62F7730979d353f9A7";
1849
+ };
1850
+ };
1851
+ l1StandardBridge: {
1852
+ readonly 1: {
1853
+ readonly address: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08";
1854
+ };
1855
+ };
1856
+ gasPriceOracle: {
1857
+ readonly address: "0x420000000000000000000000000000000000000F";
1858
+ };
1859
+ l1Block: {
1860
+ readonly address: "0x4200000000000000000000000000000000000015";
1861
+ };
1862
+ l2CrossDomainMessenger: {
1863
+ readonly address: "0x4200000000000000000000000000000000000007";
1864
+ };
1865
+ l2Erc721Bridge: {
1866
+ readonly address: "0x4200000000000000000000000000000000000014";
1867
+ };
1868
+ l2StandardBridge: {
1869
+ readonly address: "0x4200000000000000000000000000000000000010";
1870
+ };
1871
+ l2ToL1MessagePasser: {
1872
+ readonly address: "0x4200000000000000000000000000000000000016";
1873
+ };
1839
1874
  };
1840
1875
  id: 1135;
1841
1876
  name: "Lisk";
@@ -1851,7 +1886,7 @@ declare const lisk: Readonly<{
1851
1886
  ];
1852
1887
  };
1853
1888
  };
1854
- sourceId?: number | undefined;
1889
+ sourceId: 1;
1855
1890
  testnet?: boolean | undefined;
1856
1891
  custom?: Record<string, unknown> | undefined;
1857
1892
  fees?: import("viem").ChainFees<undefined> | undefined;
@@ -1873,6 +1908,7 @@ declare const lisk: Readonly<{
1873
1908
  mixHash: `0x${string}`;
1874
1909
  nonce: `0x${string}` | null;
1875
1910
  number: bigint | null;
1911
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
1876
1912
  parentHash: `0x${string}`;
1877
1913
  receiptsRoot: `0x${string}`;
1878
1914
  sealFields: `0x${string}`[];
@@ -2404,6 +2440,7 @@ declare const mantle: Readonly<{
2404
2440
  };
2405
2441
  markets: {
2406
2442
  openocean: string;
2443
+ zeroex: true;
2407
2444
  };
2408
2445
  bridges: {
2409
2446
  stargate: {
@@ -2856,6 +2893,7 @@ declare const optimism: Readonly<{
2856
2893
  mixHash: `0x${string}`;
2857
2894
  nonce: `0x${string}` | null;
2858
2895
  number: bigint | null;
2896
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
2859
2897
  parentHash: `0x${string}`;
2860
2898
  receiptsRoot: `0x${string}`;
2861
2899
  sealFields: `0x${string}`[];
@@ -3224,8 +3262,8 @@ declare const polygon: Readonly<{
3224
3262
  id: 137;
3225
3263
  name: "Polygon";
3226
3264
  nativeCurrency: {
3227
- readonly name: "MATIC";
3228
- readonly symbol: "MATIC";
3265
+ readonly name: "POL";
3266
+ readonly symbol: "POL";
3229
3267
  readonly decimals: 18;
3230
3268
  };
3231
3269
  rpcUrls: {
@@ -3846,6 +3884,7 @@ declare const xLayer: Readonly<{
3846
3884
  readonly default: {
3847
3885
  readonly name: "OKLink";
3848
3886
  readonly url: "https://www.oklink.com/xlayer";
3887
+ readonly apiUrl: "https://www.oklink.com/api/v5/explorer/xlayer/api";
3849
3888
  };
3850
3889
  };
3851
3890
  id: 196;
@@ -4209,6 +4248,10 @@ declare const zkSync: Readonly<{
4209
4248
  multicall3: {
4210
4249
  address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
4211
4250
  };
4251
+ universalSignatureVerifier: {
4252
+ readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
4253
+ readonly blockCreated: 45659388;
4254
+ };
4212
4255
  };
4213
4256
  id: 324;
4214
4257
  name: "ZKsync Era";
@@ -4251,6 +4294,7 @@ declare const zkSync: Readonly<{
4251
4294
  mixHash: `0x${string}`;
4252
4295
  nonce: `0x${string}` | null;
4253
4296
  number: bigint | null;
4297
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
4254
4298
  parentHash: `0x${string}`;
4255
4299
  receiptsRoot: `0x${string}`;
4256
4300
  sealFields: `0x${string}`[];
@@ -4487,7 +4531,7 @@ declare const zkSync: Readonly<{
4487
4531
  exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
4488
4532
  format: (args: import("viem/chains").ZkSyncTransactionRequest<bigint, number>) => ({
4489
4533
  data?: `0x${string}` | undefined;
4490
- from: `0x${string}`;
4534
+ from?: `0x${string}` | undefined;
4491
4535
  gas?: `0x${string}` | undefined;
4492
4536
  nonce?: `0x${string}` | undefined;
4493
4537
  to?: `0x${string}` | null | undefined;
@@ -4506,7 +4550,7 @@ declare const zkSync: Readonly<{
4506
4550
  eip712Meta?: undefined;
4507
4551
  } | {
4508
4552
  data?: `0x${string}` | undefined;
4509
- from: `0x${string}`;
4553
+ from?: `0x${string}` | undefined;
4510
4554
  gas?: `0x${string}` | undefined;
4511
4555
  nonce?: `0x${string}` | undefined;
4512
4556
  to?: `0x${string}` | null | undefined;
@@ -4525,7 +4569,7 @@ declare const zkSync: Readonly<{
4525
4569
  eip712Meta?: undefined;
4526
4570
  } | {
4527
4571
  data?: `0x${string}` | undefined;
4528
- from: `0x${string}`;
4572
+ from?: `0x${string}` | undefined;
4529
4573
  gas?: `0x${string}` | undefined;
4530
4574
  nonce?: `0x${string}` | undefined;
4531
4575
  to?: `0x${string}` | null | undefined;
@@ -4545,7 +4589,7 @@ declare const zkSync: Readonly<{
4545
4589
  } | {
4546
4590
  type?: "0x3" | undefined;
4547
4591
  data?: `0x${string}` | undefined;
4548
- from: `0x${string}`;
4592
+ from?: `0x${string}` | undefined;
4549
4593
  gas?: `0x${string}` | undefined;
4550
4594
  nonce?: `0x${string}` | undefined;
4551
4595
  value?: `0x${string}` | undefined;
@@ -4569,7 +4613,7 @@ declare const zkSync: Readonly<{
4569
4613
  maxPriorityFeePerGas?: `0x${string}` | undefined;
4570
4614
  to?: `0x${string}` | null | undefined;
4571
4615
  data?: `0x${string}` | undefined;
4572
- from: `0x${string}`;
4616
+ from?: `0x${string}` | undefined;
4573
4617
  gas?: `0x${string}` | undefined;
4574
4618
  nonce?: `0x${string}` | undefined;
4575
4619
  value?: `0x${string}` | undefined;
@@ -4582,7 +4626,7 @@ declare const zkSync: Readonly<{
4582
4626
  eip712Meta?: undefined;
4583
4627
  } | {
4584
4628
  data?: `0x${string}` | undefined;
4585
- from: `0x${string}`;
4629
+ from?: `0x${string}` | undefined;
4586
4630
  gas?: `0x${string}` | undefined;
4587
4631
  nonce?: `0x${string}` | undefined;
4588
4632
  to?: `0x${string}` | null | undefined;
@@ -5111,6 +5155,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5111
5155
  mixHash: `0x${string}`;
5112
5156
  nonce: `0x${string}` | null;
5113
5157
  number: bigint | null;
5158
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
5114
5159
  parentHash: `0x${string}`;
5115
5160
  receiptsRoot: `0x${string}`;
5116
5161
  sealFields: `0x${string}`[];
@@ -6343,6 +6388,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6343
6388
  mixHash: `0x${string}`;
6344
6389
  nonce: `0x${string}` | null;
6345
6390
  number: bigint | null;
6391
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
6346
6392
  parentHash: `0x${string}`;
6347
6393
  receiptsRoot: `0x${string}`;
6348
6394
  sealFields: `0x${string}`[];
@@ -6708,8 +6754,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6708
6754
  id: 137;
6709
6755
  name: "Polygon";
6710
6756
  nativeCurrency: {
6711
- readonly name: "MATIC";
6712
- readonly symbol: "MATIC";
6757
+ readonly name: "POL";
6758
+ readonly symbol: "POL";
6713
6759
  readonly decimals: 18;
6714
6760
  };
6715
6761
  rpcUrls: {
@@ -7202,6 +7248,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7202
7248
  multicall3: {
7203
7249
  address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
7204
7250
  };
7251
+ universalSignatureVerifier: {
7252
+ readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
7253
+ readonly blockCreated: 45659388;
7254
+ };
7205
7255
  };
7206
7256
  id: 324;
7207
7257
  name: "ZKsync Era";
@@ -7239,6 +7289,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7239
7289
  mixHash: `0x${string}`;
7240
7290
  nonce: `0x${string}` | null;
7241
7291
  number: bigint | null;
7292
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
7242
7293
  parentHash: `0x${string}`;
7243
7294
  receiptsRoot: `0x${string}`;
7244
7295
  sealFields: `0x${string}`[];
@@ -7473,7 +7524,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7473
7524
  exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
7474
7525
  format: (args: import("viem/zksync").ZkSyncTransactionRequest<bigint, number>) => ({
7475
7526
  data?: `0x${string}` | undefined;
7476
- from: `0x${string}`;
7527
+ from?: `0x${string}` | undefined;
7477
7528
  gas?: `0x${string}` | undefined;
7478
7529
  nonce?: `0x${string}` | undefined;
7479
7530
  to?: `0x${string}` | null | undefined;
@@ -7492,7 +7543,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7492
7543
  eip712Meta?: undefined;
7493
7544
  } | {
7494
7545
  data?: `0x${string}` | undefined;
7495
- from: `0x${string}`;
7546
+ from?: `0x${string}` | undefined;
7496
7547
  gas?: `0x${string}` | undefined;
7497
7548
  nonce?: `0x${string}` | undefined;
7498
7549
  to?: `0x${string}` | null | undefined;
@@ -7511,7 +7562,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7511
7562
  eip712Meta?: undefined;
7512
7563
  } | {
7513
7564
  data?: `0x${string}` | undefined;
7514
- from: `0x${string}`;
7565
+ from?: `0x${string}` | undefined;
7515
7566
  gas?: `0x${string}` | undefined;
7516
7567
  nonce?: `0x${string}` | undefined;
7517
7568
  to?: `0x${string}` | null | undefined;
@@ -7531,7 +7582,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7531
7582
  } | {
7532
7583
  type?: "0x3" | undefined;
7533
7584
  data?: `0x${string}` | undefined;
7534
- from: `0x${string}`;
7585
+ from?: `0x${string}` | undefined;
7535
7586
  gas?: `0x${string}` | undefined;
7536
7587
  nonce?: `0x${string}` | undefined;
7537
7588
  value?: `0x${string}` | undefined;
@@ -7555,7 +7606,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7555
7606
  maxPriorityFeePerGas?: `0x${string}` | undefined;
7556
7607
  to?: `0x${string}` | null | undefined;
7557
7608
  data?: `0x${string}` | undefined;
7558
- from: `0x${string}`;
7609
+ from?: `0x${string}` | undefined;
7559
7610
  gas?: `0x${string}` | undefined;
7560
7611
  nonce?: `0x${string}` | undefined;
7561
7612
  value?: `0x${string}` | undefined;
@@ -7568,7 +7619,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7568
7619
  eip712Meta?: undefined;
7569
7620
  } | {
7570
7621
  data?: `0x${string}` | undefined;
7571
- from: `0x${string}`;
7622
+ from?: `0x${string}` | undefined;
7572
7623
  gas?: `0x${string}` | undefined;
7573
7624
  nonce?: `0x${string}` | undefined;
7574
7625
  to?: `0x${string}` | null | undefined;
@@ -7975,6 +8026,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7975
8026
  };
7976
8027
  markets: {
7977
8028
  openocean: string;
8029
+ zeroex: true;
7978
8030
  };
7979
8031
  bridges: {
7980
8032
  stargate: {
@@ -8393,6 +8445,39 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8393
8445
  multicall3: {
8394
8446
  address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
8395
8447
  };
8448
+ l2OutputOracle: {
8449
+ readonly 1: {
8450
+ readonly address: "0x113cB99283AF242Da0A0C54347667edF531Aa7d6";
8451
+ };
8452
+ };
8453
+ portal: {
8454
+ readonly 1: {
8455
+ readonly address: "0x26dB93F8b8b4f7016240af62F7730979d353f9A7";
8456
+ };
8457
+ };
8458
+ l1StandardBridge: {
8459
+ readonly 1: {
8460
+ readonly address: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08";
8461
+ };
8462
+ };
8463
+ gasPriceOracle: {
8464
+ readonly address: "0x420000000000000000000000000000000000000F";
8465
+ };
8466
+ l1Block: {
8467
+ readonly address: "0x4200000000000000000000000000000000000015";
8468
+ };
8469
+ l2CrossDomainMessenger: {
8470
+ readonly address: "0x4200000000000000000000000000000000000007";
8471
+ };
8472
+ l2Erc721Bridge: {
8473
+ readonly address: "0x4200000000000000000000000000000000000014";
8474
+ };
8475
+ l2StandardBridge: {
8476
+ readonly address: "0x4200000000000000000000000000000000000010";
8477
+ };
8478
+ l2ToL1MessagePasser: {
8479
+ readonly address: "0x4200000000000000000000000000000000000016";
8480
+ };
8396
8481
  };
8397
8482
  id: 1135;
8398
8483
  name: "Lisk";
@@ -8406,7 +8491,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8406
8491
  readonly http: readonly ["https://rpc.api.lisk.com"];
8407
8492
  };
8408
8493
  };
8409
- sourceId?: number | undefined;
8494
+ sourceId: 1;
8410
8495
  testnet?: boolean | undefined;
8411
8496
  custom?: Record<string, unknown> | undefined;
8412
8497
  fees?: import("viem").ChainFees<undefined> | undefined;
@@ -8427,6 +8512,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8427
8512
  mixHash: `0x${string}`;
8428
8513
  nonce: `0x${string}` | null;
8429
8514
  number: bigint | null;
8515
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
8430
8516
  parentHash: `0x${string}`;
8431
8517
  receiptsRoot: `0x${string}`;
8432
8518
  sealFields: `0x${string}`[];
@@ -8806,6 +8892,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8806
8892
  mixHash: `0x${string}`;
8807
8893
  nonce: `0x${string}` | null;
8808
8894
  number: bigint | null;
8895
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
8809
8896
  parentHash: `0x${string}`;
8810
8897
  receiptsRoot: `0x${string}`;
8811
8898
  sealFields: `0x${string}`[];
@@ -9234,6 +9321,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9234
9321
  readonly default: {
9235
9322
  readonly name: "OKLink";
9236
9323
  readonly url: "https://www.oklink.com/xlayer";
9324
+ readonly apiUrl: "https://www.oklink.com/api/v5/explorer/xlayer/api";
9237
9325
  };
9238
9326
  };
9239
9327
  id: 196;
@@ -368,6 +368,7 @@ declare const base: Readonly<{
368
368
  mixHash: `0x${string}`;
369
369
  nonce: `0x${string}` | null;
370
370
  number: bigint | null;
371
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
371
372
  parentHash: `0x${string}`;
372
373
  receiptsRoot: `0x${string}`;
373
374
  sealFields: `0x${string}`[];
@@ -874,6 +875,7 @@ declare const bob: Readonly<{
874
875
  mixHash: `0x${string}`;
875
876
  nonce: `0x${string}` | null;
876
877
  number: bigint | null;
878
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
877
879
  parentHash: `0x${string}`;
878
880
  receiptsRoot: `0x${string}`;
879
881
  sealFields: `0x${string}`[];
@@ -1836,6 +1838,39 @@ declare const lisk: Readonly<{
1836
1838
  multicall3: {
1837
1839
  address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
1838
1840
  };
1841
+ l2OutputOracle: {
1842
+ readonly 1: {
1843
+ readonly address: "0x113cB99283AF242Da0A0C54347667edF531Aa7d6";
1844
+ };
1845
+ };
1846
+ portal: {
1847
+ readonly 1: {
1848
+ readonly address: "0x26dB93F8b8b4f7016240af62F7730979d353f9A7";
1849
+ };
1850
+ };
1851
+ l1StandardBridge: {
1852
+ readonly 1: {
1853
+ readonly address: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08";
1854
+ };
1855
+ };
1856
+ gasPriceOracle: {
1857
+ readonly address: "0x420000000000000000000000000000000000000F";
1858
+ };
1859
+ l1Block: {
1860
+ readonly address: "0x4200000000000000000000000000000000000015";
1861
+ };
1862
+ l2CrossDomainMessenger: {
1863
+ readonly address: "0x4200000000000000000000000000000000000007";
1864
+ };
1865
+ l2Erc721Bridge: {
1866
+ readonly address: "0x4200000000000000000000000000000000000014";
1867
+ };
1868
+ l2StandardBridge: {
1869
+ readonly address: "0x4200000000000000000000000000000000000010";
1870
+ };
1871
+ l2ToL1MessagePasser: {
1872
+ readonly address: "0x4200000000000000000000000000000000000016";
1873
+ };
1839
1874
  };
1840
1875
  id: 1135;
1841
1876
  name: "Lisk";
@@ -1851,7 +1886,7 @@ declare const lisk: Readonly<{
1851
1886
  ];
1852
1887
  };
1853
1888
  };
1854
- sourceId?: number | undefined;
1889
+ sourceId: 1;
1855
1890
  testnet?: boolean | undefined;
1856
1891
  custom?: Record<string, unknown> | undefined;
1857
1892
  fees?: import("viem").ChainFees<undefined> | undefined;
@@ -1873,6 +1908,7 @@ declare const lisk: Readonly<{
1873
1908
  mixHash: `0x${string}`;
1874
1909
  nonce: `0x${string}` | null;
1875
1910
  number: bigint | null;
1911
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
1876
1912
  parentHash: `0x${string}`;
1877
1913
  receiptsRoot: `0x${string}`;
1878
1914
  sealFields: `0x${string}`[];
@@ -2404,6 +2440,7 @@ declare const mantle: Readonly<{
2404
2440
  };
2405
2441
  markets: {
2406
2442
  openocean: string;
2443
+ zeroex: true;
2407
2444
  };
2408
2445
  bridges: {
2409
2446
  stargate: {
@@ -2856,6 +2893,7 @@ declare const optimism: Readonly<{
2856
2893
  mixHash: `0x${string}`;
2857
2894
  nonce: `0x${string}` | null;
2858
2895
  number: bigint | null;
2896
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
2859
2897
  parentHash: `0x${string}`;
2860
2898
  receiptsRoot: `0x${string}`;
2861
2899
  sealFields: `0x${string}`[];
@@ -3224,8 +3262,8 @@ declare const polygon: Readonly<{
3224
3262
  id: 137;
3225
3263
  name: "Polygon";
3226
3264
  nativeCurrency: {
3227
- readonly name: "MATIC";
3228
- readonly symbol: "MATIC";
3265
+ readonly name: "POL";
3266
+ readonly symbol: "POL";
3229
3267
  readonly decimals: 18;
3230
3268
  };
3231
3269
  rpcUrls: {
@@ -3846,6 +3884,7 @@ declare const xLayer: Readonly<{
3846
3884
  readonly default: {
3847
3885
  readonly name: "OKLink";
3848
3886
  readonly url: "https://www.oklink.com/xlayer";
3887
+ readonly apiUrl: "https://www.oklink.com/api/v5/explorer/xlayer/api";
3849
3888
  };
3850
3889
  };
3851
3890
  id: 196;
@@ -4209,6 +4248,10 @@ declare const zkSync: Readonly<{
4209
4248
  multicall3: {
4210
4249
  address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
4211
4250
  };
4251
+ universalSignatureVerifier: {
4252
+ readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
4253
+ readonly blockCreated: 45659388;
4254
+ };
4212
4255
  };
4213
4256
  id: 324;
4214
4257
  name: "ZKsync Era";
@@ -4251,6 +4294,7 @@ declare const zkSync: Readonly<{
4251
4294
  mixHash: `0x${string}`;
4252
4295
  nonce: `0x${string}` | null;
4253
4296
  number: bigint | null;
4297
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
4254
4298
  parentHash: `0x${string}`;
4255
4299
  receiptsRoot: `0x${string}`;
4256
4300
  sealFields: `0x${string}`[];
@@ -4487,7 +4531,7 @@ declare const zkSync: Readonly<{
4487
4531
  exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
4488
4532
  format: (args: import("viem/chains").ZkSyncTransactionRequest<bigint, number>) => ({
4489
4533
  data?: `0x${string}` | undefined;
4490
- from: `0x${string}`;
4534
+ from?: `0x${string}` | undefined;
4491
4535
  gas?: `0x${string}` | undefined;
4492
4536
  nonce?: `0x${string}` | undefined;
4493
4537
  to?: `0x${string}` | null | undefined;
@@ -4506,7 +4550,7 @@ declare const zkSync: Readonly<{
4506
4550
  eip712Meta?: undefined;
4507
4551
  } | {
4508
4552
  data?: `0x${string}` | undefined;
4509
- from: `0x${string}`;
4553
+ from?: `0x${string}` | undefined;
4510
4554
  gas?: `0x${string}` | undefined;
4511
4555
  nonce?: `0x${string}` | undefined;
4512
4556
  to?: `0x${string}` | null | undefined;
@@ -4525,7 +4569,7 @@ declare const zkSync: Readonly<{
4525
4569
  eip712Meta?: undefined;
4526
4570
  } | {
4527
4571
  data?: `0x${string}` | undefined;
4528
- from: `0x${string}`;
4572
+ from?: `0x${string}` | undefined;
4529
4573
  gas?: `0x${string}` | undefined;
4530
4574
  nonce?: `0x${string}` | undefined;
4531
4575
  to?: `0x${string}` | null | undefined;
@@ -4545,7 +4589,7 @@ declare const zkSync: Readonly<{
4545
4589
  } | {
4546
4590
  type?: "0x3" | undefined;
4547
4591
  data?: `0x${string}` | undefined;
4548
- from: `0x${string}`;
4592
+ from?: `0x${string}` | undefined;
4549
4593
  gas?: `0x${string}` | undefined;
4550
4594
  nonce?: `0x${string}` | undefined;
4551
4595
  value?: `0x${string}` | undefined;
@@ -4569,7 +4613,7 @@ declare const zkSync: Readonly<{
4569
4613
  maxPriorityFeePerGas?: `0x${string}` | undefined;
4570
4614
  to?: `0x${string}` | null | undefined;
4571
4615
  data?: `0x${string}` | undefined;
4572
- from: `0x${string}`;
4616
+ from?: `0x${string}` | undefined;
4573
4617
  gas?: `0x${string}` | undefined;
4574
4618
  nonce?: `0x${string}` | undefined;
4575
4619
  value?: `0x${string}` | undefined;
@@ -4582,7 +4626,7 @@ declare const zkSync: Readonly<{
4582
4626
  eip712Meta?: undefined;
4583
4627
  } | {
4584
4628
  data?: `0x${string}` | undefined;
4585
- from: `0x${string}`;
4629
+ from?: `0x${string}` | undefined;
4586
4630
  gas?: `0x${string}` | undefined;
4587
4631
  nonce?: `0x${string}` | undefined;
4588
4632
  to?: `0x${string}` | null | undefined;
@@ -5111,6 +5155,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5111
5155
  mixHash: `0x${string}`;
5112
5156
  nonce: `0x${string}` | null;
5113
5157
  number: bigint | null;
5158
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
5114
5159
  parentHash: `0x${string}`;
5115
5160
  receiptsRoot: `0x${string}`;
5116
5161
  sealFields: `0x${string}`[];
@@ -6343,6 +6388,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6343
6388
  mixHash: `0x${string}`;
6344
6389
  nonce: `0x${string}` | null;
6345
6390
  number: bigint | null;
6391
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
6346
6392
  parentHash: `0x${string}`;
6347
6393
  receiptsRoot: `0x${string}`;
6348
6394
  sealFields: `0x${string}`[];
@@ -6708,8 +6754,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6708
6754
  id: 137;
6709
6755
  name: "Polygon";
6710
6756
  nativeCurrency: {
6711
- readonly name: "MATIC";
6712
- readonly symbol: "MATIC";
6757
+ readonly name: "POL";
6758
+ readonly symbol: "POL";
6713
6759
  readonly decimals: 18;
6714
6760
  };
6715
6761
  rpcUrls: {
@@ -7202,6 +7248,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7202
7248
  multicall3: {
7203
7249
  address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
7204
7250
  };
7251
+ universalSignatureVerifier: {
7252
+ readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
7253
+ readonly blockCreated: 45659388;
7254
+ };
7205
7255
  };
7206
7256
  id: 324;
7207
7257
  name: "ZKsync Era";
@@ -7239,6 +7289,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7239
7289
  mixHash: `0x${string}`;
7240
7290
  nonce: `0x${string}` | null;
7241
7291
  number: bigint | null;
7292
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
7242
7293
  parentHash: `0x${string}`;
7243
7294
  receiptsRoot: `0x${string}`;
7244
7295
  sealFields: `0x${string}`[];
@@ -7473,7 +7524,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7473
7524
  exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
7474
7525
  format: (args: import("viem/zksync").ZkSyncTransactionRequest<bigint, number>) => ({
7475
7526
  data?: `0x${string}` | undefined;
7476
- from: `0x${string}`;
7527
+ from?: `0x${string}` | undefined;
7477
7528
  gas?: `0x${string}` | undefined;
7478
7529
  nonce?: `0x${string}` | undefined;
7479
7530
  to?: `0x${string}` | null | undefined;
@@ -7492,7 +7543,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7492
7543
  eip712Meta?: undefined;
7493
7544
  } | {
7494
7545
  data?: `0x${string}` | undefined;
7495
- from: `0x${string}`;
7546
+ from?: `0x${string}` | undefined;
7496
7547
  gas?: `0x${string}` | undefined;
7497
7548
  nonce?: `0x${string}` | undefined;
7498
7549
  to?: `0x${string}` | null | undefined;
@@ -7511,7 +7562,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7511
7562
  eip712Meta?: undefined;
7512
7563
  } | {
7513
7564
  data?: `0x${string}` | undefined;
7514
- from: `0x${string}`;
7565
+ from?: `0x${string}` | undefined;
7515
7566
  gas?: `0x${string}` | undefined;
7516
7567
  nonce?: `0x${string}` | undefined;
7517
7568
  to?: `0x${string}` | null | undefined;
@@ -7531,7 +7582,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7531
7582
  } | {
7532
7583
  type?: "0x3" | undefined;
7533
7584
  data?: `0x${string}` | undefined;
7534
- from: `0x${string}`;
7585
+ from?: `0x${string}` | undefined;
7535
7586
  gas?: `0x${string}` | undefined;
7536
7587
  nonce?: `0x${string}` | undefined;
7537
7588
  value?: `0x${string}` | undefined;
@@ -7555,7 +7606,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7555
7606
  maxPriorityFeePerGas?: `0x${string}` | undefined;
7556
7607
  to?: `0x${string}` | null | undefined;
7557
7608
  data?: `0x${string}` | undefined;
7558
- from: `0x${string}`;
7609
+ from?: `0x${string}` | undefined;
7559
7610
  gas?: `0x${string}` | undefined;
7560
7611
  nonce?: `0x${string}` | undefined;
7561
7612
  value?: `0x${string}` | undefined;
@@ -7568,7 +7619,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7568
7619
  eip712Meta?: undefined;
7569
7620
  } | {
7570
7621
  data?: `0x${string}` | undefined;
7571
- from: `0x${string}`;
7622
+ from?: `0x${string}` | undefined;
7572
7623
  gas?: `0x${string}` | undefined;
7573
7624
  nonce?: `0x${string}` | undefined;
7574
7625
  to?: `0x${string}` | null | undefined;
@@ -7975,6 +8026,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
7975
8026
  };
7976
8027
  markets: {
7977
8028
  openocean: string;
8029
+ zeroex: true;
7978
8030
  };
7979
8031
  bridges: {
7980
8032
  stargate: {
@@ -8393,6 +8445,39 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8393
8445
  multicall3: {
8394
8446
  address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
8395
8447
  };
8448
+ l2OutputOracle: {
8449
+ readonly 1: {
8450
+ readonly address: "0x113cB99283AF242Da0A0C54347667edF531Aa7d6";
8451
+ };
8452
+ };
8453
+ portal: {
8454
+ readonly 1: {
8455
+ readonly address: "0x26dB93F8b8b4f7016240af62F7730979d353f9A7";
8456
+ };
8457
+ };
8458
+ l1StandardBridge: {
8459
+ readonly 1: {
8460
+ readonly address: "0x2658723Bf70c7667De6B25F99fcce13A16D25d08";
8461
+ };
8462
+ };
8463
+ gasPriceOracle: {
8464
+ readonly address: "0x420000000000000000000000000000000000000F";
8465
+ };
8466
+ l1Block: {
8467
+ readonly address: "0x4200000000000000000000000000000000000015";
8468
+ };
8469
+ l2CrossDomainMessenger: {
8470
+ readonly address: "0x4200000000000000000000000000000000000007";
8471
+ };
8472
+ l2Erc721Bridge: {
8473
+ readonly address: "0x4200000000000000000000000000000000000014";
8474
+ };
8475
+ l2StandardBridge: {
8476
+ readonly address: "0x4200000000000000000000000000000000000010";
8477
+ };
8478
+ l2ToL1MessagePasser: {
8479
+ readonly address: "0x4200000000000000000000000000000000000016";
8480
+ };
8396
8481
  };
8397
8482
  id: 1135;
8398
8483
  name: "Lisk";
@@ -8406,7 +8491,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8406
8491
  readonly http: readonly ["https://rpc.api.lisk.com"];
8407
8492
  };
8408
8493
  };
8409
- sourceId?: number | undefined;
8494
+ sourceId: 1;
8410
8495
  testnet?: boolean | undefined;
8411
8496
  custom?: Record<string, unknown> | undefined;
8412
8497
  fees?: import("viem").ChainFees<undefined> | undefined;
@@ -8427,6 +8512,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8427
8512
  mixHash: `0x${string}`;
8428
8513
  nonce: `0x${string}` | null;
8429
8514
  number: bigint | null;
8515
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
8430
8516
  parentHash: `0x${string}`;
8431
8517
  receiptsRoot: `0x${string}`;
8432
8518
  sealFields: `0x${string}`[];
@@ -8806,6 +8892,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
8806
8892
  mixHash: `0x${string}`;
8807
8893
  nonce: `0x${string}` | null;
8808
8894
  number: bigint | null;
8895
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
8809
8896
  parentHash: `0x${string}`;
8810
8897
  receiptsRoot: `0x${string}`;
8811
8898
  sealFields: `0x${string}`[];
@@ -9234,6 +9321,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9234
9321
  readonly default: {
9235
9322
  readonly name: "OKLink";
9236
9323
  readonly url: "https://www.oklink.com/xlayer";
9324
+ readonly apiUrl: "https://www.oklink.com/api/v5/explorer/xlayer/api";
9237
9325
  };
9238
9326
  };
9239
9327
  id: 196;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.110",
3
+ "version": "1.1.112",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",
@@ -50,7 +50,7 @@
50
50
  "tslib": "^2.6.2",
51
51
  "tsx": "^4.7.1",
52
52
  "typescript": "^5.3.3",
53
- "viem": "^2.21.2"
53
+ "viem": "^2.21.25"
54
54
  },
55
55
  "packageManager": "yarn@4.2.2",
56
56
  "peerDependencies": {