Skip to content

Commit

Permalink
wormhole increase to 12h window
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Jan 14, 2025
1 parent f5f1195 commit e494731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/runWormhole.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { insertConfigEntriesForAdapter } from "../utils/adapter";
export const handler = async () => {
try {
await insertConfigEntriesForAdapter(adapter, "wormhole");
const startTs = dayjs().subtract(2, "hour").unix();
const startTs = dayjs().subtract(12, "hour").unix();
const endTs = dayjs().unix();
const bridgeIds = Object.fromEntries(
await Promise.all(
Expand Down

0 comments on commit e494731

Please sign in to comment.