File tree 1 file changed +2
-4
lines changed
Tests/web3swiftTests/remoteTests
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ final class EIP1559Tests: XCTestCase {
19
19
type: . eip1559,
20
20
to: EthereumAddress ( " 0xb47292B7bBedA4447564B8336E4eD1f93735e7C7 " ) !,
21
21
chainID: web3. provider. network!. chainID,
22
- value: try XCTUnwrap ( Utilities . parseToBigUInt ( " 0.1 " , units: . ether) ) ,
23
- gasLimit: 21_000
22
+ value: try XCTUnwrap ( Utilities . parseToBigUInt ( " 0.1 " , units: . ether) )
24
23
)
25
24
// Vitalik's address
26
25
tx. from = EthereumAddress ( " 0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B " ) !
@@ -35,8 +34,7 @@ final class EIP1559Tests: XCTestCase {
35
34
type: . eip1559,
36
35
to: EthereumAddress ( " 0xeBec795c9c8bBD61FFc14A6662944748F299cAcf " ) !,
37
36
chainID: web3. provider. network!. chainID,
38
- value: try XCTUnwrap ( Utilities . parseToBigUInt ( " 0.1 " , units: . ether) ) ,
39
- gasLimit: 21_000
37
+ value: try XCTUnwrap ( Utilities . parseToBigUInt ( " 0.1 " , units: . ether) )
40
38
)
41
39
// Vitalik's address
42
40
tx. from = EthereumAddress ( " 0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B " ) !
You can’t perform that action at this time.
0 commit comments