Skip to content

Commit

Permalink
chore: update references to ensnode to evm-indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
shrugs committed Jan 28, 2025
1 parent 5677de5 commit b1fba5f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# a pglite database that only lives in the CI environment.
# It will be discarded after the CI run.
- name: Run Ponder runtime integrity checks
working-directory: apps/ensnode
working-directory: apps/evm-indexer
env:
ACTIVE_PLUGINS: eth,base.eth,linea.eth
RPC_URL_1: https://eth.drpc.org
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The ENSNode monorepo contains multiple modules in the following subdirectories:
- [`apps`](apps) executable applications.
- [`packages`](packages) for libraries that can be embedded into apps.

The main module of this repository is the ENSNode app found in [`apps/ensnode`](apps/ensnode).
The main module of this repository is the evm-indexer app found in [`apps/emv-indexer`](apps/evm-indexer).

## Quick start

Expand Down Expand Up @@ -41,7 +41,7 @@ pnpm install

Go into the main ENSNode application root directory:
```
cd apps/ensnode
cd apps/evm-indexer
```

Configure for your local application environment:
Expand Down
6 changes: 3 additions & 3 deletions apps/evm-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ensnode",
"name": "evm-indexer",
"version": "0.0.1",
"private": true,
"type": "module",
Expand All @@ -8,9 +8,9 @@
"repository": {
"type": "git",
"url": "git+https://github.com/namehash/ensnode.git",
"directory": "apps/ensnode"
"directory": "apps/evm-indexer"
},
"homepage": "https://github.com/namehash/ensnode/tree/main/apps/ensnode",
"homepage": "https://github.com/namehash/ensnode/tree/main/apps/evm-indexer",
"scripts": {
"dev": "ponder dev",
"start": "ponder start",
Expand Down
31 changes: 15 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1fba5f

Please sign in to comment.