npx hardhat run scripts/deploy/base/01_DeployVolt.ts --network metermain
open file./scripts/deploy/base/02_DeployDex.ts
edit WMTR address
run
npx hardhat run ./scripts/deploy/base/02_DeployDex.ts --network metermain
open file./scripts/deploy/base/03_DeploySystem.ts
edit Token address & VeDistPerWeek/VoterPerWeek
run
npx hardhat run ./scripts/deploy/base/03_DeploySystem.ts --network metermain
Set VeDistPerWeek/VoterPerWeek
open file./scripts/setting/SetMinter.ts
edit VeDistPerWeek/VoterPerWeek
run
npx hardhat run ./scripts/setting/SetMinter.ts --network metermain
npx hardhat run ./scripts/setting/DistributeAll.ts --network metermain
Mint Volt token to minter contract
open file./scripts/setting/MintTo.ts
edit amount
run
npx hardhat run ./scripts/setting/MintTo.ts --network metermain
npx hardhat run ./scripts/setting/UpdatePeriod.ts --network metermain
open file./scripts/setting/RegisterRewardToken.ts
edit reward token address
run
npx hardhat run ./scripts/setting/RegisterRewardToken.ts --network metermain
npx hardhat run ./scripts/upgrade/UpdateMinter.ts --network metermain