Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalbit committed Apr 26, 2024
1 parent d093aca commit 9e15129
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions web/src/pages/claim-flt-page/helpers.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
export const TOKENS = {
"1": "0x6081d7F04a8c31e929f25152d4ad37c83638C62b",
"31337": "0x5fbdb2315678afecb367f032d93f642f64180aa3",
"11155111": "0x35a0a84E0DDA0587794E1FB19543C65926040E03",
"43113": "0x44f9a4d2441efBf23646928CB6F27219f2b79A1a",
};

export function formatSeconds(seconds) {
// Calculate days, hours, minutes, and remaining seconds
const days = Math.floor(seconds / 86400);
Expand Down

0 comments on commit 9e15129

Please sign in to comment.