From d6e6c7d64d1ddd661892ba5ef5b722213d97f99b Mon Sep 17 00:00:00 2001 From: Vyacheslav Date: Tue, 23 Jan 2024 13:02:32 +0100 Subject: [PATCH] add lisk testnet support (#405) --- emerald-grpc | 2 +- foundation/src/main/resources/chains.yaml | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/emerald-grpc b/emerald-grpc index 0fff78d64..60d087f91 160000 --- a/emerald-grpc +++ b/emerald-grpc @@ -1 +1 @@ -Subproject commit 0fff78d64b5642f934edaec13d2ae0be29560b36 +Subproject commit 60d087f9192afc1a90678ebcb47e86a822a12be9 diff --git a/foundation/src/main/resources/chains.yaml b/foundation/src/main/resources/chains.yaml index 91c76ffb5..c56a0f4ed 100644 --- a/foundation/src/main/resources/chains.yaml +++ b/foundation/src/main/resources/chains.yaml @@ -934,4 +934,21 @@ chain-settings: code: BLAST_SEPOLIA short-names: [blast-sepolia] chain-id: 0xa0c71fd - grpcId: 10049 \ No newline at end of file + 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 \ No newline at end of file