Skip to content

Commit

Permalink
fix: Fix oracle swap freezer addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Jan 19, 2024
1 parent fd6aa81 commit 698dc29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ contract Gho_GHOStabilityModule_20240119 is IProposalGenericExecutor {
using SafeERC20 for IERC20;

address public constant GSM_USDC = 0x0d8eFfC11dF3F229AA1EA0509BC9DFa632A13578;
address public constant GSM_USDC_ORACLE_SWAP_FREEZER = 0xD9096444807Da3D05EcA6d1E19380133A59394A6;
address public constant GSM_USDC_ORACLE_SWAP_FREEZER = 0xef6beCa8D9543eC007bceA835aF768B58F730C1f;
address public constant GSM_USDT = 0x686F8D21520f4ecEc7ba577be08354F4d1EB8262;
address public constant GSM_USDT_ORACLE_SWAP_FREEZER = 0x0F1773be3CaA314273A69dfE1A107814893C359F;
address public constant GSM_USDT_ORACLE_SWAP_FREEZER = 0x71381e6718b37C12155CB961Ca3D374A8BfFa0e5;
address public constant GSM_REGISTRY = 0x167527DB01325408696326e3580cd8e55D99Dc1A;
address public constant GSM_FIXED_FEE_STRATEGY = 0xD4478A76aCeA81D3768A0ACB6e38f25eEB6Eb1B5;

Expand Down

0 comments on commit 698dc29

Please sign in to comment.