Skip to content

Commit

Permalink
fix: addresses need hex notation
Browse files Browse the repository at this point in the history
  • Loading branch information
Westlad committed Dec 7, 2021
1 parent e6800ee commit 8fc4b30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions pull-images.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
docker pull ghcr.io/eyblockchain/nightfall3-deployer:latest
docker pull ghcr.io/eyblockchain/nightfall3-worker:latest
docker pull ghcr.io/eyblockchain/nightfall3-client:latest
docker pull ghcr.io/eyblockchain/nightfall3-optimist:latest
docker pull ghcr.io/eyblockchain/nightfall3-proposer:latest
docker pull ghcr.io/eyblockchain/nightfall3-user-local:latest

6 changes: 3 additions & 3 deletions test/ping-pong/docker-compose.ropsten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ services:
BLOCKCHAIN_PORT: 80
ETH_PRIVATE_KEY: abf4ed9f30bd1e4a290310d726c7bbdf39cd75a25eebd9a3a4874e10b4a0c4ce
# this should be the address corresponding to the above provate key
ETH_ADDRESS: db080dC48961bC1D67a0A4151572eCb824cC76E8
ETH_ADDRESS: '0xdb080dC48961bC1D67a0A4151572eCb824cC76E8'
USE_ROPSTEN: enable
GAS_PRICE: 20000000000
# This is only needed for test purposes - it gives tokens to the user at startup
USER_ETHEREUM_SIGNING_KEY: abf4ed9f30bd1e4a290310d726c7bbdf39cd75a25eebd9a3a4874e10b4a0c4ce
USER_ADDRESS: db080dC48961bC1D67a0A4151572eCb824cC76E8
USER_ADDRESS: '0xdb080dC48961bC1D67a0A4151572eCb824cC76E8'

optimist:
environment:
Expand All @@ -42,4 +42,4 @@ services:
BLOCKCHAIN_WS_HOST: ropsten1-ws.testnet.nightfall3.com
BLOCKCHAIN_PORT: 80
USER_ETHEREUM_SIGNING_KEY: abf4ed9f30bd1e4a290310d726c7bbdf39cd75a25eebd9a3a4874e10b4a0c4ce
USER_ADDRESS: db080dC48961bC1D67a0A4151572eCb824cC76E8
USER_ADDRESS: '0xdb080dC48961bC1D67a0A4151572eCb824cC76E8'

0 comments on commit 8fc4b30

Please sign in to comment.