Skip to content

Commit

Permalink
fix(envs): change API to get the token price of LIBRE
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Jan 31, 2023
1 parent 38069b1 commit 6ff4e85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.libre
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ HAPI_SYNC_PRODUCERS_INTERVAL=14400
HAPI_SYNC_PRODUCER_INFO_INTERVAL=1
HAPI_SYNC_PRODUCER_CPU_INTERVAL=6
HAPI_SYNC_EXCHANGE_RATE=86400
HAPI_EOS_EXCHANGE_RATE_API=https://api.coingecko.com/api/v3/simple/price?ids=proton&vs_currencies=usd
HAPI_COINGECKO_API_TOKEN_ID=BTC
HAPI_EOS_EXCHANGE_RATE_API=https://dashboard-api.libre.org/exchange-rates
HAPI_COINGECKO_API_TOKEN_ID=LIBRE
HAPI_REWARDS_TOKEN=LIBRE
HAPI_SYNC_STATS_INTERVAL=60
HAPI_SYNC_SCHEDULE_HISTORY_INTERVAL=86400
Expand Down
4 changes: 2 additions & 2 deletions .env.libretestnet
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ HAPI_SYNC_PRODUCERS_INTERVAL=14400
HAPI_SYNC_PRODUCER_INFO_INTERVAL=1
HAPI_SYNC_PRODUCER_CPU_INTERVAL=6
HAPI_SYNC_EXCHANGE_RATE=86400
HAPI_EOS_EXCHANGE_RATE_API=https://api.coingecko.com/api/v3/simple/price?ids=wax&vs_currencies=usd
HAPI_COINGECKO_API_TOKEN_ID=BTC
HAPI_EOS_EXCHANGE_RATE_API=https://dashboard-api.libre.org/exchange-rates
HAPI_COINGECKO_API_TOKEN_ID=LIBRE
HAPI_REWARDS_TOKEN=LIBRE
HAPI_SYNC_STATS_INTERVAL=60
HAPI_SYNC_SCHEDULE_HISTORY_INTERVAL=86400
Expand Down

0 comments on commit 6ff4e85

Please sign in to comment.