Skip to content

Commit

Permalink
cleanup: remove unused conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
bayram98 committed Jun 23, 2023
1 parent 05c77db commit de779e4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deploy/0-VRFConsumer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {

console.log('0-VRFConsumer.ts')

if (network.name == 'localhost') {
console.log('Skipping')
return
}

await deploy('VRFConsumer', {
args: [coordinatorAddress],
from: deployer,
Expand Down

0 comments on commit de779e4

Please sign in to comment.