Skip to content

Commit 572e771

Browse files
committed
Update config: merge networks in layer selector
1 parent ad0b78d commit 572e771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/utils/route-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const hiddenScopes: SearchScope[] = [
7979
// { network: Network.mainnet, layer: Layer.sapphire }, // This is only for testing
8080
]
8181

82-
export const mergeNetworksInLayerSelector = false
82+
export const mergeNetworksInLayerSelector = true
8383

8484
export const isScopeHidden = (scope: SearchScope): boolean =>
8585
!!hiddenScopes.find(s => s.network === scope.network && s.layer === scope.layer)

0 commit comments

Comments
 (0)