@gfxlabs/oku-chains 1.11.17 → 1.11.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.js +9 -30
- package/dist/index-mjs.js +10 -31
- package/dist/index.js +9 -30
- package/dist/types/definitions/base.d.ts +4 -3
- package/dist/types/definitions/blast.d.ts +4 -3
- package/dist/types/definitions/bob.d.ts +4 -3
- package/dist/types/definitions/celo.d.ts +22 -22
- package/dist/types/definitions/gensyn.d.ts +40 -28
- package/dist/types/definitions/lens.d.ts +1 -1
- package/dist/types/definitions/lisk.d.ts +9 -3
- package/dist/types/definitions/matchain.d.ts +1 -1
- package/dist/types/definitions/metal.d.ts +4 -3
- package/dist/types/definitions/optimism.d.ts +4 -3
- package/dist/types/definitions/polygon.d.ts +1 -1
- package/dist/types/definitions/unichain.d.ts +4 -3
- package/dist/types/definitions/worldchain.d.ts +4 -3
- package/dist/types/definitions/zerog.d.ts +1 -1
- package/dist/types/definitions/zksync.d.ts +15 -14
- package/dist/types/index.d.ts +118 -92
- package/package.json +2 -2
|
@@ -307,16 +307,16 @@ export declare const optimism: Readonly<{
|
|
|
307
307
|
r: import("viem").Hex;
|
|
308
308
|
s: import("viem").Hex;
|
|
309
309
|
v: bigint;
|
|
310
|
-
value: bigint;
|
|
311
|
-
gas: bigint;
|
|
312
310
|
to: import("abitype").Address | null;
|
|
313
311
|
from: import("abitype").Address;
|
|
312
|
+
gas: bigint;
|
|
314
313
|
nonce: number;
|
|
314
|
+
value: bigint;
|
|
315
315
|
blockHash: `0x${string}` | null;
|
|
316
316
|
blockNumber: bigint | null;
|
|
317
|
-
transactionIndex: number | null;
|
|
318
317
|
hash: import("viem").Hash;
|
|
319
318
|
input: import("viem").Hex;
|
|
319
|
+
transactionIndex: number | null;
|
|
320
320
|
typeHex: import("viem").Hex | null;
|
|
321
321
|
accessList?: undefined | undefined;
|
|
322
322
|
authorizationList?: undefined | undefined;
|
|
@@ -453,6 +453,7 @@ export declare const optimism: Readonly<{
|
|
|
453
453
|
blobGasUsed?: bigint | undefined;
|
|
454
454
|
blockHash: import("viem").Hash;
|
|
455
455
|
blockNumber: bigint;
|
|
456
|
+
blockTimestamp?: bigint | undefined;
|
|
456
457
|
contractAddress: import("abitype").Address | null | undefined;
|
|
457
458
|
cumulativeGasUsed: bigint;
|
|
458
459
|
effectiveGasPrice: bigint;
|
|
@@ -180,7 +180,7 @@ export declare const polygon: Readonly<{
|
|
|
180
180
|
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
181
181
|
rpcUrls: {
|
|
182
182
|
readonly default: {
|
|
183
|
-
readonly http: readonly ["https://polygon
|
|
183
|
+
readonly http: readonly ["https://polygon.drpc.org"];
|
|
184
184
|
};
|
|
185
185
|
};
|
|
186
186
|
sourceId?: number | undefined | undefined | undefined;
|
|
@@ -244,16 +244,16 @@ export declare const unichain: Readonly<{
|
|
|
244
244
|
r: import("viem").Hex;
|
|
245
245
|
s: import("viem").Hex;
|
|
246
246
|
v: bigint;
|
|
247
|
-
value: bigint;
|
|
248
|
-
gas: bigint;
|
|
249
247
|
to: import("abitype").Address | null;
|
|
250
248
|
from: import("abitype").Address;
|
|
249
|
+
gas: bigint;
|
|
251
250
|
nonce: number;
|
|
251
|
+
value: bigint;
|
|
252
252
|
blockHash: `0x${string}` | null;
|
|
253
253
|
blockNumber: bigint | null;
|
|
254
|
-
transactionIndex: number | null;
|
|
255
254
|
hash: import("viem").Hash;
|
|
256
255
|
input: import("viem").Hex;
|
|
256
|
+
transactionIndex: number | null;
|
|
257
257
|
typeHex: import("viem").Hex | null;
|
|
258
258
|
accessList?: undefined | undefined;
|
|
259
259
|
authorizationList?: undefined | undefined;
|
|
@@ -390,6 +390,7 @@ export declare const unichain: Readonly<{
|
|
|
390
390
|
blobGasUsed?: bigint | undefined;
|
|
391
391
|
blockHash: import("viem").Hash;
|
|
392
392
|
blockNumber: bigint;
|
|
393
|
+
blockTimestamp?: bigint | undefined;
|
|
393
394
|
contractAddress: import("abitype").Address | null | undefined;
|
|
394
395
|
cumulativeGasUsed: bigint;
|
|
395
396
|
effectiveGasPrice: bigint;
|
|
@@ -236,16 +236,16 @@ export declare const worldchain: Readonly<{
|
|
|
236
236
|
r: import("viem").Hex;
|
|
237
237
|
s: import("viem").Hex;
|
|
238
238
|
v: bigint;
|
|
239
|
-
value: bigint;
|
|
240
|
-
gas: bigint;
|
|
241
239
|
to: import("viem").Address | null;
|
|
242
240
|
from: import("viem").Address;
|
|
241
|
+
gas: bigint;
|
|
243
242
|
nonce: number;
|
|
243
|
+
value: bigint;
|
|
244
244
|
blockHash: `0x${string}` | null;
|
|
245
245
|
blockNumber: bigint | null;
|
|
246
|
-
transactionIndex: number | null;
|
|
247
246
|
hash: import("viem").Hash;
|
|
248
247
|
input: import("viem").Hex;
|
|
248
|
+
transactionIndex: number | null;
|
|
249
249
|
typeHex: import("viem").Hex | null;
|
|
250
250
|
accessList?: undefined | undefined;
|
|
251
251
|
authorizationList?: undefined | undefined;
|
|
@@ -382,6 +382,7 @@ export declare const worldchain: Readonly<{
|
|
|
382
382
|
blobGasUsed?: bigint | undefined;
|
|
383
383
|
blockHash: import("viem").Hash;
|
|
384
384
|
blockNumber: bigint;
|
|
385
|
+
blockTimestamp?: bigint | undefined;
|
|
385
386
|
contractAddress: import("viem").Address | null | undefined;
|
|
386
387
|
cumulativeGasUsed: bigint;
|
|
387
388
|
effectiveGasPrice: bigint;
|
|
@@ -72,7 +72,7 @@ export declare const zerog: Readonly<{
|
|
|
72
72
|
address: "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c";
|
|
73
73
|
})[];
|
|
74
74
|
stables: "0x1f3aa82227281ca364bfb3d253b0f1af1da6473e"[];
|
|
75
|
-
watchlist: "0x5c1e4669c5208adc0163273d51928890b663237f"[];
|
|
75
|
+
watchlist: ("0x5c1e4669c5208adc0163273d51928890b663237f" | "0xb5cb173dc8f8e8379343d12faa0cd66cb2db7d2e" | "0x5B7698191ac6f42F8AA1B42EC8ce535E63423F67")[];
|
|
76
76
|
internalName: "zerog";
|
|
77
77
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/0g.svg";
|
|
78
78
|
contracts: {
|
|
@@ -189,16 +189,16 @@ export declare const zkSync: Readonly<{
|
|
|
189
189
|
r: import("viem").Hex;
|
|
190
190
|
s: import("viem").Hex;
|
|
191
191
|
v: bigint;
|
|
192
|
-
value: bigint;
|
|
193
|
-
gas: bigint;
|
|
194
192
|
to: import("abitype").Address | null;
|
|
195
193
|
from: import("abitype").Address;
|
|
194
|
+
gas: bigint;
|
|
196
195
|
nonce: number;
|
|
196
|
+
value: bigint;
|
|
197
197
|
blockHash: `0x${string}` | null;
|
|
198
198
|
blockNumber: bigint | null;
|
|
199
|
-
transactionIndex: number | null;
|
|
200
199
|
hash: import("viem").Hash;
|
|
201
200
|
input: import("viem").Hex;
|
|
201
|
+
transactionIndex: number | null;
|
|
202
202
|
typeHex: import("viem").Hex | null;
|
|
203
203
|
accessList?: undefined | undefined;
|
|
204
204
|
authorizationList?: undefined | undefined;
|
|
@@ -372,15 +372,16 @@ export declare const zkSync: Readonly<{
|
|
|
372
372
|
readonly transactionReceipt: {
|
|
373
373
|
exclude: [] | undefined;
|
|
374
374
|
format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
375
|
-
contractAddress: import("abitype").Address | null | undefined;
|
|
376
375
|
type: import("viem/chains").ZkSyncTransactionType;
|
|
377
|
-
|
|
376
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
378
377
|
to: import("abitype").Address | null;
|
|
379
378
|
from: import("abitype").Address;
|
|
380
379
|
blockHash: import("viem").Hash;
|
|
381
380
|
blockNumber: bigint;
|
|
382
|
-
transactionHash: import("viem").Hash;
|
|
383
381
|
transactionIndex: number;
|
|
382
|
+
status: "success" | "reverted";
|
|
383
|
+
blockTimestamp?: bigint | undefined;
|
|
384
|
+
transactionHash: import("viem").Hash;
|
|
384
385
|
logsBloom: import("viem").Hex;
|
|
385
386
|
blobGasUsed?: bigint | undefined;
|
|
386
387
|
gasUsed: bigint;
|
|
@@ -457,10 +458,10 @@ export declare const zkSync: Readonly<{
|
|
|
457
458
|
} | {
|
|
458
459
|
type?: "0x3" | undefined;
|
|
459
460
|
data?: `0x${string}` | undefined;
|
|
460
|
-
value?: `0x${string}` | undefined;
|
|
461
|
-
gas?: `0x${string}` | undefined;
|
|
462
461
|
from?: `0x${string}` | undefined;
|
|
462
|
+
gas?: `0x${string}` | undefined;
|
|
463
463
|
nonce?: `0x${string}` | undefined;
|
|
464
|
+
value?: `0x${string}` | undefined;
|
|
464
465
|
to: `0x${string}` | null;
|
|
465
466
|
gasPrice?: undefined | undefined;
|
|
466
467
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -476,10 +477,10 @@ export declare const zkSync: Readonly<{
|
|
|
476
477
|
} | {
|
|
477
478
|
type?: "0x3" | undefined;
|
|
478
479
|
data?: `0x${string}` | undefined;
|
|
479
|
-
value?: `0x${string}` | undefined;
|
|
480
|
-
gas?: `0x${string}` | undefined;
|
|
481
480
|
from?: `0x${string}` | undefined;
|
|
481
|
+
gas?: `0x${string}` | undefined;
|
|
482
482
|
nonce?: `0x${string}` | undefined;
|
|
483
|
+
value?: `0x${string}` | undefined;
|
|
483
484
|
to: `0x${string}` | null;
|
|
484
485
|
gasPrice?: undefined | undefined;
|
|
485
486
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -493,17 +494,17 @@ export declare const zkSync: Readonly<{
|
|
|
493
494
|
authorizationList?: undefined;
|
|
494
495
|
eip712Meta?: undefined | undefined;
|
|
495
496
|
} | {
|
|
497
|
+
type?: "0x4" | undefined;
|
|
496
498
|
gasPrice?: undefined | undefined;
|
|
497
499
|
maxFeePerBlobGas?: undefined | undefined;
|
|
498
500
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
499
501
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
500
|
-
type?: "0x4" | undefined;
|
|
501
|
-
data?: `0x${string}` | undefined;
|
|
502
|
-
value?: `0x${string}` | undefined;
|
|
503
|
-
gas?: `0x${string}` | undefined;
|
|
504
502
|
to?: `0x${string}` | null | undefined;
|
|
503
|
+
data?: `0x${string}` | undefined;
|
|
505
504
|
from?: `0x${string}` | undefined;
|
|
505
|
+
gas?: `0x${string}` | undefined;
|
|
506
506
|
nonce?: `0x${string}` | undefined;
|
|
507
|
+
value?: `0x${string}` | undefined;
|
|
507
508
|
accessList?: import("viem").AccessList | undefined;
|
|
508
509
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
509
510
|
blobs?: undefined;
|