Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
add kava
Browse files Browse the repository at this point in the history
  • Loading branch information
shaolin-flow committed Feb 1, 2024
1 parent 58fec28 commit 705f446
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
42 changes: 42 additions & 0 deletions mainnet/kava/kava.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"chainId": "kava_2222-10",
"chainName": "Kava",
"rpc": "",
"rest": "",
"explorerUrl": "https://kavascan.com/",
"exploreTxUrl": "https://kavascan.com/tx/",
"bech32Prefix": "kava",
"currencies": [
{
"displayDenom": "USDT",
"baseDenom": "usdt",
"decimals": 6,
"logo": "/logos/tether-usdt-logo.svg",
"type": "main"
},
{
"displayDenom": "KAVA",
"baseDenom": "ukava",
"decimals": 18,
"logo": "/logos/kava-logo.svg",
"type": "main"
}
],
"coinType": 118,
"validatorsLogosStorageDir": "",
"faucetUrl": "",
"ibc": {
"timeout": 172800000,
"hubChannel": "",
"channel": ""
},
"gasPriceSteps": {
"low_gas_price": 0.05,
"average_gas_price": 0.1,
"high_gas_price": 0.25
},
"logo": "/logos/kava-logo.svg",
"type": "Regular",
"analytics": false,
"website": "https://www.kava.io/"
}
1 change: 1 addition & 0 deletions mainnet/kava/logos/kava-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mainnet/kava/logos/tether-usdt-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 705f446

Please sign in to comment.