decentraland / decentraland-eth

DEPRECATED - Ethereum common helpers for Decentraland
https://decentraland.github.io/decentraland-eth/
Apache License 2.0
15 stars 9 forks source link

fix: rename call and transaction to sendCall and sendTransaction #10

Closed nicosantangelo closed 6 years ago

nicosantangelo commented 6 years ago

When compiling with babel, it transpiles hierarcy as:

var _this = _possibleConstructorReturn(this, (MANAToken.__proto__ || Object.getPrototypeOf(MANAToken)).call(this, address, abi));

which sadly clashes with the call method.