Addition of Augur
This commit is contained in:
parent
7f2059070b
commit
d439e66107
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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")})
|
Loading…
Reference in New Issue