Skip to content

Commit

Permalink
chore: update dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
bayological committed Sep 13, 2024
1 parent 874ed38 commit 1a35271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ export HTTP_RPC_PROVIDER_URL=https://forno.celo.org
export WS_RPC_PROVIDER_URL=wss://forno.celo.org/ws
export PRICE_SOURCES=$(cat devPriceSourcesConfig.txt)
export OVERRIDE_INDEX=1
export OVERRIDE_ORACLE_COUNT=3
export OVERRIDE_ORACLE_COUNT=3
export API_KEYS=$(cat devApiKeys.txt)
export MID_AGGREGATION_MAX_EXCHANGE_VOLUME_SHARE=1
1 change: 1 addition & 0 deletions devApiKeys.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALPHAVANTAGE:1234567

0 comments on commit 1a35271

Please sign in to comment.