Skip to content

Commit

Permalink
add lisk testnet support (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Termina1 authored Jan 23, 2024
1 parent 2815cdb commit d6e6c7d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emerald-grpc
19 changes: 18 additions & 1 deletion foundation/src/main/resources/chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -934,4 +934,21 @@ chain-settings:
code: BLAST_SEPOLIA
short-names: [blast-sepolia]
chain-id: 0xa0c71fd
grpcId: 10049
grpcId: 10049
- id: lisk
label: Lisk
type: eth
settings:
expected-block-time: 2s
options:
validate-peers: false
lags:
syncing: 40
lagging: 20
chains:
- id: Testnet
priority: 1
code: LISTK_TESTNET
grpcId: 10050
short-names: [ lisk-testnet ]
chain-id: 0x106a

0 comments on commit d6e6c7d

Please sign in to comment.