mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-28 08:52:28 +00:00
Change placeholder network info to devnet
This commit is contained in:
parent
d26c19adf4
commit
ea5d3e5d26
@ -119,8 +119,8 @@ class OrbitDB {
|
|||||||
// .on('end', () => resolve(buf))
|
// .on('end', () => resolve(buf))
|
||||||
// }).catch((e) => reject(e));
|
// }).catch((e) => reject(e));
|
||||||
resolve(JSON.stringify({
|
resolve(JSON.stringify({
|
||||||
name: 'localhost dev network',
|
name: 'Orbit DEV network',
|
||||||
publishers: ['localhost:3333']
|
publishers: ['178.62.241.75:3333']
|
||||||
}))
|
}))
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user