Please add Etherplay (testnet) (#942)

* add etherplay

* link to test.etherplay.io
This commit is contained in:
wighawag 2017-03-29 19:25:15 +05:30 committed by Roman Volosovskyi
parent 0c98cd0aaf
commit 482effacaa
3 changed files with 16 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -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"
}
}
}

View File

@ -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")})