near / near-cli-rs

near CLI is your human-friendly companion that helps to interact with NEAR Protocol from command line.
https://near.cli.rs
Apache License 2.0
98 stars 55 forks source link

[BUG] deposit-and-stake action retrieves validator list only for mainnet #387

Closed garikbesson closed 1 month ago

garikbesson commented 1 month ago

Before selecting the network deposit-and-stake action retrieves the validator list only for the mainnet. This makes it impossible to stake assets on testnet.

Pic. 1 image

Pic. 2

image
frol commented 1 month ago

@garikbesson I'd say it is pointless to delegate stake on testnet, so it was a conscious decision to skip testnet. Do you have a specific use-case where stake delegation is used on testnet?

frol commented 1 month ago

I will close this issue as there is no action item at the moment, but feel free to reopen it with more details provided.

garikbesson commented 1 month ago

Do you have a specific use case where stake delegation is used on testnet?

I think it can be such use cases as development/debugging new liquid staking tools or people who go through the validator node setup guide and want to try testnet firstly

But those are certainly rare cases