We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
anchor keys sync
when use custom rpc:
[provider] cluster = "https://rpc.ankr.com/solana_devnet" wallet = "~/.config/solana/id.json"
and run:
rm target/deploy/*-keypair.json
Anchor.toml will be changed to:
[provider] cluster = ["https://rpc.ankr.com/solana_devnet", "wss://rpc.ankr.com/solana_devnet"] wallet = "~/.config/solana/id.json"
and we will get this error from anchor keys sync:
Workspace configuration error: Unable to deserialize config: TOML parse error at line 14, column 11 | 14 | cluster = ["https://rpc.ankr.com/solana_devnet", "wss://rpc.ankr.com/solana_devnet"] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ invalid type: sequence, expected string or map
The text was updated successfully, but these errors were encountered:
Thanks for creating the issue. However, a similar issue exists in #3222, so I'm closing this one as duplicate to not divert attention.
Sorry, something went wrong.
No branches or pull requests
when use custom rpc:
and run:
rm target/deploy/*-keypair.json
anchor keys sync
Anchor.toml will be changed to:
and we will get this error from
anchor keys sync
:The text was updated successfully, but these errors were encountered: