add bchat default contact

This commit is contained in:
Jarrad Hope 2017-02-21 14:25:00 +01:00 committed by Roman Volosovskyi
parent 89eb890d94
commit 37932bce74
3 changed files with 16 additions and 1 deletions

BIN
images/contacts/bchat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -120,5 +120,19 @@
{
"en": "https://portal.melonport.com/"
}
},
"bchat":
{
"name":
{
"en": "bchat"
},
"photo-path": "contacts://bchat",
"dapp?": true,
"dapp-url":
{
"en": "http://swarm-gateways.net/bzz:/go-bchat.eth/"
}
}
}

View File

@ -26,4 +26,5 @@
:jarrad (js/require "./images/contacts/jarrad.png")
:firstblood (js/require "./images/contacts/FirstBlood.png")
:gnosis (js/require "./images/contacts/gnosis.png")
:melonport (js/require "./images/contacts/melonport.png")})
:melonport (js/require "./images/contacts/melonport.png")
:bchat (js/require "./images/contacts/bchat.png")})