@gfxlabs/oku-chains 1.1.288 → 1.1.290

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;
@@ -5543,7 +5540,7 @@ declare const nibiru: Readonly<{
5543
5540
  address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
5544
5541
  })[];
5545
5542
  stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
5546
- watchlist: ("0x9475b76b7f77791b6147cb989187fecd9b55398a" | "0x0085a09e68468a99c6ec3c0c9c98e17af614c470" | "0x9fe58f1883732931625c281afe2a068fe19183f5" | "0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5")[];
5543
+ watchlist: ("0x9475b76b7f77791b6147cb989187fecd9b55398a" | "0x0085a09e68468a99c6ec3c0c9c98e17af614c470" | "0x9fe58f1883732931625c281afe2a068fe19183f5" | "0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5" | "0x5133222db1e9f1b98d16e5fb46d6f398c60998e2" | "0xe7612e14a05613caf06fad766b484b0a6d146c3a")[];
5547
5544
  internalName: "nibiru";
5548
5545
  nativeLogoUrl: "https://assets.oku.trade/natives/nibi.svg";
5549
5546
  contracts: {
@@ -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,112 @@ 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: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb";
6110
+ tokenList: ({
6111
+ symbol: string;
6112
+ address: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
6113
+ } | {
6114
+ symbol: string;
6115
+ address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb";
6116
+ })[];
6117
+ stables: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb"[];
6118
+ watchlist: never[];
6119
+ internalName: "plasma";
6120
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/xpl.png";
6121
+ contracts: {
6122
+ limitOrder: {
6123
+ address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
6124
+ };
6125
+ nftManager: {
6126
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
6127
+ };
6128
+ weth9: {
6129
+ address: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
6130
+ };
6131
+ multicall2: {
6132
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
6133
+ };
6134
+ multicall3: {
6135
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
6136
+ };
6137
+ ensRegistry?: import("viem").ChainContract | undefined;
6138
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
6139
+ erc6492Verifier?: import("viem").ChainContract | undefined;
6140
+ };
6141
+ blockExplorers: {
6142
+ readonly default: {
6143
+ readonly name: "PlasmaScan";
6144
+ readonly url: "https://plasmascan.to";
6145
+ };
6146
+ };
6147
+ blockTime?: number | undefined | undefined | undefined;
6148
+ ensTlds?: readonly string[] | undefined;
6149
+ id: 9745;
6150
+ nativeCurrency: {
6151
+ readonly name: "Plasma";
6152
+ readonly symbol: "XPL";
6153
+ readonly decimals: 18;
6154
+ };
6155
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
6156
+ rpcUrls: {
6157
+ readonly default: {
6158
+ readonly http: readonly [
6159
+ "https://rpc.plasma.to"
6160
+ ];
6161
+ };
6162
+ };
6163
+ sourceId?: number | undefined | undefined | undefined;
6164
+ testnet?: boolean | undefined | undefined | undefined;
6165
+ custom?: Record<string, unknown> | undefined;
6166
+ fees?: import("viem").ChainFees<undefined> | undefined;
6167
+ formatters?: undefined | undefined;
6168
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
6169
+ }>;
6067
6170
  declare const polygon: Readonly<{
6068
6171
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
6069
6172
  blockTimeSeconds: 2;
@@ -6333,7 +6436,7 @@ declare const redbelly: Readonly<{
6333
6436
  };
6334
6437
  ensRegistry?: import("viem").ChainContract | undefined;
6335
6438
  ensUniversalResolver?: import("viem").ChainContract | undefined;
6336
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
6439
+ erc6492Verifier?: import("viem").ChainContract | undefined;
6337
6440
  };
6338
6441
  blockExplorers: {
6339
6442
  readonly default: {
@@ -7078,7 +7181,7 @@ declare const sonic: Readonly<{
7078
7181
  readonly url: "https://sonicscan.org";
7079
7182
  };
7080
7183
  };
7081
- blockTime?: number | undefined | undefined | undefined;
7184
+ blockTime: 630;
7082
7185
  ensTlds?: readonly string[] | undefined;
7083
7186
  id: 146;
7084
7187
  name: "Sonic";
@@ -7447,7 +7550,7 @@ declare const tronShasta: Readonly<{
7447
7550
  };
7448
7551
  ensRegistry?: import("viem").ChainContract | undefined;
7449
7552
  ensUniversalResolver?: import("viem").ChainContract | undefined;
7450
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
7553
+ erc6492Verifier?: import("viem").ChainContract | undefined;
7451
7554
  };
7452
7555
  blockExplorers: {
7453
7556
  readonly default: {
@@ -7628,7 +7731,7 @@ declare const unichain: Readonly<{
7628
7731
  readonly apiUrl: "https://api.uniscan.xyz/api";
7629
7732
  };
7630
7733
  };
7631
- blockTime: 2000;
7734
+ blockTime: 1000;
7632
7735
  ensTlds?: readonly string[] | undefined;
7633
7736
  id: 130;
7634
7737
  nativeCurrency: {
@@ -7714,16 +7817,16 @@ declare const unichain: Readonly<{
7714
7817
  r: import("viem").Hex;
7715
7818
  s: import("viem").Hex;
7716
7819
  v: bigint;
7820
+ value: bigint;
7821
+ gas: bigint;
7717
7822
  to: import("abitype").Address | null;
7718
7823
  from: import("abitype").Address;
7719
- gas: bigint;
7720
7824
  nonce: number;
7721
- value: bigint;
7722
7825
  blockHash: `0x${string}` | null;
7723
7826
  blockNumber: bigint | null;
7827
+ transactionIndex: number | null;
7724
7828
  hash: import("viem").Hash;
7725
7829
  input: import("viem").Hex;
7726
- transactionIndex: number | null;
7727
7830
  typeHex: import("viem").Hex | null;
7728
7831
  accessList?: undefined | undefined;
7729
7832
  authorizationList?: undefined | undefined;
@@ -8120,16 +8223,16 @@ declare const worldchain: Readonly<{
8120
8223
  r: import("viem").Hex;
8121
8224
  s: import("viem").Hex;
8122
8225
  v: bigint;
8226
+ value: bigint;
8227
+ gas: bigint;
8123
8228
  to: import("viem").Address | null;
8124
8229
  from: import("viem").Address;
8125
- gas: bigint;
8126
8230
  nonce: number;
8127
- value: bigint;
8128
8231
  blockHash: `0x${string}` | null;
8129
8232
  blockNumber: bigint | null;
8233
+ transactionIndex: number | null;
8130
8234
  hash: import("viem").Hash;
8131
8235
  input: import("viem").Hex;
8132
- transactionIndex: number | null;
8133
8236
  typeHex: import("viem").Hex | null;
8134
8237
  accessList?: undefined | undefined;
8135
8238
  authorizationList?: undefined | undefined;
@@ -8660,7 +8763,7 @@ declare const zkSync: Readonly<{
8660
8763
  multicall3: {
8661
8764
  address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
8662
8765
  };
8663
- universalSignatureVerifier: {
8766
+ erc6492Verifier: {
8664
8767
  readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
8665
8768
  readonly blockCreated: 45659388;
8666
8769
  };
@@ -8735,16 +8838,16 @@ declare const zkSync: Readonly<{
8735
8838
  r: import("viem").Hex;
8736
8839
  s: import("viem").Hex;
8737
8840
  v: bigint;
8841
+ value: bigint;
8842
+ gas: bigint;
8738
8843
  to: import("abitype").Address | null;
8739
8844
  from: import("abitype").Address;
8740
- gas: bigint;
8741
8845
  nonce: number;
8742
- value: bigint;
8743
8846
  blockHash: `0x${string}` | null;
8744
8847
  blockNumber: bigint | null;
8848
+ transactionIndex: number | null;
8745
8849
  hash: import("viem").Hash;
8746
8850
  input: import("viem").Hex;
8747
- transactionIndex: number | null;
8748
8851
  typeHex: import("viem").Hex | null;
8749
8852
  accessList?: undefined | undefined;
8750
8853
  authorizationList?: undefined | undefined;
@@ -8919,18 +9022,18 @@ declare const zkSync: Readonly<{
8919
9022
  exclude: [
8920
9023
  ] | undefined;
8921
9024
  format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt) => {
8922
- type: import("viem/chains").ZkSyncTransactionType;
8923
9025
  contractAddress: import("abitype").Address | null | undefined;
9026
+ type: import("viem/chains").ZkSyncTransactionType;
9027
+ status: "success" | "reverted";
8924
9028
  to: import("abitype").Address | null;
8925
9029
  from: import("abitype").Address;
8926
9030
  blockHash: import("viem").Hash;
8927
9031
  blockNumber: bigint;
9032
+ transactionHash: import("viem").Hash;
8928
9033
  transactionIndex: number;
8929
- status: "success" | "reverted";
8930
9034
  logsBloom: import("viem").Hex;
8931
9035
  blobGasUsed?: bigint | undefined;
8932
9036
  gasUsed: bigint;
8933
- transactionHash: import("viem").Hash;
8934
9037
  blobGasPrice?: bigint | undefined;
8935
9038
  cumulativeGasUsed: bigint;
8936
9039
  effectiveGasPrice: bigint;
@@ -8956,8 +9059,8 @@ declare const zkSync: Readonly<{
8956
9059
  maxFeePerBlobGas?: undefined | undefined;
8957
9060
  maxFeePerGas?: undefined | undefined;
8958
9061
  maxPriorityFeePerGas?: undefined | undefined;
8959
- blobs?: undefined;
8960
9062
  accessList?: undefined;
9063
+ blobs?: undefined;
8961
9064
  blobVersionedHashes?: undefined;
8962
9065
  kzg?: undefined;
8963
9066
  sidecars?: undefined;
@@ -9004,10 +9107,10 @@ declare const zkSync: Readonly<{
9004
9107
  } | {
9005
9108
  type?: "0x3" | undefined;
9006
9109
  data?: `0x${string}` | undefined;
9007
- from?: `0x${string}` | undefined;
9110
+ value?: `0x${string}` | undefined;
9008
9111
  gas?: `0x${string}` | undefined;
9112
+ from?: `0x${string}` | undefined;
9009
9113
  nonce?: `0x${string}` | undefined;
9010
- value?: `0x${string}` | undefined;
9011
9114
  to: `0x${string}` | null;
9012
9115
  gasPrice?: undefined | undefined;
9013
9116
  maxFeePerGas?: `0x${string}` | undefined;
@@ -9021,17 +9124,17 @@ declare const zkSync: Readonly<{
9021
9124
  authorizationList?: undefined;
9022
9125
  eip712Meta?: undefined | undefined;
9023
9126
  } | {
9024
- type?: "0x4" | undefined;
9025
9127
  gasPrice?: undefined | undefined;
9026
9128
  maxFeePerBlobGas?: undefined | undefined;
9027
9129
  maxFeePerGas?: `0x${string}` | undefined;
9028
9130
  maxPriorityFeePerGas?: `0x${string}` | undefined;
9029
- to?: `0x${string}` | null | undefined;
9131
+ type?: "0x4" | undefined;
9030
9132
  data?: `0x${string}` | undefined;
9031
- from?: `0x${string}` | undefined;
9133
+ value?: `0x${string}` | undefined;
9032
9134
  gas?: `0x${string}` | undefined;
9135
+ to?: `0x${string}` | null | undefined;
9136
+ from?: `0x${string}` | undefined;
9033
9137
  nonce?: `0x${string}` | undefined;
9034
- value?: `0x${string}` | undefined;
9035
9138
  accessList?: import("viem").AccessList | undefined;
9036
9139
  authorizationList?: import("viem").RpcAuthorizationList | undefined;
9037
9140
  blobs?: undefined;
@@ -9744,16 +9847,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9744
9847
  r: import("viem").Hex;
9745
9848
  s: import("viem").Hex;
9746
9849
  v: bigint;
9850
+ value: bigint;
9851
+ gas: bigint;
9747
9852
  to: import("abitype").Address | null;
9748
9853
  from: import("abitype").Address;
9749
- gas: bigint;
9750
9854
  nonce: number;
9751
- value: bigint;
9752
9855
  blockHash: `0x${string}` | null;
9753
9856
  blockNumber: bigint | null;
9857
+ transactionIndex: number | null;
9754
9858
  hash: import("viem").Hash;
9755
9859
  input: import("viem").Hex;
9756
- transactionIndex: number | null;
9757
9860
  typeHex: import("viem").Hex | null;
9758
9861
  accessList?: undefined | undefined;
9759
9862
  authorizationList?: undefined | undefined;
@@ -10274,16 +10377,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10274
10377
  r: import("viem").Hex;
10275
10378
  s: import("viem").Hex;
10276
10379
  v: bigint;
10380
+ value: bigint;
10381
+ gas: bigint;
10277
10382
  to: import("abitype").Address | null;
10278
10383
  from: import("abitype").Address;
10279
- gas: bigint;
10280
10384
  nonce: number;
10281
- value: bigint;
10282
10385
  blockHash: `0x${string}` | null;
10283
10386
  blockNumber: bigint | null;
10387
+ transactionIndex: number | null;
10284
10388
  hash: import("viem").Hash;
10285
10389
  input: import("viem").Hex;
10286
- transactionIndex: number | null;
10287
10390
  typeHex: import("viem").Hex | null;
10288
10391
  accessList?: undefined | undefined;
10289
10392
  authorizationList?: undefined | undefined;
@@ -10598,7 +10701,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10598
10701
  readonly apiUrl: "https://api.bscscan.com/api";
10599
10702
  };
10600
10703
  };
10601
- blockTime?: number | undefined | undefined | undefined;
10704
+ blockTime: 750;
10602
10705
  ensTlds?: readonly string[] | undefined;
10603
10706
  id: 56;
10604
10707
  nativeCurrency: {
@@ -10926,12 +11029,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10926
11029
  multicall3: {
10927
11030
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
10928
11031
  };
10929
- ensRegistry: {
10930
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10931
- };
10932
11032
  ensUniversalResolver: {
10933
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
10934
- readonly blockCreated: 19258213;
11033
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
11034
+ readonly blockCreated: 23085558;
10935
11035
  };
10936
11036
  };
10937
11037
  blockExplorers: {
@@ -10941,7 +11041,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10941
11041
  readonly apiUrl: "https://api.etherscan.io/api";
10942
11042
  };
10943
11043
  };
10944
- blockTime?: number | undefined | undefined | undefined;
11044
+ blockTime: 12000;
10945
11045
  ensTlds?: readonly string[] | undefined;
10946
11046
  id: 1;
10947
11047
  name: "Ethereum";
@@ -11392,16 +11492,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
11392
11492
  r: import("viem").Hex;
11393
11493
  s: import("viem").Hex;
11394
11494
  v: bigint;
11495
+ value: bigint;
11496
+ gas: bigint;
11395
11497
  to: import("abitype").Address | null;
11396
11498
  from: import("abitype").Address;
11397
- gas: bigint;
11398
11499
  nonce: number;
11399
- value: bigint;
11400
11500
  blockHash: `0x${string}` | null;
11401
11501
  blockNumber: bigint | null;
11502
+ transactionIndex: number | null;
11402
11503
  hash: import("viem").Hash;
11403
11504
  input: import("viem").Hex;
11404
- transactionIndex: number | null;
11405
11505
  typeHex: import("viem").Hex | null;
11406
11506
  accessList?: undefined | undefined;
11407
11507
  authorizationList?: undefined | undefined;
@@ -12298,7 +12398,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12298
12398
  multicall3: {
12299
12399
  address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
12300
12400
  };
12301
- universalSignatureVerifier: {
12401
+ erc6492Verifier: {
12302
12402
  readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
12303
12403
  readonly blockCreated: 45659388;
12304
12404
  };
@@ -12367,16 +12467,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12367
12467
  r: import("viem").Hex;
12368
12468
  s: import("viem").Hex;
12369
12469
  v: bigint;
12470
+ value: bigint;
12471
+ gas: bigint;
12370
12472
  to: import("abitype").Address | null;
12371
12473
  from: import("abitype").Address;
12372
- gas: bigint;
12373
12474
  nonce: number;
12374
- value: bigint;
12375
12475
  blockHash: `0x${string}` | null;
12376
12476
  blockNumber: bigint | null;
12477
+ transactionIndex: number | null;
12377
12478
  hash: import("viem").Hash;
12378
12479
  input: import("viem").Hex;
12379
- transactionIndex: number | null;
12380
12480
  typeHex: import("viem").Hex | null;
12381
12481
  accessList?: undefined | undefined;
12382
12482
  authorizationList?: undefined | undefined;
@@ -12550,18 +12650,18 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12550
12650
  readonly transactionReceipt: {
12551
12651
  exclude: [] | undefined;
12552
12652
  format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt) => {
12553
- type: import("viem/zksync").ZkSyncTransactionType;
12554
12653
  contractAddress: import("abitype").Address | null | undefined;
12654
+ type: import("viem/zksync").ZkSyncTransactionType;
12655
+ status: "success" | "reverted";
12555
12656
  to: import("abitype").Address | null;
12556
12657
  from: import("abitype").Address;
12557
12658
  blockHash: import("viem").Hash;
12558
12659
  blockNumber: bigint;
12660
+ transactionHash: import("viem").Hash;
12559
12661
  transactionIndex: number;
12560
- status: "success" | "reverted";
12561
12662
  logsBloom: import("viem").Hex;
12562
12663
  blobGasUsed?: bigint | undefined;
12563
12664
  gasUsed: bigint;
12564
- transactionHash: import("viem").Hash;
12565
12665
  blobGasPrice?: bigint | undefined;
12566
12666
  cumulativeGasUsed: bigint;
12567
12667
  effectiveGasPrice: bigint;
@@ -12587,8 +12687,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12587
12687
  maxFeePerBlobGas?: undefined | undefined;
12588
12688
  maxFeePerGas?: undefined | undefined;
12589
12689
  maxPriorityFeePerGas?: undefined | undefined;
12590
- blobs?: undefined;
12591
12690
  accessList?: undefined;
12691
+ blobs?: undefined;
12592
12692
  blobVersionedHashes?: undefined;
12593
12693
  kzg?: undefined;
12594
12694
  sidecars?: undefined;
@@ -12635,10 +12735,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12635
12735
  } | {
12636
12736
  type?: "0x3" | undefined;
12637
12737
  data?: `0x${string}` | undefined;
12638
- from?: `0x${string}` | undefined;
12738
+ value?: `0x${string}` | undefined;
12639
12739
  gas?: `0x${string}` | undefined;
12740
+ from?: `0x${string}` | undefined;
12640
12741
  nonce?: `0x${string}` | undefined;
12641
- value?: `0x${string}` | undefined;
12642
12742
  to: `0x${string}` | null;
12643
12743
  gasPrice?: undefined | undefined;
12644
12744
  maxFeePerGas?: `0x${string}` | undefined;
@@ -12652,17 +12752,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12652
12752
  authorizationList?: undefined;
12653
12753
  eip712Meta?: undefined | undefined;
12654
12754
  } | {
12655
- type?: "0x4" | undefined;
12656
12755
  gasPrice?: undefined | undefined;
12657
12756
  maxFeePerBlobGas?: undefined | undefined;
12658
12757
  maxFeePerGas?: `0x${string}` | undefined;
12659
12758
  maxPriorityFeePerGas?: `0x${string}` | undefined;
12660
- to?: `0x${string}` | null | undefined;
12759
+ type?: "0x4" | undefined;
12661
12760
  data?: `0x${string}` | undefined;
12662
- from?: `0x${string}` | undefined;
12761
+ value?: `0x${string}` | undefined;
12663
12762
  gas?: `0x${string}` | undefined;
12763
+ to?: `0x${string}` | null | undefined;
12764
+ from?: `0x${string}` | undefined;
12664
12765
  nonce?: `0x${string}` | undefined;
12665
- value?: `0x${string}` | undefined;
12666
12766
  accessList?: import("viem").AccessList | undefined;
12667
12767
  authorizationList?: import("viem").RpcAuthorizationList | undefined;
12668
12768
  blobs?: undefined;
@@ -12955,8 +13055,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12955
13055
  readonly blockCreated: 6682888;
12956
13056
  };
12957
13057
  ensUniversalResolver: {
12958
- readonly address: "0x3aA974fb3f8C1E02796048BDCdeD79e9D53a6965";
12959
- readonly blockCreated: 6683000;
13058
+ readonly address: "0x4D41762915F83c76EcaF6776d9b08076aA32b492";
13059
+ readonly blockCreated: 22222151;
12960
13060
  };
12961
13061
  };
12962
13062
  blockExplorers: {
@@ -13647,16 +13747,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13647
13747
  r: import("viem").Hex;
13648
13748
  s: import("viem").Hex;
13649
13749
  v: bigint;
13750
+ value: bigint;
13751
+ gas: bigint;
13650
13752
  to: import("abitype").Address | null;
13651
13753
  from: import("abitype").Address;
13652
- gas: bigint;
13653
13754
  nonce: number;
13654
- value: bigint;
13655
13755
  blockHash: `0x${string}` | null;
13656
13756
  blockNumber: bigint | null;
13757
+ transactionIndex: number | null;
13657
13758
  hash: import("viem").Hash;
13658
13759
  input: import("viem").Hex;
13659
- transactionIndex: number | null;
13660
13760
  typeHex: import("viem").Hex | null;
13661
13761
  accessList?: undefined | undefined;
13662
13762
  authorizationList?: undefined | undefined;
@@ -14046,16 +14146,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14046
14146
  r: import("viem").Hex;
14047
14147
  s: import("viem").Hex;
14048
14148
  v: bigint;
14149
+ value: bigint;
14150
+ gas: bigint;
14049
14151
  to: import("abitype").Address | null;
14050
14152
  from: import("abitype").Address;
14051
- gas: bigint;
14052
14153
  nonce: number;
14053
- value: bigint;
14054
14154
  blockHash: `0x${string}` | null;
14055
14155
  blockNumber: bigint | null;
14156
+ transactionIndex: number | null;
14056
14157
  hash: import("viem").Hash;
14057
14158
  input: import("viem").Hex;
14058
- transactionIndex: number | null;
14059
14159
  typeHex: import("viem").Hex | null;
14060
14160
  accessList?: undefined | undefined;
14061
14161
  authorizationList?: undefined | undefined;
@@ -14584,16 +14684,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14584
14684
  r: import("viem").Hex;
14585
14685
  s: import("viem").Hex;
14586
14686
  v: bigint;
14687
+ value: bigint;
14688
+ gas: bigint;
14587
14689
  to: import("abitype").Address | null;
14588
14690
  from: import("abitype").Address;
14589
- gas: bigint;
14590
14691
  nonce: number;
14591
- value: bigint;
14592
14692
  blockHash: `0x${string}` | null;
14593
14693
  blockNumber: bigint | null;
14694
+ transactionIndex: number | null;
14594
14695
  hash: import("viem").Hash;
14595
14696
  input: import("viem").Hex;
14596
- transactionIndex: number | null;
14597
14697
  typeHex: import("viem").Hex | null;
14598
14698
  accessList?: undefined | undefined;
14599
14699
  authorizationList?: undefined | undefined;
@@ -15008,7 +15108,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15008
15108
  readonly url: "https://sonicscan.org";
15009
15109
  };
15010
15110
  };
15011
- blockTime?: number | undefined | undefined | undefined;
15111
+ blockTime: 630;
15012
15112
  ensTlds?: readonly string[] | undefined;
15013
15113
  id: 146;
15014
15114
  name: "Sonic";
@@ -15197,16 +15297,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15197
15297
  r: import("viem").Hex;
15198
15298
  s: import("viem").Hex;
15199
15299
  v: bigint;
15300
+ value: bigint;
15301
+ gas: bigint;
15200
15302
  to: import("abitype").Address | null;
15201
15303
  from: import("abitype").Address;
15202
- gas: bigint;
15203
15304
  nonce: number;
15204
- value: bigint;
15205
15305
  blockHash: `0x${string}` | null;
15206
15306
  blockNumber: bigint | null;
15307
+ transactionIndex: number | null;
15207
15308
  hash: import("viem").Hash;
15208
15309
  input: import("viem").Hex;
15209
- transactionIndex: number | null;
15210
15310
  typeHex: import("viem").Hex | null;
15211
15311
  accessList?: undefined | undefined;
15212
15312
  authorizationList?: undefined | undefined;
@@ -15458,8 +15558,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15458
15558
  maxFeePerBlobGas?: undefined | undefined;
15459
15559
  maxFeePerGas?: undefined | undefined;
15460
15560
  maxPriorityFeePerGas?: undefined | undefined;
15461
- blobs?: undefined;
15462
15561
  accessList?: undefined;
15562
+ blobs?: undefined;
15463
15563
  blobVersionedHashes?: undefined;
15464
15564
  kzg?: undefined;
15465
15565
  sidecars?: undefined;
@@ -15506,10 +15606,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15506
15606
  } | {
15507
15607
  type?: "0x3" | undefined;
15508
15608
  data?: `0x${string}` | undefined;
15509
- from?: `0x${string}` | undefined;
15609
+ value?: `0x${string}` | undefined;
15510
15610
  gas?: `0x${string}` | undefined;
15611
+ from?: `0x${string}` | undefined;
15511
15612
  nonce?: `0x${string}` | undefined;
15512
- value?: `0x${string}` | undefined;
15513
15613
  to: `0x${string}` | null;
15514
15614
  gasPrice?: undefined | undefined;
15515
15615
  maxFeePerGas?: `0x${string}` | undefined;
@@ -15523,17 +15623,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15523
15623
  authorizationList?: undefined;
15524
15624
  feeCurrency?: `0x${string}` | undefined;
15525
15625
  } | {
15526
- type?: "0x4" | undefined;
15527
15626
  gasPrice?: undefined | undefined;
15528
15627
  maxFeePerBlobGas?: undefined | undefined;
15529
15628
  maxFeePerGas?: `0x${string}` | undefined;
15530
15629
  maxPriorityFeePerGas?: `0x${string}` | undefined;
15531
- to?: `0x${string}` | null | undefined;
15630
+ type?: "0x4" | undefined;
15532
15631
  data?: `0x${string}` | undefined;
15533
- from?: `0x${string}` | undefined;
15632
+ value?: `0x${string}` | undefined;
15534
15633
  gas?: `0x${string}` | undefined;
15634
+ to?: `0x${string}` | null | undefined;
15635
+ from?: `0x${string}` | undefined;
15535
15636
  nonce?: `0x${string}` | undefined;
15536
- value?: `0x${string}` | undefined;
15537
15637
  accessList?: import("viem").AccessList | undefined;
15538
15638
  authorizationList?: import("viem").RpcAuthorizationList | undefined;
15539
15639
  blobs?: undefined;
@@ -15604,16 +15704,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15604
15704
  r: import("viem").Hex;
15605
15705
  s: import("viem").Hex;
15606
15706
  v: bigint;
15707
+ value: bigint;
15708
+ gas: bigint;
15607
15709
  to: import("abitype").Address | null;
15608
15710
  from: import("abitype").Address;
15609
- gas: bigint;
15610
15711
  nonce: number;
15611
- value: bigint;
15612
15712
  blockHash: `0x${string}` | null;
15613
15713
  blockNumber: bigint | null;
15714
+ transactionIndex: number | null;
15614
15715
  hash: import("viem").Hash;
15615
15716
  input: import("viem").Hex;
15616
- transactionIndex: number | null;
15617
15717
  typeHex: import("viem").Hex | null;
15618
15718
  accessList?: undefined | undefined;
15619
15719
  authorizationList?: undefined | undefined;
@@ -15865,8 +15965,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15865
15965
  maxFeePerBlobGas?: undefined | undefined;
15866
15966
  maxFeePerGas?: undefined | undefined;
15867
15967
  maxPriorityFeePerGas?: undefined | undefined;
15868
- blobs?: undefined;
15869
15968
  accessList?: undefined;
15969
+ blobs?: undefined;
15870
15970
  blobVersionedHashes?: undefined;
15871
15971
  kzg?: undefined;
15872
15972
  sidecars?: undefined;
@@ -15913,10 +16013,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15913
16013
  } | {
15914
16014
  type?: "0x3" | undefined;
15915
16015
  data?: `0x${string}` | undefined;
15916
- from?: `0x${string}` | undefined;
16016
+ value?: `0x${string}` | undefined;
15917
16017
  gas?: `0x${string}` | undefined;
16018
+ from?: `0x${string}` | undefined;
15918
16019
  nonce?: `0x${string}` | undefined;
15919
- value?: `0x${string}` | undefined;
15920
16020
  to: `0x${string}` | null;
15921
16021
  gasPrice?: undefined | undefined;
15922
16022
  maxFeePerGas?: `0x${string}` | undefined;
@@ -15930,17 +16030,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15930
16030
  authorizationList?: undefined;
15931
16031
  feeCurrency?: `0x${string}` | undefined;
15932
16032
  } | {
15933
- type?: "0x4" | undefined;
15934
16033
  gasPrice?: undefined | undefined;
15935
16034
  maxFeePerBlobGas?: undefined | undefined;
15936
16035
  maxFeePerGas?: `0x${string}` | undefined;
15937
16036
  maxPriorityFeePerGas?: `0x${string}` | undefined;
15938
- to?: `0x${string}` | null | undefined;
16037
+ type?: "0x4" | undefined;
15939
16038
  data?: `0x${string}` | undefined;
15940
- from?: `0x${string}` | undefined;
16039
+ value?: `0x${string}` | undefined;
15941
16040
  gas?: `0x${string}` | undefined;
16041
+ to?: `0x${string}` | null | undefined;
16042
+ from?: `0x${string}` | undefined;
15942
16043
  nonce?: `0x${string}` | undefined;
15943
- value?: `0x${string}` | undefined;
15944
16044
  accessList?: import("viem").AccessList | undefined;
15945
16045
  authorizationList?: import("viem").RpcAuthorizationList | undefined;
15946
16046
  blobs?: undefined;
@@ -16072,7 +16172,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16072
16172
  };
16073
16173
  ensRegistry?: ChainContract | undefined;
16074
16174
  ensUniversalResolver?: ChainContract | undefined;
16075
- universalSignatureVerifier?: ChainContract | undefined;
16175
+ erc6492Verifier?: ChainContract | undefined;
16076
16176
  };
16077
16177
  blockExplorers: {
16078
16178
  readonly default: {
@@ -16080,7 +16180,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16080
16180
  readonly url: "https://explorer.hemi.xyz";
16081
16181
  };
16082
16182
  };
16083
- blockTime?: number | undefined | undefined | undefined;
16183
+ blockTime: 12000;
16084
16184
  ensTlds?: readonly string[] | undefined;
16085
16185
  id: 43111;
16086
16186
  name: "Hemi";
@@ -16539,7 +16639,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16539
16639
  };
16540
16640
  ensRegistry?: ChainContract | undefined;
16541
16641
  ensUniversalResolver?: ChainContract | undefined;
16542
- universalSignatureVerifier?: ChainContract | undefined;
16642
+ erc6492Verifier?: ChainContract | undefined;
16543
16643
  };
16544
16644
  blockExplorers: {
16545
16645
  readonly default: {
@@ -16923,16 +17023,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16923
17023
  r: import("viem").Hex;
16924
17024
  s: import("viem").Hex;
16925
17025
  v: bigint;
17026
+ value: bigint;
17027
+ gas: bigint;
16926
17028
  to: import("abitype").Address | null;
16927
17029
  from: import("abitype").Address;
16928
- gas: bigint;
16929
17030
  nonce: number;
16930
- value: bigint;
16931
17031
  blockHash: `0x${string}` | null;
16932
17032
  blockNumber: bigint | null;
17033
+ transactionIndex: number | null;
16933
17034
  hash: import("viem").Hash;
16934
17035
  input: import("viem").Hex;
16935
- transactionIndex: number | null;
16936
17036
  typeHex: import("viem").Hex | null;
16937
17037
  accessList?: undefined | undefined;
16938
17038
  authorizationList?: undefined | undefined;
@@ -17268,7 +17368,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17268
17368
  };
17269
17369
  ensRegistry?: ChainContract | undefined;
17270
17370
  ensUniversalResolver?: ChainContract | undefined;
17271
- universalSignatureVerifier?: ChainContract | undefined;
17371
+ erc6492Verifier?: ChainContract | undefined;
17272
17372
  };
17273
17373
  blockExplorers: {
17274
17374
  readonly default: {
@@ -17381,7 +17481,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17381
17481
  };
17382
17482
  ensRegistry?: ChainContract | undefined;
17383
17483
  ensUniversalResolver?: ChainContract | undefined;
17384
- universalSignatureVerifier?: ChainContract | undefined;
17484
+ erc6492Verifier?: ChainContract | undefined;
17385
17485
  };
17386
17486
  blockExplorers: {
17387
17487
  readonly default: {
@@ -17475,7 +17575,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17475
17575
  address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
17476
17576
  })[];
17477
17577
  stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
17478
- watchlist: ("0x9475b76b7f77791b6147cb989187fecd9b55398a" | "0x0085a09e68468a99c6ec3c0c9c98e17af614c470" | "0x9fe58f1883732931625c281afe2a068fe19183f5" | "0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5")[];
17578
+ watchlist: ("0x9475b76b7f77791b6147cb989187fecd9b55398a" | "0x0085a09e68468a99c6ec3c0c9c98e17af614c470" | "0x9fe58f1883732931625c281afe2a068fe19183f5" | "0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5" | "0x5133222db1e9f1b98d16e5fb46d6f398c60998e2" | "0xe7612e14a05613caf06fad766b484b0a6d146c3a")[];
17479
17579
  internalName: "nibiru";
17480
17580
  nativeLogoUrl: "https://assets.oku.trade/natives/nibi.svg";
17481
17581
  contracts: {
@@ -17634,7 +17734,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17634
17734
  readonly url: "https://explorer.etherlink.com";
17635
17735
  };
17636
17736
  };
17637
- blockTime?: number | undefined | undefined | undefined;
17737
+ blockTime: 4830;
17638
17738
  ensTlds?: readonly string[] | undefined;
17639
17739
  id: 42793;
17640
17740
  name: "Etherlink";
@@ -17805,7 +17905,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17805
17905
  readonly apiUrl: "https://api.uniscan.xyz/api";
17806
17906
  };
17807
17907
  };
17808
- blockTime: 2000;
17908
+ blockTime: 1000;
17809
17909
  ensTlds?: readonly string[] | undefined;
17810
17910
  id: 130;
17811
17911
  nativeCurrency: {
@@ -17887,16 +17987,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17887
17987
  r: import("viem").Hex;
17888
17988
  s: import("viem").Hex;
17889
17989
  v: bigint;
17990
+ value: bigint;
17991
+ gas: bigint;
17890
17992
  to: import("abitype").Address | null;
17891
17993
  from: import("abitype").Address;
17892
- gas: bigint;
17893
17994
  nonce: number;
17894
- value: bigint;
17895
17995
  blockHash: `0x${string}` | null;
17896
17996
  blockNumber: bigint | null;
17997
+ transactionIndex: number | null;
17897
17998
  hash: import("viem").Hash;
17898
17999
  input: import("viem").Hex;
17899
- transactionIndex: number | null;
17900
18000
  typeHex: import("viem").Hex | null;
17901
18001
  accessList?: undefined | undefined;
17902
18002
  authorizationList?: undefined | undefined;
@@ -18133,7 +18233,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18133
18233
  };
18134
18234
  ensRegistry?: ChainContract | undefined;
18135
18235
  ensUniversalResolver?: ChainContract | undefined;
18136
- universalSignatureVerifier?: ChainContract | undefined;
18236
+ erc6492Verifier?: ChainContract | undefined;
18137
18237
  };
18138
18238
  blockExplorers: {
18139
18239
  readonly default: {
@@ -18161,6 +18261,109 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18161
18261
  fees?: import("viem").ChainFees<undefined> | undefined;
18162
18262
  formatters?: undefined | undefined;
18163
18263
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
18264
+ }>, Readonly<{
18265
+ name: "Plasma";
18266
+ blockTimeSeconds: 1;
18267
+ launchTime: 1758588527;
18268
+ transactionType: "eip1559";
18269
+ sortIndex: 15;
18270
+ logoUrl: "https://assets.oku.trade/chains/plasma-logo.svg";
18271
+ deprecated: false;
18272
+ safeReorgDistance: 90000;
18273
+ blockAid: "";
18274
+ externalId: {};
18275
+ markets: {};
18276
+ bridges: {};
18277
+ oracles: {};
18278
+ morpho: {};
18279
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
18280
+ uniswap: {
18281
+ deployBlock: number;
18282
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
18283
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
18284
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
18285
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
18286
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
18287
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
18288
+ positionsNFTDeployBlock: number;
18289
+ universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
18290
+ wrappedNativeAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
18291
+ wrappedNativeSymbol: string;
18292
+ wrappedNativeName: string;
18293
+ wrappedNativeDecimals: number;
18294
+ nativeCurrencyName: string;
18295
+ };
18296
+ token: {
18297
+ wethAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
18298
+ };
18299
+ oku: {
18300
+ limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
18301
+ limitOrderRegistryDeployBlock: number;
18302
+ pricing: {
18303
+ nativeWrappedToken: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
18304
+ nativeWrappedName: string;
18305
+ };
18306
+ };
18307
+ defaultPool: "0x0000000000000000000000000000000000000000";
18308
+ defaultToken0: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
18309
+ defaultToken1: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb";
18310
+ tokenList: ({
18311
+ symbol: string;
18312
+ address: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
18313
+ } | {
18314
+ symbol: string;
18315
+ address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb";
18316
+ })[];
18317
+ stables: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb"[];
18318
+ watchlist: never[];
18319
+ internalName: "plasma";
18320
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/xpl.png";
18321
+ contracts: {
18322
+ limitOrder: {
18323
+ address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
18324
+ };
18325
+ nftManager: {
18326
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
18327
+ };
18328
+ weth9: {
18329
+ address: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
18330
+ };
18331
+ multicall2: {
18332
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
18333
+ };
18334
+ multicall3: {
18335
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
18336
+ };
18337
+ ensRegistry?: ChainContract | undefined;
18338
+ ensUniversalResolver?: ChainContract | undefined;
18339
+ erc6492Verifier?: ChainContract | undefined;
18340
+ };
18341
+ blockExplorers: {
18342
+ readonly default: {
18343
+ readonly name: "PlasmaScan";
18344
+ readonly url: "https://plasmascan.to";
18345
+ };
18346
+ };
18347
+ blockTime?: number | undefined | undefined | undefined;
18348
+ ensTlds?: readonly string[] | undefined;
18349
+ id: 9745;
18350
+ nativeCurrency: {
18351
+ readonly name: "Plasma";
18352
+ readonly symbol: "XPL";
18353
+ readonly decimals: 18;
18354
+ };
18355
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
18356
+ rpcUrls: {
18357
+ readonly default: {
18358
+ readonly http: readonly ["https://rpc.plasma.to"];
18359
+ };
18360
+ };
18361
+ sourceId?: number | undefined | undefined | undefined;
18362
+ testnet?: boolean | undefined | undefined | undefined;
18363
+ custom?: Record<string, unknown> | undefined;
18364
+ fees?: import("viem").ChainFees<undefined> | undefined;
18365
+ formatters?: undefined | undefined;
18366
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
18164
18367
  }>];
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 };
18368
+ 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
18369
  export { ChainContract } from "viem";