-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ETHEREUM-CONTRACTS] Forked truffle-plugin-verify so we can verify th…
…e new networks (#1797) * apply diff * updated changelog * [ETHEREUM-CONTRACTS] add scroll-mainnet and scroll-sepolia (#1790) * add scroll networks * add scroll sepolia to metadata * add scroll mainnet to metadata --------- Co-authored-by: isabelle <[email protected]> * added metadata, updated changelog * added subgraph metadata * undo flake.lock change * switched to a forked version of the nomore maintained verification plugin * update again --------- Co-authored-by: isabelle <[email protected]>
- Loading branch information
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -893,6 +893,18 @@ | |
dependencies: | ||
"@jridgewell/trace-mapping" "0.3.9" | ||
|
||
"@d10r/[email protected]": | ||
version "0.6.9" | ||
resolved "https://registry.yarnpkg.com/@d10r/truffle-plugin-verify/-/truffle-plugin-verify-0.6.9.tgz#fc826ada251f82a7f276d80e1d572eaf573d1555" | ||
integrity sha512-E5YG+YYrbDSJlRK5590xdV6g8855pztzAKUSUZqtidq/DUXOdcbt8VjFli+H7zsFru0cywM38G7z+rWoPdolGA== | ||
dependencies: | ||
"@truffle/resolver" "^9.0.35" | ||
axios "^0.26.1" | ||
cli-logger "^0.5.40" | ||
delay "^5.0.0" | ||
querystring "^0.2.1" | ||
tunnel "0.0.6" | ||
|
||
"@decentral.ee/[email protected]": | ||
version "0.5.3" | ||
resolved "https://registry.yarnpkg.com/@decentral.ee/web3-helpers/-/web3-helpers-0.5.3.tgz#710aa9e90b186c5f7267150c4c5f3894fb52a2b4" | ||
|
@@ -17963,18 +17975,6 @@ truffle-flattener@^1.6.0: | |
mkdirp "^1.0.4" | ||
tsort "0.0.1" | ||
|
||
[email protected]: | ||
version "0.6.5" | ||
resolved "https://registry.yarnpkg.com/truffle-plugin-verify/-/truffle-plugin-verify-0.6.5.tgz#60110d39e8bc44301cb9b2aff81da8aa8308c177" | ||
integrity sha512-8vFYVKe+L/tyhjyYb2aNwT7DFkN2BfQ+VSnmywCK2IbpGA0zRF7QYjRcne8UllpxcAVv0o4i1L97+qmN06ugnA== | ||
dependencies: | ||
"@truffle/resolver" "^9.0.35" | ||
axios "^0.26.1" | ||
cli-logger "^0.5.40" | ||
delay "^5.0.0" | ||
querystring "^0.2.1" | ||
tunnel "0.0.6" | ||
|
||
truffle@^5.11.5: | ||
version "5.11.5" | ||
resolved "https://registry.yarnpkg.com/truffle/-/truffle-5.11.5.tgz#b0a3a9308c417dbe0290307d7698316d3e8eabe8" | ||
|