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

Update Solana genesis hash #678

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Conversation

daoauth
Copy link
Contributor

@daoauth daoauth commented Aug 27, 2024

After restarting the Solana Testnet, the new Genesis hash value was not updated, so I have adjusted it accordingly. (See references: Genesis Config, Gist link)

Unlike other blockchains, Solana’s Devnet and Testnet share the same RPC settings, which means the smart contracts deployed on Devnet are being used. Consequently, all current smart contracts are deployed on Devnet, and even if you configure it for Testnet, the RPC still operates through Devnet.

This setup can be confusing for developers.

However, before merging, it is necessary to deploy the smart contracts on the Testnet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant