You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Describe the bug
Until a month ago, NEAR CLI has used NEAR_ENV when setting the network, like mainnet and testnet.
If folks have differing values on those two environment variables, it will use the old one that's not mentioned in the documentation: https://docs.near.org/tools/near-cli
To Reproduce
See screenshot above
Expected behavior
As a user, if I follow the NEAR CLI documentation, I should be able to correctly target the network of choice and not have confusion.
Or perhaps this is a simple order of operations where the newly declared environment variable (NEAR_NETWORK) takes precedence over NEAR_ENV.
The text was updated successfully, but these errors were encountered:
Describe the bug
Until a month ago, NEAR CLI has used
NEAR_ENV
when setting the network, likemainnet
andtestnet
.If folks have differing values on those two environment variables, it will use the old one that's not mentioned in the documentation: https://docs.near.org/tools/near-cli
To Reproduce
See screenshot above
Expected behavior
As a user, if I follow the NEAR CLI documentation, I should be able to correctly target the network of choice and not have confusion.
Or perhaps this is a simple order of operations where the newly declared environment variable (
NEAR_NETWORK
) takes precedence overNEAR_ENV
.The text was updated successfully, but these errors were encountered: