-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: address filter and chain config (#112)
# Description This PR tweaks some configuration options for easing deployment on dappnode. # Changes - [x] `rpc`, `deploymentBlock`, `watchdogTimeout`, and `orderBookApi` collapsed down into `chain-config` - [x] Added `ChainConfig` option parser - [x] Added user-defined `address` filter (only process conditional orders from specific addresses) - [x] Fixes a calculation issue with the watchdog ## How to test 1. Follow the readme instructions for quickly running 2. Observe no errors ## Related Issues Fixes: #72
- Loading branch information
Showing
7 changed files
with
234 additions
and
163 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
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
Oops, something went wrong.