Skip to content

Commit

Permalink
Add local deployment info
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Feb 20, 2024
1 parent c600371 commit 563d109
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ npx hardhat setup:dao --config-file config.js --network mumbai
npx hardhat setup:test --config-file config.js --network mumbai
```

## Local deployment

```
WAIT_BLOCKS=0 npx hardhat deploy:mocks --restart --config-file config.js --network localhost
WAIT_BLOCKS=0 npx hardhat deploy:dao --restart --config-file config.js --network localhost
WAIT_BLOCKS=0 npx hardhat setup:dao --restart --config-file config.js --network localhost
WAIT_BLOCKS=0 npx hardhat setup:test --restart --config-file config.js --network localhost
```

- [USDC](https://mumbai.polygonscan.com/address/0xE4105F54Bf2cCcCC37EE057C89e6c1134EBc9449) `0xE4105F54Bf2cCcCC37EE057C89e6c1134EBc9449`
- [DIAOracleV2](https://mumbai.polygonscan.com/address/0xb07Ef6909af5d52931D942dbaB6155794C3fc645) `0xb07Ef6909af5d52931D942dbaB6155794C3fc645`
- [DAORoles](https://mumbai.polygonscan.com/address/0x8967822842F410496B607E17F9D3e51C889D04e8) `0x8967822842F410496B607E17F9D3e51C889D04e8`
Expand Down

0 comments on commit 563d109

Please sign in to comment.