Skip to content

Commit

Permalink
[UPDATE] 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthMike committed Mar 24, 2023
1 parent c9fc16e commit 8ca33e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ We support querying ERC721 token data via the `ERC721` struct. Including:
- Retrieve `Transfer` events
- Decode standard JSON for NFT metadata. Please be aware some smart contracts are not 100% compliant with standard.


### ZKSync Era

We also include additional helpers to interact with [ZKSync Era](https://zksync.io/), by importing `web3_zksync`.

Take a look at [ZKSyncTransaction](https://github.com/argentlabs/web3.swift/blob/develop/web3swift/src/ZKSync/ZKSyncTransaction.swift) or use directly
[ZKSyncClient](https://github.com/argentlabs/web3.swift/blob/develop/web3swift/src/ZKSync/ZKSyncProvider.swift) which has similar API as the `EthereumClient`

### Running Tests

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.
Expand Down
2 changes: 1 addition & 1 deletion web3.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'web3.swift'
s.version = '1.5.1'
s.version = '1.6.0'
s.license = 'MIT'
s.summary = 'Ethereum API for Swift'
s.homepage = 'https://github.com/argentlabs/web3.swift'
Expand Down

0 comments on commit 8ca33e7

Please sign in to comment.