Skip to content

Commit 116725e

Browse files
alinobrasilpinax-botYaroShkvorets
authored
add tempo mainnet (#204)
* added tempo mainnet * chore: auto-bump version to 0.7.74 (patch) * validatelogic * add rpc endpoint and explorer --------- Co-authored-by: Pinax Bot <ops@pinax.network> Co-authored-by: YaroShkvorets <shkvorets@gmail.com>
1 parent eccd6d6 commit 116725e

4 files changed

Lines changed: 33 additions & 2 deletions

File tree

package.json

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

registry/eip155/tempo-moderato.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
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",

registry/eip155/tempo.json

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

src/validate_logic.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const ALLOWED_ETHEREUM_LIST_MISSING: string[] = [
2424
"stable",
2525
"tempo-andantino",
2626
"hyper-evm",
27+
"tempo"
2728
];
2829

2930
function validateFilenames(networksPath: string) {

0 commit comments

Comments
 (0)