Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 303b73d

Browse files
authored
docs: Add migration notice to README (#354)
Updated README to reflect migration to core monorepo and archiving of the repository. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates README to indicate the repo is archived and future development occurs in the core monorepo. > > - **Documentation**: > - Update notice in `README.md` to reflect completed migration, repository archival, and redirect future development to `core` monorepo. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 7017531. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 18b6dc9 commit 303b73d

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# @metamask/eth-block-tracker
22

3-
<table><tr><td><p align="center"><b>⚠️ PLEASE READ ⚠️</b></p><p align="center">This package is currently being migrated to our <a href="https://github.com/MetaMask/core"><code>core</code></a> monorepo. Please do not make any commits to this repository while this migration is taking place, as they will not be transferred over.</p></td></tr></table>
3+
<table>
4+
<tr>
5+
<td>
6+
<p align="center"><b>⚠️ PLEASE READ ⚠️</b></p>
7+
<p align="center">
8+
This package has been migrated to our
9+
<a href="https://github.com/MetaMask/core"><code>core</code></a>
10+
monorepo, and this repository has been archived. Please note that all
11+
future development and feature releases will take place in the
12+
<a href="https://github.com/MetaMask/core"><code>core</code></a>
13+
repository.
14+
</p>
15+
</td>
16+
</tr>
17+
</table>
418

519
This module walks the Ethereum blockchain, keeping track of the latest block. It uses a web3 provider as a data source and will continuously poll for the next block.
620

0 commit comments

Comments
 (0)