A tiny browser-console script that announces a fake read-only Ethereum wallet provider using EIP-6963.
It lets you test dapps as if you had connected with a specific Ethereum address, without needing the private key. This is useful for testing client-side flows where the app checks things like:
- whether the connected wallet owns an ENS name
- whether the connected wallet matches a profile/account owner
- whether address-gated UI appears correctly
- whether read-only wallet states behave as expected