From 15bad2a852cb2960322163dc0ae904fdcae92cc7 Mon Sep 17 00:00:00 2001 From: Artem Rootman <4586640+artemrootman@users.noreply.github.com> Date: Sat, 18 Jul 2026 00:05:43 +0000 Subject: [PATCH] feat: add Stellar chain (mainnet + testnet) --- chains.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/chains.yaml b/chains.yaml index ad831e8..1aa12a5 100644 --- a/chains.yaml +++ b/chains.yaml @@ -4009,6 +4009,29 @@ chain-settings: short-names: [aptos-testnet] chain-id: 0x2 grpcId: 10203 + - id: stellar + label: Stellar + type: stellar + settings: + options: + validate-peers: false + expected-block-time: 5s + lags: + syncing: 10 + lagging: 5 + chains: + - id: Mainnet + priority: 100 + code: STELLAR_MAINNET + short-names: [stellar, stellar-mainnet] + chain-id: "Public Global Stellar Network ; September 2015" + grpcId: 1169 + - id: Testnet + priority: 30 + code: STELLAR_TESTNET + short-names: [stellar-testnet] + chain-id: "Test SDF Network ; September 2015" + grpcId: 10204 - id: orderly label: Orderly type: eth