Skip to content

Commit

Permalink
📚 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wasp-in-bush committed Oct 22, 2024
1 parent 39c2190 commit 70d3ea1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@ USDC <--(spot market)--> sUSDC <--(spot market)--> USDx

1. **Build the project**

```bash
```
forge build
```

2. **Run tests**

```bash
```
forge test
```

3. **Report Test Coverage**

```bash
```
make coverage
```

4. **Report Gas Snapshot**
```bash
```
make snapshot
```

Expand All @@ -79,11 +79,11 @@ How to Deploy:
1. Create a `.env` file using `.env-example` as a reference

2. Deploy to Base
```bash
```
make deploy_base
```
3. Deploy to Arbitrum
```bash
```
make deploy_arbitrum
```

Expand Down

0 comments on commit 70d3ea1

Please sign in to comment.