Skip to content

Commit

Permalink
fix auto queries
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi authored Jul 26, 2023
1 parent d634e0b commit 7084def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/chainlink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const address = "0x514910771AF9Ca656af840dff83E8264EcF986CA";
const chainlink: Protocol = {
"Node Operators": manualCliff(start, qty * 0.35),
"Public Token Sale": manualCliff(start, qty * 0.35),
Company: balance(
Company: ()=>balance(
[
"0x5A8e77bC30948cc9A51aE4E042d96e145648BB4C",
"0xe0b66bFc7344a80152BfeC954942E2926A6FcA80",
Expand Down

0 comments on commit 7084def

Please sign in to comment.