@@ -28,6 +28,7 @@ import PillarImage from "@/public/wallets/pillar.png"
28
28
import RabbyWalletImage from "@/public/wallets/rabbywallet.png"
29
29
import RainbowImage from "@/public/wallets/rainbow.png"
30
30
import SafeImage from "@/public/wallets/safe.png"
31
+ import ShapeShiftImage from "@/public/wallets/shapeshift.png"
31
32
import TahoImage from "@/public/wallets/taho.png"
32
33
import TokenPocketImage from "@/public/wallets/tokenpocket.png"
33
34
import TorusImage from "@/public/wallets/torus.png"
@@ -1843,6 +1844,64 @@ export const walletsData: WalletData[] = [
1843
1844
documentation :
1844
1845
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem" ,
1845
1846
} ,
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
+ } ,
1846
1905
]
1847
1906
1848
1907
export default walletsData
0 commit comments