GPT-5 finding
On-chain addresses lack explicit chain/network metadata
lowapi-contractmedium
- memory/goals.json:37-39
Addresses are provided without chainId/network context. If consumers default to a different network or RPC, the same address text could refer to unrelated contracts/accounts, causing misreads or misdirected interactions.
Recommendation
Add explicit network metadata (e.g., chainId, network name) and, if applicable, token decimals. Optionally enforce EIP-55 checksum validation on addresses in a schema or loader.