Skip to content

Commit

Permalink
update cardchain name change in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Feb 29, 2024
1 parent 5cf6a3d commit 70ff1e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ COPY --chown=tendermint:tendermint . .
RUN ignite chain build
RUN ignite chain init

RUN mv $HOME/.Cardchain $HOME/.cardchaind

COPY scripts/download_genesis.py download_genesis.py
RUN python3 download_genesis.py
RUN mv genesis.json $HOME/.cardchaind/config/genesis.json
Expand Down
6 changes: 3 additions & 3 deletions peer_nodes.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"rpcs": [
"http://202.61.225.157:26657",
"http://202.61.225.157:20057",
"https://cardchain-testnet-rpc.itrocket.net",
"http://crowd.rpc.t.stavr.tech:21207",
"https://rpc-testnet-cardchain.nodeist.net"
],
"peers": [
"202.61.225.157:26656",
"202.61.225.157:20056",
"cardchain-testnet-peer.itrocket.net:31656",
"crowd.peer.stavr.tech:21206",
"rpc-testnet-cardchain.nodeist.net:26656"
Expand All @@ -17,4 +17,4 @@
"http://crowd.rpc.t.stavr.tech:21207",
"https://rpc-testnet-cardchain.nodeist.net:443"
]
}
}

0 comments on commit 70ff1e1

Please sign in to comment.