From 2765a7e6ae9a948d311d3949636cf832d2664900 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 9 Aug 2019 14:19:33 +0200 Subject: [PATCH] add commented out Spree connection details --- src/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.js b/src/index.js index 0bae841..4a3dae7 100644 --- a/src/index.js +++ b/src/index.js @@ -25,6 +25,12 @@ class App extends Component { brizoUri: 'https://brizo.marketplace.dev-ocean.com', brizoAddress: '0x4aaab179035dc57b35e2ce066919048686f82972', secretStoreUri: 'https://secret-store.nile.dev-ocean.com', + // local Spree connection + // nodeUri: 'http://localhost:8545', + // aquariusUri: 'http://aquarius:5000', + // brizoUri: 'http://localhost:8030', + // brizoAddress: '0x00bd138abd70e2f00903268f3db08f2d25677c9e', + // secretStoreUri: 'http://localhost:12001', verbose: true }) this.setState({ ocean })