You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I modify the configuration of the anchor.toml file and then run the run build command. This is normal.
Now I want to change a program id. I first deleted my program key file target/deploy/kinobi_test-keypair.json. Then run the anchor keys list command to generate a new program key. Then run the anchor keys sync command. The result is that the anchor.toml I modified before is overwritten, causing me to lose my original configuration information, and the anchor build will fail at this time.
The text was updated successfully, but these errors were encountered:
It seems like serialization of the custom provider.cluster input isn't compatible with its deserialization. You can easily get around this by using one of the supported cluster strings (like Localnet).
Unlike what you said, I simply wrote a test above, but it's useless if you change it to effective development. Focus on removing my commented code. Join I want to switch the cluster to my own paid rpc and mainnet rpc. When I use one of these, the other annotations disappear. I have to add it again. There are two problems
First, I modify the configuration of the anchor.toml file and then run the run build command. This is normal.
Now I want to change a program id. I first deleted my program key file target/deploy/kinobi_test-keypair.json. Then run the anchor keys list command to generate a new program key. Then run the anchor keys sync command. The result is that the anchor.toml I modified before is overwritten, causing me to lose my original configuration information, and the anchor build will fail at this time.
The text was updated successfully, but these errors were encountered: