File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
159162export 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
You can’t perform that action at this time.
0 commit comments