diff --git a/projects/genesis-lrt/index.js b/projects/genesis-lrt/index.js index 9f7799cc3976..b7ab940d5b2f 100644 --- a/projects/genesis-lrt/index.js +++ b/projects/genesis-lrt/index.js @@ -7,7 +7,7 @@ async function tvl(api) { module.exports = { hallmarks: [ - [1714953600,"Genesis Merges with InceptionLRT"] + [1714953600, "Genesis Merges with InceptionLRT"] ], doublecounted: true, ethereum: { tvl: tvl, } diff --git a/projects/inception-lrt/index.js b/projects/inception-lrt/index.js index 6f54675793ad..0fa72a37e415 100644 --- a/projects/inception-lrt/index.js +++ b/projects/inception-lrt/index.js @@ -12,7 +12,8 @@ async function tvl_eth(api) { module.exports = { hallmarks: [ - [1714953600,"Genesis Merges with InceptionLRT"] + [1714953600, "Genesis Merges with InceptionLRT"], + [1734530420, "Amphor Labs Merges with InceptionLRT"] ], doublecounted: true, ethereum: { tvl: tvl_eth, } ,