1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
2021-11-26 16:40:29 +02:00

13 lines
320 B
TypeScript

import { Config } from '../../src/models/Config'
import Web3 from 'web3'
const web3 = new Web3('http://127.0.0.1:8545')
export default {
metadataCacheUri: 'http://aquarius:5000',
providerUri: 'http://localhost:8030',
nodeUri: `http://localhost:${process.env.ETH_PORT || 8545}`,
web3Provider: web3
} as Config