Skip to content

Commit

Permalink
fix: add missing exports for arb token and market
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb committed Nov 19, 2024
1 parent 95019b9 commit 6d3dc03
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/moody-dolls-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mangrovedao/mgv": patch
---

Added missing exports for addresses
3 changes: 3 additions & 0 deletions src/addresses/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export {
arbitrumWETHWBTC,
arbitrumWBTCUSDT,
arbitrumWETHweETH,
arbitrumARBUSDCe,
} from './markets/index.js'

// --- tokens ---
Expand All @@ -44,6 +45,8 @@ export {
arbitrumUSDC,
arbitrumUSDT,
arbitrumweETH,
arbitrumArb,
arbitrumUSDCe,
arbitrumTokens,
} from './tokens/index.js'

Expand Down
1 change: 1 addition & 0 deletions src/addresses/markets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ export {
arbitrumWETHWBTC,
arbitrumWBTCUSDT,
arbitrumWETHweETH,
arbitrumARBUSDCe,
} from './arbitrum.js'
2 changes: 2 additions & 0 deletions src/addresses/tokens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export {
arbitrumUSDC,
arbitrumUSDT,
arbitrumweETH,
arbitrumArb,
arbitrumUSDCe,
arbitrumTokens,
} from './arbitrum.js'

Expand Down

0 comments on commit 6d3dc03

Please sign in to comment.