Skip to content

Commit 4697b8d

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat_v2-cleanings-cfg-mint
2 parents 6ee9a19 + e5e501c commit 4697b8d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

env/pharos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
},
294294
"deploymentInfo": {
295295
"deploy:protocol": {
296-
"gitCommit": "26a860fb",
296+
"gitCommit": "0931a54f",
297297
"timestamp": "2026-02-23T16:09:17Z",
298298
"suffix": "",
299299
"startBlock": 3193850

src/spell/V2CleaningsSpell.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ address constant WCFG_MULTISIG = 0x3C9D25F2C76BFE63485AE25D524F7f02f2C03372;
1515
address constant CHAINBRIDGE_ERC20_HANDLER = 0x84D1e77F472a4aA697359168C4aF4ADD4D2a71fa;
1616
address constant CREATE3_PROXY = 0x28E6eED839a5E03D92f7A5C459430576081fadFb;
1717
address constant IOU_CFG = 0xACF3c07BeBd65d5f7d86bc0bc716026A0C523069;
18+
address constant CFG_MINTER = 0x50a168Cd6957e07B6dE6C1A99B2f940475f70dEf;
1819

1920
address constant TRANCHE_JTRSY = 0x8c213ee79581Ff4984583C6a801e5263418C4b86; // ETH_JTRSY, BASE_JTRSY, ARBITRUM_JTRSY
2021
address 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
}

0 commit comments

Comments
 (0)