{
  uiUrl: 'http://localhost:3000/storage/sell?peerId=<<peerId>>',
  blockchain: {
    provider: 'ws://localhost:8545',
    // Default address using the rif-marketplace-dev ganache
    contractAddress: '0x1b88Bdb8269A1aB1372459F5a4eC3663D6f5cCc4',
    eventsEmitter: {
      confirmations: 2
    },
    networkId: 8545
  },
  marketplace: {
    provider: 'http://localhost:3030',
  },
  ipfs: {
    sizeFetchTimeout: '30s',
    clientOptions: {
      url: 'http://localhost:5003'
    }
  },
  comms: {
    libp2p: {
      config: {
        peerDiscovery: {
          bootstrap: {
            enabled: true,
            list: ['/ip4/127.0.0.1/tcp/8998', '/ip4/127.0.0.1/tcp/8999/ws']
          }
        }
      }
    }
  }
}
