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: rename `InitArgs` to `InstallArgs` #272

Closed rvanasa closed 1 month ago

rvanasa commented 1 month ago

This PR renames the InitArgs type to InstallArgs for correctness, since it is used for both initialization and upgrades.