Skip to content

Commit f90746e

Browse files
1.34.2-0.0.1: [chore] Add boba chain (#682)
1 parent a4713e2 commit f90746e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "1.34.2",
3+
"version": "1.34.2-0.0.1",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",

src/utilities.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,9 @@ export function networkName(id: number): string {
353353
5: 'goerli',
354354
42: 'kovan',
355355
100: 'xdai',
356-
56: 'bsc'
356+
56: 'bsc',
357+
288: 'boba-mainnet',
358+
28: 'boba-rinkeby'
357359
} as { [key: number]: string }
358360
)[id] || 'unknown'
359361
}

0 commit comments

Comments
 (0)