diff --git a/.travis.yml b/.travis.yml index 36ee89a..8d1e46e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ env: - REACT_APP_BRIZO_URI="https://brizo.test.oceanprotocol.com" - REACT_APP_SECRET_STORE_URI="https://secret-store.oceanprotocol.com" - REACT_APP_FAUCET_URI="https://faucet.oceanprotocol.com" - - REACT_APP_BRIZO_ADDRESS="0x008c25ed3594e094db4592f4115d5fa74c4f41ea" + - REACT_APP_BRIZO_ADDRESS="0x0474ed05ba757dde575dfaaaa267d9e7f3643abc" before_install: - npm install -g npm diff --git a/client/.env.local.example b/client/.env.local.example index 791dfc3..0c1fc05 100644 --- a/client/.env.local.example +++ b/client/.env.local.example @@ -9,13 +9,14 @@ REACT_APP_NODE_URI="https://pacific.oceanprotocol.com" REACT_APP_SECRET_STORE_URI="https://secret-store.oceanprotocol.com" REACT_APP_FAUCET_URI="https://faucet.oceanprotocol.com" -REACT_APP_BRIZO_ADDRESS="0x008c25ed3594e094db4592f4115d5fa74c4f41ea" # Pacific Test instances REACT_APP_AQUARIUS_URI="https://aquarius.test.oceanprotocol.com" REACT_APP_BRIZO_URI="https://brizo.test.oceanprotocol.com" +REACT_APP_BRIZO_ADDRESS="0x0474ed05ba757dde575dfaaaa267d9e7f3643abc" # Pacific Commons instances # REACT_APP_AQUARIUS_URI="https://aquarius.commons.oceanprotocol.com" # REACT_APP_BRIZO_URI="https://brizo.commons.oceanprotocol.com" +# REACT_APP_BRIZO_ADDRESS="0x008c25ed3594e094db4592f4115d5fa74c4f41ea" # # Connect to Nile diff --git a/cypress.json b/cypress.json index 55adc96..72a50d4 100644 --- a/cypress.json +++ b/cypress.json @@ -3,6 +3,6 @@ "env": { "NODE_URI": "https://pacific.oceanprotocol.com", "SEEDPHRASE": "taxi music thumb unique chat sand crew more leg another off lamp", - "CONSUME_ASSET": "did:op:75c8808fa65e4c68b73568fdb36bd2b3d8076a43205543a3ac0235ca82aeef11" + "CONSUME_ASSET": "did:op:3fa4721ad643489bad77e0e52ecefe9b73166873faaf4661a02486b735eea0c8" } }