Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Near watcher #34

Merged
merged 6 commits into from
Jan 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions common/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export const INITIAL_DEPLOYMENT_BLOCK_BY_CHAIN: {
moonbeam: '1486591',
arbitrum: '18128584',
aptos: '0', // block is 1094390 but AptosWatcher uses sequence number instead
near: '72767136',
};