Skip to content

Commit

Permalink
fix: update default ports generated by CLI (#462)
Browse files Browse the repository at this point in the history
* fix: update default ports generated by CLI

* fix
  • Loading branch information
shamsartem authored Sep 23, 2024
1 parent e43e217 commit e712d88
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 40 deletions.
9 changes: 0 additions & 9 deletions .fluence/env.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions .fluence/schemas/env.json

This file was deleted.

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ node_modules/
dist/
public/
.DS_Store

.fluence/
# so we have stable peer ids for tests
!.fluence/provider-secrets.yaml
provider.yaml
2 changes: 1 addition & 1 deletion packages/@tests/aqua/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { wasm } from "./wasmb64.js";

const relay = {
multiaddr:
"/ip4/127.0.0.1/tcp/9991/ws/p2p/12D3KooWBbMuqJJZT7FTFN4fWg3k3ipUKx6KEy7pDy8mdorK5g5o",
"/ip4/127.0.0.1/tcp/999/ws/p2p/12D3KooWBbMuqJJZT7FTFN4fWg3k3ipUKx6KEy7pDy8mdorK5g5o",
peerId: "12D3KooWBbMuqJJZT7FTFN4fWg3k3ipUKx6KEy7pDy8mdorK5g5o",
};

Expand Down
2 changes: 1 addition & 1 deletion packages/@tests/smoke/web/public/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Fluence, callAquaFunction } from "./js-client.min.js";

const relay = {
multiaddr:
"/ip4/127.0.0.1/tcp/9991/ws/p2p/12D3KooWBbMuqJJZT7FTFN4fWg3k3ipUKx6KEy7pDy8mdorK5g5o",
"/ip4/127.0.0.1/tcp/999/ws/p2p/12D3KooWBbMuqJJZT7FTFN4fWg3k3ipUKx6KEy7pDy8mdorK5g5o",
peerId: "12D3KooWBbMuqJJZT7FTFN4fWg3k3ipUKx6KEy7pDy8mdorK5g5o",
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
export const nodes = [
{
multiaddr:
"/ip4/127.0.0.1/tcp/9991/ws/p2p/12D3KooWBbMuqJJZT7FTFN4fWg3k3ipUKx6KEy7pDy8mdorK5g5o",
"/ip4/127.0.0.1/tcp/999/ws/p2p/12D3KooWBbMuqJJZT7FTFN4fWg3k3ipUKx6KEy7pDy8mdorK5g5o",
peerId: "12D3KooWBbMuqJJZT7FTFN4fWg3k3ipUKx6KEy7pDy8mdorK5g5o",
},
] as const;
Expand Down

0 comments on commit e712d88

Please sign in to comment.