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 Kava Mainnet and Polygon, Mantle, and Linea Sepolia Deployments #102

Merged
merged 2 commits into from
Apr 13, 2024

Conversation

pcaversaccio
Copy link
Owner

πŸ•“ Changelog

Add Kava main network deployment:

as well as the new Polygon Amoy test network deployment, which replaces the old Mumbai test network (closes #100):

Please note that OKLink explorer contract verification API endpoint doesn't allow to remove the metadata hash from the bytecode and thus I can't verify the contract currently.

Eventually, we also add the Mantle and Linea Sepolia test 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://evm.kava-rpc.com)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f

~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://rpc-amoy.polygon.technology)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f

~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://rpc.sepolia.mantle.xyz)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f

~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://rpc.sepolia.linea.build)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f

🐢 Cute Animal Picture

image

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
@pcaversaccio pcaversaccio self-assigned this Apr 13, 2024
@pcaversaccio pcaversaccio added documentation πŸ“– Improvements or additions to documentation new deployment βž• New deployment request labels Apr 13, 2024
@pcaversaccio pcaversaccio added this to the 1.0.0 milestone Apr 13, 2024
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Copy link

Coverage after merging kava-mantle_sepolia-amoy-linea_sepolia into main will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
Β  Β CreateX.sol100%100%100%100%

@pcaversaccio pcaversaccio merged commit b6184f5 into main Apr 13, 2024
12 of 14 checks passed
@pcaversaccio pcaversaccio deleted the kava-mantle_sepolia-amoy-linea_sepolia branch April 13, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation πŸ“– Improvements or additions to documentation new deployment βž• New deployment request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

βž• Add Polygon Amoy Testnet Deployment
1 participant