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

feat: set up production canister #163

Closed rvanasa closed 8 months ago

rvanasa commented 8 months ago

Adds a production canister deployed on the fiduciary subnet with DFINITY-managed API keys.

In addition, this PR does a significant refactor of the Motoko E2E tests to allow testing backwards compatibility on mainnet. I also included some CI changes such as running the example dfx commands as part of the e2e workflow.