Skip to content

Commit d265ec3

Browse files
committed
Add config variable for skipping the graph
This is mostly useful if we want to restrict a deployment to display only a few layers.
1 parent d1dc7e9 commit d265ec3

File tree

12 files changed

+325
-4
lines changed

12 files changed

+325
-4
lines changed

.changelog/1441.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add more configuration options for paratimes

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ REACT_APP_STAGING_URLS=https://explorer.stg.oasis.io
2727
REACT_APP_SHOW_BUILD_BANNERS=true
2828
# REACT_APP_FIXED_NETWORK=testnet
2929
# REACT_APP_FIXED_LAYER=sapphire
30+
# REACT_APP_SKIP_GRAPH=true
3031
REACT_APP_SHOW_FIAT_VALUES=true

.env.production

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ REACT_APP_STAGING_URLS=https://explorer.stg.oasis.io
2222
REACT_APP_SHOW_BUILD_BANNERS=true
2323
# REACT_APP_FIXED_NETWORK=testnet
2424
# REACT_APP_FIXED_LAYER=sapphire
25+
# REACT_APP_SKIP_GRAPH=true
2526
REACT_APP_SHOW_FIAT_VALUES=true

public/pontusx/new/pontusx-special-o-blue.svg

Lines changed: 62 additions & 0 deletions
Loading

public/pontusx/new/pontusx-special-o-white.svg

Lines changed: 62 additions & 0 deletions
Loading

public/pontusx/new/pontusx_horizontal_blue.svg

Lines changed: 47 additions & 0 deletions
Loading

public/pontusx/new/pontusx_horizontal_white.svg

Lines changed: 47 additions & 0 deletions
Loading
Lines changed: 47 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)