forked from cerc-io/cosmos-explorer
Merge pull request #288 from polkachu/master
add celestia mocha testnet
This commit is contained in:
commit
3f895e88e9
19
src/chains/testnet/celestia.json
Normal file
19
src/chains/testnet/celestia.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"chain_name": "celestia",
|
||||||
|
"coingecko": "",
|
||||||
|
"api": ["https://celestia-testnet-api.polkachu.com"],
|
||||||
|
"rpc": ["https://celestia-testnet-rpc.polkachu.com"],
|
||||||
|
"snapshot_provider": "",
|
||||||
|
"sdk_version": "0.46.0",
|
||||||
|
"coin_type": "118",
|
||||||
|
"min_tx_fee": "800",
|
||||||
|
"addr_prefix": "celestia",
|
||||||
|
"logo": "/logos/celestia.png",
|
||||||
|
"assets": [{
|
||||||
|
"base": "utia",
|
||||||
|
"symbol": "TIA",
|
||||||
|
"exponent": "6",
|
||||||
|
"coingecko_id": "",
|
||||||
|
"logo": "/logos/celestia.png"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user