Please add Etherplay (testnet) (#942)
* add etherplay * link to test.etherplay.io
This commit is contained in:
parent
0c98cd0aaf
commit
482effacaa
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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")})
|
||||
|
|
Loading…
Reference in New Issue