mirror of
https://github.com/fluencelabs/node-distro
synced 2024-12-04 23:30:17 +00:00
feat(Dockerfile): set default FLUENCE_ENV_CONNECTOR_FROM_BLOCK env (#145)
This commit is contained in:
parent
ba4772fef2
commit
3cdbba8395
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user