Skip to content

Commit

Permalink
Merge branch 'master' into viem-scaler
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Dec 26, 2024
2 parents ea1ee66 + de3900e commit 3f31537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@across-protocol/sdk",
"author": "UMA Team",
"version": "3.3.27",
"version": "3.3.28",
"license": "AGPL-3.0",
"homepage": "https://docs.across.to/reference/sdk",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/utils/BlockUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const defaultHighBlockOffset = 10;
const cacheTTL = 60 * 15;
const now = getCurrentTime(); // Seed the cache with initial values.
const blockTimes: { [chainId: number]: BlockTimeAverage } = {
[CHAIN_IDs.INK]: { average: 1, timestamp: now, blockRange: 1 },
[CHAIN_IDs.LINEA]: { average: 3, timestamp: now, blockRange: 1 },
[CHAIN_IDs.MAINNET]: { average: 12.5, timestamp: now, blockRange: 1 },
[CHAIN_IDs.OPTIMISM]: { average: 2, timestamp: now, blockRange: 1 },
Expand Down

0 comments on commit 3f31537

Please sign in to comment.