Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

βž• Add Shape/Etherlink Test and Main Network Deployments #170

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

pcaversaccio
Copy link
Owner

@pcaversaccio pcaversaccio commented Jan 13, 2025

πŸ•“ Changelog

Add Shape/Etherlink test and main network deployments:

Verification

Compare the keccak256 hash of the runtime bytecode with the canonical keccak256 hash of the runtime bytecode here (0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f):

~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://sepolia.shape.network)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f
~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://mainnet.shape.network)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f
~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://node.ghostnet.etherlink.com)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f
~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://node.mainnet.etherlink.com)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f

🐢 Cute Animal Picture

Copy link

`CreateX` Test Coverage Report

Coverage after merging add-shape-etherlink-deployments into main will be
100.00%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
Β  Β CreateX.sol100%100%100%100%

@pcaversaccio pcaversaccio self-assigned this Jan 13, 2025
@pcaversaccio pcaversaccio added documentation πŸ“– Improvements or additions to documentation dependencies πŸ” Pull requests that update a dependency file refactor/cleanup ♻️ Code refactorings and cleanups labels Jan 13, 2025
@pcaversaccio pcaversaccio added this to the 1.0.0 milestone Jan 13, 2025
@pcaversaccio pcaversaccio merged commit 86a49f2 into main Jan 13, 2025
12 of 14 checks passed
@pcaversaccio pcaversaccio deleted the add-shape-etherlink-deployments branch January 13, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies πŸ” Pull requests that update a dependency file documentation πŸ“– Improvements or additions to documentation refactor/cleanup ♻️ Code refactorings and cleanups
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant