Skip to content

Commit

Permalink
Update ponder.crab.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Nov 22, 2024
1 parent c14f533 commit 85f28b4
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,11 +14,11 @@ 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://g1.crab2.darwinia.network:9944/"),
http("http://c1.crab2.darwinia.network:9944/"),
// http("http://c1.crab2.darwinia.network:9944/"),
]),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
Expand Down

0 comments on commit 85f28b4

Please sign in to comment.