julien/lovepublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/julien/love.git
git clone ssh://git@rickub.com/julien/love.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Add multichain deployment check script #2

Merged@julien wants to merge 2-multichain-check into main
Merged as 7c6b16bd88a6.
  • @julien opened this merge request · 5h ago

    Adds script/multichain-check.sh: starts two anvil nodes with different chain IDs (31337 and 31338), broadcasts LoveScript on 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.