From 1b55a1ff4c34d4da07f4dc68fb5474a2482b15c0 Mon Sep 17 00:00:00 2001 From: Sabnock01 <24715302+Sabnock01@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:26:21 -0600 Subject: [PATCH] update README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index bdf88b2..272e20b 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Since puzzles are on-chain, everyone can view everyone else's submissions. The g ## Usage -This project uses [**Foundry**](https://github.com/foundry-rs/foundry) as its development/testing framework and a [**Constellation**](https://constellation.so/) roll-up for testing. +This project uses [**Foundry**](https://github.com/foundry-rs/foundry) as its development/testing framework. ### Installation @@ -158,11 +158,6 @@ If you are deploying to a public chain, replace `DeployMainnet` and `mainnet` wi forge script script/deploy/DeployMainnet.s.sol:DeployMainnet -f mainnet --broadcast --verify ``` -If you are deploying to the Constellation roll-up, remove `--verify` and add `--legacy`: -```sh -forge script script/deploy/DeployConstellation.s.sol:DeployConstellation -f constellation --broadcast --legacy --sender $SENDER_ADDRESS -``` - ## Acknowledgements * [**Solmate**](https://github.com/transmissions11/solmate) * [**Art Gobblers**](https://github.com/artgobblers/art-gobblers)