Skip to content

Commit

Permalink
Add taiko-mainnet and taiko-hekla (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
msizov authored May 27, 2024
1 parent 8e3b4e1 commit 4ea9655
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion emerald-grpc
24 changes: 16 additions & 8 deletions foundation/src/main/resources/chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -781,18 +781,26 @@ chain-settings:
label: Taiko
type: eth
settings:
expected-block-time: 3.9s
expected-block-time: 60s
lags:
syncing: 20
lagging: 10
syncing: 6
lagging: 2
fork-choice: height # wait for providers
chains:
- id: Katla
- id: Mainnet
priority: 100
code: TAIKO_MAINNET
short-names: [taiko, taiko-mainnet]
chain-id: 0x28c58
grpcId: 1058
- id: Hekla
priority: 20
code: TAIKO_KATLA
short-names: [taiko-katla]
chain-id: 0x28c60
grpcId: 10052
code: TAIKO_HEKLA
short-names: [taiko-hekla]
chain-id: 0x28c61
grpcId: 10080
settings:
expected-block-time: 30s
- id: okt
label: OKT Chain
type: eth
Expand Down

0 comments on commit 4ea9655

Please sign in to comment.