From 41cb11722dd4c741ee88ae99a0c62f6dfb78a1cb Mon Sep 17 00:00:00 2001 From: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:44:59 +0100 Subject: [PATCH] remove hallmark --- projects/genesis-lrt/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/genesis-lrt/index.js b/projects/genesis-lrt/index.js index 03e3c61ea521..b7ab940d5b2f 100644 --- a/projects/genesis-lrt/index.js +++ b/projects/genesis-lrt/index.js @@ -7,8 +7,7 @@ async function tvl(api) { module.exports = { hallmarks: [ - [1714953600, "Genesis Merges with InceptionLRT"], - [1734530420, "Amphor Labs Merges with InceptionLRT"] + [1714953600, "Genesis Merges with InceptionLRT"] ], doublecounted: true, ethereum: { tvl: tvl, }