Skip to content

pnetwork-association/dao-v2-contracts

Repository files navigation

dao-v2-contracts

pNetwork DAO V2 smart contracts.

 


 

✅ Publish & Verify

publish

❍ npx hardhat run --network mainnet scripts/deploy-script.js

verify

❍ npx hardhat verify --network mainnet DEPLOYED_CONTRACT_ADDRESS "Constructor argument 1"

 


 

📋 Release

Go to .github/workflows/versioning.yml and updates body fields with the all changelogs

Changes in this Release
    - First Change
    - Second Change
    - ecc eccc

then:

git add .github/workflows/versioning.yml
git commit -S -m "chore(global): updates changelog for release"

Run one of the followings command:

npm version patch
npm version minor
npm version major

and then:

git push origin develop --follow-tags