Skip to content

Commit

Permalink
fix: testnet comptroller
Browse files Browse the repository at this point in the history
  • Loading branch information
pegahcarter committed Feb 20, 2024
1 parent 1b5e49f commit 202ea0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/constants/fraxtal-testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const FRAXCHAIN_ADMIN = "0x8b1E899ec5d51387a41Ee68261149F7d3Dfd7160";
export const PROXY_ADMIN = "0xfC00000000000000000000000000000000000007";
export const L2_STANDARD_BRIDGE = "0x4200000000000000000000000000000000000010";

export const COMPTROLLER = "0x88699c59E413e8A47117820D15d8D33b09B21edD";
export const COMPTROLLER = "0x012fcFb933b9a4335B1BCC836e6a9a475146beBd";

// Fraxswap-specific
export const FRAXSWAP_FACTORY = "0x0000000000000000000000000000000000000000";
2 changes: 1 addition & 1 deletion src/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ library FraxtalTestnet {
address internal constant FRAXCHAIN_ADMIN = 0x8b1E899ec5d51387a41Ee68261149F7d3Dfd7160;
address internal constant PROXY_ADMIN = 0xfC00000000000000000000000000000000000007;
address internal constant L2_STANDARD_BRIDGE = 0x4200000000000000000000000000000000000010;
address internal constant COMPTROLLER = 0x88699c59E413e8A47117820D15d8D33b09B21edD;
address internal constant COMPTROLLER = 0x012fcFb933b9a4335B1BCC836e6a9a475146beBd;
address internal constant FRAXSWAP_FACTORY = 0x0000000000000000000000000000000000000000;
}

Expand Down

0 comments on commit 202ea0a

Please sign in to comment.