File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "version" : " 0.7.73 " ,
2+ "version" : " 0.7.74 " ,
33 "private" : true ,
44 "type" : " module" ,
55 "scripts" : {
Original file line number Diff line number Diff line change 55 "aliases" : [" evm-42431" ],
66 "caip2Id" : " eip155:42431" ,
77 "graphNode" : { "protocol" : " ethereum" },
8- "explorerUrls" : [" https://explore.tempo.xyz" ],
8+ "explorerUrls" : [" https://explore.moderato. tempo.xyz" ],
99 "rpcUrls" : [" https://rpc.moderato.tempo.xyz" ],
1010 "services" : { "subgraphs" : [" https://api.studio.thegraph.com/deploy" ] },
1111 "networkType" : " testnet" ,
12+ "relations" : [
13+ { "kind" : " testnetOf" , "network" : " tempo" }
14+ ],
1215 "issuanceRewards" : false ,
1316 "nativeToken" : " USD" ,
1417 "docsUrl" : " https://docs.tempo.xyz" ,
Original file line number Diff line number Diff line change 1+ {
2+ "id" : " tempo" ,
3+ "shortName" : " tempo" ,
4+ "fullName" : " Tempo Mainnet" ,
5+ "aliases" : [" evm-4217" , " tempo-mainnet" ],
6+ "caip2Id" : " eip155:4217" ,
7+ "graphNode" : { "protocol" : " ethereum" },
8+ "explorerUrls" : [" https://explore.tempo.xyz" ],
9+ "rpcUrls" : [" https://tempo-mainnet.drpc.org" ],
10+ "services" : { "subgraphs" : [" https://api.studio.thegraph.com/deploy" ] },
11+ "networkType" : " mainnet" ,
12+ "issuanceRewards" : false ,
13+ "nativeToken" : " USD" ,
14+ "docsUrl" : " https://docs.tempo.xyz" ,
15+ "firehose" : {
16+ "blockType" : " sf.ethereum.type.v2.Block" ,
17+ "evmExtendedModel" : false ,
18+ "bufUrl" : " https://buf.build/streamingfast/firehose-ethereum" ,
19+ "bytesEncoding" : " hex" ,
20+ "firstStreamableBlock" : {
21+ "id" : " 0x846ef97031bf5b01e2279f19850ae3a66793407491c645db7f13ba2d88b54db8" ,
22+ "height" : 0
23+ },
24+ "blockFeatures" : [" base" ]
25+ },
26+ "icon" : { "web3Icons" : { "name" : " tempo" } }
27+ }
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ const ALLOWED_ETHEREUM_LIST_MISSING: string[] = [
2424 "stable" ,
2525 "tempo-andantino" ,
2626 "hyper-evm" ,
27+ "tempo"
2728] ;
2829
2930function validateFilenames ( networksPath : string ) {
You can’t perform that action at this time.
0 commit comments