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

candid: L2 chains (Arbitrum, Base, Optimism) #212

Closed rvanasa closed 5 months ago

rvanasa commented 5 months ago

This PR updates the Candid interface to provide a more convenient way of calling L2 chains (specifically Arbitrum, Base, and Optimism), equivalent to existing support for the Ethereum mainnet and Sepolia testnet.

rvanasa commented 5 months ago

@gregorydemay, do you have an opinion on naming the Arbitrum Candid variant ArbitrumMainnet or ArbitrumOne?

gregorydemay commented 5 months ago

@gregorydemay, do you have an opinion on naming the Arbitrum Candid variant ArbitrumMainnet or ArbitrumOne?

@rvanasa : I would use the same named as specified here, so ArbitrumOne.

rvanasa commented 5 months ago

@gregorydemay, do you have an opinion on naming the Arbitrum Candid variant ArbitrumMainnet or ArbitrumOne?

@rvanasa : I would use the same named as specified here, so ArbitrumOne.

MR: https://gitlab.com/dfinity-lab/public/ic/-/merge_requests/19413