fix: empty fix to trigger release (#19)

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

View File

@ -25,7 +25,7 @@ Pick a node to connect to the Fluence network.
```typescript
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).)