From 1b219e930a50c2a51fb13f0c8825b9636f3ec04a Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Fri, 22 May 2020 12:54:11 +0300 Subject: [PATCH] Update README_simpleflow.md --- README_simpleflow.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README_simpleflow.md b/README_simpleflow.md index 5302f987..870c26fa 100644 --- a/README_simpleflow.md +++ b/README_simpleflow.md @@ -42,7 +42,6 @@ const { Ocean, Logger } = require('@oceanprotocol/lib') const config={ network: 'rinkeby', privateKey:'8da4ef21b864d2cc526dbdb2a120bd2874c36c9d0a1fb7f8c63d7f7a8b41de8f', - providerUri: 'localhost:8030' //this is the provider URL } const ocean = Ocean(alice_config) const account = await ocean.accounts.list()[0]