Skip to content

Commit

Permalink
change to taurus
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Dec 12, 2024
1 parent 3645aaf commit 4d65cac
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ services:
env_file:
- ./envs/common-blockscout.env
environment:
ETHEREUM_JSONRPC_HTTP_URL: https://nova-0.gemini-3h.subspace.network/ws
ETHEREUM_JSONRPC_TRACE_URL: https://nova-0.gemini-3h.subspace.network/ws
ETHEREUM_JSONRPC_WS_URL: wss://nova-0.gemini-3h.subspace.network/ws
ETHEREUM_JSONRPC_HTTP_URL: https://auto-evm-1.taurus.autonomys.xyz/ws
ETHEREUM_JSONRPC_TRACE_URL: https://auto-evm-1.taurus.autonomys.xyz/ws
ETHEREUM_JSONRPC_WS_URL: wss://auto-evm-1.taurus.autonomys.xyz/ws
CHAIN_ID: "49000"
volumes:
- ./logs/:/app/logs/
Expand Down Expand Up @@ -113,5 +113,5 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
NRIA_LICENSE_KEY: "${NR_API_KEY}"
NRIA_DISPLAY_NAME: "blockscout-gemini-3h"
NRIA_DISPLAY_NAME: "blockscout-taurus"
restart: unless-stopped
6 changes: 3 additions & 3 deletions docker-compose/envs/common-blockscout.env
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# DOCKER_TAG=
ETHEREUM_JSONRPC_VARIANT=ganache
ETHEREUM_JSONRPC_HTTP_URL=https://nova-0.gemini-3h.subspace.network/ws
ETHEREUM_JSONRPC_HTTP_URL=https://auto-evm-1.taurus.autonomys.xyz/ws
# ETHEREUM_JSONRPC_FALLBACK_HTTP_URL=
DATABASE_URL=postgresql://blockscout:ceWb1MeLBEeOIfk65gU8EjF8@db:5432/blockscout
# DATABASE_QUEUE_TARGET
ETHEREUM_JSONRPC_WS_URL=wss://nova-0.gemini-3h.subspace.network/ws
ETHEREUM_JSONRPC_WS_URL=wss://auto-evm-1.taurus.autonomys.xyz/ws
# ETHEREUM_JSONRPC_FALLBACK_TRACE_URL=
NETWORK=Subspace
SUBNETWORK=Gemini 3h
Expand Down Expand Up @@ -337,4 +337,4 @@ TENDERLY_CHAIN_PATH=
# BRIDGED_TOKENS_BSC_OMNI_BRIDGE_MEDIATOR=
# BRIDGED_TOKENS_POA_OMNI_BRIDGE_MEDIATOR=
# BRIDGED_TOKENS_AMB_BRIDGE_MEDIATORS
# BRIDGED_TOKENS_FOREIGN_JSON_RPC
# BRIDGED_TOKENS_FOREIGN_JSON_RPC
20 changes: 10 additions & 10 deletions docker-compose/envs/common-frontend.env
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
NEXT_PUBLIC_API_HOST=nova.subspace.network
NEXT_PUBLIC_API_HOST=nova.autonomys.xyz
NEXT_PUBLIC_API_PROTOCOL=https
NEXT_PUBLIC_STATS_API_HOST=http://localhost:8080
NEXT_PUBLIC_NETWORK_NAME=Gemini 3h Nova
NEXT_PUBLIC_NETWORK_SHORT_NAME=Gemini 3h Nova
NEXT_PUBLIC_NETWORK_NAME=Taurus Auto EVM
NEXT_PUBLIC_NETWORK_SHORT_NAME=Taurus Auto EVM
NEXT_PUBLIC_NETWORK_ID=490000
NEXT_PUBLIC_NETWORK_CURRENCY_NAME=Subspace
NEXT_PUBLIC_NETWORK_CURRENCY_SYMBOL=TSSC
NEXT_PUBLIC_NETWORK_CURRENCY_NAME=ACCOUNT_AUTH0_DOMAIN
NEXT_PUBLIC_NETWORK_CURRENCY_SYMBOL=AI3
NEXT_PUBLIC_NETWORK_CURRENCY_DECIMALS=18
NEXT_PUBLIC_API_BASE_PATH=/
NEXT_PUBLIC_APP_HOST=nova.subspace.network
NEXT_PUBLIC_APP_HOST=nova.autonomys.xyz
NEXT_PUBLIC_APP_PROTOCOL=https
NEXT_PUBLIC_HOMEPAGE_CHARTS=['daily_txs']
NEXT_PUBLIC_VISUALIZE_API_HOST=http://localhost:8081
NEXT_PUBLIC_IS_TESTNET=true
NEXT_PUBLIC_NETWORK_LOGO=https://static.r2.subspace.network/logo.svg
NEXT_PUBLIC_NETWORK_ICON=https://static.r2.subspace.network/logo-small.svg
NEXT_PUBLIC_NETWORK_ICON_DARK=https://static.r2.subspace.network/logo-small.svg
NEXT_PUBLIC_NETWORK_LOGO=https://static.r2.autonomys.xyz/logo.svg
NEXT_PUBLIC_NETWORK_ICON=https://static.r2.autonomys.xyz/logo-small.svg
NEXT_PUBLIC_NETWORK_ICON_DARK=https://static.r2.autonomys.xyz/logo-small.svg
NEXT_PUBLIC_HOMEPAGE_PLATE_TEXT_COLOR=rgb(255, 255, 255)
NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL=wss
NEXT_PUBLIC_WEB3_WALLETS=['metamask']
NEXT_PUBLIC_WEB3_DISABLE_ADD_TOKEN_TO_WALLET=false
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=b989b4df40c7db4da07ff951dd48cac6
NEXT_PUBLIC_NETWORK_RPC_URL=https://nova-0.gemini-3h.subspace.network/ws
NEXT_PUBLIC_NETWORK_RPC_URL=https://auto-evm-1.taurus.autonomys.xyz/ws
6 changes: 3 additions & 3 deletions docker-compose/external-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ services:
links:
- db:database
environment:
ETHEREUM_JSONRPC_TRACE_URL: https://nova-0.gemini-3h.subspace.network
ETHEREUM_JSONRPC_TRACE_URL: https://auto-evm-1.taurus.autonomys.xyz
ETHEREUM_JSONRPC_VARIANT: "ganache"
ETHEREUM_JSONRPC_HTTP_URL: https://nova-0.gemini-3h.subspace.network/ws
ETHEREUM_JSONRPC_WS_URL: wss://nova-0.gemini-3h.subspace.network/ws
ETHEREUM_JSONRPC_HTTP_URL: https://auto-evm-1.taurus.autonomys.xyz/ws
ETHEREUM_JSONRPC_WS_URL: wss://auto-evm-1.taurus.autonomys.xyz/ws
INDEXER_DISABLE_INTERNAL_TRANSACTIONS_FETCHER: "true"
INDEXER_DISABLE_PENDING_TRANSACTIONS_FETCHER: "true"

Expand Down
10 changes: 5 additions & 5 deletions docker-compose/proxy/backend.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server {
root /var/www/html;
index index.html index.htm index.nginx-debian.html;

server_name nova.subspace.network;
server_name nova.autonomys.xyz;

location / {
proxy_buffering off;
Expand All @@ -23,20 +23,20 @@ server {
}

listen 443 ssl; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/nova.subspace.network/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/nova.subspace.network/privkey.pem; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/nova.autonomys.xyz/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/nova.autonomys.xyz/privkey.pem; # managed by Certbot
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot

}
server {
if ($host = nova.subspace.network) {
if ($host = nova.autonomys.xyz) {
return 301 https://$host$request_uri;
} # managed by Certbot



server_name nova.subspace.network;
server_name nova.autonomys.xyz;
listen 80;
return 404; # managed by Certbot

Expand Down

0 comments on commit 4d65cac

Please sign in to comment.