Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TTNguyenDev committed Feb 16, 2024
1 parent 163ed95 commit f6aada2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ forge test
```

## Deployment
Before deployment, you should specify the ARBITRATION_TOKEN in script/deploy.sol, in this case, we use $NATION token
```
address ARBITRATION_TOKEN = 0x333A4823466879eeF910A04D473505da62142069; // Mainnet
```

Run the deploy script first to verify that can be broadcasted:
```
Expand Down

0 comments on commit f6aada2

Please sign in to comment.