Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 348 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 348 Bytes

VotingEscrow Agent contracts

This is a simple agent contract which allows ve lockers to see how much they can claim from FeeDistributor contract

How to deploy contracts

yarn hardhat deploy --network NETWORK_NAME

How to verify contracts on etherscan

yarn hardhat etherscan-verify --solc-input --network NETWORK_NAME