add bchat default contact
This commit is contained in:
parent
89eb890d94
commit
37932bce74
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
|
@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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")})
|
||||
|
|
Loading…
Reference in New Issue