mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix provider URi
This commit is contained in:
parent
a786c83373
commit
574cd4f57b
@ -7,9 +7,9 @@ const Web3 = require('web3')
|
||||
const web3 = new Web3('http://127.0.0.1:8545')
|
||||
|
||||
export default {
|
||||
// metadataStoreUri: 'http://localhost:5000',
|
||||
metadataStoreUri: 'https://aquarius.marketplace.dev-ocean.com',
|
||||
providerUri: 'http://127.0.0.1:8030',
|
||||
metadataStoreUri: 'http://localhost:5000',
|
||||
//gimetadataStoreUri: 'https://aquarius.marketplace.dev-ocean.com',
|
||||
providerUri: 'http://localhost:8030',
|
||||
nodeUri: `http://localhost:${process.env.ETH_PORT || 8545}`,
|
||||
parityUri: 'http://localhost:9545',
|
||||
secretStoreUri: 'http://localhost:12001',
|
||||
|
Loading…
x
Reference in New Issue
Block a user