browser_inject_signer
Inject a minimal EIP-1193 wallet provider into a browser slot to sign transactions without MetaMask, using a private key on a specified chain. Enables Web3 dApp automation across isolated CDP profiles.
Instructions
Inject a minimal EIP-1193 wallet provider. No MetaMask needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slot | No | CDP slot number 0-19 | |
| chain_id | No | Ethereum chain ID (1=mainnet, 137=polygon, etc.) | |
| private_key | Yes | Hex private key (0x...) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |