diff --git a/.codespellrc b/.codespellrc index e33699071..60cba01f6 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,4 +1,4 @@ [codespell] count = True ignore-words-list = ans,deriver,inout,packag -skip = *.js,*WordLists.swift,.git,Carthage,.build,build,Sources/secp256k1 +skip = *.js,*.h,*.c,*WordLists.swift,.git,Carthage,.build,build diff --git a/README.md b/README.md index 8e16493f5..2064d7119 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **web3swift** is an iOS toolbelt for interaction with the Ethereum network. ## Social media -[Join our discord](https://discord.gg/8bHCNmhS7x) or [Telegram](https://t.me/web3swift) if you need support or want to contribute to web3swift development! +[Join our discord](https://discord.gg/ZgABSCGNWF) or [Telegram](https://t.me/web3swift) if you need support or want to contribute to web3swift development! ![matter-github-swift](https://github.com/web3swift-team/web3swift/blob/develop/web3swift-logo.png) [![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) diff --git a/Tests/web3swiftTests/remoteTests/EIP1559Tests.swift b/Tests/web3swiftTests/remoteTests/EIP1559Tests.swift index 92d323b57..83603ab6f 100644 --- a/Tests/web3swiftTests/remoteTests/EIP1559Tests.swift +++ b/Tests/web3swiftTests/remoteTests/EIP1559Tests.swift @@ -35,8 +35,7 @@ final class EIP1559Tests: XCTestCase { type: .eip1559, to: EthereumAddress("0xeBec795c9c8bBD61FFc14A6662944748F299cAcf")!, chainID: web3.provider.network!.chainID, - value: try XCTUnwrap(Utilities.parseToBigUInt("0.1", units: .ether)), - gasLimit: 21_000 + value: try XCTUnwrap(Utilities.parseToBigUInt("0.1", units: .ether)) ) // Vitalik's address tx.from = EthereumAddress("0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B")!