0xProject / 0x-launch-kit-frontend

Apache License 2.0
112 stars 207 forks source link

Don't prompt Connect MetaMask when env var is not set #490

Closed unjapones closed 5 years ago

unjapones commented 5 years ago

Closes #419 .

What was happening: the default behavior, when the .env file lacked the the corresponding variable, was to always show the Connect MM modal (this was something desired at the beginning).

After some discussion, went ahead and removed the env var that controls the behavior of the "Connect MetaMask modal": now it will show only once, and that's all.