Skip to content

Commit eaefc38

Browse files
committed
🤖 Import updated chainlist rpcs
1 parent 45b4254 commit eaefc38

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

constants/chainIds.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ export default {
244244
"57073": "ink",
245245
"59144": "linea",
246246
"60808": "bob",
247+
"70003": "pyra",
247248
"71394": "godwoken",
248249
"71402": "godwoken",
249250
"78887": "lung",

constants/extraRpcs.js

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5204,6 +5204,12 @@ export const extraRpcs = {
52045204
70002: {
52055205
rpcs: ["https://proxy2.thinkiumrpc.net/"],
52065206
},
5207+
70003: {
5208+
rpcs: [
5209+
"https://rpc.pyrachain.io",
5210+
"wss://ws.pyrachain.io",
5211+
],
5212+
},
52075213
70103: {
52085214
rpcs: ["https://proxy103.thinkiumrpc.net/"],
52095215
},
@@ -9493,7 +9499,31 @@ export const extraRpcs = {
94939499
trackingDetails: privacyStatement.Cosmostation
94949500
}
94959501
]
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.",
9524+
},
9525+
],
9526+
},
94979527
};
94989528

94999529
const allExtraRpcs = mergeDeep(llamaNodesRpcs, extraRpcs);

0 commit comments

Comments
 (0)