Skip to content

Commit

Permalink
Merge branch 'release/v2.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Nov 19, 2023
2 parents 8188995 + 845543f commit 6394aa3
Show file tree
Hide file tree
Showing 3 changed files with 755 additions and 143 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ RUN set -eux &&\
-e '/^\[api\]/,/\[rosetta\]/ s|^enabled-unsafe-cors *=.*|enabled-unsafe-cors = true|' \
-i /app/config/app.toml

COPY ./terra/genesis.json \
./terra/priv_validator_key.json \
/app/config/
COPY ./terra/priv_validator_key.json \
./terra/genesis.json \
/app/config/

ENTRYPOINT [ "entrypoint.sh" ]

Expand Down
195 changes: 55 additions & 140 deletions terra/genesis.json

Large diffs are not rendered by default.

Loading

0 comments on commit 6394aa3

Please sign in to comment.