Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: pr 131 comments #135

Merged
merged 2 commits into from
Jan 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ node_modules/
yalc.lock

# Databases
database*
database*

# Default config
/config*.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Watch-Tower for Programmatic Orders 🐮🎶
# Watch-Tower for Programmatic Orders 🐄🤖

## Overview

Expand Down Expand Up @@ -56,7 +56,7 @@ For [DAppNode](https://dappnode.com), the watch-tower is available as a package.
# Install dependencies
yarn
# Run watch-tower
yarn cli run --chain-config <rpc>,<deployment-block> --page-size 5000
yarn cli run --config-path ./config.json
```

## Architecture
Expand Down
4 changes: 0 additions & 4 deletions src/utils/filterPolicy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ export interface FilterParams {
conditionalOrderParams: ConditionalOrderParams;
}

export interface FilterPolicyParams {
configBaseUrl: string;
// configAuthToken: string; // TODO: Implement authToken
}
export class FilterPolicy {
protected config: PolicyConfig | undefined;

Expand Down
Loading