Skip to content

Commit

Permalink
added comment for sub_id
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed Mar 14, 2022
1 parent a8c08a6 commit c189d81
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions brownie-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
dependencies:
- smartcontractkit/[email protected]
- OpenZeppelin/[email protected]
- smartcontractkit/[email protected]
- OpenZeppelin/[email protected]
compiler:
solc:
remappings:
- "@chainlink=smartcontractkit/[email protected]"
- "@openzeppelin=OpenZeppelin/[email protected]"
solc:
remappings:
- "@chainlink=smartcontractkit/[email protected]"
- "@openzeppelin=OpenZeppelin/[email protected]"
# automatically fetch contract sources from Etherscan
autofetch_sources: True
# Uncomment to use the .env file
Expand Down Expand Up @@ -55,7 +55,8 @@ networks:
keyhash: "0x2ed0feb3e7fd2022120aa84fab1945545a9f2ffc9076fd6156fa96eaff4c1311"
link_token: "0x01be23585060835e02b77ef475b0cc51aa1e0709"
oracle: "0xc57b33452b4f7bb189bb5afae9cc4aba1f7a4fd8"
subscription_id: 1003
# Add your sub_id
# subscription_id: 1003
verify: false
vrf_coordinator: "0x6168499c0cFfCaCD319c818142124B7A15E857ab"
reports:
Expand Down

0 comments on commit c189d81

Please sign in to comment.