truffle-plugin-verify
Advanced tools
Comparing version 0.1.0-alpha0 to 0.1.0-alpha1
{ | ||
"name": "truffle-plugin-verify", | ||
"version": "0.1.0-alpha0", | ||
"version": "0.1.0-alpha1", | ||
"description": "", | ||
"repository": "https://github.com/rkalis/ethroulette", | ||
"main": "verify.js", | ||
@@ -9,3 +10,9 @@ "scripts": { | ||
}, | ||
"keywords": ["truffle", "plugin", "ethereum", "etherscan", "verify"], | ||
"keywords": [ | ||
"truffle", | ||
"plugin", | ||
"ethereum", | ||
"etherscan", | ||
"verify" | ||
], | ||
"author": "Rosco Kalis <roscokalis@gmail.com>", | ||
@@ -12,0 +19,0 @@ "license": "MIT", |
@@ -9,9 +9,2 @@ const axios = require('axios') | ||
/** | ||
* Outputs `Hello, World!` when running `truffle run hello`, | ||
* or `Hello, ${name}` when running `truffle run hello [name]` | ||
* @param {Config} config - A truffle-config object. | ||
* Has attributes like `truffle_directory`, `working_directory`, etc. | ||
* @param {(done|callback)} [done=done] - A done callback, or a normal callback. | ||
*/ | ||
module.exports = async (config) => { | ||
@@ -47,3 +40,3 @@ const networkId = (config.networks[config.network] || {}).network_id || 4 | ||
const guid = res.data.result | ||
console.log(`You can check your verification process with this guid: ${guid}`) | ||
console.log(`You can check your verification status with this guid: ${guid}`) | ||
} else { | ||
@@ -50,0 +43,0 @@ console.log(`Something went wrong\n${JSON.stringify(res.data)}`) |
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
5788
66
48