Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d6c48dc

Browse files
committedJun 16, 2025
Uncomment drpc RPC provider in chains configuration
1 parent a63d91e commit d6c48dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/config/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const RPC_PROVIDERS = {
121121
"https://arbitrum-one-rpc.publicnode.com",
122122
"https://1rpc.io/arb",
123123
"https://arbitrum-one.public.blastapi.io",
124-
// "https://arbitrum.drpc.org",
124+
"https://arbitrum.drpc.org",
125125
"https://rpc.ankr.com/arbitrum",
126126
],
127127
[AVALANCHE]: [

0 commit comments

Comments
 (0)
Failed to load comments.