Skip to content

Commit

Permalink
change isEligible state to true
Browse files Browse the repository at this point in the history
  • Loading branch information
UyenNhi committed Jun 11, 2023
1 parent 89d2760 commit 6e894b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/AdmodConsumer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ contract AdmodConsumer is ChainlinkClient, ConfirmedOwner {
transakJobId = "b1d42cd54a3a4200b1f725a68e488999";
fee = (1 * LINK_DIVISIBILITY) / 10; // 0,1 * 10**18 (Varies by network and job)
beneficiary = _beneficiary;
isEligible = false;
isEligible = true;
upkeep = address(0x3931703419Fc456Cd48157497166550493C92448);
}

Expand Down

0 comments on commit 6e894b2

Please sign in to comment.