Skip to content

Commit

Permalink
chore(cache): automated cache update (#296)
Browse files Browse the repository at this point in the history
Co-authored-by: sakulstra <[email protected]>
  • Loading branch information
github-actions[bot] and sakulstra authored Nov 21, 2023
1 parent 1ea1ffc commit e51ab36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/AaveV3Harmony.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ library AaveV3Harmony {
address internal constant DEFAULT_VARIABLE_DEBT_TOKEN_IMPL_REV_1 =
0x81387c40EB75acB02757C1Ae55D5936E78c9dEd3;

// https://explorer.harmony.one/address/0x52A1CeB68Ee6b7B5D13E0376A1E0E4423A8cE26e
address internal constant DEFAULT_STABLE_DEBT_TOKEN_IMPL_REV_1 =
0x52A1CeB68Ee6b7B5D13E0376A1E0E4423A8cE26e;
// https://explorer.harmony.one/address/0xa88c6D90eAe942291325f9ae3c66f3563B93FE10
address internal constant DEFAULT_STABLE_DEBT_TOKEN_IMPL_REV_2 =
0xa88c6D90eAe942291325f9ae3c66f3563B93FE10;

// https://explorer.harmony.one/address/0x048f2228D7Bf6776f99aB50cB1b1eaB4D1d4cA73
address internal constant EMISSION_MANAGER = 0x048f2228D7Bf6776f99aB50cB1b1eaB4D1d4cA73;
Expand Down
4 changes: 2 additions & 2 deletions src/ts/AaveV3Harmony.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export const DEFAULT_A_TOKEN_IMPL_REV_1 = '0xa5ba6E5EC19a1Bf23C857991c857dB62b2A
// https://explorer.harmony.one/address/0x81387c40EB75acB02757C1Ae55D5936E78c9dEd3
export const DEFAULT_VARIABLE_DEBT_TOKEN_IMPL_REV_1 = '0x81387c40EB75acB02757C1Ae55D5936E78c9dEd3';

// https://explorer.harmony.one/address/0x52A1CeB68Ee6b7B5D13E0376A1E0E4423A8cE26e
export const DEFAULT_STABLE_DEBT_TOKEN_IMPL_REV_1 = '0x52A1CeB68Ee6b7B5D13E0376A1E0E4423A8cE26e';
// https://explorer.harmony.one/address/0xa88c6D90eAe942291325f9ae3c66f3563B93FE10
export const DEFAULT_STABLE_DEBT_TOKEN_IMPL_REV_2 = '0xa88c6D90eAe942291325f9ae3c66f3563B93FE10';

// https://explorer.harmony.one/address/0x048f2228D7Bf6776f99aB50cB1b1eaB4D1d4cA73
export const EMISSION_MANAGER = '0x048f2228D7Bf6776f99aB50cB1b1eaB4D1d4cA73';
Expand Down

0 comments on commit e51ab36

Please sign in to comment.