Skip to content

Commit

Permalink
Added the info regarding the companies merge. (#12766)
Browse files Browse the repository at this point in the history
Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
mellaught and g1nt0ki authored Dec 19, 2024
1 parent c0a8960 commit f37f50c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/genesis-lrt/index.js
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

0 comments on commit f37f50c

Please sign in to comment.