Skip to content

Commit

Permalink
add cosmos more cosmos nets
Browse files Browse the repository at this point in the history
  • Loading branch information
a10zn8 committed May 31, 2024
1 parent 772142e commit 724e9be
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emerald-grpc
64 changes: 63 additions & 1 deletion foundation/src/main/resources/chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 724e9be

Please sign in to comment.