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

Commit

Permalink
chore: update infra ref (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan authored Jul 12, 2023
1 parent ca722b6 commit fd9a18c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topos-protocol/topos-playground",
"version": "0.0.1",
"version": "0.0.2",
"description": "CLI to run local Topos devnets with subnets, a TCE network, and apps",
"author": "Sébastien Dan <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/start.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Next, ReactiveSpawn } from '../ReactiveSpawn'
import { workingDir } from 'src/constants'
import { createLoggerFile, loggerConsole } from 'src/loggers'

const INFRA_REF = 'v0.1.3'
const INFRA_REF = 'v0.1.5'
const FRONTEND_REF = 'v0.1.0-alpha3'
const EXECUTOR_SERVICE_REF = 'v0.1.1'

Expand Down
2 changes: 1 addition & 1 deletion src/env/.env.dapp-frontend
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VITE_EXECUTOR_SERVICE_ENDPOINT=http://localhost:3000
VITE_TOPOS_SUBNET_ENDPOINT=localhost:10002
VITE_TRACING_OTEL_COLLECTOR_ENDPOINT=https://otel-collector.telemetry.devnet-1.toposware.com/v1/traces
VITE_TRACING_OTEL_COLLECTOR_ENDPOINT=https://otel-collector.telemetry.devnet-1.topos.technology/v1/traces
VITE_TRACING_SERVICE_NAME=cross-subnet-message
VITE_TRACING_SERVICE_VERSION=0.1.0

Expand Down

0 comments on commit fd9a18c

Please sign in to comment.