Skip to content

Commit 74c7fa3

Browse files
committed
📚 Update README
1 parent 14d490f commit 74c7fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@ forge test --fork-url $(grep ARCHIVE_NODE_URL_L2 .env | cut -d '=' -f2) --match-
188188
## External Conditional Order Executors
189189
> As of SM v2.1.0, public actors can execute conditional orders and receive a fee for doing so
190190
1. Navigate to `src/utils/executors/OrderExecution.sol`
191-
2. `OrderExecution` is a *simplified* abstract contract which defines: (1) basic batch conditional order execution functionality, (2) a method to update onchain Pyth oracle price feed(s), (3) **combined** price feed update(s) and then conditional order execution functionality
191+
2. `OrderExecution` is a *simplified* contract which defines: (1) basic batch conditional order execution functionality, (2) a method to update onchain Pyth oracle price feed(s), (3) **combined** price feed update(s) and then conditional order execution functionality
192192
> `OrderExecution` is meant to serve as a starting point for developers to build their own conditional order executors and IS NOT production ready nor has it been audited
193193
3. See https://docs.pyth.network/evm/update-price-feeds for more information on updating Pyth oracle price feeds
194194
4. See `IAccount.executeConditionalOrder` for more information on conditional order execution
195195
5. Currently there are no scripts in this repository which deploy the `OrderExecution` contract
196-
6. See https://github.com/JaredBorders/KwentaOrderExecutor for an conditional order executor that includes deployment scripts
196+
6. See https://github.com/JaredBorders/KwentaOrderExecutor for a conditional order executor that includes deployment scripts
197197

198198
## Project Tools
199199

0 commit comments

Comments
 (0)