Skip to content

Commit 19c8f08

Browse files
add berachain (#72)
* added berachain * fixed validation issues * bumped package version --------- Co-authored-by: Yaro Shkvorets <shkvorets@gmail.com>
1 parent febf6de commit 19c8f08

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.6.35",
2+
"version": "0.6.36",
33
"private": true,
44
"type": "module",
55
"scripts": {

registry/eip155/berachain-bartio.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
}
1616
],
1717
"networkType": "testnet",
18-
"relations": [],
18+
"relations": [
19+
{ "kind": "testnetOf", "network": "berachain" }
20+
],
1921
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
2022
"issuanceRewards": false,
2123
"nativeToken": "BERA",
@@ -29,5 +31,6 @@
2931
"evmExtendedModel": true,
3032
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
3133
"bytesEncoding": "hex"
32-
}
34+
},
35+
"icon": { "web3Icons": { "name": "berachain" } }
3336
}

registry/eip155/berachain.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"id": "berachain",
3+
"shortName": "Berachain",
4+
"fullName": "Berachain Mainnet",
5+
"aliases": ["evm-80094", "berachain-mainnet"],
6+
"caip2Id": "eip155:80094",
7+
"graphNode": { "protocol": "ethereum" },
8+
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
9+
"networkType": "mainnet",
10+
"issuanceRewards": false,
11+
"nativeToken": "BERA",
12+
"docsUrl": "https://docs.berachain.com/",
13+
"genesis": {
14+
"hash": "0xd57819422128da1c44339fc7956662378c17e2213e669b427ac91cd11dfcfb38",
15+
"height": 0
16+
},
17+
"firehose": {
18+
"blockType": "sf.ethereum.type.v2.Block",
19+
"evmExtendedModel": true,
20+
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
21+
"bytesEncoding": "hex"
22+
},
23+
"icon": { "web3Icons": { "name": "berachain" } }
24+
}

0 commit comments

Comments
 (0)