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
chain
sauron currently has no easy way to listen for messages from a single chain, it should include an option like the following:
sauron
sauron --chain bsc
Mainnet should be the default parameter, but it might also be useful for users to input a chain I'd rather than a named chain:
sauron --chain 1337
Additionally, there should be a prompt that lets the user know that the relay is listening on ONLY that chain (or chains) if specified.
This could eventually be configured statically, with some sort of ranger.toml file.
ranger.toml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sauron
currently has no easy way to listen for messages from a single chain, it should include an option like the following:Mainnet should be the default parameter, but it might also be useful for users to input a chain I'd rather than a named chain:
Additionally, there should be a prompt that lets the user know that the relay is listening on ONLY that chain (or chains) if specified.
This could eventually be configured statically, with some sort of
ranger.toml
file.The text was updated successfully, but these errors were encountered: