Change placeholder network info to devnet

This commit is contained in:
haad 2016-05-18 14:38:55 +02:00
parent d26c19adf4
commit ea5d3e5d26

View File

@ -119,8 +119,8 @@ class OrbitDB {
// .on('end', () => resolve(buf))
// }).catch((e) => reject(e));
resolve(JSON.stringify({
name: 'localhost dev network',
publishers: ['localhost:3333']
name: 'Orbit DEV network',
publishers: ['178.62.241.75:3333']
}))
});
};