File tree Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.6.35 " ,
2
+ "version" : " 0.6.36 " ,
3
3
"private" : true ,
4
4
"type" : " module" ,
5
5
"scripts" : {
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"networkType" : " testnet" ,
18
- "relations" : [],
18
+ "relations" : [
19
+ { "kind" : " testnetOf" , "network" : " berachain" }
20
+ ],
19
21
"services" : { "subgraphs" : [" https://api.studio.thegraph.com/deploy" ] },
20
22
"issuanceRewards" : false ,
21
23
"nativeToken" : " BERA" ,
29
31
"evmExtendedModel" : true ,
30
32
"bufUrl" : " https://buf.build/streamingfast/firehose-ethereum" ,
31
33
"bytesEncoding" : " hex"
32
- }
34
+ },
35
+ "icon" : { "web3Icons" : { "name" : " berachain" } }
33
36
}
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments