forked from cerc-io/cosmos-explorer
Merge pull request #312 from effofxprime/master
Chain Add - MARS Protocol
This commit is contained in:
commit
d10d394739
BIN
public/logos/mars.jpg
Normal file
BIN
public/logos/mars.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
BIN
public/logos/mars.png
Normal file
BIN
public/logos/mars.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 257 KiB |
29
src/chains/mainnet/mars.json
Normal file
29
src/chains/mainnet/mars.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"chain_name": "mars",
|
||||
"coingecko": "",
|
||||
"api": [
|
||||
"https://rest.marsprotocol.io",
|
||||
"https://mars-api.polkachu.com",
|
||||
"https://rest.cosmos.directory/mars"
|
||||
],
|
||||
"rpc": [
|
||||
"https://rpc.marsprotocol.io",
|
||||
"https://mars-rpc.polkachu.com",
|
||||
"https://rpc.marsprotocol.io",
|
||||
"https://rpc.cosmos.directory/mars"
|
||||
],
|
||||
"snapshot_provider": "",
|
||||
"coin_type": "118",
|
||||
"sdk_version": "0.46.8",
|
||||
"addr_prefix": "mars",
|
||||
"logo": "/logos/mars.png",
|
||||
"assets": [
|
||||
{
|
||||
"base": "umars",
|
||||
"symbol": "MARS",
|
||||
"exponent": "6",
|
||||
"coingecko_id": "",
|
||||
"logo": "/logos/mars.png"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user