truffle-plugin-verify
Advanced tools
Comparing version 0.2.0-alpha1 to 0.2.0-alpha2
{ | ||
"name": "truffle-plugin-verify", | ||
"version": "0.2.0-alpha1", | ||
"description": "", | ||
"repository": "https://github.com/rkalis/ethroulette", | ||
"version": "0.2.0-alpha2", | ||
"description": "Verify your deployed smart contracts on Etherscan from the Truffle CLI", | ||
"repository": "https://github.com/rkalis/truffle-plugin-verify", | ||
"main": "verify.js", | ||
@@ -7,0 +7,0 @@ "scripts": { |
@@ -26,3 +26,3 @@ # truffle-plugin-verify | ||
``` | ||
3. Generate an API Key on your Etherscan account (see the Etherscan website) | ||
3. Generate an API Key on your Etherscan account (see the [Etherscan website](https://etherscan.io/apis)) | ||
4. Add your Etherscan API key to your truffle config (use something like `dotenv` to make sure you don't commit the api key) | ||
@@ -29,0 +29,0 @@ ```js |
const axios = require('axios') | ||
const querystring = require('querystring') | ||
const sleep = require('await-sleep') | ||
const merge = require('sol-merger'); | ||
const { merge } = require('sol-merger'); | ||
@@ -6,0 +6,0 @@ const API_URLS = { |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
8189