Skip to content

Commit

Permalink
remove from localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Nov 8, 2024
1 parent 0ca7514 commit 207973e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
17 changes: 0 additions & 17 deletions contrib/localnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# - An Ethereum node (eth)
# - A secondary optional Ethereum node (eth2) enabled when profile is set to eth2
# - A Bitcoin node (bitcoin)
# - A Rosetta API (rosetta)
# - An orchestrator to manage interaction with the localnet (orchestrator)
# - An upgrade host to serve binaries for the upgrade tests (upgrade-host). Only enabled when profile is set to upgrade.
# - An upgrade orchestrator to send the upgrade governance proposal (upgrade-orchestrator). Only enabled when profile is set to upgrade.
Expand All @@ -19,22 +18,6 @@ networks:
- subnet: 172.20.0.0/24

services:
rosetta:
image: zetanode:latest
container_name: rosetta
hostname: rosetta
depends_on:
zetacore0:
condition: service_healthy
ports:
- "8080:8080"
networks:
mynetwork:
ipv4_address: 172.20.0.200
entrypoint: ["zetacored", "rosetta", "--tendermint", "zetacore0:26657", "--grpc", "zetacore0:9090", "--network", "athens_101-1", "--blockchain", "zetacore"]
volumes:
- ssh:/root/.ssh

zetacore0:
image: zetanode:latest
container_name: zetacore0
Expand Down
14 changes: 0 additions & 14 deletions contrib/localnet/scripts/start-rosetta.sh

This file was deleted.

20 changes: 0 additions & 20 deletions contrib/localnet/zetacored/common/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,26 +136,6 @@ enabled-unsafe-cors = true
### Rosetta Configuration ###
###############################################################################

[rosetta]

# Enable defines if the Rosetta API server should be enabled.
enable = false

# Address defines the Rosetta API server to listen on.
address = ":8080"

# Network defines the name of the blockchain that will be returned by Rosetta.
blockchain = "app"

# Network defines the name of the network that will be returned by Rosetta.
network = "network"

# Retries defines the number of retries when connecting to the node before failing.
retries = 3

# Offline defines if Rosetta server should run in offline mode.
offline = false

###############################################################################
### gRPC Configuration ###
###############################################################################
Expand Down

0 comments on commit 207973e

Please sign in to comment.