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 Lisk/Metal L2/Superseed Test and Lisk/Metal L2 Main Network Deployments #155

Merged
merged 5 commits into from
Nov 7, 2024

Conversation

pcaversaccio
Copy link
Owner

@pcaversaccio pcaversaccio commented Nov 5, 2024

+-------------------------------------------------------------------------------------------+
|  ######  ########  ########    ###    ######## ######## ##     ##                         |
| ##    ## ##     ## ##         ## ##      ##    ##        ##   ##                          |
| ##       ##     ## ##        ##   ##     ##    ##         ## ##                           |
| ##       ########  ######   ##     ##    ##    ######      ###                            |
| ##       ##   ##   ##       #########    ##    ##         ## ##                           |
| ##    ## ##    ##  ##       ##     ##    ##    ##        ##   ##                          |
|  ######  ##     ## ######## ##     ##    ##    ######## ##     ##                         |
|                                                                                           |
|                                                                                           |
|    ##     #####     #####              ######  ##     ##    ###    #### ##    ##  ######  |
|  ####    ##   ##   ##   ##    ##      ##    ## ##     ##   ## ##    ##  ###   ## ##    ## |
|    ##   ##     ## ##     ##   ##      ##       ##     ##  ##   ##   ##  ####  ## ##       |
|    ##   ##     ## ##     ## ######    ##       ######### ##     ##  ##  ## ## ##  ######  |
|    ##   ##     ## ##     ##   ##      ##       ##     ## #########  ##  ##  ####       ## |
|    ##    ##   ##   ##   ##    ##      ##    ## ##     ## ##     ##  ##  ##   ### ##    ## |
|  ######   #####     #####              ######  ##     ## ##     ## #### ##    ##  ######  |
+-------------------------------------------------------------------------------------------+

🕓 Changelog

Important

We've reached an exciting milestone: CreateX is now live on over 100 EVM-based chains! 🎉🍾!

Add Lisk/Metal L2/Superseed Test and Lisk/Metal L2 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://rpc.sepolia-api.lisk.com)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f
~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://rpc.api.lisk.com)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f
~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://testnet.rpc.metall2.com)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f
~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://rpc.metall2.com)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f
~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://sepolia.superseed.xyz)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f

🐶 Cute Animal Picture

…Deployments

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
@pcaversaccio pcaversaccio self-assigned this Nov 5, 2024
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
@pcaversaccio pcaversaccio added documentation 📖 Improvements or additions to documentation dependencies 🔁 Pull requests that update a dependency file new deployment ➕ New deployment request labels Nov 5, 2024
@pcaversaccio pcaversaccio added this to the 1.0.0 milestone Nov 5, 2024
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
@pcaversaccio pcaversaccio added the ci/cd 👷‍♂️ CI/CD configurations label Nov 5, 2024
@stas
Copy link

stas commented Nov 5, 2024

cc @ethzoomer

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
@pcaversaccio pcaversaccio marked this pull request as ready for review November 7, 2024 11:22
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Copy link

github-actions bot commented Nov 7, 2024

`CreateX` Test Coverage Report

Coverage after merging add-lisk-metal-superseed-network-deployments into main will be
100.00%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   CreateX.sol100%100%100%100%

@pcaversaccio pcaversaccio merged commit ab60cc0 into main Nov 7, 2024
12 of 14 checks passed
@pcaversaccio pcaversaccio deleted the add-lisk-metal-superseed-network-deployments branch November 7, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd 👷‍♂️ CI/CD configurations dependencies 🔁 Pull requests that update a dependency file documentation 📖 Improvements or additions to documentation new deployment ➕ New deployment request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants