Skip to content

Commit

Permalink
Rootstock Endpoints Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bgodlin committed Dec 15, 2024
1 parent d5c43b6 commit 80e3c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rootstock/rootstock-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const project: EthereumProject = {
* If you use a rate limited endpoint, adjust the --batch-size and --workers parameters
* These settings can be found in your docker-compose.yaml, they will slow indexing but prevent your project being rate limited
*/
endpoint: ["RPC API (https://rpc.rootstock.io/), Alchemy, Blast, GetBlock, NowNodes, Public Node (https://public-node.rsk.co)"],
endpoint: ["https://rpc.rootstock.io/", "https://public-node.rsk.co"],
},
dataSources: [
{
Expand Down
2 changes: 1 addition & 1 deletion Rootstock/rootstock-testnet-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const project: EthereumProject = {
* If you use a rate limited endpoint, adjust the --batch-size and --workers parameters
* These settings can be found in your docker-compose.yaml, they will slow indexing but prevent your project being rate limited
*/
endpoint: ["RPC API (https://rpc.rootstock.io/), Alchemy, Blast, GetBlock, NowNodes, Public Node (https://public-node.testnet.rsk.co)"],
endpoint: ["https://public-node.testnet.rsk.co"],
},
dataSources: [
{
Expand Down

0 comments on commit 80e3c2c

Please sign in to comment.