Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update stack component versions #9

Merged
merged 2 commits into from
Jan 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2",
"version": "0.2.0",
"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.1'
const FRONTEND_REF = 'v0.1.6'
const INFRA_REF = 'v0.1.8'
const EXECUTOR_SERVICE_REF = 'v1.1.0'
const FRONTEND_REF = 'v1.2.0'
const INFRA_REF = 'v2.3.2'
const MIN_VERSION_DOCKER = '17.6.0'
const MIN_VERSION_GIT = '2.0.0'
const MIN_VERSION_NODE = '16.0.0'
Expand Down
9 changes: 5 additions & 4 deletions src/env/.env.dapp-frontend
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
VITE_EXECUTOR_SERVICE_ENDPOINT=http://localhost:3000
VITE_TOPOS_SUBNET_ENDPOINT=localhost:10002
VITE_ELASTIC_APM_ENDPOINT=http://example.com
VITE_TRACING_SERVICE_NAME=dapp-frontend-erc20-messaging
VITE_TRACING_SERVICE_VERSION=topos-playground
VITE_TOPOS_SUBNET_ENDPOINT_HTTP=http://localhost:10002
VITE_TOPOS_SUBNET_ENDPOINT_WS=ws://localhost:10002/ws
VITE_OTEL_EXPORTER_OTLP_ENDPOINT=http://example.com
VITE_OTEL_SERVICE_NAME=dapp-frontend-erc20-messaging
VITE_OTEL_SERVICE_VERSION=topos-playground

# Addresses
VITE_TOPOS_CORE_PROXY_CONTRACT_ADDRESS=$TOPOS_CORE_PROXY_CONTRACT_ADDRESS
Expand Down
2 changes: 1 addition & 1 deletion src/env/.env.executor-service
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ AUTH0_AUDIENCE=https://executor.demo.toposware.com
AUTH0_ISSUER_URL=https://dev-z8x4rhzfosi03fqx.us.auth0.com/
REDIS_HOST=localhost
REDIS_PORT=6379
TOPOS_SUBNET_ENDPOINT=localhost:10002
TOPOS_SUBNET_ENDPOINT_WS=ws://localhost:10002/ws