bosonprotocol / contracts

[DEPRECATED] Boson Protocol v1
GNU Lesser General Public License v3.0
69 stars 17 forks source link

Modify hardhat config network url #324

Closed hswopeams closed 2 years ago

hswopeams commented 2 years ago

to be read from .env file

Previously, the Infura url was hardcoded in the hardhat config file and only the API key was read from the .env file. This change makes it possible to use any node URL without being limited to Infura.