smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.21k stars 491 forks source link

Add subscription ID to network config #89

Closed PatrickAlphaC closed 1 year ago

PatrickAlphaC commented 2 years ago

Since VRF Subscription will be different chain to chain, it shouldn't be an environment variable, instead, in the config.

PatrickAlphaC commented 2 years ago

We could also automate subscription creation if we wanted as well.