version 0.10.0
This is a breaking change. Calling .confirm(0) is no longer supported; you need at least 1 confirmation.
This commit is contained in:
parent
e9d862ceca
commit
1ae2cd4a35
|
@ -14,7 +14,7 @@ Use the [Nimble][2] package manager to add `ethers` to an existing
|
|||
project. Add the following to its .nimble file:
|
||||
|
||||
```nim
|
||||
requires "ethers >= 0.9.0 & < 0.10.0"
|
||||
requires "ethers >= 0.10.0 & < 0.11.0"
|
||||
```
|
||||
|
||||
Usage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version = "0.9.1"
|
||||
version = "0.10.0"
|
||||
author = "Nim Ethers Authors"
|
||||
description = "library for interacting with Ethereum"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in New Issue