Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 537 Bytes

File metadata and controls

34 lines (20 loc) · 537 Bytes

Polygon Governance

Set of Ethereum smart contracts that power Polygon governance.

Local setup

git clone https://github.com/maticnetwork/governance
cd governance
yarn

Compile contracts and typescripts

yarn compile

To run testcases

yarn test:ci

Contracts

TimeLock.sol - This contract is standard OpenZeppelin TimelockController contract, which executes each proposal with mentioned delay. For production, 2 days of delay will be used.

LICENSE

GPL-3.0-or-later