feat(Dockerfile): set default FLUENCE_ENV_CONNECTOR_FROM_BLOCK env (#145)

This commit is contained in:
Aleksey Proshutisnkiy 2023-05-30 19:39:36 +02:00 committed by GitHub
parent ba4772fef2
commit 3cdbba8395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,9 +69,11 @@ ENV FLUENCE_ENV_AQUA_IPFS_LOCAL_API_MULTIADDR=/dns4/ipfs.fluence.dev/tcp/5001
# 'false' means to join no deals and disable connector completely
ENV FLUENCE_ENV_CONNECTOR_JOIN_ALL_DEALS=true
# instruct decider which api endpoint to poll
ENV FLUENCE_ENV_CONNECTOR_API_ENDPOINT="https://testnet.aurora.dev"
ENV FLUENCE_ENV_CONNECTOR_API_ENDPOINT=https://testnet.aurora.dev
# deal contract address
ENV FLUENCE_ENV_CONNECTOR_CONTRACT_ADDRESS=0xb497e025D3095A197E30Ca84DEc36a637E649868
# find deals from this block
ENV FLUENCE_ENV_CONNECTOR_FROM_BLOCK=0x75f3fbc
# download fluence, builtins
RUN --mount=type=bind,source=fluence,target=/fluence /fluence/download_builtins.sh /fluence/services.json