chainlist-rpcs 0.5.237 → 0.5.239
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/constants/chainIds.js +2 -0
- package/constants/extraRpcs.js +4 -3
- package/package.json +1 -1
package/constants/chainIds.js
CHANGED
|
@@ -138,6 +138,7 @@ export default {
|
|
|
138
138
|
"3073": "move",
|
|
139
139
|
"3338": "peaq",
|
|
140
140
|
"3637": "botanix",
|
|
141
|
+
"3721": "xone chain",
|
|
141
142
|
"3776": "astar zkevm",
|
|
142
143
|
"4158": "crossfi",
|
|
143
144
|
"4337": "beam",
|
|
@@ -176,6 +177,7 @@ export default {
|
|
|
176
177
|
"9745": "plasma",
|
|
177
178
|
"9790": "carbon",
|
|
178
179
|
"10000": "smartbch",
|
|
180
|
+
"10088": "gatelayer",
|
|
179
181
|
"10507": "numbers",
|
|
180
182
|
"11820": "artela",
|
|
181
183
|
"13371": "immutable zkevm",
|
package/constants/extraRpcs.js
CHANGED
|
@@ -3887,6 +3887,10 @@ export const extraRpcs = {
|
|
|
3887
3887
|
369: {
|
|
3888
3888
|
rpcs: [
|
|
3889
3889
|
"https://rpc.pulsechain.com",
|
|
3890
|
+
"https://rpc.gigatheminter.com",
|
|
3891
|
+
"https://rpc-pulsechain.g4mm4.io",
|
|
3892
|
+
"https://evex.cloud/pulserpc",
|
|
3893
|
+
"wss://evex.cloud/pulsews",
|
|
3890
3894
|
{
|
|
3891
3895
|
url: "https://pulsechain-rpc.publicnode.com",
|
|
3892
3896
|
tracking: "none",
|
|
@@ -3897,9 +3901,6 @@ export const extraRpcs = {
|
|
|
3897
3901
|
tracking: "none",
|
|
3898
3902
|
trackingDetails: privacyStatement.publicnode,
|
|
3899
3903
|
},
|
|
3900
|
-
"https://rpc-pulsechain.g4mm4.io",
|
|
3901
|
-
"https://evex.cloud/pulserpc",
|
|
3902
|
-
"wss://evex.cloud/pulsews",
|
|
3903
3904
|
{
|
|
3904
3905
|
url: "https://rpc.owlracle.info/pulse/70d38ce1826c4a60bb2a8e05a6c8b20f",
|
|
3905
3906
|
tracking: "limited",
|