Skip to content

Commit 76bfea4

Browse files
authored
Add pinax service endpoints (firehose, substreams, rpc) for xlayer (#223)
1 parent 3ff8c6f commit 76bfea4

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

registry/eip155/xlayer-mainnet.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@
66
"caip2Id": "eip155:196",
77
"graphNode": { "protocol": "ethereum" },
88
"explorerUrls": ["https://www.oklink.com/xlayer"],
9-
"rpcUrls": ["https://rpc.xlayer.tech", "https://xlayerrpc.okx.com"],
10-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
9+
"rpcUrls": [
10+
"https://rpc.xlayer.tech",
11+
"https://xlayerrpc.okx.com",
12+
"https://xlayer.rpc.service.pinax.network"
13+
],
14+
"services": {
15+
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
16+
"firehose": ["xlayer.firehose.pinax.network:443"],
17+
"substreams": ["xlayer.substreams.pinax.network:443"]
18+
},
1119
"networkType": "mainnet",
1220
"relations": [{ "kind": "l2Of", "network": "mainnet" }],
1321
"issuanceRewards": false,

0 commit comments

Comments
 (0)