Skip to content

Commit

Permalink
docs: "jurisdiction" -> "agreements"
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina authored Feb 28, 2024
1 parent b09d364 commit ea44cfc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/contracts/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Nation3 Jurisdiction Smart Contracts
# Nation3 Agreement Smart Contracts

## Local build & testing

Expand All @@ -25,9 +25,10 @@ forge test
```

## Deployment
Before deployment, you should specify the ARBITRATION_TOKEN in script/deploy.sol, in this case, we use the $NATION token

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

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

0 comments on commit ea44cfc

Please sign in to comment.