mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
v2 => v1
This commit is contained in:
parent
bc3d1868ad
commit
b3ce82421b
|
@ -2,7 +2,7 @@ pragma solidity ^0.7.0;
|
|||
|
||||
import "./SafeMath.sol";
|
||||
|
||||
contract InstaTimelockV2 {
|
||||
contract InstaTimelock {
|
||||
using SafeMath for uint;
|
||||
|
||||
event NewAdmin(address indexed newAdmin);
|
||||
|
|
Loading…
Reference in New Issue
Block a user