Skip to content

Commit

Permalink
feat: fix topos version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan authored Oct 16, 2023
1 parent 83fab28 commit 8c60469
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.1.1",
"version": "0.1.2",
"description": "topos-playground is a CLI tool which handles all of the orchestration necessary to run local Topos devnets with subnets, a TCE network, and apps.",
"author": "Sébastien Dan <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions src/commands/start.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { satisfies } from 'semver'
import { log, logError, logToFile } from '../loggers'
import { Next, ReactiveSpawn } from '../ReactiveSpawn'

const EXECUTOR_SERVICE_REF = 'v0.2.0'
const FRONTEND_REF = 'v0.1.4'
const INFRA_REF = 'v0.1.6'
const EXECUTOR_SERVICE_REF = 'v0.2.1'
const FRONTEND_REF = 'v0.1.6'
const INFRA_REF = 'v0.1.8'
const MIN_VERSION_DOCKER = '17.6.0'
const MIN_VERSION_GIT = '2.0.0'
const MIN_VERSION_NODE = '16.0.0'
Expand Down
6 changes: 3 additions & 3 deletions src/env/.env.dapp-frontend
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
VITE_EXECUTOR_SERVICE_ENDPOINT=http://localhost:3000
VITE_TOPOS_SUBNET_ENDPOINT=localhost:10002
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
VITE_ELASTIC_APM_ENDPOINT=http://example.com
VITE_TRACING_SERVICE_NAME=dapp-frontend-erc20-messaging
VITE_TRACING_SERVICE_VERSION=topos-playground

# Addresses
VITE_TOPOS_CORE_PROXY_CONTRACT_ADDRESS=$TOPOS_CORE_PROXY_CONTRACT_ADDRESS
Expand Down

0 comments on commit 8c60469

Please sign in to comment.