mockthereum
mockthereum copied to clipboard
Powerful friendly Ethereum mock node & proxy
Viem.sh adds a new param called `id` into body, but mock does not catch it. https://github.com/httptoolkit/mockthereum/blob/7305bf991705b54421e66c3e4de94adbd8c3a02e/src/jsonrpc.ts#L12 Is there a way to extend this rules? ![Screenshot 2023-09-06 at 6 08 32...
Many RPC endpoints require path, both public like `https://arb1.arbitrum.io/rpc` and private to include API key `arb-mainnet.g.alchemy.com/v2/your-key-here`. ```js getLocal({ unmatchedRequests: { proxyTo: 'https://arb1.arbitrum.io/rpc' } }) ``` This fails. Is there a...