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

test: add L2 chains to Motoko E2E tests #176

Closed rvanasa closed 8 months ago

rvanasa commented 8 months ago

Testing for custom EVM chains in the Candid-RPC methods, focusing specifically on L2 chains for the time being (which are the most likely to conform to the Ethereum JSON-RPC spec).

Follow-up for #158.