mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-11 07:01:21 +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("multiaddr: ", relay.multiaddr);
|
||||
await Fluence.connect(relay, optsWithRandomKeyPair());
|
||||
|
||||
await Fluence.connect(relay, {
|
||||
...optsWithRandomKeyPair(),
|
||||
CDNUrl: "http://localhost:3001",
|
||||
});
|
||||
|
||||
console.log("connected");
|
||||
|
||||
|
Reference in New Issue
Block a user