diff --git a/README.md b/README.md index 24a33a5..477cb8f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ You need to have the newest versions available of both: * [Docker Compose](https://docs.docker.com/compose/) Populate the following in `brizo.env` file: -* `PARITY_ADDRESS` and `PARITY_PASSWORD`: necessary for interacting with the keeper-contracts. Use one of the accounts in [Parity Client Accounts](#parity-client-accounts) * All of the `AZURE_`... related variables: necessary for `Brizo` to serve consume requests ## Get Started diff --git a/brizo.env b/brizo.env index 735b028..2f64e90 100755 --- a/brizo.env +++ b/brizo.env @@ -7,8 +7,8 @@ KEEPER_NETWORK_NAME=ocean_poa_net_local SECRET_STORE_URL=http://secret-store:12001 PARITY_URL=http://parity-node:8545 # Set a valid parity address and password to have seamless interaction with the `keeper` -PARITY_ADDRESS= -PARITY_PASSWORD= +PARITY_ADDRESS=0x00bd138abd70e2f00903268f3db08f2d25677c9e +PARITY_PASSWORD=node0 AQUARIUS_URL=http://aquarius:5000 BRIZO_URL=http://brizo:8030