From f06ecf3aa216702220da3b37036e5209fe3289df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dan?= Date: Tue, 17 Oct 2023 11:54:45 +0200 Subject: [PATCH] chore: update subnet json-rpc env var (#30) --- subnet-incal.yml | 4 ++-- subnet-topos.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/subnet-incal.yml b/subnet-incal.yml index 0f70b74..ac035a0 100644 --- a/subnet-incal.yml +++ b/subnet-incal.yml @@ -159,11 +159,11 @@ services: - RUST_LOG=info,topos=debug - TOOLCHAIN_VERSION=stable - RUST_BACKTRACE=full - - SUBNET_JSONRPC_ENDPOINT=incal-node-1:8545 - - TOPOS_LOCAL_SUBNET_DATA_DIR=/data/data-1 - TOPOS_BASE_TCE_API_URL=http://infra-tce-boot-1:1340 + - TOPOS_LOCAL_SUBNET_DATA_DIR=/data/data-1 - TOPOS_OTLP_SERVICE_NAME=local-incal-sequencer - TOPOS_OTLP_AGENT=https://otel-collector.telemetry.devnet-1.toposware.com + - TOPOS_SUBNET_JSONRPC_HTTP=incal-node-1:8545 networks: - local-erc20-messaging-infra-docker diff --git a/subnet-topos.yml b/subnet-topos.yml index fea8cd0..966c5a4 100644 --- a/subnet-topos.yml +++ b/subnet-topos.yml @@ -157,11 +157,11 @@ services: - RUST_LOG=info,topos=debug - TOOLCHAIN_VERSION=stable - RUST_BACKTRACE=full - - SUBNET_JSONRPC_ENDPOINT=topos-node-1:8545 - - TOPOS_LOCAL_SUBNET_DATA_DIR=/data/data-1 - TOPOS_BASE_TCE_API_URL=http://infra-tce-boot-1:1340 + - TOPOS_LOCAL_SUBNET_DATA_DIR=/data/data-1 - TOPOS_OTLP_SERVICE_NAME=local-topos-sequencer - TOPOS_OTLP_AGENT=https://otel-collector.telemetry.devnet-1.toposware.com + - TOPOS_SUBNET_JSONRPC_HTTP=topos-node-1:8545 networks: - local-erc20-messaging-infra-docker