Skip to content

Commit 7ebaf00

Browse files
Merge branch 'develop'
2 parents 912fb85 + a8f2c01 commit 7ebaf00

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[codespell]
22
count = True
33
ignore-words-list = ans,deriver,inout,packag
4-
skip = *.js,*WordLists.swift,.git,Carthage,.build,build,Sources/secp256k1
4+
skip = *.js,*.h,*.c,*WordLists.swift,.git,Carthage,.build,build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**web3swift** is an iOS toolbelt for interaction with the Ethereum network.
33

44
## Social media
5-
[Join our discord](https://discord.gg/8bHCNmhS7x) or [Telegram](https://t.me/web3swift) if you need support or want to contribute to web3swift development!
5+
[Join our discord](https://discord.gg/ZgABSCGNWF) or [Telegram](https://t.me/web3swift) if you need support or want to contribute to web3swift development!
66

77
![matter-github-swift](https://github.com/web3swift-team/web3swift/blob/develop/web3swift-logo.png)
88
[![Web3swift CI](https://github.com/web3swift-team/web3swift/actions/workflows/macOS-12.yml/badge.svg)](https://github.com/web3swift-team/web3swift/actions/workflows/macOS-12.yml)

Tests/web3swiftTests/remoteTests/EIP1559Tests.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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")!

0 commit comments

Comments
 (0)