diff --git a/examples/eth-pm-wallet-encryption/README.md b/examples/eth-pm-wallet-encryption/README.md
index bc48722f33..be86eb5271 100644
--- a/examples/eth-pm-wallet-encryption/README.md
+++ b/examples/eth-pm-wallet-encryption/README.md
@@ -5,7 +5,7 @@
- Private Messaging
- React/TypeScript
- Waku Light Push
-- Signature with Web3
+- Signature with Web3 using [EIP-712 v4: `eth_signTypedData_v4`](https://eips.ethereum.org/EIPS/eip-712)
- Asymmetric Encryption
- Usage of [`eth_decrypt`](https://docs.metamask.io/guide/rpc-api.html#eth-decrypt) Wallet API
diff --git a/examples/eth-pm-wallet-encryption/src/App.tsx b/examples/eth-pm-wallet-encryption/src/App.tsx
index 27e45cf000..fc431e4f2d 100644
--- a/examples/eth-pm-wallet-encryption/src/App.tsx
+++ b/examples/eth-pm-wallet-encryption/src/App.tsx
@@ -193,6 +193,7 @@ function App() {
address={address}
encryptionPublicKey={encPublicKey}
waku={waku}
+ providerRequest={provider?.provider?.request}
/>