Skip to content

Commit

Permalink
fix(addresses): reverse market order (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb authored Aug 29, 2024
1 parent 0fca35a commit fd0b7bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-cars-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mangrovedao/mgv": patch
---

Reverse base quote order for WETH/weETH
4 changes: 2 additions & 2 deletions src/addresses/markets/arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export const arbitrumWBTCUSDT = {
} as const satisfies MarketParams

export const arbitrumWETHweETH = {
base: arbitrumWETH,
quote: arbitrumweETH,
base: arbitrumweETH,
quote: arbitrumWETH,
tickSpacing: 1n,
} as const satisfies MarketParams

Expand Down

0 comments on commit fd0b7bf

Please sign in to comment.