We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e055b6 commit ada2c5dCopy full SHA for ada2c5d
README.md
@@ -40,6 +40,9 @@ Before you begin, ensure you have the following installed:
40
```env
41
SEPOLIA_RPC_URL=your-sepolia-rpc-url
42
AMOY_RPC_URL=your-amoy-rpc-url
43
+ CHAINLINK_VRF_SEPOLIA_SUBSCRIPTION_ID=your-sepolia-chainlink-vrf-subid
44
+ CHAINLINK_VRF_AMOY_SUBSCRIPTION_ID=your-amoy-chainlink-vrf-subid
45
+ ACCOUNT=your-account-address-used-to-create-subids
46
```
47
4. Compile Contracts:
48
```bash
0 commit comments