Skip to content

Commit

Permalink
Use the public Hemi Sepolia RPC URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Dec 13, 2024
1 parent f5bafd7 commit 55f0712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const PUBLIC_RPC_URLS: Record<SupportedInterfaceChain, string[]> = {
],
[ChainId.HEMI_SEPOLIA]: [
// "Safe" URLs
'https://int02.testnet.rpc.hemi.network/rpc'
'https://testnet.rpc.hemi.network/rpc'
]
}

Expand Down

0 comments on commit 55f0712

Please sign in to comment.