Skip to content

Commit

Permalink
chore: adding blockTime placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-layerzero committed Aug 23, 2023
1 parent 6d45b2f commit a2a2c0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/lz-sdk/src/constants/blockTime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { ChainId } from "../enums"

// in seconds
// keep list sorted alphabetically
// @deprecated
export const AVERAGE_BLOCK_TIME: { [chainId in ChainId]: number } = {
[ChainId.AAVEGOTCHI_TESTNET]: 5,
[ChainId.APTOS_TESTNET_SANDBOX]: 1,
Expand Down Expand Up @@ -120,5 +121,6 @@ export const AVERAGE_BLOCK_TIME: { [chainId in ChainId]: number } = {
[ChainId.ZKSYNC_TESTNET]: 1.4,
[ChainId.ZKSYNC]: 1.6,
[ChainId.BLOCKGEN_TESTNET]: 1,
[ChainId.MERITCIRCLE_TESTNET]: 1,
[ChainId.BEAM]: 1,
[ChainId.BEAM_TESTNET]: 1,
}

0 comments on commit a2a2c0d

Please sign in to comment.