clean-up milkyway

This commit is contained in:
g1nt0ki
2022-05-25 08:54:52 +02:00
parent 3f7224c843
commit d5cdc0bce4
2 changed files with 1 additions and 68 deletions

View File

@@ -1,62 +0,0 @@
{
"getCash": {
"constant": true,
"inputs": [],
"name": "getCash",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
"underlying": {
"constant": true,
"inputs": [],
"name": "underlying",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
"totalBorrows": {
"constant": true,
"inputs": [],
"name": "totalBorrows",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
"totalReserves": {
"constant": true,
"inputs": [],
"name": "totalReserves",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
}

View File

@@ -1,9 +1,4 @@
const sdk = require("@defillama/sdk");
const utils = require("../helper/utils");
const { getCompoundV2Tvl, compoundExports } = require("../helper/compound");
const { GraphQLClient, gql } = require('graphql-request')
const abiCerc20 = require("./cerc20.json");
const { compoundExports } = require("../helper/compound");
module.exports = {
timetravel: false, // milkomeda api's for staked coins can't be queried at historical points