Add FirstBlood to existing dapps (#728)
This commit is contained in:
parent
a0b20e3c22
commit
351e54129c
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
|
@ -65,7 +65,21 @@
|
|||
"en": "https://mkr.market"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"FirstBlood":
|
||||
{
|
||||
"name":
|
||||
{
|
||||
"en": "FirstBlood"
|
||||
},
|
||||
"photo-path": "contacts://firstblood",
|
||||
"dapp?": true,
|
||||
"dapp-url":
|
||||
{
|
||||
"en": "https://app.firstblood.io"
|
||||
}
|
||||
},
|
||||
|
||||
"oaken-water-meter":
|
||||
{
|
||||
"name":
|
||||
|
|
|
@ -23,4 +23,5 @@
|
|||
:mkr-market (js/require "./images/contacts/mkr-market.png")
|
||||
: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")})
|
||||
:jarrad (js/require "./images/contacts/jarrad.png")
|
||||
:firstblood (js/require "./images/contacts/FirstBlood.png")})
|
||||
|
|
Loading…
Reference in New Issue