Skip to content

Commit 233a906

Browse files
committed
feat: add shapeshift mobile wallet
1 parent dbc5f2f commit 233a906

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
@@ -28,6 +28,7 @@ import PillarImage from "@/public/wallets/pillar.png"
2828
import RabbyWalletImage from "@/public/wallets/rabbywallet.png"
2929
import RainbowImage from "@/public/wallets/rainbow.png"
3030
import SafeImage from "@/public/wallets/safe.png"
31+
import ShapeShiftImage from "@/public/wallets/shapeshift.png"
3132
import TahoImage from "@/public/wallets/taho.png"
3233
import TokenPocketImage from "@/public/wallets/tokenpocket.png"
3334
import TorusImage from "@/public/wallets/torus.png"
@@ -1843,6 +1844,64 @@ export const walletsData: WalletData[] = [
18431844
documentation:
18441845
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
18451846
},
1847+
{
1848+
last_updated: "2024-06-07",
1849+
name: "ShapeShift Mobile",
1850+
image: ShapeShiftImage,
1851+
brand_color: "#386FF9",
1852+
url: "https://shapeshift.com/",
1853+
active_development_team: true,
1854+
languages_supported: [
1855+
"en",
1856+
"es",
1857+
"de",
1858+
"fr",
1859+
"zh",
1860+
"ja",
1861+
"pt",
1862+
"ru",
1863+
"tr",
1864+
"uk",
1865+
],
1866+
twitter: "https://twitter.com/shapeshift",
1867+
discord: "https://discord.gg/shapeshift",
1868+
reddit: "",
1869+
telegram: "https://t.me/shapeshiftofficial",
1870+
ios: true,
1871+
android: true,
1872+
linux: false,
1873+
windows: false,
1874+
macOS: false,
1875+
firefox: false,
1876+
chromium: false,
1877+
hardware: false,
1878+
open_source: true,
1879+
repo_url: "https://github.com/shapeshift/",
1880+
non_custodial: true,
1881+
security_audit: [
1882+
"Audit by DeFiSafety: https://www.defisafety.com/app/pqrs/108",
1883+
"Responsible Disclosure Program: https://hackenproof.com/shape-shift/shapeshift",
1884+
],
1885+
scam_protection: false,
1886+
hardware_support: false,
1887+
rpc_importing: false,
1888+
nft_support: true,
1889+
connect_to_dapps: true,
1890+
staking: true,
1891+
swaps: true,
1892+
multichain: true,
1893+
layer_2: true,
1894+
gas_fee_customization: true,
1895+
ens_support: true,
1896+
erc_20_support: false,
1897+
buy_crypto: true,
1898+
withdraw_crypto: true,
1899+
multisig: false,
1900+
social_recovery: false,
1901+
onboard_documentation: "https://docs.shapeshift.com/",
1902+
documentation: "https://docs.shapeshift.com/",
1903+
new_to_crypto: true,
1904+
},
18461905
]
18471906

18481907
export default walletsData

0 commit comments

Comments
 (0)