Skip to content

Commit 4389bc2

Browse files
committed
Remove RPC call for now-unused time-locked tokens
1 parent 130bfc2 commit 4389bc2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

services/supply.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,8 @@ export const Supply = {
9595
18,
9696
);
9797
console.log("Locked Rewards", lockedRewards);
98-
const timeLocked = withDecimals(
99-
(await supplyContract.getTimelocked()).toString(),
100-
18,
101-
);
98+
// There are no longer any time-locked tokens
99+
const timeLocked = withDecimals("0", 18);
102100
console.log("Time locked", timeLocked);
103101

104102
await prisma.api3Supply.create({

0 commit comments

Comments
 (0)