Skip to content

Commit

Permalink
Add print
Browse files Browse the repository at this point in the history
  • Loading branch information
InversionSpaces committed Mar 8, 2024
1 parent ec6f3b7 commit 6305495
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gateway/configs/quickstart_config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"providers": [
"<replace with your url_1/api-key>",
"<replace with your url_2/api-key>",
"<replace with your url_3/api-key>"
"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
}
}
2 changes: 2 additions & 0 deletions test/fRPC.integration-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6305495

Please sign in to comment.