Set of Ethereum smart contracts that power Polygon governance.
git clone https://github.com/maticnetwork/governance
cd governance
yarnCompile contracts and typescripts
yarn compileTo run testcases
yarn test:ciTimeLock.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