@gfxlabs/oku-chains 1.5.0 → 1.5.2
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 +81 -2
- package/dist/index-mjs.js +82 -4
- package/dist/index.js +81 -2
- package/dist/types/browser.d.ts +424 -107
- package/dist/types/index-mjs.d.ts +424 -107
- package/dist/types/index.d.ts +424 -107
- package/package.json +2 -2
|
@@ -536,7 +536,7 @@ declare const base: Readonly<{
|
|
|
536
536
|
readonly block: {
|
|
537
537
|
exclude: [
|
|
538
538
|
] | undefined;
|
|
539
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
539
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
540
540
|
baseFeePerGas: bigint | null;
|
|
541
541
|
blobGasUsed: bigint;
|
|
542
542
|
difficulty: bigint;
|
|
@@ -570,7 +570,7 @@ declare const base: Readonly<{
|
|
|
570
570
|
readonly transaction: {
|
|
571
571
|
exclude: [
|
|
572
572
|
] | undefined;
|
|
573
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
573
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
574
574
|
blockHash: `0x${string}` | null;
|
|
575
575
|
blockNumber: bigint | null;
|
|
576
576
|
from: import("abitype").Address;
|
|
@@ -740,7 +740,7 @@ declare const base: Readonly<{
|
|
|
740
740
|
readonly transactionReceipt: {
|
|
741
741
|
exclude: [
|
|
742
742
|
] | undefined;
|
|
743
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
743
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
744
744
|
blobGasPrice?: bigint | undefined;
|
|
745
745
|
blobGasUsed?: bigint | undefined;
|
|
746
746
|
blockHash: import("viem").Hash;
|
|
@@ -942,7 +942,7 @@ declare const blast: Readonly<{
|
|
|
942
942
|
readonly block: {
|
|
943
943
|
exclude: [
|
|
944
944
|
] | undefined;
|
|
945
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
945
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
946
946
|
baseFeePerGas: bigint | null;
|
|
947
947
|
blobGasUsed: bigint;
|
|
948
948
|
difficulty: bigint;
|
|
@@ -976,7 +976,7 @@ declare const blast: Readonly<{
|
|
|
976
976
|
readonly transaction: {
|
|
977
977
|
exclude: [
|
|
978
978
|
] | undefined;
|
|
979
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
979
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
980
980
|
blockHash: `0x${string}` | null;
|
|
981
981
|
blockNumber: bigint | null;
|
|
982
982
|
from: import("abitype").Address;
|
|
@@ -1146,7 +1146,7 @@ declare const blast: Readonly<{
|
|
|
1146
1146
|
readonly transactionReceipt: {
|
|
1147
1147
|
exclude: [
|
|
1148
1148
|
] | undefined;
|
|
1149
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
1149
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
1150
1150
|
blobGasPrice?: bigint | undefined;
|
|
1151
1151
|
blobGasUsed?: bigint | undefined;
|
|
1152
1152
|
blockHash: import("viem").Hash;
|
|
@@ -1348,7 +1348,7 @@ declare const bob: Readonly<{
|
|
|
1348
1348
|
readonly block: {
|
|
1349
1349
|
exclude: [
|
|
1350
1350
|
] | undefined;
|
|
1351
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
1351
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
1352
1352
|
baseFeePerGas: bigint | null;
|
|
1353
1353
|
blobGasUsed: bigint;
|
|
1354
1354
|
difficulty: bigint;
|
|
@@ -1382,7 +1382,7 @@ declare const bob: Readonly<{
|
|
|
1382
1382
|
readonly transaction: {
|
|
1383
1383
|
exclude: [
|
|
1384
1384
|
] | undefined;
|
|
1385
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
1385
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
1386
1386
|
blockHash: `0x${string}` | null;
|
|
1387
1387
|
blockNumber: bigint | null;
|
|
1388
1388
|
from: import("abitype").Address;
|
|
@@ -1552,7 +1552,7 @@ declare const bob: Readonly<{
|
|
|
1552
1552
|
readonly transactionReceipt: {
|
|
1553
1553
|
exclude: [
|
|
1554
1554
|
] | undefined;
|
|
1555
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
1555
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
1556
1556
|
blobGasPrice?: bigint | undefined;
|
|
1557
1557
|
blobGasUsed?: bigint | undefined;
|
|
1558
1558
|
blockHash: import("viem").Hash;
|
|
@@ -2026,7 +2026,7 @@ declare const celo: Readonly<{
|
|
|
2026
2026
|
readonly block: {
|
|
2027
2027
|
exclude: [
|
|
2028
2028
|
] | undefined;
|
|
2029
|
-
format: (args: import("viem/chains").CeloRpcBlock) => {
|
|
2029
|
+
format: (args: import("viem/chains").CeloRpcBlock, action?: string | undefined) => {
|
|
2030
2030
|
baseFeePerGas: bigint | null;
|
|
2031
2031
|
blobGasUsed: bigint;
|
|
2032
2032
|
difficulty: bigint;
|
|
@@ -2060,7 +2060,7 @@ declare const celo: Readonly<{
|
|
|
2060
2060
|
readonly transaction: {
|
|
2061
2061
|
exclude: [
|
|
2062
2062
|
] | undefined;
|
|
2063
|
-
format: (args: import("viem/chains").CeloRpcTransaction) => ({
|
|
2063
|
+
format: (args: import("viem/chains").CeloRpcTransaction, action?: string | undefined) => ({
|
|
2064
2064
|
r: import("viem").Hex;
|
|
2065
2065
|
s: import("viem").Hex;
|
|
2066
2066
|
v: bigint;
|
|
@@ -2301,8 +2301,8 @@ declare const celo: Readonly<{
|
|
|
2301
2301
|
mint?: bigint | undefined | undefined;
|
|
2302
2302
|
sourceHash: import("viem").Hex;
|
|
2303
2303
|
type: "deposit";
|
|
2304
|
-
accessList?: undefined;
|
|
2305
2304
|
blobVersionedHashes?: undefined;
|
|
2305
|
+
accessList?: undefined;
|
|
2306
2306
|
authorizationList?: undefined;
|
|
2307
2307
|
chainId?: undefined;
|
|
2308
2308
|
feeCurrency?: undefined;
|
|
@@ -2314,7 +2314,7 @@ declare const celo: Readonly<{
|
|
|
2314
2314
|
readonly transactionRequest: {
|
|
2315
2315
|
exclude: [
|
|
2316
2316
|
] | undefined;
|
|
2317
|
-
format: (args: import("viem/chains").CeloTransactionRequest) => ({
|
|
2317
|
+
format: (args: import("viem/chains").CeloTransactionRequest, action?: string | undefined) => ({
|
|
2318
2318
|
data?: `0x${string}` | undefined;
|
|
2319
2319
|
from?: `0x${string}` | undefined;
|
|
2320
2320
|
gas?: `0x${string}` | undefined;
|
|
@@ -2326,10 +2326,10 @@ declare const celo: Readonly<{
|
|
|
2326
2326
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2327
2327
|
maxFeePerGas?: undefined | undefined;
|
|
2328
2328
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
2329
|
-
accessList?: undefined;
|
|
2330
2329
|
blobs?: undefined;
|
|
2331
2330
|
blobVersionedHashes?: undefined;
|
|
2332
2331
|
kzg?: undefined;
|
|
2332
|
+
accessList?: undefined;
|
|
2333
2333
|
sidecars?: undefined;
|
|
2334
2334
|
authorizationList?: undefined;
|
|
2335
2335
|
feeCurrency?: `0x${string}` | undefined;
|
|
@@ -2380,14 +2380,33 @@ declare const celo: Readonly<{
|
|
|
2380
2380
|
nonce?: `0x${string}` | undefined;
|
|
2381
2381
|
to: `0x${string}` | null;
|
|
2382
2382
|
gasPrice?: undefined | undefined;
|
|
2383
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2384
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
2385
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2386
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2387
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2388
|
+
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
2389
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
2390
|
+
kzg?: undefined;
|
|
2391
|
+
authorizationList?: undefined;
|
|
2392
|
+
feeCurrency?: `0x${string}` | undefined;
|
|
2393
|
+
} | {
|
|
2394
|
+
type?: "0x3" | undefined;
|
|
2395
|
+
data?: `0x${string}` | undefined;
|
|
2396
|
+
value?: `0x${string}` | undefined;
|
|
2397
|
+
gas?: `0x${string}` | undefined;
|
|
2398
|
+
from?: `0x${string}` | undefined;
|
|
2399
|
+
nonce?: `0x${string}` | undefined;
|
|
2400
|
+
to: `0x${string}` | null;
|
|
2401
|
+
gasPrice?: undefined | undefined;
|
|
2402
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2383
2403
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2384
2404
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2385
|
-
maxFeePerBlobGas: `0x${string}`;
|
|
2386
2405
|
accessList?: import("viem").AccessList | undefined;
|
|
2406
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2387
2407
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
2388
2408
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2389
2409
|
kzg?: import("viem").Kzg | undefined;
|
|
2390
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2391
2410
|
authorizationList?: undefined;
|
|
2392
2411
|
feeCurrency?: `0x${string}` | undefined;
|
|
2393
2412
|
} | {
|
|
@@ -2436,7 +2455,7 @@ declare const celo: Readonly<{
|
|
|
2436
2455
|
readonly block: {
|
|
2437
2456
|
exclude: [
|
|
2438
2457
|
] | undefined;
|
|
2439
|
-
format: (args: import("viem/chains").CeloRpcBlock) => {
|
|
2458
|
+
format: (args: import("viem/chains").CeloRpcBlock, action?: string | undefined) => {
|
|
2440
2459
|
baseFeePerGas: bigint | null;
|
|
2441
2460
|
blobGasUsed: bigint;
|
|
2442
2461
|
difficulty: bigint;
|
|
@@ -2470,7 +2489,7 @@ declare const celo: Readonly<{
|
|
|
2470
2489
|
readonly transaction: {
|
|
2471
2490
|
exclude: [
|
|
2472
2491
|
] | undefined;
|
|
2473
|
-
format: (args: import("viem/chains").CeloRpcTransaction) => ({
|
|
2492
|
+
format: (args: import("viem/chains").CeloRpcTransaction, action?: string | undefined) => ({
|
|
2474
2493
|
r: import("viem").Hex;
|
|
2475
2494
|
s: import("viem").Hex;
|
|
2476
2495
|
v: bigint;
|
|
@@ -2711,8 +2730,8 @@ declare const celo: Readonly<{
|
|
|
2711
2730
|
mint?: bigint | undefined | undefined;
|
|
2712
2731
|
sourceHash: import("viem").Hex;
|
|
2713
2732
|
type: "deposit";
|
|
2714
|
-
accessList?: undefined;
|
|
2715
2733
|
blobVersionedHashes?: undefined;
|
|
2734
|
+
accessList?: undefined;
|
|
2716
2735
|
authorizationList?: undefined;
|
|
2717
2736
|
chainId?: undefined;
|
|
2718
2737
|
feeCurrency?: undefined;
|
|
@@ -2724,7 +2743,7 @@ declare const celo: Readonly<{
|
|
|
2724
2743
|
readonly transactionRequest: {
|
|
2725
2744
|
exclude: [
|
|
2726
2745
|
] | undefined;
|
|
2727
|
-
format: (args: import("viem/chains").CeloTransactionRequest) => ({
|
|
2746
|
+
format: (args: import("viem/chains").CeloTransactionRequest, action?: string | undefined) => ({
|
|
2728
2747
|
data?: `0x${string}` | undefined;
|
|
2729
2748
|
from?: `0x${string}` | undefined;
|
|
2730
2749
|
gas?: `0x${string}` | undefined;
|
|
@@ -2736,10 +2755,10 @@ declare const celo: Readonly<{
|
|
|
2736
2755
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2737
2756
|
maxFeePerGas?: undefined | undefined;
|
|
2738
2757
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
2739
|
-
accessList?: undefined;
|
|
2740
2758
|
blobs?: undefined;
|
|
2741
2759
|
blobVersionedHashes?: undefined;
|
|
2742
2760
|
kzg?: undefined;
|
|
2761
|
+
accessList?: undefined;
|
|
2743
2762
|
sidecars?: undefined;
|
|
2744
2763
|
authorizationList?: undefined;
|
|
2745
2764
|
feeCurrency?: `0x${string}` | undefined;
|
|
@@ -2790,14 +2809,33 @@ declare const celo: Readonly<{
|
|
|
2790
2809
|
nonce?: `0x${string}` | undefined;
|
|
2791
2810
|
to: `0x${string}` | null;
|
|
2792
2811
|
gasPrice?: undefined | undefined;
|
|
2812
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2813
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
2814
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2815
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2816
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2817
|
+
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
2818
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
2819
|
+
kzg?: undefined;
|
|
2820
|
+
authorizationList?: undefined;
|
|
2821
|
+
feeCurrency?: `0x${string}` | undefined;
|
|
2822
|
+
} | {
|
|
2823
|
+
type?: "0x3" | undefined;
|
|
2824
|
+
data?: `0x${string}` | undefined;
|
|
2825
|
+
value?: `0x${string}` | undefined;
|
|
2826
|
+
gas?: `0x${string}` | undefined;
|
|
2827
|
+
from?: `0x${string}` | undefined;
|
|
2828
|
+
nonce?: `0x${string}` | undefined;
|
|
2829
|
+
to: `0x${string}` | null;
|
|
2830
|
+
gasPrice?: undefined | undefined;
|
|
2831
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2793
2832
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2794
2833
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2795
|
-
maxFeePerBlobGas: `0x${string}`;
|
|
2796
2834
|
accessList?: import("viem").AccessList | undefined;
|
|
2835
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2797
2836
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
2798
2837
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2799
2838
|
kzg?: import("viem").Kzg | undefined;
|
|
2800
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2801
2839
|
authorizationList?: undefined;
|
|
2802
2840
|
feeCurrency?: `0x${string}` | undefined;
|
|
2803
2841
|
} | {
|
|
@@ -3396,7 +3434,7 @@ declare const gnosis: Readonly<{
|
|
|
3396
3434
|
readonly apiUrl: "https://api.gnosisscan.io/api";
|
|
3397
3435
|
};
|
|
3398
3436
|
};
|
|
3399
|
-
blockTime
|
|
3437
|
+
blockTime: 5000;
|
|
3400
3438
|
ensTlds?: readonly string[] | undefined;
|
|
3401
3439
|
id: 100;
|
|
3402
3440
|
name: "Gnosis";
|
|
@@ -4075,7 +4113,7 @@ declare const linea: Readonly<{
|
|
|
4075
4113
|
readonly apiUrl: "https://api.lineascan.build/api";
|
|
4076
4114
|
};
|
|
4077
4115
|
};
|
|
4078
|
-
blockTime
|
|
4116
|
+
blockTime: 2000;
|
|
4079
4117
|
ensTlds: readonly [
|
|
4080
4118
|
".linea.eth"
|
|
4081
4119
|
];
|
|
@@ -4254,7 +4292,7 @@ declare const lisk: Readonly<{
|
|
|
4254
4292
|
readonly block: {
|
|
4255
4293
|
exclude: [
|
|
4256
4294
|
] | undefined;
|
|
4257
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
4295
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
4258
4296
|
baseFeePerGas: bigint | null;
|
|
4259
4297
|
blobGasUsed: bigint;
|
|
4260
4298
|
difficulty: bigint;
|
|
@@ -4288,7 +4326,7 @@ declare const lisk: Readonly<{
|
|
|
4288
4326
|
readonly transaction: {
|
|
4289
4327
|
exclude: [
|
|
4290
4328
|
] | undefined;
|
|
4291
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
4329
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
4292
4330
|
blockHash: `0x${string}` | null;
|
|
4293
4331
|
blockNumber: bigint | null;
|
|
4294
4332
|
from: import("abitype").Address;
|
|
@@ -4458,7 +4496,7 @@ declare const lisk: Readonly<{
|
|
|
4458
4496
|
readonly transactionReceipt: {
|
|
4459
4497
|
exclude: [
|
|
4460
4498
|
] | undefined;
|
|
4461
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
4499
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
4462
4500
|
blobGasPrice?: bigint | undefined;
|
|
4463
4501
|
blobGasUsed?: bigint | undefined;
|
|
4464
4502
|
blockHash: import("viem").Hash;
|
|
@@ -5229,7 +5267,7 @@ declare const metal: Readonly<{
|
|
|
5229
5267
|
readonly block: {
|
|
5230
5268
|
exclude: [
|
|
5231
5269
|
] | undefined;
|
|
5232
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
5270
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
5233
5271
|
baseFeePerGas: bigint | null;
|
|
5234
5272
|
blobGasUsed: bigint;
|
|
5235
5273
|
difficulty: bigint;
|
|
@@ -5263,7 +5301,7 @@ declare const metal: Readonly<{
|
|
|
5263
5301
|
readonly transaction: {
|
|
5264
5302
|
exclude: [
|
|
5265
5303
|
] | undefined;
|
|
5266
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
5304
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
5267
5305
|
blockHash: `0x${string}` | null;
|
|
5268
5306
|
blockNumber: bigint | null;
|
|
5269
5307
|
from: import("abitype").Address;
|
|
@@ -5433,7 +5471,7 @@ declare const metal: Readonly<{
|
|
|
5433
5471
|
readonly transactionReceipt: {
|
|
5434
5472
|
exclude: [
|
|
5435
5473
|
] | undefined;
|
|
5436
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
5474
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
5437
5475
|
blobGasPrice?: bigint | undefined;
|
|
5438
5476
|
blobGasUsed?: bigint | undefined;
|
|
5439
5477
|
blockHash: import("viem").Hash;
|
|
@@ -5959,7 +5997,7 @@ declare const optimism: Readonly<{
|
|
|
5959
5997
|
readonly block: {
|
|
5960
5998
|
exclude: [
|
|
5961
5999
|
] | undefined;
|
|
5962
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
6000
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
5963
6001
|
baseFeePerGas: bigint | null;
|
|
5964
6002
|
blobGasUsed: bigint;
|
|
5965
6003
|
difficulty: bigint;
|
|
@@ -5993,7 +6031,7 @@ declare const optimism: Readonly<{
|
|
|
5993
6031
|
readonly transaction: {
|
|
5994
6032
|
exclude: [
|
|
5995
6033
|
] | undefined;
|
|
5996
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
6034
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
5997
6035
|
blockHash: `0x${string}` | null;
|
|
5998
6036
|
blockNumber: bigint | null;
|
|
5999
6037
|
from: import("abitype").Address;
|
|
@@ -6163,7 +6201,7 @@ declare const optimism: Readonly<{
|
|
|
6163
6201
|
readonly transactionReceipt: {
|
|
6164
6202
|
exclude: [
|
|
6165
6203
|
] | undefined;
|
|
6166
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
6204
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
6167
6205
|
blobGasPrice?: bigint | undefined;
|
|
6168
6206
|
blobGasUsed?: bigint | undefined;
|
|
6169
6207
|
blockHash: import("viem").Hash;
|
|
@@ -6277,9 +6315,6 @@ declare const plasma: Readonly<{
|
|
|
6277
6315
|
multicall3: {
|
|
6278
6316
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
6279
6317
|
};
|
|
6280
|
-
ensRegistry?: import("viem").ChainContract | undefined;
|
|
6281
|
-
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
6282
|
-
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
6283
6318
|
};
|
|
6284
6319
|
blockExplorers: {
|
|
6285
6320
|
readonly default: {
|
|
@@ -6287,7 +6322,7 @@ declare const plasma: Readonly<{
|
|
|
6287
6322
|
readonly url: "https://plasmascan.to";
|
|
6288
6323
|
};
|
|
6289
6324
|
};
|
|
6290
|
-
blockTime
|
|
6325
|
+
blockTime: 1000;
|
|
6291
6326
|
ensTlds?: readonly string[] | undefined;
|
|
6292
6327
|
id: 9745;
|
|
6293
6328
|
nativeCurrency: {
|
|
@@ -6476,7 +6511,7 @@ declare const polygon: Readonly<{
|
|
|
6476
6511
|
readonly apiUrl: "https://api.polygonscan.com/api";
|
|
6477
6512
|
};
|
|
6478
6513
|
};
|
|
6479
|
-
blockTime
|
|
6514
|
+
blockTime: 2000;
|
|
6480
6515
|
ensTlds?: readonly string[] | undefined;
|
|
6481
6516
|
id: 137;
|
|
6482
6517
|
name: "Polygon";
|
|
@@ -6611,6 +6646,112 @@ declare const redbelly: Readonly<{
|
|
|
6611
6646
|
formatters?: undefined | undefined;
|
|
6612
6647
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6613
6648
|
}>;
|
|
6649
|
+
declare const ronin: Readonly<{
|
|
6650
|
+
blockTimeSeconds: 3;
|
|
6651
|
+
launchTime: 1761966026;
|
|
6652
|
+
transactionType: "eip1559";
|
|
6653
|
+
sortIndex: 15;
|
|
6654
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
|
|
6655
|
+
deprecated: false;
|
|
6656
|
+
safeReorgDistance: 90000;
|
|
6657
|
+
blockAid: "";
|
|
6658
|
+
externalId: {
|
|
6659
|
+
tenderly: string;
|
|
6660
|
+
};
|
|
6661
|
+
markets: {};
|
|
6662
|
+
bridges: {};
|
|
6663
|
+
oracles: {};
|
|
6664
|
+
morpho: {};
|
|
6665
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6666
|
+
uniswap: {
|
|
6667
|
+
deployBlock: number;
|
|
6668
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
6669
|
+
permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3";
|
|
6670
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
6671
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
6672
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6673
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6674
|
+
positionsNFTDeployBlock: number;
|
|
6675
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
6676
|
+
wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6677
|
+
wrappedNativeSymbol: string;
|
|
6678
|
+
wrappedNativeName: string;
|
|
6679
|
+
wrappedNativeDecimals: number;
|
|
6680
|
+
nativeCurrencyName: string;
|
|
6681
|
+
};
|
|
6682
|
+
token: {
|
|
6683
|
+
usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
6684
|
+
wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6685
|
+
};
|
|
6686
|
+
oku: {
|
|
6687
|
+
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
6688
|
+
limitOrderRegistryDeployBlock: number;
|
|
6689
|
+
pricing: {
|
|
6690
|
+
nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6691
|
+
nativeWrappedName: string;
|
|
6692
|
+
};
|
|
6693
|
+
};
|
|
6694
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
6695
|
+
defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
6696
|
+
defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6697
|
+
tokenList: ({
|
|
6698
|
+
symbol: string;
|
|
6699
|
+
address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
6700
|
+
} | {
|
|
6701
|
+
symbol: string;
|
|
6702
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6703
|
+
})[];
|
|
6704
|
+
stables: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"[];
|
|
6705
|
+
watchlist: never[];
|
|
6706
|
+
internalName: "ronin";
|
|
6707
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg";
|
|
6708
|
+
contracts: {
|
|
6709
|
+
limitOrder: {
|
|
6710
|
+
address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
6711
|
+
};
|
|
6712
|
+
nftManager: {
|
|
6713
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6714
|
+
};
|
|
6715
|
+
weth9: {
|
|
6716
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
6717
|
+
};
|
|
6718
|
+
multicall2: {
|
|
6719
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
6720
|
+
};
|
|
6721
|
+
multicall3: {
|
|
6722
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
6723
|
+
};
|
|
6724
|
+
};
|
|
6725
|
+
blockExplorers: {
|
|
6726
|
+
readonly default: {
|
|
6727
|
+
readonly name: "Ronin Explorer";
|
|
6728
|
+
readonly url: "https://app.roninchain.com";
|
|
6729
|
+
};
|
|
6730
|
+
};
|
|
6731
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
6732
|
+
ensTlds?: readonly string[] | undefined;
|
|
6733
|
+
id: 2020;
|
|
6734
|
+
name: "Ronin";
|
|
6735
|
+
nativeCurrency: {
|
|
6736
|
+
readonly name: "RON";
|
|
6737
|
+
readonly symbol: "RON";
|
|
6738
|
+
readonly decimals: 18;
|
|
6739
|
+
};
|
|
6740
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
6741
|
+
rpcUrls: {
|
|
6742
|
+
readonly default: {
|
|
6743
|
+
readonly http: readonly [
|
|
6744
|
+
"https://api.roninchain.com/rpc"
|
|
6745
|
+
];
|
|
6746
|
+
};
|
|
6747
|
+
};
|
|
6748
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
6749
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
6750
|
+
custom?: Record<string, unknown> | undefined;
|
|
6751
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6752
|
+
formatters?: undefined | undefined;
|
|
6753
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6754
|
+
}>;
|
|
6614
6755
|
declare const rootstock: Readonly<{
|
|
6615
6756
|
sortIndex: 7;
|
|
6616
6757
|
launchTime: 1702479600;
|
|
@@ -7010,7 +7151,7 @@ declare const scroll: Readonly<{
|
|
|
7010
7151
|
readonly apiUrl: "https://api.scrollscan.com/api";
|
|
7011
7152
|
};
|
|
7012
7153
|
};
|
|
7013
|
-
blockTime
|
|
7154
|
+
blockTime: 3000;
|
|
7014
7155
|
ensTlds?: readonly string[] | undefined;
|
|
7015
7156
|
id: 534352;
|
|
7016
7157
|
name: "Scroll";
|
|
@@ -7910,7 +8051,7 @@ declare const unichain: Readonly<{
|
|
|
7910
8051
|
readonly block: {
|
|
7911
8052
|
exclude: [
|
|
7912
8053
|
] | undefined;
|
|
7913
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
8054
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
7914
8055
|
baseFeePerGas: bigint | null;
|
|
7915
8056
|
blobGasUsed: bigint;
|
|
7916
8057
|
difficulty: bigint;
|
|
@@ -7944,7 +8085,7 @@ declare const unichain: Readonly<{
|
|
|
7944
8085
|
readonly transaction: {
|
|
7945
8086
|
exclude: [
|
|
7946
8087
|
] | undefined;
|
|
7947
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
8088
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
7948
8089
|
blockHash: `0x${string}` | null;
|
|
7949
8090
|
blockNumber: bigint | null;
|
|
7950
8091
|
from: import("abitype").Address;
|
|
@@ -8114,7 +8255,7 @@ declare const unichain: Readonly<{
|
|
|
8114
8255
|
readonly transactionReceipt: {
|
|
8115
8256
|
exclude: [
|
|
8116
8257
|
] | undefined;
|
|
8117
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
8258
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
8118
8259
|
blobGasPrice?: bigint | undefined;
|
|
8119
8260
|
blobGasUsed?: bigint | undefined;
|
|
8120
8261
|
blockHash: import("viem").Hash;
|
|
@@ -8316,7 +8457,7 @@ declare const worldchain: Readonly<{
|
|
|
8316
8457
|
readonly block: {
|
|
8317
8458
|
exclude: [
|
|
8318
8459
|
] | undefined;
|
|
8319
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
8460
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
8320
8461
|
baseFeePerGas: bigint | null;
|
|
8321
8462
|
blobGasUsed: bigint;
|
|
8322
8463
|
difficulty: bigint;
|
|
@@ -8350,7 +8491,7 @@ declare const worldchain: Readonly<{
|
|
|
8350
8491
|
readonly transaction: {
|
|
8351
8492
|
exclude: [
|
|
8352
8493
|
] | undefined;
|
|
8353
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
8494
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
8354
8495
|
blockHash: `0x${string}` | null;
|
|
8355
8496
|
blockNumber: bigint | null;
|
|
8356
8497
|
from: import("viem").Address;
|
|
@@ -8520,7 +8661,7 @@ declare const worldchain: Readonly<{
|
|
|
8520
8661
|
readonly transactionReceipt: {
|
|
8521
8662
|
exclude: [
|
|
8522
8663
|
] | undefined;
|
|
8523
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
8664
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
8524
8665
|
blobGasPrice?: bigint | undefined;
|
|
8525
8666
|
blobGasUsed?: bigint | undefined;
|
|
8526
8667
|
blockHash: import("viem").Hash;
|
|
@@ -9068,7 +9209,7 @@ declare const zkSync: Readonly<{
|
|
|
9068
9209
|
readonly block: {
|
|
9069
9210
|
exclude: [
|
|
9070
9211
|
] | undefined;
|
|
9071
|
-
format: (args: import("viem/chains").ZkSyncRpcBlock) => {
|
|
9212
|
+
format: (args: import("viem/chains").ZkSyncRpcBlock, action?: string | undefined) => {
|
|
9072
9213
|
baseFeePerGas: bigint | null;
|
|
9073
9214
|
blobGasUsed: bigint;
|
|
9074
9215
|
difficulty: bigint;
|
|
@@ -9104,7 +9245,7 @@ declare const zkSync: Readonly<{
|
|
|
9104
9245
|
readonly transaction: {
|
|
9105
9246
|
exclude: [
|
|
9106
9247
|
] | undefined;
|
|
9107
|
-
format: (args: import("viem/chains").ZkSyncRpcTransaction) => ({
|
|
9248
|
+
format: (args: import("viem/chains").ZkSyncRpcTransaction, action?: string | undefined) => ({
|
|
9108
9249
|
r: import("viem").Hex;
|
|
9109
9250
|
s: import("viem").Hex;
|
|
9110
9251
|
v: bigint;
|
|
@@ -9291,7 +9432,7 @@ declare const zkSync: Readonly<{
|
|
|
9291
9432
|
readonly transactionReceipt: {
|
|
9292
9433
|
exclude: [
|
|
9293
9434
|
] | undefined;
|
|
9294
|
-
format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt) => {
|
|
9435
|
+
format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
9295
9436
|
contractAddress: import("abitype").Address | null | undefined;
|
|
9296
9437
|
type: import("viem/chains").ZkSyncTransactionType;
|
|
9297
9438
|
status: "success" | "reverted";
|
|
@@ -9317,7 +9458,7 @@ declare const zkSync: Readonly<{
|
|
|
9317
9458
|
};
|
|
9318
9459
|
readonly transactionRequest: {
|
|
9319
9460
|
exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
|
9320
|
-
format: (args: import("viem/chains").ZkSyncTransactionRequest) => ({
|
|
9461
|
+
format: (args: import("viem/chains").ZkSyncTransactionRequest, action?: string | undefined) => ({
|
|
9321
9462
|
data?: `0x${string}` | undefined;
|
|
9322
9463
|
from?: `0x${string}` | undefined;
|
|
9323
9464
|
gas?: `0x${string}` | undefined;
|
|
@@ -9329,10 +9470,10 @@ declare const zkSync: Readonly<{
|
|
|
9329
9470
|
maxFeePerBlobGas?: undefined | undefined;
|
|
9330
9471
|
maxFeePerGas?: undefined | undefined;
|
|
9331
9472
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
9332
|
-
accessList?: undefined;
|
|
9333
9473
|
blobs?: undefined;
|
|
9334
9474
|
blobVersionedHashes?: undefined;
|
|
9335
9475
|
kzg?: undefined;
|
|
9476
|
+
accessList?: undefined;
|
|
9336
9477
|
sidecars?: undefined;
|
|
9337
9478
|
authorizationList?: undefined;
|
|
9338
9479
|
eip712Meta?: undefined | undefined;
|
|
@@ -9383,14 +9524,33 @@ declare const zkSync: Readonly<{
|
|
|
9383
9524
|
nonce?: `0x${string}` | undefined;
|
|
9384
9525
|
to: `0x${string}` | null;
|
|
9385
9526
|
gasPrice?: undefined | undefined;
|
|
9527
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9528
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
9529
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9530
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9531
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9532
|
+
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
9533
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
9534
|
+
kzg?: undefined;
|
|
9535
|
+
authorizationList?: undefined;
|
|
9536
|
+
eip712Meta?: undefined | undefined;
|
|
9537
|
+
} | {
|
|
9538
|
+
type?: "0x3" | undefined;
|
|
9539
|
+
data?: `0x${string}` | undefined;
|
|
9540
|
+
value?: `0x${string}` | undefined;
|
|
9541
|
+
gas?: `0x${string}` | undefined;
|
|
9542
|
+
from?: `0x${string}` | undefined;
|
|
9543
|
+
nonce?: `0x${string}` | undefined;
|
|
9544
|
+
to: `0x${string}` | null;
|
|
9545
|
+
gasPrice?: undefined | undefined;
|
|
9546
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9386
9547
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9387
9548
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9388
|
-
maxFeePerBlobGas: `0x${string}`;
|
|
9389
9549
|
accessList?: import("viem").AccessList | undefined;
|
|
9550
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9390
9551
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
9391
9552
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
9392
9553
|
kzg?: import("viem").Kzg | undefined;
|
|
9393
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9394
9554
|
authorizationList?: undefined;
|
|
9395
9555
|
eip712Meta?: undefined | undefined;
|
|
9396
9556
|
} | {
|
|
@@ -10056,7 +10216,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10056
10216
|
formatters: {
|
|
10057
10217
|
readonly block: {
|
|
10058
10218
|
exclude: [] | undefined;
|
|
10059
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
10219
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
10060
10220
|
baseFeePerGas: bigint | null;
|
|
10061
10221
|
blobGasUsed: bigint;
|
|
10062
10222
|
difficulty: bigint;
|
|
@@ -10089,7 +10249,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10089
10249
|
};
|
|
10090
10250
|
readonly transaction: {
|
|
10091
10251
|
exclude: [] | undefined;
|
|
10092
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
10252
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
10093
10253
|
blockHash: `0x${string}` | null;
|
|
10094
10254
|
blockNumber: bigint | null;
|
|
10095
10255
|
from: import("abitype").Address;
|
|
@@ -10258,7 +10418,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10258
10418
|
};
|
|
10259
10419
|
readonly transactionReceipt: {
|
|
10260
10420
|
exclude: [] | undefined;
|
|
10261
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
10421
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
10262
10422
|
blobGasPrice?: bigint | undefined;
|
|
10263
10423
|
blobGasUsed?: bigint | undefined;
|
|
10264
10424
|
blockHash: import("viem").Hash;
|
|
@@ -10586,7 +10746,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10586
10746
|
formatters: {
|
|
10587
10747
|
readonly block: {
|
|
10588
10748
|
exclude: [] | undefined;
|
|
10589
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
10749
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
10590
10750
|
baseFeePerGas: bigint | null;
|
|
10591
10751
|
blobGasUsed: bigint;
|
|
10592
10752
|
difficulty: bigint;
|
|
@@ -10619,7 +10779,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10619
10779
|
};
|
|
10620
10780
|
readonly transaction: {
|
|
10621
10781
|
exclude: [] | undefined;
|
|
10622
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
10782
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
10623
10783
|
blockHash: `0x${string}` | null;
|
|
10624
10784
|
blockNumber: bigint | null;
|
|
10625
10785
|
from: import("abitype").Address;
|
|
@@ -10788,7 +10948,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10788
10948
|
};
|
|
10789
10949
|
readonly transactionReceipt: {
|
|
10790
10950
|
exclude: [] | undefined;
|
|
10791
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
10951
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
10792
10952
|
blobGasPrice?: bigint | undefined;
|
|
10793
10953
|
blobGasUsed?: bigint | undefined;
|
|
10794
10954
|
blockHash: import("viem").Hash;
|
|
@@ -11701,7 +11861,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11701
11861
|
formatters: {
|
|
11702
11862
|
readonly block: {
|
|
11703
11863
|
exclude: [] | undefined;
|
|
11704
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
11864
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
11705
11865
|
baseFeePerGas: bigint | null;
|
|
11706
11866
|
blobGasUsed: bigint;
|
|
11707
11867
|
difficulty: bigint;
|
|
@@ -11734,7 +11894,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11734
11894
|
};
|
|
11735
11895
|
readonly transaction: {
|
|
11736
11896
|
exclude: [] | undefined;
|
|
11737
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
11897
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
11738
11898
|
blockHash: `0x${string}` | null;
|
|
11739
11899
|
blockNumber: bigint | null;
|
|
11740
11900
|
from: import("abitype").Address;
|
|
@@ -11903,7 +12063,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11903
12063
|
};
|
|
11904
12064
|
readonly transactionReceipt: {
|
|
11905
12065
|
exclude: [] | undefined;
|
|
11906
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
12066
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
11907
12067
|
blobGasPrice?: bigint | undefined;
|
|
11908
12068
|
blobGasUsed?: bigint | undefined;
|
|
11909
12069
|
blockHash: import("viem").Hash;
|
|
@@ -12098,7 +12258,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12098
12258
|
readonly apiUrl: "https://api.polygonscan.com/api";
|
|
12099
12259
|
};
|
|
12100
12260
|
};
|
|
12101
|
-
blockTime
|
|
12261
|
+
blockTime: 2000;
|
|
12102
12262
|
ensTlds?: readonly string[] | undefined;
|
|
12103
12263
|
id: 137;
|
|
12104
12264
|
name: "Polygon";
|
|
@@ -12402,7 +12562,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12402
12562
|
readonly apiUrl: "https://api.scrollscan.com/api";
|
|
12403
12563
|
};
|
|
12404
12564
|
};
|
|
12405
|
-
blockTime
|
|
12565
|
+
blockTime: 3000;
|
|
12406
12566
|
ensTlds?: readonly string[] | undefined;
|
|
12407
12567
|
id: 534352;
|
|
12408
12568
|
name: "Scroll";
|
|
@@ -12704,7 +12864,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12704
12864
|
formatters: {
|
|
12705
12865
|
readonly block: {
|
|
12706
12866
|
exclude: [] | undefined;
|
|
12707
|
-
format: (args: import("viem/zksync").ZkSyncRpcBlock) => {
|
|
12867
|
+
format: (args: import("viem/zksync").ZkSyncRpcBlock, action?: string | undefined) => {
|
|
12708
12868
|
baseFeePerGas: bigint | null;
|
|
12709
12869
|
blobGasUsed: bigint;
|
|
12710
12870
|
difficulty: bigint;
|
|
@@ -12739,7 +12899,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12739
12899
|
};
|
|
12740
12900
|
readonly transaction: {
|
|
12741
12901
|
exclude: [] | undefined;
|
|
12742
|
-
format: (args: import("viem/zksync").ZkSyncRpcTransaction) => ({
|
|
12902
|
+
format: (args: import("viem/zksync").ZkSyncRpcTransaction, action?: string | undefined) => ({
|
|
12743
12903
|
r: import("viem").Hex;
|
|
12744
12904
|
s: import("viem").Hex;
|
|
12745
12905
|
v: bigint;
|
|
@@ -12925,7 +13085,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12925
13085
|
};
|
|
12926
13086
|
readonly transactionReceipt: {
|
|
12927
13087
|
exclude: [] | undefined;
|
|
12928
|
-
format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt) => {
|
|
13088
|
+
format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
12929
13089
|
contractAddress: import("abitype").Address | null | undefined;
|
|
12930
13090
|
type: import("viem/zksync").ZkSyncTransactionType;
|
|
12931
13091
|
status: "success" | "reverted";
|
|
@@ -12951,7 +13111,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12951
13111
|
};
|
|
12952
13112
|
readonly transactionRequest: {
|
|
12953
13113
|
exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
|
12954
|
-
format: (args: import("viem/zksync").ZkSyncTransactionRequest) => ({
|
|
13114
|
+
format: (args: import("viem/zksync").ZkSyncTransactionRequest, action?: string | undefined) => ({
|
|
12955
13115
|
data?: `0x${string}` | undefined;
|
|
12956
13116
|
from?: `0x${string}` | undefined;
|
|
12957
13117
|
gas?: `0x${string}` | undefined;
|
|
@@ -12963,10 +13123,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12963
13123
|
maxFeePerBlobGas?: undefined | undefined;
|
|
12964
13124
|
maxFeePerGas?: undefined | undefined;
|
|
12965
13125
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
12966
|
-
accessList?: undefined;
|
|
12967
13126
|
blobs?: undefined;
|
|
12968
13127
|
blobVersionedHashes?: undefined;
|
|
12969
13128
|
kzg?: undefined;
|
|
13129
|
+
accessList?: undefined;
|
|
12970
13130
|
sidecars?: undefined;
|
|
12971
13131
|
authorizationList?: undefined;
|
|
12972
13132
|
eip712Meta?: undefined | undefined;
|
|
@@ -13017,14 +13177,33 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13017
13177
|
nonce?: `0x${string}` | undefined;
|
|
13018
13178
|
to: `0x${string}` | null;
|
|
13019
13179
|
gasPrice?: undefined | undefined;
|
|
13180
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
13181
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
13182
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
13183
|
+
accessList?: import("viem").AccessList | undefined;
|
|
13184
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
13185
|
+
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
13186
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
13187
|
+
kzg?: undefined;
|
|
13188
|
+
authorizationList?: undefined;
|
|
13189
|
+
eip712Meta?: undefined | undefined;
|
|
13190
|
+
} | {
|
|
13191
|
+
type?: "0x3" | undefined;
|
|
13192
|
+
data?: `0x${string}` | undefined;
|
|
13193
|
+
value?: `0x${string}` | undefined;
|
|
13194
|
+
gas?: `0x${string}` | undefined;
|
|
13195
|
+
from?: `0x${string}` | undefined;
|
|
13196
|
+
nonce?: `0x${string}` | undefined;
|
|
13197
|
+
to: `0x${string}` | null;
|
|
13198
|
+
gasPrice?: undefined | undefined;
|
|
13199
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
13020
13200
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
13021
13201
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
13022
|
-
maxFeePerBlobGas: `0x${string}`;
|
|
13023
13202
|
accessList?: import("viem").AccessList | undefined;
|
|
13203
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
13024
13204
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
13025
13205
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
13026
13206
|
kzg?: import("viem").Kzg | undefined;
|
|
13027
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
13028
13207
|
authorizationList?: undefined;
|
|
13029
13208
|
eip712Meta?: undefined | undefined;
|
|
13030
13209
|
} | {
|
|
@@ -13342,7 +13521,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13342
13521
|
readonly apiUrl: "https://api.lineascan.build/api";
|
|
13343
13522
|
};
|
|
13344
13523
|
};
|
|
13345
|
-
blockTime
|
|
13524
|
+
blockTime: 2000;
|
|
13346
13525
|
ensTlds: readonly [".linea.eth"];
|
|
13347
13526
|
id: 59144;
|
|
13348
13527
|
nativeCurrency: {
|
|
@@ -13968,7 +14147,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13968
14147
|
formatters: {
|
|
13969
14148
|
readonly block: {
|
|
13970
14149
|
exclude: [] | undefined;
|
|
13971
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
14150
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
13972
14151
|
baseFeePerGas: bigint | null;
|
|
13973
14152
|
blobGasUsed: bigint;
|
|
13974
14153
|
difficulty: bigint;
|
|
@@ -14001,7 +14180,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14001
14180
|
};
|
|
14002
14181
|
readonly transaction: {
|
|
14003
14182
|
exclude: [] | undefined;
|
|
14004
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
14183
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
14005
14184
|
blockHash: `0x${string}` | null;
|
|
14006
14185
|
blockNumber: bigint | null;
|
|
14007
14186
|
from: import("abitype").Address;
|
|
@@ -14170,7 +14349,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14170
14349
|
};
|
|
14171
14350
|
readonly transactionReceipt: {
|
|
14172
14351
|
exclude: [] | undefined;
|
|
14173
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
14352
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
14174
14353
|
blobGasPrice?: bigint | undefined;
|
|
14175
14354
|
blobGasUsed?: bigint | undefined;
|
|
14176
14355
|
blockHash: import("viem").Hash;
|
|
@@ -14367,7 +14546,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14367
14546
|
formatters: {
|
|
14368
14547
|
readonly block: {
|
|
14369
14548
|
exclude: [] | undefined;
|
|
14370
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
14549
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
14371
14550
|
baseFeePerGas: bigint | null;
|
|
14372
14551
|
blobGasUsed: bigint;
|
|
14373
14552
|
difficulty: bigint;
|
|
@@ -14400,7 +14579,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14400
14579
|
};
|
|
14401
14580
|
readonly transaction: {
|
|
14402
14581
|
exclude: [] | undefined;
|
|
14403
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
14582
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
14404
14583
|
blockHash: `0x${string}` | null;
|
|
14405
14584
|
blockNumber: bigint | null;
|
|
14406
14585
|
from: import("abitype").Address;
|
|
@@ -14569,7 +14748,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14569
14748
|
};
|
|
14570
14749
|
readonly transactionReceipt: {
|
|
14571
14750
|
exclude: [] | undefined;
|
|
14572
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
14751
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
14573
14752
|
blobGasPrice?: bigint | undefined;
|
|
14574
14753
|
blobGasUsed?: bigint | undefined;
|
|
14575
14754
|
blockHash: import("viem").Hash;
|
|
@@ -14744,7 +14923,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14744
14923
|
readonly apiUrl: "https://api.gnosisscan.io/api";
|
|
14745
14924
|
};
|
|
14746
14925
|
};
|
|
14747
|
-
blockTime
|
|
14926
|
+
blockTime: 5000;
|
|
14748
14927
|
ensTlds?: readonly string[] | undefined;
|
|
14749
14928
|
id: 100;
|
|
14750
14929
|
name: "Gnosis";
|
|
@@ -14912,7 +15091,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14912
15091
|
formatters: {
|
|
14913
15092
|
readonly block: {
|
|
14914
15093
|
exclude: [] | undefined;
|
|
14915
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
15094
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
14916
15095
|
baseFeePerGas: bigint | null;
|
|
14917
15096
|
blobGasUsed: bigint;
|
|
14918
15097
|
difficulty: bigint;
|
|
@@ -14945,7 +15124,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14945
15124
|
};
|
|
14946
15125
|
readonly transaction: {
|
|
14947
15126
|
exclude: [] | undefined;
|
|
14948
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
15127
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
14949
15128
|
blockHash: `0x${string}` | null;
|
|
14950
15129
|
blockNumber: bigint | null;
|
|
14951
15130
|
from: import("abitype").Address;
|
|
@@ -15114,7 +15293,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15114
15293
|
};
|
|
15115
15294
|
readonly transactionReceipt: {
|
|
15116
15295
|
exclude: [] | undefined;
|
|
15117
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
15296
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
15118
15297
|
blobGasPrice?: bigint | undefined;
|
|
15119
15298
|
blobGasUsed?: bigint | undefined;
|
|
15120
15299
|
blockHash: import("viem").Hash;
|
|
@@ -15549,7 +15728,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15549
15728
|
fees: import("viem").ChainFees<{
|
|
15550
15729
|
readonly block: {
|
|
15551
15730
|
exclude: [] | undefined;
|
|
15552
|
-
format: (args: import("viem/chains").CeloRpcBlock) => {
|
|
15731
|
+
format: (args: import("viem/chains").CeloRpcBlock, action?: string | undefined) => {
|
|
15553
15732
|
baseFeePerGas: bigint | null;
|
|
15554
15733
|
blobGasUsed: bigint;
|
|
15555
15734
|
difficulty: bigint;
|
|
@@ -15582,7 +15761,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15582
15761
|
};
|
|
15583
15762
|
readonly transaction: {
|
|
15584
15763
|
exclude: [] | undefined;
|
|
15585
|
-
format: (args: import("viem/chains").CeloRpcTransaction) => ({
|
|
15764
|
+
format: (args: import("viem/chains").CeloRpcTransaction, action?: string | undefined) => ({
|
|
15586
15765
|
r: import("viem").Hex;
|
|
15587
15766
|
s: import("viem").Hex;
|
|
15588
15767
|
v: bigint;
|
|
@@ -15823,8 +16002,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15823
16002
|
mint?: bigint | undefined | undefined;
|
|
15824
16003
|
sourceHash: import("viem").Hex;
|
|
15825
16004
|
type: "deposit";
|
|
15826
|
-
accessList?: undefined;
|
|
15827
16005
|
blobVersionedHashes?: undefined;
|
|
16006
|
+
accessList?: undefined;
|
|
15828
16007
|
authorizationList?: undefined;
|
|
15829
16008
|
chainId?: undefined;
|
|
15830
16009
|
feeCurrency?: undefined;
|
|
@@ -15835,7 +16014,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15835
16014
|
};
|
|
15836
16015
|
readonly transactionRequest: {
|
|
15837
16016
|
exclude: [] | undefined;
|
|
15838
|
-
format: (args: import("viem/chains").CeloTransactionRequest) => ({
|
|
16017
|
+
format: (args: import("viem/chains").CeloTransactionRequest, action?: string | undefined) => ({
|
|
15839
16018
|
data?: `0x${string}` | undefined;
|
|
15840
16019
|
from?: `0x${string}` | undefined;
|
|
15841
16020
|
gas?: `0x${string}` | undefined;
|
|
@@ -15847,10 +16026,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15847
16026
|
maxFeePerBlobGas?: undefined | undefined;
|
|
15848
16027
|
maxFeePerGas?: undefined | undefined;
|
|
15849
16028
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
15850
|
-
accessList?: undefined;
|
|
15851
16029
|
blobs?: undefined;
|
|
15852
16030
|
blobVersionedHashes?: undefined;
|
|
15853
16031
|
kzg?: undefined;
|
|
16032
|
+
accessList?: undefined;
|
|
15854
16033
|
sidecars?: undefined;
|
|
15855
16034
|
authorizationList?: undefined;
|
|
15856
16035
|
feeCurrency?: `0x${string}` | undefined;
|
|
@@ -15901,14 +16080,33 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15901
16080
|
nonce?: `0x${string}` | undefined;
|
|
15902
16081
|
to: `0x${string}` | null;
|
|
15903
16082
|
gasPrice?: undefined | undefined;
|
|
16083
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
16084
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
16085
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
16086
|
+
accessList?: import("viem").AccessList | undefined;
|
|
16087
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
16088
|
+
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
16089
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
16090
|
+
kzg?: undefined;
|
|
16091
|
+
authorizationList?: undefined;
|
|
16092
|
+
feeCurrency?: `0x${string}` | undefined;
|
|
16093
|
+
} | {
|
|
16094
|
+
type?: "0x3" | undefined;
|
|
16095
|
+
data?: `0x${string}` | undefined;
|
|
16096
|
+
value?: `0x${string}` | undefined;
|
|
16097
|
+
gas?: `0x${string}` | undefined;
|
|
16098
|
+
from?: `0x${string}` | undefined;
|
|
16099
|
+
nonce?: `0x${string}` | undefined;
|
|
16100
|
+
to: `0x${string}` | null;
|
|
16101
|
+
gasPrice?: undefined | undefined;
|
|
16102
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
15904
16103
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
15905
16104
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
15906
|
-
maxFeePerBlobGas: `0x${string}`;
|
|
15907
16105
|
accessList?: import("viem").AccessList | undefined;
|
|
16106
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
15908
16107
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
15909
16108
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
15910
16109
|
kzg?: import("viem").Kzg | undefined;
|
|
15911
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
15912
16110
|
authorizationList?: undefined;
|
|
15913
16111
|
feeCurrency?: `0x${string}` | undefined;
|
|
15914
16112
|
} | {
|
|
@@ -15956,7 +16154,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15956
16154
|
formatters: {
|
|
15957
16155
|
readonly block: {
|
|
15958
16156
|
exclude: [] | undefined;
|
|
15959
|
-
format: (args: import("viem/chains").CeloRpcBlock) => {
|
|
16157
|
+
format: (args: import("viem/chains").CeloRpcBlock, action?: string | undefined) => {
|
|
15960
16158
|
baseFeePerGas: bigint | null;
|
|
15961
16159
|
blobGasUsed: bigint;
|
|
15962
16160
|
difficulty: bigint;
|
|
@@ -15989,7 +16187,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15989
16187
|
};
|
|
15990
16188
|
readonly transaction: {
|
|
15991
16189
|
exclude: [] | undefined;
|
|
15992
|
-
format: (args: import("viem/chains").CeloRpcTransaction) => ({
|
|
16190
|
+
format: (args: import("viem/chains").CeloRpcTransaction, action?: string | undefined) => ({
|
|
15993
16191
|
r: import("viem").Hex;
|
|
15994
16192
|
s: import("viem").Hex;
|
|
15995
16193
|
v: bigint;
|
|
@@ -16230,8 +16428,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16230
16428
|
mint?: bigint | undefined | undefined;
|
|
16231
16429
|
sourceHash: import("viem").Hex;
|
|
16232
16430
|
type: "deposit";
|
|
16233
|
-
accessList?: undefined;
|
|
16234
16431
|
blobVersionedHashes?: undefined;
|
|
16432
|
+
accessList?: undefined;
|
|
16235
16433
|
authorizationList?: undefined;
|
|
16236
16434
|
chainId?: undefined;
|
|
16237
16435
|
feeCurrency?: undefined;
|
|
@@ -16242,7 +16440,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16242
16440
|
};
|
|
16243
16441
|
readonly transactionRequest: {
|
|
16244
16442
|
exclude: [] | undefined;
|
|
16245
|
-
format: (args: import("viem/chains").CeloTransactionRequest) => ({
|
|
16443
|
+
format: (args: import("viem/chains").CeloTransactionRequest, action?: string | undefined) => ({
|
|
16246
16444
|
data?: `0x${string}` | undefined;
|
|
16247
16445
|
from?: `0x${string}` | undefined;
|
|
16248
16446
|
gas?: `0x${string}` | undefined;
|
|
@@ -16254,10 +16452,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16254
16452
|
maxFeePerBlobGas?: undefined | undefined;
|
|
16255
16453
|
maxFeePerGas?: undefined | undefined;
|
|
16256
16454
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
16257
|
-
accessList?: undefined;
|
|
16258
16455
|
blobs?: undefined;
|
|
16259
16456
|
blobVersionedHashes?: undefined;
|
|
16260
16457
|
kzg?: undefined;
|
|
16458
|
+
accessList?: undefined;
|
|
16261
16459
|
sidecars?: undefined;
|
|
16262
16460
|
authorizationList?: undefined;
|
|
16263
16461
|
feeCurrency?: `0x${string}` | undefined;
|
|
@@ -16308,14 +16506,33 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16308
16506
|
nonce?: `0x${string}` | undefined;
|
|
16309
16507
|
to: `0x${string}` | null;
|
|
16310
16508
|
gasPrice?: undefined | undefined;
|
|
16509
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
16510
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
16511
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
16512
|
+
accessList?: import("viem").AccessList | undefined;
|
|
16513
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
16514
|
+
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
16515
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
16516
|
+
kzg?: undefined;
|
|
16517
|
+
authorizationList?: undefined;
|
|
16518
|
+
feeCurrency?: `0x${string}` | undefined;
|
|
16519
|
+
} | {
|
|
16520
|
+
type?: "0x3" | undefined;
|
|
16521
|
+
data?: `0x${string}` | undefined;
|
|
16522
|
+
value?: `0x${string}` | undefined;
|
|
16523
|
+
gas?: `0x${string}` | undefined;
|
|
16524
|
+
from?: `0x${string}` | undefined;
|
|
16525
|
+
nonce?: `0x${string}` | undefined;
|
|
16526
|
+
to: `0x${string}` | null;
|
|
16527
|
+
gasPrice?: undefined | undefined;
|
|
16528
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
16311
16529
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
16312
16530
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
16313
|
-
maxFeePerBlobGas: `0x${string}`;
|
|
16314
16531
|
accessList?: import("viem").AccessList | undefined;
|
|
16532
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
16315
16533
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
16316
16534
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
16317
16535
|
kzg?: import("viem").Kzg | undefined;
|
|
16318
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
16319
16536
|
authorizationList?: undefined;
|
|
16320
16537
|
feeCurrency?: `0x${string}` | undefined;
|
|
16321
16538
|
} | {
|
|
@@ -17257,7 +17474,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17257
17474
|
formatters: {
|
|
17258
17475
|
readonly block: {
|
|
17259
17476
|
exclude: [] | undefined;
|
|
17260
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
17477
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
17261
17478
|
baseFeePerGas: bigint | null;
|
|
17262
17479
|
blobGasUsed: bigint;
|
|
17263
17480
|
difficulty: bigint;
|
|
@@ -17290,7 +17507,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17290
17507
|
};
|
|
17291
17508
|
readonly transaction: {
|
|
17292
17509
|
exclude: [] | undefined;
|
|
17293
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
17510
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
17294
17511
|
blockHash: `0x${string}` | null;
|
|
17295
17512
|
blockNumber: bigint | null;
|
|
17296
17513
|
from: import("abitype").Address;
|
|
@@ -17459,7 +17676,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17459
17676
|
};
|
|
17460
17677
|
readonly transactionReceipt: {
|
|
17461
17678
|
exclude: [] | undefined;
|
|
17462
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
17679
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
17463
17680
|
blobGasPrice?: bigint | undefined;
|
|
17464
17681
|
blobGasUsed?: bigint | undefined;
|
|
17465
17682
|
blockHash: import("viem").Hash;
|
|
@@ -18235,7 +18452,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18235
18452
|
formatters: {
|
|
18236
18453
|
readonly block: {
|
|
18237
18454
|
exclude: [] | undefined;
|
|
18238
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
18455
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
18239
18456
|
baseFeePerGas: bigint | null;
|
|
18240
18457
|
blobGasUsed: bigint;
|
|
18241
18458
|
difficulty: bigint;
|
|
@@ -18268,7 +18485,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18268
18485
|
};
|
|
18269
18486
|
readonly transaction: {
|
|
18270
18487
|
exclude: [] | undefined;
|
|
18271
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
18488
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
18272
18489
|
blockHash: `0x${string}` | null;
|
|
18273
18490
|
blockNumber: bigint | null;
|
|
18274
18491
|
from: import("abitype").Address;
|
|
@@ -18437,7 +18654,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18437
18654
|
};
|
|
18438
18655
|
readonly transactionReceipt: {
|
|
18439
18656
|
exclude: [] | undefined;
|
|
18440
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
18657
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
18441
18658
|
blobGasPrice?: bigint | undefined;
|
|
18442
18659
|
blobGasUsed?: bigint | undefined;
|
|
18443
18660
|
blockHash: import("viem").Hash;
|
|
@@ -18654,9 +18871,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18654
18871
|
multicall3: {
|
|
18655
18872
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
18656
18873
|
};
|
|
18657
|
-
ensRegistry?: ChainContract | undefined;
|
|
18658
|
-
ensUniversalResolver?: ChainContract | undefined;
|
|
18659
|
-
erc6492Verifier?: ChainContract | undefined;
|
|
18660
18874
|
};
|
|
18661
18875
|
blockExplorers: {
|
|
18662
18876
|
readonly default: {
|
|
@@ -18664,7 +18878,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18664
18878
|
readonly url: "https://plasmascan.to";
|
|
18665
18879
|
};
|
|
18666
18880
|
};
|
|
18667
|
-
blockTime
|
|
18881
|
+
blockTime: 1000;
|
|
18668
18882
|
ensTlds?: readonly string[] | undefined;
|
|
18669
18883
|
id: 9745;
|
|
18670
18884
|
nativeCurrency: {
|
|
@@ -18898,6 +19112,109 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18898
19112
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
18899
19113
|
formatters?: undefined | undefined;
|
|
18900
19114
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
19115
|
+
}>, Readonly<{
|
|
19116
|
+
blockTimeSeconds: 3;
|
|
19117
|
+
launchTime: 1761966026;
|
|
19118
|
+
transactionType: "eip1559";
|
|
19119
|
+
sortIndex: 15;
|
|
19120
|
+
logoUrl: "https://cms.oku.trade/cdn/public/chains/ronin-logo.svg";
|
|
19121
|
+
deprecated: false;
|
|
19122
|
+
safeReorgDistance: 90000;
|
|
19123
|
+
blockAid: "";
|
|
19124
|
+
externalId: {
|
|
19125
|
+
tenderly: string;
|
|
19126
|
+
};
|
|
19127
|
+
markets: {};
|
|
19128
|
+
bridges: {};
|
|
19129
|
+
oracles: {};
|
|
19130
|
+
morpho: {};
|
|
19131
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
19132
|
+
uniswap: {
|
|
19133
|
+
deployBlock: number;
|
|
19134
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
19135
|
+
permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3";
|
|
19136
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
19137
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
19138
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
19139
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
19140
|
+
positionsNFTDeployBlock: number;
|
|
19141
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
19142
|
+
wrappedNativeAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19143
|
+
wrappedNativeSymbol: string;
|
|
19144
|
+
wrappedNativeName: string;
|
|
19145
|
+
wrappedNativeDecimals: number;
|
|
19146
|
+
nativeCurrencyName: string;
|
|
19147
|
+
};
|
|
19148
|
+
token: {
|
|
19149
|
+
usdcAddress: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
19150
|
+
wethAddress: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19151
|
+
};
|
|
19152
|
+
oku: {
|
|
19153
|
+
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
19154
|
+
limitOrderRegistryDeployBlock: number;
|
|
19155
|
+
pricing: {
|
|
19156
|
+
nativeWrappedToken: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19157
|
+
nativeWrappedName: string;
|
|
19158
|
+
};
|
|
19159
|
+
};
|
|
19160
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
19161
|
+
defaultToken0: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
19162
|
+
defaultToken1: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19163
|
+
tokenList: ({
|
|
19164
|
+
symbol: string;
|
|
19165
|
+
address: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc";
|
|
19166
|
+
} | {
|
|
19167
|
+
symbol: string;
|
|
19168
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19169
|
+
})[];
|
|
19170
|
+
stables: "0x0b7007c13325c48911f73a2dad5fa5dcbf808adc"[];
|
|
19171
|
+
watchlist: never[];
|
|
19172
|
+
internalName: "ronin";
|
|
19173
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/ron.svg";
|
|
19174
|
+
contracts: {
|
|
19175
|
+
limitOrder: {
|
|
19176
|
+
address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
19177
|
+
};
|
|
19178
|
+
nftManager: {
|
|
19179
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
19180
|
+
};
|
|
19181
|
+
weth9: {
|
|
19182
|
+
address: "0xe514d9deb7966c8be0ca922de8a064264ea6bcd4";
|
|
19183
|
+
};
|
|
19184
|
+
multicall2: {
|
|
19185
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
19186
|
+
};
|
|
19187
|
+
multicall3: {
|
|
19188
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
19189
|
+
};
|
|
19190
|
+
};
|
|
19191
|
+
blockExplorers: {
|
|
19192
|
+
readonly default: {
|
|
19193
|
+
readonly name: "Ronin Explorer";
|
|
19194
|
+
readonly url: "https://app.roninchain.com";
|
|
19195
|
+
};
|
|
19196
|
+
};
|
|
19197
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
19198
|
+
ensTlds?: readonly string[] | undefined;
|
|
19199
|
+
id: 2020;
|
|
19200
|
+
name: "Ronin";
|
|
19201
|
+
nativeCurrency: {
|
|
19202
|
+
readonly name: "RON";
|
|
19203
|
+
readonly symbol: "RON";
|
|
19204
|
+
readonly decimals: 18;
|
|
19205
|
+
};
|
|
19206
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
19207
|
+
rpcUrls: {
|
|
19208
|
+
readonly default: {
|
|
19209
|
+
readonly http: readonly ["https://api.roninchain.com/rpc"];
|
|
19210
|
+
};
|
|
19211
|
+
};
|
|
19212
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
19213
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
19214
|
+
custom?: Record<string, unknown> | undefined;
|
|
19215
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
19216
|
+
formatters?: undefined | undefined;
|
|
19217
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
18901
19218
|
}>];
|
|
18902
|
-
export { arbitrum, avalanche, 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, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
19219
|
+
export { arbitrum, avalanche, 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, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
18903
19220
|
export { ChainContract } from "viem";
|