get_rpc_proxy_url
Get the EVM RPC proxy URL for a specific wallet and chain to use with Forge, Hardhat, ethers.js, or viem.
Instructions
Get the EVM RPC proxy URL for a wallet and chain. Use this URL as --rpc-url for Forge, Hardhat, ethers.js, or viem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_id | Yes | Wallet ID (UUID) | |
| chain_id | Yes | EVM chain ID (e.g. 1 for Ethereum mainnet, 137 for Polygon) |