Skip to content

Commit

Permalink
add astart
Browse files Browse the repository at this point in the history
  • Loading branch information
a10zn8 committed Oct 19, 2023
1 parent 0d3c8b9 commit 19f543d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emerald-grpc
18 changes: 16 additions & 2 deletions foundation/src/main/resources/chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ chain-settings:
settings:
currency: BTC
expected-block-time: 10m
disabled: true
lags:
syncing: 3
lagging: 1
Expand Down Expand Up @@ -624,4 +623,19 @@ chain-settings:
code: IMMUTABLE_ZKEVM_TESTNET
short-names: [immutable-zkevm-testnet]
chain-id: 0x34a0
grpcId: 10034
grpcId: 10034
- id: astar
label: Astar zkEVM
type: eth
settings:
expected-block-time: 2s
lags:
syncing: 40
lagging: 20
chains:
- id: zKatana
priority: 1
code: ASTAR_ZKATANA
short-names: [ astar-zkatana ]
chain-id: 0x133e40
grpcId: 10035

0 comments on commit 19f543d

Please sign in to comment.