Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 562 Bytes

README.md

File metadata and controls

50 lines (30 loc) · 562 Bytes

pgala-recovery-plan-contracts

pGALA recovery plan contracts

 


 

💂‍♂️ Smart Contract Tests

❍ npm install
❍ npm run test

 


 

✅ How to publish & verify

Create an .env file with the following fields:

BSC_MAINNET_NODE=
BSCSCAN_API_KEY=
BSC_MAINNET_PRIVATE_KEY=

publish

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

verify

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