Skip to content

Commit

Permalink
test: fix test-rosetta (#14888)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano authored Feb 2, 2023
1 parent 4562419 commit 79f5140
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/rosetta/configuration/data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sed -i 's/127.0.0.1/0.0.0.0/g' /root/.simapp/config/config.toml

# start simd
echo starting simd...
simd start --pruning=nothing &
simd start --pruning=nothing --api.enable true &
pid=$!
echo simd started with PID $pid

Expand Down
2 changes: 1 addition & 1 deletion contrib/rosetta/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
cosmos:
image: rosetta-ci:latest
command: ["simd", "start", "--pruning", "nothing", "--grpc.enable", "true", "--grpc.address", "0.0.0.0:9090", "--grpc-web.enable", "true"]
command: ["simd", "start", "--pruning", "nothing", "--grpc.enable", "true", "--grpc.address", "0.0.0.0:9090", "--grpc-web.enable", "true", "--api.enable", "true"]
ports:
- 9090:9090
- 26657:26657
Expand Down
Binary file modified contrib/rosetta/rosetta-ci/data.tar.gz
Binary file not shown.

0 comments on commit 79f5140

Please sign in to comment.