@gfxlabs/oku-chains 1.1.288 → 1.1.289

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.
@@ -490,16 +490,16 @@ declare const base: Readonly<{
490
490
  r: import("viem").Hex;
491
491
  s: import("viem").Hex;
492
492
  v: bigint;
493
+ value: bigint;
494
+ gas: bigint;
493
495
  to: import("abitype").Address | null;
494
496
  from: import("abitype").Address;
495
- gas: bigint;
496
497
  nonce: number;
497
- value: bigint;
498
498
  blockHash: `0x${string}` | null;
499
499
  blockNumber: bigint | null;
500
+ transactionIndex: number | null;
500
501
  hash: import("viem").Hash;
501
502
  input: import("viem").Hex;
502
- transactionIndex: number | null;
503
503
  typeHex: import("viem").Hex | null;
504
504
  accessList?: undefined | undefined;
505
505
  authorizationList?: undefined | undefined;
@@ -896,16 +896,16 @@ declare const blast: Readonly<{
896
896
  r: import("viem").Hex;
897
897
  s: import("viem").Hex;
898
898
  v: bigint;
899
+ value: bigint;
900
+ gas: bigint;
899
901
  to: import("abitype").Address | null;
900
902
  from: import("abitype").Address;
901
- gas: bigint;
902
903
  nonce: number;
903
- value: bigint;
904
904
  blockHash: `0x${string}` | null;
905
905
  blockNumber: bigint | null;
906
+ transactionIndex: number | null;
906
907
  hash: import("viem").Hash;
907
908
  input: import("viem").Hex;
908
- transactionIndex: number | null;
909
909
  typeHex: import("viem").Hex | null;
910
910
  accessList?: undefined | undefined;
911
911
  authorizationList?: undefined | undefined;
@@ -1302,16 +1302,16 @@ declare const bob: Readonly<{
1302
1302
  r: import("viem").Hex;
1303
1303
  s: import("viem").Hex;
1304
1304
  v: bigint;
1305
+ value: bigint;
1306
+ gas: bigint;
1305
1307
  to: import("abitype").Address | null;
1306
1308
  from: import("abitype").Address;
1307
- gas: bigint;
1308
1309
  nonce: number;
1309
- value: bigint;
1310
1310
  blockHash: `0x${string}` | null;
1311
1311
  blockNumber: bigint | null;
1312
+ transactionIndex: number | null;
1312
1313
  hash: import("viem").Hash;
1313
1314
  input: import("viem").Hex;
1314
- transactionIndex: number | null;
1315
1315
  typeHex: import("viem").Hex | null;
1316
1316
  accessList?: undefined | undefined;
1317
1317
  authorizationList?: undefined | undefined;
@@ -1761,7 +1761,7 @@ declare const bsc: Readonly<{
1761
1761
  readonly apiUrl: "https://api.bscscan.com/api";
1762
1762
  };
1763
1763
  };
1764
- blockTime?: number | undefined | undefined | undefined;
1764
+ blockTime: 750;
1765
1765
  ensTlds?: readonly string[] | undefined;
1766
1766
  id: 56;
1767
1767
  nativeCurrency: {
@@ -1956,16 +1956,16 @@ declare const celo: Readonly<{
1956
1956
  r: import("viem").Hex;
1957
1957
  s: import("viem").Hex;
1958
1958
  v: bigint;
1959
+ value: bigint;
1960
+ gas: bigint;
1959
1961
  to: import("abitype").Address | null;
1960
1962
  from: import("abitype").Address;
1961
- gas: bigint;
1962
1963
  nonce: number;
1963
- value: bigint;
1964
1964
  blockHash: `0x${string}` | null;
1965
1965
  blockNumber: bigint | null;
1966
+ transactionIndex: number | null;
1966
1967
  hash: import("viem").Hash;
1967
1968
  input: import("viem").Hex;
1968
- transactionIndex: number | null;
1969
1969
  typeHex: import("viem").Hex | null;
1970
1970
  accessList?: undefined | undefined;
1971
1971
  authorizationList?: undefined | undefined;
@@ -2218,8 +2218,8 @@ declare const celo: Readonly<{
2218
2218
  maxFeePerBlobGas?: undefined | undefined;
2219
2219
  maxFeePerGas?: undefined | undefined;
2220
2220
  maxPriorityFeePerGas?: undefined | undefined;
2221
- blobs?: undefined;
2222
2221
  accessList?: undefined;
2222
+ blobs?: undefined;
2223
2223
  blobVersionedHashes?: undefined;
2224
2224
  kzg?: undefined;
2225
2225
  sidecars?: undefined;
@@ -2266,10 +2266,10 @@ declare const celo: Readonly<{
2266
2266
  } | {
2267
2267
  type?: "0x3" | undefined;
2268
2268
  data?: `0x${string}` | undefined;
2269
- from?: `0x${string}` | undefined;
2269
+ value?: `0x${string}` | undefined;
2270
2270
  gas?: `0x${string}` | undefined;
2271
+ from?: `0x${string}` | undefined;
2271
2272
  nonce?: `0x${string}` | undefined;
2272
- value?: `0x${string}` | undefined;
2273
2273
  to: `0x${string}` | null;
2274
2274
  gasPrice?: undefined | undefined;
2275
2275
  maxFeePerGas?: `0x${string}` | undefined;
@@ -2283,17 +2283,17 @@ declare const celo: Readonly<{
2283
2283
  authorizationList?: undefined;
2284
2284
  feeCurrency?: `0x${string}` | undefined;
2285
2285
  } | {
2286
- type?: "0x4" | undefined;
2287
2286
  gasPrice?: undefined | undefined;
2288
2287
  maxFeePerBlobGas?: undefined | undefined;
2289
2288
  maxFeePerGas?: `0x${string}` | undefined;
2290
2289
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2291
- to?: `0x${string}` | null | undefined;
2290
+ type?: "0x4" | undefined;
2292
2291
  data?: `0x${string}` | undefined;
2293
- from?: `0x${string}` | undefined;
2292
+ value?: `0x${string}` | undefined;
2294
2293
  gas?: `0x${string}` | undefined;
2294
+ to?: `0x${string}` | null | undefined;
2295
+ from?: `0x${string}` | undefined;
2295
2296
  nonce?: `0x${string}` | undefined;
2296
- value?: `0x${string}` | undefined;
2297
2297
  accessList?: import("viem").AccessList | undefined;
2298
2298
  authorizationList?: import("viem").RpcAuthorizationList | undefined;
2299
2299
  blobs?: undefined;
@@ -2366,16 +2366,16 @@ declare const celo: Readonly<{
2366
2366
  r: import("viem").Hex;
2367
2367
  s: import("viem").Hex;
2368
2368
  v: bigint;
2369
+ value: bigint;
2370
+ gas: bigint;
2369
2371
  to: import("abitype").Address | null;
2370
2372
  from: import("abitype").Address;
2371
- gas: bigint;
2372
2373
  nonce: number;
2373
- value: bigint;
2374
2374
  blockHash: `0x${string}` | null;
2375
2375
  blockNumber: bigint | null;
2376
+ transactionIndex: number | null;
2376
2377
  hash: import("viem").Hash;
2377
2378
  input: import("viem").Hex;
2378
- transactionIndex: number | null;
2379
2379
  typeHex: import("viem").Hex | null;
2380
2380
  accessList?: undefined | undefined;
2381
2381
  authorizationList?: undefined | undefined;
@@ -2628,8 +2628,8 @@ declare const celo: Readonly<{
2628
2628
  maxFeePerBlobGas?: undefined | undefined;
2629
2629
  maxFeePerGas?: undefined | undefined;
2630
2630
  maxPriorityFeePerGas?: undefined | undefined;
2631
- blobs?: undefined;
2632
2631
  accessList?: undefined;
2632
+ blobs?: undefined;
2633
2633
  blobVersionedHashes?: undefined;
2634
2634
  kzg?: undefined;
2635
2635
  sidecars?: undefined;
@@ -2676,10 +2676,10 @@ declare const celo: Readonly<{
2676
2676
  } | {
2677
2677
  type?: "0x3" | undefined;
2678
2678
  data?: `0x${string}` | undefined;
2679
- from?: `0x${string}` | undefined;
2679
+ value?: `0x${string}` | undefined;
2680
2680
  gas?: `0x${string}` | undefined;
2681
+ from?: `0x${string}` | undefined;
2681
2682
  nonce?: `0x${string}` | undefined;
2682
- value?: `0x${string}` | undefined;
2683
2683
  to: `0x${string}` | null;
2684
2684
  gasPrice?: undefined | undefined;
2685
2685
  maxFeePerGas?: `0x${string}` | undefined;
@@ -2693,17 +2693,17 @@ declare const celo: Readonly<{
2693
2693
  authorizationList?: undefined;
2694
2694
  feeCurrency?: `0x${string}` | undefined;
2695
2695
  } | {
2696
- type?: "0x4" | undefined;
2697
2696
  gasPrice?: undefined | undefined;
2698
2697
  maxFeePerBlobGas?: undefined | undefined;
2699
2698
  maxFeePerGas?: `0x${string}` | undefined;
2700
2699
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2701
- to?: `0x${string}` | null | undefined;
2700
+ type?: "0x4" | undefined;
2702
2701
  data?: `0x${string}` | undefined;
2703
- from?: `0x${string}` | undefined;
2702
+ value?: `0x${string}` | undefined;
2704
2703
  gas?: `0x${string}` | undefined;
2704
+ to?: `0x${string}` | null | undefined;
2705
+ from?: `0x${string}` | undefined;
2705
2706
  nonce?: `0x${string}` | undefined;
2706
- value?: `0x${string}` | undefined;
2707
2707
  accessList?: import("viem").AccessList | undefined;
2708
2708
  authorizationList?: import("viem").RpcAuthorizationList | undefined;
2709
2709
  blobs?: undefined;
@@ -2981,7 +2981,7 @@ declare const etherlink: Readonly<{
2981
2981
  readonly url: "https://explorer.etherlink.com";
2982
2982
  };
2983
2983
  };
2984
- blockTime?: number | undefined | undefined | undefined;
2984
+ blockTime: 4830;
2985
2985
  ensTlds?: readonly string[] | undefined;
2986
2986
  id: 42793;
2987
2987
  name: "Etherlink";
@@ -3530,7 +3530,7 @@ declare const hemi: Readonly<{
3530
3530
  };
3531
3531
  ensRegistry?: import("viem").ChainContract | undefined;
3532
3532
  ensUniversalResolver?: import("viem").ChainContract | undefined;
3533
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
3533
+ erc6492Verifier?: import("viem").ChainContract | undefined;
3534
3534
  };
3535
3535
  blockExplorers: {
3536
3536
  readonly default: {
@@ -3538,7 +3538,7 @@ declare const hemi: Readonly<{
3538
3538
  readonly url: "https://explorer.hemi.xyz";
3539
3539
  };
3540
3540
  };
3541
- blockTime?: number | undefined | undefined | undefined;
3541
+ blockTime: 12000;
3542
3542
  ensTlds?: readonly string[] | undefined;
3543
3543
  id: 43111;
3544
3544
  name: "Hemi";
@@ -3648,7 +3648,7 @@ declare const lens: Readonly<{
3648
3648
  };
3649
3649
  ensRegistry?: import("viem").ChainContract | undefined;
3650
3650
  ensUniversalResolver?: import("viem").ChainContract | undefined;
3651
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
3651
+ erc6492Verifier?: import("viem").ChainContract | undefined;
3652
3652
  };
3653
3653
  blockExplorers: {
3654
3654
  readonly default: {
@@ -3939,8 +3939,8 @@ declare const linea: Readonly<{
3939
3939
  readonly blockCreated: 6682888;
3940
3940
  };
3941
3941
  ensUniversalResolver: {
3942
- readonly address: "0x3aA974fb3f8C1E02796048BDCdeD79e9D53a6965";
3943
- readonly blockCreated: 6683000;
3942
+ readonly address: "0x4D41762915F83c76EcaF6776d9b08076aA32b492";
3943
+ readonly blockCreated: 22222151;
3944
3944
  };
3945
3945
  };
3946
3946
  blockExplorers: {
@@ -4191,16 +4191,16 @@ declare const lisk: Readonly<{
4191
4191
  r: import("viem").Hex;
4192
4192
  s: import("viem").Hex;
4193
4193
  v: bigint;
4194
+ value: bigint;
4195
+ gas: bigint;
4194
4196
  to: import("abitype").Address | null;
4195
4197
  from: import("abitype").Address;
4196
- gas: bigint;
4197
4198
  nonce: number;
4198
- value: bigint;
4199
4199
  blockHash: `0x${string}` | null;
4200
4200
  blockNumber: bigint | null;
4201
+ transactionIndex: number | null;
4201
4202
  hash: import("viem").Hash;
4202
4203
  input: import("viem").Hex;
4203
- transactionIndex: number | null;
4204
4204
  typeHex: import("viem").Hex | null;
4205
4205
  accessList?: undefined | undefined;
4206
4206
  authorizationList?: undefined | undefined;
@@ -4539,12 +4539,9 @@ declare const mainnet: Readonly<{
4539
4539
  multicall3: {
4540
4540
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
4541
4541
  };
4542
- ensRegistry: {
4543
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
4544
- };
4545
4542
  ensUniversalResolver: {
4546
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
4547
- readonly blockCreated: 19258213;
4543
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
4544
+ readonly blockCreated: 23085558;
4548
4545
  };
4549
4546
  };
4550
4547
  blockExplorers: {
@@ -4554,7 +4551,7 @@ declare const mainnet: Readonly<{
4554
4551
  readonly apiUrl: "https://api.etherscan.io/api";
4555
4552
  };
4556
4553
  };
4557
- blockTime?: number | undefined | undefined | undefined;
4554
+ blockTime: 12000;
4558
4555
  ensTlds?: readonly string[] | undefined;
4559
4556
  id: 1;
4560
4557
  name: "Ethereum";
@@ -4925,7 +4922,7 @@ declare const matchain: Readonly<{
4925
4922
  };
4926
4923
  ensRegistry?: import("viem").ChainContract | undefined;
4927
4924
  ensUniversalResolver?: import("viem").ChainContract | undefined;
4928
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
4925
+ erc6492Verifier?: import("viem").ChainContract | undefined;
4929
4926
  };
4930
4927
  blockExplorers: {
4931
4928
  readonly default: {
@@ -5162,16 +5159,16 @@ declare const metal: Readonly<{
5162
5159
  r: import("viem").Hex;
5163
5160
  s: import("viem").Hex;
5164
5161
  v: bigint;
5162
+ value: bigint;
5163
+ gas: bigint;
5165
5164
  to: import("abitype").Address | null;
5166
5165
  from: import("abitype").Address;
5167
- gas: bigint;
5168
5166
  nonce: number;
5169
- value: bigint;
5170
5167
  blockHash: `0x${string}` | null;
5171
5168
  blockNumber: bigint | null;
5169
+ transactionIndex: number | null;
5172
5170
  hash: import("viem").Hash;
5173
5171
  input: import("viem").Hex;
5174
- transactionIndex: number | null;
5175
5172
  typeHex: import("viem").Hex | null;
5176
5173
  accessList?: undefined | undefined;
5177
5174
  authorizationList?: undefined | undefined;
@@ -5892,16 +5889,16 @@ declare const optimism: Readonly<{
5892
5889
  r: import("viem").Hex;
5893
5890
  s: import("viem").Hex;
5894
5891
  v: bigint;
5892
+ value: bigint;
5893
+ gas: bigint;
5895
5894
  to: import("abitype").Address | null;
5896
5895
  from: import("abitype").Address;
5897
- gas: bigint;
5898
5896
  nonce: number;
5899
- value: bigint;
5900
5897
  blockHash: `0x${string}` | null;
5901
5898
  blockNumber: bigint | null;
5899
+ transactionIndex: number | null;
5902
5900
  hash: import("viem").Hash;
5903
5901
  input: import("viem").Hex;
5904
- transactionIndex: number | null;
5905
5902
  typeHex: import("viem").Hex | null;
5906
5903
  accessList?: undefined | undefined;
5907
5904
  authorizationList?: undefined | undefined;
@@ -6064,6 +6061,109 @@ declare const optimism: Readonly<{
6064
6061
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
6065
6062
  };
6066
6063
  }>;
6064
+ declare const plasma: Readonly<{
6065
+ name: "Plasma";
6066
+ blockTimeSeconds: 1;
6067
+ launchTime: 1758588527;
6068
+ transactionType: "eip1559";
6069
+ sortIndex: 15;
6070
+ logoUrl: "https://assets.oku.trade/chains/plasma-logo.svg";
6071
+ deprecated: false;
6072
+ safeReorgDistance: 90000;
6073
+ blockAid: "";
6074
+ externalId: {};
6075
+ markets: {};
6076
+ bridges: {};
6077
+ oracles: {};
6078
+ morpho: {};
6079
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6080
+ uniswap: {
6081
+ deployBlock: number;
6082
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
6083
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
6084
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
6085
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
6086
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
6087
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
6088
+ positionsNFTDeployBlock: number;
6089
+ universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
6090
+ wrappedNativeAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
6091
+ wrappedNativeSymbol: string;
6092
+ wrappedNativeName: string;
6093
+ wrappedNativeDecimals: number;
6094
+ nativeCurrencyName: string;
6095
+ };
6096
+ token: {
6097
+ wethAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
6098
+ };
6099
+ oku: {
6100
+ limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
6101
+ limitOrderRegistryDeployBlock: number;
6102
+ pricing: {
6103
+ nativeWrappedToken: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
6104
+ nativeWrappedName: string;
6105
+ };
6106
+ };
6107
+ defaultPool: "0x0000000000000000000000000000000000000000";
6108
+ defaultToken0: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
6109
+ defaultToken1: "0x0000000000000000000000000000000000000000";
6110
+ tokenList: {
6111
+ symbol: string;
6112
+ address: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
6113
+ }[];
6114
+ stables: never[];
6115
+ watchlist: never[];
6116
+ internalName: "plasma";
6117
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/xpl.png";
6118
+ contracts: {
6119
+ limitOrder: {
6120
+ address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
6121
+ };
6122
+ nftManager: {
6123
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
6124
+ };
6125
+ weth9: {
6126
+ address: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
6127
+ };
6128
+ multicall2: {
6129
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
6130
+ };
6131
+ multicall3: {
6132
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
6133
+ };
6134
+ ensRegistry?: import("viem").ChainContract | undefined;
6135
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
6136
+ erc6492Verifier?: import("viem").ChainContract | undefined;
6137
+ };
6138
+ blockExplorers: {
6139
+ readonly default: {
6140
+ readonly name: "PlasmaScan";
6141
+ readonly url: "https://plasmascan.to";
6142
+ };
6143
+ };
6144
+ blockTime?: number | undefined | undefined | undefined;
6145
+ ensTlds?: readonly string[] | undefined;
6146
+ id: 9745;
6147
+ nativeCurrency: {
6148
+ readonly name: "Plasma";
6149
+ readonly symbol: "XPL";
6150
+ readonly decimals: 18;
6151
+ };
6152
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
6153
+ rpcUrls: {
6154
+ readonly default: {
6155
+ readonly http: readonly [
6156
+ "https://rpc.plasma.to"
6157
+ ];
6158
+ };
6159
+ };
6160
+ sourceId?: number | undefined | undefined | undefined;
6161
+ testnet?: boolean | undefined | undefined | undefined;
6162
+ custom?: Record<string, unknown> | undefined;
6163
+ fees?: import("viem").ChainFees<undefined> | undefined;
6164
+ formatters?: undefined | undefined;
6165
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
6166
+ }>;
6067
6167
  declare const polygon: Readonly<{
6068
6168
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6069
6169
  blockTimeSeconds: 2;
@@ -6333,7 +6433,7 @@ declare const redbelly: Readonly<{
6333
6433
  };
6334
6434
  ensRegistry?: import("viem").ChainContract | undefined;
6335
6435
  ensUniversalResolver?: import("viem").ChainContract | undefined;
6336
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
6436
+ erc6492Verifier?: import("viem").ChainContract | undefined;
6337
6437
  };
6338
6438
  blockExplorers: {
6339
6439
  readonly default: {
@@ -7078,7 +7178,7 @@ declare const sonic: Readonly<{
7078
7178
  readonly url: "https://sonicscan.org";
7079
7179
  };
7080
7180
  };
7081
- blockTime?: number | undefined | undefined | undefined;
7181
+ blockTime: 630;
7082
7182
  ensTlds?: readonly string[] | undefined;
7083
7183
  id: 146;
7084
7184
  name: "Sonic";
@@ -7447,7 +7547,7 @@ declare const tronShasta: Readonly<{
7447
7547
  };
7448
7548
  ensRegistry?: import("viem").ChainContract | undefined;
7449
7549
  ensUniversalResolver?: import("viem").ChainContract | undefined;
7450
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
7550
+ erc6492Verifier?: import("viem").ChainContract | undefined;
7451
7551
  };
7452
7552
  blockExplorers: {
7453
7553
  readonly default: {
@@ -7628,7 +7728,7 @@ declare const unichain: Readonly<{
7628
7728
  readonly apiUrl: "https://api.uniscan.xyz/api";
7629
7729
  };
7630
7730
  };
7631
- blockTime: 2000;
7731
+ blockTime: 1000;
7632
7732
  ensTlds?: readonly string[] | undefined;
7633
7733
  id: 130;
7634
7734
  nativeCurrency: {
@@ -7714,16 +7814,16 @@ declare const unichain: Readonly<{
7714
7814
  r: import("viem").Hex;
7715
7815
  s: import("viem").Hex;
7716
7816
  v: bigint;
7817
+ value: bigint;
7818
+ gas: bigint;
7717
7819
  to: import("abitype").Address | null;
7718
7820
  from: import("abitype").Address;
7719
- gas: bigint;
7720
7821
  nonce: number;
7721
- value: bigint;
7722
7822
  blockHash: `0x${string}` | null;
7723
7823
  blockNumber: bigint | null;
7824
+ transactionIndex: number | null;
7724
7825
  hash: import("viem").Hash;
7725
7826
  input: import("viem").Hex;
7726
- transactionIndex: number | null;
7727
7827
  typeHex: import("viem").Hex | null;
7728
7828
  accessList?: undefined | undefined;
7729
7829
  authorizationList?: undefined | undefined;
@@ -8120,16 +8220,16 @@ declare const worldchain: Readonly<{
8120
8220
  r: import("viem").Hex;
8121
8221
  s: import("viem").Hex;
8122
8222
  v: bigint;
8223
+ value: bigint;
8224
+ gas: bigint;
8123
8225
  to: import("viem").Address | null;
8124
8226
  from: import("viem").Address;
8125
- gas: bigint;
8126
8227
  nonce: number;
8127
- value: bigint;
8128
8228
  blockHash: `0x${string}` | null;
8129
8229
  blockNumber: bigint | null;
8230
+ transactionIndex: number | null;
8130
8231
  hash: import("viem").Hash;
8131
8232
  input: import("viem").Hex;
8132
- transactionIndex: number | null;
8133
8233
  typeHex: import("viem").Hex | null;
8134
8234
  accessList?: undefined | undefined;
8135
8235
  authorizationList?: undefined | undefined;
@@ -8660,7 +8760,7 @@ declare const zkSync: Readonly<{
8660
8760
  multicall3: {
8661
8761
  address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
8662
8762
  };
8663
- universalSignatureVerifier: {
8763
+ erc6492Verifier: {
8664
8764
  readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
8665
8765
  readonly blockCreated: 45659388;
8666
8766
  };
@@ -8735,16 +8835,16 @@ declare const zkSync: Readonly<{
8735
8835
  r: import("viem").Hex;
8736
8836
  s: import("viem").Hex;
8737
8837
  v: bigint;
8838
+ value: bigint;
8839
+ gas: bigint;
8738
8840
  to: import("abitype").Address | null;
8739
8841
  from: import("abitype").Address;
8740
- gas: bigint;
8741
8842
  nonce: number;
8742
- value: bigint;
8743
8843
  blockHash: `0x${string}` | null;
8744
8844
  blockNumber: bigint | null;
8845
+ transactionIndex: number | null;
8745
8846
  hash: import("viem").Hash;
8746
8847
  input: import("viem").Hex;
8747
- transactionIndex: number | null;
8748
8848
  typeHex: import("viem").Hex | null;
8749
8849
  accessList?: undefined | undefined;
8750
8850
  authorizationList?: undefined | undefined;
@@ -8919,18 +9019,18 @@ declare const zkSync: Readonly<{
8919
9019
  exclude: [
8920
9020
  ] | undefined;
8921
9021
  format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt) => {
8922
- type: import("viem/chains").ZkSyncTransactionType;
8923
9022
  contractAddress: import("abitype").Address | null | undefined;
9023
+ type: import("viem/chains").ZkSyncTransactionType;
9024
+ status: "success" | "reverted";
8924
9025
  to: import("abitype").Address | null;
8925
9026
  from: import("abitype").Address;
8926
9027
  blockHash: import("viem").Hash;
8927
9028
  blockNumber: bigint;
9029
+ transactionHash: import("viem").Hash;
8928
9030
  transactionIndex: number;
8929
- status: "success" | "reverted";
8930
9031
  logsBloom: import("viem").Hex;
8931
9032
  blobGasUsed?: bigint | undefined;
8932
9033
  gasUsed: bigint;
8933
- transactionHash: import("viem").Hash;
8934
9034
  blobGasPrice?: bigint | undefined;
8935
9035
  cumulativeGasUsed: bigint;
8936
9036
  effectiveGasPrice: bigint;
@@ -8956,8 +9056,8 @@ declare const zkSync: Readonly<{
8956
9056
  maxFeePerBlobGas?: undefined | undefined;
8957
9057
  maxFeePerGas?: undefined | undefined;
8958
9058
  maxPriorityFeePerGas?: undefined | undefined;
8959
- blobs?: undefined;
8960
9059
  accessList?: undefined;
9060
+ blobs?: undefined;
8961
9061
  blobVersionedHashes?: undefined;
8962
9062
  kzg?: undefined;
8963
9063
  sidecars?: undefined;
@@ -9004,10 +9104,10 @@ declare const zkSync: Readonly<{
9004
9104
  } | {
9005
9105
  type?: "0x3" | undefined;
9006
9106
  data?: `0x${string}` | undefined;
9007
- from?: `0x${string}` | undefined;
9107
+ value?: `0x${string}` | undefined;
9008
9108
  gas?: `0x${string}` | undefined;
9109
+ from?: `0x${string}` | undefined;
9009
9110
  nonce?: `0x${string}` | undefined;
9010
- value?: `0x${string}` | undefined;
9011
9111
  to: `0x${string}` | null;
9012
9112
  gasPrice?: undefined | undefined;
9013
9113
  maxFeePerGas?: `0x${string}` | undefined;
@@ -9021,17 +9121,17 @@ declare const zkSync: Readonly<{
9021
9121
  authorizationList?: undefined;
9022
9122
  eip712Meta?: undefined | undefined;
9023
9123
  } | {
9024
- type?: "0x4" | undefined;
9025
9124
  gasPrice?: undefined | undefined;
9026
9125
  maxFeePerBlobGas?: undefined | undefined;
9027
9126
  maxFeePerGas?: `0x${string}` | undefined;
9028
9127
  maxPriorityFeePerGas?: `0x${string}` | undefined;
9029
- to?: `0x${string}` | null | undefined;
9128
+ type?: "0x4" | undefined;
9030
9129
  data?: `0x${string}` | undefined;
9031
- from?: `0x${string}` | undefined;
9130
+ value?: `0x${string}` | undefined;
9032
9131
  gas?: `0x${string}` | undefined;
9132
+ to?: `0x${string}` | null | undefined;
9133
+ from?: `0x${string}` | undefined;
9033
9134
  nonce?: `0x${string}` | undefined;
9034
- value?: `0x${string}` | undefined;
9035
9135
  accessList?: import("viem").AccessList | undefined;
9036
9136
  authorizationList?: import("viem").RpcAuthorizationList | undefined;
9037
9137
  blobs?: undefined;
@@ -9744,16 +9844,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9744
9844
  r: import("viem").Hex;
9745
9845
  s: import("viem").Hex;
9746
9846
  v: bigint;
9847
+ value: bigint;
9848
+ gas: bigint;
9747
9849
  to: import("abitype").Address | null;
9748
9850
  from: import("abitype").Address;
9749
- gas: bigint;
9750
9851
  nonce: number;
9751
- value: bigint;
9752
9852
  blockHash: `0x${string}` | null;
9753
9853
  blockNumber: bigint | null;
9854
+ transactionIndex: number | null;
9754
9855
  hash: import("viem").Hash;
9755
9856
  input: import("viem").Hex;
9756
- transactionIndex: number | null;
9757
9857
  typeHex: import("viem").Hex | null;
9758
9858
  accessList?: undefined | undefined;
9759
9859
  authorizationList?: undefined | undefined;
@@ -10274,16 +10374,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10274
10374
  r: import("viem").Hex;
10275
10375
  s: import("viem").Hex;
10276
10376
  v: bigint;
10377
+ value: bigint;
10378
+ gas: bigint;
10277
10379
  to: import("abitype").Address | null;
10278
10380
  from: import("abitype").Address;
10279
- gas: bigint;
10280
10381
  nonce: number;
10281
- value: bigint;
10282
10382
  blockHash: `0x${string}` | null;
10283
10383
  blockNumber: bigint | null;
10384
+ transactionIndex: number | null;
10284
10385
  hash: import("viem").Hash;
10285
10386
  input: import("viem").Hex;
10286
- transactionIndex: number | null;
10287
10387
  typeHex: import("viem").Hex | null;
10288
10388
  accessList?: undefined | undefined;
10289
10389
  authorizationList?: undefined | undefined;
@@ -10598,7 +10698,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10598
10698
  readonly apiUrl: "https://api.bscscan.com/api";
10599
10699
  };
10600
10700
  };
10601
- blockTime?: number | undefined | undefined | undefined;
10701
+ blockTime: 750;
10602
10702
  ensTlds?: readonly string[] | undefined;
10603
10703
  id: 56;
10604
10704
  nativeCurrency: {
@@ -10926,12 +11026,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10926
11026
  multicall3: {
10927
11027
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
10928
11028
  };
10929
- ensRegistry: {
10930
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10931
- };
10932
11029
  ensUniversalResolver: {
10933
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
10934
- readonly blockCreated: 19258213;
11030
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
11031
+ readonly blockCreated: 23085558;
10935
11032
  };
10936
11033
  };
10937
11034
  blockExplorers: {
@@ -10941,7 +11038,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10941
11038
  readonly apiUrl: "https://api.etherscan.io/api";
10942
11039
  };
10943
11040
  };
10944
- blockTime?: number | undefined | undefined | undefined;
11041
+ blockTime: 12000;
10945
11042
  ensTlds?: readonly string[] | undefined;
10946
11043
  id: 1;
10947
11044
  name: "Ethereum";
@@ -11392,16 +11489,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
11392
11489
  r: import("viem").Hex;
11393
11490
  s: import("viem").Hex;
11394
11491
  v: bigint;
11492
+ value: bigint;
11493
+ gas: bigint;
11395
11494
  to: import("abitype").Address | null;
11396
11495
  from: import("abitype").Address;
11397
- gas: bigint;
11398
11496
  nonce: number;
11399
- value: bigint;
11400
11497
  blockHash: `0x${string}` | null;
11401
11498
  blockNumber: bigint | null;
11499
+ transactionIndex: number | null;
11402
11500
  hash: import("viem").Hash;
11403
11501
  input: import("viem").Hex;
11404
- transactionIndex: number | null;
11405
11502
  typeHex: import("viem").Hex | null;
11406
11503
  accessList?: undefined | undefined;
11407
11504
  authorizationList?: undefined | undefined;
@@ -12298,7 +12395,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12298
12395
  multicall3: {
12299
12396
  address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
12300
12397
  };
12301
- universalSignatureVerifier: {
12398
+ erc6492Verifier: {
12302
12399
  readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
12303
12400
  readonly blockCreated: 45659388;
12304
12401
  };
@@ -12367,16 +12464,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12367
12464
  r: import("viem").Hex;
12368
12465
  s: import("viem").Hex;
12369
12466
  v: bigint;
12467
+ value: bigint;
12468
+ gas: bigint;
12370
12469
  to: import("abitype").Address | null;
12371
12470
  from: import("abitype").Address;
12372
- gas: bigint;
12373
12471
  nonce: number;
12374
- value: bigint;
12375
12472
  blockHash: `0x${string}` | null;
12376
12473
  blockNumber: bigint | null;
12474
+ transactionIndex: number | null;
12377
12475
  hash: import("viem").Hash;
12378
12476
  input: import("viem").Hex;
12379
- transactionIndex: number | null;
12380
12477
  typeHex: import("viem").Hex | null;
12381
12478
  accessList?: undefined | undefined;
12382
12479
  authorizationList?: undefined | undefined;
@@ -12550,18 +12647,18 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12550
12647
  readonly transactionReceipt: {
12551
12648
  exclude: [] | undefined;
12552
12649
  format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt) => {
12553
- type: import("viem/zksync").ZkSyncTransactionType;
12554
12650
  contractAddress: import("abitype").Address | null | undefined;
12651
+ type: import("viem/zksync").ZkSyncTransactionType;
12652
+ status: "success" | "reverted";
12555
12653
  to: import("abitype").Address | null;
12556
12654
  from: import("abitype").Address;
12557
12655
  blockHash: import("viem").Hash;
12558
12656
  blockNumber: bigint;
12657
+ transactionHash: import("viem").Hash;
12559
12658
  transactionIndex: number;
12560
- status: "success" | "reverted";
12561
12659
  logsBloom: import("viem").Hex;
12562
12660
  blobGasUsed?: bigint | undefined;
12563
12661
  gasUsed: bigint;
12564
- transactionHash: import("viem").Hash;
12565
12662
  blobGasPrice?: bigint | undefined;
12566
12663
  cumulativeGasUsed: bigint;
12567
12664
  effectiveGasPrice: bigint;
@@ -12587,8 +12684,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12587
12684
  maxFeePerBlobGas?: undefined | undefined;
12588
12685
  maxFeePerGas?: undefined | undefined;
12589
12686
  maxPriorityFeePerGas?: undefined | undefined;
12590
- blobs?: undefined;
12591
12687
  accessList?: undefined;
12688
+ blobs?: undefined;
12592
12689
  blobVersionedHashes?: undefined;
12593
12690
  kzg?: undefined;
12594
12691
  sidecars?: undefined;
@@ -12635,10 +12732,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12635
12732
  } | {
12636
12733
  type?: "0x3" | undefined;
12637
12734
  data?: `0x${string}` | undefined;
12638
- from?: `0x${string}` | undefined;
12735
+ value?: `0x${string}` | undefined;
12639
12736
  gas?: `0x${string}` | undefined;
12737
+ from?: `0x${string}` | undefined;
12640
12738
  nonce?: `0x${string}` | undefined;
12641
- value?: `0x${string}` | undefined;
12642
12739
  to: `0x${string}` | null;
12643
12740
  gasPrice?: undefined | undefined;
12644
12741
  maxFeePerGas?: `0x${string}` | undefined;
@@ -12652,17 +12749,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12652
12749
  authorizationList?: undefined;
12653
12750
  eip712Meta?: undefined | undefined;
12654
12751
  } | {
12655
- type?: "0x4" | undefined;
12656
12752
  gasPrice?: undefined | undefined;
12657
12753
  maxFeePerBlobGas?: undefined | undefined;
12658
12754
  maxFeePerGas?: `0x${string}` | undefined;
12659
12755
  maxPriorityFeePerGas?: `0x${string}` | undefined;
12660
- to?: `0x${string}` | null | undefined;
12756
+ type?: "0x4" | undefined;
12661
12757
  data?: `0x${string}` | undefined;
12662
- from?: `0x${string}` | undefined;
12758
+ value?: `0x${string}` | undefined;
12663
12759
  gas?: `0x${string}` | undefined;
12760
+ to?: `0x${string}` | null | undefined;
12761
+ from?: `0x${string}` | undefined;
12664
12762
  nonce?: `0x${string}` | undefined;
12665
- value?: `0x${string}` | undefined;
12666
12763
  accessList?: import("viem").AccessList | undefined;
12667
12764
  authorizationList?: import("viem").RpcAuthorizationList | undefined;
12668
12765
  blobs?: undefined;
@@ -12955,8 +13052,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12955
13052
  readonly blockCreated: 6682888;
12956
13053
  };
12957
13054
  ensUniversalResolver: {
12958
- readonly address: "0x3aA974fb3f8C1E02796048BDCdeD79e9D53a6965";
12959
- readonly blockCreated: 6683000;
13055
+ readonly address: "0x4D41762915F83c76EcaF6776d9b08076aA32b492";
13056
+ readonly blockCreated: 22222151;
12960
13057
  };
12961
13058
  };
12962
13059
  blockExplorers: {
@@ -13647,16 +13744,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13647
13744
  r: import("viem").Hex;
13648
13745
  s: import("viem").Hex;
13649
13746
  v: bigint;
13747
+ value: bigint;
13748
+ gas: bigint;
13650
13749
  to: import("abitype").Address | null;
13651
13750
  from: import("abitype").Address;
13652
- gas: bigint;
13653
13751
  nonce: number;
13654
- value: bigint;
13655
13752
  blockHash: `0x${string}` | null;
13656
13753
  blockNumber: bigint | null;
13754
+ transactionIndex: number | null;
13657
13755
  hash: import("viem").Hash;
13658
13756
  input: import("viem").Hex;
13659
- transactionIndex: number | null;
13660
13757
  typeHex: import("viem").Hex | null;
13661
13758
  accessList?: undefined | undefined;
13662
13759
  authorizationList?: undefined | undefined;
@@ -14046,16 +14143,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14046
14143
  r: import("viem").Hex;
14047
14144
  s: import("viem").Hex;
14048
14145
  v: bigint;
14146
+ value: bigint;
14147
+ gas: bigint;
14049
14148
  to: import("abitype").Address | null;
14050
14149
  from: import("abitype").Address;
14051
- gas: bigint;
14052
14150
  nonce: number;
14053
- value: bigint;
14054
14151
  blockHash: `0x${string}` | null;
14055
14152
  blockNumber: bigint | null;
14153
+ transactionIndex: number | null;
14056
14154
  hash: import("viem").Hash;
14057
14155
  input: import("viem").Hex;
14058
- transactionIndex: number | null;
14059
14156
  typeHex: import("viem").Hex | null;
14060
14157
  accessList?: undefined | undefined;
14061
14158
  authorizationList?: undefined | undefined;
@@ -14584,16 +14681,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14584
14681
  r: import("viem").Hex;
14585
14682
  s: import("viem").Hex;
14586
14683
  v: bigint;
14684
+ value: bigint;
14685
+ gas: bigint;
14587
14686
  to: import("abitype").Address | null;
14588
14687
  from: import("abitype").Address;
14589
- gas: bigint;
14590
14688
  nonce: number;
14591
- value: bigint;
14592
14689
  blockHash: `0x${string}` | null;
14593
14690
  blockNumber: bigint | null;
14691
+ transactionIndex: number | null;
14594
14692
  hash: import("viem").Hash;
14595
14693
  input: import("viem").Hex;
14596
- transactionIndex: number | null;
14597
14694
  typeHex: import("viem").Hex | null;
14598
14695
  accessList?: undefined | undefined;
14599
14696
  authorizationList?: undefined | undefined;
@@ -15008,7 +15105,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15008
15105
  readonly url: "https://sonicscan.org";
15009
15106
  };
15010
15107
  };
15011
- blockTime?: number | undefined | undefined | undefined;
15108
+ blockTime: 630;
15012
15109
  ensTlds?: readonly string[] | undefined;
15013
15110
  id: 146;
15014
15111
  name: "Sonic";
@@ -15197,16 +15294,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15197
15294
  r: import("viem").Hex;
15198
15295
  s: import("viem").Hex;
15199
15296
  v: bigint;
15297
+ value: bigint;
15298
+ gas: bigint;
15200
15299
  to: import("abitype").Address | null;
15201
15300
  from: import("abitype").Address;
15202
- gas: bigint;
15203
15301
  nonce: number;
15204
- value: bigint;
15205
15302
  blockHash: `0x${string}` | null;
15206
15303
  blockNumber: bigint | null;
15304
+ transactionIndex: number | null;
15207
15305
  hash: import("viem").Hash;
15208
15306
  input: import("viem").Hex;
15209
- transactionIndex: number | null;
15210
15307
  typeHex: import("viem").Hex | null;
15211
15308
  accessList?: undefined | undefined;
15212
15309
  authorizationList?: undefined | undefined;
@@ -15458,8 +15555,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15458
15555
  maxFeePerBlobGas?: undefined | undefined;
15459
15556
  maxFeePerGas?: undefined | undefined;
15460
15557
  maxPriorityFeePerGas?: undefined | undefined;
15461
- blobs?: undefined;
15462
15558
  accessList?: undefined;
15559
+ blobs?: undefined;
15463
15560
  blobVersionedHashes?: undefined;
15464
15561
  kzg?: undefined;
15465
15562
  sidecars?: undefined;
@@ -15506,10 +15603,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15506
15603
  } | {
15507
15604
  type?: "0x3" | undefined;
15508
15605
  data?: `0x${string}` | undefined;
15509
- from?: `0x${string}` | undefined;
15606
+ value?: `0x${string}` | undefined;
15510
15607
  gas?: `0x${string}` | undefined;
15608
+ from?: `0x${string}` | undefined;
15511
15609
  nonce?: `0x${string}` | undefined;
15512
- value?: `0x${string}` | undefined;
15513
15610
  to: `0x${string}` | null;
15514
15611
  gasPrice?: undefined | undefined;
15515
15612
  maxFeePerGas?: `0x${string}` | undefined;
@@ -15523,17 +15620,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15523
15620
  authorizationList?: undefined;
15524
15621
  feeCurrency?: `0x${string}` | undefined;
15525
15622
  } | {
15526
- type?: "0x4" | undefined;
15527
15623
  gasPrice?: undefined | undefined;
15528
15624
  maxFeePerBlobGas?: undefined | undefined;
15529
15625
  maxFeePerGas?: `0x${string}` | undefined;
15530
15626
  maxPriorityFeePerGas?: `0x${string}` | undefined;
15531
- to?: `0x${string}` | null | undefined;
15627
+ type?: "0x4" | undefined;
15532
15628
  data?: `0x${string}` | undefined;
15533
- from?: `0x${string}` | undefined;
15629
+ value?: `0x${string}` | undefined;
15534
15630
  gas?: `0x${string}` | undefined;
15631
+ to?: `0x${string}` | null | undefined;
15632
+ from?: `0x${string}` | undefined;
15535
15633
  nonce?: `0x${string}` | undefined;
15536
- value?: `0x${string}` | undefined;
15537
15634
  accessList?: import("viem").AccessList | undefined;
15538
15635
  authorizationList?: import("viem").RpcAuthorizationList | undefined;
15539
15636
  blobs?: undefined;
@@ -15604,16 +15701,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15604
15701
  r: import("viem").Hex;
15605
15702
  s: import("viem").Hex;
15606
15703
  v: bigint;
15704
+ value: bigint;
15705
+ gas: bigint;
15607
15706
  to: import("abitype").Address | null;
15608
15707
  from: import("abitype").Address;
15609
- gas: bigint;
15610
15708
  nonce: number;
15611
- value: bigint;
15612
15709
  blockHash: `0x${string}` | null;
15613
15710
  blockNumber: bigint | null;
15711
+ transactionIndex: number | null;
15614
15712
  hash: import("viem").Hash;
15615
15713
  input: import("viem").Hex;
15616
- transactionIndex: number | null;
15617
15714
  typeHex: import("viem").Hex | null;
15618
15715
  accessList?: undefined | undefined;
15619
15716
  authorizationList?: undefined | undefined;
@@ -15865,8 +15962,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15865
15962
  maxFeePerBlobGas?: undefined | undefined;
15866
15963
  maxFeePerGas?: undefined | undefined;
15867
15964
  maxPriorityFeePerGas?: undefined | undefined;
15868
- blobs?: undefined;
15869
15965
  accessList?: undefined;
15966
+ blobs?: undefined;
15870
15967
  blobVersionedHashes?: undefined;
15871
15968
  kzg?: undefined;
15872
15969
  sidecars?: undefined;
@@ -15913,10 +16010,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15913
16010
  } | {
15914
16011
  type?: "0x3" | undefined;
15915
16012
  data?: `0x${string}` | undefined;
15916
- from?: `0x${string}` | undefined;
16013
+ value?: `0x${string}` | undefined;
15917
16014
  gas?: `0x${string}` | undefined;
16015
+ from?: `0x${string}` | undefined;
15918
16016
  nonce?: `0x${string}` | undefined;
15919
- value?: `0x${string}` | undefined;
15920
16017
  to: `0x${string}` | null;
15921
16018
  gasPrice?: undefined | undefined;
15922
16019
  maxFeePerGas?: `0x${string}` | undefined;
@@ -15930,17 +16027,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15930
16027
  authorizationList?: undefined;
15931
16028
  feeCurrency?: `0x${string}` | undefined;
15932
16029
  } | {
15933
- type?: "0x4" | undefined;
15934
16030
  gasPrice?: undefined | undefined;
15935
16031
  maxFeePerBlobGas?: undefined | undefined;
15936
16032
  maxFeePerGas?: `0x${string}` | undefined;
15937
16033
  maxPriorityFeePerGas?: `0x${string}` | undefined;
15938
- to?: `0x${string}` | null | undefined;
16034
+ type?: "0x4" | undefined;
15939
16035
  data?: `0x${string}` | undefined;
15940
- from?: `0x${string}` | undefined;
16036
+ value?: `0x${string}` | undefined;
15941
16037
  gas?: `0x${string}` | undefined;
16038
+ to?: `0x${string}` | null | undefined;
16039
+ from?: `0x${string}` | undefined;
15942
16040
  nonce?: `0x${string}` | undefined;
15943
- value?: `0x${string}` | undefined;
15944
16041
  accessList?: import("viem").AccessList | undefined;
15945
16042
  authorizationList?: import("viem").RpcAuthorizationList | undefined;
15946
16043
  blobs?: undefined;
@@ -16072,7 +16169,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16072
16169
  };
16073
16170
  ensRegistry?: ChainContract | undefined;
16074
16171
  ensUniversalResolver?: ChainContract | undefined;
16075
- universalSignatureVerifier?: ChainContract | undefined;
16172
+ erc6492Verifier?: ChainContract | undefined;
16076
16173
  };
16077
16174
  blockExplorers: {
16078
16175
  readonly default: {
@@ -16080,7 +16177,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16080
16177
  readonly url: "https://explorer.hemi.xyz";
16081
16178
  };
16082
16179
  };
16083
- blockTime?: number | undefined | undefined | undefined;
16180
+ blockTime: 12000;
16084
16181
  ensTlds?: readonly string[] | undefined;
16085
16182
  id: 43111;
16086
16183
  name: "Hemi";
@@ -16539,7 +16636,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16539
16636
  };
16540
16637
  ensRegistry?: ChainContract | undefined;
16541
16638
  ensUniversalResolver?: ChainContract | undefined;
16542
- universalSignatureVerifier?: ChainContract | undefined;
16639
+ erc6492Verifier?: ChainContract | undefined;
16543
16640
  };
16544
16641
  blockExplorers: {
16545
16642
  readonly default: {
@@ -16923,16 +17020,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16923
17020
  r: import("viem").Hex;
16924
17021
  s: import("viem").Hex;
16925
17022
  v: bigint;
17023
+ value: bigint;
17024
+ gas: bigint;
16926
17025
  to: import("abitype").Address | null;
16927
17026
  from: import("abitype").Address;
16928
- gas: bigint;
16929
17027
  nonce: number;
16930
- value: bigint;
16931
17028
  blockHash: `0x${string}` | null;
16932
17029
  blockNumber: bigint | null;
17030
+ transactionIndex: number | null;
16933
17031
  hash: import("viem").Hash;
16934
17032
  input: import("viem").Hex;
16935
- transactionIndex: number | null;
16936
17033
  typeHex: import("viem").Hex | null;
16937
17034
  accessList?: undefined | undefined;
16938
17035
  authorizationList?: undefined | undefined;
@@ -17268,7 +17365,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17268
17365
  };
17269
17366
  ensRegistry?: ChainContract | undefined;
17270
17367
  ensUniversalResolver?: ChainContract | undefined;
17271
- universalSignatureVerifier?: ChainContract | undefined;
17368
+ erc6492Verifier?: ChainContract | undefined;
17272
17369
  };
17273
17370
  blockExplorers: {
17274
17371
  readonly default: {
@@ -17381,7 +17478,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17381
17478
  };
17382
17479
  ensRegistry?: ChainContract | undefined;
17383
17480
  ensUniversalResolver?: ChainContract | undefined;
17384
- universalSignatureVerifier?: ChainContract | undefined;
17481
+ erc6492Verifier?: ChainContract | undefined;
17385
17482
  };
17386
17483
  blockExplorers: {
17387
17484
  readonly default: {
@@ -17634,7 +17731,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17634
17731
  readonly url: "https://explorer.etherlink.com";
17635
17732
  };
17636
17733
  };
17637
- blockTime?: number | undefined | undefined | undefined;
17734
+ blockTime: 4830;
17638
17735
  ensTlds?: readonly string[] | undefined;
17639
17736
  id: 42793;
17640
17737
  name: "Etherlink";
@@ -17805,7 +17902,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17805
17902
  readonly apiUrl: "https://api.uniscan.xyz/api";
17806
17903
  };
17807
17904
  };
17808
- blockTime: 2000;
17905
+ blockTime: 1000;
17809
17906
  ensTlds?: readonly string[] | undefined;
17810
17907
  id: 130;
17811
17908
  nativeCurrency: {
@@ -17887,16 +17984,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17887
17984
  r: import("viem").Hex;
17888
17985
  s: import("viem").Hex;
17889
17986
  v: bigint;
17987
+ value: bigint;
17988
+ gas: bigint;
17890
17989
  to: import("abitype").Address | null;
17891
17990
  from: import("abitype").Address;
17892
- gas: bigint;
17893
17991
  nonce: number;
17894
- value: bigint;
17895
17992
  blockHash: `0x${string}` | null;
17896
17993
  blockNumber: bigint | null;
17994
+ transactionIndex: number | null;
17897
17995
  hash: import("viem").Hash;
17898
17996
  input: import("viem").Hex;
17899
- transactionIndex: number | null;
17900
17997
  typeHex: import("viem").Hex | null;
17901
17998
  accessList?: undefined | undefined;
17902
17999
  authorizationList?: undefined | undefined;
@@ -18133,7 +18230,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18133
18230
  };
18134
18231
  ensRegistry?: ChainContract | undefined;
18135
18232
  ensUniversalResolver?: ChainContract | undefined;
18136
- universalSignatureVerifier?: ChainContract | undefined;
18233
+ erc6492Verifier?: ChainContract | undefined;
18137
18234
  };
18138
18235
  blockExplorers: {
18139
18236
  readonly default: {
@@ -18161,6 +18258,106 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18161
18258
  fees?: import("viem").ChainFees<undefined> | undefined;
18162
18259
  formatters?: undefined | undefined;
18163
18260
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
18261
+ }>, Readonly<{
18262
+ name: "Plasma";
18263
+ blockTimeSeconds: 1;
18264
+ launchTime: 1758588527;
18265
+ transactionType: "eip1559";
18266
+ sortIndex: 15;
18267
+ logoUrl: "https://assets.oku.trade/chains/plasma-logo.svg";
18268
+ deprecated: false;
18269
+ safeReorgDistance: 90000;
18270
+ blockAid: "";
18271
+ externalId: {};
18272
+ markets: {};
18273
+ bridges: {};
18274
+ oracles: {};
18275
+ morpho: {};
18276
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
18277
+ uniswap: {
18278
+ deployBlock: number;
18279
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
18280
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
18281
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
18282
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
18283
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
18284
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
18285
+ positionsNFTDeployBlock: number;
18286
+ universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
18287
+ wrappedNativeAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
18288
+ wrappedNativeSymbol: string;
18289
+ wrappedNativeName: string;
18290
+ wrappedNativeDecimals: number;
18291
+ nativeCurrencyName: string;
18292
+ };
18293
+ token: {
18294
+ wethAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
18295
+ };
18296
+ oku: {
18297
+ limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
18298
+ limitOrderRegistryDeployBlock: number;
18299
+ pricing: {
18300
+ nativeWrappedToken: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
18301
+ nativeWrappedName: string;
18302
+ };
18303
+ };
18304
+ defaultPool: "0x0000000000000000000000000000000000000000";
18305
+ defaultToken0: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
18306
+ defaultToken1: "0x0000000000000000000000000000000000000000";
18307
+ tokenList: {
18308
+ symbol: string;
18309
+ address: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
18310
+ }[];
18311
+ stables: never[];
18312
+ watchlist: never[];
18313
+ internalName: "plasma";
18314
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/xpl.png";
18315
+ contracts: {
18316
+ limitOrder: {
18317
+ address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
18318
+ };
18319
+ nftManager: {
18320
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
18321
+ };
18322
+ weth9: {
18323
+ address: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
18324
+ };
18325
+ multicall2: {
18326
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
18327
+ };
18328
+ multicall3: {
18329
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
18330
+ };
18331
+ ensRegistry?: ChainContract | undefined;
18332
+ ensUniversalResolver?: ChainContract | undefined;
18333
+ erc6492Verifier?: ChainContract | undefined;
18334
+ };
18335
+ blockExplorers: {
18336
+ readonly default: {
18337
+ readonly name: "PlasmaScan";
18338
+ readonly url: "https://plasmascan.to";
18339
+ };
18340
+ };
18341
+ blockTime?: number | undefined | undefined | undefined;
18342
+ ensTlds?: readonly string[] | undefined;
18343
+ id: 9745;
18344
+ nativeCurrency: {
18345
+ readonly name: "Plasma";
18346
+ readonly symbol: "XPL";
18347
+ readonly decimals: 18;
18348
+ };
18349
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
18350
+ rpcUrls: {
18351
+ readonly default: {
18352
+ readonly http: readonly ["https://rpc.plasma.to"];
18353
+ };
18354
+ };
18355
+ sourceId?: number | undefined | undefined | undefined;
18356
+ testnet?: boolean | undefined | undefined | undefined;
18357
+ custom?: Record<string, unknown> | undefined;
18358
+ fees?: import("viem").ChainFees<undefined> | undefined;
18359
+ formatters?: undefined | undefined;
18360
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
18164
18361
  }>];
18165
- export { arbitrum, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
18362
+ export { arbitrum, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
18166
18363
  export { ChainContract } from "viem";