diff --git a/gateway/configs/quickstart_config.json b/gateway/configs/quickstart_config.json index 5a54708a..6e44081f 100644 --- a/gateway/configs/quickstart_config.json +++ b/gateway/configs/quickstart_config.json @@ -1,15 +1,15 @@ { "providers": [ - "", - "", - "" + "https://polygon-mumbai.g.alchemy.com/v2/maDVlDV2bkzm7tdEPnKTJTQHX4FKQVKC", + "https://polygon-mumbai.g.alchemy.com/v2/e8LEa7IX3Pb68iKnr_nk-3TeXrw3wSIx", + "https://polygon-mumbai.g.alchemy.com/v2/694OzvSJ1GSqo9c_JEEzg4uv-JUIdMqr" ], - "mode": "round-robin", - "relay": "/dns4/0-stage.fluence.dev/tcp/9000/wss/p2p/12D3KooWDcpWuyrMTDinqNgmXAuRdfd2mTdY9VoXZSAet2pDzh6r", + "mode": "quorum", + "relay": "/ip4/127.0.0.1/tcp/9992/ws/p2p/12D3KooWCoMoomJgQv7xzrvHpGneHQExQZYnQUYJryphZsABdFnS", "port": 3000, "counterServiceId": null, "counterPeerId": null, "quorumServiceId": null, "quorumPeerId": null, "quorumNumber": null -} +} \ No newline at end of file diff --git a/test/fRPC.integration-test.ts b/test/fRPC.integration-test.ts index 3c204d7e..dfc5b10a 100644 --- a/test/fRPC.integration-test.ts +++ b/test/fRPC.integration-test.ts @@ -45,6 +45,8 @@ async function testGateway(mode?: string, times = 6) { id, }; const response = await gateway.request(request); + console.log("Gateway stdout:", gateway.getStdout()); + console.log("Gateway stderr:", gateway.getStderr()); expect(response).toMatchObject({ jsonrpc: "2.0", id,