Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Feb 8, 2021
2 parents 839162f + 57c247a commit 158a8d4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
Binary file added src/assets/dapps/dappradar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/wallets/aktionariat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/wallets/keyringpro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/constants/dapps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,12 @@ const DAPPS: IProject[] = [
url: "https://streamr.network/",
style: { cropCircle: true },
},
{
name: "DappRadar",
icon: require("../assets/dapps/dappradar.png"),
url: "https://dappradar.com/hub/wallet",
style: { cropCircle: true },
},
];

export default DAPPS;
14 changes: 13 additions & 1 deletion src/constants/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const WALLETS: IProject[] = [
{
name: "Metamask",
icon: require("../assets/wallets/metamask.png"),
url: "https://mobile.metamask.io/",
url: "https://metamask.io/",
style: {},
},
{
Expand Down Expand Up @@ -331,6 +331,18 @@ const WALLETS: IProject[] = [
url: "https://www.ellipal.com/",
style: {},
},
{
name: "KEYRING PRO",
icon: require("../assets/wallets/keyringpro.png"),
url: "https://keyring.app/",
style: {},
},
{
name: "Aktionariat",
icon: require("../assets/wallets/aktionariat.png"),
url: "https://aktionariat.com/",
style: { cropCircle: true },
}
];

export default WALLETS;

0 comments on commit 158a8d4

Please sign in to comment.