Add multichain deployment check script #2
Merged@julien wants to merge
2-multichain-check into mainMerged as
7c6b16bd88a6.- @julien opened this merge request · 5h agoedited
Adds
script/multichain-check.sh: starts two anvil nodes with different chain IDs (31337 and 31338), broadcastsLoveScripton both, and compares the deployed addresses, runtime code and metadata. Exits non-zero if they differ.Also stops the second local chain's broadcast logs from leaking into git, and documents the script in the README.
Verified locally: both chains deploy to
0x2e9f2FdcCD0b2Fcdea906b807781f281D37aAeef, 1821 bytes of runtime code each.closes #2
Sign in to comment.