
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@imtbl/imx-walletconnect-qrcode-modal
Advanced tools
Immutable QR Code Modal for WalletConnect
Based upon version 1.7.5 of @walletconnect/qrcode-modal
The WalletConnect documentation claims that it's possible to
filter the list of wallets displayed for mobile,
although the original WalletConnect QR code modal only supports this functionality for iOS. In the original Android
implementation, a list of filterable wallets would not be displayed as they are for iOS devices. Instead, a 'Connect'
link would appear with a href that follows the WalletConnect URI standard.
The issue with this approach is that when the link is clicked, the Android OS will prompt the user to open the link with
any wallet installed that supports the WalletConnect URI standard, including wallets that are not StarkEx compatible.
To work around this issue and to improve the UX, we've made the modifications outlined below.
WalletConnect header & unused codeThe bulk of the custom logic can be found in /src/imtbl/.
import ImxQrCodeModel from '@imtbl/imx-walletconnect-qrcode-modal';
import WalletConnectProvider from '@walletconnect/web3-provider';
/**
* Override the default WalletConnect QR code modal
*/
const wcProvider = new WalletConnectProvider({
qrcodeModal: ImxQrCodeModel,
});
FAQs
ImmutableX Customised QR Code Modal for WalletConnect
We found that @imtbl/imx-walletconnect-qrcode-modal demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.