1.0.0 • Published 5 years ago
pooltogether-sushi-yield-source v1.0.0
Install project
yarnRun tests
Setup
You will needs to enviroment variables to run the tests.
export WEB3_INFURA_PROJECT_ID=
export ETHERSCAN_TOKEN=You will get the first one from https://infura.io/ You will get the second one from https://etherscan.io/
Verify
yarn verifyruns both test and hint.
Test
yarn testCoverage
yarn coverageDeployement
In order to deploy to mainnet:
export HDWALLET_MNEMONIC=
yarn hardhat --network mainnet deploy
yarn hardhat --network mainnet etherscan-verify --api-key $ETHERSCAN_TOKEN1.0.0
5 years ago