Add Gnosis dapp to default contacts list #748
This commit is contained in:
parent
06c8498568
commit
016e9b31d1
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
|
@ -65,7 +65,7 @@
|
|||
"en": "https://mkr.market"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"FirstBlood":
|
||||
{
|
||||
"name":
|
||||
|
@ -79,7 +79,7 @@
|
|||
"en": "https://app.firstblood.io"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"oaken-water-meter":
|
||||
{
|
||||
"name":
|
||||
|
@ -92,5 +92,19 @@
|
|||
{
|
||||
"en": "http://waterflowdapp.projectoaken.com"
|
||||
}
|
||||
},
|
||||
|
||||
"gnosis":
|
||||
{
|
||||
"name":
|
||||
{
|
||||
"en": "Gnosis"
|
||||
},
|
||||
"photo-path": "contacts://gnosis",
|
||||
"dapp?": true,
|
||||
"dapp-url":
|
||||
{
|
||||
"en": "https://beta.gnosis.pm"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,4 +24,5 @@
|
|||
:oaken-water-meter (js/require "./images/contacts/oaken-water-meter.png")
|
||||
:flight-delays-suck (js/require "./images/contacts/flight-delays-suck.png")
|
||||
:jarrad (js/require "./images/contacts/jarrad.png")
|
||||
:firstblood (js/require "./images/contacts/FirstBlood.png")})
|
||||
:firstblood (js/require "./images/contacts/FirstBlood.png")
|
||||
:gnosis (js/require "./images/contacts/gnosis.png")})
|
||||
|
|
Loading…
Reference in New Issue