6efa380a98
* fix: added the metadata base * tidy: refactor the config structure * fix: fixed the denom and fetching shenanigans * fix: get rid of injective * fix: removed logs * tidy: updated dependencies * fix: replaced static fallbacks with networkConfig.asset.base * fix: remove memo * tidy: added TODO comment * fix: fixed the accountDetails * fix: fixed the wallet connector suffix
20 lines
373 B
JSON
20 lines
373 B
JSON
{
|
|
"name": "Mars V2",
|
|
"short_name": "MarsV2",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
}
|