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

Adjust Motoko E2E testing workflow to include providers with API keys #264

Open rvanasa opened 1 month ago

rvanasa commented 1 month ago

Context (PR code review thread).

As part of the recent changes to the EVM RPC canister, we want to rework the Motoko E2E tests to cover RPC providers which require an API key without including the test keys in the codebase. This is primarily intended for testing on the ICP mainnet, although we would also like to make this available locally and through CI if possible.

Another closely related goal is to provide a convenient workflow for developers to add their own API keys for local development.