add Dentacoin dapp
This commit is contained in:
parent
e28b1aeea1
commit
15d3d758ad
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -134,5 +134,19 @@
|
|||
{
|
||||
"en": "http://swarm-gateways.net/bzz:/go-bchat.eth/"
|
||||
}
|
||||
},
|
||||
|
||||
"Dentacoin":
|
||||
{
|
||||
"name":
|
||||
{
|
||||
"en": "Dentacoin"
|
||||
},
|
||||
"photo-path": "contacts://dentacoin",
|
||||
"dapp?": true,
|
||||
"dapp-url":
|
||||
{
|
||||
"en": "http://dentacoin.com/testnet/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,4 +27,5 @@
|
|||
:firstblood (js/require "./images/contacts/FirstBlood.png")
|
||||
:gnosis (js/require "./images/contacts/gnosis.png")
|
||||
:melonport (js/require "./images/contacts/melonport.png")
|
||||
:bchat (js/require "./images/contacts/bchat.png")})
|
||||
:bchat (js/require "./images/contacts/bchat.png")
|
||||
:dentacoin (js/require "./images/contacts/Dentacoin.png")})
|
||||
|
|
Loading…
Reference in New Issue