Skip to content

Commit

Permalink
chore: test genesis account is now richer in private testnet for inte…
Browse files Browse the repository at this point in the history
…gration tests
  • Loading branch information
randomshinichi committed Apr 30, 2019
1 parent 8eb5d88 commit 91dff09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/docker/accounts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ak_2a1j2Mk9YSmC1gioUq4PWRm3bsv887MbuRVwyv4KaUGoR1eiKi": 1600000000000000000000000000000000000000
}
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
command: -aecore expected_mine_rate ${EPOCH_MINE_RATE:-15000}
volumes:
- ${PWD}/build/docker/aeternity_node_mean16.yaml:/home/aeternity/aeternity.yaml
- ${PWD}/build/docker/accounts.json:/home/aeternity/node/data/aecore/.genesis/accounts_test.json
- ${PWD}/build/docker/keys/node:/home/aeternity/node/keys
- node_db:/home/aeternity/node/data/mnesia
- node_keys:/home/aeternity/node/keys
Expand Down

0 comments on commit 91dff09

Please sign in to comment.