Skip to content

Commit

Permalink
Add Lisk to TVL
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Dec 9, 2024
1 parent 387e863 commit 7d32ffb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/api/stats/getTvl.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ const {

SCROLL_CHAIN_ID,
SCROLL_VAULTS_ENDPOINT,

LISK_CHAIN_ID,
LISK_VAULTS_ENDPOINT,
} = require('../../constants');
const { getKey, setKey } = require('../../utils/cache');

Expand Down Expand Up @@ -233,6 +236,10 @@ const chains = [
chainId: SCROLL_CHAIN_ID,
vaultsEndpoint: SCROLL_VAULTS_ENDPOINT,
},
{
chainId: LISK_CHAIN_ID,
vaultsEndpoint: LISK_VAULTS_ENDPOINT,
},
];

const CACHE_KEY = 'TVL';
Expand Down

0 comments on commit 7d32ffb

Please sign in to comment.