This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @api3/chains ' : minor
3+ ---
4+
5+ Adds following chain:
6+ - berachain
Original file line number Diff line number Diff line change 1+ {
2+ "alias" : " berachain" ,
3+ "decimals" : 18 ,
4+ "explorer" : {
5+ "api" : {
6+ "key" : {
7+ "required" : true
8+ },
9+ "url" : " https://api.berascan.com/api"
10+ },
11+ "browserUrl" : " https://berascan.com/"
12+ },
13+ "id" : " 80094" ,
14+ "name" : " Berachain" ,
15+ "providers" : [
16+ {
17+ "alias" : " default" ,
18+ "rpcUrl" : " https://rpc.berachain.com/"
19+ },
20+ {
21+ "alias" : " alchemy" ,
22+ "homepageUrl" : " https://alchemy.com"
23+ },
24+ {
25+ "alias" : " quicknode" ,
26+ "homepageUrl" : " https://quicknode.com"
27+ }
28+ ],
29+ "symbol" : " BERA" ,
30+ "testnet" : false
31+ }
Original file line number Diff line number Diff line change @@ -257,6 +257,23 @@ export const CHAINS: Chain[] = [
257257 symbol : 'BERA' ,
258258 testnet : true ,
259259 } ,
260+ {
261+ alias : 'berachain' ,
262+ decimals : 18 ,
263+ explorer : {
264+ api : { key : { required : true } , url : 'https://api.berascan.com/api' } ,
265+ browserUrl : 'https://berascan.com/' ,
266+ } ,
267+ id : '80094' ,
268+ name : 'Berachain' ,
269+ providers : [
270+ { alias : 'default' , rpcUrl : 'https://rpc.berachain.com/' } ,
271+ { alias : 'alchemy' , homepageUrl : 'https://alchemy.com' } ,
272+ { alias : 'quicknode' , homepageUrl : 'https://quicknode.com' } ,
273+ ] ,
274+ symbol : 'BERA' ,
275+ testnet : false ,
276+ } ,
260277 {
261278 alias : 'bitlayer-testnet' ,
262279 decimals : 18 ,
You can’t perform that action at this time.
0 commit comments