1
0
mirror of https://github.com/fluencelabs/fluence-network-environment synced 2025-03-15 06:00:49 +00:00

fix: empty fix to trigger release ()

This commit is contained in:
folex 2024-09-17 18:01:07 +03:00 committed by GitHub
parent 1ae95f3d20
commit 52e3888b1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -25,7 +25,7 @@ Pick a node to connect to the Fluence network.
```typescript ```typescript
import { testNet } from '@fluencelabs/fluence-network-environment'; import { testNet } from '@fluencelabs/fluence-network-environment';
export const relayNode = testNet[0]; export const relayNode = testNet[1];
``` ```
Which can be used to initialize the Fluence client (see [Fluence JS SDK](https://github.com/fluencelabs/fluence-js).) Which can be used to initialize the Fluence client (see [Fluence JS SDK](https://github.com/fluencelabs/fluence-js).)