Skip to content

Commit

Permalink
fix: update diffyscan commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kovalgek committed Jan 17, 2025
1 parent eb0569a commit 9ad4982
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
[submodule "diffyscan"]
path = diffyscan
url = https://github.com/lidofinance/diffyscan.git
branch = cfg/optimism_testnet_fix
branch = main
commit = 2c1fba68bc112f51a24d274371f7e43f2c5886bf
[submodule "governance-crosschain-bridges"]
path = governance-crosschain-bridges
url = https://github.com/lidofinance/governance-crosschain-bridges.git
Expand Down
2 changes: 1 addition & 1 deletion src/diffyscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export async function runDiffyscanScript({
"run",
"diffyscan",
`../artifacts/configs/${config}`,
"./hardhat_configs/automaton_hardhat_config.js",
"--hardhat-path", "./hardhat_configs/automaton_hardhat_config.js",
"--yes",
];
if (withBinaryComparison) {
Expand Down

0 comments on commit 9ad4982

Please sign in to comment.