Skip to content

Commit 7dd6904

Browse files
committed
🤖 Import updated chainlist rpcs
1 parent f994ffa commit 7dd6904

2 files changed

Lines changed: 119 additions & 64 deletions

File tree

constants/chainIds.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export default {
9696
"747": "flow",
9797
"757": "capx",
9898
"820": "callisto",
99+
"8379": "bery",
99100
"841": "tara",
100101
"888": "wanchain",
101102
"957": "lyra",

constants/extraRpcs.js

Lines changed: 118 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,12 @@ const privacyStatement = {
231231
"GlobalStake, LLC and its affiliates are committed to protecting your privacy in accordance with applicable data protection laws. We may share information with affiliates, service providers, and partners as needed to deliver services and comply with legal requirements. By using our services, you agree to the terms of our privacy practices. Full policy: https://globalstake.io/privacy-policy/",
232232
dilithium3:
233233
"Dilithium3 RPC does not store or track any user data including IP addresses, wallet addresses, or transaction metadata. All data needed to process requests is ephemeral and not logged. Our quantum-resistant blockchain uses NIST FIPS 203/204/205 compliant post-quantum cryptography. No analytics, tracking cookies, or third-party services are used. https://dilithium3.com/privacy",
234+
huginn:
235+
"Huginn Tech is a community-focused blockchain infrastructure provider offering node services, RPC endpoints, custom tools for blockchains. We do not collect, store, or track any user information (IP addresses, locations, etc.) through our RPC endpoints. For more information, visit https://huginn.tech/privacy",
236+
hgraph:
237+
"When you interact with our Site, our servers automatically collect certain technical information to help us operate, maintain, and improve our services. This information may include details such as your device identifier, IP address, browser type, operating system, and the date and time of your visit. https://hgraph.com/privacy",
234238
};
235239

236-
237240
export const extraRpcs = {
238241
1: {
239242
rpcs: [
@@ -254,10 +257,10 @@ export const extraRpcs = {
254257
trackingDetails: privacyStatement.publicnode,
255258
},
256259
{
257-
url: "https://rpc.ankr.com/eth/c4cc6a8c87ec30258076de433ab2cf3d834228aae3fc4d76087873e4fea11635",
258-
tracking: "yes",
259-
trackingDetails: privacyStatement.ankr,
260-
},
260+
url: "https://rpc.ankr.com/eth/c4cc6a8c87ec30258076de433ab2cf3d834228aae3fc4d76087873e4fea11635",
261+
tracking: "yes",
262+
trackingDetails: privacyStatement.ankr,
263+
},
261264
{
262265
url: "wss://ethereum-rpc.publicnode.com",
263266
tracking: "none",
@@ -570,7 +573,7 @@ export const extraRpcs = {
570573
url: "https://rpc.sentio.xyz/mainnet",
571574
tracking: "limited",
572575
trackingDetails: privacyStatement.sentio,
573-
}
576+
},
574577
],
575578
},
576579
2: {
@@ -581,17 +584,17 @@ export const extraRpcs = {
581584
},
582585
2517: {
583586
rpcs: [
584-
"https://svp-dataseed1-testnet.svpchain.org",
585-
"https://svp-dataseed2-testnet.svpchain.org",
586-
"https://svp-dataseed3-testnet.svpchain.org"
587-
],
587+
"https://svp-dataseed1-testnet.svpchain.org",
588+
"https://svp-dataseed2-testnet.svpchain.org",
589+
"https://svp-dataseed3-testnet.svpchain.org",
590+
],
588591
},
589592
2518: {
590593
rpcs: [
591-
"https://svp-dataseed1.svpchain.org",
592-
"https://svp-dataseed2.svpchain.org",
593-
"https://svp-dataseed3.svpchain.org"
594-
],
594+
"https://svp-dataseed1.svpchain.org",
595+
"https://svp-dataseed2.svpchain.org",
596+
"https://svp-dataseed3.svpchain.org",
597+
],
595598
},
596599
80001: {
597600
rpcs: [
@@ -602,10 +605,10 @@ export const extraRpcs = {
602605
trackingDetails: privacyStatement.omnia,
603606
},
604607
{
605-
url: "https://rpc.ankr.com/polygon/c4cc6a8c87ec30258076de433ab2cf3d834228aae3fc4d76087873e4fea11635",
606-
tracking: "yes",
607-
trackingDetails: privacyStatement.ankr,
608-
},
608+
url: "https://rpc.ankr.com/polygon/c4cc6a8c87ec30258076de433ab2cf3d834228aae3fc4d76087873e4fea11635",
609+
tracking: "yes",
610+
trackingDetails: privacyStatement.ankr,
611+
},
609612
"https://polygontestapi.terminet.io/rpc",
610613
{
611614
url: "https://polygon-testnet.public.blastapi.io",
@@ -1713,10 +1716,10 @@ export const extraRpcs = {
17131716
trackingDetails: privacyStatement.onerpc,
17141717
},
17151718
{
1716-
url: "https://rpc.ankr.com/arbitrum/c4cc6a8c87ec30258076de433ab2cf3d834228aae3fc4d76087873e4fea11635",
1717-
tracking: "yes",
1718-
trackingDetails: privacyStatement.ankr,
1719-
},
1719+
url: "https://rpc.ankr.com/arbitrum/c4cc6a8c87ec30258076de433ab2cf3d834228aae3fc4d76087873e4fea11635",
1720+
tracking: "yes",
1721+
trackingDetails: privacyStatement.ankr,
1722+
},
17201723
{
17211724
url: "https://arbitrum-one-public.nodies.app",
17221725
tracking: "limited",
@@ -2635,7 +2638,7 @@ export const extraRpcs = {
26352638
{
26362639
url: "https://rpc.sentio.xyz/optimism",
26372640
tracking: "limited",
2638-
trackingDetails: privacyStatement.sentio
2641+
trackingDetails: privacyStatement.sentio,
26392642
},
26402643
],
26412644
},
@@ -3998,6 +4001,16 @@ export const extraRpcs = {
39984001
tracking: "limited",
39994002
trackingDetails: privacyStatement.sentio,
40004003
},
4004+
{
4005+
url: "https://monad-rpc.huginn.tech",
4006+
tracking: "none",
4007+
trackingDetails: privacyStatement.huginn,
4008+
},
4009+
{
4010+
url: "wss://wss.monad-rpc.huginn.tech",
4011+
tracking: "none",
4012+
trackingDetails: privacyStatement.huginn,
4013+
},
40014014
],
40024015
},
40034016
163: {
@@ -4342,6 +4355,11 @@ export const extraRpcs = {
43424355
tracking: "none",
43434356
trackingDetails: privacyStatement.ankr,
43444357
},
4358+
{
4359+
url: "https://zksync-sepolia.api.onfinality.io/public",
4360+
tracking: "limited",
4361+
trackingDetails: privacyStatement.onfinality,
4362+
},
43454363
],
43464364
},
43474365
324: {
@@ -4605,31 +4623,31 @@ export const extraRpcs = {
46054623
},
46064624
2288: {
46074625
rpcs: [
4608-
{
4609-
url: "https://moca.drpc.org",
4610-
tracking: "none",
4611-
trackingDetails: privacyStatement.drpc,
4612-
},
4626+
{
4627+
url: "https://moca.drpc.org",
4628+
tracking: "none",
4629+
trackingDetails: privacyStatement.drpc,
4630+
},
46134631
{
46144632
url: "wss://moca.drpc.org",
46154633
tracking: "none",
46164634
trackingDetails: privacyStatement.drpc,
46174635
},
4618-
],
4636+
],
46194637
},
46204638
222888: {
46214639
rpcs: [
4622-
{
4623-
url: "https://moca-testnet.drpc.org",
4624-
tracking: "none",
4625-
trackingDetails: privacyStatement.drpc,
4626-
},
4640+
{
4641+
url: "https://moca-testnet.drpc.org",
4642+
tracking: "none",
4643+
trackingDetails: privacyStatement.drpc,
4644+
},
46274645
{
46284646
url: "wss://moca-testnet.drpc.org",
46294647
tracking: "none",
46304648
trackingDetails: privacyStatement.drpc,
46314649
},
4632-
],
4650+
],
46334651
},
46344652
3636: {
46354653
rpcs: [
@@ -5240,10 +5258,7 @@ export const extraRpcs = {
52405258
rpcs: ["https://proxy2.thinkiumrpc.net/"],
52415259
},
52425260
70003: {
5243-
rpcs: [
5244-
"https://rpc.pyrachain.io",
5245-
"wss://ws.pyrachain.io",
5246-
],
5261+
rpcs: ["https://rpc.pyrachain.io", "wss://ws.pyrachain.io"],
52475262
},
52485263
70103: {
52495264
rpcs: ["https://proxy103.thinkiumrpc.net/"],
@@ -6769,6 +6784,22 @@ export const extraRpcs = {
67696784
1339: {
67706785
rpcs: ["https://rpc.elysiumchain.tech/", "https://rpc.elysiumchain.us/"],
67716786
},
6787+
1342: {
6788+
rpcs: [
6789+
{
6790+
url: "https://rpc.bie.ai",
6791+
tracking: "none",
6792+
trackingDetails:
6793+
"BIE RPC does not collect or store any PII information. IP addresses are only used for rate-limiting purposes.",
6794+
},
6795+
{
6796+
url: "https://api.bie.ai",
6797+
tracking: "none",
6798+
trackingDetails:
6799+
"BIE API does not collect or store any PII information. IP addresses are only used for rate-limiting purposes.",
6800+
},
6801+
],
6802+
},
67726803
1338: {
67736804
rpcs: ["https://rpc.atlantischain.network/"],
67746805
},
@@ -6845,10 +6876,7 @@ export const extraRpcs = {
68456876
],
68466877
},
68476878
6163: {
6848-
rpcs: [
6849-
"https://evm-rpc-arc.testnet.stackflow.site",
6850-
"wss://evm-ws.testnet.stackflow.site",
6851-
],
6879+
rpcs: ["https://evm-rpc-arc.testnet.stackflow.site", "wss://evm-ws.testnet.stackflow.site"],
68526880
},
68536881
2358: {
68546882
rpcs: ["https://api.sepolia.kroma.network"],
@@ -7623,8 +7651,8 @@ export const extraRpcs = {
76237651
],
76247652
},
76257653
5577: {
7626-
rpcs: ["https://rpc.taaqo.com"]
7627-
},
7654+
rpcs: ["https://rpc.taaqo.com"],
7655+
},
76287656
1750: {
76297657
rpcs: [
76307658
"https://rpc.metall2.com",
@@ -8338,6 +8366,16 @@ export const extraRpcs = {
83388366
tracking: "limited",
83398367
trackingDetails: privacyStatement.onfinality,
83408368
},
8369+
{
8370+
url: "https://monad-testnet-rpc.huginn.tech",
8371+
tracking: "none",
8372+
trackingDetails: privacyStatement.huginn,
8373+
},
8374+
{
8375+
url: "wss://wss.monad-testnet-rpc.huginn.tech",
8376+
tracking: "none",
8377+
trackingDetails: privacyStatement.huginn,
8378+
},
83418379
],
83428380
},
83438381
80094: {
@@ -8746,7 +8784,15 @@ export const extraRpcs = {
87468784
],
87478785
},
87488786
295: {
8749-
rpcs: ["https://hedera.linkpool.pro", "https://295.rpc.thirdweb.com"],
8787+
rpcs: [
8788+
"https://hedera.linkpool.pro",
8789+
"https://295.rpc.thirdweb.com",
8790+
{
8791+
url: "https://mainnet.hedera.api.hgraph.io/rpc",
8792+
tracking: "none",
8793+
trackingDetails: privacyStatement.hgraph,
8794+
},
8795+
],
87508796
},
87518797
296: {
87528798
rpcs: ["https://296.rpc.thirdweb.com"],
@@ -8979,11 +9025,8 @@ export const extraRpcs = {
89799025
"https://eth.nodebridge.xyz/assetchaintestnet/exec/b903e07d-54ee-4c4d-bffb-8b073e8163fa",
89809026
],
89819027
},
8982-
42429: {
8983-
rpcs: [
8984-
"https://tempo-testnet.drpc.org",
8985-
"wss://tempo-testnet.drpc.org",
8986-
],
9028+
42429: {
9029+
rpcs: ["https://tempo-testnet.drpc.org", "wss://tempo-testnet.drpc.org"],
89879030
},
89889031
6281971: {
89899032
rpcs: [
@@ -9516,14 +9559,11 @@ export const extraRpcs = {
95169559
trackingDetails: privacyStatement.OpsLayer,
95179560
},
95189561
"https://eth-rpc.testnet.polkadot.io",
9519-
"wss://eth-rpc.testnet.polkadot.io"
9562+
"wss://eth-rpc.testnet.polkadot.io",
95209563
],
95219564
},
95229565
420420418: {
9523-
rpcs: [
9524-
"https://eth-rpc.kusama.polkadot.io",
9525-
"wss://eth-rpc.kusama.polkadot.io"
9526-
],
9566+
rpcs: ["https://eth-rpc.kusama.polkadot.io", "wss://eth-rpc.kusama.polkadot.io"],
95279567
},
95289568
420420419: {
95299569
rpcs: [
@@ -9538,39 +9578,43 @@ export const extraRpcs = {
95389578
trackingDetails: privacyStatement.OpsLayer,
95399579
},
95409580
"https://eth-rpc.polkadot.io",
9541-
"wss://eth-rpc.polkadot.io"
9581+
"wss://eth-rpc.polkadot.io",
95429582
],
95439583
},
95449584
688689: {
95459585
rpcs: [
95469586
{
95479587
url: "https://rpc.evm.pharos.testnet.cosmostation.io",
95489588
tracking: "none",
9549-
trackingDetails: privacyStatement.Cosmostation
9550-
}
9551-
]
9589+
trackingDetails: privacyStatement.Cosmostation,
9590+
},
9591+
],
95529592
},
95539593
1122: {
95549594
rpcs: [
95559595
{
95569596
url: "https://rpc.luxeports.com",
95579597
tracking: "none",
9558-
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.",
9598+
trackingDetails:
9599+
"LuxePorts does not collect or store any user information (IP addresses, locations, etc.) through the RPC. All data transmitted is solely for blockchain transactions.",
95599600
},
95609601
{
95619602
url: "https://erpc.luxeports.com",
95629603
tracking: "none",
9563-
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.",
9604+
trackingDetails:
9605+
"LuxePorts does not collect or store any user information (IP addresses, locations, etc.) through the RPC. All data transmitted is solely for blockchain transactions.",
95649606
},
95659607
{
95669608
url: "wss://rpc.luxeports.com/ws",
95679609
tracking: "none",
9568-
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.",
9610+
trackingDetails:
9611+
"LuxePorts does not collect or store any user information (IP addresses, locations, etc.) through the RPC. All data transmitted is solely for blockchain transactions.",
95699612
},
95709613
{
95719614
url: "wss://erpc.luxeports.com/ws",
95729615
tracking: "none",
9573-
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.",
9616+
trackingDetails:
9617+
"LuxePorts does not collect or store any user information (IP addresses, locations, etc.) through the RPC. All data transmitted is solely for blockchain transactions.",
95749618
},
95759619
],
95769620
},
@@ -9602,6 +9646,16 @@ export const extraRpcs = {
96029646
},
96039647
],
96049648
},
9649+
110110: {
9650+
rpcs: [
9651+
{
9652+
url: "https://rpc.marscredit.xyz",
9653+
tracking: "none",
9654+
trackingDetails:
9655+
"Mars Credit does not collect or store any user information (IP addresses, locations, etc.) transmitted via our RPC.",
9656+
},
9657+
],
9658+
},
96059659
};
96069660

96079661
const allExtraRpcs = mergeDeep(llamaNodesRpcs, extraRpcs);

0 commit comments

Comments
 (0)