viem 2.0.0-alpha.1 → 2.0.0-alpha.3
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/node.js +11 -11
- package/_cjs/errors/node.js.map +1 -1
- package/_cjs/errors/rpc.js +18 -18
- package/_cjs/errors/rpc.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.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/node.js +11 -22
- package/_esm/errors/node.js.map +1 -1
- package/_esm/errors/rpc.js +18 -36
- package/_esm/errors/rpc.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.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/index.d.ts +1 -1
- package/_types/index.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/index.ts +2 -0
- 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
@@ -43,8 +43,8 @@ export declare const optimismGoerli: {
|
|
43
43
|
formatters?: {
|
44
44
|
readonly block: {
|
45
45
|
exclude: [] | undefined;
|
46
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
47
|
-
transactions: `0x${string}`[] | import("../
|
46
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
47
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
48
48
|
}>) => {
|
49
49
|
baseFeePerGas: bigint | null;
|
50
50
|
difficulty: bigint;
|
@@ -65,7 +65,7 @@ export declare const optimismGoerli: {
|
|
65
65
|
stateRoot: `0x${string}`;
|
66
66
|
timestamp: bigint;
|
67
67
|
totalDifficulty: bigint | null;
|
68
|
-
transactions: `0x${string}`[] | import("../
|
68
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
69
69
|
transactionsRoot: `0x${string}`;
|
70
70
|
uncles: `0x${string}`[];
|
71
71
|
} & {};
|
@@ -75,10 +75,14 @@ export declare const optimismGoerli: {
|
|
75
75
|
exclude: [] | undefined;
|
76
76
|
format: (args: ({
|
77
77
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
78
|
+
gas?: `0x${string}` | undefined;
|
79
|
+
value?: `0x${string}` | undefined;
|
80
|
+
gasPrice?: `0x${string}` | undefined;
|
81
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
82
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
78
83
|
blockHash?: `0x${string}` | null | undefined;
|
79
84
|
blockNumber?: `0x${string}` | null | undefined;
|
80
85
|
from?: `0x${string}` | undefined;
|
81
|
-
gas?: `0x${string}` | undefined;
|
82
86
|
hash?: `0x${string}` | undefined;
|
83
87
|
input?: `0x${string}` | undefined;
|
84
88
|
nonce?: `0x${string}` | undefined;
|
@@ -87,10 +91,6 @@ export declare const optimismGoerli: {
|
|
87
91
|
to?: `0x${string}` | null | undefined;
|
88
92
|
transactionIndex?: `0x${string}` | null | undefined;
|
89
93
|
v?: `0x${string}` | undefined;
|
90
|
-
value?: `0x${string}` | undefined;
|
91
|
-
gasPrice?: `0x${string}` | undefined;
|
92
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
93
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
94
94
|
accessList?: undefined;
|
95
95
|
chainId?: `0x${string}` | undefined;
|
96
96
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -99,10 +99,14 @@ export declare const optimismGoerli: {
|
|
99
99
|
sourceHash?: undefined;
|
100
100
|
}) | ({
|
101
101
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
102
|
+
gas?: `0x${string}` | undefined;
|
103
|
+
value?: `0x${string}` | undefined;
|
104
|
+
gasPrice?: `0x${string}` | undefined;
|
105
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
106
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
102
107
|
blockHash?: `0x${string}` | null | undefined;
|
103
108
|
blockNumber?: `0x${string}` | null | undefined;
|
104
109
|
from?: `0x${string}` | undefined;
|
105
|
-
gas?: `0x${string}` | undefined;
|
106
110
|
hash?: `0x${string}` | undefined;
|
107
111
|
input?: `0x${string}` | undefined;
|
108
112
|
nonce?: `0x${string}` | undefined;
|
@@ -111,10 +115,6 @@ export declare const optimismGoerli: {
|
|
111
115
|
to?: `0x${string}` | null | undefined;
|
112
116
|
transactionIndex?: `0x${string}` | null | undefined;
|
113
117
|
v?: `0x${string}` | undefined;
|
114
|
-
value?: `0x${string}` | undefined;
|
115
|
-
gasPrice?: `0x${string}` | undefined;
|
116
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
117
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
118
118
|
accessList?: undefined;
|
119
119
|
chainId?: `0x${string}` | undefined;
|
120
120
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -124,10 +124,14 @@ export declare const optimismGoerli: {
|
|
124
124
|
type: "0x7e";
|
125
125
|
}) | ({
|
126
126
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
127
|
+
gas?: `0x${string}` | undefined;
|
128
|
+
value?: `0x${string}` | undefined;
|
129
|
+
gasPrice?: `0x${string}` | undefined;
|
130
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
131
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
127
132
|
blockHash?: `0x${string}` | null | undefined;
|
128
133
|
blockNumber?: `0x${string}` | null | undefined;
|
129
134
|
from?: `0x${string}` | undefined;
|
130
|
-
gas?: `0x${string}` | undefined;
|
131
135
|
hash?: `0x${string}` | undefined;
|
132
136
|
input?: `0x${string}` | undefined;
|
133
137
|
nonce?: `0x${string}` | undefined;
|
@@ -136,10 +140,6 @@ export declare const optimismGoerli: {
|
|
136
140
|
to?: `0x${string}` | null | undefined;
|
137
141
|
transactionIndex?: `0x${string}` | null | undefined;
|
138
142
|
v?: `0x${string}` | undefined;
|
139
|
-
value?: `0x${string}` | undefined;
|
140
|
-
gasPrice?: `0x${string}` | undefined;
|
141
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
142
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
143
143
|
accessList?: import("../../index.js").AccessList | undefined;
|
144
144
|
chainId?: `0x${string}` | undefined;
|
145
145
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -148,10 +148,14 @@ export declare const optimismGoerli: {
|
|
148
148
|
sourceHash?: undefined;
|
149
149
|
}) | ({
|
150
150
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
151
|
+
gas?: `0x${string}` | undefined;
|
152
|
+
value?: `0x${string}` | undefined;
|
153
|
+
gasPrice?: `0x${string}` | undefined;
|
154
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
155
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
151
156
|
blockHash?: `0x${string}` | null | undefined;
|
152
157
|
blockNumber?: `0x${string}` | null | undefined;
|
153
158
|
from?: `0x${string}` | undefined;
|
154
|
-
gas?: `0x${string}` | undefined;
|
155
159
|
hash?: `0x${string}` | undefined;
|
156
160
|
input?: `0x${string}` | undefined;
|
157
161
|
nonce?: `0x${string}` | undefined;
|
@@ -160,10 +164,6 @@ export declare const optimismGoerli: {
|
|
160
164
|
to?: `0x${string}` | null | undefined;
|
161
165
|
transactionIndex?: `0x${string}` | null | undefined;
|
162
166
|
v?: `0x${string}` | undefined;
|
163
|
-
value?: `0x${string}` | undefined;
|
164
|
-
gasPrice?: `0x${string}` | undefined;
|
165
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
166
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
167
167
|
accessList?: import("../../index.js").AccessList | undefined;
|
168
168
|
chainId?: `0x${string}` | undefined;
|
169
169
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -172,10 +172,14 @@ export declare const optimismGoerli: {
|
|
172
172
|
sourceHash?: undefined;
|
173
173
|
}) | ({
|
174
174
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
175
|
+
gas?: `0x${string}` | undefined;
|
176
|
+
value?: `0x${string}` | undefined;
|
177
|
+
gasPrice?: `0x${string}` | undefined;
|
178
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
179
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
175
180
|
blockHash?: `0x${string}` | null | undefined;
|
176
181
|
blockNumber?: `0x${string}` | null | undefined;
|
177
182
|
from?: `0x${string}` | undefined;
|
178
|
-
gas?: `0x${string}` | undefined;
|
179
183
|
hash?: `0x${string}` | undefined;
|
180
184
|
input?: `0x${string}` | undefined;
|
181
185
|
nonce?: `0x${string}` | undefined;
|
@@ -184,10 +188,6 @@ export declare const optimismGoerli: {
|
|
184
188
|
to?: `0x${string}` | null | undefined;
|
185
189
|
transactionIndex?: `0x${string}` | null | undefined;
|
186
190
|
v?: `0x${string}` | undefined;
|
187
|
-
value?: `0x${string}` | undefined;
|
188
|
-
gasPrice?: `0x${string}` | undefined;
|
189
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
190
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
191
191
|
accessList?: import("../../index.js").AccessList | undefined;
|
192
192
|
chainId?: `0x${string}` | undefined;
|
193
193
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -196,10 +196,14 @@ export declare const optimismGoerli: {
|
|
196
196
|
sourceHash?: undefined;
|
197
197
|
}) | ({
|
198
198
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
199
|
+
gas?: `0x${string}` | undefined;
|
200
|
+
value?: `0x${string}` | undefined;
|
201
|
+
gasPrice?: `0x${string}` | undefined;
|
202
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
203
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
199
204
|
blockHash?: `0x${string}` | null | undefined;
|
200
205
|
blockNumber?: `0x${string}` | null | undefined;
|
201
206
|
from?: `0x${string}` | undefined;
|
202
|
-
gas?: `0x${string}` | undefined;
|
203
207
|
hash?: `0x${string}` | undefined;
|
204
208
|
input?: `0x${string}` | undefined;
|
205
209
|
nonce?: `0x${string}` | undefined;
|
@@ -208,10 +212,6 @@ export declare const optimismGoerli: {
|
|
208
212
|
to?: `0x${string}` | null | undefined;
|
209
213
|
transactionIndex?: `0x${string}` | null | undefined;
|
210
214
|
v?: `0x${string}` | undefined;
|
211
|
-
value?: `0x${string}` | undefined;
|
212
|
-
gasPrice?: `0x${string}` | undefined;
|
213
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
214
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
215
215
|
accessList?: import("../../index.js").AccessList | undefined;
|
216
216
|
chainId?: `0x${string}` | undefined;
|
217
217
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -221,10 +221,14 @@ export declare const optimismGoerli: {
|
|
221
221
|
type: "0x7e";
|
222
222
|
}) | ({
|
223
223
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
224
|
+
gas?: `0x${string}` | undefined;
|
225
|
+
value?: `0x${string}` | undefined;
|
226
|
+
gasPrice?: `0x${string}` | undefined;
|
227
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
228
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
224
229
|
blockHash?: `0x${string}` | null | undefined;
|
225
230
|
blockNumber?: `0x${string}` | null | undefined;
|
226
231
|
from?: `0x${string}` | undefined;
|
227
|
-
gas?: `0x${string}` | undefined;
|
228
232
|
hash?: `0x${string}` | undefined;
|
229
233
|
input?: `0x${string}` | undefined;
|
230
234
|
nonce?: `0x${string}` | undefined;
|
@@ -233,10 +237,6 @@ export declare const optimismGoerli: {
|
|
233
237
|
to?: `0x${string}` | null | undefined;
|
234
238
|
transactionIndex?: `0x${string}` | null | undefined;
|
235
239
|
v?: `0x${string}` | undefined;
|
236
|
-
value?: `0x${string}` | undefined;
|
237
|
-
gasPrice?: `0x${string}` | undefined;
|
238
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
239
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
240
240
|
accessList?: import("../../index.js").AccessList | undefined;
|
241
241
|
chainId?: `0x${string}` | undefined;
|
242
242
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -245,10 +245,14 @@ export declare const optimismGoerli: {
|
|
245
245
|
sourceHash?: undefined;
|
246
246
|
}) | ({
|
247
247
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
248
|
+
gas?: `0x${string}` | undefined;
|
249
|
+
value?: `0x${string}` | undefined;
|
250
|
+
gasPrice?: `0x${string}` | undefined;
|
251
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
252
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
248
253
|
blockHash?: `0x${string}` | null | undefined;
|
249
254
|
blockNumber?: `0x${string}` | null | undefined;
|
250
255
|
from?: `0x${string}` | undefined;
|
251
|
-
gas?: `0x${string}` | undefined;
|
252
256
|
hash?: `0x${string}` | undefined;
|
253
257
|
input?: `0x${string}` | undefined;
|
254
258
|
nonce?: `0x${string}` | undefined;
|
@@ -257,10 +261,6 @@ export declare const optimismGoerli: {
|
|
257
261
|
to?: `0x${string}` | null | undefined;
|
258
262
|
transactionIndex?: `0x${string}` | null | undefined;
|
259
263
|
v?: `0x${string}` | undefined;
|
260
|
-
value?: `0x${string}` | undefined;
|
261
|
-
gasPrice?: `0x${string}` | undefined;
|
262
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
263
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
264
264
|
accessList?: import("../../index.js").AccessList | undefined;
|
265
265
|
chainId?: `0x${string}` | undefined;
|
266
266
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -269,10 +269,14 @@ export declare const optimismGoerli: {
|
|
269
269
|
sourceHash?: undefined;
|
270
270
|
}) | ({
|
271
271
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
272
|
+
gas?: `0x${string}` | undefined;
|
273
|
+
value?: `0x${string}` | undefined;
|
274
|
+
gasPrice?: `0x${string}` | undefined;
|
275
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
276
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
272
277
|
blockHash?: `0x${string}` | null | undefined;
|
273
278
|
blockNumber?: `0x${string}` | null | undefined;
|
274
279
|
from?: `0x${string}` | undefined;
|
275
|
-
gas?: `0x${string}` | undefined;
|
276
280
|
hash?: `0x${string}` | undefined;
|
277
281
|
input?: `0x${string}` | undefined;
|
278
282
|
nonce?: `0x${string}` | undefined;
|
@@ -281,10 +285,6 @@ export declare const optimismGoerli: {
|
|
281
285
|
to?: `0x${string}` | null | undefined;
|
282
286
|
transactionIndex?: `0x${string}` | null | undefined;
|
283
287
|
v?: `0x${string}` | undefined;
|
284
|
-
value?: `0x${string}` | undefined;
|
285
|
-
gasPrice?: `0x${string}` | undefined;
|
286
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
287
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
288
288
|
accessList?: import("../../index.js").AccessList | undefined;
|
289
289
|
chainId?: `0x${string}` | undefined;
|
290
290
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -293,10 +293,14 @@ export declare const optimismGoerli: {
|
|
293
293
|
sourceHash?: undefined;
|
294
294
|
}) | ({
|
295
295
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
296
|
+
gas?: `0x${string}` | undefined;
|
297
|
+
value?: `0x${string}` | undefined;
|
298
|
+
gasPrice?: `0x${string}` | undefined;
|
299
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
300
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
296
301
|
blockHash?: `0x${string}` | null | undefined;
|
297
302
|
blockNumber?: `0x${string}` | null | undefined;
|
298
303
|
from?: `0x${string}` | undefined;
|
299
|
-
gas?: `0x${string}` | undefined;
|
300
304
|
hash?: `0x${string}` | undefined;
|
301
305
|
input?: `0x${string}` | undefined;
|
302
306
|
nonce?: `0x${string}` | undefined;
|
@@ -305,10 +309,6 @@ export declare const optimismGoerli: {
|
|
305
309
|
to?: `0x${string}` | null | undefined;
|
306
310
|
transactionIndex?: `0x${string}` | null | undefined;
|
307
311
|
v?: `0x${string}` | undefined;
|
308
|
-
value?: `0x${string}` | undefined;
|
309
|
-
gasPrice?: `0x${string}` | undefined;
|
310
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
311
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
312
312
|
accessList?: import("../../index.js").AccessList | undefined;
|
313
313
|
chainId?: `0x${string}` | undefined;
|
314
314
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -513,7 +513,7 @@ export declare const optimismGoerli: {
|
|
513
513
|
};
|
514
514
|
readonly transactionReceipt: {
|
515
515
|
exclude: [] | undefined;
|
516
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
516
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
517
517
|
blockHash: `0x${string}`;
|
518
518
|
blockNumber: bigint;
|
519
519
|
contractAddress: `0x${string}` | null;
|
@@ -539,8 +539,8 @@ export declare const optimismGoerli: {
|
|
539
539
|
serializers?: import("../../index.js").ChainSerializers<{
|
540
540
|
readonly block: {
|
541
541
|
exclude: [] | undefined;
|
542
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
543
|
-
transactions: `0x${string}`[] | import("../
|
542
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
543
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
544
544
|
}>) => {
|
545
545
|
baseFeePerGas: bigint | null;
|
546
546
|
difficulty: bigint;
|
@@ -561,7 +561,7 @@ export declare const optimismGoerli: {
|
|
561
561
|
stateRoot: `0x${string}`;
|
562
562
|
timestamp: bigint;
|
563
563
|
totalDifficulty: bigint | null;
|
564
|
-
transactions: `0x${string}`[] | import("../
|
564
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
565
565
|
transactionsRoot: `0x${string}`;
|
566
566
|
uncles: `0x${string}`[];
|
567
567
|
} & {};
|
@@ -571,10 +571,14 @@ export declare const optimismGoerli: {
|
|
571
571
|
exclude: [] | undefined;
|
572
572
|
format: (args: ({
|
573
573
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
574
|
+
gas?: `0x${string}` | undefined;
|
575
|
+
value?: `0x${string}` | undefined;
|
576
|
+
gasPrice?: `0x${string}` | undefined;
|
577
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
578
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
574
579
|
blockHash?: `0x${string}` | null | undefined;
|
575
580
|
blockNumber?: `0x${string}` | null | undefined;
|
576
581
|
from?: `0x${string}` | undefined;
|
577
|
-
gas?: `0x${string}` | undefined;
|
578
582
|
hash?: `0x${string}` | undefined;
|
579
583
|
input?: `0x${string}` | undefined;
|
580
584
|
nonce?: `0x${string}` | undefined;
|
@@ -583,10 +587,6 @@ export declare const optimismGoerli: {
|
|
583
587
|
to?: `0x${string}` | null | undefined;
|
584
588
|
transactionIndex?: `0x${string}` | null | undefined;
|
585
589
|
v?: `0x${string}` | undefined;
|
586
|
-
value?: `0x${string}` | undefined;
|
587
|
-
gasPrice?: `0x${string}` | undefined;
|
588
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
589
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
590
590
|
accessList?: undefined;
|
591
591
|
chainId?: `0x${string}` | undefined;
|
592
592
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -595,10 +595,14 @@ export declare const optimismGoerli: {
|
|
595
595
|
sourceHash?: undefined;
|
596
596
|
}) | ({
|
597
597
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
598
|
+
gas?: `0x${string}` | undefined;
|
599
|
+
value?: `0x${string}` | undefined;
|
600
|
+
gasPrice?: `0x${string}` | undefined;
|
601
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
602
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
598
603
|
blockHash?: `0x${string}` | null | undefined;
|
599
604
|
blockNumber?: `0x${string}` | null | undefined;
|
600
605
|
from?: `0x${string}` | undefined;
|
601
|
-
gas?: `0x${string}` | undefined;
|
602
606
|
hash?: `0x${string}` | undefined;
|
603
607
|
input?: `0x${string}` | undefined;
|
604
608
|
nonce?: `0x${string}` | undefined;
|
@@ -607,10 +611,6 @@ export declare const optimismGoerli: {
|
|
607
611
|
to?: `0x${string}` | null | undefined;
|
608
612
|
transactionIndex?: `0x${string}` | null | undefined;
|
609
613
|
v?: `0x${string}` | undefined;
|
610
|
-
value?: `0x${string}` | undefined;
|
611
|
-
gasPrice?: `0x${string}` | undefined;
|
612
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
613
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
614
614
|
accessList?: undefined;
|
615
615
|
chainId?: `0x${string}` | undefined;
|
616
616
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -620,10 +620,14 @@ export declare const optimismGoerli: {
|
|
620
620
|
type: "0x7e";
|
621
621
|
}) | ({
|
622
622
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
623
|
+
gas?: `0x${string}` | undefined;
|
624
|
+
value?: `0x${string}` | undefined;
|
625
|
+
gasPrice?: `0x${string}` | undefined;
|
626
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
627
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
623
628
|
blockHash?: `0x${string}` | null | undefined;
|
624
629
|
blockNumber?: `0x${string}` | null | undefined;
|
625
630
|
from?: `0x${string}` | undefined;
|
626
|
-
gas?: `0x${string}` | undefined;
|
627
631
|
hash?: `0x${string}` | undefined;
|
628
632
|
input?: `0x${string}` | undefined;
|
629
633
|
nonce?: `0x${string}` | undefined;
|
@@ -632,10 +636,6 @@ export declare const optimismGoerli: {
|
|
632
636
|
to?: `0x${string}` | null | undefined;
|
633
637
|
transactionIndex?: `0x${string}` | null | undefined;
|
634
638
|
v?: `0x${string}` | undefined;
|
635
|
-
value?: `0x${string}` | undefined;
|
636
|
-
gasPrice?: `0x${string}` | undefined;
|
637
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
638
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
639
639
|
accessList?: import("../../index.js").AccessList | undefined;
|
640
640
|
chainId?: `0x${string}` | undefined;
|
641
641
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -644,10 +644,14 @@ export declare const optimismGoerli: {
|
|
644
644
|
sourceHash?: undefined;
|
645
645
|
}) | ({
|
646
646
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
647
|
+
gas?: `0x${string}` | undefined;
|
648
|
+
value?: `0x${string}` | undefined;
|
649
|
+
gasPrice?: `0x${string}` | undefined;
|
650
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
651
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
647
652
|
blockHash?: `0x${string}` | null | undefined;
|
648
653
|
blockNumber?: `0x${string}` | null | undefined;
|
649
654
|
from?: `0x${string}` | undefined;
|
650
|
-
gas?: `0x${string}` | undefined;
|
651
655
|
hash?: `0x${string}` | undefined;
|
652
656
|
input?: `0x${string}` | undefined;
|
653
657
|
nonce?: `0x${string}` | undefined;
|
@@ -656,10 +660,6 @@ export declare const optimismGoerli: {
|
|
656
660
|
to?: `0x${string}` | null | undefined;
|
657
661
|
transactionIndex?: `0x${string}` | null | undefined;
|
658
662
|
v?: `0x${string}` | undefined;
|
659
|
-
value?: `0x${string}` | undefined;
|
660
|
-
gasPrice?: `0x${string}` | undefined;
|
661
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
662
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
663
663
|
accessList?: import("../../index.js").AccessList | undefined;
|
664
664
|
chainId?: `0x${string}` | undefined;
|
665
665
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -668,10 +668,14 @@ export declare const optimismGoerli: {
|
|
668
668
|
sourceHash?: undefined;
|
669
669
|
}) | ({
|
670
670
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
671
|
+
gas?: `0x${string}` | undefined;
|
672
|
+
value?: `0x${string}` | undefined;
|
673
|
+
gasPrice?: `0x${string}` | undefined;
|
674
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
675
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
671
676
|
blockHash?: `0x${string}` | null | undefined;
|
672
677
|
blockNumber?: `0x${string}` | null | undefined;
|
673
678
|
from?: `0x${string}` | undefined;
|
674
|
-
gas?: `0x${string}` | undefined;
|
675
679
|
hash?: `0x${string}` | undefined;
|
676
680
|
input?: `0x${string}` | undefined;
|
677
681
|
nonce?: `0x${string}` | undefined;
|
@@ -680,10 +684,6 @@ export declare const optimismGoerli: {
|
|
680
684
|
to?: `0x${string}` | null | undefined;
|
681
685
|
transactionIndex?: `0x${string}` | null | undefined;
|
682
686
|
v?: `0x${string}` | undefined;
|
683
|
-
value?: `0x${string}` | undefined;
|
684
|
-
gasPrice?: `0x${string}` | undefined;
|
685
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
686
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
687
687
|
accessList?: import("../../index.js").AccessList | undefined;
|
688
688
|
chainId?: `0x${string}` | undefined;
|
689
689
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -692,10 +692,14 @@ export declare const optimismGoerli: {
|
|
692
692
|
sourceHash?: undefined;
|
693
693
|
}) | ({
|
694
694
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
695
|
+
gas?: `0x${string}` | undefined;
|
696
|
+
value?: `0x${string}` | undefined;
|
697
|
+
gasPrice?: `0x${string}` | undefined;
|
698
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
699
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
695
700
|
blockHash?: `0x${string}` | null | undefined;
|
696
701
|
blockNumber?: `0x${string}` | null | undefined;
|
697
702
|
from?: `0x${string}` | undefined;
|
698
|
-
gas?: `0x${string}` | undefined;
|
699
703
|
hash?: `0x${string}` | undefined;
|
700
704
|
input?: `0x${string}` | undefined;
|
701
705
|
nonce?: `0x${string}` | undefined;
|
@@ -704,10 +708,6 @@ export declare const optimismGoerli: {
|
|
704
708
|
to?: `0x${string}` | null | undefined;
|
705
709
|
transactionIndex?: `0x${string}` | null | undefined;
|
706
710
|
v?: `0x${string}` | undefined;
|
707
|
-
value?: `0x${string}` | undefined;
|
708
|
-
gasPrice?: `0x${string}` | undefined;
|
709
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
710
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
711
711
|
accessList?: import("../../index.js").AccessList | undefined;
|
712
712
|
chainId?: `0x${string}` | undefined;
|
713
713
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -717,10 +717,14 @@ export declare const optimismGoerli: {
|
|
717
717
|
type: "0x7e";
|
718
718
|
}) | ({
|
719
719
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
720
|
+
gas?: `0x${string}` | undefined;
|
721
|
+
value?: `0x${string}` | undefined;
|
722
|
+
gasPrice?: `0x${string}` | undefined;
|
723
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
724
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
720
725
|
blockHash?: `0x${string}` | null | undefined;
|
721
726
|
blockNumber?: `0x${string}` | null | undefined;
|
722
727
|
from?: `0x${string}` | undefined;
|
723
|
-
gas?: `0x${string}` | undefined;
|
724
728
|
hash?: `0x${string}` | undefined;
|
725
729
|
input?: `0x${string}` | undefined;
|
726
730
|
nonce?: `0x${string}` | undefined;
|
@@ -729,10 +733,6 @@ export declare const optimismGoerli: {
|
|
729
733
|
to?: `0x${string}` | null | undefined;
|
730
734
|
transactionIndex?: `0x${string}` | null | undefined;
|
731
735
|
v?: `0x${string}` | undefined;
|
732
|
-
value?: `0x${string}` | undefined;
|
733
|
-
gasPrice?: `0x${string}` | undefined;
|
734
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
735
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
736
736
|
accessList?: import("../../index.js").AccessList | undefined;
|
737
737
|
chainId?: `0x${string}` | undefined;
|
738
738
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -741,10 +741,14 @@ export declare const optimismGoerli: {
|
|
741
741
|
sourceHash?: undefined;
|
742
742
|
}) | ({
|
743
743
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
744
|
+
gas?: `0x${string}` | undefined;
|
745
|
+
value?: `0x${string}` | undefined;
|
746
|
+
gasPrice?: `0x${string}` | undefined;
|
747
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
748
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
744
749
|
blockHash?: `0x${string}` | null | undefined;
|
745
750
|
blockNumber?: `0x${string}` | null | undefined;
|
746
751
|
from?: `0x${string}` | undefined;
|
747
|
-
gas?: `0x${string}` | undefined;
|
748
752
|
hash?: `0x${string}` | undefined;
|
749
753
|
input?: `0x${string}` | undefined;
|
750
754
|
nonce?: `0x${string}` | undefined;
|
@@ -753,10 +757,6 @@ export declare const optimismGoerli: {
|
|
753
757
|
to?: `0x${string}` | null | undefined;
|
754
758
|
transactionIndex?: `0x${string}` | null | undefined;
|
755
759
|
v?: `0x${string}` | undefined;
|
756
|
-
value?: `0x${string}` | undefined;
|
757
|
-
gasPrice?: `0x${string}` | undefined;
|
758
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
759
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
760
760
|
accessList?: import("../../index.js").AccessList | undefined;
|
761
761
|
chainId?: `0x${string}` | undefined;
|
762
762
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -765,10 +765,14 @@ export declare const optimismGoerli: {
|
|
765
765
|
sourceHash?: undefined;
|
766
766
|
}) | ({
|
767
767
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
768
|
+
gas?: `0x${string}` | undefined;
|
769
|
+
value?: `0x${string}` | undefined;
|
770
|
+
gasPrice?: `0x${string}` | undefined;
|
771
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
772
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
768
773
|
blockHash?: `0x${string}` | null | undefined;
|
769
774
|
blockNumber?: `0x${string}` | null | undefined;
|
770
775
|
from?: `0x${string}` | undefined;
|
771
|
-
gas?: `0x${string}` | undefined;
|
772
776
|
hash?: `0x${string}` | undefined;
|
773
777
|
input?: `0x${string}` | undefined;
|
774
778
|
nonce?: `0x${string}` | undefined;
|
@@ -777,10 +781,6 @@ export declare const optimismGoerli: {
|
|
777
781
|
to?: `0x${string}` | null | undefined;
|
778
782
|
transactionIndex?: `0x${string}` | null | undefined;
|
779
783
|
v?: `0x${string}` | undefined;
|
780
|
-
value?: `0x${string}` | undefined;
|
781
|
-
gasPrice?: `0x${string}` | undefined;
|
782
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
783
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
784
784
|
accessList?: import("../../index.js").AccessList | undefined;
|
785
785
|
chainId?: `0x${string}` | undefined;
|
786
786
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -789,10 +789,14 @@ export declare const optimismGoerli: {
|
|
789
789
|
sourceHash?: undefined;
|
790
790
|
}) | ({
|
791
791
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
792
|
+
gas?: `0x${string}` | undefined;
|
793
|
+
value?: `0x${string}` | undefined;
|
794
|
+
gasPrice?: `0x${string}` | undefined;
|
795
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
796
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
792
797
|
blockHash?: `0x${string}` | null | undefined;
|
793
798
|
blockNumber?: `0x${string}` | null | undefined;
|
794
799
|
from?: `0x${string}` | undefined;
|
795
|
-
gas?: `0x${string}` | undefined;
|
796
800
|
hash?: `0x${string}` | undefined;
|
797
801
|
input?: `0x${string}` | undefined;
|
798
802
|
nonce?: `0x${string}` | undefined;
|
@@ -801,10 +805,6 @@ export declare const optimismGoerli: {
|
|
801
805
|
to?: `0x${string}` | null | undefined;
|
802
806
|
transactionIndex?: `0x${string}` | null | undefined;
|
803
807
|
v?: `0x${string}` | undefined;
|
804
|
-
value?: `0x${string}` | undefined;
|
805
|
-
gasPrice?: `0x${string}` | undefined;
|
806
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
807
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
808
808
|
accessList?: import("../../index.js").AccessList | undefined;
|
809
809
|
chainId?: `0x${string}` | undefined;
|
810
810
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1009,7 +1009,7 @@ export declare const optimismGoerli: {
|
|
1009
1009
|
};
|
1010
1010
|
readonly transactionReceipt: {
|
1011
1011
|
exclude: [] | undefined;
|
1012
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1012
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1013
1013
|
blockHash: `0x${string}`;
|
1014
1014
|
blockNumber: bigint;
|
1015
1015
|
contractAddress: `0x${string}` | null;
|
@@ -1035,8 +1035,8 @@ export declare const optimismGoerli: {
|
|
1035
1035
|
fees?: import("../../index.js").ChainFees<{
|
1036
1036
|
readonly block: {
|
1037
1037
|
exclude: [] | undefined;
|
1038
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
1039
|
-
transactions: `0x${string}`[] | import("../
|
1038
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
1039
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
1040
1040
|
}>) => {
|
1041
1041
|
baseFeePerGas: bigint | null;
|
1042
1042
|
difficulty: bigint;
|
@@ -1057,7 +1057,7 @@ export declare const optimismGoerli: {
|
|
1057
1057
|
stateRoot: `0x${string}`;
|
1058
1058
|
timestamp: bigint;
|
1059
1059
|
totalDifficulty: bigint | null;
|
1060
|
-
transactions: `0x${string}`[] | import("../
|
1060
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
1061
1061
|
transactionsRoot: `0x${string}`;
|
1062
1062
|
uncles: `0x${string}`[];
|
1063
1063
|
} & {};
|
@@ -1067,10 +1067,14 @@ export declare const optimismGoerli: {
|
|
1067
1067
|
exclude: [] | undefined;
|
1068
1068
|
format: (args: ({
|
1069
1069
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1070
|
+
gas?: `0x${string}` | undefined;
|
1071
|
+
value?: `0x${string}` | undefined;
|
1072
|
+
gasPrice?: `0x${string}` | undefined;
|
1073
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1074
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1070
1075
|
blockHash?: `0x${string}` | null | undefined;
|
1071
1076
|
blockNumber?: `0x${string}` | null | undefined;
|
1072
1077
|
from?: `0x${string}` | undefined;
|
1073
|
-
gas?: `0x${string}` | undefined;
|
1074
1078
|
hash?: `0x${string}` | undefined;
|
1075
1079
|
input?: `0x${string}` | undefined;
|
1076
1080
|
nonce?: `0x${string}` | undefined;
|
@@ -1079,10 +1083,6 @@ export declare const optimismGoerli: {
|
|
1079
1083
|
to?: `0x${string}` | null | undefined;
|
1080
1084
|
transactionIndex?: `0x${string}` | null | undefined;
|
1081
1085
|
v?: `0x${string}` | undefined;
|
1082
|
-
value?: `0x${string}` | undefined;
|
1083
|
-
gasPrice?: `0x${string}` | undefined;
|
1084
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1085
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1086
1086
|
accessList?: undefined;
|
1087
1087
|
chainId?: `0x${string}` | undefined;
|
1088
1088
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1091,10 +1091,14 @@ export declare const optimismGoerli: {
|
|
1091
1091
|
sourceHash?: undefined;
|
1092
1092
|
}) | ({
|
1093
1093
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1094
|
+
gas?: `0x${string}` | undefined;
|
1095
|
+
value?: `0x${string}` | undefined;
|
1096
|
+
gasPrice?: `0x${string}` | undefined;
|
1097
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1098
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1094
1099
|
blockHash?: `0x${string}` | null | undefined;
|
1095
1100
|
blockNumber?: `0x${string}` | null | undefined;
|
1096
1101
|
from?: `0x${string}` | undefined;
|
1097
|
-
gas?: `0x${string}` | undefined;
|
1098
1102
|
hash?: `0x${string}` | undefined;
|
1099
1103
|
input?: `0x${string}` | undefined;
|
1100
1104
|
nonce?: `0x${string}` | undefined;
|
@@ -1103,10 +1107,6 @@ export declare const optimismGoerli: {
|
|
1103
1107
|
to?: `0x${string}` | null | undefined;
|
1104
1108
|
transactionIndex?: `0x${string}` | null | undefined;
|
1105
1109
|
v?: `0x${string}` | undefined;
|
1106
|
-
value?: `0x${string}` | undefined;
|
1107
|
-
gasPrice?: `0x${string}` | undefined;
|
1108
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1109
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1110
1110
|
accessList?: undefined;
|
1111
1111
|
chainId?: `0x${string}` | undefined;
|
1112
1112
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1116,10 +1116,14 @@ export declare const optimismGoerli: {
|
|
1116
1116
|
type: "0x7e";
|
1117
1117
|
}) | ({
|
1118
1118
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1119
|
+
gas?: `0x${string}` | undefined;
|
1120
|
+
value?: `0x${string}` | undefined;
|
1121
|
+
gasPrice?: `0x${string}` | undefined;
|
1122
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1123
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1119
1124
|
blockHash?: `0x${string}` | null | undefined;
|
1120
1125
|
blockNumber?: `0x${string}` | null | undefined;
|
1121
1126
|
from?: `0x${string}` | undefined;
|
1122
|
-
gas?: `0x${string}` | undefined;
|
1123
1127
|
hash?: `0x${string}` | undefined;
|
1124
1128
|
input?: `0x${string}` | undefined;
|
1125
1129
|
nonce?: `0x${string}` | undefined;
|
@@ -1128,10 +1132,6 @@ export declare const optimismGoerli: {
|
|
1128
1132
|
to?: `0x${string}` | null | undefined;
|
1129
1133
|
transactionIndex?: `0x${string}` | null | undefined;
|
1130
1134
|
v?: `0x${string}` | undefined;
|
1131
|
-
value?: `0x${string}` | undefined;
|
1132
|
-
gasPrice?: `0x${string}` | undefined;
|
1133
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1134
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1135
1135
|
accessList?: import("../../index.js").AccessList | undefined;
|
1136
1136
|
chainId?: `0x${string}` | undefined;
|
1137
1137
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1140,10 +1140,14 @@ export declare const optimismGoerli: {
|
|
1140
1140
|
sourceHash?: undefined;
|
1141
1141
|
}) | ({
|
1142
1142
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1143
|
+
gas?: `0x${string}` | undefined;
|
1144
|
+
value?: `0x${string}` | undefined;
|
1145
|
+
gasPrice?: `0x${string}` | undefined;
|
1146
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1147
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1143
1148
|
blockHash?: `0x${string}` | null | undefined;
|
1144
1149
|
blockNumber?: `0x${string}` | null | undefined;
|
1145
1150
|
from?: `0x${string}` | undefined;
|
1146
|
-
gas?: `0x${string}` | undefined;
|
1147
1151
|
hash?: `0x${string}` | undefined;
|
1148
1152
|
input?: `0x${string}` | undefined;
|
1149
1153
|
nonce?: `0x${string}` | undefined;
|
@@ -1152,10 +1156,6 @@ export declare const optimismGoerli: {
|
|
1152
1156
|
to?: `0x${string}` | null | undefined;
|
1153
1157
|
transactionIndex?: `0x${string}` | null | undefined;
|
1154
1158
|
v?: `0x${string}` | undefined;
|
1155
|
-
value?: `0x${string}` | undefined;
|
1156
|
-
gasPrice?: `0x${string}` | undefined;
|
1157
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1158
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1159
1159
|
accessList?: import("../../index.js").AccessList | undefined;
|
1160
1160
|
chainId?: `0x${string}` | undefined;
|
1161
1161
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -1164,10 +1164,14 @@ export declare const optimismGoerli: {
|
|
1164
1164
|
sourceHash?: undefined;
|
1165
1165
|
}) | ({
|
1166
1166
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1167
|
+
gas?: `0x${string}` | undefined;
|
1168
|
+
value?: `0x${string}` | undefined;
|
1169
|
+
gasPrice?: `0x${string}` | undefined;
|
1170
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1171
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1167
1172
|
blockHash?: `0x${string}` | null | undefined;
|
1168
1173
|
blockNumber?: `0x${string}` | null | undefined;
|
1169
1174
|
from?: `0x${string}` | undefined;
|
1170
|
-
gas?: `0x${string}` | undefined;
|
1171
1175
|
hash?: `0x${string}` | undefined;
|
1172
1176
|
input?: `0x${string}` | undefined;
|
1173
1177
|
nonce?: `0x${string}` | undefined;
|
@@ -1176,10 +1180,6 @@ export declare const optimismGoerli: {
|
|
1176
1180
|
to?: `0x${string}` | null | undefined;
|
1177
1181
|
transactionIndex?: `0x${string}` | null | undefined;
|
1178
1182
|
v?: `0x${string}` | undefined;
|
1179
|
-
value?: `0x${string}` | undefined;
|
1180
|
-
gasPrice?: `0x${string}` | undefined;
|
1181
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1182
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1183
1183
|
accessList?: import("../../index.js").AccessList | undefined;
|
1184
1184
|
chainId?: `0x${string}` | undefined;
|
1185
1185
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -1188,10 +1188,14 @@ export declare const optimismGoerli: {
|
|
1188
1188
|
sourceHash?: undefined;
|
1189
1189
|
}) | ({
|
1190
1190
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1191
|
+
gas?: `0x${string}` | undefined;
|
1192
|
+
value?: `0x${string}` | undefined;
|
1193
|
+
gasPrice?: `0x${string}` | undefined;
|
1194
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1195
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1191
1196
|
blockHash?: `0x${string}` | null | undefined;
|
1192
1197
|
blockNumber?: `0x${string}` | null | undefined;
|
1193
1198
|
from?: `0x${string}` | undefined;
|
1194
|
-
gas?: `0x${string}` | undefined;
|
1195
1199
|
hash?: `0x${string}` | undefined;
|
1196
1200
|
input?: `0x${string}` | undefined;
|
1197
1201
|
nonce?: `0x${string}` | undefined;
|
@@ -1200,10 +1204,6 @@ export declare const optimismGoerli: {
|
|
1200
1204
|
to?: `0x${string}` | null | undefined;
|
1201
1205
|
transactionIndex?: `0x${string}` | null | undefined;
|
1202
1206
|
v?: `0x${string}` | undefined;
|
1203
|
-
value?: `0x${string}` | undefined;
|
1204
|
-
gasPrice?: `0x${string}` | undefined;
|
1205
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1206
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1207
1207
|
accessList?: import("../../index.js").AccessList | undefined;
|
1208
1208
|
chainId?: `0x${string}` | undefined;
|
1209
1209
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1213,10 +1213,14 @@ export declare const optimismGoerli: {
|
|
1213
1213
|
type: "0x7e";
|
1214
1214
|
}) | ({
|
1215
1215
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1216
|
+
gas?: `0x${string}` | undefined;
|
1217
|
+
value?: `0x${string}` | undefined;
|
1218
|
+
gasPrice?: `0x${string}` | undefined;
|
1219
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1220
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1216
1221
|
blockHash?: `0x${string}` | null | undefined;
|
1217
1222
|
blockNumber?: `0x${string}` | null | undefined;
|
1218
1223
|
from?: `0x${string}` | undefined;
|
1219
|
-
gas?: `0x${string}` | undefined;
|
1220
1224
|
hash?: `0x${string}` | undefined;
|
1221
1225
|
input?: `0x${string}` | undefined;
|
1222
1226
|
nonce?: `0x${string}` | undefined;
|
@@ -1225,10 +1229,6 @@ export declare const optimismGoerli: {
|
|
1225
1229
|
to?: `0x${string}` | null | undefined;
|
1226
1230
|
transactionIndex?: `0x${string}` | null | undefined;
|
1227
1231
|
v?: `0x${string}` | undefined;
|
1228
|
-
value?: `0x${string}` | undefined;
|
1229
|
-
gasPrice?: `0x${string}` | undefined;
|
1230
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1231
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1232
1232
|
accessList?: import("../../index.js").AccessList | undefined;
|
1233
1233
|
chainId?: `0x${string}` | undefined;
|
1234
1234
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1237,10 +1237,14 @@ export declare const optimismGoerli: {
|
|
1237
1237
|
sourceHash?: undefined;
|
1238
1238
|
}) | ({
|
1239
1239
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1240
|
+
gas?: `0x${string}` | undefined;
|
1241
|
+
value?: `0x${string}` | undefined;
|
1242
|
+
gasPrice?: `0x${string}` | undefined;
|
1243
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1244
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1240
1245
|
blockHash?: `0x${string}` | null | undefined;
|
1241
1246
|
blockNumber?: `0x${string}` | null | undefined;
|
1242
1247
|
from?: `0x${string}` | undefined;
|
1243
|
-
gas?: `0x${string}` | undefined;
|
1244
1248
|
hash?: `0x${string}` | undefined;
|
1245
1249
|
input?: `0x${string}` | undefined;
|
1246
1250
|
nonce?: `0x${string}` | undefined;
|
@@ -1249,10 +1253,6 @@ export declare const optimismGoerli: {
|
|
1249
1253
|
to?: `0x${string}` | null | undefined;
|
1250
1254
|
transactionIndex?: `0x${string}` | null | undefined;
|
1251
1255
|
v?: `0x${string}` | undefined;
|
1252
|
-
value?: `0x${string}` | undefined;
|
1253
|
-
gasPrice?: `0x${string}` | undefined;
|
1254
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1255
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1256
1256
|
accessList?: import("../../index.js").AccessList | undefined;
|
1257
1257
|
chainId?: `0x${string}` | undefined;
|
1258
1258
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -1261,10 +1261,14 @@ export declare const optimismGoerli: {
|
|
1261
1261
|
sourceHash?: undefined;
|
1262
1262
|
}) | ({
|
1263
1263
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1264
|
+
gas?: `0x${string}` | undefined;
|
1265
|
+
value?: `0x${string}` | undefined;
|
1266
|
+
gasPrice?: `0x${string}` | undefined;
|
1267
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1268
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1264
1269
|
blockHash?: `0x${string}` | null | undefined;
|
1265
1270
|
blockNumber?: `0x${string}` | null | undefined;
|
1266
1271
|
from?: `0x${string}` | undefined;
|
1267
|
-
gas?: `0x${string}` | undefined;
|
1268
1272
|
hash?: `0x${string}` | undefined;
|
1269
1273
|
input?: `0x${string}` | undefined;
|
1270
1274
|
nonce?: `0x${string}` | undefined;
|
@@ -1273,10 +1277,6 @@ export declare const optimismGoerli: {
|
|
1273
1277
|
to?: `0x${string}` | null | undefined;
|
1274
1278
|
transactionIndex?: `0x${string}` | null | undefined;
|
1275
1279
|
v?: `0x${string}` | undefined;
|
1276
|
-
value?: `0x${string}` | undefined;
|
1277
|
-
gasPrice?: `0x${string}` | undefined;
|
1278
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1279
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1280
1280
|
accessList?: import("../../index.js").AccessList | undefined;
|
1281
1281
|
chainId?: `0x${string}` | undefined;
|
1282
1282
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -1285,10 +1285,14 @@ export declare const optimismGoerli: {
|
|
1285
1285
|
sourceHash?: undefined;
|
1286
1286
|
}) | ({
|
1287
1287
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1288
|
+
gas?: `0x${string}` | undefined;
|
1289
|
+
value?: `0x${string}` | undefined;
|
1290
|
+
gasPrice?: `0x${string}` | undefined;
|
1291
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1292
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1288
1293
|
blockHash?: `0x${string}` | null | undefined;
|
1289
1294
|
blockNumber?: `0x${string}` | null | undefined;
|
1290
1295
|
from?: `0x${string}` | undefined;
|
1291
|
-
gas?: `0x${string}` | undefined;
|
1292
1296
|
hash?: `0x${string}` | undefined;
|
1293
1297
|
input?: `0x${string}` | undefined;
|
1294
1298
|
nonce?: `0x${string}` | undefined;
|
@@ -1297,10 +1301,6 @@ export declare const optimismGoerli: {
|
|
1297
1301
|
to?: `0x${string}` | null | undefined;
|
1298
1302
|
transactionIndex?: `0x${string}` | null | undefined;
|
1299
1303
|
v?: `0x${string}` | undefined;
|
1300
|
-
value?: `0x${string}` | undefined;
|
1301
|
-
gasPrice?: `0x${string}` | undefined;
|
1302
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1303
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1304
1304
|
accessList?: import("../../index.js").AccessList | undefined;
|
1305
1305
|
chainId?: `0x${string}` | undefined;
|
1306
1306
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1505,7 +1505,7 @@ export declare const optimismGoerli: {
|
|
1505
1505
|
};
|
1506
1506
|
readonly transactionReceipt: {
|
1507
1507
|
exclude: [] | undefined;
|
1508
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1508
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1509
1509
|
blockHash: `0x${string}`;
|
1510
1510
|
blockNumber: bigint;
|
1511
1511
|
contractAddress: `0x${string}` | null;
|