internet-computer-protocol / evm-rpc-canister

Interact with EVM blockchains from the Internet Computer.
https://internetcomputer.org/docs/current/developer-docs/multi-chain/ethereum/evm-rpc/overview
Apache License 2.0
63 stars 13 forks source link

fix: change case of metric fields in Candid interface #120

Closed rvanasa closed 9 months ago

rvanasa commented 9 months ago

This PR adjusts the fields in the Metrics record to use camelCase instead of snake_case for consistency with the RPC methods and canister install arguments.