run e2e tests against pacific

This commit is contained in:
Matthias Kretschmann 2019-06-25 17:30:46 +02:00
parent e33be03155
commit c3673015db
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 7 additions and 8 deletions

View File

@ -1 +0,0 @@
node_modules

View File

@ -13,12 +13,12 @@ addons:
env:
global:
# run E2E tests against these values
- REACT_APP_NODE_URI="https://nile.dev-ocean.com"
- REACT_APP_AQUARIUS_URI="https://aquarius.marketplace.dev-ocean.com"
- REACT_APP_BRIZO_URI="https://brizo.marketplace.dev-ocean.com"
- REACT_APP_SECRET_STORE_URI="https://secret-store.pacific.dev-ocean.com"
- REACT_APP_FAUCET_URI="https://faucet.nile.dev-ocean.com"
- REACT_APP_BRIZO_ADDRESS="0x4aaab179035dc57b35e2ce066919048686f82972"
- REACT_APP_NODE_URI="https://pacific.oceanprotocol.com"
- REACT_APP_AQUARIUS_URI="https://aquarius.pacific.dev-ocean.com"
- REACT_APP_BRIZO_URI="https://brizo.pacific.dev-ocean.com"
- REACT_APP_SECRET_STORE_URI="https://secret-store.pacific.oceanprotocol.com"
- REACT_APP_FAUCET_URI="https://faucet.pacific.dev-ocean.com"
- REACT_APP_BRIZO_ADDRESS="0x008c25ed3594e094db4592f4115d5fa74c4f41ea"
before_install:
- npm install -g npm

View File

@ -3,6 +3,6 @@
"env": {
"NODE_URI": "https://nile.dev-ocean.com",
"SEEDPHRASE": "taxi music thumb unique chat sand crew more leg another off lamp",
"CONSUME_ASSET": "did:op:8014d305dcb44b42a5355791a2f016a654a61184456a4d178dc6e5913deb3a5c"
"CONSUME_ASSET": "did:op:8f0086cf21e84389ad69b3272c56bd0ddc12cd7d98db4e02b4075c481fc2d32d"
}
}