Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(block-per-day): Update Ethereum number of block per day post merge (
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoulin committed Nov 16, 2022
1 parent 4601595 commit 91c964c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-toolkit/constants/blocks.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Network } from '~types/network.interface';

export const BLOCKS_PER_DAY: Record<Network, number> = {
[Network.ETHEREUM_MAINNET]: 5760,
[Network.ETHEREUM_MAINNET]: 7160,
[Network.POLYGON_MAINNET]: 43200,
[Network.BINANCE_SMART_CHAIN_MAINNET]: 17280,
[Network.ARBITRUM_MAINNET]: 6400,
Expand Down

0 comments on commit 91c964c

Please sign in to comment.