mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 13:25:30 +08:00
mark galatea tvl as zero
This commit is contained in:
@@ -5,7 +5,7 @@ const utils = require("../helper/utils");
|
||||
const api_galatea = "https://api.galatea.cash/api";
|
||||
|
||||
async function fetch() {
|
||||
var tvl = (await utils.fetchURL(api_galatea)).data.tvl;
|
||||
// var tvl = (await utils.fetchURL(api_galatea)).data.tvl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -25,11 +25,11 @@ async function staking() {
|
||||
|
||||
module.exports = {
|
||||
deadFrom: 1648765747,
|
||||
pool2: {
|
||||
fetch: pool2,
|
||||
},
|
||||
staking: {
|
||||
fetch: staking,
|
||||
},
|
||||
// pool2: {
|
||||
// fetch: pool2,
|
||||
// },
|
||||
// staking: {
|
||||
// fetch: staking,
|
||||
// },
|
||||
fetch,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user