@gfxlabs/oku-chains 1.12.7 → 1.12.11
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 +13 -0
- package/dist/index-mjs.js +13 -0
- package/dist/index.js +13 -0
- package/dist/types/definitions/arbitrum.d.ts +3 -0
- package/dist/types/definitions/avalanche.d.ts +2 -0
- package/dist/types/definitions/base.d.ts +11 -0
- package/dist/types/definitions/blast.d.ts +10 -0
- package/dist/types/definitions/bob.d.ts +10 -0
- package/dist/types/definitions/boba.d.ts +3 -0
- package/dist/types/definitions/bsc.d.ts +2 -0
- package/dist/types/definitions/celo.d.ts +18 -0
- package/dist/types/definitions/corn.d.ts +2 -0
- package/dist/types/definitions/etherlink.d.ts +2 -0
- package/dist/types/definitions/filecoin.d.ts +3 -0
- package/dist/types/definitions/gensyn.d.ts +3 -0
- package/dist/types/definitions/gnosis.d.ts +2 -0
- package/dist/types/definitions/goat.d.ts +2 -0
- package/dist/types/definitions/hemi.d.ts +3 -0
- package/dist/types/definitions/hyperevem.d.ts +2 -0
- package/dist/types/definitions/lens.d.ts +2 -0
- package/dist/types/definitions/lightlink.d.ts +2 -0
- package/dist/types/definitions/linea.d.ts +3 -0
- package/dist/types/definitions/lisk.d.ts +10 -0
- package/dist/types/definitions/mainnet.d.ts +2 -0
- package/dist/types/definitions/manta.d.ts +2 -0
- package/dist/types/definitions/mantle.d.ts +3 -0
- package/dist/types/definitions/matchain.d.ts +2 -0
- package/dist/types/definitions/metal.d.ts +10 -0
- package/dist/types/definitions/monad.d.ts +7 -5
- package/dist/types/definitions/moonbeam.d.ts +3 -1
- package/dist/types/definitions/nibiru.d.ts +3 -0
- package/dist/types/definitions/optimism.d.ts +11 -0
- package/dist/types/definitions/pharos.d.ts +2 -0
- package/dist/types/definitions/plasma.d.ts +2 -0
- package/dist/types/definitions/polygon.d.ts +2 -0
- package/dist/types/definitions/redbelly.d.ts +3 -0
- package/dist/types/definitions/ronin.d.ts +2 -0
- package/dist/types/definitions/rootstock.d.ts +2 -0
- package/dist/types/definitions/saga.d.ts +2 -0
- package/dist/types/definitions/scroll.d.ts +2 -0
- package/dist/types/definitions/sei.d.ts +2 -0
- package/dist/types/definitions/sonic.d.ts +2 -0
- package/dist/types/definitions/taiko.d.ts +2 -0
- package/dist/types/definitions/telos.d.ts +3 -0
- package/dist/types/definitions/tronShasta.d.ts +2 -0
- package/dist/types/definitions/unichain.d.ts +11 -0
- package/dist/types/definitions/worldchain.d.ts +26 -16
- package/dist/types/definitions/xdc.d.ts +2 -0
- package/dist/types/definitions/zerog.d.ts +2 -0
- package/dist/types/definitions/zkevm.d.ts +2 -0
- package/dist/types/definitions/zksync.d.ts +20 -11
- package/dist/types/index.d.ts +252 -24
- package/dist/types/non-evm/bitcoin.d.ts +2 -0
- package/package.json +2 -2
|
@@ -181,6 +181,7 @@ export declare const celo: Readonly<{
|
|
|
181
181
|
value: bigint;
|
|
182
182
|
blockHash: `0x${string}` | null;
|
|
183
183
|
blockNumber: bigint | null;
|
|
184
|
+
blockTimestamp?: bigint | undefined;
|
|
184
185
|
hash: import("viem").Hash;
|
|
185
186
|
input: import("viem").Hex;
|
|
186
187
|
transactionIndex: number | null;
|
|
@@ -204,6 +205,7 @@ export declare const celo: Readonly<{
|
|
|
204
205
|
} | {
|
|
205
206
|
blockHash: `0x${string}` | null;
|
|
206
207
|
blockNumber: bigint | null;
|
|
208
|
+
blockTimestamp?: bigint | undefined;
|
|
207
209
|
from: import("abitype").Address;
|
|
208
210
|
gas: bigint;
|
|
209
211
|
hash: import("viem").Hash;
|
|
@@ -235,6 +237,7 @@ export declare const celo: Readonly<{
|
|
|
235
237
|
} | {
|
|
236
238
|
blockHash: `0x${string}` | null;
|
|
237
239
|
blockNumber: bigint | null;
|
|
240
|
+
blockTimestamp?: bigint | undefined;
|
|
238
241
|
from: import("abitype").Address;
|
|
239
242
|
gas: bigint;
|
|
240
243
|
hash: import("viem").Hash;
|
|
@@ -266,6 +269,7 @@ export declare const celo: Readonly<{
|
|
|
266
269
|
} | {
|
|
267
270
|
blockHash: `0x${string}` | null;
|
|
268
271
|
blockNumber: bigint | null;
|
|
272
|
+
blockTimestamp?: bigint | undefined;
|
|
269
273
|
from: import("abitype").Address;
|
|
270
274
|
gas: bigint;
|
|
271
275
|
hash: import("viem").Hash;
|
|
@@ -297,6 +301,7 @@ export declare const celo: Readonly<{
|
|
|
297
301
|
} | {
|
|
298
302
|
blockHash: `0x${string}` | null;
|
|
299
303
|
blockNumber: bigint | null;
|
|
304
|
+
blockTimestamp?: bigint | undefined;
|
|
300
305
|
from: import("abitype").Address;
|
|
301
306
|
gas: bigint;
|
|
302
307
|
hash: import("viem").Hash;
|
|
@@ -328,6 +333,7 @@ export declare const celo: Readonly<{
|
|
|
328
333
|
} | {
|
|
329
334
|
blockHash: `0x${string}` | null;
|
|
330
335
|
blockNumber: bigint | null;
|
|
336
|
+
blockTimestamp?: bigint | undefined;
|
|
331
337
|
from: import("abitype").Address;
|
|
332
338
|
gas: bigint;
|
|
333
339
|
hash: import("viem").Hash;
|
|
@@ -359,6 +365,7 @@ export declare const celo: Readonly<{
|
|
|
359
365
|
} | {
|
|
360
366
|
blockHash: `0x${string}` | null;
|
|
361
367
|
blockNumber: bigint | null;
|
|
368
|
+
blockTimestamp?: bigint | undefined;
|
|
362
369
|
from: import("abitype").Address;
|
|
363
370
|
gas: bigint;
|
|
364
371
|
hash: import("viem").Hash;
|
|
@@ -390,6 +397,7 @@ export declare const celo: Readonly<{
|
|
|
390
397
|
} | {
|
|
391
398
|
blockHash: `0x${string}` | null;
|
|
392
399
|
blockNumber: bigint | null;
|
|
400
|
+
blockTimestamp?: bigint | undefined;
|
|
393
401
|
from: import("abitype").Address;
|
|
394
402
|
gas: bigint;
|
|
395
403
|
hash: import("viem").Hash;
|
|
@@ -607,6 +615,7 @@ export declare const celo: Readonly<{
|
|
|
607
615
|
value: bigint;
|
|
608
616
|
blockHash: `0x${string}` | null;
|
|
609
617
|
blockNumber: bigint | null;
|
|
618
|
+
blockTimestamp?: bigint | undefined;
|
|
610
619
|
hash: import("viem").Hash;
|
|
611
620
|
input: import("viem").Hex;
|
|
612
621
|
transactionIndex: number | null;
|
|
@@ -630,6 +639,7 @@ export declare const celo: Readonly<{
|
|
|
630
639
|
} | {
|
|
631
640
|
blockHash: `0x${string}` | null;
|
|
632
641
|
blockNumber: bigint | null;
|
|
642
|
+
blockTimestamp?: bigint | undefined;
|
|
633
643
|
from: import("abitype").Address;
|
|
634
644
|
gas: bigint;
|
|
635
645
|
hash: import("viem").Hash;
|
|
@@ -661,6 +671,7 @@ export declare const celo: Readonly<{
|
|
|
661
671
|
} | {
|
|
662
672
|
blockHash: `0x${string}` | null;
|
|
663
673
|
blockNumber: bigint | null;
|
|
674
|
+
blockTimestamp?: bigint | undefined;
|
|
664
675
|
from: import("abitype").Address;
|
|
665
676
|
gas: bigint;
|
|
666
677
|
hash: import("viem").Hash;
|
|
@@ -692,6 +703,7 @@ export declare const celo: Readonly<{
|
|
|
692
703
|
} | {
|
|
693
704
|
blockHash: `0x${string}` | null;
|
|
694
705
|
blockNumber: bigint | null;
|
|
706
|
+
blockTimestamp?: bigint | undefined;
|
|
695
707
|
from: import("abitype").Address;
|
|
696
708
|
gas: bigint;
|
|
697
709
|
hash: import("viem").Hash;
|
|
@@ -723,6 +735,7 @@ export declare const celo: Readonly<{
|
|
|
723
735
|
} | {
|
|
724
736
|
blockHash: `0x${string}` | null;
|
|
725
737
|
blockNumber: bigint | null;
|
|
738
|
+
blockTimestamp?: bigint | undefined;
|
|
726
739
|
from: import("abitype").Address;
|
|
727
740
|
gas: bigint;
|
|
728
741
|
hash: import("viem").Hash;
|
|
@@ -754,6 +767,7 @@ export declare const celo: Readonly<{
|
|
|
754
767
|
} | {
|
|
755
768
|
blockHash: `0x${string}` | null;
|
|
756
769
|
blockNumber: bigint | null;
|
|
770
|
+
blockTimestamp?: bigint | undefined;
|
|
757
771
|
from: import("abitype").Address;
|
|
758
772
|
gas: bigint;
|
|
759
773
|
hash: import("viem").Hash;
|
|
@@ -785,6 +799,7 @@ export declare const celo: Readonly<{
|
|
|
785
799
|
} | {
|
|
786
800
|
blockHash: `0x${string}` | null;
|
|
787
801
|
blockNumber: bigint | null;
|
|
802
|
+
blockTimestamp?: bigint | undefined;
|
|
788
803
|
from: import("abitype").Address;
|
|
789
804
|
gas: bigint;
|
|
790
805
|
hash: import("viem").Hash;
|
|
@@ -816,6 +831,7 @@ export declare const celo: Readonly<{
|
|
|
816
831
|
} | {
|
|
817
832
|
blockHash: `0x${string}` | null;
|
|
818
833
|
blockNumber: bigint | null;
|
|
834
|
+
blockTimestamp?: bigint | undefined;
|
|
819
835
|
from: import("abitype").Address;
|
|
820
836
|
gas: bigint;
|
|
821
837
|
hash: import("viem").Hash;
|
|
@@ -987,8 +1003,10 @@ export declare const celo: Readonly<{
|
|
|
987
1003
|
};
|
|
988
1004
|
};
|
|
989
1005
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1006
|
+
client: import("viem").Client;
|
|
990
1007
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
991
1008
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1009
|
+
client: import("viem").Client;
|
|
992
1010
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
993
1011
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
994
1012
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -131,8 +131,10 @@ export declare const corn: Readonly<{
|
|
|
131
131
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
132
132
|
formatters?: undefined | undefined;
|
|
133
133
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
134
|
+
client: import("viem").Client;
|
|
134
135
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
135
136
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
137
|
+
client: import("viem").Client;
|
|
136
138
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
137
139
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
138
140
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -139,8 +139,10 @@ export declare const etherlink: Readonly<{
|
|
|
139
139
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
140
140
|
formatters?: undefined | undefined;
|
|
141
141
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
142
|
+
client: import("viem").Client;
|
|
142
143
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
143
144
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
145
|
+
client: import("viem").Client;
|
|
144
146
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
145
147
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
146
148
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -64,6 +64,7 @@ export declare const filecoin: Readonly<{
|
|
|
64
64
|
wethAddress: "0xb829b68f57CC546dA7E5806A929e53bE32a4625D";
|
|
65
65
|
};
|
|
66
66
|
oku: {
|
|
67
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
67
68
|
pricing: {
|
|
68
69
|
pools: never[];
|
|
69
70
|
nativeWrappedToken: "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A";
|
|
@@ -138,8 +139,10 @@ export declare const filecoin: Readonly<{
|
|
|
138
139
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
139
140
|
formatters?: undefined | undefined;
|
|
140
141
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
142
|
+
client: import("viem").Client;
|
|
141
143
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
142
144
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
145
|
+
client: import("viem").Client;
|
|
143
146
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
144
147
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
145
148
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -44,6 +44,7 @@ export declare const gensyn: Readonly<{
|
|
|
44
44
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
45
45
|
};
|
|
46
46
|
oku: {
|
|
47
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
47
48
|
pricing: {
|
|
48
49
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
49
50
|
nativeWrappedName: string;
|
|
@@ -110,8 +111,10 @@ export declare const gensyn: Readonly<{
|
|
|
110
111
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
111
112
|
formatters?: undefined | undefined;
|
|
112
113
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
114
|
+
client: import("viem").Client;
|
|
113
115
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
114
116
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
117
|
+
client: import("viem").Client;
|
|
115
118
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
116
119
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
117
120
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -172,8 +172,10 @@ export declare const gnosis: Readonly<{
|
|
|
172
172
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
173
173
|
formatters?: undefined | undefined;
|
|
174
174
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
175
|
+
client: import("viem").Client;
|
|
175
176
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
176
177
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
178
|
+
client: import("viem").Client;
|
|
177
179
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
178
180
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
179
181
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -120,8 +120,10 @@ export declare const goat: Readonly<{
|
|
|
120
120
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
121
121
|
formatters?: undefined | undefined;
|
|
122
122
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
123
|
+
client: import("viem").Client;
|
|
123
124
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
124
125
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
126
|
+
client: import("viem").Client;
|
|
125
127
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
126
128
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
127
129
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -58,6 +58,7 @@ export declare const hemi: Readonly<{
|
|
|
58
58
|
wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
|
|
59
59
|
};
|
|
60
60
|
oku: {
|
|
61
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
61
62
|
limitOrderRegistry: "0xcd7f266E3C0D0771897aAF74BEB38072D66402A0";
|
|
62
63
|
limitOrderRegistryDeployBlock: number;
|
|
63
64
|
pricing: {
|
|
@@ -138,8 +139,10 @@ export declare const hemi: Readonly<{
|
|
|
138
139
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
139
140
|
formatters?: undefined | undefined;
|
|
140
141
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
142
|
+
client: import("viem").Client;
|
|
141
143
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
142
144
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
145
|
+
client: import("viem").Client;
|
|
143
146
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
144
147
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
145
148
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -109,8 +109,10 @@ export declare const hyperevm: Readonly<{
|
|
|
109
109
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
110
110
|
formatters?: undefined | undefined;
|
|
111
111
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
112
|
+
client: import("viem").Client;
|
|
112
113
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
113
114
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
115
|
+
client: import("viem").Client;
|
|
114
116
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
115
117
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
116
118
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -124,8 +124,10 @@ export declare const lens: Readonly<{
|
|
|
124
124
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
125
125
|
formatters?: undefined | undefined;
|
|
126
126
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
127
|
+
client: import("viem").Client;
|
|
127
128
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
128
129
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
130
|
+
client: import("viem").Client;
|
|
129
131
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
130
132
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
131
133
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -129,8 +129,10 @@ export declare const lightlink: Readonly<{
|
|
|
129
129
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
130
130
|
formatters?: undefined | undefined;
|
|
131
131
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
132
|
+
client: import("viem").Client;
|
|
132
133
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
133
134
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
135
|
+
client: import("viem").Client;
|
|
134
136
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
135
137
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
136
138
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -91,6 +91,7 @@ export declare const linea: Readonly<{
|
|
|
91
91
|
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4";
|
|
92
92
|
};
|
|
93
93
|
oku: {
|
|
94
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
94
95
|
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74";
|
|
95
96
|
limitOrderRegistryDeployBlock: number;
|
|
96
97
|
pricing: {
|
|
@@ -170,8 +171,10 @@ export declare const linea: Readonly<{
|
|
|
170
171
|
};
|
|
171
172
|
formatters?: undefined | undefined;
|
|
172
173
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
174
|
+
client: import("viem").Client;
|
|
173
175
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
174
176
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
177
|
+
client: import("viem").Client;
|
|
175
178
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
176
179
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
177
180
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -190,6 +190,7 @@ export declare const lisk: Readonly<{
|
|
|
190
190
|
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
191
191
|
blockHash: `0x${string}` | null;
|
|
192
192
|
blockNumber: bigint | null;
|
|
193
|
+
blockTimestamp?: bigint | undefined;
|
|
193
194
|
from: import("abitype").Address;
|
|
194
195
|
gas: bigint;
|
|
195
196
|
hash: import("viem").Hash;
|
|
@@ -222,6 +223,7 @@ export declare const lisk: Readonly<{
|
|
|
222
223
|
value: bigint;
|
|
223
224
|
blockHash: `0x${string}` | null;
|
|
224
225
|
blockNumber: bigint | null;
|
|
226
|
+
blockTimestamp?: bigint | undefined;
|
|
225
227
|
hash: import("viem").Hash;
|
|
226
228
|
input: import("viem").Hex;
|
|
227
229
|
transactionIndex: number | null;
|
|
@@ -242,6 +244,7 @@ export declare const lisk: Readonly<{
|
|
|
242
244
|
} | {
|
|
243
245
|
blockHash: `0x${string}` | null;
|
|
244
246
|
blockNumber: bigint | null;
|
|
247
|
+
blockTimestamp?: bigint | undefined;
|
|
245
248
|
from: import("abitype").Address;
|
|
246
249
|
gas: bigint;
|
|
247
250
|
hash: import("viem").Hash;
|
|
@@ -270,6 +273,7 @@ export declare const lisk: Readonly<{
|
|
|
270
273
|
} | {
|
|
271
274
|
blockHash: `0x${string}` | null;
|
|
272
275
|
blockNumber: bigint | null;
|
|
276
|
+
blockTimestamp?: bigint | undefined;
|
|
273
277
|
from: import("abitype").Address;
|
|
274
278
|
gas: bigint;
|
|
275
279
|
hash: import("viem").Hash;
|
|
@@ -298,6 +302,7 @@ export declare const lisk: Readonly<{
|
|
|
298
302
|
} | {
|
|
299
303
|
blockHash: `0x${string}` | null;
|
|
300
304
|
blockNumber: bigint | null;
|
|
305
|
+
blockTimestamp?: bigint | undefined;
|
|
301
306
|
from: import("abitype").Address;
|
|
302
307
|
gas: bigint;
|
|
303
308
|
hash: import("viem").Hash;
|
|
@@ -326,6 +331,7 @@ export declare const lisk: Readonly<{
|
|
|
326
331
|
} | {
|
|
327
332
|
blockHash: `0x${string}` | null;
|
|
328
333
|
blockNumber: bigint | null;
|
|
334
|
+
blockTimestamp?: bigint | undefined;
|
|
329
335
|
from: import("abitype").Address;
|
|
330
336
|
gas: bigint;
|
|
331
337
|
hash: import("viem").Hash;
|
|
@@ -375,6 +381,8 @@ export declare const lisk: Readonly<{
|
|
|
375
381
|
transactionHash: import("viem").Hash;
|
|
376
382
|
transactionIndex: number;
|
|
377
383
|
type: import("viem").TransactionType;
|
|
384
|
+
depositNonce?: bigint | undefined | undefined;
|
|
385
|
+
depositReceiptVersion?: number | undefined | undefined;
|
|
378
386
|
l1GasPrice: bigint | null;
|
|
379
387
|
l1GasUsed: bigint | null;
|
|
380
388
|
l1Fee: bigint | null;
|
|
@@ -384,8 +392,10 @@ export declare const lisk: Readonly<{
|
|
|
384
392
|
};
|
|
385
393
|
};
|
|
386
394
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
395
|
+
client: import("viem").Client;
|
|
387
396
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
388
397
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
398
|
+
client: import("viem").Client;
|
|
389
399
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
390
400
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
391
401
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -216,8 +216,10 @@ export declare const mainnet: Readonly<{
|
|
|
216
216
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
217
217
|
formatters?: undefined | undefined;
|
|
218
218
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
219
|
+
client: import("viem").Client;
|
|
219
220
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
220
221
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
222
|
+
client: import("viem").Client;
|
|
221
223
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
222
224
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
223
225
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -131,8 +131,10 @@ export declare const manta: Readonly<{
|
|
|
131
131
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
132
132
|
formatters?: undefined | undefined;
|
|
133
133
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
134
|
+
client: import("viem").Client;
|
|
134
135
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
135
136
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
137
|
+
client: import("viem").Client;
|
|
136
138
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
137
139
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
138
140
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -77,6 +77,7 @@ export declare const mantle: Readonly<{
|
|
|
77
77
|
wethAddress: "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8";
|
|
78
78
|
};
|
|
79
79
|
oku: {
|
|
80
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
80
81
|
limitOrderRegistry: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
81
82
|
limitOrderRegistryDeployBlock: number;
|
|
82
83
|
pricing: {
|
|
@@ -149,8 +150,10 @@ export declare const mantle: Readonly<{
|
|
|
149
150
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
150
151
|
formatters?: undefined | undefined;
|
|
151
152
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
153
|
+
client: import("viem").Client;
|
|
152
154
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
153
155
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
156
|
+
client: import("viem").Client;
|
|
154
157
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
155
158
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
156
159
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -107,8 +107,10 @@ export declare const matchain: Readonly<{
|
|
|
107
107
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
108
108
|
formatters?: undefined | undefined;
|
|
109
109
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
110
|
+
client: import("viem").Client;
|
|
110
111
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
111
112
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
113
|
+
client: import("viem").Client;
|
|
112
114
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
113
115
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
114
116
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -185,6 +185,7 @@ export declare const metal: Readonly<{
|
|
|
185
185
|
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
186
186
|
blockHash: `0x${string}` | null;
|
|
187
187
|
blockNumber: bigint | null;
|
|
188
|
+
blockTimestamp?: bigint | undefined;
|
|
188
189
|
from: import("abitype").Address;
|
|
189
190
|
gas: bigint;
|
|
190
191
|
hash: import("viem").Hash;
|
|
@@ -217,6 +218,7 @@ export declare const metal: Readonly<{
|
|
|
217
218
|
value: bigint;
|
|
218
219
|
blockHash: `0x${string}` | null;
|
|
219
220
|
blockNumber: bigint | null;
|
|
221
|
+
blockTimestamp?: bigint | undefined;
|
|
220
222
|
hash: import("viem").Hash;
|
|
221
223
|
input: import("viem").Hex;
|
|
222
224
|
transactionIndex: number | null;
|
|
@@ -237,6 +239,7 @@ export declare const metal: Readonly<{
|
|
|
237
239
|
} | {
|
|
238
240
|
blockHash: `0x${string}` | null;
|
|
239
241
|
blockNumber: bigint | null;
|
|
242
|
+
blockTimestamp?: bigint | undefined;
|
|
240
243
|
from: import("abitype").Address;
|
|
241
244
|
gas: bigint;
|
|
242
245
|
hash: import("viem").Hash;
|
|
@@ -265,6 +268,7 @@ export declare const metal: Readonly<{
|
|
|
265
268
|
} | {
|
|
266
269
|
blockHash: `0x${string}` | null;
|
|
267
270
|
blockNumber: bigint | null;
|
|
271
|
+
blockTimestamp?: bigint | undefined;
|
|
268
272
|
from: import("abitype").Address;
|
|
269
273
|
gas: bigint;
|
|
270
274
|
hash: import("viem").Hash;
|
|
@@ -293,6 +297,7 @@ export declare const metal: Readonly<{
|
|
|
293
297
|
} | {
|
|
294
298
|
blockHash: `0x${string}` | null;
|
|
295
299
|
blockNumber: bigint | null;
|
|
300
|
+
blockTimestamp?: bigint | undefined;
|
|
296
301
|
from: import("abitype").Address;
|
|
297
302
|
gas: bigint;
|
|
298
303
|
hash: import("viem").Hash;
|
|
@@ -321,6 +326,7 @@ export declare const metal: Readonly<{
|
|
|
321
326
|
} | {
|
|
322
327
|
blockHash: `0x${string}` | null;
|
|
323
328
|
blockNumber: bigint | null;
|
|
329
|
+
blockTimestamp?: bigint | undefined;
|
|
324
330
|
from: import("abitype").Address;
|
|
325
331
|
gas: bigint;
|
|
326
332
|
hash: import("viem").Hash;
|
|
@@ -370,6 +376,8 @@ export declare const metal: Readonly<{
|
|
|
370
376
|
transactionHash: import("viem").Hash;
|
|
371
377
|
transactionIndex: number;
|
|
372
378
|
type: import("viem").TransactionType;
|
|
379
|
+
depositNonce?: bigint | undefined | undefined;
|
|
380
|
+
depositReceiptVersion?: number | undefined | undefined;
|
|
373
381
|
l1GasPrice: bigint | null;
|
|
374
382
|
l1GasUsed: bigint | null;
|
|
375
383
|
l1Fee: bigint | null;
|
|
@@ -379,8 +387,10 @@ export declare const metal: Readonly<{
|
|
|
379
387
|
};
|
|
380
388
|
};
|
|
381
389
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
390
|
+
client: import("viem").Client;
|
|
382
391
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
383
392
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
393
|
+
client: import("viem").Client;
|
|
384
394
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
385
395
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
386
396
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -108,13 +108,13 @@ export declare const monad: Readonly<{
|
|
|
108
108
|
};
|
|
109
109
|
blockExplorers: {
|
|
110
110
|
readonly default: {
|
|
111
|
-
readonly name: "MonadVision";
|
|
112
|
-
readonly url: "https://monadvision.com";
|
|
113
|
-
};
|
|
114
|
-
readonly monadscan: {
|
|
115
111
|
readonly name: "Monadscan";
|
|
116
112
|
readonly url: "https://monadscan.com";
|
|
117
|
-
readonly apiUrl: "https://api.
|
|
113
|
+
readonly apiUrl: "https://api.etherscan.io/v2/api?chainid=143";
|
|
114
|
+
};
|
|
115
|
+
readonly monadvision: {
|
|
116
|
+
readonly name: "MonadVision";
|
|
117
|
+
readonly url: "https://monadvision.com";
|
|
118
118
|
};
|
|
119
119
|
};
|
|
120
120
|
blockTime: 400;
|
|
@@ -140,8 +140,10 @@ export declare const monad: Readonly<{
|
|
|
140
140
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
141
141
|
formatters?: undefined | undefined;
|
|
142
142
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
143
|
+
client: import("viem").Client;
|
|
143
144
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
144
145
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
146
|
+
client: import("viem").Client;
|
|
145
147
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
146
148
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
147
149
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -126,7 +126,7 @@ export declare const moonbeam: Readonly<{
|
|
|
126
126
|
name: "Moonbeam";
|
|
127
127
|
nativeCurrency: {
|
|
128
128
|
readonly decimals: 18;
|
|
129
|
-
readonly name: "
|
|
129
|
+
readonly name: "Moonbeam";
|
|
130
130
|
readonly symbol: "GLMR";
|
|
131
131
|
};
|
|
132
132
|
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
@@ -143,8 +143,10 @@ export declare const moonbeam: Readonly<{
|
|
|
143
143
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
144
144
|
formatters?: undefined | undefined;
|
|
145
145
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
146
|
+
client: import("viem").Client;
|
|
146
147
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
147
148
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
149
|
+
client: import("viem").Client;
|
|
148
150
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
149
151
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
150
152
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -48,6 +48,7 @@ export declare const nibiru: Readonly<{
|
|
|
48
48
|
usdcAddress: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
49
49
|
};
|
|
50
50
|
oku: {
|
|
51
|
+
router11: "0x25132a6F4f0A993d62e57D0510df1395729125ad";
|
|
51
52
|
limitOrderRegistry: "0x6E1293993C71Cb2E6b2Da8559f6d7Dc1fdb3AE02";
|
|
52
53
|
limitOrderRegistryDeployBlock: number;
|
|
53
54
|
pricing: {
|
|
@@ -114,8 +115,10 @@ export declare const nibiru: Readonly<{
|
|
|
114
115
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
115
116
|
formatters?: undefined | undefined;
|
|
116
117
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
118
|
+
client: import("viem").Client;
|
|
117
119
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
118
120
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
121
|
+
client: import("viem").Client;
|
|
119
122
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
120
123
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
121
124
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const optimism: Readonly<{
|
|
2
2
|
name: "Optimism";
|
|
3
|
+
liteChain: true;
|
|
3
4
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
4
5
|
blockTimeSeconds: 0.5;
|
|
5
6
|
launchTime: 1688997600;
|
|
@@ -284,6 +285,7 @@ export declare const optimism: Readonly<{
|
|
|
284
285
|
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
285
286
|
blockHash: `0x${string}` | null;
|
|
286
287
|
blockNumber: bigint | null;
|
|
288
|
+
blockTimestamp?: bigint | undefined;
|
|
287
289
|
from: import("abitype").Address;
|
|
288
290
|
gas: bigint;
|
|
289
291
|
hash: import("viem").Hash;
|
|
@@ -316,6 +318,7 @@ export declare const optimism: Readonly<{
|
|
|
316
318
|
value: bigint;
|
|
317
319
|
blockHash: `0x${string}` | null;
|
|
318
320
|
blockNumber: bigint | null;
|
|
321
|
+
blockTimestamp?: bigint | undefined;
|
|
319
322
|
hash: import("viem").Hash;
|
|
320
323
|
input: import("viem").Hex;
|
|
321
324
|
transactionIndex: number | null;
|
|
@@ -336,6 +339,7 @@ export declare const optimism: Readonly<{
|
|
|
336
339
|
} | {
|
|
337
340
|
blockHash: `0x${string}` | null;
|
|
338
341
|
blockNumber: bigint | null;
|
|
342
|
+
blockTimestamp?: bigint | undefined;
|
|
339
343
|
from: import("abitype").Address;
|
|
340
344
|
gas: bigint;
|
|
341
345
|
hash: import("viem").Hash;
|
|
@@ -364,6 +368,7 @@ export declare const optimism: Readonly<{
|
|
|
364
368
|
} | {
|
|
365
369
|
blockHash: `0x${string}` | null;
|
|
366
370
|
blockNumber: bigint | null;
|
|
371
|
+
blockTimestamp?: bigint | undefined;
|
|
367
372
|
from: import("abitype").Address;
|
|
368
373
|
gas: bigint;
|
|
369
374
|
hash: import("viem").Hash;
|
|
@@ -392,6 +397,7 @@ export declare const optimism: Readonly<{
|
|
|
392
397
|
} | {
|
|
393
398
|
blockHash: `0x${string}` | null;
|
|
394
399
|
blockNumber: bigint | null;
|
|
400
|
+
blockTimestamp?: bigint | undefined;
|
|
395
401
|
from: import("abitype").Address;
|
|
396
402
|
gas: bigint;
|
|
397
403
|
hash: import("viem").Hash;
|
|
@@ -420,6 +426,7 @@ export declare const optimism: Readonly<{
|
|
|
420
426
|
} | {
|
|
421
427
|
blockHash: `0x${string}` | null;
|
|
422
428
|
blockNumber: bigint | null;
|
|
429
|
+
blockTimestamp?: bigint | undefined;
|
|
423
430
|
from: import("abitype").Address;
|
|
424
431
|
gas: bigint;
|
|
425
432
|
hash: import("viem").Hash;
|
|
@@ -469,6 +476,8 @@ export declare const optimism: Readonly<{
|
|
|
469
476
|
transactionHash: import("viem").Hash;
|
|
470
477
|
transactionIndex: number;
|
|
471
478
|
type: import("viem").TransactionType;
|
|
479
|
+
depositNonce?: bigint | undefined | undefined;
|
|
480
|
+
depositReceiptVersion?: number | undefined | undefined;
|
|
472
481
|
l1GasPrice: bigint | null;
|
|
473
482
|
l1GasUsed: bigint | null;
|
|
474
483
|
l1Fee: bigint | null;
|
|
@@ -478,8 +487,10 @@ export declare const optimism: Readonly<{
|
|
|
478
487
|
};
|
|
479
488
|
};
|
|
480
489
|
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
490
|
+
client: import("viem").Client;
|
|
481
491
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
482
492
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
493
|
+
client: import("viem").Client;
|
|
483
494
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
484
495
|
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
485
496
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|