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 Endurance Main and Test Network Deployments #97

Merged
merged 5 commits into from
Mar 18, 2024

Conversation

shelchin2023
Copy link
Contributor

@shelchin2023 shelchin2023 commented Mar 18, 2024

πŸ•“ Changelog

Add Endurance test and main network deployments:

Verification

Compare the keccak256 hash of the runtime bytecode with the canonical keccak256 hash of the runtime bytecode here:

~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://myrpctestnet.fusionist.io)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f

~$ cast keccak $(cast code 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed --rpc-url https://rpc-endurance.fusionist.io)
0xbd8a7ea8cfca7b4e5f5041d7d4b17bc317c5ce42cfbc42066a00cf26b43eb53f

🐢 Cute Animal Picture

image

shelchin2023 and others added 4 commits March 18, 2024 18:01
Add Endurance mainnet

Signed-off-by: shelchin2023 <149349405+shelchin2023@users.noreply.github.com>
Signed-off-by: shelchin2023 <149349405+shelchin2023@users.noreply.github.com>
@pcaversaccio
Copy link
Owner

Thanks, will amend the PR slightly later. I removed OP-Endurance test network yesterday since the block explorer is completely shut down (see #96). Is this correct?

@pcaversaccio pcaversaccio self-requested a review March 18, 2024 10:17
@pcaversaccio pcaversaccio self-assigned this Mar 18, 2024
@pcaversaccio pcaversaccio added the new deployment βž• New deployment request label Mar 18, 2024
@pcaversaccio pcaversaccio added this to the 1.0.0 milestone Mar 18, 2024
@pcaversaccio pcaversaccio changed the title Update deployments.json βž• Add OP-Endurance Main Network Deployment Mar 18, 2024
@pcaversaccio
Copy link
Owner

Ah no it's here now: https://myexplorertestnet.fusionist.io :). Will re-add the test network in that case.

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
@pcaversaccio pcaversaccio changed the title βž• Add OP-Endurance Main Network Deployment βž• Add Endurance Main and Test Network Deployments Mar 18, 2024
Copy link
Owner

@pcaversaccio pcaversaccio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the test network deployment as well & verified all contracts including on sourcify for the mainnet.

@pcaversaccio pcaversaccio merged commit 8ad83be into pcaversaccio:main Mar 18, 2024
8 checks passed
@shelchin2023
Copy link
Contributor Author

Hello @pcaversaccio,

Thank you very much for your quick merge.
We noticed that the Endurance test network information you previously added is not intended for long-term public use.
To ensure accuracy and protection of information, we kindly request that you delete this test network from your repos.

{ "name": "Endurance Testnet", "chainId": 6480, "urls": [ "https://myexplorertestnet.fusionist.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed" ]}

@pcaversaccio
Copy link
Owner

Hello @pcaversaccio,

Thank you very much for your quick merge. We noticed that the Endurance test network information you previously added is not intended for long-term public use. To ensure accuracy and protection of information, we kindly request that you delete this test network from your repos.

{ "name": "Endurance Testnet", "chainId": 6480, "urls": [ "https://myexplorertestnet.fusionist.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed" ]}

Gotcha, addressed via f703019.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new deployment βž• New deployment request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants