Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: update subnet json-rpc env var (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan authored Oct 17, 2023
1 parent 29930d2 commit f06ecf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions subnet-incal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions subnet-topos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f06ecf3

Please sign in to comment.