From e37cbb4feeb59d78349fba11179e77a65060ed25 Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 19 Jun 2024 17:47:31 +0300 Subject: [PATCH] Add GameSwift Chain Testnet (#80) (#511) --- emerald-grpc | 2 +- foundation/src/main/resources/chains.yaml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/emerald-grpc b/emerald-grpc index 715bd76c..fd88eb2b 160000 --- a/emerald-grpc +++ b/emerald-grpc @@ -1 +1 @@ -Subproject commit 715bd76c68fc0bee73d88d887f7cf2ddfb1b776a +Subproject commit fd88eb2b8c71bd47b98df3a8d7fc1c844bcf8b5c diff --git a/foundation/src/main/resources/chains.yaml b/foundation/src/main/resources/chains.yaml index 8439003f..7d544d9a 100644 --- a/foundation/src/main/resources/chains.yaml +++ b/foundation/src/main/resources/chains.yaml @@ -1551,3 +1551,19 @@ chain-settings: short-names: [open-campus-codex-sepolia] chain-id: 0xa045c grpcId: 10085 + - id: gameswift + label: GameSwift + type: eth + settings: + expected-block-time: 2s + lags: + syncing: 10 + lagging: 5 + fork-choice: quorum + chains: + - id: Testnet + priority: 1 + code: GAMESWIFT_TESTNET + short-names: [gameswift-testnet] + chain-id: 0x2a88 + grpcId: 10086