Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/1355.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add Pontus-X branding and configuration
45 changes: 23 additions & 22 deletions .env
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
REACT_APP_BUILD_DATETIME=0
REACT_APP_BUILD_SHA=sha0000000000000000000000000000000000000
REACT_APP_BUILD_VERSION=
REACT_APP_PRIVACY_POLICY=https://oasisprotocol.org/privacy-policy
REACT_APP_ENABLE_OASIS_MATOMO_ANALYTICS=true
REACT_APP_PRIVACY_POLICY=/privacy
REACT_APP_ENABLE_OASIS_MATOMO_ANALYTICS=false
# REACT_APP_API=http://localhost:8008/v1/
# REACT_APP_API=https://nexus.stg.oasis.io/v1/
# REACT_APP_TESTNET_API=https://testnet.nexus.stg.oasis.io/v1/
REACT_APP_API=https://nexus.oasis.io/v1/
REACT_APP_TESTNET_API=https://testnet.nexus.oasis.io/v1/
REACT_APP_LOCALNET_API=http://localhost:8547/v1/
REACT_APP_META_TITLE="Oasis Explorer"
REACT_APP_META_IMAGE="Oasis Explorer - OpenGraph Banner.png"
REACT_APP_META_MANIFEST=app.webmanifest
REACT_APP_META_FAVICON=https://assets.oasis.io/logotypes/favicon.svg
REACT_APP_META_APPLE_ICON="https://assets.oasis.io/logotypes/Icon Blue 192.png"
REACT_APP_META_DESC="Official explorer for the Oasis Network."
REACT_APP_SOCIAL_TELEGRAM=https://t.me/oasisprotocolcommunity
REACT_APP_SOCIAL_TWITTER=https://twitter.com/oasisprotocol
REACT_APP_SOCIAL_DISCORD=https://oasis.io/discord
REACT_APP_SOCIAL_YOUTUBE=https://www.youtube.com/channel/UC35UFPcZ2F1wjPxhPrSsESQ
REACT_APP_SOCIAL_REDDIT=https://www.reddit.com/r/oasisnetwork/
# REACT_APP_SOCIAL_LINKEDIN=https://www.linkedin.com/company/oasisprotocol
# REACT_APP_SOCIAL_DOCS=https://oasisprotocol.org/developers#overview
# REACT_APP_SOCIAL_HOME=https://oasisprotocol.org/
REACT_APP_PRODUCTION_URLS="https://explorer.oasis.io, https://explorer.prd.oasis.io"
REACT_APP_STAGING_URLS=https://explorer.stg.oasis.io
REACT_APP_SHOW_BUILD_BANNERS=true
REACT_APP_META_TITLE=Pontus-X Explorer
REACT_APP_META_IMAGE=pontusx/og-image.png
REACT_APP_META_MANIFEST=pontusx.webmanifest
REACT_APP_META_FAVICON=pontusx/favicon.ico
REACT_APP_META_APPLE_ICON=pontusx/logo192.png
REACT_APP_META_DESC=Official explorer for the Pontus-X Network.
# REACT_APP_SOCIAL_TELEGRAM=https://t.me/oasisprotocolcommunity
# REACT_APP_SOCIAL_TWITTER=https://twitter.com/oasisprotocol
# REACT_APP_SOCIAL_DISCORD=https://oasis.io/discord
# REACT_APP_SOCIAL_YOUTUBE=https://www.youtube.com/channel/UC35UFPcZ2F1wjPxhPrSsESQ
# REACT_APP_SOCIAL_REDDIT=https://www.reddit.com/r/oasisnetwork/
REACT_APP_SOCIAL_LINKEDIN=https://www.linkedin.com/company/76729586
REACT_APP_SOCIAL_DOCS=https://docs.pontus-x.eu/
REACT_APP_SOCIAL_HOME=https://www.pontus-x.eu/
#REACT_APP_PRODUCTION_URLS=https://explorer.oasis.io, https://explorer.prd.oasis.io
#REACT_APP_STAGING_URLS=https://explorer.stg.oasis.io
REACT_APP_SHOW_BUILD_BANNERS=false
# REACT_APP_FIXED_NETWORK=testnet
# REACT_APP_FIXED_LAYER=sapphire
# REACT_APP_SKIP_GRAPH=true
REACT_APP_SHOW_FIAT_VALUES=true
# REACT_APP_FIXED_LAYER=pontusx
REACT_APP_SKIP_GRAPH=true
REACT_APP_SHOW_FIAT_VALUES=false
REACT_APP_SHOW_PRIVACY_POLICY=true

# LOCALNET SETTINGS
REACT_APP_LOCALNET_CONSENSUS=false
Expand Down
50 changes: 28 additions & 22 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@
REACT_APP_BUILD_DATETIME=
REACT_APP_BUILD_SHA=
REACT_APP_BUILD_VERSION=
REACT_APP_PRIVACY_POLICY=https://oasisprotocol.org/privacy-policy
REACT_APP_ENABLE_OASIS_MATOMO_ANALYTICS=true
REACT_APP_META_TITLE="Oasis Explorer"
REACT_APP_META_IMAGE="Oasis Explorer - OpenGraph Banner.png"
REACT_APP_META_MANIFEST=app.webmanifest
REACT_APP_META_FAVICON=https://assets.oasis.io/logotypes/favicon.svg
REACT_APP_META_APPLE_ICON="https://assets.oasis.io/logotypes/Icon Blue 192.png"
REACT_APP_META_DESC="Official explorer for the Oasis Network."
REACT_APP_SOCIAL_TELEGRAM=https://t.me/oasisprotocolcommunity
REACT_APP_SOCIAL_TWITTER=https://twitter.com/oasisprotocol
REACT_APP_SOCIAL_DISCORD=https://oasis.io/discord
REACT_APP_SOCIAL_YOUTUBE=https://www.youtube.com/channel/UC35UFPcZ2F1wjPxhPrSsESQ
REACT_APP_SOCIAL_REDDIT=https://www.reddit.com/r/oasisnetwork/
# REACT_APP_SOCIAL_LINKEDIN=https://www.linkedin.com/company/oasisprotocol
# REACT_APP_SOCIAL_DOCS=https://oasisprotocol.org/developers#overview
# REACT_APP_SOCIAL_HOME=https://oasisprotocol.org/
REACT_APP_PRODUCTION_URLS="https://explorer.oasis.io, https://explorer.prd.oasis.io"
REACT_APP_STAGING_URLS=https://explorer.stg.oasis.io
REACT_APP_SHOW_BUILD_BANNERS=true
REACT_APP_PRIVACY_POLICY=/privacy
REACT_APP_ENABLE_OASIS_MATOMO_ANALYTICS=false
# REACT_APP_API=http://localhost:8008/v1/
# REACT_APP_API=https://nexus.stg.oasis.io/v1/
# REACT_APP_TESTNET_API=https://testnet.nexus.stg.oasis.io/v1/
REACT_APP_API=https://nexus.oasis.io/v1/
REACT_APP_TESTNET_API=https://testnet.nexus.oasis.io/v1/
REACT_APP_META_TITLE=Pontus-X Explorer
REACT_APP_META_IMAGE=pontusx/og-image.png
REACT_APP_META_MANIFEST=pontusx.webmanifest
REACT_APP_META_FAVICON=pontusx/favicon.ico
REACT_APP_META_APPLE_ICON=pontusx/logo192.png
REACT_APP_META_DESC=Official explorer for the Pontus-X Network.
# REACT_APP_SOCIAL_TELEGRAM=https://t.me/oasisprotocolcommunity
# REACT_APP_SOCIAL_TWITTER=https://twitter.com/oasisprotocol
# REACT_APP_SOCIAL_DISCORD=https://oasis.io/discord
# REACT_APP_SOCIAL_YOUTUBE=https://www.youtube.com/channel/UC35UFPcZ2F1wjPxhPrSsESQ
# REACT_APP_SOCIAL_REDDIT=https://www.reddit.com/r/oasisnetwork/
REACT_APP_SOCIAL_LINKEDIN=https://www.linkedin.com/company/76729586
REACT_APP_SOCIAL_DOCS=https://docs.pontus-x.eu/
REACT_APP_SOCIAL_HOME=https://www.pontus-x.eu/
# REACT_APP_PRODUCTION_URLS=https://explorer.oasis.io, https://explorer.prd.oasis.io
# REACT_APP_STAGING_URLS=https://explorer.stg.oasis.io
REACT_APP_SHOW_BUILD_BANNERS=false
# REACT_APP_FIXED_NETWORK=testnet
# REACT_APP_FIXED_LAYER=sapphire
# REACT_APP_SKIP_GRAPH=true
REACT_APP_SHOW_FIAT_VALUES=true
# REACT_APP_FIXED_LAYER=pontusx
REACT_APP_SKIP_GRAPH=true
REACT_APP_SHOW_FIAT_VALUES=false
REACT_APP_SHOW_PRIVACY_POLICY=true
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
"viem": "^2.31.4"
},
"devDependencies": {
"@mdx-js/react": "^1.6.22",
"@mdx-js/rollup": "^3.1.0",
"@tailwindcss/vite": "^4.1.8",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
Expand Down
Empty file added public/index.html
Empty file.
26 changes: 26 additions & 0 deletions public/pontusx.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"short_name": "Pontus-X Explorer",
"name": "Official explorer for the Pontus-X Network.",
"icons": [
{
"src": "./pontusx/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "./pontusx/logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./pontusx/logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
Binary file added public/pontusx/apple-touch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pontusx/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pontusx/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pontusx/favicon.ico
Binary file not shown.
Binary file added public/pontusx/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pontusx/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/pontusx/logo_blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions public/pontusx/logo_only_blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading