Skip to content

Commit

Permalink
fix: updated guardians
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra committed Dec 12, 2024
1 parent 2fff546 commit ad95fb7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions safe.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2015,8 +2015,8 @@ address,name,chainId
0x4758213271BFdC72224A7a8742dC865fC97756e1,AaveV3Linea WETH_GATEWAY,59144
0x0D3f821e9741C8a8Bcac231162320251Db0cdf52,GovernanceV3Linea CROSS_CHAIN_CONTROLLER,59144
0x8c2d95FE7aeB57b86961F3abB296A54f0ADb7F88,GovernanceV3Linea EXECUTOR_LVL_1,59144
0x0BF186764D8333a938f35e5dD124a7b9b9dccDF9,GovernanceV3Linea GOVERNANCE_GUARDIAN,59144
0x8CAdaAE6cd278c7C8FBaD5d6F55Ca6129A627E10,GovernanceV3Linea GRANULAR_GUARDIAN,59144
0x056E4C4E80D1D14a637ccbD0412CDAAEc5B51F4E,GovernanceV3Linea GOVERNANCE_GUARDIAN,59144
0xc1cd6faF6e9138b4e6C21d438f9ebF2bd6F6cA16,GovernanceV3Linea GRANULAR_GUARDIAN,59144
0x61308f66DEF56EffFa25C8CB5408D6dDdB450149,GovernanceV3Linea PAYLOADS_CONTROLLER,59144
0x6d4F341d8Bb3Dc5ABe822Aa940F1884508C13f99,GovernanceV3Linea PC_DATA_HELPER,59144
0x0BF186764D8333a938f35e5dD124a7b9b9dccDF9,MiscLinea PROTOCOL_GUARDIAN,59144
Expand Down
4 changes: 2 additions & 2 deletions scripts/configs/governance/linea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const governanceConfigLinea: GovernanceConfig = {
CROSS_CHAIN_CONTROLLER: '0x0D3f821e9741C8a8Bcac231162320251Db0cdf52',
PAYLOADS_CONTROLLER: '0x61308f66DEF56EffFa25C8CB5408D6dDdB450149',
PC_DATA_HELPER: '0x6d4F341d8Bb3Dc5ABe822Aa940F1884508C13f99',
GRANULAR_GUARDIAN: '0x8CAdaAE6cd278c7C8FBaD5d6F55Ca6129A627E10',
GOVERNANCE_GUARDIAN: '0x0BF186764D8333a938f35e5dD124a7b9b9dccDF9',
GRANULAR_GUARDIAN: '0xc1cd6faF6e9138b4e6C21d438f9ebF2bd6F6cA16',
GOVERNANCE_GUARDIAN: '0x056E4C4E80D1D14a637ccbD0412CDAAEc5B51F4E',
},
};
8 changes: 4 additions & 4 deletions src/GovernanceV3Linea.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ library GovernanceV3Linea {
// https://lineascan.build/address/0x6d4F341d8Bb3Dc5ABe822Aa940F1884508C13f99
address internal constant PC_DATA_HELPER = 0x6d4F341d8Bb3Dc5ABe822Aa940F1884508C13f99;

// https://lineascan.build/address/0x8CAdaAE6cd278c7C8FBaD5d6F55Ca6129A627E10
address internal constant GRANULAR_GUARDIAN = 0x8CAdaAE6cd278c7C8FBaD5d6F55Ca6129A627E10;
// https://lineascan.build/address/0xc1cd6faF6e9138b4e6C21d438f9ebF2bd6F6cA16
address internal constant GRANULAR_GUARDIAN = 0xc1cd6faF6e9138b4e6C21d438f9ebF2bd6F6cA16;

// https://lineascan.build/address/0x0BF186764D8333a938f35e5dD124a7b9b9dccDF9
address internal constant GOVERNANCE_GUARDIAN = 0x0BF186764D8333a938f35e5dD124a7b9b9dccDF9;
// https://lineascan.build/address/0x056E4C4E80D1D14a637ccbD0412CDAAEc5B51F4E
address internal constant GOVERNANCE_GUARDIAN = 0x056E4C4E80D1D14a637ccbD0412CDAAEc5B51F4E;

// https://lineascan.build/address/0x8c2d95FE7aeB57b86961F3abB296A54f0ADb7F88
address internal constant EXECUTOR_LVL_1 = 0x8c2d95FE7aeB57b86961F3abB296A54f0ADb7F88;
Expand Down
8 changes: 4 additions & 4 deletions src/ts/GovernanceV3Linea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export const PAYLOADS_CONTROLLER = '0x61308f66DEF56EffFa25C8CB5408D6dDdB450149';
// https://lineascan.build/address/0x6d4F341d8Bb3Dc5ABe822Aa940F1884508C13f99
export const PC_DATA_HELPER = '0x6d4F341d8Bb3Dc5ABe822Aa940F1884508C13f99';

// https://lineascan.build/address/0x8CAdaAE6cd278c7C8FBaD5d6F55Ca6129A627E10
export const GRANULAR_GUARDIAN = '0x8CAdaAE6cd278c7C8FBaD5d6F55Ca6129A627E10';
// https://lineascan.build/address/0xc1cd6faF6e9138b4e6C21d438f9ebF2bd6F6cA16
export const GRANULAR_GUARDIAN = '0xc1cd6faF6e9138b4e6C21d438f9ebF2bd6F6cA16';

// https://lineascan.build/address/0x0BF186764D8333a938f35e5dD124a7b9b9dccDF9
export const GOVERNANCE_GUARDIAN = '0x0BF186764D8333a938f35e5dD124a7b9b9dccDF9';
// https://lineascan.build/address/0x056E4C4E80D1D14a637ccbD0412CDAAEc5B51F4E
export const GOVERNANCE_GUARDIAN = '0x056E4C4E80D1D14a637ccbD0412CDAAEc5B51F4E';

// https://lineascan.build/address/0x8c2d95FE7aeB57b86961F3abB296A54f0ADb7F88
export const EXECUTOR_LVL_1 = '0x8c2d95FE7aeB57b86961F3abB296A54f0ADb7F88';
Expand Down

0 comments on commit ad95fb7

Please sign in to comment.