Skip to content

Commit

Permalink
feat: add freezing stewards (#278)
Browse files Browse the repository at this point in the history
* feat: add freezing stewards

* fix: tests
  • Loading branch information
brotherlymite authored Nov 3, 2023
1 parent ebfba38 commit 72ae34d
Show file tree
Hide file tree
Showing 27 changed files with 59 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/configs/pools/arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const arbitrumProtoV3: PoolConfig = {
POOL_ADDRESSES_PROVIDER: '0xa97684ead0e402dC232d5A977953DF7ECBaB3CDb',
additionalAddresses: {
CAPS_PLUS_RISK_STEWARD: '0xADf86b537eF08591c2777E144322E8b0Ca7E82a7',
FREEZING_STEWARD: '0xe59470B3BE3293534603487E00A44C72f2CD466d',
DEBT_SWAP_ADAPTER: '0x9E8e9D6b0D24216F59043db68BDda1620892f549',
L2_ENCODER: '0x9abADECD08572e0eA5aF4d47A9C7984a5AA503dC',
CONFIG_ENGINE: '0xc5de989E0D1BF605d19478Fdd32Aa827a10b464f',
Expand Down
1 change: 1 addition & 0 deletions scripts/configs/pools/avalanche.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const avalancheProtoV3: PoolConfig = {
POOL_ADDRESSES_PROVIDER: '0xa97684ead0e402dC232d5A977953DF7ECBaB3CDb',
additionalAddresses: {
CAPS_PLUS_RISK_STEWARD: '0xD2C92b5A793e196aB11dBefBe3Af6BddeD6c3DD5',
FREEZING_STEWARD: '0x6d4F341d8Bb3Dc5ABe822Aa940F1884508C13f99',
DEBT_SWAP_ADAPTER: '0x8A9b2c132EA7676EE267F5b97b622083d6E3a2d4',
CONFIG_ENGINE: '0x0587B66Bc824368cFA5849bc56216a59260Df2c5',
POOL_ADDRESSES_PROVIDER_REGISTRY: '0x770ef9f4fe897e59daCc474EF11238303F9552b6',
Expand Down
1 change: 1 addition & 0 deletions scripts/configs/pools/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const baseProtoV3: PoolConfig = {
POOL_ADDRESSES_PROVIDER: '0xe20fCBdBfFC4Dd138cE8b2E6FBb6CB49777ad64D',
additionalAddresses: {
CAPS_PLUS_RISK_STEWARD: '0x12DEB4025b79f2B43f6aeF079F9D77C3f9a67bb6',
FREEZING_STEWARD: '0x4A4c73d563395ad827511F70097d4Ef82E653805',
DEBT_SWAP_ADAPTER: '0x5f4d15d761528c57a5C30c43c1DAb26Fc5452731',
WITHDRAW_SWAP_ADAPTER: '0x5598BbFA2f4fE8151f45bBA0a3edE1b54B51a0a9',
SWAP_COLLATERAL_ADAPTER: '0x2E549104c516b8657A7D888494DfbAbD7C70b464',
Expand Down
1 change: 1 addition & 0 deletions scripts/configs/pools/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const mainnetProtoV3Pool: PoolConfig = {
POOL_ADDRESSES_PROVIDER: '0x2f39d218133AFaB8F2B819B1066c7E434Ad94E9e',
additionalAddresses: {
CAPS_PLUS_RISK_STEWARD: '0x82dcCF206Ae2Ab46E2099e663F70DeE77caE7778',
FREEZING_STEWARD: '0x2eE68ACb6A1319de1b49DC139894644E424fefD6',
DEBT_SWAP_ADAPTER: '0x8761e0370f94f68Db8EaA731f4fC581f6AD0Bd68',
DELEGATION_AWARE_A_TOKEN_IMPL_REV_1: '0x21714092D90c7265F52fdfDae068EC11a23C6248',
GHO_TOKEN: '0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f',
Expand Down
1 change: 1 addition & 0 deletions scripts/configs/pools/gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const gnosisProtoV3: PoolConfig = {
WALLET_BALANCE_PROVIDER: '0x4172E6aAEC070ACB31aaCE343A58c93E4C70f44D',
WETH_GATEWAY: '0xb7E51aA2A5f4dD478F183A593F67637ed6F1d1D9',
CAPS_PLUS_RISK_STEWARD: '0x33AE1f41546a2e05368Bf789b3d868813c0Ae658',
FREEZING_STEWARD: '0x3Ceaf9b6CAb92dFe6302D0CC3F1BA880C28d35e5',
},
initial: {
COLLECTOR: '0x3e652E97ff339B73421f824F5b03d75b62F1Fb51',
Expand Down
1 change: 1 addition & 0 deletions scripts/configs/pools/metis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const metisProtoV3: PoolConfig = {
POOL_ADDRESSES_PROVIDER: '0xB9FABd7500B2C6781c35Dd48d54f81fc2299D7AF',
additionalAddresses: {
CAPS_PLUS_RISK_STEWARD: '0x5f4d15d761528c57a5C30c43c1DAb26Fc5452731',
FREEZING_STEWARD: '0x2C77153fF4a1e83A8d8D750735FB101ECB55949f',
L2_ENCODER: '0x9f3A1B399A9074eBA63Dc4fc274bE2A2b2d80cB9',
CONFIG_ENGINE: '0x8be473dCfA93132658821E67CbEB684ec8Ea2E74',
POOL_ADDRESSES_PROVIDER_REGISTRY: '0x9E7B73ffD9D2026F3ff4212c29E209E09C8A91F5',
Expand Down
1 change: 1 addition & 0 deletions scripts/configs/pools/optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const optimismProtoV3: PoolConfig = {
POOL_ADDRESSES_PROVIDER: '0xa97684ead0e402dC232d5A977953DF7ECBaB3CDb',
additionalAddresses: {
CAPS_PLUS_RISK_STEWARD: '0x5E76E98E0963EcDC6A065d1435F84065b7523f39',
FREEZING_STEWARD: '0x3829943c53F2d00e20B58475aF19716724bF90Ba',
DEBT_SWAP_ADAPTER: '0xcFaE0D8c5707FCc6478D6a65fFA31efADeF8b8EC',
L2_ENCODER: '0x9abADECD08572e0eA5aF4d47A9C7984a5AA503dC',
CONFIG_ENGINE: '0x893411580e590D62dDBca8a703d61Cc4A8c7b2b9',
Expand Down
1 change: 1 addition & 0 deletions scripts/configs/pools/polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const polygonProtoV3: PoolConfig = {
POOL_ADDRESSES_PROVIDER: '0xa97684ead0e402dC232d5A977953DF7ECBaB3CDb',
additionalAddresses: {
CAPS_PLUS_RISK_STEWARD: '0xc5de989E0D1BF605d19478Fdd32Aa827a10b464f',
FREEZING_STEWARD: '0xa7b40ed4dfAC9255EA9Dd218A3874f380D9FbBEB',
DEBT_SWAP_ADAPTER: '0xb58Fd91558fa213D97Ac94C97F831c7289278084',
CONFIG_ENGINE: '0xfFD6F13c9574bedb3f4E131e9C4320186AF83c1D',
POOL_ADDRESSES_PROVIDER_REGISTRY: '0x770ef9f4fe897e59daCc474EF11238303F9552b6',
Expand Down
1 change: 1 addition & 0 deletions scripts/configs/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export interface PoolConfig {
DELEGATION_AWARE_A_TOKEN_IMPL_REV_1?: Hex;
STATIC_A_TOKEN_FACTORY?: Hex;
CAPS_PLUS_RISK_STEWARD?: Hex;
FREEZING_STEWARD?: Hex;
GHO_TOKEN?: Hex;
UI_GHO_DATA_PROVIDER?: Hex;
RATES_FACTORY?: Hex;
Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3Arbitrum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ library AaveV3Arbitrum {
// https://arbiscan.io/address/0xADf86b537eF08591c2777E144322E8b0Ca7E82a7
address internal constant CAPS_PLUS_RISK_STEWARD = 0xADf86b537eF08591c2777E144322E8b0Ca7E82a7;

// https://arbiscan.io/address/0xe59470B3BE3293534603487E00A44C72f2CD466d
address internal constant FREEZING_STEWARD = 0xe59470B3BE3293534603487E00A44C72f2CD466d;

// https://arbiscan.io/address/0x9E8e9D6b0D24216F59043db68BDda1620892f549
address internal constant DEBT_SWAP_ADAPTER = 0x9E8e9D6b0D24216F59043db68BDda1620892f549;

Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3Avalanche.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ library AaveV3Avalanche {
// https://snowtrace.io/address/0xD2C92b5A793e196aB11dBefBe3Af6BddeD6c3DD5
address internal constant CAPS_PLUS_RISK_STEWARD = 0xD2C92b5A793e196aB11dBefBe3Af6BddeD6c3DD5;

// https://snowtrace.io/address/0x6d4F341d8Bb3Dc5ABe822Aa940F1884508C13f99
address internal constant FREEZING_STEWARD = 0x6d4F341d8Bb3Dc5ABe822Aa940F1884508C13f99;

// https://snowtrace.io/address/0x8A9b2c132EA7676EE267F5b97b622083d6E3a2d4
address internal constant DEBT_SWAP_ADAPTER = 0x8A9b2c132EA7676EE267F5b97b622083d6E3a2d4;

Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ library AaveV3Base {
// https://basescan.org/address/0x12DEB4025b79f2B43f6aeF079F9D77C3f9a67bb6
address internal constant CAPS_PLUS_RISK_STEWARD = 0x12DEB4025b79f2B43f6aeF079F9D77C3f9a67bb6;

// https://basescan.org/address/0x4A4c73d563395ad827511F70097d4Ef82E653805
address internal constant FREEZING_STEWARD = 0x4A4c73d563395ad827511F70097d4Ef82E653805;

// https://basescan.org/address/0x5f4d15d761528c57a5C30c43c1DAb26Fc5452731
address internal constant DEBT_SWAP_ADAPTER = 0x5f4d15d761528c57a5C30c43c1DAb26Fc5452731;

Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ library AaveV3Ethereum {
// https://etherscan.io/address/0x82dcCF206Ae2Ab46E2099e663F70DeE77caE7778
address internal constant CAPS_PLUS_RISK_STEWARD = 0x82dcCF206Ae2Ab46E2099e663F70DeE77caE7778;

// https://etherscan.io/address/0x2eE68ACb6A1319de1b49DC139894644E424fefD6
address internal constant FREEZING_STEWARD = 0x2eE68ACb6A1319de1b49DC139894644E424fefD6;

// https://etherscan.io/address/0x8761e0370f94f68Db8EaA731f4fC581f6AD0Bd68
address internal constant DEBT_SWAP_ADAPTER = 0x8761e0370f94f68Db8EaA731f4fC581f6AD0Bd68;

Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3Gnosis.sol
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ library AaveV3Gnosis {

// https://blockscout.com/xdai/mainnet/address/0x33AE1f41546a2e05368Bf789b3d868813c0Ae658
address internal constant CAPS_PLUS_RISK_STEWARD = 0x33AE1f41546a2e05368Bf789b3d868813c0Ae658;

// https://blockscout.com/xdai/mainnet/address/0x3Ceaf9b6CAb92dFe6302D0CC3F1BA880C28d35e5
address internal constant FREEZING_STEWARD = 0x3Ceaf9b6CAb92dFe6302D0CC3F1BA880C28d35e5;
}

library AaveV3GnosisAssets {}
Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3Metis.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ library AaveV3Metis {
// https://andromeda-explorer.metis.io/address/0x5f4d15d761528c57a5C30c43c1DAb26Fc5452731
address internal constant CAPS_PLUS_RISK_STEWARD = 0x5f4d15d761528c57a5C30c43c1DAb26Fc5452731;

// https://andromeda-explorer.metis.io/address/0x2C77153fF4a1e83A8d8D750735FB101ECB55949f
address internal constant FREEZING_STEWARD = 0x2C77153fF4a1e83A8d8D750735FB101ECB55949f;

// https://andromeda-explorer.metis.io/address/0x9f3A1B399A9074eBA63Dc4fc274bE2A2b2d80cB9
address internal constant L2_ENCODER = 0x9f3A1B399A9074eBA63Dc4fc274bE2A2b2d80cB9;

Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3Optimism.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ library AaveV3Optimism {
// https://explorer.optimism.io/address/0x5E76E98E0963EcDC6A065d1435F84065b7523f39
address internal constant CAPS_PLUS_RISK_STEWARD = 0x5E76E98E0963EcDC6A065d1435F84065b7523f39;

// https://explorer.optimism.io/address/0x3829943c53F2d00e20B58475aF19716724bF90Ba
address internal constant FREEZING_STEWARD = 0x3829943c53F2d00e20B58475aF19716724bF90Ba;

// https://explorer.optimism.io/address/0xcFaE0D8c5707FCc6478D6a65fFA31efADeF8b8EC
address internal constant DEBT_SWAP_ADAPTER = 0xcFaE0D8c5707FCc6478D6a65fFA31efADeF8b8EC;

Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3Polygon.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ library AaveV3Polygon {
// https://polygonscan.com/address/0xc5de989E0D1BF605d19478Fdd32Aa827a10b464f
address internal constant CAPS_PLUS_RISK_STEWARD = 0xc5de989E0D1BF605d19478Fdd32Aa827a10b464f;

// https://polygonscan.com/address/0xa7b40ed4dfAC9255EA9Dd218A3874f380D9FbBEB
address internal constant FREEZING_STEWARD = 0xa7b40ed4dfAC9255EA9Dd218A3874f380D9FbBEB;

// https://polygonscan.com/address/0xb58Fd91558fa213D97Ac94C97F831c7289278084
address internal constant DEBT_SWAP_ADAPTER = 0xb58Fd91558fa213D97Ac94C97F831c7289278084;

Expand Down
2 changes: 1 addition & 1 deletion src/test/AaveV2Ethereum.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ contract AaveAddressBookTest is Test {
}

function testPoolAdminIsCorrect() public {
assertEq(AaveV2Ethereum.POOL_ADMIN, address(0xEE56e2B3D491590B5b31738cC34d5232F378a8D5));
assertEq(AaveV2Ethereum.POOL_ADMIN, address(0x5300A1a15135EA4dc7aD5a167152C01EFc9b192A));
}

function testEmergencyAdminIsCorrect() public {
Expand Down
2 changes: 1 addition & 1 deletion src/test/AaveV3Avalanche.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ contract AaveAddressBookTest is Test {
}

function testACLAdminIsCorrect() public {
assertEq(AaveV3Avalanche.ACL_ADMIN, address(0xa35b76E4935449E33C56aB24b23fcd3246f13470));
assertEq(AaveV3Avalanche.ACL_ADMIN, address(0x3C06dce358add17aAf230f2234bCCC4afd50d090));
}

function testCollectorIsCorrect() public {
Expand Down
3 changes: 3 additions & 0 deletions src/ts/AaveV3Arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export const EMISSION_MANAGER = '0x048f2228D7Bf6776f99aB50cB1b1eaB4D1d4cA73';
// https://arbiscan.io/address/0xADf86b537eF08591c2777E144322E8b0Ca7E82a7
export const CAPS_PLUS_RISK_STEWARD = '0xADf86b537eF08591c2777E144322E8b0Ca7E82a7';

// https://arbiscan.io/address/0xe59470B3BE3293534603487E00A44C72f2CD466d
export const FREEZING_STEWARD = '0xe59470B3BE3293534603487E00A44C72f2CD466d';

// https://arbiscan.io/address/0x9E8e9D6b0D24216F59043db68BDda1620892f549
export const DEBT_SWAP_ADAPTER = '0x9E8e9D6b0D24216F59043db68BDda1620892f549';

Expand Down
3 changes: 3 additions & 0 deletions src/ts/AaveV3Avalanche.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export const EMISSION_MANAGER = '0x048f2228D7Bf6776f99aB50cB1b1eaB4D1d4cA73';
// https://snowtrace.io/address/0xD2C92b5A793e196aB11dBefBe3Af6BddeD6c3DD5
export const CAPS_PLUS_RISK_STEWARD = '0xD2C92b5A793e196aB11dBefBe3Af6BddeD6c3DD5';

// https://snowtrace.io/address/0x6d4F341d8Bb3Dc5ABe822Aa940F1884508C13f99
export const FREEZING_STEWARD = '0x6d4F341d8Bb3Dc5ABe822Aa940F1884508C13f99';

// https://snowtrace.io/address/0x8A9b2c132EA7676EE267F5b97b622083d6E3a2d4
export const DEBT_SWAP_ADAPTER = '0x8A9b2c132EA7676EE267F5b97b622083d6E3a2d4';

Expand Down
3 changes: 3 additions & 0 deletions src/ts/AaveV3Base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export const EMISSION_MANAGER = '0x6533A273F3aC84Df91DCD654D6EBAbA73687e246';
// https://basescan.org/address/0x12DEB4025b79f2B43f6aeF079F9D77C3f9a67bb6
export const CAPS_PLUS_RISK_STEWARD = '0x12DEB4025b79f2B43f6aeF079F9D77C3f9a67bb6';

// https://basescan.org/address/0x4A4c73d563395ad827511F70097d4Ef82E653805
export const FREEZING_STEWARD = '0x4A4c73d563395ad827511F70097d4Ef82E653805';

// https://basescan.org/address/0x5f4d15d761528c57a5C30c43c1DAb26Fc5452731
export const DEBT_SWAP_ADAPTER = '0x5f4d15d761528c57a5C30c43c1DAb26Fc5452731';

Expand Down
3 changes: 3 additions & 0 deletions src/ts/AaveV3Ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export const EMISSION_MANAGER = '0x223d844fc4B006D67c0cDbd39371A9F73f69d974';
// https://etherscan.io/address/0x82dcCF206Ae2Ab46E2099e663F70DeE77caE7778
export const CAPS_PLUS_RISK_STEWARD = '0x82dcCF206Ae2Ab46E2099e663F70DeE77caE7778';

// https://etherscan.io/address/0x2eE68ACb6A1319de1b49DC139894644E424fefD6
export const FREEZING_STEWARD = '0x2eE68ACb6A1319de1b49DC139894644E424fefD6';

// https://etherscan.io/address/0x8761e0370f94f68Db8EaA731f4fC581f6AD0Bd68
export const DEBT_SWAP_ADAPTER = '0x8761e0370f94f68Db8EaA731f4fC581f6AD0Bd68';

Expand Down
3 changes: 3 additions & 0 deletions src/ts/AaveV3Gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ export const WETH_GATEWAY = '0xb7E51aA2A5f4dD478F183A593F67637ed6F1d1D9';
// https://blockscout.com/xdai/mainnet/address/0x33AE1f41546a2e05368Bf789b3d868813c0Ae658
export const CAPS_PLUS_RISK_STEWARD = '0x33AE1f41546a2e05368Bf789b3d868813c0Ae658';

// https://blockscout.com/xdai/mainnet/address/0x3Ceaf9b6CAb92dFe6302D0CC3F1BA880C28d35e5
export const FREEZING_STEWARD = '0x3Ceaf9b6CAb92dFe6302D0CC3F1BA880C28d35e5';

export const CHAIN_ID = 100;
export const ASSETS = {} as const;
export const E_MODES = {} as const;
3 changes: 3 additions & 0 deletions src/ts/AaveV3Metis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export const EMISSION_MANAGER = '0xfDb2580A1ac4CDc67E4236738b28af59e2022Dd2';
// https://andromeda-explorer.metis.io/address/0x5f4d15d761528c57a5C30c43c1DAb26Fc5452731
export const CAPS_PLUS_RISK_STEWARD = '0x5f4d15d761528c57a5C30c43c1DAb26Fc5452731';

// https://andromeda-explorer.metis.io/address/0x2C77153fF4a1e83A8d8D750735FB101ECB55949f
export const FREEZING_STEWARD = '0x2C77153fF4a1e83A8d8D750735FB101ECB55949f';

// https://andromeda-explorer.metis.io/address/0x9f3A1B399A9074eBA63Dc4fc274bE2A2b2d80cB9
export const L2_ENCODER = '0x9f3A1B399A9074eBA63Dc4fc274bE2A2b2d80cB9';

Expand Down
3 changes: 3 additions & 0 deletions src/ts/AaveV3Optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export const EMISSION_MANAGER = '0x048f2228D7Bf6776f99aB50cB1b1eaB4D1d4cA73';
// https://explorer.optimism.io/address/0x5E76E98E0963EcDC6A065d1435F84065b7523f39
export const CAPS_PLUS_RISK_STEWARD = '0x5E76E98E0963EcDC6A065d1435F84065b7523f39';

// https://explorer.optimism.io/address/0x3829943c53F2d00e20B58475aF19716724bF90Ba
export const FREEZING_STEWARD = '0x3829943c53F2d00e20B58475aF19716724bF90Ba';

// https://explorer.optimism.io/address/0xcFaE0D8c5707FCc6478D6a65fFA31efADeF8b8EC
export const DEBT_SWAP_ADAPTER = '0xcFaE0D8c5707FCc6478D6a65fFA31efADeF8b8EC';

Expand Down
3 changes: 3 additions & 0 deletions src/ts/AaveV3Polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export const EMISSION_MANAGER = '0x048f2228D7Bf6776f99aB50cB1b1eaB4D1d4cA73';
// https://polygonscan.com/address/0xc5de989E0D1BF605d19478Fdd32Aa827a10b464f
export const CAPS_PLUS_RISK_STEWARD = '0xc5de989E0D1BF605d19478Fdd32Aa827a10b464f';

// https://polygonscan.com/address/0xa7b40ed4dfAC9255EA9Dd218A3874f380D9FbBEB
export const FREEZING_STEWARD = '0xa7b40ed4dfAC9255EA9Dd218A3874f380D9FbBEB';

// https://polygonscan.com/address/0xb58Fd91558fa213D97Ac94C97F831c7289278084
export const DEBT_SWAP_ADAPTER = '0xb58Fd91558fa213D97Ac94C97F831c7289278084';

Expand Down

0 comments on commit 72ae34d

Please sign in to comment.