add crescent
This commit is contained in:
parent
489fbd1df1
commit
e534b51187
18
src/chains/mainnet/crescent.json
Normal file
18
src/chains/mainnet/crescent.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"chain_name": "crescent",
|
||||
"api": "https://crescent-api.polkachu.com",
|
||||
"rpc": [""],
|
||||
"snapshot_provider": "",
|
||||
"sdk_version": "0.44.5",
|
||||
"coin_type": "118",
|
||||
"min_tx_fee": "5000",
|
||||
"addr_prefix": "cre",
|
||||
"logo": "/logos/cre.png",
|
||||
"assets": [{
|
||||
"base": "ucre",
|
||||
"symbol": "CRE",
|
||||
"exponent": "6",
|
||||
"coingecko_id": "",
|
||||
"logo": "/logos/cre.png"
|
||||
}]
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"chain_name": "osmosis",
|
||||
"coingecko": "osmosis",
|
||||
"api": ["https://osmo.api.ping.pub", "https://lcd-osmosis.blockapsis.com"],
|
||||
"api": ["https://osmosis-api.polkachu.com", "https://osmo.api.ping.pub", "https://lcd-osmosis.blockapsis.com"],
|
||||
"rpc": ["https://osmosis.validator.network:443", "https://rpc-osmosis.blockapsis.com:443"],
|
||||
"snapshot_provider": "",
|
||||
"sdk_version": "0.44.5",
|
||||
|
Loading…
Reference in New Issue
Block a user