Skip to content

Commit

Permalink
fix: update addresses (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Apr 11, 2024
1 parent 009ca51 commit 8bc2d0b
Show file tree
Hide file tree
Showing 26 changed files with 183 additions and 176 deletions.
1 change: 1 addition & 0 deletions scripts/configs/pools/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const baseProtoV3: PoolConfig = {
SWAP_COLLATERAL_ADAPTER: '0x2E549104c516b8657A7D888494DfbAbD7C70b464',
REPAY_WITH_COLLATERAL_ADAPTER: '0x78F8Bd884C3D738B74B420540659c82f392820e0',
STATIC_A_TOKEN_FACTORY: '0x940F9a5d5F9ED264990D0eaee1F3DD60B4Cb9A22',
STATIC_A_TOKEN_ORACLE: '0xe63eAf6DAb1045689BD3a332bC596FfcF54A5C88',
CONFIG_ENGINE: '0xc7751400F809cdB0C167F87985083C558a0610F7',
RATES_FACTORY: '0x0D1Fe8eAdb0a3e44C4Cc9D73De8dA50C1E475832',
L2_ENCODER: '0x39e97c588B2907Fb67F44fea256Ae3BA064207C5',
Expand Down
10 changes: 5 additions & 5 deletions scripts/configs/types.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import {Hex} from 'viem';
import {ChainId} from '@bgd-labs/js-utils';

interface KnownInterfaces<T extends number | Hex = any> {
value: T;
type: T extends number ? 'uint256' : 'address' | string;
chainId?: T extends number ? never : ChainId;
chainId?: T extends number ? never : number;
}

export type AddressInfo = Hex | KnownInterfaces;
Expand All @@ -30,13 +29,13 @@ export type GovernanceV3Addresses = {

export interface GovernanceConfig {
name: string;
CHAIN_ID: ChainId;
CHAIN_ID: number;
ADDRESSES: GovernanceV3Addresses;
}

export interface PoolConfig {
name: string;
chainId: ChainId;
chainId: number;
POOL_ADDRESSES_PROVIDER: Hex;
// will be inlined in js pool export
additionalAddresses: {
Expand All @@ -57,6 +56,7 @@ export interface PoolConfig {
PROOF_OF_RESERVE_AGGREGATOR?: Hex;
DELEGATION_AWARE_A_TOKEN_IMPL_REV_1?: Hex;
STATIC_A_TOKEN_FACTORY?: Hex;
STATIC_A_TOKEN_ORACLE?: Hex;
CAPS_PLUS_RISK_STEWARD?: Hex;
FREEZING_STEWARD?: Hex;
UI_GHO_DATA_PROVIDER?: Hex;
Expand Down Expand Up @@ -90,7 +90,7 @@ export type ReserveData = {
*/
export interface NetworkAddresses<T extends Record<string, AddressInfo> = {}> {
name: string;
chainId: ChainId;
chainId: number;
addresses: {
// https://github.com/bgd-labs/aave-paraswap-claimer
PARASWAP_FEE_CLAIMER?: Hex;
Expand Down
12 changes: 6 additions & 6 deletions src/AaveV2Avalanche.sol
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ library AaveV2AvalancheAssets {
// https://snowscan.xyz/address/0x51D7180edA2260cc4F6e4EebB82FEF5c3c2B8300
address internal constant DAIe_ORACLE = 0x51D7180edA2260cc4F6e4EebB82FEF5c3c2B8300;

// https://snowscan.xyz/address/0xa7C0f85c626761eDD0875549aD09E8d3f5446695
// https://snowscan.xyz/address/0x7e7B8d96C08881c3e1F506E3a81baE759aeFacA7
address internal constant DAIe_INTEREST_RATE_STRATEGY =
0xa7C0f85c626761eDD0875549aD09E8d3f5446695;
0x7e7B8d96C08881c3e1F506E3a81baE759aeFacA7;

// https://snowscan.xyz/address/0xc7198437980c041c805A1EDcbA50c1Ce5db95118
address internal constant USDTe_UNDERLYING = 0xc7198437980c041c805A1EDcbA50c1Ce5db95118;
Expand All @@ -157,9 +157,9 @@ library AaveV2AvalancheAssets {
// https://snowscan.xyz/address/0xEBE676ee90Fe1112671f19b6B7459bC678B67e8a
address internal constant USDTe_ORACLE = 0xEBE676ee90Fe1112671f19b6B7459bC678B67e8a;

// https://snowscan.xyz/address/0xa7C0f85c626761eDD0875549aD09E8d3f5446695
// https://snowscan.xyz/address/0x7e7B8d96C08881c3e1F506E3a81baE759aeFacA7
address internal constant USDTe_INTEREST_RATE_STRATEGY =
0xa7C0f85c626761eDD0875549aD09E8d3f5446695;
0x7e7B8d96C08881c3e1F506E3a81baE759aeFacA7;

// https://snowscan.xyz/address/0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664
address internal constant USDCe_UNDERLYING = 0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664;
Expand All @@ -178,9 +178,9 @@ library AaveV2AvalancheAssets {
// https://snowscan.xyz/address/0xF096872672F44d6EBA71458D74fe67F9a77a23B9
address internal constant USDCe_ORACLE = 0xF096872672F44d6EBA71458D74fe67F9a77a23B9;

// https://snowscan.xyz/address/0xa7C0f85c626761eDD0875549aD09E8d3f5446695
// https://snowscan.xyz/address/0xb1f13B58D6a3B1aEdB211Db58D9e42d28D09DbF4
address internal constant USDCe_INTEREST_RATE_STRATEGY =
0xa7C0f85c626761eDD0875549aD09E8d3f5446695;
0xb1f13B58D6a3B1aEdB211Db58D9e42d28D09DbF4;

// https://snowscan.xyz/address/0x63a72806098Bd3D9520cC43356dD78afe5D386D9
address internal constant AAVEe_UNDERLYING = 0x63a72806098Bd3D9520cC43356dD78afe5D386D9;
Expand Down
32 changes: 16 additions & 16 deletions src/AaveV2Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ library AaveV2EthereumAssets {
// https://etherscan.io/address/0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46
address internal constant USDT_ORACLE = 0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46;

// https://etherscan.io/address/0xF02EC9CA513ca505f0F5347E7D784Fa6165F8a99
// https://etherscan.io/address/0x13828736b5e2CcF7811A2012ff9eB3e685a815b2
address internal constant USDT_INTEREST_RATE_STRATEGY =
0xF02EC9CA513ca505f0F5347E7D784Fa6165F8a99;
0x13828736b5e2CcF7811A2012ff9eB3e685a815b2;

// https://etherscan.io/address/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599
address internal constant WBTC_UNDERLYING = 0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599;
Expand Down Expand Up @@ -290,8 +290,8 @@ library AaveV2EthereumAssets {
// https://etherscan.io/address/0x773616E4d11A78F511299002da57A0a94577F1f4
address internal constant DAI_ORACLE = 0x773616E4d11A78F511299002da57A0a94577F1f4;

// https://etherscan.io/address/0xab7f8ca781C736EB624A9E321cd043F8E6292C96
address internal constant DAI_INTEREST_RATE_STRATEGY = 0xab7f8ca781C736EB624A9E321cd043F8E6292C96;
// https://etherscan.io/address/0xBbE678b3E03E885B477f97af40671c1182582aD4
address internal constant DAI_INTEREST_RATE_STRATEGY = 0xBbE678b3E03E885B477f97af40671c1182582aD4;

// https://etherscan.io/address/0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c
address internal constant ENJ_UNDERLYING = 0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c;
Expand Down Expand Up @@ -452,9 +452,9 @@ library AaveV2EthereumAssets {
// https://etherscan.io/address/0x8e0b7e6062272B5eF4524250bFFF8e5Bd3497757
address internal constant sUSD_ORACLE = 0x8e0b7e6062272B5eF4524250bFFF8e5Bd3497757;

// https://etherscan.io/address/0x28fc7a5F0e7652B6f5E398F5E656A3eB36a1F3DE
// https://etherscan.io/address/0x6959f4a661FDF1f3405CaDd56d0Af73a4b082Cb2
address internal constant sUSD_INTEREST_RATE_STRATEGY =
0x28fc7a5F0e7652B6f5E398F5E656A3eB36a1F3DE;
0x6959f4a661FDF1f3405CaDd56d0Af73a4b082Cb2;

// https://etherscan.io/address/0x0000000000085d4780B73119b644AE5ecd22b376
address internal constant TUSD_UNDERLYING = 0x0000000000085d4780B73119b644AE5ecd22b376;
Expand Down Expand Up @@ -494,9 +494,9 @@ library AaveV2EthereumAssets {
// https://etherscan.io/address/0x986b5E1e1755e3C2440e960477f25201B0a8bbD4
address internal constant USDC_ORACLE = 0x986b5E1e1755e3C2440e960477f25201B0a8bbD4;

// https://etherscan.io/address/0xb72F23adE9b9980c2E731Ca504105fC860643619
// https://etherscan.io/address/0xfA4dEC495522ea25f617113fA0633a5BeCD4918E
address internal constant USDC_INTEREST_RATE_STRATEGY =
0xb72F23adE9b9980c2E731Ca504105fC860643619;
0xfA4dEC495522ea25f617113fA0633a5BeCD4918E;

// https://etherscan.io/address/0xD533a949740bb3306d119CC777fa900bA034cd52
address internal constant CRV_UNDERLYING = 0xD533a949740bb3306d119CC777fa900bA034cd52;
Expand Down Expand Up @@ -535,9 +535,9 @@ library AaveV2EthereumAssets {
// https://etherscan.io/address/0xEc6f4Cd64d28Ef32507e2dc399948aAe9Bbedd7e
address internal constant GUSD_ORACLE = 0xEc6f4Cd64d28Ef32507e2dc399948aAe9Bbedd7e;

// https://etherscan.io/address/0x999F449fEAfaAd78CE5702A9ebc460633478D4a4
// https://etherscan.io/address/0x6a39D2996326853Fed73a69F51EC50C941624500
address internal constant GUSD_INTEREST_RATE_STRATEGY =
0x999F449fEAfaAd78CE5702A9ebc460633478D4a4;
0x6a39D2996326853Fed73a69F51EC50C941624500;

// https://etherscan.io/address/0xba100000625a3754423978a60c9317c58a424e3D
address internal constant BAL_UNDERLYING = 0xba100000625a3754423978a60c9317c58a424e3D;
Expand Down Expand Up @@ -659,9 +659,9 @@ library AaveV2EthereumAssets {
// https://etherscan.io/address/0x3a08ebBaB125224b7b6474384Ee39fBb247D2200
address internal constant USDP_ORACLE = 0x3a08ebBaB125224b7b6474384Ee39fBb247D2200;

// https://etherscan.io/address/0x40a76E018dd4aFe1391F51f0C8c8E4eA70476e15
// https://etherscan.io/address/0x45d54d48ca90C03Eb8352ADf228DeA4D1E0bc19b
address internal constant USDP_INTEREST_RATE_STRATEGY =
0x40a76E018dd4aFe1391F51f0C8c8E4eA70476e15;
0x45d54d48ca90C03Eb8352ADf228DeA4D1E0bc19b;

// https://etherscan.io/address/0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b
address internal constant DPI_UNDERLYING = 0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b;
Expand Down Expand Up @@ -700,9 +700,9 @@ library AaveV2EthereumAssets {
// https://etherscan.io/address/0x14d04Fff8D21bd62987a5cE9ce543d2F1edF5D3E
address internal constant FRAX_ORACLE = 0x14d04Fff8D21bd62987a5cE9ce543d2F1edF5D3E;

// https://etherscan.io/address/0x28fc7a5F0e7652B6f5E398F5E656A3eB36a1F3DE
// https://etherscan.io/address/0x6959f4a661FDF1f3405CaDd56d0Af73a4b082Cb2
address internal constant FRAX_INTEREST_RATE_STRATEGY =
0x28fc7a5F0e7652B6f5E398F5E656A3eB36a1F3DE;
0x6959f4a661FDF1f3405CaDd56d0Af73a4b082Cb2;

// https://etherscan.io/address/0x956F47F50A910163D8BF957Cf5846D573E7f87CA
address internal constant FEI_UNDERLYING = 0x956F47F50A910163D8BF957Cf5846D573E7f87CA;
Expand Down Expand Up @@ -843,7 +843,7 @@ library AaveV2EthereumAssets {
// https://etherscan.io/address/0x60c0b047133f696334a2b7f68af0b49d2F3D4F72
address internal constant LUSD_ORACLE = 0x60c0b047133f696334a2b7f68af0b49d2F3D4F72;

// https://etherscan.io/address/0xab7f8ca781C736EB624A9E321cd043F8E6292C96
// https://etherscan.io/address/0xBbE678b3E03E885B477f97af40671c1182582aD4
address internal constant LUSD_INTEREST_RATE_STRATEGY =
0xab7f8ca781C736EB624A9E321cd043F8E6292C96;
0xBbE678b3E03E885B477f97af40671c1182582aD4;
}
12 changes: 6 additions & 6 deletions src/AaveV2Polygon.sol
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ library AaveV2PolygonAssets {
// https://polygonscan.com/address/0xFC539A559e170f848323e19dfD66007520510085
address internal constant DAI_ORACLE = 0xFC539A559e170f848323e19dfD66007520510085;

// https://polygonscan.com/address/0xa966adA364E0491520a1235aAA9cf15E08c1Db05
address internal constant DAI_INTEREST_RATE_STRATEGY = 0xa966adA364E0491520a1235aAA9cf15E08c1Db05;
// https://polygonscan.com/address/0xc4d392a7Bfe01E80A07272F5D8a34D49E9cce966
address internal constant DAI_INTEREST_RATE_STRATEGY = 0xc4d392a7Bfe01E80A07272F5D8a34D49E9cce966;

// https://polygonscan.com/address/0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174
address internal constant USDC_UNDERLYING = 0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174;
Expand All @@ -128,9 +128,9 @@ library AaveV2PolygonAssets {
// https://polygonscan.com/address/0xefb7e6be8356cCc6827799B6A7348eE674A80EaE
address internal constant USDC_ORACLE = 0xefb7e6be8356cCc6827799B6A7348eE674A80EaE;

// https://polygonscan.com/address/0x2ad5a608a920E7061ccE38955C89A7c3F4c0aba7
// https://polygonscan.com/address/0x40648f731198AD8ba5757a0bE5DaDaE034ffCf76
address internal constant USDC_INTEREST_RATE_STRATEGY =
0x2ad5a608a920E7061ccE38955C89A7c3F4c0aba7;
0x40648f731198AD8ba5757a0bE5DaDaE034ffCf76;

// https://polygonscan.com/address/0xc2132D05D31c914a87C6611C10748AEb04B58e8F
address internal constant USDT_UNDERLYING = 0xc2132D05D31c914a87C6611C10748AEb04B58e8F;
Expand All @@ -149,9 +149,9 @@ library AaveV2PolygonAssets {
// https://polygonscan.com/address/0xf9d5AAC6E5572AEFa6bd64108ff86a222F69B64d
address internal constant USDT_ORACLE = 0xf9d5AAC6E5572AEFa6bd64108ff86a222F69B64d;

// https://polygonscan.com/address/0x7892E4Db4C172e7Af389677c04c42eE3F8Fd5447
// https://polygonscan.com/address/0x1233847129541c166ad585FaC0727CcBF6cf28eC
address internal constant USDT_INTEREST_RATE_STRATEGY =
0x7892E4Db4C172e7Af389677c04c42eE3F8Fd5447;
0x1233847129541c166ad585FaC0727CcBF6cf28eC;

// https://polygonscan.com/address/0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6
address internal constant WBTC_UNDERLYING = 0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6;
Expand Down
32 changes: 16 additions & 16 deletions src/AaveV3Arbitrum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ library AaveV3ArbitrumAssets {
// https://arbiscan.io/address/0x4a838a3Dac6633bB1fd932B6f356DecFCAf7803D
address internal constant DAI_ORACLE = 0x4a838a3Dac6633bB1fd932B6f356DecFCAf7803D;

// https://arbiscan.io/address/0x2402C25e7E45b1466c53Ef7766AAd878A4CbC237
address internal constant DAI_INTEREST_RATE_STRATEGY = 0x2402C25e7E45b1466c53Ef7766AAd878A4CbC237;
// https://arbiscan.io/address/0xa8C12113DB50549A1E36FD25982C88B69A0007E0
address internal constant DAI_INTEREST_RATE_STRATEGY = 0xa8C12113DB50549A1E36FD25982C88B69A0007E0;

// https://arbiscan.io/address/0xc91c5297d7E161aCC74b482aAfCc75B85cc0bfeD
address internal constant DAI_STATA_TOKEN = 0xc91c5297d7E161aCC74b482aAfCc75B85cc0bfeD;
Expand Down Expand Up @@ -174,9 +174,9 @@ library AaveV3ArbitrumAssets {
// https://arbiscan.io/address/0xDe25a88F87FEd9F8999fAbF6729dCB121893623C
address internal constant USDC_ORACLE = 0xDe25a88F87FEd9F8999fAbF6729dCB121893623C;

// https://arbiscan.io/address/0x642a8DAcC59b73491Dcaa3BCeF046D660901fCc1
// https://arbiscan.io/address/0xc7b53C7d24164FB78F57Ea3b5d056bD2E541013d
address internal constant USDC_INTEREST_RATE_STRATEGY =
0x642a8DAcC59b73491Dcaa3BCeF046D660901fCc1;
0xc7b53C7d24164FB78F57Ea3b5d056bD2E541013d;

// https://arbiscan.io/address/0x0Bc9E52051f553E75550CA22C196bf132c52Cf0B
address internal constant USDC_STATA_TOKEN = 0x0Bc9E52051f553E75550CA22C196bf132c52Cf0B;
Expand Down Expand Up @@ -246,9 +246,9 @@ library AaveV3ArbitrumAssets {
// https://arbiscan.io/address/0x84dC1C52D7C340AA54B4e8799FBB31C3D28E67aD
address internal constant USDT_ORACLE = 0x84dC1C52D7C340AA54B4e8799FBB31C3D28E67aD;

// https://arbiscan.io/address/0x2402C25e7E45b1466c53Ef7766AAd878A4CbC237
// https://arbiscan.io/address/0xa8C12113DB50549A1E36FD25982C88B69A0007E0
address internal constant USDT_INTEREST_RATE_STRATEGY =
0x2402C25e7E45b1466c53Ef7766AAd878A4CbC237;
0xa8C12113DB50549A1E36FD25982C88B69A0007E0;

// https://arbiscan.io/address/0xb165a74407fE1e519d6bCbDeC1Ed3202B35a4140
address internal constant USDT_STATA_TOKEN = 0xb165a74407fE1e519d6bCbDeC1Ed3202B35a4140;
Expand Down Expand Up @@ -294,9 +294,9 @@ library AaveV3ArbitrumAssets {
// https://arbiscan.io/address/0xA14d53bC1F1c0F31B4aA3BD109344E5009051a84
address internal constant EURS_ORACLE = 0xA14d53bC1F1c0F31B4aA3BD109344E5009051a84;

// https://arbiscan.io/address/0xCbDC7D7984D7AD59434f0B1999D2006898C40f9A
// https://arbiscan.io/address/0xb96c569Ceb49440731DdD5D8c5E6DA3538f1CBF1
address internal constant EURS_INTEREST_RATE_STRATEGY =
0xCbDC7D7984D7AD59434f0B1999D2006898C40f9A;
0xb96c569Ceb49440731DdD5D8c5E6DA3538f1CBF1;

// https://arbiscan.io/address/0x9a40747BE51185A416B181789B671E78a8d045dD
address internal constant EURS_STATA_TOKEN = 0x9a40747BE51185A416B181789B671E78a8d045dD;
Expand Down Expand Up @@ -342,8 +342,8 @@ library AaveV3ArbitrumAssets {
// https://arbiscan.io/address/0x7a7cE08a1057723CCEDeA2462407427Ae33FFEb2
address internal constant MAI_ORACLE = 0x7a7cE08a1057723CCEDeA2462407427Ae33FFEb2;

// https://arbiscan.io/address/0xc77576b02D74BBF9CdC26F3B86FD09d134416df2
address internal constant MAI_INTEREST_RATE_STRATEGY = 0xc77576b02D74BBF9CdC26F3B86FD09d134416df2;
// https://arbiscan.io/address/0x7448ABeD12d8538efC115af4a417e3d1367180fc
address internal constant MAI_INTEREST_RATE_STRATEGY = 0x7448ABeD12d8538efC115af4a417e3d1367180fc;

// https://arbiscan.io/address/0xB4a0a2692D82301703B27082Cda45B083F68CAcE
address internal constant MAI_STATA_TOKEN = 0xB4a0a2692D82301703B27082Cda45B083F68CAcE;
Expand Down Expand Up @@ -389,9 +389,9 @@ library AaveV3ArbitrumAssets {
// https://arbiscan.io/address/0x341B110bDF665A20F0D5f84A92FcAF5EbeEBC629
address internal constant LUSD_ORACLE = 0x341B110bDF665A20F0D5f84A92FcAF5EbeEBC629;

// https://arbiscan.io/address/0xC0B875907514131C2Fd43f0FBf59EdaB84C7e260
// https://arbiscan.io/address/0xaEc90D2516c79F8Ae7165574a41EC4dF2631b36f
address internal constant LUSD_INTEREST_RATE_STRATEGY =
0xC0B875907514131C2Fd43f0FBf59EdaB84C7e260;
0xaEc90D2516c79F8Ae7165574a41EC4dF2631b36f;

// https://arbiscan.io/address/0xDbB6314b5b07E63B7101844c0346309B79f8C20A
address internal constant LUSD_STATA_TOKEN = 0xDbB6314b5b07E63B7101844c0346309B79f8C20A;
Expand All @@ -413,9 +413,9 @@ library AaveV3ArbitrumAssets {
// https://arbiscan.io/address/0xDe25a88F87FEd9F8999fAbF6729dCB121893623C
address internal constant USDCn_ORACLE = 0xDe25a88F87FEd9F8999fAbF6729dCB121893623C;

// https://arbiscan.io/address/0x06B1Ec378618EA736a65395eA5CAB69A2410493B
// https://arbiscan.io/address/0x48AF11111764E710fcDcE2750db848C63edab57B
address internal constant USDCn_INTEREST_RATE_STRATEGY =
0x06B1Ec378618EA736a65395eA5CAB69A2410493B;
0x48AF11111764E710fcDcE2750db848C63edab57B;

// https://arbiscan.io/address/0x7CFaDFD5645B50bE87d546f42699d863648251ad
address internal constant USDCn_STATA_TOKEN = 0x7CFaDFD5645B50bE87d546f42699d863648251ad;
Expand All @@ -437,9 +437,9 @@ library AaveV3ArbitrumAssets {
// https://arbiscan.io/address/0x06919EB75Bd6BA817D38CC70C1CA588ac7a01C10
address internal constant FRAX_ORACLE = 0x06919EB75Bd6BA817D38CC70C1CA588ac7a01C10;

// https://arbiscan.io/address/0x2402C25e7E45b1466c53Ef7766AAd878A4CbC237
// https://arbiscan.io/address/0xa8C12113DB50549A1E36FD25982C88B69A0007E0
address internal constant FRAX_INTEREST_RATE_STRATEGY =
0x2402C25e7E45b1466c53Ef7766AAd878A4CbC237;
0xa8C12113DB50549A1E36FD25982C88B69A0007E0;

// https://arbiscan.io/address/0x89AEc2023f89E26Dbb7eaa7a98fe3996f9d112A8
address internal constant FRAX_STATA_TOKEN = 0x89AEc2023f89E26Dbb7eaa7a98fe3996f9d112A8;
Expand Down
Loading

0 comments on commit 8bc2d0b

Please sign in to comment.