viem 2.0.0-alpha.0 → 2.0.0-alpha.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/_cjs/{abi.js → abi/index.js} +9 -9
- package/_cjs/abi/index.js.map +1 -0
- package/_cjs/actions/public/estimateFeesPerGas.js +3 -2
- package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_cjs/actions/public/waitForTransactionReceipt.js +9 -4
- package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_cjs/actions/wallet/signTypedData.js.map +1 -1
- package/_cjs/actions/wallet/writeContract.js.map +1 -1
- package/_cjs/chains/definitions/holesky.js +21 -0
- package/_cjs/chains/definitions/holesky.js.map +1 -0
- package/_cjs/chains/index.js +4 -2
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/chains/{utils.js → utils/index.js} +5 -5
- package/_cjs/chains/utils/index.js.map +1 -0
- package/_cjs/{contract.js → contract/index.js} +25 -25
- package/_cjs/contract/index.js.map +1 -0
- package/_cjs/{ens.js → ens/index.js} +9 -9
- package/_cjs/ens/index.js.map +1 -0
- package/_cjs/errors/version.js +1 -1
- package/_cjs/errors/version.js.map +1 -1
- package/_cjs/{public.js → public/index.js} +29 -29
- package/_cjs/public/index.js.map +1 -0
- package/_cjs/{test.js → test/index.js} +29 -29
- package/_cjs/test/index.js.map +1 -0
- package/_cjs/types/eip1193.js.map +1 -1
- package/_cjs/utils/rpc.js +6 -3
- package/_cjs/utils/rpc.js.map +1 -1
- package/_cjs/{wallet.js → wallet/index.js} +11 -11
- package/_cjs/wallet/index.js.map +1 -0
- package/_cjs/{window.js → window/index.js} +2 -2
- package/_cjs/window/index.js.map +1 -0
- package/_esm/abi/index.js +7 -0
- package/_esm/abi/index.js.map +1 -0
- package/_esm/actions/public/estimateFeesPerGas.js +3 -2
- package/_esm/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_esm/actions/public/waitForTransactionReceipt.js +9 -4
- package/_esm/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_esm/actions/wallet/signTypedData.js.map +1 -1
- package/_esm/actions/wallet/writeContract.js.map +1 -1
- package/_esm/chains/definitions/holesky.js +18 -0
- package/_esm/chains/definitions/holesky.js.map +1 -0
- package/_esm/chains/index.js +1 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/chains/utils/index.js +5 -0
- package/_esm/chains/utils/index.js.map +1 -0
- package/_esm/contract/index.js +26 -0
- package/_esm/contract/index.js.map +1 -0
- package/_esm/ens/index.js +9 -0
- package/_esm/ens/index.js.map +1 -0
- package/_esm/errors/version.js +1 -1
- package/_esm/errors/version.js.map +1 -1
- package/_esm/public/index.js +30 -0
- package/_esm/public/index.js.map +1 -0
- package/_esm/test/index.js +30 -0
- package/_esm/test/index.js.map +1 -0
- package/_esm/types/eip1193.js.map +1 -1
- package/_esm/utils/rpc.js +6 -2
- package/_esm/utils/rpc.js.map +1 -1
- package/_esm/wallet/index.js +12 -0
- package/_esm/wallet/index.js.map +1 -0
- package/_esm/window/index.js +2 -0
- package/_esm/window/index.js.map +1 -0
- package/_types/{abi.d.ts → abi/index.d.ts} +5 -5
- package/_types/abi/index.d.ts.map +1 -0
- package/_types/actions/public/estimateFeesPerGas.d.ts.map +1 -1
- package/_types/actions/public/waitForTransactionReceipt.d.ts.map +1 -1
- package/_types/actions/wallet/signTypedData.d.ts +1 -1
- package/_types/actions/wallet/signTypedData.d.ts.map +1 -1
- package/_types/actions/wallet/writeContract.d.ts +1 -1
- package/_types/actions/wallet/writeContract.d.ts.map +1 -1
- package/_types/chains/celo/formatters.d.ts +50 -50
- package/_types/chains/definitions/base.d.ts +162 -162
- package/_types/chains/definitions/baseGoerli.d.ts +162 -162
- package/_types/chains/definitions/celo.d.ts +165 -165
- package/_types/chains/definitions/celoAlfajores.d.ts +165 -165
- package/_types/chains/definitions/celoCannoli.d.ts +165 -165
- package/_types/chains/definitions/holesky.d.ts +24 -0
- package/_types/chains/definitions/holesky.d.ts.map +1 -0
- package/_types/chains/definitions/optimism.d.ts +162 -162
- package/_types/chains/definitions/optimismGoerli.d.ts +162 -162
- package/_types/chains/definitions/zora.d.ts +162 -162
- package/_types/chains/definitions/zoraTestnet.d.ts +162 -162
- package/_types/chains/index.d.ts +1 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/optimism/formatters.d.ts +50 -50
- package/_types/chains/{utils.d.ts → utils/index.d.ts} +7 -7
- package/_types/chains/utils/index.d.ts.map +1 -0
- package/_types/clients/transports/webSocket.d.ts +2 -1
- package/_types/clients/transports/webSocket.d.ts.map +1 -1
- package/_types/{contract.d.ts → contract/index.d.ts} +26 -26
- package/_types/contract/index.d.ts.map +1 -0
- package/_types/ens/index.d.ts +9 -0
- package/_types/ens/index.d.ts.map +1 -0
- package/_types/errors/version.d.ts +1 -1
- package/_types/errors/version.d.ts.map +1 -1
- package/_types/public/index.d.ts +33 -0
- package/_types/public/index.d.ts.map +1 -0
- package/_types/test/index.d.ts +29 -0
- package/_types/test/index.d.ts.map +1 -0
- package/_types/types/contract.d.ts +1 -1
- package/_types/types/contract.d.ts.map +1 -1
- package/_types/types/eip1193.d.ts +2 -2
- package/_types/types/eip1193.d.ts.map +1 -1
- package/_types/types/typedData.d.ts +2 -2
- package/_types/types/typedData.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/_types/utils/rpc.d.ts +3 -3
- package/_types/utils/rpc.d.ts.map +1 -1
- package/_types/wallet/index.d.ts +11 -0
- package/_types/wallet/index.d.ts.map +1 -0
- package/_types/window/index.d.ts +2 -0
- package/_types/window/index.d.ts.map +1 -0
- package/{abi.ts → abi/index.ts} +15 -13
- package/abi/package.json +6 -0
- package/accounts/package.json +6 -0
- package/actions/package.json +6 -0
- package/actions/public/estimateFeesPerGas.ts +3 -2
- package/actions/public/waitForTransactionReceipt.ts +13 -4
- package/actions/wallet/signTypedData.ts +4 -2
- package/actions/wallet/writeContract.ts +4 -1
- package/chains/definitions/holesky.ts +18 -0
- package/chains/index.ts +1 -0
- package/chains/package.json +6 -0
- package/chains/{utils.ts → utils/index.ts} +6 -6
- package/chains/utils/package.json +6 -0
- package/clients/package.json +6 -0
- package/clients/transports/webSocket.ts +1 -1
- package/{contract.ts → contract/index.ts} +27 -25
- package/contract/package.json +6 -0
- package/{ens.ts → ens/index.ts} +8 -8
- package/ens/package.json +6 -0
- package/errors/version.ts +1 -1
- package/package.json +35 -34
- package/{public.ts → public/index.ts} +30 -28
- package/public/package.json +6 -0
- package/test/index.ts +85 -0
- package/test/package.json +6 -0
- package/types/contract.ts +1 -1
- package/types/eip1193.ts +5 -3
- package/types/typedData.ts +3 -2
- package/utils/package.json +6 -0
- package/utils/rpc.ts +6 -3
- package/{wallet.ts → wallet/index.ts} +15 -10
- package/wallet/package.json +6 -0
- package/window/index.ts +1 -0
- package/window/package.json +6 -0
- package/_cjs/abi.js.map +0 -1
- package/_cjs/chains/utils.js.map +0 -1
- package/_cjs/contract.js.map +0 -1
- package/_cjs/ens.js.map +0 -1
- package/_cjs/public.js.map +0 -1
- package/_cjs/test.js.map +0 -1
- package/_cjs/wallet.js.map +0 -1
- package/_cjs/window.js.map +0 -1
- package/_esm/abi.js +0 -6
- package/_esm/abi.js.map +0 -1
- package/_esm/chains/utils.js +0 -5
- package/_esm/chains/utils.js.map +0 -1
- package/_esm/contract.js +0 -25
- package/_esm/contract.js.map +0 -1
- package/_esm/ens.js +0 -9
- package/_esm/ens.js.map +0 -1
- package/_esm/public.js +0 -29
- package/_esm/public.js.map +0 -1
- package/_esm/test.js +0 -29
- package/_esm/test.js.map +0 -1
- package/_esm/wallet.js +0 -11
- package/_esm/wallet.js.map +0 -1
- package/_esm/window.js +0 -2
- package/_esm/window.js.map +0 -1
- package/_types/abi.d.ts.map +0 -1
- package/_types/chains/utils.d.ts.map +0 -1
- package/_types/contract.d.ts.map +0 -1
- package/_types/ens.d.ts +0 -9
- package/_types/ens.d.ts.map +0 -1
- package/_types/public.d.ts +0 -33
- package/_types/public.d.ts.map +0 -1
- package/_types/test.d.ts +0 -29
- package/_types/test.d.ts.map +0 -1
- package/_types/wallet.d.ts +0 -11
- package/_types/wallet.d.ts.map +0 -1
- package/_types/window.d.ts +0 -2
- package/_types/window.d.ts.map +0 -1
- package/test.ts +0 -83
- package/window.ts +0 -1
@@ -40,8 +40,8 @@ export declare const baseGoerli: {
|
|
40
40
|
formatters?: {
|
41
41
|
readonly block: {
|
42
42
|
exclude: [] | undefined;
|
43
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
44
|
-
transactions: `0x${string}`[] | import("../
|
43
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
44
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
45
45
|
}>) => {
|
46
46
|
baseFeePerGas: bigint | null;
|
47
47
|
difficulty: bigint;
|
@@ -62,7 +62,7 @@ export declare const baseGoerli: {
|
|
62
62
|
stateRoot: `0x${string}`;
|
63
63
|
timestamp: bigint;
|
64
64
|
totalDifficulty: bigint | null;
|
65
|
-
transactions: `0x${string}`[] | import("../
|
65
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
66
66
|
transactionsRoot: `0x${string}`;
|
67
67
|
uncles: `0x${string}`[];
|
68
68
|
} & {};
|
@@ -72,10 +72,14 @@ export declare const baseGoerli: {
|
|
72
72
|
exclude: [] | undefined;
|
73
73
|
format: (args: ({
|
74
74
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
75
|
+
gas?: `0x${string}` | undefined;
|
76
|
+
value?: `0x${string}` | undefined;
|
77
|
+
gasPrice?: `0x${string}` | undefined;
|
78
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
79
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
75
80
|
blockHash?: `0x${string}` | null | undefined;
|
76
81
|
blockNumber?: `0x${string}` | null | undefined;
|
77
82
|
from?: `0x${string}` | undefined;
|
78
|
-
gas?: `0x${string}` | undefined;
|
79
83
|
hash?: `0x${string}` | undefined;
|
80
84
|
input?: `0x${string}` | undefined;
|
81
85
|
nonce?: `0x${string}` | undefined;
|
@@ -84,10 +88,6 @@ export declare const baseGoerli: {
|
|
84
88
|
to?: `0x${string}` | null | undefined;
|
85
89
|
transactionIndex?: `0x${string}` | null | undefined;
|
86
90
|
v?: `0x${string}` | undefined;
|
87
|
-
value?: `0x${string}` | undefined;
|
88
|
-
gasPrice?: `0x${string}` | undefined;
|
89
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
90
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
91
91
|
accessList?: undefined;
|
92
92
|
chainId?: `0x${string}` | undefined;
|
93
93
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -96,10 +96,14 @@ export declare const baseGoerli: {
|
|
96
96
|
sourceHash?: undefined;
|
97
97
|
}) | ({
|
98
98
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
99
|
+
gas?: `0x${string}` | undefined;
|
100
|
+
value?: `0x${string}` | undefined;
|
101
|
+
gasPrice?: `0x${string}` | undefined;
|
102
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
103
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
99
104
|
blockHash?: `0x${string}` | null | undefined;
|
100
105
|
blockNumber?: `0x${string}` | null | undefined;
|
101
106
|
from?: `0x${string}` | undefined;
|
102
|
-
gas?: `0x${string}` | undefined;
|
103
107
|
hash?: `0x${string}` | undefined;
|
104
108
|
input?: `0x${string}` | undefined;
|
105
109
|
nonce?: `0x${string}` | undefined;
|
@@ -108,10 +112,6 @@ export declare const baseGoerli: {
|
|
108
112
|
to?: `0x${string}` | null | undefined;
|
109
113
|
transactionIndex?: `0x${string}` | null | undefined;
|
110
114
|
v?: `0x${string}` | undefined;
|
111
|
-
value?: `0x${string}` | undefined;
|
112
|
-
gasPrice?: `0x${string}` | undefined;
|
113
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
114
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
115
115
|
accessList?: undefined;
|
116
116
|
chainId?: `0x${string}` | undefined;
|
117
117
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -121,10 +121,14 @@ export declare const baseGoerli: {
|
|
121
121
|
type: "0x7e";
|
122
122
|
}) | ({
|
123
123
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
124
|
+
gas?: `0x${string}` | undefined;
|
125
|
+
value?: `0x${string}` | undefined;
|
126
|
+
gasPrice?: `0x${string}` | undefined;
|
127
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
128
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
124
129
|
blockHash?: `0x${string}` | null | undefined;
|
125
130
|
blockNumber?: `0x${string}` | null | undefined;
|
126
131
|
from?: `0x${string}` | undefined;
|
127
|
-
gas?: `0x${string}` | undefined;
|
128
132
|
hash?: `0x${string}` | undefined;
|
129
133
|
input?: `0x${string}` | undefined;
|
130
134
|
nonce?: `0x${string}` | undefined;
|
@@ -133,10 +137,6 @@ export declare const baseGoerli: {
|
|
133
137
|
to?: `0x${string}` | null | undefined;
|
134
138
|
transactionIndex?: `0x${string}` | null | undefined;
|
135
139
|
v?: `0x${string}` | undefined;
|
136
|
-
value?: `0x${string}` | undefined;
|
137
|
-
gasPrice?: `0x${string}` | undefined;
|
138
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
139
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
140
140
|
accessList?: import("../../index.js").AccessList | undefined;
|
141
141
|
chainId?: `0x${string}` | undefined;
|
142
142
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -145,10 +145,14 @@ export declare const baseGoerli: {
|
|
145
145
|
sourceHash?: undefined;
|
146
146
|
}) | ({
|
147
147
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
148
|
+
gas?: `0x${string}` | undefined;
|
149
|
+
value?: `0x${string}` | undefined;
|
150
|
+
gasPrice?: `0x${string}` | undefined;
|
151
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
152
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
148
153
|
blockHash?: `0x${string}` | null | undefined;
|
149
154
|
blockNumber?: `0x${string}` | null | undefined;
|
150
155
|
from?: `0x${string}` | undefined;
|
151
|
-
gas?: `0x${string}` | undefined;
|
152
156
|
hash?: `0x${string}` | undefined;
|
153
157
|
input?: `0x${string}` | undefined;
|
154
158
|
nonce?: `0x${string}` | undefined;
|
@@ -157,10 +161,6 @@ export declare const baseGoerli: {
|
|
157
161
|
to?: `0x${string}` | null | undefined;
|
158
162
|
transactionIndex?: `0x${string}` | null | undefined;
|
159
163
|
v?: `0x${string}` | undefined;
|
160
|
-
value?: `0x${string}` | undefined;
|
161
|
-
gasPrice?: `0x${string}` | undefined;
|
162
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
163
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
164
164
|
accessList?: import("../../index.js").AccessList | undefined;
|
165
165
|
chainId?: `0x${string}` | undefined;
|
166
166
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -169,10 +169,14 @@ export declare const baseGoerli: {
|
|
169
169
|
sourceHash?: undefined;
|
170
170
|
}) | ({
|
171
171
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
172
|
+
gas?: `0x${string}` | undefined;
|
173
|
+
value?: `0x${string}` | undefined;
|
174
|
+
gasPrice?: `0x${string}` | undefined;
|
175
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
176
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
172
177
|
blockHash?: `0x${string}` | null | undefined;
|
173
178
|
blockNumber?: `0x${string}` | null | undefined;
|
174
179
|
from?: `0x${string}` | undefined;
|
175
|
-
gas?: `0x${string}` | undefined;
|
176
180
|
hash?: `0x${string}` | undefined;
|
177
181
|
input?: `0x${string}` | undefined;
|
178
182
|
nonce?: `0x${string}` | undefined;
|
@@ -181,10 +185,6 @@ export declare const baseGoerli: {
|
|
181
185
|
to?: `0x${string}` | null | undefined;
|
182
186
|
transactionIndex?: `0x${string}` | null | undefined;
|
183
187
|
v?: `0x${string}` | undefined;
|
184
|
-
value?: `0x${string}` | undefined;
|
185
|
-
gasPrice?: `0x${string}` | undefined;
|
186
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
187
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
188
188
|
accessList?: import("../../index.js").AccessList | undefined;
|
189
189
|
chainId?: `0x${string}` | undefined;
|
190
190
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -193,10 +193,14 @@ export declare const baseGoerli: {
|
|
193
193
|
sourceHash?: undefined;
|
194
194
|
}) | ({
|
195
195
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
196
|
+
gas?: `0x${string}` | undefined;
|
197
|
+
value?: `0x${string}` | undefined;
|
198
|
+
gasPrice?: `0x${string}` | undefined;
|
199
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
200
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
196
201
|
blockHash?: `0x${string}` | null | undefined;
|
197
202
|
blockNumber?: `0x${string}` | null | undefined;
|
198
203
|
from?: `0x${string}` | undefined;
|
199
|
-
gas?: `0x${string}` | undefined;
|
200
204
|
hash?: `0x${string}` | undefined;
|
201
205
|
input?: `0x${string}` | undefined;
|
202
206
|
nonce?: `0x${string}` | undefined;
|
@@ -205,10 +209,6 @@ export declare const baseGoerli: {
|
|
205
209
|
to?: `0x${string}` | null | undefined;
|
206
210
|
transactionIndex?: `0x${string}` | null | undefined;
|
207
211
|
v?: `0x${string}` | undefined;
|
208
|
-
value?: `0x${string}` | undefined;
|
209
|
-
gasPrice?: `0x${string}` | undefined;
|
210
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
211
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
212
212
|
accessList?: import("../../index.js").AccessList | undefined;
|
213
213
|
chainId?: `0x${string}` | undefined;
|
214
214
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -218,10 +218,14 @@ export declare const baseGoerli: {
|
|
218
218
|
type: "0x7e";
|
219
219
|
}) | ({
|
220
220
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
221
|
+
gas?: `0x${string}` | undefined;
|
222
|
+
value?: `0x${string}` | undefined;
|
223
|
+
gasPrice?: `0x${string}` | undefined;
|
224
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
225
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
221
226
|
blockHash?: `0x${string}` | null | undefined;
|
222
227
|
blockNumber?: `0x${string}` | null | undefined;
|
223
228
|
from?: `0x${string}` | undefined;
|
224
|
-
gas?: `0x${string}` | undefined;
|
225
229
|
hash?: `0x${string}` | undefined;
|
226
230
|
input?: `0x${string}` | undefined;
|
227
231
|
nonce?: `0x${string}` | undefined;
|
@@ -230,10 +234,6 @@ export declare const baseGoerli: {
|
|
230
234
|
to?: `0x${string}` | null | undefined;
|
231
235
|
transactionIndex?: `0x${string}` | null | undefined;
|
232
236
|
v?: `0x${string}` | undefined;
|
233
|
-
value?: `0x${string}` | undefined;
|
234
|
-
gasPrice?: `0x${string}` | undefined;
|
235
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
236
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
237
237
|
accessList?: import("../../index.js").AccessList | undefined;
|
238
238
|
chainId?: `0x${string}` | undefined;
|
239
239
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -242,10 +242,14 @@ export declare const baseGoerli: {
|
|
242
242
|
sourceHash?: undefined;
|
243
243
|
}) | ({
|
244
244
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
245
|
+
gas?: `0x${string}` | undefined;
|
246
|
+
value?: `0x${string}` | undefined;
|
247
|
+
gasPrice?: `0x${string}` | undefined;
|
248
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
249
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
245
250
|
blockHash?: `0x${string}` | null | undefined;
|
246
251
|
blockNumber?: `0x${string}` | null | undefined;
|
247
252
|
from?: `0x${string}` | undefined;
|
248
|
-
gas?: `0x${string}` | undefined;
|
249
253
|
hash?: `0x${string}` | undefined;
|
250
254
|
input?: `0x${string}` | undefined;
|
251
255
|
nonce?: `0x${string}` | undefined;
|
@@ -254,10 +258,6 @@ export declare const baseGoerli: {
|
|
254
258
|
to?: `0x${string}` | null | undefined;
|
255
259
|
transactionIndex?: `0x${string}` | null | undefined;
|
256
260
|
v?: `0x${string}` | undefined;
|
257
|
-
value?: `0x${string}` | undefined;
|
258
|
-
gasPrice?: `0x${string}` | undefined;
|
259
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
260
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
261
261
|
accessList?: import("../../index.js").AccessList | undefined;
|
262
262
|
chainId?: `0x${string}` | undefined;
|
263
263
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -266,10 +266,14 @@ export declare const baseGoerli: {
|
|
266
266
|
sourceHash?: undefined;
|
267
267
|
}) | ({
|
268
268
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
269
|
+
gas?: `0x${string}` | undefined;
|
270
|
+
value?: `0x${string}` | undefined;
|
271
|
+
gasPrice?: `0x${string}` | undefined;
|
272
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
273
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
269
274
|
blockHash?: `0x${string}` | null | undefined;
|
270
275
|
blockNumber?: `0x${string}` | null | undefined;
|
271
276
|
from?: `0x${string}` | undefined;
|
272
|
-
gas?: `0x${string}` | undefined;
|
273
277
|
hash?: `0x${string}` | undefined;
|
274
278
|
input?: `0x${string}` | undefined;
|
275
279
|
nonce?: `0x${string}` | undefined;
|
@@ -278,10 +282,6 @@ export declare const baseGoerli: {
|
|
278
282
|
to?: `0x${string}` | null | undefined;
|
279
283
|
transactionIndex?: `0x${string}` | null | undefined;
|
280
284
|
v?: `0x${string}` | undefined;
|
281
|
-
value?: `0x${string}` | undefined;
|
282
|
-
gasPrice?: `0x${string}` | undefined;
|
283
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
284
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
285
285
|
accessList?: import("../../index.js").AccessList | undefined;
|
286
286
|
chainId?: `0x${string}` | undefined;
|
287
287
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -290,10 +290,14 @@ export declare const baseGoerli: {
|
|
290
290
|
sourceHash?: undefined;
|
291
291
|
}) | ({
|
292
292
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
293
|
+
gas?: `0x${string}` | undefined;
|
294
|
+
value?: `0x${string}` | undefined;
|
295
|
+
gasPrice?: `0x${string}` | undefined;
|
296
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
297
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
293
298
|
blockHash?: `0x${string}` | null | undefined;
|
294
299
|
blockNumber?: `0x${string}` | null | undefined;
|
295
300
|
from?: `0x${string}` | undefined;
|
296
|
-
gas?: `0x${string}` | undefined;
|
297
301
|
hash?: `0x${string}` | undefined;
|
298
302
|
input?: `0x${string}` | undefined;
|
299
303
|
nonce?: `0x${string}` | undefined;
|
@@ -302,10 +306,6 @@ export declare const baseGoerli: {
|
|
302
306
|
to?: `0x${string}` | null | undefined;
|
303
307
|
transactionIndex?: `0x${string}` | null | undefined;
|
304
308
|
v?: `0x${string}` | undefined;
|
305
|
-
value?: `0x${string}` | undefined;
|
306
|
-
gasPrice?: `0x${string}` | undefined;
|
307
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
308
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
309
309
|
accessList?: import("../../index.js").AccessList | undefined;
|
310
310
|
chainId?: `0x${string}` | undefined;
|
311
311
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -510,7 +510,7 @@ export declare const baseGoerli: {
|
|
510
510
|
};
|
511
511
|
readonly transactionReceipt: {
|
512
512
|
exclude: [] | undefined;
|
513
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
513
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
514
514
|
blockHash: `0x${string}`;
|
515
515
|
blockNumber: bigint;
|
516
516
|
contractAddress: `0x${string}` | null;
|
@@ -536,8 +536,8 @@ export declare const baseGoerli: {
|
|
536
536
|
serializers?: import("../../index.js").ChainSerializers<{
|
537
537
|
readonly block: {
|
538
538
|
exclude: [] | undefined;
|
539
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
540
|
-
transactions: `0x${string}`[] | import("../
|
539
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
540
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
541
541
|
}>) => {
|
542
542
|
baseFeePerGas: bigint | null;
|
543
543
|
difficulty: bigint;
|
@@ -558,7 +558,7 @@ export declare const baseGoerli: {
|
|
558
558
|
stateRoot: `0x${string}`;
|
559
559
|
timestamp: bigint;
|
560
560
|
totalDifficulty: bigint | null;
|
561
|
-
transactions: `0x${string}`[] | import("../
|
561
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
562
562
|
transactionsRoot: `0x${string}`;
|
563
563
|
uncles: `0x${string}`[];
|
564
564
|
} & {};
|
@@ -568,10 +568,14 @@ export declare const baseGoerli: {
|
|
568
568
|
exclude: [] | undefined;
|
569
569
|
format: (args: ({
|
570
570
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
571
|
+
gas?: `0x${string}` | undefined;
|
572
|
+
value?: `0x${string}` | undefined;
|
573
|
+
gasPrice?: `0x${string}` | undefined;
|
574
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
575
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
571
576
|
blockHash?: `0x${string}` | null | undefined;
|
572
577
|
blockNumber?: `0x${string}` | null | undefined;
|
573
578
|
from?: `0x${string}` | undefined;
|
574
|
-
gas?: `0x${string}` | undefined;
|
575
579
|
hash?: `0x${string}` | undefined;
|
576
580
|
input?: `0x${string}` | undefined;
|
577
581
|
nonce?: `0x${string}` | undefined;
|
@@ -580,10 +584,6 @@ export declare const baseGoerli: {
|
|
580
584
|
to?: `0x${string}` | null | undefined;
|
581
585
|
transactionIndex?: `0x${string}` | null | undefined;
|
582
586
|
v?: `0x${string}` | undefined;
|
583
|
-
value?: `0x${string}` | undefined;
|
584
|
-
gasPrice?: `0x${string}` | undefined;
|
585
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
586
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
587
587
|
accessList?: undefined;
|
588
588
|
chainId?: `0x${string}` | undefined;
|
589
589
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -592,10 +592,14 @@ export declare const baseGoerli: {
|
|
592
592
|
sourceHash?: undefined;
|
593
593
|
}) | ({
|
594
594
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
595
|
+
gas?: `0x${string}` | undefined;
|
596
|
+
value?: `0x${string}` | undefined;
|
597
|
+
gasPrice?: `0x${string}` | undefined;
|
598
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
599
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
595
600
|
blockHash?: `0x${string}` | null | undefined;
|
596
601
|
blockNumber?: `0x${string}` | null | undefined;
|
597
602
|
from?: `0x${string}` | undefined;
|
598
|
-
gas?: `0x${string}` | undefined;
|
599
603
|
hash?: `0x${string}` | undefined;
|
600
604
|
input?: `0x${string}` | undefined;
|
601
605
|
nonce?: `0x${string}` | undefined;
|
@@ -604,10 +608,6 @@ export declare const baseGoerli: {
|
|
604
608
|
to?: `0x${string}` | null | undefined;
|
605
609
|
transactionIndex?: `0x${string}` | null | undefined;
|
606
610
|
v?: `0x${string}` | undefined;
|
607
|
-
value?: `0x${string}` | undefined;
|
608
|
-
gasPrice?: `0x${string}` | undefined;
|
609
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
610
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
611
611
|
accessList?: undefined;
|
612
612
|
chainId?: `0x${string}` | undefined;
|
613
613
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -617,10 +617,14 @@ export declare const baseGoerli: {
|
|
617
617
|
type: "0x7e";
|
618
618
|
}) | ({
|
619
619
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
620
|
+
gas?: `0x${string}` | undefined;
|
621
|
+
value?: `0x${string}` | undefined;
|
622
|
+
gasPrice?: `0x${string}` | undefined;
|
623
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
624
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
620
625
|
blockHash?: `0x${string}` | null | undefined;
|
621
626
|
blockNumber?: `0x${string}` | null | undefined;
|
622
627
|
from?: `0x${string}` | undefined;
|
623
|
-
gas?: `0x${string}` | undefined;
|
624
628
|
hash?: `0x${string}` | undefined;
|
625
629
|
input?: `0x${string}` | undefined;
|
626
630
|
nonce?: `0x${string}` | undefined;
|
@@ -629,10 +633,6 @@ export declare const baseGoerli: {
|
|
629
633
|
to?: `0x${string}` | null | undefined;
|
630
634
|
transactionIndex?: `0x${string}` | null | undefined;
|
631
635
|
v?: `0x${string}` | undefined;
|
632
|
-
value?: `0x${string}` | undefined;
|
633
|
-
gasPrice?: `0x${string}` | undefined;
|
634
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
635
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
636
636
|
accessList?: import("../../index.js").AccessList | undefined;
|
637
637
|
chainId?: `0x${string}` | undefined;
|
638
638
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -641,10 +641,14 @@ export declare const baseGoerli: {
|
|
641
641
|
sourceHash?: undefined;
|
642
642
|
}) | ({
|
643
643
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
644
|
+
gas?: `0x${string}` | undefined;
|
645
|
+
value?: `0x${string}` | undefined;
|
646
|
+
gasPrice?: `0x${string}` | undefined;
|
647
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
648
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
644
649
|
blockHash?: `0x${string}` | null | undefined;
|
645
650
|
blockNumber?: `0x${string}` | null | undefined;
|
646
651
|
from?: `0x${string}` | undefined;
|
647
|
-
gas?: `0x${string}` | undefined;
|
648
652
|
hash?: `0x${string}` | undefined;
|
649
653
|
input?: `0x${string}` | undefined;
|
650
654
|
nonce?: `0x${string}` | undefined;
|
@@ -653,10 +657,6 @@ export declare const baseGoerli: {
|
|
653
657
|
to?: `0x${string}` | null | undefined;
|
654
658
|
transactionIndex?: `0x${string}` | null | undefined;
|
655
659
|
v?: `0x${string}` | undefined;
|
656
|
-
value?: `0x${string}` | undefined;
|
657
|
-
gasPrice?: `0x${string}` | undefined;
|
658
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
659
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
660
660
|
accessList?: import("../../index.js").AccessList | undefined;
|
661
661
|
chainId?: `0x${string}` | undefined;
|
662
662
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -665,10 +665,14 @@ export declare const baseGoerli: {
|
|
665
665
|
sourceHash?: undefined;
|
666
666
|
}) | ({
|
667
667
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
668
|
+
gas?: `0x${string}` | undefined;
|
669
|
+
value?: `0x${string}` | undefined;
|
670
|
+
gasPrice?: `0x${string}` | undefined;
|
671
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
672
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
668
673
|
blockHash?: `0x${string}` | null | undefined;
|
669
674
|
blockNumber?: `0x${string}` | null | undefined;
|
670
675
|
from?: `0x${string}` | undefined;
|
671
|
-
gas?: `0x${string}` | undefined;
|
672
676
|
hash?: `0x${string}` | undefined;
|
673
677
|
input?: `0x${string}` | undefined;
|
674
678
|
nonce?: `0x${string}` | undefined;
|
@@ -677,10 +681,6 @@ export declare const baseGoerli: {
|
|
677
681
|
to?: `0x${string}` | null | undefined;
|
678
682
|
transactionIndex?: `0x${string}` | null | undefined;
|
679
683
|
v?: `0x${string}` | undefined;
|
680
|
-
value?: `0x${string}` | undefined;
|
681
|
-
gasPrice?: `0x${string}` | undefined;
|
682
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
683
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
684
684
|
accessList?: import("../../index.js").AccessList | undefined;
|
685
685
|
chainId?: `0x${string}` | undefined;
|
686
686
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -689,10 +689,14 @@ export declare const baseGoerli: {
|
|
689
689
|
sourceHash?: undefined;
|
690
690
|
}) | ({
|
691
691
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
692
|
+
gas?: `0x${string}` | undefined;
|
693
|
+
value?: `0x${string}` | undefined;
|
694
|
+
gasPrice?: `0x${string}` | undefined;
|
695
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
696
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
692
697
|
blockHash?: `0x${string}` | null | undefined;
|
693
698
|
blockNumber?: `0x${string}` | null | undefined;
|
694
699
|
from?: `0x${string}` | undefined;
|
695
|
-
gas?: `0x${string}` | undefined;
|
696
700
|
hash?: `0x${string}` | undefined;
|
697
701
|
input?: `0x${string}` | undefined;
|
698
702
|
nonce?: `0x${string}` | undefined;
|
@@ -701,10 +705,6 @@ export declare const baseGoerli: {
|
|
701
705
|
to?: `0x${string}` | null | undefined;
|
702
706
|
transactionIndex?: `0x${string}` | null | undefined;
|
703
707
|
v?: `0x${string}` | undefined;
|
704
|
-
value?: `0x${string}` | undefined;
|
705
|
-
gasPrice?: `0x${string}` | undefined;
|
706
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
707
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
708
708
|
accessList?: import("../../index.js").AccessList | undefined;
|
709
709
|
chainId?: `0x${string}` | undefined;
|
710
710
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -714,10 +714,14 @@ export declare const baseGoerli: {
|
|
714
714
|
type: "0x7e";
|
715
715
|
}) | ({
|
716
716
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
717
|
+
gas?: `0x${string}` | undefined;
|
718
|
+
value?: `0x${string}` | undefined;
|
719
|
+
gasPrice?: `0x${string}` | undefined;
|
720
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
721
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
717
722
|
blockHash?: `0x${string}` | null | undefined;
|
718
723
|
blockNumber?: `0x${string}` | null | undefined;
|
719
724
|
from?: `0x${string}` | undefined;
|
720
|
-
gas?: `0x${string}` | undefined;
|
721
725
|
hash?: `0x${string}` | undefined;
|
722
726
|
input?: `0x${string}` | undefined;
|
723
727
|
nonce?: `0x${string}` | undefined;
|
@@ -726,10 +730,6 @@ export declare const baseGoerli: {
|
|
726
730
|
to?: `0x${string}` | null | undefined;
|
727
731
|
transactionIndex?: `0x${string}` | null | undefined;
|
728
732
|
v?: `0x${string}` | undefined;
|
729
|
-
value?: `0x${string}` | undefined;
|
730
|
-
gasPrice?: `0x${string}` | undefined;
|
731
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
732
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
733
733
|
accessList?: import("../../index.js").AccessList | undefined;
|
734
734
|
chainId?: `0x${string}` | undefined;
|
735
735
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -738,10 +738,14 @@ export declare const baseGoerli: {
|
|
738
738
|
sourceHash?: undefined;
|
739
739
|
}) | ({
|
740
740
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
741
|
+
gas?: `0x${string}` | undefined;
|
742
|
+
value?: `0x${string}` | undefined;
|
743
|
+
gasPrice?: `0x${string}` | undefined;
|
744
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
745
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
741
746
|
blockHash?: `0x${string}` | null | undefined;
|
742
747
|
blockNumber?: `0x${string}` | null | undefined;
|
743
748
|
from?: `0x${string}` | undefined;
|
744
|
-
gas?: `0x${string}` | undefined;
|
745
749
|
hash?: `0x${string}` | undefined;
|
746
750
|
input?: `0x${string}` | undefined;
|
747
751
|
nonce?: `0x${string}` | undefined;
|
@@ -750,10 +754,6 @@ export declare const baseGoerli: {
|
|
750
754
|
to?: `0x${string}` | null | undefined;
|
751
755
|
transactionIndex?: `0x${string}` | null | undefined;
|
752
756
|
v?: `0x${string}` | undefined;
|
753
|
-
value?: `0x${string}` | undefined;
|
754
|
-
gasPrice?: `0x${string}` | undefined;
|
755
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
756
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
757
757
|
accessList?: import("../../index.js").AccessList | undefined;
|
758
758
|
chainId?: `0x${string}` | undefined;
|
759
759
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -762,10 +762,14 @@ export declare const baseGoerli: {
|
|
762
762
|
sourceHash?: undefined;
|
763
763
|
}) | ({
|
764
764
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
765
|
+
gas?: `0x${string}` | undefined;
|
766
|
+
value?: `0x${string}` | undefined;
|
767
|
+
gasPrice?: `0x${string}` | undefined;
|
768
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
769
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
765
770
|
blockHash?: `0x${string}` | null | undefined;
|
766
771
|
blockNumber?: `0x${string}` | null | undefined;
|
767
772
|
from?: `0x${string}` | undefined;
|
768
|
-
gas?: `0x${string}` | undefined;
|
769
773
|
hash?: `0x${string}` | undefined;
|
770
774
|
input?: `0x${string}` | undefined;
|
771
775
|
nonce?: `0x${string}` | undefined;
|
@@ -774,10 +778,6 @@ export declare const baseGoerli: {
|
|
774
778
|
to?: `0x${string}` | null | undefined;
|
775
779
|
transactionIndex?: `0x${string}` | null | undefined;
|
776
780
|
v?: `0x${string}` | undefined;
|
777
|
-
value?: `0x${string}` | undefined;
|
778
|
-
gasPrice?: `0x${string}` | undefined;
|
779
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
780
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
781
781
|
accessList?: import("../../index.js").AccessList | undefined;
|
782
782
|
chainId?: `0x${string}` | undefined;
|
783
783
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -786,10 +786,14 @@ export declare const baseGoerli: {
|
|
786
786
|
sourceHash?: undefined;
|
787
787
|
}) | ({
|
788
788
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
789
|
+
gas?: `0x${string}` | undefined;
|
790
|
+
value?: `0x${string}` | undefined;
|
791
|
+
gasPrice?: `0x${string}` | undefined;
|
792
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
793
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
789
794
|
blockHash?: `0x${string}` | null | undefined;
|
790
795
|
blockNumber?: `0x${string}` | null | undefined;
|
791
796
|
from?: `0x${string}` | undefined;
|
792
|
-
gas?: `0x${string}` | undefined;
|
793
797
|
hash?: `0x${string}` | undefined;
|
794
798
|
input?: `0x${string}` | undefined;
|
795
799
|
nonce?: `0x${string}` | undefined;
|
@@ -798,10 +802,6 @@ export declare const baseGoerli: {
|
|
798
802
|
to?: `0x${string}` | null | undefined;
|
799
803
|
transactionIndex?: `0x${string}` | null | undefined;
|
800
804
|
v?: `0x${string}` | undefined;
|
801
|
-
value?: `0x${string}` | undefined;
|
802
|
-
gasPrice?: `0x${string}` | undefined;
|
803
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
804
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
805
805
|
accessList?: import("../../index.js").AccessList | undefined;
|
806
806
|
chainId?: `0x${string}` | undefined;
|
807
807
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1006,7 +1006,7 @@ export declare const baseGoerli: {
|
|
1006
1006
|
};
|
1007
1007
|
readonly transactionReceipt: {
|
1008
1008
|
exclude: [] | undefined;
|
1009
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1009
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1010
1010
|
blockHash: `0x${string}`;
|
1011
1011
|
blockNumber: bigint;
|
1012
1012
|
contractAddress: `0x${string}` | null;
|
@@ -1032,8 +1032,8 @@ export declare const baseGoerli: {
|
|
1032
1032
|
fees?: import("../../index.js").ChainFees<{
|
1033
1033
|
readonly block: {
|
1034
1034
|
exclude: [] | undefined;
|
1035
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
1036
|
-
transactions: `0x${string}`[] | import("../
|
1035
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
1036
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
1037
1037
|
}>) => {
|
1038
1038
|
baseFeePerGas: bigint | null;
|
1039
1039
|
difficulty: bigint;
|
@@ -1054,7 +1054,7 @@ export declare const baseGoerli: {
|
|
1054
1054
|
stateRoot: `0x${string}`;
|
1055
1055
|
timestamp: bigint;
|
1056
1056
|
totalDifficulty: bigint | null;
|
1057
|
-
transactions: `0x${string}`[] | import("../
|
1057
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
1058
1058
|
transactionsRoot: `0x${string}`;
|
1059
1059
|
uncles: `0x${string}`[];
|
1060
1060
|
} & {};
|
@@ -1064,10 +1064,14 @@ export declare const baseGoerli: {
|
|
1064
1064
|
exclude: [] | undefined;
|
1065
1065
|
format: (args: ({
|
1066
1066
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1067
|
+
gas?: `0x${string}` | undefined;
|
1068
|
+
value?: `0x${string}` | undefined;
|
1069
|
+
gasPrice?: `0x${string}` | undefined;
|
1070
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1071
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1067
1072
|
blockHash?: `0x${string}` | null | undefined;
|
1068
1073
|
blockNumber?: `0x${string}` | null | undefined;
|
1069
1074
|
from?: `0x${string}` | undefined;
|
1070
|
-
gas?: `0x${string}` | undefined;
|
1071
1075
|
hash?: `0x${string}` | undefined;
|
1072
1076
|
input?: `0x${string}` | undefined;
|
1073
1077
|
nonce?: `0x${string}` | undefined;
|
@@ -1076,10 +1080,6 @@ export declare const baseGoerli: {
|
|
1076
1080
|
to?: `0x${string}` | null | undefined;
|
1077
1081
|
transactionIndex?: `0x${string}` | null | undefined;
|
1078
1082
|
v?: `0x${string}` | undefined;
|
1079
|
-
value?: `0x${string}` | undefined;
|
1080
|
-
gasPrice?: `0x${string}` | undefined;
|
1081
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1082
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1083
1083
|
accessList?: undefined;
|
1084
1084
|
chainId?: `0x${string}` | undefined;
|
1085
1085
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1088,10 +1088,14 @@ export declare const baseGoerli: {
|
|
1088
1088
|
sourceHash?: undefined;
|
1089
1089
|
}) | ({
|
1090
1090
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1091
|
+
gas?: `0x${string}` | undefined;
|
1092
|
+
value?: `0x${string}` | undefined;
|
1093
|
+
gasPrice?: `0x${string}` | undefined;
|
1094
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1095
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1091
1096
|
blockHash?: `0x${string}` | null | undefined;
|
1092
1097
|
blockNumber?: `0x${string}` | null | undefined;
|
1093
1098
|
from?: `0x${string}` | undefined;
|
1094
|
-
gas?: `0x${string}` | undefined;
|
1095
1099
|
hash?: `0x${string}` | undefined;
|
1096
1100
|
input?: `0x${string}` | undefined;
|
1097
1101
|
nonce?: `0x${string}` | undefined;
|
@@ -1100,10 +1104,6 @@ export declare const baseGoerli: {
|
|
1100
1104
|
to?: `0x${string}` | null | undefined;
|
1101
1105
|
transactionIndex?: `0x${string}` | null | undefined;
|
1102
1106
|
v?: `0x${string}` | undefined;
|
1103
|
-
value?: `0x${string}` | undefined;
|
1104
|
-
gasPrice?: `0x${string}` | undefined;
|
1105
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1106
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1107
1107
|
accessList?: undefined;
|
1108
1108
|
chainId?: `0x${string}` | undefined;
|
1109
1109
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1113,10 +1113,14 @@ export declare const baseGoerli: {
|
|
1113
1113
|
type: "0x7e";
|
1114
1114
|
}) | ({
|
1115
1115
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1116
|
+
gas?: `0x${string}` | undefined;
|
1117
|
+
value?: `0x${string}` | undefined;
|
1118
|
+
gasPrice?: `0x${string}` | undefined;
|
1119
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1120
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1116
1121
|
blockHash?: `0x${string}` | null | undefined;
|
1117
1122
|
blockNumber?: `0x${string}` | null | undefined;
|
1118
1123
|
from?: `0x${string}` | undefined;
|
1119
|
-
gas?: `0x${string}` | undefined;
|
1120
1124
|
hash?: `0x${string}` | undefined;
|
1121
1125
|
input?: `0x${string}` | undefined;
|
1122
1126
|
nonce?: `0x${string}` | undefined;
|
@@ -1125,10 +1129,6 @@ export declare const baseGoerli: {
|
|
1125
1129
|
to?: `0x${string}` | null | undefined;
|
1126
1130
|
transactionIndex?: `0x${string}` | null | undefined;
|
1127
1131
|
v?: `0x${string}` | undefined;
|
1128
|
-
value?: `0x${string}` | undefined;
|
1129
|
-
gasPrice?: `0x${string}` | undefined;
|
1130
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1131
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1132
1132
|
accessList?: import("../../index.js").AccessList | undefined;
|
1133
1133
|
chainId?: `0x${string}` | undefined;
|
1134
1134
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1137,10 +1137,14 @@ export declare const baseGoerli: {
|
|
1137
1137
|
sourceHash?: undefined;
|
1138
1138
|
}) | ({
|
1139
1139
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1140
|
+
gas?: `0x${string}` | undefined;
|
1141
|
+
value?: `0x${string}` | undefined;
|
1142
|
+
gasPrice?: `0x${string}` | undefined;
|
1143
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1144
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1140
1145
|
blockHash?: `0x${string}` | null | undefined;
|
1141
1146
|
blockNumber?: `0x${string}` | null | undefined;
|
1142
1147
|
from?: `0x${string}` | undefined;
|
1143
|
-
gas?: `0x${string}` | undefined;
|
1144
1148
|
hash?: `0x${string}` | undefined;
|
1145
1149
|
input?: `0x${string}` | undefined;
|
1146
1150
|
nonce?: `0x${string}` | undefined;
|
@@ -1149,10 +1153,6 @@ export declare const baseGoerli: {
|
|
1149
1153
|
to?: `0x${string}` | null | undefined;
|
1150
1154
|
transactionIndex?: `0x${string}` | null | undefined;
|
1151
1155
|
v?: `0x${string}` | undefined;
|
1152
|
-
value?: `0x${string}` | undefined;
|
1153
|
-
gasPrice?: `0x${string}` | undefined;
|
1154
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1155
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1156
1156
|
accessList?: import("../../index.js").AccessList | undefined;
|
1157
1157
|
chainId?: `0x${string}` | undefined;
|
1158
1158
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -1161,10 +1161,14 @@ export declare const baseGoerli: {
|
|
1161
1161
|
sourceHash?: undefined;
|
1162
1162
|
}) | ({
|
1163
1163
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1164
|
+
gas?: `0x${string}` | undefined;
|
1165
|
+
value?: `0x${string}` | undefined;
|
1166
|
+
gasPrice?: `0x${string}` | undefined;
|
1167
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1168
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1164
1169
|
blockHash?: `0x${string}` | null | undefined;
|
1165
1170
|
blockNumber?: `0x${string}` | null | undefined;
|
1166
1171
|
from?: `0x${string}` | undefined;
|
1167
|
-
gas?: `0x${string}` | undefined;
|
1168
1172
|
hash?: `0x${string}` | undefined;
|
1169
1173
|
input?: `0x${string}` | undefined;
|
1170
1174
|
nonce?: `0x${string}` | undefined;
|
@@ -1173,10 +1177,6 @@ export declare const baseGoerli: {
|
|
1173
1177
|
to?: `0x${string}` | null | undefined;
|
1174
1178
|
transactionIndex?: `0x${string}` | null | undefined;
|
1175
1179
|
v?: `0x${string}` | undefined;
|
1176
|
-
value?: `0x${string}` | undefined;
|
1177
|
-
gasPrice?: `0x${string}` | undefined;
|
1178
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1179
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1180
1180
|
accessList?: import("../../index.js").AccessList | undefined;
|
1181
1181
|
chainId?: `0x${string}` | undefined;
|
1182
1182
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -1185,10 +1185,14 @@ export declare const baseGoerli: {
|
|
1185
1185
|
sourceHash?: undefined;
|
1186
1186
|
}) | ({
|
1187
1187
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1188
|
+
gas?: `0x${string}` | undefined;
|
1189
|
+
value?: `0x${string}` | undefined;
|
1190
|
+
gasPrice?: `0x${string}` | undefined;
|
1191
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1192
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1188
1193
|
blockHash?: `0x${string}` | null | undefined;
|
1189
1194
|
blockNumber?: `0x${string}` | null | undefined;
|
1190
1195
|
from?: `0x${string}` | undefined;
|
1191
|
-
gas?: `0x${string}` | undefined;
|
1192
1196
|
hash?: `0x${string}` | undefined;
|
1193
1197
|
input?: `0x${string}` | undefined;
|
1194
1198
|
nonce?: `0x${string}` | undefined;
|
@@ -1197,10 +1201,6 @@ export declare const baseGoerli: {
|
|
1197
1201
|
to?: `0x${string}` | null | undefined;
|
1198
1202
|
transactionIndex?: `0x${string}` | null | undefined;
|
1199
1203
|
v?: `0x${string}` | undefined;
|
1200
|
-
value?: `0x${string}` | undefined;
|
1201
|
-
gasPrice?: `0x${string}` | undefined;
|
1202
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1203
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1204
1204
|
accessList?: import("../../index.js").AccessList | undefined;
|
1205
1205
|
chainId?: `0x${string}` | undefined;
|
1206
1206
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1210,10 +1210,14 @@ export declare const baseGoerli: {
|
|
1210
1210
|
type: "0x7e";
|
1211
1211
|
}) | ({
|
1212
1212
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1213
|
+
gas?: `0x${string}` | undefined;
|
1214
|
+
value?: `0x${string}` | undefined;
|
1215
|
+
gasPrice?: `0x${string}` | undefined;
|
1216
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1217
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1213
1218
|
blockHash?: `0x${string}` | null | undefined;
|
1214
1219
|
blockNumber?: `0x${string}` | null | undefined;
|
1215
1220
|
from?: `0x${string}` | undefined;
|
1216
|
-
gas?: `0x${string}` | undefined;
|
1217
1221
|
hash?: `0x${string}` | undefined;
|
1218
1222
|
input?: `0x${string}` | undefined;
|
1219
1223
|
nonce?: `0x${string}` | undefined;
|
@@ -1222,10 +1226,6 @@ export declare const baseGoerli: {
|
|
1222
1226
|
to?: `0x${string}` | null | undefined;
|
1223
1227
|
transactionIndex?: `0x${string}` | null | undefined;
|
1224
1228
|
v?: `0x${string}` | undefined;
|
1225
|
-
value?: `0x${string}` | undefined;
|
1226
|
-
gasPrice?: `0x${string}` | undefined;
|
1227
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1228
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1229
1229
|
accessList?: import("../../index.js").AccessList | undefined;
|
1230
1230
|
chainId?: `0x${string}` | undefined;
|
1231
1231
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1234,10 +1234,14 @@ export declare const baseGoerli: {
|
|
1234
1234
|
sourceHash?: undefined;
|
1235
1235
|
}) | ({
|
1236
1236
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1237
|
+
gas?: `0x${string}` | undefined;
|
1238
|
+
value?: `0x${string}` | undefined;
|
1239
|
+
gasPrice?: `0x${string}` | undefined;
|
1240
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1241
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1237
1242
|
blockHash?: `0x${string}` | null | undefined;
|
1238
1243
|
blockNumber?: `0x${string}` | null | undefined;
|
1239
1244
|
from?: `0x${string}` | undefined;
|
1240
|
-
gas?: `0x${string}` | undefined;
|
1241
1245
|
hash?: `0x${string}` | undefined;
|
1242
1246
|
input?: `0x${string}` | undefined;
|
1243
1247
|
nonce?: `0x${string}` | undefined;
|
@@ -1246,10 +1250,6 @@ export declare const baseGoerli: {
|
|
1246
1250
|
to?: `0x${string}` | null | undefined;
|
1247
1251
|
transactionIndex?: `0x${string}` | null | undefined;
|
1248
1252
|
v?: `0x${string}` | undefined;
|
1249
|
-
value?: `0x${string}` | undefined;
|
1250
|
-
gasPrice?: `0x${string}` | undefined;
|
1251
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1252
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1253
1253
|
accessList?: import("../../index.js").AccessList | undefined;
|
1254
1254
|
chainId?: `0x${string}` | undefined;
|
1255
1255
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -1258,10 +1258,14 @@ export declare const baseGoerli: {
|
|
1258
1258
|
sourceHash?: undefined;
|
1259
1259
|
}) | ({
|
1260
1260
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1261
|
+
gas?: `0x${string}` | undefined;
|
1262
|
+
value?: `0x${string}` | undefined;
|
1263
|
+
gasPrice?: `0x${string}` | undefined;
|
1264
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1265
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1261
1266
|
blockHash?: `0x${string}` | null | undefined;
|
1262
1267
|
blockNumber?: `0x${string}` | null | undefined;
|
1263
1268
|
from?: `0x${string}` | undefined;
|
1264
|
-
gas?: `0x${string}` | undefined;
|
1265
1269
|
hash?: `0x${string}` | undefined;
|
1266
1270
|
input?: `0x${string}` | undefined;
|
1267
1271
|
nonce?: `0x${string}` | undefined;
|
@@ -1270,10 +1274,6 @@ export declare const baseGoerli: {
|
|
1270
1274
|
to?: `0x${string}` | null | undefined;
|
1271
1275
|
transactionIndex?: `0x${string}` | null | undefined;
|
1272
1276
|
v?: `0x${string}` | undefined;
|
1273
|
-
value?: `0x${string}` | undefined;
|
1274
|
-
gasPrice?: `0x${string}` | undefined;
|
1275
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1276
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1277
1277
|
accessList?: import("../../index.js").AccessList | undefined;
|
1278
1278
|
chainId?: `0x${string}` | undefined;
|
1279
1279
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -1282,10 +1282,14 @@ export declare const baseGoerli: {
|
|
1282
1282
|
sourceHash?: undefined;
|
1283
1283
|
}) | ({
|
1284
1284
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1285
|
+
gas?: `0x${string}` | undefined;
|
1286
|
+
value?: `0x${string}` | undefined;
|
1287
|
+
gasPrice?: `0x${string}` | undefined;
|
1288
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1289
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1285
1290
|
blockHash?: `0x${string}` | null | undefined;
|
1286
1291
|
blockNumber?: `0x${string}` | null | undefined;
|
1287
1292
|
from?: `0x${string}` | undefined;
|
1288
|
-
gas?: `0x${string}` | undefined;
|
1289
1293
|
hash?: `0x${string}` | undefined;
|
1290
1294
|
input?: `0x${string}` | undefined;
|
1291
1295
|
nonce?: `0x${string}` | undefined;
|
@@ -1294,10 +1298,6 @@ export declare const baseGoerli: {
|
|
1294
1298
|
to?: `0x${string}` | null | undefined;
|
1295
1299
|
transactionIndex?: `0x${string}` | null | undefined;
|
1296
1300
|
v?: `0x${string}` | undefined;
|
1297
|
-
value?: `0x${string}` | undefined;
|
1298
|
-
gasPrice?: `0x${string}` | undefined;
|
1299
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1300
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1301
1301
|
accessList?: import("../../index.js").AccessList | undefined;
|
1302
1302
|
chainId?: `0x${string}` | undefined;
|
1303
1303
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1502,7 +1502,7 @@ export declare const baseGoerli: {
|
|
1502
1502
|
};
|
1503
1503
|
readonly transactionReceipt: {
|
1504
1504
|
exclude: [] | undefined;
|
1505
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1505
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1506
1506
|
blockHash: `0x${string}`;
|
1507
1507
|
blockNumber: bigint;
|
1508
1508
|
contractAddress: `0x${string}` | null;
|