File tree Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ const computeAccountWithCryptoAllowanceParameters = wrapComputeParametersFunc(
167
167
} ;
168
168
}
169
169
170
- throw new Error ( 'It was not possible to find an account with with significant number of crypto allowances.' ) ;
170
+ throw new Error ( 'It was not possible to find an account with significant number of crypto allowances.' ) ;
171
171
}
172
172
) ;
173
173
@@ -206,7 +206,7 @@ const computeAccountWithNftsParameters = wrapComputeParametersFunc(['DEFAULT_ACC
206
206
return { DEFAULT_ACCOUNT_ID_NFTS : candidate . account } ;
207
207
}
208
208
209
- throw new Error ( 'It was not possible to find an account with with significant number of nfts.' ) ;
209
+ throw new Error ( 'It was not possible to find an account with significant number of nfts.' ) ;
210
210
} ) ;
211
211
212
212
const computeAccountWithTokenAllowanceParameters = wrapComputeParametersFunc (
@@ -246,7 +246,7 @@ const computeAccountWithTokenAllowanceParameters = wrapComputeParametersFunc(
246
246
return { DEFAULT_ACCOUNT_ID_TOKEN_ALLOWANCE : candidate . account } ;
247
247
}
248
248
249
- throw new Error ( 'It was not possible to find an account with with significant number of token allowances.' ) ;
249
+ throw new Error ( 'It was not possible to find an account with significant number of token allowances.' ) ;
250
250
}
251
251
) ;
252
252
@@ -285,7 +285,7 @@ const computeAccountWithTokenParameters = wrapComputeParametersFunc(['DEFAULT_AC
285
285
return { DEFAULT_ACCOUNT_ID_TOKEN : candidate . account } ;
286
286
}
287
287
288
- throw new Error ( 'It was not possible to find an account with with significant number of tokens.' ) ;
288
+ throw new Error ( 'It was not possible to find an account with significant number of tokens.' ) ;
289
289
} ) ;
290
290
291
291
const computeBlockParameters = wrapComputeParametersFunc ( [ 'DEFAULT_BLOCK_NUMBER' , 'DEFAULT_BLOCK_HASH' ] , ( ) => {
Original file line number Diff line number Diff line change 1
- {}
1
+ {
2
+ "example" : [
3
+ {
4
+ "block" : " " ,
5
+ "data" : " " ,
6
+ "to" : " " ,
7
+ "gas" : 0 ,
8
+ "from" : " " ,
9
+ "value" : 0 ,
10
+ "sleep" : 0
11
+ }
12
+ ]
13
+ }
Original file line number Diff line number Diff line change 1
- {}
1
+ {
2
+ "example" : [
3
+ {
4
+ "block" : " " ,
5
+ "data" : " " ,
6
+ "to" : " " ,
7
+ "gas" : 0 ,
8
+ "from" : " " ,
9
+ "value" : 0 ,
10
+ "sleep" : 0
11
+ }
12
+ ]
13
+ }
You can’t perform that action at this time.
0 commit comments