Skip to content

Commit

Permalink
feat: Reorder markets in BlastMarkets array. (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb authored Jul 22, 2024
1 parent 039caa5 commit f2b7ad7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-toes-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mangrovedao/mgv": patch
---

Reorder markets
4 changes: 2 additions & 2 deletions src/addresses/markets/blast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ export const blastBLASTWETH = {

export const blastMarkets = [
blastWETHUSDB,
blastBLASTUSDB,
blastUSDeUSDB,
blastBLASTWETH,
blastUSDeUSDB,
blastBLASTUSDB,
blastmwstETHWPUNKS20WETH,
blastmwstETHWPUNKS40WETH,
] as const satisfies MarketParams[]

0 comments on commit f2b7ad7

Please sign in to comment.