Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
baroooo committed Aug 14, 2024
1 parent 0f7f26f commit f10493c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mento Governance Tests

This repo contains tests to verify the Mento Protocol governance setup.
This repo contains fork tests to verify the Mento Protocol governance setup.

## Getting Started

Expand All @@ -14,9 +14,12 @@ cd governance-tests
# Install dependencies with pnpm
pnpm install

# Build the contracts, generate ts types & run typescript compiler
pnpm build
# Run the tests against celo
pnpm test

# Run the tests against alfajores
pnpm test:alfajores

# Run the tests against baklava
pnpm test:baklava
```
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"test": "NETWORK=celo pnpm exec hardhat test",
"test:alfajores": "NETWORK=alfajores pnpm exec hardhat test",
"test:baklava": "NETWORK=baklava pnpm exec hardhat test",
"build": "NETWORK=alfajores hardhat compile && pnpm tsc",
"lint": "pnpm run prettier:check && pnpm run eslint:check",
"prettier:check": "prettier --config \"./.prettierrc.json\" --check \"**/*.ts\"",
"prettier": "prettier --config \"./.prettierrc.json\" --write \"**/*.ts\"",
Expand Down

0 comments on commit f10493c

Please sign in to comment.