Skip to content

Commit a99fa85

Browse files
committed
fix: new deployment
1 parent 3dcad26 commit a99fa85

File tree

6 files changed

+13
-15
lines changed

6 files changed

+13
-15
lines changed

.gitmodules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[submodule "lib/aave-delivery-infrastructure"]
22
path = lib/aave-delivery-infrastructure
33
url = https://github.com/bgd-labs/aave-delivery-infrastructure
4-
branch = feat/bob
54
[submodule "lib/aave-helpers"]
65
path = lib/aave-helpers
76
url = https://github.com/bgd-labs/aave-helpers

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ custom_ethereum := --with-gas-price 2000000000 # 53 gwei
2626
custom_zksync := --zksync
2727
custom_linea-testnet := --legacy --with-gas-price 27000000000 --force # 1 gwei
2828
custom_linea := --with-gas-price 1000000000 --force # 1 gwei
29-
custom_bob := --with-gas-price 100000000 --force # 0.1 gwei
29+
# custom_bob := --with-gas-price 100000000 --force # 0.1 gwei
3030
custom_ethereum-testnet := --legacy --with-gas-price 27000000000 --force # 1 gwei
3131

3232
# params:

deployments/bob.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"arbAdapter": "0x0000000000000000000000000000000000000000",
33
"baseAdapter": "0x0000000000000000000000000000000000000000",
4-
"bobAdapter": "0xE0952BC7C31E73431549E58f11FffF31d63BBEe2",
4+
"bobAdapter": "0x2171E8AD4045342AF92DdC1227ADC659f2a00535",
55
"ccipAdapter": "0x0000000000000000000000000000000000000000",
66
"chainId": 60808,
77
"clEmergencyOracle": "0x0000000000000000000000000000000000000000",
88
"create3Factory": "0x0000000000000000000000000000000000000000",
9-
"crossChainController": "0xef59a4eF559Bc7DA51B4A11E8cE24fC8bA0a8561",
10-
"crossChainControllerImpl": "0xDE5A4ed7570494cd6cC556b6a8F933a2A7D89b34",
9+
"crossChainController": "0xf630C8A7bC033FD20fcc45d8B43bFe92dE73154F",
10+
"crossChainControllerImpl": "0x931F1da6E2Bc9Ef1842b3094b908E9E6E24D1198",
1111
"emergencyRegistry": "0x0000000000000000000000000000000000000000",
12-
"executor": "0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A",
12+
"executor": "0x90800d1F54384523723eD3962c7Cd59d7866c83d",
1313
"gnosisAdapter": "0x0000000000000000000000000000000000000000",
14-
"granularCCCGuardian": "0x80235F027952d69121d3FCa0b996708AC5aDCB5B",
14+
"granularCCCGuardian": "0xb2C672931Bd1Da226e29997Ec8cEB60Fb1DA3959",
1515
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
1616
"hlAdapter": "0x0000000000000000000000000000000000000000",
1717
"inkAdapter": "0x0000000000000000000000000000000000000000",
@@ -23,7 +23,7 @@
2323
"opAdapter": "0x0000000000000000000000000000000000000000",
2424
"owner": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
2525
"polAdapter": "0x0000000000000000000000000000000000000000",
26-
"proxyAdminCCC": "0x122340c9b391BD581a8632217735cA2470F232c4",
26+
"proxyAdminCCC": "0x628ca0cB6e8A163bB1C4a50B75D7D4E7D38e8b18",
2727
"proxyFactory": "0xEB0682d148e874553008730f0686ea89db7DA412",
2828
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
2929
"scrollAdapter": "0x0000000000000000000000000000000000000000",

scripts/access_control/network_scripts/GranularGuardianNetworkDeploys.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ contract Soneium is DeployGranularGuardian {
331331

332332
contract Bob is DeployGranularGuardian {
333333
function DEFAULT_ADMIN() internal pure override returns (address) {
334-
return 0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A; //GovernanceV3Bob.EXECUTOR_LVL_1;
334+
return 0x90800d1F54384523723eD3962c7Cd59d7866c83d; //GovernanceV3Bob.EXECUTOR_LVL_1;
335335
}
336336

337337
function RETRY_GUARDIAN() internal pure override returns (address) {

scripts/helpers/UpdateCCCPermissions.s.sol

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,18 @@ contract Soneium is Script, UpdateCCCPermissionsSoneium {
115115
}
116116
}
117117

118-
119118
contract UpdateCCCPermissionsBob is UpdateCCCPermissions {
120119
function targetOwner() public pure override returns (address) {
121-
return 0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A; // executor
120+
return 0x90800d1F54384523723eD3962c7Cd59d7866c83d; // executor
122121
}
123122

124123
function targetADIGuardian() public pure override returns (address) {
125-
return 0x80235F027952d69121d3FCa0b996708AC5aDCB5B; // Granular Guardian
124+
return 0xb2C672931Bd1Da226e29997Ec8cEB60Fb1DA3959; // Granular Guardian
126125
}
127126

128127
function aDIContractsToUpdate() public pure override returns (address[] memory) {
129128
address[] memory contracts = new address[](1);
130-
contracts[0] = 0xef59a4eF559Bc7DA51B4A11E8cE24fC8bA0a8561; // CCC
129+
contracts[0] = 0xf630C8A7bC033FD20fcc45d8B43bFe92dE73154F; // CCC
131130
return contracts;
132131
}
133132
}
@@ -140,4 +139,4 @@ contract Bob is Script, UpdateCCCPermissionsBob {
140139

141140
vm.stopBroadcast();
142141
}
143-
}
142+
}

0 commit comments

Comments
 (0)