Skip to content

Commit

Permalink
update also the configuration page
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed May 17, 2024
1 parent 4a3a3f5 commit 54c62a2
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions docs/home/300-react-to-events/3-funnel-types/200-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,9 @@ default values as they have in the environment configuration. Please refer to
`funnelBlockGroupSize` it's used to control how many blocks are fetched in a
single request per network, which helps if a network has a lower rate limit.

For `evm-other` there are also some optional settings:

```js
delay: number
confirmationDepth: number
```

The [parallel evm funnel](./500-parallel-evm-funnel.mdx#delayed-network) page
has more details on the meaning of these values, but a guideline is to set the
delay to a value greater than `confirmationDepth * networkBlockProductionSpeed`.
Also, for funnels that synchronize a parallel network, there are options to set
up a delayed state. See [this](common-concepts/parallel-networks#delayed-state)
for more details.

## Example

Expand All @@ -85,7 +78,7 @@ Hardhat1:
blockTime: 2
paimaL2ContractAddress: '0x5FbDB2315678afecb367f032d93F642f64180aa3'

Hardat2:
Hardhat2:
type: evm-other
chainUri: 'http://localhost:8546'
chainId: 31338
Expand Down

0 comments on commit 54c62a2

Please sign in to comment.