Skip to content

Commit 679579d

Browse files
authored
Merge pull request #13118 from firebomb1/feat-add-shapeshift-mobile-wallet
feat: add shapeshift mobile wallet
2 parents 93829a5 + beb671b commit 679579d

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

public/wallets/shapeshift.png

51 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import PillarImage from "@/public/wallets/pillar.png"
2727
import RabbyWalletImage from "@/public/wallets/rabbywallet.png"
2828
import RainbowImage from "@/public/wallets/rainbow.png"
2929
import SafeImage from "@/public/wallets/safe.png"
30+
import ShapeShiftImage from "@/public/wallets/shapeshift.png"
3031
import TahoImage from "@/public/wallets/taho.png"
3132
import TokenPocketImage from "@/public/wallets/tokenpocket.png"
3233
import TorusImage from "@/public/wallets/torus.png"
@@ -1800,6 +1801,64 @@ export const walletsData: WalletData[] = [
18001801
documentation:
18011802
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
18021803
},
1804+
{
1805+
last_updated: "2024-06-07",
1806+
name: "ShapeShift Mobile",
1807+
image: ShapeShiftImage,
1808+
brand_color: "#386FF9",
1809+
url: "https://shapeshift.com/",
1810+
active_development_team: true,
1811+
languages_supported: [
1812+
"en",
1813+
"es",
1814+
"de",
1815+
"fr",
1816+
"zh",
1817+
"ja",
1818+
"pt",
1819+
"ru",
1820+
"tr",
1821+
"uk",
1822+
],
1823+
twitter: "https://twitter.com/shapeshift",
1824+
discord: "https://discord.gg/shapeshift",
1825+
reddit: "",
1826+
telegram: "https://t.me/shapeshiftofficial",
1827+
ios: true,
1828+
android: true,
1829+
linux: false,
1830+
windows: false,
1831+
macOS: false,
1832+
firefox: false,
1833+
chromium: false,
1834+
hardware: false,
1835+
open_source: true,
1836+
repo_url: "https://github.com/shapeshift/",
1837+
non_custodial: true,
1838+
security_audit: [
1839+
"https://www.defisafety.com/app/pqrs/108",
1840+
"https://hackenproof.com/shape-shift/shapeshift",
1841+
],
1842+
scam_protection: false,
1843+
hardware_support: false,
1844+
rpc_importing: false,
1845+
nft_support: true,
1846+
connect_to_dapps: true,
1847+
staking: true,
1848+
swaps: true,
1849+
multichain: true,
1850+
layer_2: true,
1851+
gas_fee_customization: true,
1852+
ens_support: true,
1853+
erc_20_support: false,
1854+
buy_crypto: true,
1855+
withdraw_crypto: true,
1856+
multisig: false,
1857+
social_recovery: false,
1858+
onboard_documentation: "https://docs.shapeshift.com/",
1859+
documentation: "https://docs.shapeshift.com/",
1860+
new_to_crypto: true,
1861+
},
18031862
]
18041863

18051864
export default walletsData

0 commit comments

Comments
 (0)