Skip to content

Commit

Permalink
Merge branch 'event_indexer' of github.com:taikoxyz/taiko-mono into e…
Browse files Browse the repository at this point in the history
…vent_indexer
  • Loading branch information
cyberhorsey committed Mar 27, 2023
2 parents e26cc1e + 53f447b commit bdd4ddb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ taiko-mono
β”œβ”€β”€ <a href="./packages">packages</a>
β”‚ β”œβ”€β”€ <a href="./packages/branding">branding</a>: Taiko branding materials
β”‚ β”œβ”€β”€ <a href="./packages/bridge-ui">bridge-ui</a>: Taiko Bridge frontend UI
β”‚ β”œβ”€β”€ <a href="./packages/protocol">eventindexer</a>: Event indexer
β”‚ β”œβ”€β”€ <a href="./packages/eventindexer">eventindexer</a>: Event indexer
β”‚ β”œβ”€β”€ <a href="./packages/protocol">protocol</a>: Taiko ZK-Rollup L2 Protocol and Taiko Bridge smart contracts
β”‚ β”œβ”€β”€ <a href="./packages/relayer">relayer</a>: Bridge relayer (backend)
β”‚ β”œβ”€β”€ <a href="./packages/status-page">status-page</a>: Taiko Protocol status page
Expand Down
3 changes: 0 additions & 3 deletions packages/eventindexer/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,3 @@ issues:
linters:
- funlen

run:
skip-dirs:
- contracts/*
4 changes: 2 additions & 2 deletions packages/eventindexer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@taiko/relayer",
"version": "0.3.0",
"name": "@taiko/eventindexer",
"version": "0.1.0",
"private": true
}

0 comments on commit bdd4ddb

Please sign in to comment.