Skip to content

Commit 8ca33e7

Browse files
committed
[UPDATE] 1.6.0
1 parent c9fc16e commit 8ca33e7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@ We support querying ERC721 token data via the `ERC721` struct. Including:
162162
- Retrieve `Transfer` events
163163
- Decode standard JSON for NFT metadata. Please be aware some smart contracts are not 100% compliant with standard.
164164

165+
166+
### ZKSync Era
167+
168+
We also include additional helpers to interact with [ZKSync Era](https://zksync.io/), by importing `web3_zksync`.
169+
170+
Take a look at [ZKSyncTransaction](https://github.com/argentlabs/web3.swift/blob/develop/web3swift/src/ZKSync/ZKSyncTransaction.swift) or use directly
171+
[ZKSyncClient](https://github.com/argentlabs/web3.swift/blob/develop/web3swift/src/ZKSync/ZKSyncProvider.swift) which has similar API as the `EthereumClient`
172+
165173
### Running Tests
166174

167175
Some of the tests require a private key, which is not stored in the repository. You can ignore these while testing locally, as CI will use the encrypted secret key from Github.

web3.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'web3.swift'
3-
s.version = '1.5.1'
3+
s.version = '1.6.0'
44
s.license = 'MIT'
55
s.summary = 'Ethereum API for Swift'
66
s.homepage = 'https://github.com/argentlabs/web3.swift'

0 commit comments

Comments
 (0)