We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff8c6f commit 76bfea4Copy full SHA for 76bfea4
1 file changed
registry/eip155/xlayer-mainnet.json
@@ -6,8 +6,16 @@
6
"caip2Id": "eip155:196",
7
"graphNode": { "protocol": "ethereum" },
8
"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"] },
+ "rpcUrls": [
+ "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
+ },
19
"networkType": "mainnet",
20
"relations": [{ "kind": "l2Of", "network": "mainnet" }],
21
"issuanceRewards": false,
0 commit comments