File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1124,9 +1124,9 @@ const walletData: WalletData[] = [
11241124 security_audit : [ "" ] ,
11251125 scam_protection : true ,
11261126 hardware_support : false ,
1127- walletconnect : false ,
1127+ walletconnect : true ,
11281128 rpc_importing : false ,
1129- nft_support : false ,
1129+ nft_support : true ,
11301130 connect_to_dapps : true ,
11311131 staking : true ,
11321132 swaps : true ,
@@ -1223,7 +1223,7 @@ const walletData: WalletData[] = [
12231223 staking : true ,
12241224 swaps : true ,
12251225 multichain : false ,
1226- layer_2 : false ,
1226+ layer_2 : true ,
12271227 gas_fee_customization : true ,
12281228 ens_support : true ,
12291229 erc_20_support : true ,
@@ -2571,7 +2571,7 @@ const walletData: WalletData[] = [
25712571 multisig : false ,
25722572 social_recovery : false ,
25732573 onboard_documentation : "https://shapeshift.zendesk.com/hc/en-us/" ,
2574- documentation :"https://docs.shapeshift.com/" ,
2574+ documentation : "https://docs.shapeshift.com/" ,
25752575 } ,
25762576]
25772577
You can’t perform that action at this time.
0 commit comments