Skip to content

Commit

Permalink
fix: stray comma in RPC URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dghelm committed Sep 5, 2023
1 parent 6c88a27 commit 0c49255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const FALLBACK_URLS: { [key in SupportedChainId]: string[] } = {
// ],
[SupportedChainId.SCROLL_SEPOLIA]: [
// "Safe" URLs
'https://sepolia-rpc.scroll.io,',
'https://sepolia-rpc.scroll.io',
],
}

Expand Down

0 comments on commit 0c49255

Please sign in to comment.