We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eee4722 + 1dd9877 commit d7496e5Copy full SHA for d7496e5
src/data/wallets/wallet-data.ts
@@ -1124,9 +1124,9 @@ const walletData: WalletData[] = [
1124
security_audit: [""],
1125
scam_protection: true,
1126
hardware_support: false,
1127
- walletconnect: false,
+ walletconnect: true,
1128
rpc_importing: false,
1129
- nft_support: false,
+ nft_support: true,
1130
connect_to_dapps: true,
1131
staking: true,
1132
swaps: true,
@@ -1223,7 +1223,7 @@ const walletData: WalletData[] = [
1223
1224
1225
multichain: false,
1226
- layer_2: false,
+ layer_2: true,
1227
gas_fee_customization: true,
1228
ens_support: true,
1229
erc_20_support: true,
0 commit comments