Fix SONM icon filename in manifest.json
The filename for the SONM coin is `sonm.svg` but the key value pair in manifest was "snm": "smn",
This commit is contained in:
parent
d31bf7c3af
commit
a6795c577f
|
@ -206,7 +206,7 @@
|
|||
"sky": "sky",
|
||||
"smart": "smart",
|
||||
"sngls": "sngls",
|
||||
"snm": "smn",
|
||||
"snm": "sonm",
|
||||
"snt": "snt",
|
||||
"sphtx": "sphtx",
|
||||
"srn": "srn",
|
||||
|
|
Loading…
Reference in New Issue