Skip to content

Commit

Permalink
fix: tier0 without signer (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKoaj authored Jan 7, 2025
1 parent ddda8d9 commit 7a13d4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/strategies/aave-v3/base/DeployStrategies.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ contract DeployStrategies is BaseDeployStrategies {
aaveV3Rewards: aaveV3Rewards,
aToken: IAToken(0x4e65fE4DbA92790696d040ac24Aa414708F5c0AB),
tosGroup: BALMY_GUARDIAN_TOS_GROUP,
signerGroup: DEFAULT_SIGNER_GROUP,
signerGroup: bytes32(0),
guardians: guardians,
judges: judges,
fees: DEFAULT_FEES
Expand All @@ -40,7 +40,7 @@ contract DeployStrategies is BaseDeployStrategies {
aaveV3Rewards: aaveV3Rewards,
aToken: IAToken(0xD4a0e0b9149BCee3C920d2E00b5dE09138fd8bb7),
tosGroup: BALMY_GUARDIAN_TOS_GROUP,
signerGroup: DEFAULT_SIGNER_GROUP,
signerGroup: bytes32(0),
guardians: guardians,
judges: judges,
fees: DEFAULT_FEES
Expand All @@ -52,7 +52,7 @@ contract DeployStrategies is BaseDeployStrategies {
aaveV3Rewards: aaveV3Rewards,
aToken: IAToken(0xBdb9300b7CDE636d9cD4AFF00f6F009fFBBc8EE6),
tosGroup: BALMY_GUARDIAN_TOS_GROUP,
signerGroup: DEFAULT_SIGNER_GROUP,
signerGroup: bytes32(0),
guardians: guardians,
judges: judges,
fees: DEFAULT_FEES
Expand Down

0 comments on commit 7a13d4b

Please sign in to comment.