File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ import {
206
206
// remove-end
207
207
208
208
// add-start
209
- + const evniroment : DeleGatorEnvironment = {
209
+ + const environment : DeleGatorEnvironment = {
210
210
+ SimpleFactory: " 0x124.." ,
211
211
+ // ...
212
212
+ implementations: {
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ For example:
237
237
<TabItem value =" example.ts " >
238
238
239
239
``` typescript
240
- import { publiClient } from " ./client.ts" ;
240
+ import { publicClient } from " ./client.ts" ;
241
241
import { account , walletClient } from " ./signers.ts" ;
242
242
import {
243
243
Implementation ,
@@ -285,8 +285,8 @@ const privateKey = generatePrivateKey();
285
285
export const account = privateKeyToAccount (privateKey );
286
286
287
287
// This private key will be used to generate the second signer.
288
- const walletClientPivatekey = generatePrivateKey ();
289
- const walletClientAccount = privateKeyToAccount (walletClientPivatekey );
288
+ const walletClientPrivatekey = generatePrivateKey ();
289
+ const walletClientAccount = privateKeyToAccount (walletClientPrivatekey );
290
290
291
291
export const walletClient = createWalletClient ({
292
292
account: walletClientAccount ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const userOperationHash = await bundlerClient.sendUserOperation({
56
56
}
57
57
],
58
58
maxFeePerGas ,
59
- maxPriortyFeePerGas
59
+ maxPriorityFeePerGas
60
60
});
61
61
```
62
62
@@ -134,7 +134,7 @@ const userOperationHash = await bundlerClient.sendUserOperation({
134
134
],
135
135
// remove-start
136
136
- maxFeePerGas ,
137
- - maxPriortyFeePerGas
137
+ - maxPriorityFeePerGas
138
138
// remove-end
139
139
// add-next-line
140
140
+ ... fee
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ import {
206
206
// remove-end
207
207
208
208
// add-start
209
- + const evniroment : DeleGatorEnvironment = {
209
+ + const environment : DeleGatorEnvironment = {
210
210
+ SimpleFactory: " 0x124.." ,
211
211
+ // ...
212
212
+ implementations: {
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ For example:
237
237
<TabItem value =" example.ts " >
238
238
239
239
``` typescript
240
- import { publiClient } from " ./client.ts" ;
240
+ import { publicClient } from " ./client.ts" ;
241
241
import { account , walletClient } from " ./signers.ts" ;
242
242
import {
243
243
Implementation ,
@@ -285,8 +285,8 @@ const privateKey = generatePrivateKey();
285
285
export const account = privateKeyToAccount (privateKey );
286
286
287
287
// This private key will be used to generate the second signer.
288
- const walletClientPivatekey = generatePrivateKey ();
289
- const walletClientAccount = privateKeyToAccount (walletClientPivatekey );
288
+ const walletClientPrivatekey = generatePrivateKey ();
289
+ const walletClientAccount = privateKeyToAccount (walletClientPrivatekey );
290
290
291
291
export const walletClient = createWalletClient ({
292
292
account: walletClientAccount ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const userOperationHash = await bundlerClient.sendUserOperation({
56
56
}
57
57
],
58
58
maxFeePerGas ,
59
- maxPriortyFeePerGas
59
+ maxPriorityFeePerGas
60
60
});
61
61
```
62
62
@@ -134,7 +134,7 @@ const userOperationHash = await bundlerClient.sendUserOperation({
134
134
],
135
135
// remove-start
136
136
- maxFeePerGas ,
137
- - maxPriortyFeePerGas
137
+ - maxPriorityFeePerGas
138
138
// remove-end
139
139
// add-next-line
140
140
+ ... fee
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ import {
206
206
// remove-end
207
207
208
208
// add-start
209
- + const evniroment : DeleGatorEnvironment = {
209
+ + const environment : DeleGatorEnvironment = {
210
210
+ SimpleFactory: " 0x124.." ,
211
211
+ // ...
212
212
+ implementations: {
You can’t perform that action at this time.
0 commit comments