diff --git a/images/contacts/etherplay.png b/images/contacts/etherplay.png new file mode 100644 index 0000000000..144637428a Binary files /dev/null and b/images/contacts/etherplay.png differ diff --git a/resources/default_contacts.json b/resources/default_contacts.json index 8a650dc47b..bada6ae94c 100644 --- a/resources/default_contacts.json +++ b/resources/default_contacts.json @@ -190,5 +190,19 @@ { "en": "https://commiteth.com" } + }, + + "Etherplay": + { + "name": + { + "en": "Etherplay" + }, + "photo-path": "contacts://etherplay", + "dapp?": true, + "dapp-url": + { + "en": "http://test.etherplay.io" + } } } diff --git a/src/status_im/resources.cljs b/src/status_im/resources.cljs index 1220c5421c..bd5e6f395d 100644 --- a/src/status_im/resources.cljs +++ b/src/status_im/resources.cljs @@ -31,4 +31,5 @@ :dentacoin (js/require "./images/contacts/Dentacoin.png") :augur (js/require "./images/contacts/augur.png") :ethlance (js/require "./images/contacts/ethlance.png") - :commiteth (js/require "./images/contacts/commiteth.png")}) + :commiteth (js/require "./images/contacts/commiteth.png") + :etherplay (js/require "./images/contacts/etherplay.png")})