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

[BridgeCli]: separate required configuration based on the command #76

Open
kisialiou opened this issue Jan 20, 2025 · 0 comments
Open

Comments

@kisialiou
Copy link
Contributor

In the current CLI implementation, the user must provide all the configurations either through config file or command line arguments even if they are not required.

Example: running bridge-cli testnet omni-connector near-log-metadata requires solana_keypair being specified. This makes no sense and complicates the usage.

Proposal: for each command specify required clients and initialize only them before the execution.

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

No branches or pull requests

1 participant