Skip to content

Commit

Permalink
added goerli endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Oct 10, 2019
1 parent ce5ad73 commit 5e6299f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"mainnet" : "https://api.etherscan.io/api",
"ropsten" : "https://api-ropsten.etherscan.io/api",
"kovan" : "https://api-kovan.etherscan.io/api",
"rinkeby" : "https://api-rinkeby.etherscan.io/api"
"rinkeby" : "https://api-rinkeby.etherscan.io/api",
"goerli" : "https://api-goerli.etherscan.io/api"
},

"compilers" : {
Expand Down

0 comments on commit 5e6299f

Please sign in to comment.