diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 76ef60a18d37..55737b1a6529 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -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/ @@ -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 diff --git a/docker-compose/envs/common-blockscout.env b/docker-compose/envs/common-blockscout.env index 91df43c289d1..f498d51859cc 100644 --- a/docker-compose/envs/common-blockscout.env +++ b/docker-compose/envs/common-blockscout.env @@ -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 @@ -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 \ No newline at end of file +# BRIDGED_TOKENS_FOREIGN_JSON_RPC diff --git a/docker-compose/envs/common-frontend.env b/docker-compose/envs/common-frontend.env index 5187aac5dbff..38659df9aa08 100644 --- a/docker-compose/envs/common-frontend.env +++ b/docker-compose/envs/common-frontend.env @@ -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 diff --git a/docker-compose/external-frontend.yml b/docker-compose/external-frontend.yml index cc96bdb7a105..ab9c60568d0d 100644 --- a/docker-compose/external-frontend.yml +++ b/docker-compose/external-frontend.yml @@ -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" diff --git a/docker-compose/proxy/backend.conf b/docker-compose/proxy/backend.conf index 33fc2c72ddba..9d00ce0ed8d1 100644 --- a/docker-compose/proxy/backend.conf +++ b/docker-compose/proxy/backend.conf @@ -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; @@ -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