PizzaDAO / pizza-smartcontract

Repository for Rare Pizzas smart contracts
GNU General Public License v3.0
17 stars 4 forks source link

Add function to withdraw LINK #57

Closed kPatch closed 3 years ago

kPatch commented 3 years ago

Overview

LINK will be deposited to the contract to fund VRF. A function to withdraw the LINK when necessary should be defined, to be used once pizzas have been issued.

https://github.com/PizzaDAO/pizza-smartcontract/blob/featurn/chainlinkVRFPOC/contracts/token/RandomConsumer.sol

johhonn commented 3 years ago

This has been implemented

CryptoSpaces commented 3 years ago

@johhonn Where though? Could you create a PR?