mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-15 17:11:22 +00:00
chore: Use fluence-cli to setup network (#441)
* Use fluence-cli to setup network * F * Ignore fluence dir * Change default relay * Fix peer ID * Add provider secrets * Cleanup * Fix * Use unstable nox * Cleanup --------- Co-authored-by: Akim Mamedov <akim99999999@gmail.com>
This commit is contained in:
committed by
GitHub
parent
25faa5af30
commit
aea5efb643
@ -17,8 +17,8 @@
|
||||
export const nodes = [
|
||||
{
|
||||
multiaddr:
|
||||
"/ip4/127.0.0.1/tcp/9991/ws/p2p/12D3KooWBM3SdXWqGaawQDGQ6JprtwswEg3FWGvGhmgmMez1vRbR",
|
||||
peerId: "12D3KooWBM3SdXWqGaawQDGQ6JprtwswEg3FWGvGhmgmMez1vRbR",
|
||||
"/ip4/127.0.0.1/tcp/9991/ws/p2p/12D3KooWBbMuqJJZT7FTFN4fWg3k3ipUKx6KEy7pDy8mdorK5g5o",
|
||||
peerId: "12D3KooWBbMuqJJZT7FTFN4fWg3k3ipUKx6KEy7pDy8mdorK5g5o",
|
||||
},
|
||||
] as const;
|
||||
|
||||
|
Reference in New Issue
Block a user