File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 293293 },
294294 "deploymentInfo" : {
295295 "deploy:protocol" : {
296- "gitCommit" : " 26a860fb " ,
296+ "gitCommit" : " 0931a54f " ,
297297 "timestamp" : " 2026-02-23T16:09:17Z" ,
298298 "suffix" : " " ,
299299 "startBlock" : 3193850
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ address constant WCFG_MULTISIG = 0x3C9D25F2C76BFE63485AE25D524F7f02f2C03372;
1515address constant CHAINBRIDGE_ERC20_HANDLER = 0x84D1e77F472a4aA697359168C4aF4ADD4D2a71fa ;
1616address constant CREATE3_PROXY = 0x28E6eED839a5E03D92f7A5C459430576081fadFb ;
1717address constant IOU_CFG = 0xACF3c07BeBd65d5f7d86bc0bc716026A0C523069 ;
18+ address constant CFG_MINTER = 0x50a168Cd6957e07B6dE6C1A99B2f940475f70dEf ;
1819
1920address constant TRANCHE_JTRSY = 0x8c213ee79581Ff4984583C6a801e5263418C4b86 ; // ETH_JTRSY, BASE_JTRSY, ARBITRUM_JTRSY
2021address constant TRANCHE_JAAA = 0x5a0F93D040De44e78F251b03c43be9CF317Dcf64 ; // ETH_JAAA, BASE_JAAA
@@ -69,6 +70,7 @@ contract V2CleaningsSpell {
6970 // Mainnet CFG only has the v2 root relied, need to replace with v3 root
7071 if (block .chainid == ETHEREUM_CHAIN_ID) {
7172 ROOT_V2.relyContract (CFG, address (ROOT_V3));
73+ ROOT_V2.relyContract (CFG, CFG_MINTER);
7274 ROOT_V3.denyContract (CFG, IOU_CFG);
7375 ROOT_V3.denyContract (CFG, address (ROOT_V2));
7476 }
You can’t perform that action at this time.
0 commit comments