diff --git a/src/data/showcase/medusa_wallet_poster.png b/src/data/showcase/medusa_wallet_poster.png new file mode 100644 index 0000000000..dac6fb22ed Binary files /dev/null and b/src/data/showcase/medusa_wallet_poster.png differ diff --git a/src/data/showcases.js b/src/data/showcases.js index b99d0adc20..b972a7b9bf 100644 --- a/src/data/showcases.js +++ b/src/data/showcases.js @@ -1202,6 +1202,15 @@ export const Showcases = [ source: null, tags: ["governance", "analytics"], }, + { + title: "Medusa Wallet", + description: + "A lightweight Cardano wallet focused on privacy and user protection, enabling easy and secure access to funds even in untrusted or compromised environments.", + preview: require("./showcase/medusa_wallet_poster.png"), + website: "https://adawallet.io", + source: null, + tags: ["wallet"], + }, ]; export const TagList = Object.keys(Tags);