Skip to content

Commit

Permalink
Un-hide the Pontus-X Testnet layer
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Jun 13, 2024
1 parent 4068398 commit 5312f9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/utils/route-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ export type SpecifiedPerEnabledLayer<T = any, ExcludeLayers = never> = {

export type SpecifiedPerEnabledRuntime<T = any> = SpecifiedPerEnabledLayer<T, typeof Layer.consensus>

export const hiddenLayers: Layer[] = [Layer.pontusxdev, Layer.pontusx]
export const hiddenLayers: Layer[] = [Layer.pontusxdev]

console.log('Hidden layers are', hiddenLayers)

export const isLayerHidden = (layer: Layer): boolean => hiddenLayers.includes(layer)

Expand Down

0 comments on commit 5312f9e

Please sign in to comment.