Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 60a9bb0

Browse files
authored
Merge pull request #577 from api3dao/csur-2025-02-06
Csur 2025-02-06
2 parents 79ed51d + 29a8ba4 commit 60a9bb0

3 files changed

Lines changed: 54 additions & 0 deletions

File tree

.changeset/famous-carrots-serve.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@api3/chains': minor
3+
---
4+
5+
Adds following chain:
6+
- berachain

chains/berachain.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
}

src/generated/chains.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)