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]