@@ -65,9 +65,9 @@ The startup script comes with a set of options for customizing various things.
6565
6666The default versions are always a combination of component versions which are considered stable.
6767
68- | Aquarius | Brizo | Events Handler | Keeper | Commons | Faucet |
69- | -------- | --------- | -------------- | --------- | -------- | -------- |
70- | ` v0.3.9 ` | ` v0.4.6 ` | ` v0.1.2 ` | ` v0.12.7 ` | ` v1.3.1 ` | ` v0.3.2 ` |
68+ | Aquarius | Brizo | Events Handler | Keeper | Commons | Faucet |
69+ | -------- | -------- | -------------- | --------- | -------- | -------- |
70+ | ` v1.0.5 ` | ` v0.7.2 ` | ` v0.3.4 ` | ` v0.12.7 ` | ` v2.0.0 ` | ` v0.3.2 ` |
7171
7272You can use the ` --latest ` option to pull the most recent Docker images for all components, which are always tagged as ` latest ` in Docker. The ` latest ` Docker image tag derives from the default main branch of the component's Git repo.
7373
@@ -129,8 +129,8 @@ By default it will start two containers (client & server). If Commons is running
129129
130130This Building Block can be disabled by setting the ` --no-commons ` flag.
131131
132- | Hostname | External Port | Internal URL | Local URL | Description |
133- | ------------------ | --------------- | ---------------------------- | ----------------------- | - ---------------------------------------------------------- |
132+ | Hostname | External Port | Internal URL | Local URL | Description |
133+ | ---------------- | ------------- | -------------------------- | --------------------- | ---------------------------------------------------------- |
134134| ` commons-client ` | ` 3000 ` | http://commons-client:3000 | http://localhost:3000 | [ Commons Client] ( https://github.com/oceanprotocol/commons ) |
135135| ` commons-server ` | ` 4000 ` | http://commons-server:4000 | http://locahost:4000 | [ Commons Server] ( https://github.com/oceanprotocol/commons ) |
136136
@@ -233,11 +233,11 @@ you will have available a keeper node in the local and private Spree Network wit
233233| ` 0xe08A1dAe983BC701D05E492DB80e0144f8f4b909 ` | mnemonic | [ info here] ( #spree-mnemonic ) | 1000000000 Ether |
234234| ` 0xbcE5A3468386C64507D30136685A99cFD5603135 ` | mnemonic | [ info here] ( #spree-mnemonic ) | 1000000000 Ether |
235235
236- Use one of the above accounts to populate ` PROVIDER_ADDRESS ` , ` PROVIDER_PASSWORD ` and ` PROVIDER_KEYFILE ` in ` start_ocean.sh ` .
237- This account will is used in ` brizo ` and ` events-handler ` as the ` provider ` account which is important for processing the
238- service agreements flow. The ` PROVIDER_KEYFILE ` must be placed in the ` accounts ` folder and must match the ethereum
239- address from ` PROVIDER_ADDRESS ` . The ` PROVIDER_ADDRESS ` is also set in ` commons ` instance so that published assets get
240- assigned the correct provider address.
236+ Use one of the above accounts to populate ` PROVIDER_ADDRESS ` , ` PROVIDER_PASSWORD ` and ` PROVIDER_KEYFILE ` in ` start_ocean.sh ` .
237+ This account will is used in ` brizo ` and ` events-handler ` as the ` provider ` account which is important for processing the
238+ service agreements flow. The ` PROVIDER_KEYFILE ` must be placed in the ` accounts ` folder and must match the ethereum
239+ address from ` PROVIDER_ADDRESS ` . The ` PROVIDER_ADDRESS ` is also set in ` commons ` instance so that published assets get
240+ assigned the correct provider address.
241241
242242### Spree Mnemonic
243243
0 commit comments