From 724e9be98a014a53f38f2eb5b85bb18b5b4f155b Mon Sep 17 00:00:00 2001 From: a10zn8 Date: Fri, 31 May 2024 16:41:11 +0300 Subject: [PATCH] add cosmos more cosmos nets --- emerald-grpc | 2 +- foundation/src/main/resources/chains.yaml | 64 ++++++++++++++++++++++- 2 files changed, 64 insertions(+), 2 deletions(-) diff --git a/emerald-grpc b/emerald-grpc index ac3d5f359..dc2ee26eb 160000 --- a/emerald-grpc +++ b/emerald-grpc @@ -1 +1 @@ -Subproject commit ac3d5f3593bcb0349773e344a4b0815f6d5994eb +Subproject commit dc2ee26eb06c80921df0fe436bb3024c696f6a9f diff --git a/foundation/src/main/resources/chains.yaml b/foundation/src/main/resources/chains.yaml index 7c3fb802f..07ab16537 100644 --- a/foundation/src/main/resources/chains.yaml +++ b/foundation/src/main/resources/chains.yaml @@ -1427,4 +1427,66 @@ chain-settings: code: COSMOS_HUB_TESTNET grpcId: 10079 priority: 10 - + - id: axelar + label: Axelar + type: cosmos + settings: + expected-block-time: 6s + lags: + syncing: 6 + lagging: 1 + chains: + - id: Mainnet + chain-id: 0x0 + short-names: [ axelar ] + code: AXELAR + grpcId: 1059 + priority: 100 + - id: Testnet + chain-id: 0x0 + short-names: [ axelar-testnet ] + code: AXELAR_TESTNET + grpcId: 10081 + priority: 10 + - id: osmosis + label: Osmosis + type: cosmos + settings: + expected-block-time: 6s + lags: + syncing: 6 + lagging: 1 + chains: + - id: Mainnet + chain-id: 0x0 + short-names: [ osmosis ] + code: OSMOSIS + grpcId: 1060 + priority: 100 + - id: Testnet + chain-id: 0x0 + short-names: [ osmosis-testnet ] + code: OSMOSIS_TESTNET + grpcId: 10082 + priority: 10 + - id: neutron + label: Neutron + type: cosmos + settings: + expected-block-time: 6s + lags: + syncing: 6 + lagging: 1 + chains: + - id: Mainnet + chain-id: 0x0 + short-names: [ neutron ] + code: NEUTRON + grpcId: 1061 + priority: 100 + - id: Testnet + chain-id: 0x0 + short-names: [ neutron-testnet ] + code: NEUTRON_TESTNET + grpcId: 10083 + priority: 10