Skip to content

Commit

Permalink
Upgrades for topos playground changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines committed Oct 16, 2023
1 parent 3b994dc commit 80c139c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.2.4
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: topos-playground.cr
version: 0.2.3
version: 0.2.4

authors:
- Kirk Haines <[email protected]>
Expand Down
9 changes: 6 additions & 3 deletions src/topos-playground/command/start.cr
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,23 @@ class ToposPlayground::Command::Start < ToposPlayground::Command
MIN_VERSION_GIT = SemanticVersion.parse("2.0.0")

GIT_REPOS = {
# INFRA_REF in the official version
{
org: "topos-protocol",
repo: "local-erc20-messaging-infra",
branch: "v0.1.6",
branch: "v0.1.8",
},
# FRONTEND_REF in the official version
{
org: "topos-protocol",
repo: "dapp-frontend-erc20-messaging",
branch: "v0.1.4",
branch: "v0.1.6",
},
# EXECUTOR_SERVICE_REF in the official version
{
org: "topos-protocol",
repo: "executor-service",
branch: "v0.2.0",
branch: "v0.2.1",
},
}

Expand Down
8 changes: 5 additions & 3 deletions src/topos-playground/env/dapp-frontend.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ class ToposPlayground
<<-EENV.gsub(/\$(\w+)/) { |var| ENV[var]?.to_s }
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_OTEL_COLLECTOR_ENDPOINT=https://otel-collector.telemetry.devnet-1.topos.technology/v1/traces
VITE_TRACING_SERVICE_NAME=dapp-frontend-erc20-messaging
VITE_TRACING_SERVICE_VERSION=topos-playground
#VITE_TRACING_SERVICE_VERSION=0.1.0
# Addresses
VITE_TOPOS_CORE_PROXY_CONTRACT_ADDRESS=$TOPOS_CORE_PROXY_CONTRACT_ADDRESS
Expand Down

0 comments on commit 80c139c

Please sign in to comment.