Skip to content

Commit cf80621

Browse files
committed
update pinax endpoints
1 parent de76780 commit cf80621

File tree

5 files changed

+22
-7
lines changed

5 files changed

+22
-7
lines changed

registry/eip155/etherlink-mainnet.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"apiUrls": [
1414
{ "url": "https://explorer.etherlink.com/api", "kind": "blockscout" }
1515
],
16-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
16+
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"],
17+
"firehose": ["etherlink.firehose.pinax.network:443"],
18+
"substreams": ["etherlink.substreams.pinax.network:443"]
19+
},
1720
"networkType": "mainnet",
1821
"issuanceRewards": false,
1922
"nativeToken": "XTZ",

registry/eip155/kava.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"explorerUrls": ["https://kavascan.io"],
99
"rpcUrls": [
1010
"https://rpc.ankr.com/kava_evm",
11-
"https://kava.rpc.service.pinax.network"
11+
"https://evm.kava-rpc.com"
1212
],
1313
"networkType": "mainnet",
1414
"services": {},

registry/eip155/linea-sepolia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"caip2Id": "eip155:59141",
88
"graphNode": { "protocol": "ethereum" },
99
"explorerUrls": ["https://sepolia.lineascan.build"],
10-
"rpcUrls": ["https://rpc.sepolia.linea.build"],
10+
"rpcUrls": ["https://rpc.sepolia.linea.build", "https://lineasepolia.rpc.service.pinax.network"],
1111
"apiUrls": [
1212
{
1313
"url": "https://linea-sepolia.abi.pinax.network/api",

registry/eip155/tron-evm.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@
1313
"services": {
1414
"subgraphs": [],
1515
"sps": [],
16-
"firehose": ["mainnet-evm.tron.streamingfast.io:443"],
17-
"substreams": ["mainnet-evm.tron.streamingfast.io:443"]
16+
"firehose": [
17+
"mainnet-evm.tron.streamingfast.io:443",
18+
"tronevm.firehose.pinax.network:443"
19+
],
20+
"substreams": [
21+
"mainnet-evm.tron.streamingfast.io:443",
22+
"tronevm.substreams.pinax.network:443"
23+
]
1824
},
1925
"issuanceRewards": false,
2026
"nativeToken": "TRX",

registry/tron/tron.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@
1111
"services": {
1212
"subgraphs": [],
1313
"sps": [],
14-
"firehose": ["mainnet.tron.streamingfast.io:443"],
15-
"substreams": ["mainnet.tron.streamingfast.io:443"]
14+
"firehose": [
15+
"mainnet.tron.streamingfast.io:443",
16+
"tron.firehose.pinax.network:443"
17+
],
18+
"substreams": [
19+
"mainnet.tron.streamingfast.io:443",
20+
"tron.substreams.pinax.network:443"
21+
]
1622
},
1723
"issuanceRewards": false,
1824
"nativeToken": "TRX",

0 commit comments

Comments
 (0)