Skip to content

Commit

Permalink
chore: add alt-coin
Browse files Browse the repository at this point in the history
  • Loading branch information
soring323 committed Feb 1, 2024
1 parent bb82d2f commit da85535
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ accounts:
coins:
- 10000000000000000000000000000000uside
- 10000000000000000000000000000000uusdc
- 10000000000000000000000000000000uusdt

- name: bob
mnemonic: actress letter whip youth flip sort announce chief traffic side destroy seek parade warrior awake scan panther nominee harsh spawn differ enroll glue become
coins:
- 10000000000000000000000000000000uside
- 10000000000000000000000000000000uusdc

- 10000000000000000000000000000000uusdt
# faucet:
# name: bob
# coins:
Expand Down
5 changes: 5 additions & 0 deletions development/deployment/Dockerfile-node0
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get dist-upgrade -y
WORKDIR /app

# export HOME=/home/ubuntu/
# export DAEMON_HOME=/home/ubuntu/app
# export DAEMON_NAME=sided
# export DAEMON_ALLOW_DOWNLOAD_BINARIES=true

ENV HOME=/app
ENV DAEMON_HOME=/app
ENV DAEMON_NAME=sidechaind
Expand Down

0 comments on commit da85535

Please sign in to comment.