Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the info regarding the companies merge. #12766

Merged
merged 6 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/genesis-lrt/index.js
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can skip the hallmark on this file

Original file line number Diff line number Diff line change
Expand Up @@ -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, }
Expand Down
3 changes: 2 additions & 1 deletion projects/inception-lrt/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, } ,
Expand Down
Loading