metaplex-foundation / sugar

Candy Machine Rust CLI.
Apache License 2.0
203 stars 116 forks source link

[Feature]: Replace GenesysGo RPCs #347

Closed samuelvanderwaal closed 2 years ago

samuelvanderwaal commented 2 years ago

Feature

Let the user specify RPC node for sign and reveal commands.

Ideal solution or implementation

GenesysGo is closing their free RPC nodes in a few weeks so we need to replace the hard-coded values in the sign and reveal commands to accept a user's RPC. In addition, we need to update the docs with a list of RPC nodes that support archival/historical transactions as that's required for the transaction crawling used in these commands.

Alternative solutions or implementations

No response

Other context

No response