hexeight / wasabi

A tiny deployment tool for Smart Contracts on Ethereum
MIT License
2 stars 1 forks source link

Avoid injecting global variables #7

Closed omkarkhair closed 7 years ago

omkarkhair commented 7 years ago

Creating global variables in JS scope isn't such a great idea after all. Contract names can collide with some commonly used JS libraries and create conflicts.

Possible solution would be to populate all contract ABIs under the wasabi namespace.