Skip to content

Commit

Permalink
test: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Dec 6, 2023
1 parent f6186bf commit 8d35d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/composables/useRuntimeConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const DEFAULT_NETWORK: NetworkConfig = {
maintenance: false,
name: "sepolia",
published: true,
rpcUrl: "https://sepolia.era.zksync.dev"
rpcUrl: "https://sepolia.era.zksync.dev",
};

export default (): RuntimeConfig => {
Expand Down

0 comments on commit 8d35d3e

Please sign in to comment.