Skip to content

Commit

Permalink
Update ponder.crab.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong authored Nov 17, 2024
1 parent faa423e commit b2777cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definition/mainnets/ponder.crab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export default createConfig({
crab: {
chainId: 44,
transport: loadBalance([
http("http://c1.crab-rpc.itering.io:9944/"),
// http("http://c1.crab-rpc.itering.io:9944/"),
// http("https://hrpc.darwinia.network/crab"),
// http("http://c2.crab-rpc.itering.io:9944/"),
http("http://c2.crab-rpc.itering.io:9944/"),
]),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
Expand Down

0 comments on commit b2777cc

Please sign in to comment.