Skip to content

Commit

Permalink
chore: update Boba's native currency token to ETH (#2122)
Browse files Browse the repository at this point in the history
* boba native

* changeset

* Update dull-planets-cough.md

---------

Co-authored-by: abs3ntdev <abs3ntdev@users.noreply.github.com>
Co-authored-by: jxom <jakemoxey@gmail.com>
  • Loading branch information
3 people authored Apr 14, 2024
1 parent 4db7c99 commit f020b48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-planets-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated Boba native currency from BOBA to ETH.
4 changes: 2 additions & 2 deletions src/chains/definitions/boba.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const boba = /*#__PURE__*/ defineChain({
name: 'Boba Network',
nativeCurrency: {
decimals: 18,
name: 'Boba',
symbol: 'BOBA',
name: 'Ether',
symbol: 'ETH',
},
rpcUrls: {
default: { http: ['https://mainnet.boba.network'] },
Expand Down

0 comments on commit f020b48

Please sign in to comment.