mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-25 20:01:10 +01:00
Merge pull request #243 from oceanprotocol/contracts6x
Bump contracts to 0.6.0
This commit is contained in:
commit
e23d0125bc
@ -63,7 +63,7 @@ The default versions are always a combination of component versions which are co
|
|||||||
| Component name | Required by | Version | IP Address | Ports exposed |
|
| Component name | Required by | Version | IP Address | Ports exposed |
|
||||||
| -------------- | ------------------ | --------------------------------- | --------------- | ------------- |
|
| -------------- | ------------------ | --------------------------------- | --------------- | ------------- |
|
||||||
| ganache | ocean-contracts | latest | 172.15.0.3 | 8545 -> 8545 |
|
| ganache | ocean-contracts | latest | 172.15.0.3 | 8545 -> 8545 |
|
||||||
| ocean-contracts | | v0.5.9 | 172.15.0.14 | |
|
| ocean-contracts | | v0.6.0 | 172.15.0.14 | |
|
||||||
| Aquarius | | v2.2.8 | 172.15.0.5 | 5000 -> 5000 |
|
| Aquarius | | v2.2.8 | 172.15.0.5 | 5000 -> 5000 |
|
||||||
| Elasticsearch | Aquarius | 6.8.3 | 172.15.0.6 | |
|
| Elasticsearch | Aquarius | 6.8.3 | 172.15.0.6 | |
|
||||||
| Provider | | v0.4.9 | 172.15.0.4 | 8030 -> 8030 |
|
| Provider | | v0.4.9 | 172.15.0.4 | 8030 -> 8030 |
|
||||||
|
@ -30,7 +30,7 @@ COMPOSE_DIR="${DIR}/compose-files"
|
|||||||
|
|
||||||
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v2.2.8}
|
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v2.2.8}
|
||||||
export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.9}
|
export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.9}
|
||||||
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v0.5.9}
|
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v0.6.0}
|
||||||
export PROJECT_NAME="ocean"
|
export PROJECT_NAME="ocean"
|
||||||
export FORCEPULL="false"
|
export FORCEPULL="false"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user