Skip to content

Commit

Permalink
Merge pull request #37 from Aniket-Engg/release
Browse files Browse the repository at this point in the history
release 2.0.0
  • Loading branch information
Aniket-Engg authored Jun 1, 2019
2 parents 66133e9 + a84ad98 commit b21c12c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ A request object will be passed to verify contract. See below: (Make sure keys o
Parameters not applicable can be ignored.

## Points to remember
* Add specific version with `^` in your contract pragma. Version should be same as the compiler version used while contract deployment.
* This doesn't provide support for libraries.
* Works for solidity version `> 0.4.11`.
* The Etherscan API that this module uses is in BETA state.
Expand Down
3 changes: 3 additions & 0 deletions lib/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
},

"compilers" : {
"0.5.9" : "v0.5.9+commit.e560f70d",
"0.5.8" : "v0.5.8+commit.23d335f2",
"0.5.7" : "v0.5.7+commit.6da8b019",
"0.5.6" : "v0.5.6+commit.b259423e",
"0.5.5" : "v0.5.5+commit.47a71e8f",
Expand All @@ -15,6 +17,7 @@
"0.5.2" : "v0.5.2+commit.1df8f40c",
"0.5.1" : "v0.5.1+commit.c8a2cb62",
"0.5.0" : "v0.5.0+commit.1d4f565a",
"0.4.26": "v0.4.26+commit.4563c3fc",
"0.4.25": "v0.4.25+commit.59dbf8f1",
"0.4.24": "v0.4.24+commit.e67f0147",
"0.4.23": "v0.4.23+commit.124ca40d",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sol-verifier",
"version": "1.2.1",
"version": "2.0.0",
"description": "Verify Solidity Smart Contracts on Etherscan",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b21c12c

Please sign in to comment.