Skip to content

Commit

Permalink
changed rosseta server and CLI ports to 8081
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 20, 2023
1 parent a909af9 commit 89f6c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ jobs:
- name: Build Rosetta
run: go mod tidy && make rosetta && make plugin
- name: Run Rosetta service
run: ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090" &
- name: Sleep for 2 minutes
run: sleep 120s
shell: bash
run: ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8081" --grpc "localhost:9090" &
- name: Checkl blockchain status
run: curl localhost:26657/status
echo "#### localhost:99"
- name: Test rosetta through Rosetta-cli
run: make rosetta-cli
2 changes: 1 addition & 1 deletion tests/config/rosetta-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"blockchain": "cosmos",
"network": "cosmos"
},
"online_url":"http://localhost:8080",
"online_url":"http://localhost:8081",
"data_directory":"",
"http_timeout":10,
"max_retries":5,
Expand Down

0 comments on commit 89f6c5e

Please sign in to comment.