Skip to content

Commit

Permalink
Merge pull request #15 from mangrovedao/fix/usdbAddress
Browse files Browse the repository at this point in the history
fix: USDB address
  • Loading branch information
maxencerb authored May 3, 2024
2 parents d47d184 + 193d75a commit f55e99b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fifty-parents-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mangrovedao/mgv": patch
---

Fix USDB address on blast
2 changes: 1 addition & 1 deletion src/addresses/tokens/blast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const blastWETH = buildToken({
})

export const blastUSDB = buildToken({
address: '0x4300000000000000000000000000000000000002',
address: '0x4300000000000000000000000000000000000003',
symbol: 'USDB',
displayDecimals: 2,
priceDisplayDecimals: 2,
Expand Down

0 comments on commit f55e99b

Please sign in to comment.