Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Update documentation for wallet url
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximusHaximus committed Jan 8, 2024
1 parent 15e2233 commit d62ef1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ near login

**Custom wallet url:**

Default wallet url is `https://wallet.testnet.near.org/`. But if you want to change to a different wallet url, you can use `--walletUrl` option.
Default wallet url is `https://testnet.mynearwallet.com/`. But if you want to change to a different wallet url, you can use `--walletUrl` option.
```
near login --walletUrl https://testnet.mynearwallet.com/
near login --walletUrl https://localhost:12345/
```

#### Access Key Location:
Expand Down

0 comments on commit d62ef1d

Please sign in to comment.