You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,7 @@ In manual mode all sleeps are disabled and `ALLOW_REPORTING_IN_BUNKER_MODE` is T
220
220
|`KEYS_API_URI`| URI of the Keys API | True |`http://localhost:8080`|
221
221
|`LIDO_LOCATOR_ADDRESS`| Address of the Lido contract | True |`0x1...`|
222
222
|`STAKING_MODULE_ADDRESS`| Address of the Staking Module contract | Staking Module only |`0x1...`|
223
+
|`DELEGATION_CONTRACT_ADDRESS`| Address of the delegation contract. When set, oracle calls are routed through this contract | False |`0x1...`|
223
224
|`MEMBER_PRIV_KEY`| Private key of the Oracle member account | False |`0x1...`|
224
225
|`MEMBER_PRIV_KEY_FILE`| A path to the file contained the private key of the Oracle member account. It takes precedence over `MEMBER_PRIV_KEY`| False |`/app/private_key`|
0 commit comments