Skip to content

Commit

Permalink
forbid pangolin
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed May 24, 2024
1 parent 0e40175 commit c1e111e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ export default createConfig({
),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
pangolin: {
chainId: 43,
transport: http("http://g1.testnets.darwinia.network:9940"),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
// pangolin: {
// chainId: 43,
// transport: http("http://g1.testnets.darwinia.network:9940"),
// maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
// },
pangoro: {
chainId: 45,
transport: http("https://fraa-flashbox-2871-rpc.a.stagenet.tanssi.network"),
Expand Down Expand Up @@ -114,9 +114,9 @@ export default createConfig({
address: "0xA72d283015c01807bc0788Bf22C1A774bDbFC8fA",
network: {
// testnets
pangolin: {
startBlock: 2836100,
},
// pangolin: {
// startBlock: 2836100,
// },
pangoro: {
startBlock: 127804,
},
Expand Down

0 comments on commit c1e111e

Please sign in to comment.