Skip to content

Commit

Permalink
Problem: relayer api prefix gravity bridge docs is wrong (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
mofhusseini authored Jun 30, 2022
1 parent 31cf140 commit 64c32d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ You might also need to pass `--fees` flag.
In order to run the orchestrator, you will need to set RELAYER_API_URL environment variable to point to Cronos public relayer API:

```bash
export RELAYER_API_URL=https://cronos.org/pioneer11/relayer
export RELAYER_API_URL=https://cronos.org/pioneer11/relayer/relayer
```

To read more about the relayer modes, you can check out [gravity-bridge-relayer-modes.md](gravity-bridge-relayer-modes.md).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You should transfer funds to the Ethereum account generated earlier. Gravity Bri
In order to run the relayer, you will need to set RELAYER_API_URL environment variable to point to Cronos public relayer API:

```bash
export RELAYER_API_URL=https://cronos.org/pioneer11/relayer
export RELAYER_API_URL=https://cronos.org/pioneer11/relayer/relayer
```

To read more about the relayer modes, you can check out [gravity-bridge-relayer-modes.md](gravity-bridge-relayer-modes.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/gravity-bridge/systemd/gorc.service.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ExecStart=<GORC_BINARY> -c <GORC_BINARY_DIR>/gorc.toml <GORC_START_COMMAND>
Restart=on-failure
RestartSec=10

Environment="RELAYER_API_URL=https://cronos.org/pioneer11/relayer"
Environment="RELAYER_API_URL=https://cronos.org/pioneer11/relayer/relayer"

[Install]
WantedBy=multi-user.target

0 comments on commit 64c32d9

Please sign in to comment.