Skip to content

Commit

Permalink
fix: remove added watchlist fields
Browse files Browse the repository at this point in the history
  • Loading branch information
findolor committed Sep 6, 2024
1 parent 1ffefd2 commit 5c6a3d6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions crates/cli/src/commands/order/add.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@ deployments:
some-deployment:
scenario: some-scenario
order: some-order
watchlist:
name-one: address-one
name-two: address-two
---
#calculate-io
_ _: 0 0;
Expand Down
4 changes: 0 additions & 4 deletions crates/cli/src/commands/order/calldata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ deployments:
some-deployment:
scenario: some-scenario
order: some-order
watchlist:
name-one: address-one
name-two: address-two
---
#calculate-io
_ _: 0 0;
Expand Down
4 changes: 0 additions & 4 deletions crates/cli/src/commands/order/listorderfrontmatterkeys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ deployments:
some-different-deployment:
scenario: some-scenario.some-different-scenario
order: some-order
watchlist:
name-one: address-one
name-two: address-two
---
#calculate-io
_ _: 0 0;
Expand Down
4 changes: 0 additions & 4 deletions crates/cli/src/commands/order/orderbook_address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ deployments:
some-deployment:
scenario: some-scenario
order: some-order
watchlist:
name-one: address-one
name-two: address-two
---
#calculate-io
_ _: 0 0;
Expand Down

0 comments on commit 5c6a3d6

Please sign in to comment.