Skip to content

Commit

Permalink
Correct routerBypass address
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Meeseeks committed Feb 26, 2024
1 parent 694a436 commit b46e25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const MAINNET_CHAIN: ChainSpec = {
query: "0xc2e1f740E11294C64adE66f69a1271C5B32004c8",
impact: "0x3e3EDd3eD7621891E574E5d7f47b1f30A994c0D0",
router: "0x533E164ded63f4c55E83E1f409BDf2BaC5278035",
routerBypass: "0x533E164ded63f4c55E83E1f409BDf2BaC5278035"
routerBypass: "0xa3e58B0cB05447398358B6C59E4B2465342EFEd2"
},
poolIndex: 420,
isTestNet: false,
Expand Down

0 comments on commit b46e25f

Please sign in to comment.