mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-12 15:41:20 +00:00
Use localhost for tests
This commit is contained in:
@ -63,7 +63,11 @@ export const runTest = async (): Promise<TestResult> => {
|
|||||||
|
|
||||||
console.log("connecting to Fluence Network...");
|
console.log("connecting to Fluence Network...");
|
||||||
console.log("multiaddr: ", relay.multiaddr);
|
console.log("multiaddr: ", relay.multiaddr);
|
||||||
await Fluence.connect(relay, optsWithRandomKeyPair());
|
|
||||||
|
await Fluence.connect(relay, {
|
||||||
|
...optsWithRandomKeyPair(),
|
||||||
|
CDNUrl: "http://localhost:3001",
|
||||||
|
});
|
||||||
|
|
||||||
console.log("connected");
|
console.log("connected");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user