Skip to content

Commit 59a418e

Browse files
Add dRPC EVM RPCs
1 parent df85998 commit 59a418e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

chains.json

+16
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
{
6161
"provider": "Quiknode",
6262
"url": "https://black-dark-breeze.sei-pacific.quiknode.pro"
63+
},
64+
{
65+
"provider": "dRPC",
66+
"url": "https://sei.drpc.org"
6367
}
6468
],
6569
"evm_ws": [
@@ -70,6 +74,10 @@
7074
{
7175
"provider": "Quiknode",
7276
"url": "wss://black-dark-breeze.sei-pacific.quiknode.pro"
77+
},
78+
{
79+
"provider": "dRPC",
80+
"url": "wss://sei.drpc.org"
7381
}
7482
],
7583
"explorers": []
@@ -124,11 +132,19 @@
124132
"provider": "Rhino",
125133
"url": "https://evm-rpc-testnet.sei-apis.com"
126134
},
135+
{
136+
"provider": "dRPC",
137+
"url": "https://sei-testnet.drpc.org"
138+
}
127139
],
128140
"evm_ws": [
129141
{
130142
"provider": "Rhino",
131143
"url": "wss://evm-ws-testnet.sei-apis.com"
144+
},
145+
{
146+
"provider": "dRPC",
147+
"url": "wss://sei-testnet.drpc.org"
132148
}
133149
],
134150
"explorers": [

0 commit comments

Comments
 (0)