Skip to content

Commit

Permalink
[ETHEREUM-CONTRACTS] Forked truffle-plugin-verify so we can verify th…
Browse files Browse the repository at this point in the history
…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
d10r and isabelle authored Jan 22, 2024
1 parent 6c3f610 commit 64cb27a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"solidity-docgen": "^0.6.0-beta.36",
"stack-trace": "0.0.10",
"truffle-flattener": "^1.6.0",
"truffle-plugin-verify": "0.6.5"
"@d10r/truffle-plugin-verify": "0.6.9"
},
"peerDependencies": {
"ethers": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function createNetworkDefaultConfiguration(
const E = (module.exports = {
plugins: [
//"truffle-security",
"truffle-plugin-verify",
"@d10r/truffle-plugin-verify",
],
/**
* Networks define how you connect to your ethereum client and let you set the
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 64cb27a

Please sign in to comment.