File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Tests/web3swiftTests/remoteTests Expand file tree Collapse file tree 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 {
1919 type: . eip1559,
2020 to: EthereumAddress ( " 0xb47292B7bBedA4447564B8336E4eD1f93735e7C7 " ) !,
2121 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) )
2423 )
2524 // Vitalik's address
2625 tx. from = EthereumAddress ( " 0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B " ) !
@@ -35,8 +34,7 @@ final class EIP1559Tests: XCTestCase {
3534 type: . eip1559,
3635 to: EthereumAddress ( " 0xeBec795c9c8bBD61FFc14A6662944748F299cAcf " ) !,
3736 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) )
4038 )
4139 // Vitalik's address
4240 tx. from = EthereumAddress ( " 0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B " ) !
You can’t perform that action at this time.
0 commit comments