Skip to content

Commit

Permalink
remove pollingRate and blockTime
Browse files Browse the repository at this point in the history
since these are not really being used in a per network level right now
  • Loading branch information
ecioppettini committed Mar 2, 2024
1 parent d3d9a88 commit 7d8832d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/home/1-setup/5-multiple-networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ chainId: number
chainCurrencyName: string
chainCurrencySymbol: string
chainCurrencyDecimals: number
blockTime: number
```

Also, if the network is `evm-main`, the paima contract address needs to be provided:
Expand All @@ -48,7 +47,6 @@ There are also some optional variables:

```js
chainExplorerUri: string
pollingRate: number
funnelBlockGroupSize: number
presyncStepSize: number
```
Expand Down

0 comments on commit 7d8832d

Please sign in to comment.