Skip to content

Commit

Permalink
default chain id to secretdev-1
Browse files Browse the repository at this point in the history
  • Loading branch information
levackt committed Jul 19, 2022
1 parent f8eb152 commit c81182b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/dockerfiles/custom-node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN mkdir -p /root/.secretd/.node/

####### Node parameters
ARG MONIKER=default
ARG CHAINID=secret-testnet-1
ARG CHAINID=secretdev-1
ARG GENESISPATH=https://raw.githubusercontent.com/enigmampc/SecretNetwork/master/secret-testnet-genesis.json
ARG PERSISTENT_PEERS=201cff36d13c6352acfc4a373b60e83211cd3102@bootstrap.southuk.azure.com:26656

Expand Down
2 changes: 1 addition & 1 deletion deployment/dockerfiles/release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN mkdir -p /root/config/

####### Node parameters
ARG MONIKER=default
ARG CHAINID=secret-testnet-1
ARG CHAINID=secretdev-1
ARG GENESISPATH=https://raw.githubusercontent.com/enigmampc/SecretNetwork/master/secret-testnet-genesis.json
ARG PERSISTENT_PEERS=201cff36d13c6352acfc4a373b60e83211cd3102@bootstrap.southuk.azure.com:26656

Expand Down

0 comments on commit c81182b

Please sign in to comment.