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

Commit 19535e2

Browse files
author
Sébastien Dan
authored
chore: update stack component versions (#9)
1 parent 8c60469 commit 19535e2

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@topos-protocol/topos-playground",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"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.",
55
"author": "Sébastien Dan <sebastien.dan@gmail.com>",
66
"license": "MIT",

src/commands/start.command.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { satisfies } from 'semver'
66
import { log, logError, logToFile } from '../loggers'
77
import { Next, ReactiveSpawn } from '../ReactiveSpawn'
88

9-
const EXECUTOR_SERVICE_REF = 'v0.2.1'
10-
const FRONTEND_REF = 'v0.1.6'
11-
const INFRA_REF = 'v0.1.8'
9+
const EXECUTOR_SERVICE_REF = 'v1.1.0'
10+
const FRONTEND_REF = 'v1.2.0'
11+
const INFRA_REF = 'v2.3.2'
1212
const MIN_VERSION_DOCKER = '17.6.0'
1313
const MIN_VERSION_GIT = '2.0.0'
1414
const MIN_VERSION_NODE = '16.0.0'

src/env/.env.dapp-frontend

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
VITE_EXECUTOR_SERVICE_ENDPOINT=http://localhost:3000
2-
VITE_TOPOS_SUBNET_ENDPOINT=localhost:10002
3-
VITE_ELASTIC_APM_ENDPOINT=http://example.com
4-
VITE_TRACING_SERVICE_NAME=dapp-frontend-erc20-messaging
5-
VITE_TRACING_SERVICE_VERSION=topos-playground
2+
VITE_TOPOS_SUBNET_ENDPOINT_HTTP=http://localhost:10002
3+
VITE_TOPOS_SUBNET_ENDPOINT_WS=ws://localhost:10002/ws
4+
VITE_OTEL_EXPORTER_OTLP_ENDPOINT=http://example.com
5+
VITE_OTEL_SERVICE_NAME=dapp-frontend-erc20-messaging
6+
VITE_OTEL_SERVICE_VERSION=topos-playground
67

78
# Addresses
89
VITE_TOPOS_CORE_PROXY_CONTRACT_ADDRESS=$TOPOS_CORE_PROXY_CONTRACT_ADDRESS

src/env/.env.executor-service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ AUTH0_AUDIENCE=https://executor.demo.toposware.com
22
AUTH0_ISSUER_URL=https://dev-z8x4rhzfosi03fqx.us.auth0.com/
33
REDIS_HOST=localhost
44
REDIS_PORT=6379
5-
TOPOS_SUBNET_ENDPOINT=localhost:10002
5+
TOPOS_SUBNET_ENDPOINT_WS=ws://localhost:10002/ws

0 commit comments

Comments
 (0)