Skip to content

Commit d1f8a28

Browse files
authored
docs: fix FXB_FACTORY mainnet addr
1 parent 7e18848 commit d1f8a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/constants/mainnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const WETH_FRAX_PAIR_ADDRESS = "0x794F6B13FBd7EB7ef10d1ED205c9a416910207F
114114

115115
// FXBs / SlippageAuction
116116
export const SLIPPAGE_AUCTION_FACTORY = "0xc9268c7F59850B26567b0f5d3Dcc317cEDC43490";
117-
export const FXB_FACTORY = "0xa8478781D9605E17c3b4c9C79e7127c4597116E4";
117+
export const FXB_FACTORY = "0x7a07D606c87b7251c2953A30Fa445d8c5F856C7A";
118118
export const FXB_AMO = "0x452420df4AC1e3db5429b5FD629f3047482C543C";
119119
export const FXB_AMO_TIMELOCK = "0x831822660572bd54ebaa065C2acef662a6277D40";
120120
// June 30, 2024 expiry

0 commit comments

Comments
 (0)