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 005e71c
Showing 1 changed file with 6 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
}
}

0 comments on commit 005e71c

Please sign in to comment.