Skip to content

Commit ba9ae7d

Browse files
committed
chore: image bump
1 parent b2cff64 commit ba9ae7d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ The indexer uses a compile-time registry system that loads chain and ABI configu
6565
### Updating Registry Data
6666

6767
The registry data (chains and ABIs) is fetched at build time, not at runtime. This ensures:
68+
6869
- Full TypeScript typing support
6970
- No runtime network dependencies
7071
- Indexer can start reliably even with network issues
@@ -81,8 +82,6 @@ REGISTRY_HASH=<ipfs-hash> pnpm run update-registry
8182

8283
This generates `src/registry.generated.ts` which contains all chain configurations and ABIs with full type safety.
8384

84-
85-
8685
### Running the Indexer
8786

8887
```bash
@@ -111,6 +110,7 @@ The indexer builds and maintains a structured database with the following primar
111110
Once running, the Ponder indexer provides a GraphQL API for querying indexed data. URL printed on start.
112111

113112
## Entity Relationships
113+
114114
```mermaid
115115
erDiagram
116116
direction LR
@@ -149,10 +149,11 @@ erDiagram
149149
HoldingEscrow }o--|| Asset : ""
150150
HoldingEscrow }o--|| Escrow : ""
151151
```
152+
152153
## Contributing
153154

154155
Contributions are welcome! Please feel free to submit a Pull Request.
155156

156-
## License
157+
## Licenses
157158

158159
[MIT](/LICENSE) License

0 commit comments

Comments
 (0)