-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c12ab0c
commit dc64020
Showing
5 changed files
with
66 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# .env.sample | ||
|
||
# URLs for DB connection | ||
ETHEREUM_DB_URL= | ||
GNOSIS_DB_URL= | ||
# DB connection | ||
DB_URL= | ||
|
||
# URLs for Node provider connection | ||
ETHEREUM_NODE_URL= | ||
GNOSIS_NODE_URL= | ||
# Node provider connection | ||
NODE_URL= | ||
|
||
# add credentials for connecting to solver slippage DB based on this format | ||
SOLVER_SLIPPAGE_DB_URL=postgresql://username:password@hostname:port/database | ||
# connecting to Solver Slippage DB | ||
SOLVER_SLIPPAGE_DB_URL= | ||
|
||
# configure chain sleep time | ||
ETHEREUM_SLEEP_TIME= | ||
GNOSIS_SLEEP_TIME= | ||
# configure chain sleep time, e.g. CHAIN_SLEEP_TIME=60 | ||
CHAIN_SLEEP_TIME= | ||
|
||
# add chain name, e.g. CHAIN_NAME=Ethereum | ||
CHAIN_NAME= | ||
|
||
# optional | ||
INFURA_KEY=infura_key_here | ||
INFURA_KEY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters