mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
clean-up milkyway
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user