Skip to content

Commit 364da08

Browse files
Merge branch 'develop'
2 parents 912fb85 + a8f2c01 commit 364da08

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ final class EIP1559Tests: XCTestCase {
3535
type: .eip1559,
3636
to: EthereumAddress("0xeBec795c9c8bBD61FFc14A6662944748F299cAcf")!,
3737
chainID: web3.provider.network!.chainID,
38-
value: try XCTUnwrap(Utilities.parseToBigUInt("0.1", units: .ether)),
39-
gasLimit: 21_000
38+
value: try XCTUnwrap(Utilities.parseToBigUInt("0.1", units: .ether))
4039
)
4140
// Vitalik's address
4241
tx.from = EthereumAddress("0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B")!

0 commit comments

Comments
 (0)