Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add one file per wallet #666

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Binary file added v2/src/partners/wallets/Cryptocom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions v2/src/partners/wallets/cryptocom.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import CryptocomLogo from "./Cryptocom.png"

const Cryptocom = () => ({
link: "https://crypto.com/",
alt: "Crypto.com",
img: CryptocomLogo,
android: true,
ios: true,
})

export default Cryptocom