fix morpho blue

This commit is contained in:
g1nt0ki
2025-05-16 12:48:58 +02:00
parent 9bd631b110
commit 23704d9039
3 changed files with 12 additions and 13 deletions

18
package-lock.json generated
View File

@@ -1009,9 +1009,9 @@
}
},
"node_modules/@defillama/sdk": {
"version": "5.0.137",
"resolved": "https://registry.npmjs.org/@defillama/sdk/-/sdk-5.0.137.tgz",
"integrity": "sha512-qeLgEy8fuQsE2HOojyQSHCQ3fgIJmNZwX7Nqc5Vs9QEKrq3LBGPxM/MZPoBuIm7GiPM57rJGRf6tE0u/oR2KQQ==",
"version": "5.0.139",
"resolved": "https://registry.npmjs.org/@defillama/sdk/-/sdk-5.0.139.tgz",
"integrity": "sha512-YRQ1z3RNp/gHlvUfySxXWsGDwoVHjJPCbIEoajuNsCbjVbVVm70R6YQO2lD4suyciAEt21K+JkAcBzeKWld3VQ==",
"dependencies": {
"@aws-sdk/client-s3": "^3.400.0",
"@elastic/elasticsearch": "^8.13.1",
@@ -2379,9 +2379,9 @@
"dev": true
},
"node_modules/base-x": {
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.9.tgz",
"integrity": "sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ==",
"version": "3.0.11",
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.11.tgz",
"integrity": "sha512-xz7wQ8xDhdyP7tQxwdteLYeFfS68tSMNCZ/Y37WJ4bhGfKPpqEIlmIyueQHqOyoPhE6xNUqjzRr8ra0eF9VRvA==",
"dependencies": {
"safe-buffer": "^5.0.1"
}
@@ -4090,9 +4090,9 @@
}
},
"node_modules/undici": {
"version": "5.28.5",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.28.5.tgz",
"integrity": "sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==",
"version": "5.29.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz",
"integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",
"dependencies": {
"@fastify/busboy": "^2.0.0"
},

View File

@@ -84,6 +84,7 @@ const config = {
basecamp:{
morphoBlue: "0xc7CAd9B1377Eb8103397Cb07Cb5c4f03eb2eBEa8",
fromBlock: 4804080,
blackList: ['0x68d6024e5168f16d3453a23b36f393a559be7aef'],
},
hyperliquid:{
morphoBlue: "0x68e37dE8d93d3496ae143F2E900490f6280C57cD",

View File

@@ -1,11 +1,9 @@
const { exportDexTVL, sumTokens2, sumTokensExport } = require('../helper/solana')
const { exportDexTVL, sumTokensExport } = require('../helper/solana')
module.exports = {
timetravel: false,
isHeavyProtocol: true,
methodology:
"TVL includes the total token value inside the protocol's liquidity pools.",
methodology: "TVL includes the total token value inside the protocol's liquidity pools.",
solana: {
tvl: exportDexTVL('SSwapUtytfBdBn1b9NUGG6foMVPtcWgpRU32HToDUZr'),
staking: sumTokensExport({ owners: ['9VAPorNsoCbCpSYNDxQsQaBJDvRVFc9VqaUczW2YYynQ'], tokens: ['SarosY6Vscao718M4A778z4CGtvcwcGef5M9MEH1LGL'] })