From 1dfdc2318e125a3c28d3da918eb1e1f6236dce8e Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Thu, 14 May 2026 15:50:17 -0400 Subject: [PATCH 1/2] Add pinax service endpoints and lineasepolia alias for Linea Sepolia, update Tempo first streamable block --- registry/eip155/linea-sepolia.json | 2 +- registry/eip155/tempo.json | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/registry/eip155/linea-sepolia.json b/registry/eip155/linea-sepolia.json index fad776df..7e7dcaad 100644 --- a/registry/eip155/linea-sepolia.json +++ b/registry/eip155/linea-sepolia.json @@ -3,7 +3,7 @@ "shortName": "Linea", "secondName": "Sepolia", "fullName": "Linea Sepolia Testnet", - "aliases": ["evm-59141", "linea-testnet"], + "aliases": ["evm-59141", "linea-testnet", "lineasepolia"], "caip2Id": "eip155:59141", "graphNode": { "protocol": "ethereum" }, "explorerUrls": ["https://sepolia.lineascan.build"], diff --git a/registry/eip155/tempo.json b/registry/eip155/tempo.json index 30dff8ce..65a3266f 100644 --- a/registry/eip155/tempo.json +++ b/registry/eip155/tempo.json @@ -6,8 +6,12 @@ "caip2Id": "eip155:4217", "graphNode": { "protocol": "ethereum" }, "explorerUrls": ["https://explore.tempo.xyz"], - "rpcUrls": ["https://tempo-mainnet.drpc.org"], - "services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] }, + "rpcUrls": ["https://tempo-mainnet.drpc.org", "https://tempo.rpc.service.pinax.network"], + "services": { + "subgraphs": ["https://api.studio.thegraph.com/deploy"], + "substreams": ["tempo.substreams.pinax.network:443"], + "firehose": ["tempo.firehose.pinax.network:443"] + }, "networkType": "mainnet", "issuanceRewards": false, "nativeToken": "USD", @@ -18,7 +22,7 @@ "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", "bytesEncoding": "hex", "firstStreamableBlock": { - "id": "0x846ef97031bf5b01e2279f19850ae3a66793407491c645db7f13ba2d88b54db8", + "id": "0x49d7ec7085e77bf5a403d0fcb4cfc42a4084a89dfff60477579c5e09c9e03c54", "height": 0 }, "blockFeatures": ["base"] From 091d6fd84d4e6d56fbfc4d1b9b036609cfb6b01a Mon Sep 17 00:00:00 2001 From: Pinax Bot Date: Thu, 14 May 2026 19:50:56 +0000 Subject: [PATCH 2/2] chore: auto-bump version to 0.7.88 (patch) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4dcd3a3c..fed68075 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.7.87", + "version": "0.7.88", "private": true, "type": "module", "scripts": {