Set of Ethereum smart contracts that power Polygon governance.
git clone https://github.com/maticnetwork/governance
cd governance
yarn
Compile contracts and typescripts
yarn compile
To run testcases
yarn test:ci
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.
GPL-3.0-or-later