From a1dd9a4f5469a982c62ae1bb759442d7f9f23367 Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 5 Feb 2026 15:46:14 +0300 Subject: [PATCH] feat: add Moca mainnet and testnet chain --- chains.yaml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/chains.yaml b/chains.yaml index 04b355d..565acdc 100644 --- a/chains.yaml +++ b/chains.yaml @@ -3775,4 +3775,27 @@ chain-settings: grpcId: 10187 chain-id: 0xaa36a7 # L1 chain id (Ethereum Sepolia) short-names: [aztec-devnet] - + - id: moca + label: Moca + type: eth + settings: + expected-block-time: 1s + options: + validate-peers: false + lags: + syncing: 40 + lagging: 20 + chains: + - id: Mainnet + priority: 100 + code: MOCA_MAINNET + short-names: [moca, moca-mainnet] + chain-id: 0x8f0 + grpcId: 1151 + - id: Testnet + priority: 10 + code: MOCA_TESTNET + short-names: [moca-testnet] + chain-id: 0x366a8 + grpcId: 10188 +