xf00f / web3x

Ethereum TypeScript Client Library - for perfect types and tiny builds.
211 stars 27 forks source link

Ensure Contract.link replaces all instance references, not just one. #43

Closed SirensOfTitan closed 5 years ago

SirensOfTitan commented 5 years ago

Essentially if I use a contract that needs linked more than once inside a contract the current code won't replace all of the instances. This fixes that.