Skip to content

Commit

Permalink
Merge pull request #13118 from firebomb1/feat-add-shapeshift-mobile-w…
Browse files Browse the repository at this point in the history
…allet

feat: add shapeshift mobile wallet
  • Loading branch information
wackerow authored Jun 7, 2024
2 parents 93829a5 + beb671b commit 679579d
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
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 @@ -27,6 +27,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 @@ -1800,6 +1801,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

0 comments on commit 679579d

Please sign in to comment.