Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 708 Bytes

DEPLOYMENT.md

File metadata and controls

61 lines (44 loc) · 708 Bytes

Deployment

HardHat

npx hardhat node

Mainnet

yarn mainnet:deploy
yarn mainnet:verify
hardhat tenderly:verify --network mainnet ContractName=Address
hardhat tenderly:push --network mainnet ContractName=Address

Ropsten

npx hardhat run --network ropsten scripts/deploy.js 
npx hardhat verify --constructor-args arguments.js CONTRACT_ADDRESS
yarn ropsten:deploy
yarn ropsten:verify
hardhat tenderly:verify --network ropsten ContractName=Address

Kovan

yarn ropsten:deploy
yarn ropsten:verify
hardhat tenderly:verify --network kovan ContractName=Address