Skip to content

Commit 212125a

Browse files
authored
Add new Dwellir RPC URLs (#2184)
1 parent 27f7f87 commit 212125a

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

constants/extraRpcs.js

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,11 @@ export const extraRpcs = {
540540
tracking: "yes",
541541
trackingDetails: privacyStatement.grove,
542542
},
543+
{
544+
url: "https://api-ethereum-mainnet-reth.n.dwellir.com/2ccf18bf-2916-4198-8856-42172854353c",
545+
tracking: "limited",
546+
trackingDetails: privacyStatement.dwellir,
547+
},
543548
],
544549
},
545550
2: {
@@ -1024,6 +1029,11 @@ export const extraRpcs = {
10241029
tracking: "none",
10251030
trackingDetails: privacyStatement.fastnode,
10261031
},
1032+
{
1033+
url: "https://api-bsc-mainnet-full.n.dwellir.com/2ccf18bf-2916-4198-8856-42172854353c",
1034+
tracking: "limited",
1035+
trackingDetails: privacyStatement.dwellir,
1036+
},
10271037
],
10281038
},
10291039
97: {
@@ -1431,6 +1441,11 @@ export const extraRpcs = {
14311441
tracking: "yes",
14321442
trackingDetails: privacyStatement.grove,
14331443
},
1444+
{
1445+
url: "https://api-polygon-mainnet-full.n.dwellir.com/2ccf18bf-2916-4198-8856-42172854353c",
1446+
tracking: "yes",
1447+
trackingDetails: privacyStatement.dwellir,
1448+
},
14341449
],
14351450
},
14361451
25: {
@@ -2124,6 +2139,11 @@ export const extraRpcs = {
21242139
tracking: "yes",
21252140
trackingDetails: privacyStatement.grove,
21262141
},
2142+
{
2143+
url: "https://api-opbnb-mainnet.n.dwellir.com/2ccf18bf-2916-4198-8856-42172854353c",
2144+
tracking: "limited",
2145+
trackingDetails: privacyStatement.dwellir,
2146+
},
21272147
],
21282148
},
21292149
1666700000: {
@@ -2475,6 +2495,11 @@ export const extraRpcs = {
24752495
tracking: "none",
24762496
trackingDetails: privacyStatement.fastnode,
24772497
},
2498+
{
2499+
url: "https://api-optimism-mainnet-archive.n.dwellir.com/2ccf18bf-2916-4198-8856-42172854353c",
2500+
tracking: "limited",
2501+
trackingDetails: privacyStatement.dwellir,
2502+
},
24782503
],
24792504
},
24802505
11155420: {
@@ -5991,6 +6016,11 @@ export const extraRpcs = {
59916016
tracking: "limited",
59926017
trackingDetails: privacyStatement.poolz,
59936018
},
6019+
{
6020+
url: "https://api-linea-mainnet-archive.n.dwellir.com/2ccf18bf-2916-4198-8856-42172854353c",
6021+
tracking: "limited",
6022+
trackingDetails: privacyStatement.dwellir,
6023+
},
59946024
],
59956025
},
59966026
2442: {
@@ -7531,6 +7561,11 @@ export const extraRpcs = {
75317561
tracking: "limited",
75327562
trackingDetails: privacyStatement.poolz,
75337563
},
7564+
{
7565+
url: "https://api-unichain-mainnet.n.dwellir.com/2ccf18bf-2916-4198-8856-42172854353c",
7566+
tracking: "limited",
7567+
trackingDetails: privacyStatement.dwellir,
7568+
},
75347569
],
75357570
},
75367571
1301: {

0 commit comments

Comments
 (0)