From d780ba320f8a7f4bffd4a5b581c8720bdc078985 Mon Sep 17 00:00:00 2001 From: ts0yu <120932697+ts0yu@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:23:32 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 280fcaa..4a9e717 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ We hope to provide useful behaviors and simulations from those that will allow p ## Goals **Initially:** -- [ ] Create basic deployment behaviors to get the Uniswap V3 contracts deployed into the Arbiter environment. +- [x] Create basic deployment behaviors to get the Uniswap V3 contracts deployed into the Arbiter environment. - [ ] Create basic liquidity management behaviors to allow users to provide liquidity to the Uniswap V3 contracts. - [ ] Create basic swapping behaviors to allow users to swap on the Uniswap V3 contracts. - [ ] Create an arbitrage behavior so that UniV3 can track simulated price paths.