Skip to content

Commit e426cae

Browse files
Si-Kijxom
andauthored
feat: add bobaSepolia chain (wevm#2526)
* added bobaSepolia chain * Update bobaSepolia.ts * Update quiet-olives-trade.md --------- Co-authored-by: jxom <j@wevm.dev>
1 parent 41f9c9d commit e426cae

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed

.changeset/quiet-olives-trade.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Added `bobaSepolia` chain.

pnpm-lock.yaml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
import { defineChain } from '../../utils/chain/defineChain.js'
2+
3+
export const bobaSepolia = /*#__PURE__*/ defineChain({
4+
id: 28882,
5+
name: 'Boba Sepolia',
6+
nativeCurrency: {
7+
name: 'Ether',
8+
symbol: 'ETH',
9+
decimals: 18,
10+
},
11+
rpcUrls: {
12+
default: { http: ['https://sepolia.boba.network'] },
13+
},
14+
blockExplorers: {
15+
default: {
16+
name: 'BOBAScan',
17+
url: 'https://testnet.bobascan.com',
18+
},
19+
},
20+
})

src/chains/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export { blast } from './definitions/blast.js'
4040
export { blastSepolia } from './definitions/blastSepolia.js'
4141
export { bob } from './definitions/bob.js'
4242
export { boba } from './definitions/boba.js'
43+
export { bobaSepolia } from './definitions/bobaSepolia.js'
4344
export { bronos } from './definitions/bronos.js'
4445
export { bronosTestnet } from './definitions/bronosTestnet.js'
4546
export { bsc } from './definitions/bsc.js'

0 commit comments

Comments
 (0)