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

feat: add shapeshift mobile wallet #13118

Merged
merged 2 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/wallets/shapeshift.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import PillarImage from "@/public/wallets/pillar.png"
import RabbyWalletImage from "@/public/wallets/rabbywallet.png"
import RainbowImage from "@/public/wallets/rainbow.png"
import SafeImage from "@/public/wallets/safe.png"
import ShapeShiftImage from "@/public/wallets/shapeshift.png"
import TahoImage from "@/public/wallets/taho.png"
import TokenPocketImage from "@/public/wallets/tokenpocket.png"
import TorusImage from "@/public/wallets/torus.png"
Expand Down Expand Up @@ -1843,6 +1844,64 @@ export const walletsData: WalletData[] = [
documentation:
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
},
{
last_updated: "2024-06-07",
name: "ShapeShift Mobile",
image: ShapeShiftImage,
brand_color: "#386FF9",
url: "https://shapeshift.com/",
active_development_team: true,
languages_supported: [
"en",
"es",
"de",
"fr",
"zh",
"ja",
"pt",
"ru",
"tr",
"uk",
],
twitter: "https://twitter.com/shapeshift",
discord: "https://discord.gg/shapeshift",
reddit: "",
telegram: "https://t.me/shapeshiftofficial",
ios: true,
android: true,
linux: false,
windows: false,
macOS: false,
firefox: false,
chromium: false,
hardware: false,
open_source: true,
repo_url: "https://github.com/shapeshift/",
non_custodial: true,
security_audit: [
"https://www.defisafety.com/app/pqrs/108",
"https://hackenproof.com/shape-shift/shapeshift",
],
scam_protection: false,
hardware_support: false,
rpc_importing: false,
nft_support: true,
connect_to_dapps: true,
staking: true,
swaps: true,
multichain: true,
layer_2: true,
gas_fee_customization: true,
ens_support: true,
erc_20_support: false,
buy_crypto: true,
withdraw_crypto: true,
multisig: false,
social_recovery: false,
onboard_documentation: "https://docs.shapeshift.com/",
documentation: "https://docs.shapeshift.com/",
new_to_crypto: true,
},
]

export default walletsData
Loading