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

kd-add-rosetta-chain-config #46

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
set v0.14 kava config to v0.14.1
  • Loading branch information
karzak committed Apr 24, 2021
commit c41b7b5f2d9cc265a5eb9bce9917109112393fb2
4 changes: 2 additions & 2 deletions config/templates/kava/v0.14/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
kavanode:
image: "kava/kava:master"
image: "kava/kava:v0.14.1"
ports:
# open default kava rpc port
- "26657:26657"
Expand All @@ -12,7 +12,7 @@ services:
# start the blockchain, and set rpc to listen to connections from outside the container
command: ["sh", "-c", "/root/.kvd/config/init-data-directory.sh && kvd start --pruning=nothing --rpc.laddr=tcp://0.0.0.0:26657"]
kavarest:
image: "kava/kava:master"
image: "kava/kava:v0.14.1"
ports:
# open default rest port
- "1317:1317"
Expand Down