Skip to content

Commit

Permalink
fix(eventindexer): update ABI so avgProofTime can be calculated (#14785)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Sep 23, 2023
1 parent 8e1c897 commit cc93140
Show file tree
Hide file tree
Showing 5 changed files with 1,173 additions and 137 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/eventindexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}

- name: Login to GCR
uses: docker/login-action@v2
Expand Down
6 changes: 3 additions & 3 deletions packages/eventindexer/.l1.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ DATABASE_HOST=localhost:3306
DATABASE_MAX_IDLE_CONNS=50
DATABASE_MAX_OPEN_CONNS=3000
DATABASE_CONN_MAX_LIFETIME_IN_MS=100000
L1_TAIKO_ADDRESS=0x0DCd1Bf9A1b36cE34237eEaFef220932846BCD82
BRIDGE_ADDRESS=0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE
RPC_URL=wss://l1ws.internal.taiko.xyz
L1_TAIKO_ADDRESS=0x95fF8D3CE9dcB7455BEB7845143bEA84Fe5C4F6f
BRIDGE_ADDRESS=0x5293Bb897db0B64FFd11E0194984E8c5F1f06178
RPC_URL=wss://l1ws.jolnir.taiko.xyz
CORS_ORIGINS=*
BLOCK_BATCH_SIZE=10
CACHE_INTERVAL_IN_SECONDS=60
Expand Down

0 comments on commit cc93140

Please sign in to comment.