Skip to content

Commit

Permalink
Merge branch 'andrius/remove-value-provider' into 'main'
Browse files Browse the repository at this point in the history
Remove example_provider app (moved to separate repo)

See merge request flarenetwork/ftso-scaling!95
  • Loading branch information
adg-flare committed Apr 29, 2024
2 parents 5adca98 + 8698195 commit 4401010
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 2,017 deletions.
6 changes: 0 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ INDEXER_TOP_TIMEOUT=5
# Feed Value Provider connection url
VALUE_PROVIDER_BASE_URL="http://localhost:3101"

# Example Feed Value Provider (for testing only)
VALUE_PROVIDER_CLIENT_PORT=3101
VALUE_PROVIDER_CLIENT_BASE_PATH=""
# Set to "fixed" to use a fixed provider, leave empty for ccxt provider
VALUE_PROVIDER_IMPL="fixed"

# Epoch settings
ES_FIRST_VOTING_ROUND_START_TS=1704250616
ES_VOTING_EPOCH_DURATION_SECONDS=20
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ COPY --from=nodemodules /app/node_modules /app/node_modules
COPY . ./

RUN yarn build
RUN yarn build example_provider

FROM node:18-slim as runtime

Expand Down
9 changes: 0 additions & 9 deletions apps/example_provider/README.md

This file was deleted.

Loading

0 comments on commit 4401010

Please sign in to comment.