Skip to content

Commit

Permalink
add kava
Browse files Browse the repository at this point in the history
  • Loading branch information
Termina1 committed Oct 6, 2023
1 parent 531f724 commit 8e920f6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion emerald-grpc
23 changes: 23 additions & 0 deletions foundation/src/main/resources/chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -551,3 +551,26 @@ chain-settings:
short-names: [opbnb-testnet]
chain-id: 0x15eb
grpcId: 10032
- id: kava
label: Kava
settings:
currency: KAVA
expected-block-time: 6s
options:
validate-peers: false
lags:
syncing: 20
lagging: 10
chains:
- id: Mainnet
priority: 100
code: KAVA_MAINNET
short-names: [kava]
chain-id: 0x8ae
grpcId: 1025
- id: Testnet
priority: 10
code: KAVA_TESTNET
short-names: [kava-testnet]
chain-id: 0x8ad
grpcId: 10033

0 comments on commit 8e920f6

Please sign in to comment.