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 d51ace0 + 6ac44f7 commit 4b07347Copy full SHA for 4b07347
src/data/wallets/wallet-data.ts
@@ -1171,7 +1171,7 @@ const walletData: WalletData[] = [
1171
scam_protection: true,
1172
hardware_support: false,
1173
walletconnect: true,
1174
- rpc_importing: false,
+ rpc_importing: true,
1175
nft_support: true,
1176
connect_to_dapps: true,
1177
staking: false,
@@ -1180,7 +1180,7 @@ const walletData: WalletData[] = [
1180
layer_2: true,
1181
gas_fee_customization: true,
1182
ens_support: true,
1183
- erc_20_support: false,
+ erc_20_support: true,
1184
eip_1559_support: true,
1185
buy_crypto: false,
1186
withdraw_crypto: false,
0 commit comments