Skip to content

Commit 1f5d5b5

Browse files
[AUTOMATED] Update constants.ts (#965)
Co-authored-by: andres-horizon <162160045+andres-horizon@users.noreply.github.com>
1 parent 094444c commit 1f5d5b5

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

packages/network/src/constants.ts

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@ export enum ChainId {
153153
HYPEREVM = 999,
154154

155155
// SONIC
156-
SONIC = 146
156+
SONIC = 146,
157+
158+
// BERACHAIN
159+
BERACHAIN = 80094
157160
}
158161

159162
export const networks: Record<ChainId, NetworkMetadata> = {
@@ -1257,6 +1260,24 @@ export const networks: Record<ChainId, NetworkMetadata> = {
12571260
name: 'Sonic',
12581261
decimals: 18
12591262
}
1263+
},
1264+
1265+
[ChainId.BERACHAIN]: {
1266+
chainId: ChainId.BERACHAIN,
1267+
type: NetworkType.MAINNET,
1268+
name: 'berachain',
1269+
title: 'Berachain',
1270+
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.BERACHAIN}.webp`,
1271+
testnet: false,
1272+
blockExplorer: {
1273+
name: 'Berachain',
1274+
rootUrl: 'https://berascan.com/'
1275+
},
1276+
nativeToken: {
1277+
symbol: 'Berachain',
1278+
name: 'Berachain',
1279+
decimals: 18
1280+
}
12601281
}
12611282
}
12621283

0 commit comments

Comments
 (0)