Skip to content

Commit

Permalink
Add message about batch requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Jun 13, 2024
1 parent 8efb044 commit 56cd6ae
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ const networkFamilies: NetworkFamily[] = [
{
type: "ARCHIVE",
name: "Arbitrum One Public RPC",
description: "",
description:
"This RPC does not yet support batch JSON RPC requests, support will be added in the next week.",
rate_limit: {
rate: 50,
},
Expand Down Expand Up @@ -373,7 +374,8 @@ const networkFamilies: NetworkFamily[] = [
{
type: "ARCHIVE",
name: "Base Public RPC",
description: "",
description:
"This RPC does not yet support batch JSON RPC requests, support will be added in the next week.",
rate_limit: {
rate: 50,
},
Expand Down Expand Up @@ -616,7 +618,8 @@ const networkFamilies: NetworkFamily[] = [
{
type: "ARCHIVE",
name: "BNB Public RPC",
description: "",
description:
"This RPC does not yet support batch JSON RPC requests, support will be added in the next week.",
rate_limit: {
rate: 50,
},
Expand Down Expand Up @@ -1070,7 +1073,8 @@ const networkFamilies: NetworkFamily[] = [
{
type: "ARCHIVE",
name: "Ethereum Public RPC",
description: "",
description:
"This RPC does not yet support batch JSON RPC requests, support will be added in the next week.",
rate_limit: {
rate: 50,
},
Expand Down Expand Up @@ -1119,7 +1123,8 @@ const networkFamilies: NetworkFamily[] = [
{
type: "ARCHIVE",
name: "Ethereum Sepolia Public RPC",
description: "",
description:
"This RPC does not yet support batch JSON RPC requests, support will be added in the next week.",
rate_limit: {
rate: 50,
},
Expand Down Expand Up @@ -1719,7 +1724,8 @@ const networkFamilies: NetworkFamily[] = [
{
type: "ARCHIVE",
name: "Optimism Public RPC",
description: "",
description:
"This RPC does not yet support batch JSON RPC requests, support will be added in the next week.",
rate_limit: {
rate: 50,
},
Expand Down Expand Up @@ -1782,7 +1788,8 @@ const networkFamilies: NetworkFamily[] = [
{
type: "ARCHIVE",
name: "Polygon Public RPC",
description: "",
description:
"This RPC does not yet support batch JSON RPC requests, support will be added in the next week.",
rate_limit: {
rate: 50,
},
Expand Down Expand Up @@ -4096,7 +4103,8 @@ const networkFamilies: NetworkFamily[] = [
{
type: "ARCHIVE",
name: "Kusama Public RPC",
description: "",
description:
"This RPC does not yet support batch JSON RPC requests, support will be added in the next week.",
rate_limit: {
rate: 50,
},
Expand Down Expand Up @@ -4374,7 +4382,8 @@ const networkFamilies: NetworkFamily[] = [
{
type: "ARCHIVE",
name: "Polkadot Public RPC",
description: "",
description:
"This RPC does not yet support batch JSON RPC requests, support will be added in the next week.",
rate_limit: {
rate: 50,
},
Expand Down

0 comments on commit 56cd6ae

Please sign in to comment.