Skip to content

Commit

Permalink
Fix truffle-plugin-verify import
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceau committed May 13, 2019
1 parent 3a3dd65 commit 15ea80a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477",
"truffle": "5.0.15",
"truffle-hdwallet-provider": "1.0.8",
"truffle-plugin-verify": "https://github.com/noiach/truffle-plugin-verify.git",
"truffle-plugin-verify": "github:noiach/truffle-plugin-verify",
"truffle-typings": "^1.0.5",
"ts-generator": "^0.0.8",
"ts-node": "^8.1.0",
Expand Down
27 changes: 15 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,15 +293,16 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=

await-sleep@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/await-sleep/-/await-sleep-0.0.1.tgz#044532e49f1f4219d2030d79f517d64569a27d50"
integrity sha512-H3X3eAxwGpeNIk/yvFOs8g7500Q1YvzrxjSC9TNgLGtjrMFxPwhDdcT34QNs2iGWpZ+5WKkMJdjDoYs+Sw+TaA==
atob@^2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

await-sleep@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/await-sleep/-/await-sleep-0.0.1.tgz#044532e49f1f4219d2030d79f517d64569a27d50"
integrity sha512-H3X3eAxwGpeNIk/yvFOs8g7500Q1YvzrxjSC9TNgLGtjrMFxPwhDdcT34QNs2iGWpZ+5WKkMJdjDoYs+Sw+TaA==

aws-sign2@~0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
Expand Down Expand Up @@ -1768,12 +1769,6 @@ find-up@^2.1.0:
dependencies:
locate-path "^2.0.0"

follow-redirects@^1.3.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76"
integrity sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==
dependencies:
debug "^3.2.6"
find-yarn-workspace-root@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-1.2.1.tgz#40eb8e6e7c2502ddfaa2577c176f221422f860db"
Expand All @@ -1782,6 +1777,13 @@ find-yarn-workspace-root@^1.2.1:
fs-extra "^4.0.3"
micromatch "^3.1.4"

follow-redirects@^1.3.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76"
integrity sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==
dependencies:
debug "^3.2.6"

for-each@^0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
Expand Down Expand Up @@ -4635,13 +4637,14 @@ truffle-hdwallet-provider@1.0.8:
web3 "1.0.0-beta.37"
websocket "^1.0.28"

"truffle-plugin-verify@https://github.com/noiach/truffle-plugin-verify.git":
"truffle-plugin-verify@github:noiach/truffle-plugin-verify":
version "0.1.0-alpha3"
resolved "https://github.com/noiach/truffle-plugin-verify.git#b94e783320c3ae8253dd1fffe57fcf4452046465"
resolved "https://codeload.github.com/noiach/truffle-plugin-verify/tar.gz/f4a73e5fda02a96fbc9e807a0a57259d61faf029"
dependencies:
await-sleep "0.0.1"
axios "^0.18.0"
querystring "^0.2.0"

truffle-typings@^1.0.5:
version "1.0.6"
resolved "https://registry.yarnpkg.com/truffle-typings/-/truffle-typings-1.0.6.tgz#762ca7cb3a8b78535043b4a11dabbb7b72179189"
Expand Down

0 comments on commit 15ea80a

Please sign in to comment.