Skip to content

Commit

Permalink
Merge pull request #51 from hemilabs/update-rpc-url
Browse files Browse the repository at this point in the history
Update RPC url
  • Loading branch information
gndelia authored Sep 27, 2024
2 parents 597b06d + 8ba2665 commit f5bafd7
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://testnet.rpc.hemi.network/rpc'
'https://int02.testnet.rpc.hemi.network/rpc'
]
}

Expand Down

0 comments on commit f5bafd7

Please sign in to comment.