Skip to content

Commit

Permalink
Deploy timelock authorizer (#2076)
Browse files Browse the repository at this point in the history
* Update changelog

* Fix task

* Goerli

* Mainnet

* Update pkg/deployments/CHANGELOG.md

Co-authored-by: Tom French <[email protected]>
  • Loading branch information
nventuro and TomAFrench authored Nov 29, 2022
1 parent cd16d44 commit a74e4c4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions pkg/deployments/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Deployed `AuthorizerAdaptorEntrypoint` to all networks.
- Deployed `AaveLinearPoolFactory` to all networks.
- Deployed `PoolRecoveryHelper` to all networks.
- Deployed `TimelockAuthorizer` to ethereum mainnet and goerli.

### Deprecations

Expand Down
5 changes: 4 additions & 1 deletion pkg/deployments/deployment-txs/goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@
"0x6d471c05f8A99Bd8f991467A8283e3DC968b8D7c": "0xb1e1d97e5074f2e6dee8234979a4557a8deb2d20109f03cce70cb795e5725fad",
"0x5c89d9E1A668d0B39F4EC242F280bdDd445C633c": "0x95d526d4a4329b3ee91e0376813dbefa8286f27152164a8c876ca7d85c6b39ea",
"0x88D07558470484c03d3bb44c3ECc36CAfCF43253": "0x9bc4424ec5f304980eb798c71d152722af83f561e0e5cd2653f7667b0802bbdd",
"0xacAaC3e6D6Df918Bf3c809DFC7d42de0e4a72d4C": "0x9aa8cff640c2a1992c0ad8732b202adada780c2ffb659dc1a31a2a92777fc14e"
"0xacAaC3e6D6Df918Bf3c809DFC7d42de0e4a72d4C": "0x9aa8cff640c2a1992c0ad8732b202adada780c2ffb659dc1a31a2a92777fc14e",
"0x8aB784368A1883DA90D8513b48801e2Db1cb2D5D": "0xe908907a76ca9187729a78ef2814cee5481819a914340db4882522386c7890b9",
"0x994086630773dC6cB54D3A5E0Ef0963532789E75": "0xb90d6cea041058605a596a7b988f3b0f08cfb457fb332e4cc53708f336ed86bc",
"0x7C71313d3b84728cA0FD4cDaD8c86067E3548dCe": "0xc653da0876b1d35f922b211f07f092a3a9fda6d0547bfb729c6c9ec49055942d"
}
5 changes: 3 additions & 2 deletions pkg/deployments/deployment-txs/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
"0xc40e9101993ce134411e86E1bCB3Ffc27019CD13": "0x9236a1dbf9dea844b733b9f5b357a5c7f35f1cce8fafa469da956d70a18d49ca",
"0xbA54bb8a7E0eefe160164d00c06A4F2ee8459a5f": "0x1ed9e1aab7bf1d49815562b2ce5f24e2a514507810cbd7ccd56ffed9bd07322d",
"0xe23D111cb71414830B93F078977B7f53A5e996eE": "0x0a7b279b9185e7a9b6f8de49247d8362cbb8837fb7afe08e4b8f4baa45a2b997",
"0xf5dECDB1f3d1ee384908Fbe16D2F0348AE43a9eA": "0xfe4e542bea9a1508ba030bb73cd7e44c03dc80f585adbb6d578a04a171d6bcf4"
}
"0xf5dECDB1f3d1ee384908Fbe16D2F0348AE43a9eA": "0xfe4e542bea9a1508ba030bb73cd7e44c03dc80f585adbb6d578a04a171d6bcf4",
"0x67ae4cD9CB293F89B3e0109250962830d351AB53": "0x2fa1ae131a6b7fde2c7f3d92837421c3d9116b122ed33941e9d8c9528f17e45d"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default async (task: Task, { force, from }: TaskRunOptions = {}): Promise
input.Revokers,
input.ExecuteDelays,
input.GrantDelays,
{ gasLimit: 15e6 },
];
const migrator = await task.deployAndVerify('TimelockAuthorizerMigrator', args, from, force);

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"TimelockAuthorizerMigrator": "0x7C71313d3b84728cA0FD4cDaD8c86067E3548dCe",
"timestamp": 1669751924932,
"TimelockAuthorizer": "0x0309d5ea13D322cad84FD864AfFb70eBf372A336"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"TimelockAuthorizerMigrator": "0x67ae4cD9CB293F89B3e0109250962830d351AB53",
"timestamp": 1669753370499,
"TimelockAuthorizer": "0xcFb4aD120fd720cA3087d8949624752329b39fec"
}

0 comments on commit a74e4c4

Please sign in to comment.