From 1a6d9edab9e618eb16927fb3df2485ecf332959d Mon Sep 17 00:00:00 2001 From: Jason Athanasoglou Date: Wed, 18 Feb 2026 14:37:26 +0200 Subject: [PATCH 1/5] Add centrifuge --- chains-meta.yaml | 7 +++++++ chains.yaml | 18 +++++++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/chains-meta.yaml b/chains-meta.yaml index 4d5abef..9a9193e 100644 --- a/chains-meta.yaml +++ b/chains-meta.yaml @@ -1293,3 +1293,10 @@ chain-id: 9372 explorers: - https://explorer.testnet.oasys.games +- currency: + name: Centrifuge + symbol: CFG + decimals: 18 + chain-id: 2031 + explorers: + - https://centrifuge.subscan.io diff --git a/chains.yaml b/chains.yaml index 3ed83dc..11fa98d 100644 --- a/chains.yaml +++ b/chains.yaml @@ -3798,4 +3798,20 @@ chain-settings: short-names: [moca-testnet] chain-id: 0x366a8 grpcId: 10188 - + - id: centrifuge + label: Centrifuge + type: eth + settings: + expected-block-time: 12s + options: + validate-peers: false + lags: + syncing: 10 + lagging: 5 + chains: + - id: Mainnet + priority: 100 + code: CENTRIFUGE_MAINNET + short-names: [centrifuge, centrifuge-mainnet] + chain-id: 0x7ef + grpcId: 1152 From d3175239b12d49aec1fbc3cda9603e76000afa3a Mon Sep 17 00:00:00 2001 From: Jason Athanasoglou Date: Wed, 18 Feb 2026 14:38:02 +0200 Subject: [PATCH 2/5] Add flow --- chains-meta.yaml | 14 ++++++++++++++ chains.yaml | 23 +++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/chains-meta.yaml b/chains-meta.yaml index 9a9193e..fba3907 100644 --- a/chains-meta.yaml +++ b/chains-meta.yaml @@ -1300,3 +1300,17 @@ chain-id: 2031 explorers: - https://centrifuge.subscan.io +- currency: + name: Flow + symbol: FLOW + decimals: 18 + chain-id: 747 + explorers: + - https://evm.flowscan.io +- currency: + name: Flow + symbol: FLOW + decimals: 18 + chain-id: 545 + explorers: + - https://evm-testnet.flowscan.io diff --git a/chains.yaml b/chains.yaml index 11fa98d..7041e7a 100644 --- a/chains.yaml +++ b/chains.yaml @@ -3815,3 +3815,26 @@ chain-settings: short-names: [centrifuge, centrifuge-mainnet] chain-id: 0x7ef grpcId: 1152 + - id: flow + label: Flow + type: eth + settings: + expected-block-time: 1s + options: + validate-peers: false + lags: + syncing: 40 + lagging: 20 + chains: + - id: Mainnet + priority: 100 + code: FLOW_MAINNET + short-names: [flow, flow-mainnet] + chain-id: 0x2eb + grpcId: 1153 + - id: Testnet + priority: 10 + code: FLOW_TESTNET + short-names: [flow-testnet] + chain-id: 0x221 + grpcId: 10189 From 624d4866c0c7a076e11ff8f00b9bbf43ef416ae6 Mon Sep 17 00:00:00 2001 From: Jason Athanasoglou Date: Wed, 18 Feb 2026 14:38:18 +0200 Subject: [PATCH 3/5] Add hedera --- chains-meta.yaml | 14 ++++++++++++++ chains.yaml | 25 ++++++++++++++++++++++++- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/chains-meta.yaml b/chains-meta.yaml index fba3907..adc087d 100644 --- a/chains-meta.yaml +++ b/chains-meta.yaml @@ -1314,3 +1314,17 @@ chain-id: 545 explorers: - https://evm-testnet.flowscan.io +- currency: + name: HBAR + symbol: HBAR + decimals: 18 + chain-id: 295 + explorers: + - https://hashscan.io +- currency: + name: HBAR + symbol: HBAR + decimals: 18 + chain-id: 296 + explorers: + - https://hashscan.io/testnet diff --git a/chains.yaml b/chains.yaml index 7041e7a..4dc4d7e 100644 --- a/chains.yaml +++ b/chains.yaml @@ -3221,7 +3221,7 @@ chain-settings: code: TEMPO_MODERATO_TESTNET grpcId: 10184 chain-id: 0xa5bf - short-names: [tempo-moderato-testnet] + short-names: [tempo-moderato-testnet] - id: xdc label: XDC type: eth @@ -3838,3 +3838,26 @@ chain-settings: short-names: [flow-testnet] chain-id: 0x221 grpcId: 10189 + - id: hedera + label: Hedera + type: eth + settings: + expected-block-time: 2s + options: + validate-peers: false + lags: + syncing: 40 + lagging: 20 + chains: + - id: Mainnet + priority: 100 + code: HEDERA_MAINNET + short-names: [hedera, hedera-mainnet] + chain-id: 0x127 + grpcId: 1154 + - id: Testnet + priority: 10 + code: HEDERA_TESTNET + short-names: [hedera-testnet] + chain-id: 0x128 + grpcId: 10190 From 502664661b08fc3915b56e26d3b286c7e2e5fb3b Mon Sep 17 00:00:00 2001 From: Jason Athanasoglou Date: Wed, 25 Feb 2026 13:33:11 +0200 Subject: [PATCH 4/5] Remove centrifuge --- chains.yaml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/chains.yaml b/chains.yaml index 4dc4d7e..e59c74c 100644 --- a/chains.yaml +++ b/chains.yaml @@ -3798,23 +3798,6 @@ chain-settings: short-names: [moca-testnet] chain-id: 0x366a8 grpcId: 10188 - - id: centrifuge - label: Centrifuge - type: eth - settings: - expected-block-time: 12s - options: - validate-peers: false - lags: - syncing: 10 - lagging: 5 - chains: - - id: Mainnet - priority: 100 - code: CENTRIFUGE_MAINNET - short-names: [centrifuge, centrifuge-mainnet] - chain-id: 0x7ef - grpcId: 1152 - id: flow label: Flow type: eth @@ -3831,7 +3814,7 @@ chain-settings: code: FLOW_MAINNET short-names: [flow, flow-mainnet] chain-id: 0x2eb - grpcId: 1153 + grpcId: 1152 - id: Testnet priority: 10 code: FLOW_TESTNET @@ -3854,7 +3837,7 @@ chain-settings: code: HEDERA_MAINNET short-names: [hedera, hedera-mainnet] chain-id: 0x127 - grpcId: 1154 + grpcId: 1153 - id: Testnet priority: 10 code: HEDERA_TESTNET From d22b8bb563e8a9374bd693d21b953ba2cdd39e0e Mon Sep 17 00:00:00 2001 From: Jason Athanasoglou Date: Wed, 25 Feb 2026 13:34:14 +0200 Subject: [PATCH 5/5] Remove CFG --- chains-meta.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/chains-meta.yaml b/chains-meta.yaml index adc087d..b8594ce 100644 --- a/chains-meta.yaml +++ b/chains-meta.yaml @@ -1293,13 +1293,6 @@ chain-id: 9372 explorers: - https://explorer.testnet.oasys.games -- currency: - name: Centrifuge - symbol: CFG - decimals: 18 - chain-id: 2031 - explorers: - - https://centrifuge.subscan.io - currency: name: Flow symbol: FLOW