[ISSUE #4197] Added airswap.io to DApps

Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
Julien Eluard 2018-05-11 10:49:35 +02:00
parent 94becb5094
commit baa9b2ac02
No known key found for this signature in database
GPG Key ID: 6FD7DB5437FCBEF6
4 changed files with 17 additions and 1 deletions

View File

@ -28,7 +28,8 @@
"opensea", "opensea",
"decentraland", "decentraland",
"cryptocribs", "cryptocribs",
"cryptofighters" "cryptofighters",
"airswap"
] ]
}, },
"state-of-dapps": "state-of-dapps":

View File

@ -93,6 +93,20 @@
}, },
"description": "Collect and breed adorable digital cats." "description": "Collect and breed adorable digital cats."
}, },
"airswap":
{
"name":
{
"en": "AirSwap"
},
"photo-path": "contacts://airswap",
"dapp?": true,
"dapp-url":
{
"en": "https://www.airswap.io/trade"
},
"description": "Meet the future of trading."
},
"cryptopunks": { "cryptopunks": {
"name" : {"en" : "CryptoPunks"}, "name" : {"en" : "CryptoPunks"},

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -32,6 +32,7 @@
:decentraland (js/require "./resources/images/contacts/decentraland.png") :decentraland (js/require "./resources/images/contacts/decentraland.png")
:cryptocribs (js/require "./resources/images/contacts/cryptocribs.png") :cryptocribs (js/require "./resources/images/contacts/cryptocribs.png")
:cryptofighters (js/require "./resources/images/contacts/cryptofighters.png") :cryptofighters (js/require "./resources/images/contacts/cryptofighters.png")
:airswap (js/require "./resources/images/contacts/airswap.png")
:console (js/require "./resources/images/contacts/console.png")}) :console (js/require "./resources/images/contacts/console.png")})