Added EasyTrade to DApps
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
10a0ab1df2
commit
2bf6fc854c
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
|
@ -12,6 +12,7 @@
|
|||
:commiteth (js/require "./resources/images/contacts/commiteth.png")
|
||||
:etherplay (js/require "./resources/images/contacts/etherplay.png")
|
||||
:ethcro (js/require "./resources/images/contacts/ethcro.png")
|
||||
:easytrade (js/require "./resources/images/contacts/easytrade.png")
|
||||
|
||||
:name-bazaar (js/require "./resources/images/contacts/name-bazaar.png")
|
||||
:cryptopunks (js/require "./resources/images/contacts/cryptopunks.png")
|
||||
|
|
|
@ -37,7 +37,11 @@
|
|||
{:name "DDEX"
|
||||
:dapp-url "https://ddex.io/"
|
||||
:photo-path "contacts://ddex"
|
||||
:description "Instant, real-time order matching with secure on-chain settlement"}]}
|
||||
:description "Instant, real-time order matching with secure on-chain settlement"}
|
||||
{:name "EasyTrade"
|
||||
:dapp-url "https://easytrade.io"
|
||||
:photo-path "contacts://easytrade"
|
||||
:description "One exchange for every token"}]}
|
||||
{:title "Marketplaces"
|
||||
:data [{:name "CryptoCribs"
|
||||
:dapp-url "https://cryptocribs.com"
|
||||
|
|
Loading…
Reference in New Issue