Skip to content

Commit

Permalink
release-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Jun 8, 2019
1 parent eadebbb commit a939bb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -88,7 +88,9 @@ A request object will be passed to verify contract. See below: (Make sure keys o
await verifier.verifyContract(data);
```
Parameters not applicable can be ignored.
Parameters not applicable can be ignored.

**Note:** In case of array as constructor parameters, pass values as: [[v1, v2], v3, v4] (This feature is available since version v2.1.0)

## Points to remember
* Add specific version with `^` in your contract pragma. Version should be same as the compiler version used while contract deployment.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sol-verifier",
"version": "2.0.0",
"version": "2.1.0",
"description": "Verify Solidity Smart Contracts on Etherscan",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a939bb4

Please sign in to comment.