You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: constants/extraRpcs.js
+31-1Lines changed: 31 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5204,6 +5204,12 @@ export const extraRpcs = {
5204
5204
70002: {
5205
5205
rpcs: ["https://proxy2.thinkiumrpc.net/"],
5206
5206
},
5207
+
70003: {
5208
+
rpcs: [
5209
+
"https://rpc.pyrachain.io",
5210
+
"wss://ws.pyrachain.io",
5211
+
],
5212
+
},
5207
5213
70103: {
5208
5214
rpcs: ["https://proxy103.thinkiumrpc.net/"],
5209
5215
},
@@ -9493,7 +9499,31 @@ export const extraRpcs = {
9493
9499
trackingDetails: privacyStatement.Cosmostation
9494
9500
}
9495
9501
]
9496
-
}
9502
+
},
9503
+
1122: {
9504
+
rpcs: [
9505
+
{
9506
+
url: "https://rpc.luxeports.com",
9507
+
tracking: "none",
9508
+
trackingDetails: "LuxePorts does not collect or store any user information (IP addresses, locations, etc.) through the RPC. All data transmitted is solely for blockchain transactions.",
9509
+
},
9510
+
{
9511
+
url: "https://erpc.luxeports.com",
9512
+
tracking: "none",
9513
+
trackingDetails: "LuxePorts does not collect or store any user information (IP addresses, locations, etc.) through the RPC. All data transmitted is solely for blockchain transactions.",
9514
+
},
9515
+
{
9516
+
url: "wss://rpc.luxeports.com/ws",
9517
+
tracking: "none",
9518
+
trackingDetails: "LuxePorts does not collect or store any user information (IP addresses, locations, etc.) through the RPC. All data transmitted is solely for blockchain transactions.",
9519
+
},
9520
+
{
9521
+
url: "wss://erpc.luxeports.com/ws",
9522
+
tracking: "none",
9523
+
trackingDetails: "LuxePorts does not collect or store any user information (IP addresses, locations, etc.) through the RPC. All data transmitted is solely for blockchain transactions.",
0 commit comments