Skip to content

Commit

Permalink
fix: hide sepolia network on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyl-ivanchuk committed Nov 30, 2023
1 parent 1629817 commit fd464ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/configs/production.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"l2WalletUrl": "https://portal.zksync.io/",
"maintenance": false,
"name": "sepolia",
"published": true,
"published": false,
"rpcUrl": "https://sepolia.era.zksync.dev"
},
{
Expand Down

0 comments on commit fd464ac

Please sign in to comment.