mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Merge pull request #299 from oceanprotocol/fix/travis
bump keeper version on Travis
This commit is contained in:
commit
d7f0abdebf
@ -21,7 +21,7 @@ before_script:
|
||||
- cd barge
|
||||
- export AQUARIUS_VERSION=v0.3.8
|
||||
- export BRIZO_VERSION=v0.3.14
|
||||
- export KEEPER_VERSION=v0.10.3
|
||||
- export KEEPER_VERSION=v0.11.1
|
||||
- export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"
|
||||
- bash -x start_ocean.sh --no-pleuston --local-spree-node 2>&1 > start_ocean.log &
|
||||
- cd ..
|
||||
|
@ -6,7 +6,7 @@ const configJson: Config = {
|
||||
aquariusUri: 'http://172.15.0.15:5000',
|
||||
brizoUri: 'http://localhost:8030',
|
||||
secretStoreUri: 'http://localhost:12001',
|
||||
brizoAddress: '0x00Bd138aBD70e2F00903268F3Db08f2D25677C9e',
|
||||
brizoAddress: '0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0',
|
||||
verbose: false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user