Skip to content

Commit

Permalink
Updated rate limits to RPCs
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielvul authored Jan 13, 2025
1 parent 3a603c4 commit 62330a5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ const networkFamilies: NetworkFamily[] = [
name: "Arbitrum One Public RPC",
description: "",
rate_limit: {
rate: 25,
burst: 35,
rate: 30,
burst: 50,
},
explorer_url:
"https://app.subquery.network/explorer/project/0x23/overview",
Expand Down Expand Up @@ -456,8 +456,8 @@ const networkFamilies: NetworkFamily[] = [
name: "Base Public RPC",
description: "",
rate_limit: {
rate: 25,
burst: 35,
rate: 30,
burst: 50,
},
explorer_url:
"https://app.subquery.network/explorer/project/0x06/overview",
Expand Down Expand Up @@ -722,8 +722,8 @@ const networkFamilies: NetworkFamily[] = [
name: "BNB Public RPC",
description: "",
rate_limit: {
rate: 25,
burst: 35,
rate: 30,
burst: 50,
},
explorer_url:
"https://app.subquery.network/explorer/project/0x2d/overview",
Expand Down Expand Up @@ -1264,8 +1264,8 @@ const networkFamilies: NetworkFamily[] = [
name: "Ethereum Public RPC",
description: "",
rate_limit: {
rate: 25,
burst: 35,
rate: 30,
burst: 50,
},
explorer_url:
"https://app.subquery.network/explorer/project/0x04/overview",
Expand Down Expand Up @@ -1319,8 +1319,8 @@ const networkFamilies: NetworkFamily[] = [
name: "Ethereum Sepolia Public RPC",
description: "",
rate_limit: {
rate: 25,
burst: 35,
rate: 30,
burst: 50,
},
explorer_url:
"https://app.subquery.network/explorer/project/0x27/overview",
Expand Down Expand Up @@ -2104,8 +2104,8 @@ const networkFamilies: NetworkFamily[] = [
name: "Optimism Public RPC",
description: "",
rate_limit: {
rate: 25,
burst: 35,
rate: 30,
burst: 50,
},
explorer_url:
"https://app.subquery.network/explorer/project/0x2f/overview",
Expand Down Expand Up @@ -2221,8 +2221,8 @@ const networkFamilies: NetworkFamily[] = [
name: "Polygon Public RPC",
description: "",
rate_limit: {
rate: 25,
burst: 35,
rate: 30,
burst: 50,
},
explorer_url:
"https://app.subquery.network/explorer/project/0x25/overview",
Expand Down

0 comments on commit 62330a5

Please sign in to comment.