Skip to content

Commit c5a8a63

Browse files
committed
Apply configuration and branding for Pontus-X Explorer
1 parent d35da47 commit c5a8a63

32 files changed

Lines changed: 319 additions & 78 deletions

.changelog/1355.feature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add Pontus-X branding and configuration

.env

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
REACT_APP_BUILD_DATETIME=0
22
REACT_APP_BUILD_SHA=sha0000000000000000000000000000000000000
33
REACT_APP_BUILD_VERSION=
4-
REACT_APP_PRIVACY_POLICY=https://oasisprotocol.org/privacy-policy
5-
REACT_APP_ENABLE_OASIS_MATOMO_ANALYTICS=true
4+
REACT_APP_PRIVACY_POLICY=/privacy
5+
REACT_APP_ENABLE_OASIS_MATOMO_ANALYTICS=false
66
# REACT_APP_API=http://localhost:8008/v1/
77
# REACT_APP_API=https://nexus.stg.oasis.io/v1/
88
# REACT_APP_TESTNET_API=https://testnet.nexus.stg.oasis.io/v1/
99
REACT_APP_API=https://nexus.oasis.io/v1/
1010
REACT_APP_TESTNET_API=https://testnet.nexus.oasis.io/v1/
1111
REACT_APP_LOCALNET_API=http://localhost:8547/v1/
12-
REACT_APP_META_TITLE="Oasis Explorer"
13-
REACT_APP_META_IMAGE="Oasis Explorer - OpenGraph Banner.png"
14-
REACT_APP_META_MANIFEST=app.webmanifest
15-
REACT_APP_META_FAVICON=https://assets.oasis.io/logotypes/favicon.svg
16-
REACT_APP_META_APPLE_ICON="https://assets.oasis.io/logotypes/Icon Blue 192.png"
17-
REACT_APP_META_DESC="Official explorer for the Oasis Network."
18-
REACT_APP_SOCIAL_TELEGRAM=https://t.me/oasisprotocolcommunity
19-
REACT_APP_SOCIAL_TWITTER=https://twitter.com/oasisprotocol
20-
REACT_APP_SOCIAL_DISCORD=https://oasis.io/discord
21-
REACT_APP_SOCIAL_YOUTUBE=https://www.youtube.com/channel/UC35UFPcZ2F1wjPxhPrSsESQ
22-
REACT_APP_SOCIAL_REDDIT=https://www.reddit.com/r/oasisnetwork/
23-
# REACT_APP_SOCIAL_LINKEDIN=https://www.linkedin.com/company/oasisprotocol
24-
# REACT_APP_SOCIAL_DOCS=https://oasisprotocol.org/developers#overview
25-
# REACT_APP_SOCIAL_HOME=https://oasisprotocol.org/
26-
REACT_APP_PRODUCTION_URLS="https://explorer.oasis.io, https://explorer.prd.oasis.io"
27-
REACT_APP_STAGING_URLS=https://explorer.stg.oasis.io
28-
REACT_APP_SHOW_BUILD_BANNERS=true
12+
REACT_APP_META_TITLE=Pontus-X Explorer
13+
REACT_APP_META_IMAGE=pontusx/og-image.png
14+
REACT_APP_META_MANIFEST=pontusx.webmanifest
15+
REACT_APP_META_FAVICON=pontusx/favicon.ico
16+
REACT_APP_META_APPLE_ICON=pontusx/logo192.png
17+
REACT_APP_META_DESC=Official explorer for the Pontus-X Network.
18+
# REACT_APP_SOCIAL_TELEGRAM=https://t.me/oasisprotocolcommunity
19+
# REACT_APP_SOCIAL_TWITTER=https://twitter.com/oasisprotocol
20+
# REACT_APP_SOCIAL_DISCORD=https://oasis.io/discord
21+
# REACT_APP_SOCIAL_YOUTUBE=https://www.youtube.com/channel/UC35UFPcZ2F1wjPxhPrSsESQ
22+
# REACT_APP_SOCIAL_REDDIT=https://www.reddit.com/r/oasisnetwork/
23+
REACT_APP_SOCIAL_LINKEDIN=https://www.linkedin.com/company/76729586
24+
REACT_APP_SOCIAL_DOCS=https://docs.pontus-x.eu/
25+
REACT_APP_SOCIAL_HOME=https://www.pontus-x.eu/
26+
#REACT_APP_PRODUCTION_URLS=https://explorer.oasis.io, https://explorer.prd.oasis.io
27+
#REACT_APP_STAGING_URLS=https://explorer.stg.oasis.io
28+
REACT_APP_SHOW_BUILD_BANNERS=false
2929
# REACT_APP_FIXED_NETWORK=testnet
30-
# REACT_APP_FIXED_LAYER=sapphire
31-
# REACT_APP_SKIP_GRAPH=true
32-
REACT_APP_SHOW_FIAT_VALUES=true
30+
# REACT_APP_FIXED_LAYER=pontusx
31+
REACT_APP_SKIP_GRAPH=true
32+
REACT_APP_SHOW_FIAT_VALUES=false
33+
REACT_APP_SHOW_PRIVACY_POLICY=true
3334

3435
# LOCALNET SETTINGS
3536
REACT_APP_LOCALNET_CONSENSUS=false

.env.production

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
11
REACT_APP_BUILD_DATETIME=
22
REACT_APP_BUILD_SHA=
33
REACT_APP_BUILD_VERSION=
4-
REACT_APP_PRIVACY_POLICY=https://oasisprotocol.org/privacy-policy
5-
REACT_APP_ENABLE_OASIS_MATOMO_ANALYTICS=true
6-
REACT_APP_META_TITLE="Oasis Explorer"
7-
REACT_APP_META_IMAGE="Oasis Explorer - OpenGraph Banner.png"
8-
REACT_APP_META_MANIFEST=app.webmanifest
9-
REACT_APP_META_FAVICON=https://assets.oasis.io/logotypes/favicon.svg
10-
REACT_APP_META_APPLE_ICON="https://assets.oasis.io/logotypes/Icon Blue 192.png"
11-
REACT_APP_META_DESC="Official explorer for the Oasis Network."
12-
REACT_APP_SOCIAL_TELEGRAM=https://t.me/oasisprotocolcommunity
13-
REACT_APP_SOCIAL_TWITTER=https://twitter.com/oasisprotocol
14-
REACT_APP_SOCIAL_DISCORD=https://oasis.io/discord
15-
REACT_APP_SOCIAL_YOUTUBE=https://www.youtube.com/channel/UC35UFPcZ2F1wjPxhPrSsESQ
16-
REACT_APP_SOCIAL_REDDIT=https://www.reddit.com/r/oasisnetwork/
17-
# REACT_APP_SOCIAL_LINKEDIN=https://www.linkedin.com/company/oasisprotocol
18-
# REACT_APP_SOCIAL_DOCS=https://oasisprotocol.org/developers#overview
19-
# REACT_APP_SOCIAL_HOME=https://oasisprotocol.org/
20-
REACT_APP_PRODUCTION_URLS="https://explorer.oasis.io, https://explorer.prd.oasis.io"
21-
REACT_APP_STAGING_URLS=https://explorer.stg.oasis.io
22-
REACT_APP_SHOW_BUILD_BANNERS=true
4+
REACT_APP_PRIVACY_POLICY=/privacy
5+
REACT_APP_ENABLE_OASIS_MATOMO_ANALYTICS=false
6+
# REACT_APP_API=http://localhost:8008/v1/
7+
# REACT_APP_API=https://nexus.stg.oasis.io/v1/
8+
# REACT_APP_TESTNET_API=https://testnet.nexus.stg.oasis.io/v1/
9+
REACT_APP_API=https://nexus.oasis.io/v1/
10+
REACT_APP_TESTNET_API=https://testnet.nexus.oasis.io/v1/
11+
REACT_APP_META_TITLE=Pontus-X Explorer
12+
REACT_APP_META_IMAGE=pontusx/og-image.png
13+
REACT_APP_META_MANIFEST=pontusx.webmanifest
14+
REACT_APP_META_FAVICON=pontusx/favicon.ico
15+
REACT_APP_META_APPLE_ICON=pontusx/logo192.png
16+
REACT_APP_META_DESC=Official explorer for the Pontus-X Network.
17+
# REACT_APP_SOCIAL_TELEGRAM=https://t.me/oasisprotocolcommunity
18+
# REACT_APP_SOCIAL_TWITTER=https://twitter.com/oasisprotocol
19+
# REACT_APP_SOCIAL_DISCORD=https://oasis.io/discord
20+
# REACT_APP_SOCIAL_YOUTUBE=https://www.youtube.com/channel/UC35UFPcZ2F1wjPxhPrSsESQ
21+
# REACT_APP_SOCIAL_REDDIT=https://www.reddit.com/r/oasisnetwork/
22+
REACT_APP_SOCIAL_LINKEDIN=https://www.linkedin.com/company/76729586
23+
REACT_APP_SOCIAL_DOCS=https://docs.pontus-x.eu/
24+
REACT_APP_SOCIAL_HOME=https://www.pontus-x.eu/
25+
# REACT_APP_PRODUCTION_URLS=https://explorer.oasis.io, https://explorer.prd.oasis.io
26+
# REACT_APP_STAGING_URLS=https://explorer.stg.oasis.io
27+
REACT_APP_SHOW_BUILD_BANNERS=false
2328
# REACT_APP_FIXED_NETWORK=testnet
24-
# REACT_APP_FIXED_LAYER=sapphire
25-
# REACT_APP_SKIP_GRAPH=true
26-
REACT_APP_SHOW_FIAT_VALUES=true
29+
# REACT_APP_FIXED_LAYER=pontusx
30+
REACT_APP_SKIP_GRAPH=true
31+
REACT_APP_SHOW_FIAT_VALUES=false
32+
REACT_APP_SHOW_PRIVACY_POLICY=true

public/index.html

Whitespace-only changes.

public/pontusx.webmanifest

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
3+
"short_name": "Pontus-X Explorer",
4+
"name": "Official explorer for the Pontus-X Network.",
5+
"icons": [
6+
{
7+
"src": "./pontusx/favicon.ico",
8+
"sizes": "64x64 32x32 24x24 16x16",
9+
"type": "image/x-icon"
10+
},
11+
{
12+
"src": "./pontusx/logo192.png",
13+
"type": "image/png",
14+
"sizes": "192x192"
15+
},
16+
{
17+
"src": "./pontusx/logo512.png",
18+
"type": "image/png",
19+
"sizes": "512x512"
20+
}
21+
],
22+
"start_url": ".",
23+
"display": "standalone",
24+
"theme_color": "#000000",
25+
"background_color": "#ffffff"
26+
}

public/pontusx/apple-touch.png

18.5 KB
Loading

public/pontusx/favicon-16x16.png

638 Bytes
Loading

public/pontusx/favicon-32x32.png

1.65 KB
Loading

public/pontusx/favicon.ico

15 KB
Binary file not shown.

public/pontusx/logo192.png

14.1 KB
Loading

0 commit comments

Comments
 (0)