@@ -27,6 +27,7 @@ import PillarImage from "@/public/wallets/pillar.png"
27
27
import RabbyWalletImage from "@/public/wallets/rabbywallet.png"
28
28
import RainbowImage from "@/public/wallets/rainbow.png"
29
29
import SafeImage from "@/public/wallets/safe.png"
30
+ import ShapeShiftImage from "@/public/wallets/shapeshift.png"
30
31
import TahoImage from "@/public/wallets/taho.png"
31
32
import TokenPocketImage from "@/public/wallets/tokenpocket.png"
32
33
import TorusImage from "@/public/wallets/torus.png"
@@ -1800,6 +1801,64 @@ export const walletsData: WalletData[] = [
1800
1801
documentation :
1801
1802
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem" ,
1802
1803
} ,
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
+ } ,
1803
1862
]
1804
1863
1805
1864
export default walletsData
0 commit comments