Update sentinel.json

Slip044 registers sentinel as 811 coin-type, but in the binary, it's 118 itself.
This commit is contained in:
Puneet 2022-03-29 18:51:36 +05:30 committed by GitHub
parent b662c2b837
commit 8b7d6ff1ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"rpc": ["https://rpc-sentinel.keplr.app:443", "https://rpc-sentinel.keplr.app:443"],
"snapshot_provider": "",
"sdk_version": "0.42.6",
"coin_type": "750",
"coin_type": "118",
"min_tx_fee": "8000",
"addr_prefix": "sent",
"logo": "/logos/sentinel.png",
@ -15,4 +15,4 @@
"coingecko_id": "sentinel",
"logo": "/logos/sentinel.png"
}]
}
}