Skip to content

Commit

Permalink
Update README.md (#7)
Browse files Browse the repository at this point in the history
Change example .env RPC and REST links to mainnet
  • Loading branch information
Lefey authored Dec 1, 2023
1 parent be73ca4 commit 32c7ad9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ RESTAKE_BY_CRON='0 */4 * * *'
# Human-readable CRON job for automatically restaking tokens
HUMAN_READABLE_RESTAKE_BY_CRON='4 hours'
# KYVE_ENV (optinal) default is 'kyve-1'
KYVE_ENV='kyve-1 '
KYVE_ENV='kyve-1'
# RPC enpoint(optinal)
RPC='https://rpc-eu-1.korellia.kyve.network'
RPC='https://rpc-eu-1.kyve.network'
# API endpoint (optinal)
REST='https://api-eu-1.korellia.kyve.network'
REST='https://api-eu-1.kyve.network'
# If no RPC or REST endpoint provided, service will use default endpoints from kyvejs/sdk bu
```
1. With Docker compose
Expand Down

0 comments on commit 32c7ad9

Please sign in to comment.