Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/integrations/integrators.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Update the `$HOME/.libra/cli` config
```bash
# Interactive tool: configure tools, enter the mnemonic above
libra config init
libra config --profile my-testnet fix --force-url localhost:8280/v1
libra config --profile my-testnet fix --fullnode-url localhost:8280/v1
```

Optionally for automated testing these envvars for non-interactive mode:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/node-operators/validators/register.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libra txs transfer -t <YOUR ACCOUNT> -a 1
### Update upstream node
Set your client `libra.yaml` with the rpc-load-balancer upstream node
``` bash
libra config fix --force-url https://rpc.openlibra.space:8080
libra config fix --fullnode-url https://rpc.openlibra.space:8080
```

### Submit configs to chain
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/node-operators/validators/restore.todo
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ libra config fullnode-init
### Update upstream node
Set your client `libra.yaml` with the rpc-load-balancer upstream node
``` bash
libra config fix --force-url https://rpc.openlibra.space:8080
libra config fix --fullnode-url https://rpc.openlibra.space:8080
```

### Clone and build the epoch-archive-mainnet repository
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/node-operators/validators/vfn-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ In order to fix this, after you have run the above command, please run:

Set your client `libra.yaml` with the rpc-load-balancer upstream node
``` bash
libra config fix --force-url https://rpc.openlibra.space:8080
libra config fix --fullnode-url https://rpc.openlibra.space:8080
```

:::info
Expand Down