vacp2p / rln-contract

RLN contract
Apache License 2.0
13 stars 6 forks source link

chore: remove API and private keys from .env file #23

Closed 0x-r4bbit closed 1 year ago

0x-r4bbit commented 1 year ago

Few things:

  1. I don't think we want to expose any etherscan API keys we use. We also don't want to expose any private keys.
  2. Not sure where this private key comes from, likely a ganache/anvil generated account, but nonetheless, I think the .env.example file is meant to be copied to .env and then changes are done there.
rymnc commented 1 year ago

oh, we don't actually use these env vars, they're boilerplate

0x-r4bbit commented 1 year ago

Ah! Then ignore my comments :)