Skip to content

Commit

Permalink
fix calls in global scope
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi authored Jul 3, 2024
1 parent 07cb8f8 commit d5f7c53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protocols/balancer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ const balancer: Protocol = {
1696118400,
total * 0.225,
),
Ecosystem: balanceSection(
Ecosystem: ()=>balanceSection(
"0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
1618272000,
),
"Balancer Labs Fundraising Fund": balanceSection(
"Balancer Labs Fundraising Fund": ()=>balanceSection(
"0xB129F73f1AFd3A49C701241F374dB17AE63B20Eb",
1604192400,
),
"Balancer Labs Contributors Incentives Program": balanceSection(
"Balancer Labs Contributors Incentives Program": ()=>balanceSection(
"0xCDcEBF1f28678eb4A1478403BA7f34C94F7dDBc5",
1592870400,
),
Expand Down

0 comments on commit d5f7c53

Please sign in to comment.