[ISSUE #4197] Added airswap.io to DApps
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
94becb5094
commit
baa9b2ac02
|
@ -28,7 +28,8 @@
|
||||||
"opensea",
|
"opensea",
|
||||||
"decentraland",
|
"decentraland",
|
||||||
"cryptocribs",
|
"cryptocribs",
|
||||||
"cryptofighters"
|
"cryptofighters",
|
||||||
|
"airswap"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"state-of-dapps":
|
"state-of-dapps":
|
||||||
|
|
|
@ -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 |
|
@ -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")})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue