enable tests for token0isWeth

This commit is contained in:
JulesCrown 2024-06-25 09:38:23 +02:00
parent 76be65bb16
commit c3afb0172f
4 changed files with 89 additions and 5 deletions

View file

@ -58,6 +58,8 @@ $ anvil
### Deploy
```shell
forge clean
forge cache clean
source .env
forge script script/Deploy.sol:SepoliaScript --slow --broadcast --verify --rpc-url ${SEPOLIA_RPC_URL}
```