cosmos-explorer/src/chains/mainnet/sentinel.json
Puneet 8b7d6ff1ca
Update sentinel.json
Slip044 registers sentinel as 811 coin-type, but in the binary, it's 118 itself.
2022-03-29 18:51:36 +05:30

19 lines
506 B
JSON

{
"chain_name": "sentinel",
"api": "https://lcd.sentinel.co",
"rpc": ["https://rpc-sentinel.keplr.app:443", "https://rpc-sentinel.keplr.app:443"],
"snapshot_provider": "",
"sdk_version": "0.42.6",
"coin_type": "118",
"min_tx_fee": "8000",
"addr_prefix": "sent",
"logo": "/logos/sentinel.png",
"assets": [{
"base": "udvpn",
"symbol": "DVPN",
"exponent": "6",
"coingecko_id": "sentinel",
"logo": "/logos/sentinel.png"
}]
}