Skip to content

Commit 4b07347

Browse files
authored
Merge pull request #9797 from Dadybayo/dev
Enable "RPC Importing" and "Token Importing"
2 parents d51ace0 + 6ac44f7 commit 4b07347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ const walletData: WalletData[] = [
11711171
scam_protection: true,
11721172
hardware_support: false,
11731173
walletconnect: true,
1174-
rpc_importing: false,
1174+
rpc_importing: true,
11751175
nft_support: true,
11761176
connect_to_dapps: true,
11771177
staking: false,
@@ -1180,7 +1180,7 @@ const walletData: WalletData[] = [
11801180
layer_2: true,
11811181
gas_fee_customization: true,
11821182
ens_support: true,
1183-
erc_20_support: false,
1183+
erc_20_support: true,
11841184
eip_1559_support: true,
11851185
buy_crypto: false,
11861186
withdraw_crypto: false,

0 commit comments

Comments
 (0)