mirror of
https://github.com/fluencelabs/fluence-network-environment
synced 2025-03-14 21:50:49 +00:00
fix: empty fix to trigger release (#19)
This commit is contained in:
parent
1ae95f3d20
commit
52e3888b1e
@ -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).)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user