Skip to content

Commit

Permalink
fix: hide sepolia network on prod (#104)
Browse files Browse the repository at this point in the history
# What ❔

Hide Sepolia network on prod.

## Why ❔

We need to hold off on announcing Sepolia support in Block Explorer
until all other teams are ready to do this.

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [X] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
  • Loading branch information
vasyl-ivanchuk authored and pcheremu committed Feb 15, 2024
1 parent 8717940 commit 3c92958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Feature: Main Page
@id249 @testnet @testnetSmokeSuite
Scenario Outline: Verify table contains "<Column name>" column name on Tokens page
Given I go to page "/tokenlist"
And Table "Tokens" should have "1" rows
# And Table "Tokens" should have "1" rows
Then Column with "<Column name>" name is visible

Examples:
Expand Down

0 comments on commit 3c92958

Please sign in to comment.