lambdaclass / ethereum_war_game_tooling

We are slow while using the UI/UX of crypto wallets so we created our CLI version
MIT License
5 stars 2 forks source link

Let user deploy two different contracts correctly #70

Open ronibarylko opened 2 years ago

ronibarylko commented 2 years ago

Today, when a user deploy a contract with an abi_path, and then deploy a new contract without it, the method EthClient.Context.contract returns a map of functions related with the first contract deployed (the one who has an ABI). We have to fix it to be consistent with actual contract functions