Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add immutable zkevm testnet #319

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion emerald-grpc
14 changes: 14 additions & 0 deletions foundation/src/main/resources/chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -578,3 +578,17 @@ chain-settings:
short-names: [starknet-testnet2]
chain-id: 0x534e5f474f45524c4932
grpcId: 10020
- id: immutable-zkevm
label: Immutable zkEVM
settings:
expected-block-time: 2s
lags:
syncing: 5
lagging: 1
chains:
- id: Testnet
priority: 1
code: IMMUTABLE_ZKEVM_TESTNET
short-names: [immutable-zkevm-testnet]
chain-id: 0x34a0
grpcId: 10034
Loading