Skip to content

Commit

Permalink
update hrpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jun 17, 2024
1 parent 0254274 commit 539cbce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions definition/mainnets/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default createConfig({
transport: loadBalance([
http(`https://arbitrum-one.blastapi.io/${BLAST_API_KEY}`),
// "https://arb1.arbitrum.io/rpc"
http("https://arbitrum-hrpc.vercel.app/"),
http("https://hrpc.darwinia.network/arbitrum"),
// "https://rpc.ankr.com/arbitrum"
]),
maxRequestsPerSecond: FAST_MAX_REQUESTS_PER_SECOND,
Expand All @@ -30,15 +30,15 @@ export default createConfig({
chainId: 44,
transport: loadBalance([
http("http://c1.crab-rpc.itering.io:9944/"),
// http("https://crab-hrpc.vercel.app/"),
// http("https://hrpc.darwinia.network/crab"),
// http("http://c2.crab-rpc.itering.io:9944/"),
]),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
darwinia: {
chainId: 46,
transport: http("http://c1.darwinia-rpc.itering.io:9944/"),
// transport: http("https://darwinia-hrpc.vercel.app/"),
// transport: http("https://hrpc.darwinia.network/darwinia"),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
ethereum: {
Expand All @@ -58,7 +58,7 @@ export default createConfig({
// transport: http(`https://polygon-mainnet.blastapi.io/${BLAST_API_KEY}`),
transport: loadBalance([
http(`https://polygon-mainnet.blastapi.io/${BLAST_API_KEY}`),
// http(`https://polygon-hrpc.vercel.app/`),
// http(`https://hrpc.darwinia.network/polygon`),
]),
maxRequestsPerSecond: FAST_MAX_REQUESTS_PER_SECOND,
},
Expand Down
6 changes: 3 additions & 3 deletions definition/testnets/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default createConfig({
arbitrum_sepolia: {
chainId: 421614,
transport: loadBalance([
http("https://arbitrum-sepolia-hrpc.vercel.app/"),
http("https://hrpc.darwinia.network/arbitrum-sepolia"),
http("https://sepolia-rollup.arbitrum.io/rpc"),
http(`https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}`),
]),
Expand All @@ -37,7 +37,7 @@ export default createConfig({
chainId: 11155111,
transport: loadBalance([
http("https://rpc2.sepolia.org"),
http("https://sepolia-hrpc.vercel.app/"),
http("https://hrpc.darwinia.network/sepolia"),
http(`https://sepolia.infura.io/v3/${INFURA_API_KEY}`),
]),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
Expand All @@ -56,7 +56,7 @@ export default createConfig({
chainId: 46,
transport: loadBalance([
http("http://c1.darwinia-rpc.itering.io:9944/"),
http("https://darwinia-hrpc.vercel.app/"),
http("https://hrpc.darwinia.network/darwinia"),
]),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
Expand Down

0 comments on commit 539cbce

Please sign in to comment.