Zilliqa / hardhat-scilla-plugin

MIT License
3 stars 0 forks source link

Ethers connect #35

Closed sal-zilliqa closed 1 year ago

sal-zilliqa commented 1 year ago

Added ethers style connect.

Now can do contract.connect(account).transition().

Expects an account to be passed and not an account index.

Does not yet support chaining multiple transitions.