-
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.
# Description Add Base network support # Changes - [x] Bump cow-sdk version ## How to test 1. Use the following config: ``` { "networks": [ { "name": "base", "rpc": "<set a base rpc here>", "deploymentBlock": 21794150, "processEveryNumBlocks": 5, "pageSize": 5000, "filterPolicy": { "defaultAction": "ACCEPT", "conditionalOrderIds": {}, "transactions": {}, "handlers": {}, "owners": {} } } ] } ``` 2. Run it with `yarn cli` * Should start and process blocks accordingly  Note: Not yet able to place TWAP orders, so can't be fully tested yet
- Loading branch information
1 parent
b50d5b4
commit fc2d231
Showing
3 changed files
with
6 additions
and
7 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