You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw a similar post but this is on a different line of code. Im going to restart my computer, check that, then reinstall forge if I accidently broke it. I was trying to get my deployed contract verified on-chain.
I ran many different variations of this to try to get this to work. How does --verify in forge create setup its verify-contract command? When I ran forge create with --verify, it deployed but failed to verify so I have been doing thru this process to get it verified.
forge build
[⠢] Compiling...The application panicked (crashed).
Message: checksum not found
Location: /home/runner/.cargo/git/checkouts/ethers-rs-c3a7c0a0ae0fe6be/80ac394/ethers-solc/src/compile/mod.rs:463
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I saw a similar post but this is on a different line of code. Im going to restart my computer, check that, then reinstall forge if I accidently broke it. I was trying to get my deployed contract verified on-chain.
forge verify-contract --flatten --watch --compiler-version "v0.8.20+commit.a1b79de" --chain-id 421613 --constructor-args-path constructor-args.txt --verifier sourcify 0xdb203c53a83aC42F5b03D66F60F279e87342B693 src/
I ran many different variations of this to try to get this to work. How does --verify in forge create setup its verify-contract command? When I ran forge create with --verify, it deployed but failed to verify so I have been doing thru this process to get it verified.
forge build
[⠢] Compiling...The application panicked (crashed).
Message: checksum not found
Location: /home/runner/.cargo/git/checkouts/ethers-rs-c3a7c0a0ae0fe6be/80ac394/ethers-solc/src/compile/mod.rs:463
This is a bug. Consider reporting it at https://github.com/foundry-rs/foundry
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Aborted
Thank you for any help! Have a good one! :)
Beta Was this translation helpful? Give feedback.
All reactions