Addition of Augur

This commit is contained in:
tomkysar 2017-03-07 15:25:21 +00:00 committed by Roman Volosovskyi
parent 7f2059070b
commit d439e66107
3 changed files with 16 additions and 1 deletions

BIN
images/contacts/augur.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -148,5 +148,19 @@
{
"en": "http://dentacoin.com/testnet/"
}
},
"Augur":
{
"name":
{
"en": "Augur"
},
"photo-path": "contacts://augur",
"dapp?": true,
"dapp-url":
{
"en": "https://app.augur.net"
}
}
}

View File

@ -28,4 +28,5 @@
:gnosis (js/require "./images/contacts/gnosis.png")
:melonport (js/require "./images/contacts/melonport.png")
:bchat (js/require "./images/contacts/bchat.png")
:dentacoin (js/require "./images/contacts/Dentacoin.png")})
:dentacoin (js/require "./images/contacts/Dentacoin.png")
:augur (js/require "./images/contacts/augur.png")})