@defisaver/positions-sdk 2.1.127-midnight-dev → 2.1.127-uniswap-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/claiming/index.d.ts +2 -1
- package/cjs/claiming/index.js +3 -1
- package/cjs/claiming/uniswap.d.ts +4 -0
- package/cjs/claiming/uniswap.js +70 -0
- package/cjs/config/contracts.d.ts +22 -249
- package/cjs/config/contracts.js +10 -11
- package/cjs/contracts.d.ts +35 -1510
- package/cjs/contracts.js +3 -3
- package/cjs/helpers/index.d.ts +0 -1
- package/cjs/helpers/index.js +1 -2
- package/cjs/helpers/morphoBlueHelpers/index.js +1 -0
- package/cjs/index.d.ts +1 -2
- package/cjs/index.js +1 -3
- package/cjs/markets/index.d.ts +0 -1
- package/cjs/markets/index.js +1 -4
- package/cjs/morphoBlue/index.d.ts +8 -6
- package/cjs/morphoBlue/index.js +69 -40
- package/cjs/portfolio/discovery.js +0 -4
- package/cjs/portfolio/index.js +30 -45
- package/cjs/services/viem.d.ts +11 -11
- package/cjs/types/claiming.d.ts +2 -0
- package/cjs/types/claiming.js +2 -0
- package/cjs/types/index.d.ts +0 -1
- package/cjs/types/index.js +0 -1
- package/cjs/types/morphoBlue.d.ts +9 -0
- package/cjs/types/portfolio.d.ts +0 -4
- package/esm/claiming/index.d.ts +2 -1
- package/esm/claiming/index.js +2 -1
- package/esm/claiming/uniswap.d.ts +4 -0
- package/esm/claiming/uniswap.js +62 -0
- package/esm/config/contracts.d.ts +22 -249
- package/esm/config/contracts.js +8 -9
- package/esm/contracts.d.ts +35 -1510
- package/esm/contracts.js +1 -1
- package/esm/helpers/index.d.ts +0 -1
- package/esm/helpers/index.js +0 -1
- package/esm/helpers/morphoBlueHelpers/index.js +1 -0
- package/esm/index.d.ts +1 -2
- package/esm/index.js +1 -2
- package/esm/markets/index.d.ts +0 -1
- package/esm/markets/index.js +0 -1
- package/esm/morphoBlue/index.d.ts +8 -6
- package/esm/morphoBlue/index.js +62 -39
- package/esm/portfolio/discovery.js +1 -5
- package/esm/portfolio/index.js +32 -47
- package/esm/services/viem.d.ts +11 -11
- package/esm/types/claiming.d.ts +2 -0
- package/esm/types/claiming.js +2 -0
- package/esm/types/index.d.ts +0 -1
- package/esm/types/index.js +0 -1
- package/esm/types/morphoBlue.d.ts +9 -0
- package/esm/types/portfolio.d.ts +0 -4
- package/package.json +1 -1
- package/src/claiming/index.ts +2 -0
- package/src/claiming/uniswap.ts +65 -0
- package/src/config/contracts.ts +9 -9
- package/src/contracts.ts +2 -1
- package/src/helpers/index.ts +0 -1
- package/src/helpers/morphoBlueHelpers/index.ts +1 -0
- package/src/index.ts +0 -2
- package/src/markets/index.ts +0 -1
- package/src/morphoBlue/index.ts +101 -44
- package/src/portfolio/discovery.ts +0 -6
- package/src/portfolio/index.ts +30 -46
- package/src/types/claiming.ts +2 -0
- package/src/types/index.ts +0 -1
- package/src/types/morphoBlue.ts +11 -0
- package/src/types/portfolio.ts +0 -4
- package/cjs/helpers/morphoMidnightHelpers/index.d.ts +0 -16
- package/cjs/helpers/morphoMidnightHelpers/index.js +0 -68
- package/cjs/markets/morphoMidnight/index.d.ts +0 -16
- package/cjs/markets/morphoMidnight/index.js +0 -159
- package/cjs/morphoMidnight/index.d.ts +0 -14
- package/cjs/morphoMidnight/index.js +0 -220
- package/cjs/types/morphoMidnight.d.ts +0 -91
- package/cjs/types/morphoMidnight.js +0 -15
- package/esm/helpers/morphoMidnightHelpers/index.d.ts +0 -16
- package/esm/helpers/morphoMidnightHelpers/index.js +0 -61
- package/esm/markets/morphoMidnight/index.d.ts +0 -16
- package/esm/markets/morphoMidnight/index.js +0 -148
- package/esm/morphoMidnight/index.d.ts +0 -14
- package/esm/morphoMidnight/index.js +0 -207
- package/esm/types/morphoMidnight.d.ts +0 -91
- package/esm/types/morphoMidnight.js +0 -12
- package/src/helpers/morphoMidnightHelpers/index.ts +0 -86
- package/src/markets/morphoMidnight/index.ts +0 -161
- package/src/morphoMidnight/index.ts +0 -234
- package/src/types/morphoMidnight.ts +0 -104
package/cjs/claiming/index.d.ts
CHANGED
|
@@ -2,4 +2,5 @@ import * as aaveV3Claim from './aaveV3';
|
|
|
2
2
|
import * as compV3Claim from './compV3';
|
|
3
3
|
import * as kingV3Claim from './king';
|
|
4
4
|
import * as sparkClaim from './spark';
|
|
5
|
-
|
|
5
|
+
import * as uniswapClaim from './uniswap';
|
|
6
|
+
export { aaveV3Claim, compV3Claim, kingV3Claim, sparkClaim, uniswapClaim, };
|
package/cjs/claiming/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.sparkClaim = exports.kingV3Claim = exports.compV3Claim = exports.aaveV3Claim = void 0;
|
|
36
|
+
exports.uniswapClaim = exports.sparkClaim = exports.kingV3Claim = exports.compV3Claim = exports.aaveV3Claim = void 0;
|
|
37
37
|
const aaveV3Claim = __importStar(require("./aaveV3"));
|
|
38
38
|
exports.aaveV3Claim = aaveV3Claim;
|
|
39
39
|
const compV3Claim = __importStar(require("./compV3"));
|
|
@@ -42,3 +42,5 @@ const kingV3Claim = __importStar(require("./king"));
|
|
|
42
42
|
exports.kingV3Claim = kingV3Claim;
|
|
43
43
|
const sparkClaim = __importStar(require("./spark"));
|
|
44
44
|
exports.sparkClaim = sparkClaim;
|
|
45
|
+
const uniswapClaim = __importStar(require("./uniswap"));
|
|
46
|
+
exports.uniswapClaim = uniswapClaim;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Client } from 'viem';
|
|
2
|
+
import { EthAddress, NetworkNumber } from '../types';
|
|
3
|
+
export declare const fetchUniswapRewardsData: (walletAddress: EthAddress) => Promise<any>;
|
|
4
|
+
export declare const getUniswapRewards: (provider: Client, network: NetworkNumber, walletAddresses: EthAddress[]) => Promise<Record<string, any[]>>;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.getUniswapRewards = exports.fetchUniswapRewardsData = void 0;
|
|
16
|
+
const decimal_js_1 = __importDefault(require("decimal.js"));
|
|
17
|
+
const tokens_1 = require("@defisaver/tokens");
|
|
18
|
+
const contracts_1 = require("../contracts");
|
|
19
|
+
const claiming_1 = require("../types/claiming");
|
|
20
|
+
const EMPTY_DATA = (walletAddress) => ({
|
|
21
|
+
address: walletAddress, index: 0, amount: '0x0', proof: [],
|
|
22
|
+
});
|
|
23
|
+
const fetchUniswapRewardsData = (walletAddress) => __awaiter(void 0, void 0, void 0, function* () {
|
|
24
|
+
try {
|
|
25
|
+
const res = yield fetch(`https://uniswap-merkl-drop.defisaver.com/claims/${walletAddress}`, { signal: AbortSignal.timeout(5000) });
|
|
26
|
+
if (!res.ok)
|
|
27
|
+
throw new Error(yield res.text());
|
|
28
|
+
const data = yield res.json();
|
|
29
|
+
if (data.error)
|
|
30
|
+
return EMPTY_DATA(walletAddress);
|
|
31
|
+
return data;
|
|
32
|
+
}
|
|
33
|
+
catch (err) {
|
|
34
|
+
console.error('External API Error: Error fetching Uniswap rewards:', err);
|
|
35
|
+
return EMPTY_DATA(walletAddress);
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
exports.fetchUniswapRewardsData = fetchUniswapRewardsData;
|
|
39
|
+
const getUniswapRewards = (provider, network, walletAddresses) => __awaiter(void 0, void 0, void 0, function* () {
|
|
40
|
+
// Fetch all API data in parallel (these are external API calls, can't be batched with multicall)
|
|
41
|
+
const apiDataPromises = walletAddresses.map(address => (0, exports.fetchUniswapRewardsData)(address));
|
|
42
|
+
const apiDataArray = yield Promise.all(apiDataPromises);
|
|
43
|
+
// Batch all contract calls using multicall
|
|
44
|
+
const contract = (0, contracts_1.UniswapTokenDistributorViem)(provider, network);
|
|
45
|
+
const cumulativePromises = apiDataArray.map(data => (data.index ? contract.read.isClaimed([data.index]) : Promise.resolve(false)));
|
|
46
|
+
const cumulativeResults = yield Promise.all(cumulativePromises);
|
|
47
|
+
// Process results
|
|
48
|
+
const results = {};
|
|
49
|
+
for (let i = 0; i < walletAddresses.length; i++) {
|
|
50
|
+
const walletAddress = walletAddresses[i];
|
|
51
|
+
const data = apiDataArray[i];
|
|
52
|
+
const cumulative = cumulativeResults[i];
|
|
53
|
+
const amountToClaim = new decimal_js_1.default(data.amount);
|
|
54
|
+
if (amountToClaim.lessThanOrEqualTo('0')) {
|
|
55
|
+
results[walletAddress.toLowerCase()] = [];
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
results[walletAddress.toLowerCase()] = [{
|
|
59
|
+
amount: (0, tokens_1.assetAmountInEth)(amountToClaim.toString(), 'UNI'),
|
|
60
|
+
walletAddress,
|
|
61
|
+
claimType: claiming_1.ClaimType.UNI_REWARDS,
|
|
62
|
+
index: data.index,
|
|
63
|
+
proof: data.proof,
|
|
64
|
+
isClaimed: cumulative,
|
|
65
|
+
}];
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
return results;
|
|
69
|
+
});
|
|
70
|
+
exports.getUniswapRewards = getUniswapRewards;
|
|
@@ -87015,255 +87015,6 @@ export declare const MorphoBlueView: {
|
|
|
87015
87015
|
};
|
|
87016
87016
|
};
|
|
87017
87017
|
};
|
|
87018
|
-
export declare const MidnightView: {
|
|
87019
|
-
readonly abi: readonly [{
|
|
87020
|
-
readonly inputs: readonly [{
|
|
87021
|
-
readonly internalType: "bytes32";
|
|
87022
|
-
readonly name: "_id";
|
|
87023
|
-
readonly type: "bytes32";
|
|
87024
|
-
}];
|
|
87025
|
-
readonly name: "getMarketInfo";
|
|
87026
|
-
readonly outputs: readonly [{
|
|
87027
|
-
readonly components: readonly [{
|
|
87028
|
-
readonly internalType: "bytes32";
|
|
87029
|
-
readonly name: "id";
|
|
87030
|
-
readonly type: "bytes32";
|
|
87031
|
-
}, {
|
|
87032
|
-
readonly internalType: "uint128";
|
|
87033
|
-
readonly name: "totalUnits";
|
|
87034
|
-
readonly type: "uint128";
|
|
87035
|
-
}, {
|
|
87036
|
-
readonly internalType: "uint128";
|
|
87037
|
-
readonly name: "lossFactor";
|
|
87038
|
-
readonly type: "uint128";
|
|
87039
|
-
}, {
|
|
87040
|
-
readonly internalType: "uint128";
|
|
87041
|
-
readonly name: "withdrawable";
|
|
87042
|
-
readonly type: "uint128";
|
|
87043
|
-
}, {
|
|
87044
|
-
readonly internalType: "uint128";
|
|
87045
|
-
readonly name: "continuousFeeCredit";
|
|
87046
|
-
readonly type: "uint128";
|
|
87047
|
-
}, {
|
|
87048
|
-
readonly internalType: "uint16[7]";
|
|
87049
|
-
readonly name: "settlementFees";
|
|
87050
|
-
readonly type: "uint16[7]";
|
|
87051
|
-
}, {
|
|
87052
|
-
readonly internalType: "uint32";
|
|
87053
|
-
readonly name: "continuousFee";
|
|
87054
|
-
readonly type: "uint32";
|
|
87055
|
-
}, {
|
|
87056
|
-
readonly internalType: "uint8";
|
|
87057
|
-
readonly name: "tickSpacing";
|
|
87058
|
-
readonly type: "uint8";
|
|
87059
|
-
}, {
|
|
87060
|
-
readonly internalType: "uint256[]";
|
|
87061
|
-
readonly name: "prices";
|
|
87062
|
-
readonly type: "uint256[]";
|
|
87063
|
-
}];
|
|
87064
|
-
readonly internalType: "struct MidnightView.MarketInfo";
|
|
87065
|
-
readonly name: "info";
|
|
87066
|
-
readonly type: "tuple";
|
|
87067
|
-
}];
|
|
87068
|
-
readonly stateMutability: "view";
|
|
87069
|
-
readonly type: "function";
|
|
87070
|
-
}, {
|
|
87071
|
-
readonly inputs: readonly [{
|
|
87072
|
-
readonly internalType: "bytes32";
|
|
87073
|
-
readonly name: "_id";
|
|
87074
|
-
readonly type: "bytes32";
|
|
87075
|
-
}, {
|
|
87076
|
-
readonly internalType: "address";
|
|
87077
|
-
readonly name: "_user";
|
|
87078
|
-
readonly type: "address";
|
|
87079
|
-
}];
|
|
87080
|
-
readonly name: "getPositionInfo";
|
|
87081
|
-
readonly outputs: readonly [{
|
|
87082
|
-
readonly components: readonly [{
|
|
87083
|
-
readonly internalType: "uint128";
|
|
87084
|
-
readonly name: "credit";
|
|
87085
|
-
readonly type: "uint128";
|
|
87086
|
-
}, {
|
|
87087
|
-
readonly internalType: "uint128";
|
|
87088
|
-
readonly name: "pendingFee";
|
|
87089
|
-
readonly type: "uint128";
|
|
87090
|
-
}, {
|
|
87091
|
-
readonly internalType: "uint128";
|
|
87092
|
-
readonly name: "debt";
|
|
87093
|
-
readonly type: "uint128";
|
|
87094
|
-
}, {
|
|
87095
|
-
readonly internalType: "uint128";
|
|
87096
|
-
readonly name: "collateralBitmap";
|
|
87097
|
-
readonly type: "uint128";
|
|
87098
|
-
}, {
|
|
87099
|
-
readonly internalType: "uint128[]";
|
|
87100
|
-
readonly name: "collateral";
|
|
87101
|
-
readonly type: "uint128[]";
|
|
87102
|
-
}, {
|
|
87103
|
-
readonly internalType: "uint256";
|
|
87104
|
-
readonly name: "ratio";
|
|
87105
|
-
readonly type: "uint256";
|
|
87106
|
-
}];
|
|
87107
|
-
readonly internalType: "struct MidnightView.PositionInfo";
|
|
87108
|
-
readonly name: "pos";
|
|
87109
|
-
readonly type: "tuple";
|
|
87110
|
-
}];
|
|
87111
|
-
readonly stateMutability: "view";
|
|
87112
|
-
readonly type: "function";
|
|
87113
|
-
}, {
|
|
87114
|
-
readonly inputs: readonly [{
|
|
87115
|
-
readonly internalType: "bytes32";
|
|
87116
|
-
readonly name: "_id";
|
|
87117
|
-
readonly type: "bytes32";
|
|
87118
|
-
}, {
|
|
87119
|
-
readonly internalType: "address";
|
|
87120
|
-
readonly name: "_user";
|
|
87121
|
-
readonly type: "address";
|
|
87122
|
-
}];
|
|
87123
|
-
readonly name: "getRatio";
|
|
87124
|
-
readonly outputs: readonly [{
|
|
87125
|
-
readonly internalType: "uint256";
|
|
87126
|
-
readonly name: "ratio";
|
|
87127
|
-
readonly type: "uint256";
|
|
87128
|
-
}];
|
|
87129
|
-
readonly stateMutability: "view";
|
|
87130
|
-
readonly type: "function";
|
|
87131
|
-
}, {
|
|
87132
|
-
readonly inputs: readonly [{
|
|
87133
|
-
readonly components: readonly [{
|
|
87134
|
-
readonly internalType: "uint256";
|
|
87135
|
-
readonly name: "chainId";
|
|
87136
|
-
readonly type: "uint256";
|
|
87137
|
-
}, {
|
|
87138
|
-
readonly internalType: "address";
|
|
87139
|
-
readonly name: "midnight";
|
|
87140
|
-
readonly type: "address";
|
|
87141
|
-
}, {
|
|
87142
|
-
readonly internalType: "address";
|
|
87143
|
-
readonly name: "loanToken";
|
|
87144
|
-
readonly type: "address";
|
|
87145
|
-
}, {
|
|
87146
|
-
readonly components: readonly [{
|
|
87147
|
-
readonly internalType: "address";
|
|
87148
|
-
readonly name: "token";
|
|
87149
|
-
readonly type: "address";
|
|
87150
|
-
}, {
|
|
87151
|
-
readonly internalType: "uint256";
|
|
87152
|
-
readonly name: "lltv";
|
|
87153
|
-
readonly type: "uint256";
|
|
87154
|
-
}, {
|
|
87155
|
-
readonly internalType: "uint256";
|
|
87156
|
-
readonly name: "liquidationCursor";
|
|
87157
|
-
readonly type: "uint256";
|
|
87158
|
-
}, {
|
|
87159
|
-
readonly internalType: "address";
|
|
87160
|
-
readonly name: "oracle";
|
|
87161
|
-
readonly type: "address";
|
|
87162
|
-
}];
|
|
87163
|
-
readonly internalType: "struct CollateralParams[]";
|
|
87164
|
-
readonly name: "collateralParams";
|
|
87165
|
-
readonly type: "tuple[]";
|
|
87166
|
-
}, {
|
|
87167
|
-
readonly internalType: "uint256";
|
|
87168
|
-
readonly name: "maturity";
|
|
87169
|
-
readonly type: "uint256";
|
|
87170
|
-
}, {
|
|
87171
|
-
readonly internalType: "uint256";
|
|
87172
|
-
readonly name: "rcfThreshold";
|
|
87173
|
-
readonly type: "uint256";
|
|
87174
|
-
}, {
|
|
87175
|
-
readonly internalType: "address";
|
|
87176
|
-
readonly name: "enterGate";
|
|
87177
|
-
readonly type: "address";
|
|
87178
|
-
}, {
|
|
87179
|
-
readonly internalType: "address";
|
|
87180
|
-
readonly name: "liquidatorGate";
|
|
87181
|
-
readonly type: "address";
|
|
87182
|
-
}];
|
|
87183
|
-
readonly internalType: "struct Market";
|
|
87184
|
-
readonly name: "_market";
|
|
87185
|
-
readonly type: "tuple";
|
|
87186
|
-
}];
|
|
87187
|
-
readonly name: "toId";
|
|
87188
|
-
readonly outputs: readonly [{
|
|
87189
|
-
readonly internalType: "bytes32";
|
|
87190
|
-
readonly name: "id";
|
|
87191
|
-
readonly type: "bytes32";
|
|
87192
|
-
}];
|
|
87193
|
-
readonly stateMutability: "pure";
|
|
87194
|
-
readonly type: "function";
|
|
87195
|
-
}, {
|
|
87196
|
-
readonly inputs: readonly [{
|
|
87197
|
-
readonly internalType: "bytes32";
|
|
87198
|
-
readonly name: "_id";
|
|
87199
|
-
readonly type: "bytes32";
|
|
87200
|
-
}];
|
|
87201
|
-
readonly name: "toMarket";
|
|
87202
|
-
readonly outputs: readonly [{
|
|
87203
|
-
readonly components: readonly [{
|
|
87204
|
-
readonly internalType: "uint256";
|
|
87205
|
-
readonly name: "chainId";
|
|
87206
|
-
readonly type: "uint256";
|
|
87207
|
-
}, {
|
|
87208
|
-
readonly internalType: "address";
|
|
87209
|
-
readonly name: "midnight";
|
|
87210
|
-
readonly type: "address";
|
|
87211
|
-
}, {
|
|
87212
|
-
readonly internalType: "address";
|
|
87213
|
-
readonly name: "loanToken";
|
|
87214
|
-
readonly type: "address";
|
|
87215
|
-
}, {
|
|
87216
|
-
readonly components: readonly [{
|
|
87217
|
-
readonly internalType: "address";
|
|
87218
|
-
readonly name: "token";
|
|
87219
|
-
readonly type: "address";
|
|
87220
|
-
}, {
|
|
87221
|
-
readonly internalType: "uint256";
|
|
87222
|
-
readonly name: "lltv";
|
|
87223
|
-
readonly type: "uint256";
|
|
87224
|
-
}, {
|
|
87225
|
-
readonly internalType: "uint256";
|
|
87226
|
-
readonly name: "liquidationCursor";
|
|
87227
|
-
readonly type: "uint256";
|
|
87228
|
-
}, {
|
|
87229
|
-
readonly internalType: "address";
|
|
87230
|
-
readonly name: "oracle";
|
|
87231
|
-
readonly type: "address";
|
|
87232
|
-
}];
|
|
87233
|
-
readonly internalType: "struct CollateralParams[]";
|
|
87234
|
-
readonly name: "collateralParams";
|
|
87235
|
-
readonly type: "tuple[]";
|
|
87236
|
-
}, {
|
|
87237
|
-
readonly internalType: "uint256";
|
|
87238
|
-
readonly name: "maturity";
|
|
87239
|
-
readonly type: "uint256";
|
|
87240
|
-
}, {
|
|
87241
|
-
readonly internalType: "uint256";
|
|
87242
|
-
readonly name: "rcfThreshold";
|
|
87243
|
-
readonly type: "uint256";
|
|
87244
|
-
}, {
|
|
87245
|
-
readonly internalType: "address";
|
|
87246
|
-
readonly name: "enterGate";
|
|
87247
|
-
readonly type: "address";
|
|
87248
|
-
}, {
|
|
87249
|
-
readonly internalType: "address";
|
|
87250
|
-
readonly name: "liquidatorGate";
|
|
87251
|
-
readonly type: "address";
|
|
87252
|
-
}];
|
|
87253
|
-
readonly internalType: "struct Market";
|
|
87254
|
-
readonly name: "market";
|
|
87255
|
-
readonly type: "tuple";
|
|
87256
|
-
}];
|
|
87257
|
-
readonly stateMutability: "view";
|
|
87258
|
-
readonly type: "function";
|
|
87259
|
-
}];
|
|
87260
|
-
readonly networks: {
|
|
87261
|
-
readonly "8453": {
|
|
87262
|
-
readonly address: "0x3aa272f329E8B562A3bA56Bb6979a44D23A28839";
|
|
87263
|
-
readonly createdBlock: 48932293;
|
|
87264
|
-
};
|
|
87265
|
-
};
|
|
87266
|
-
};
|
|
87267
87018
|
export declare const FeedRegistry: {
|
|
87268
87019
|
readonly abi: readonly [{
|
|
87269
87020
|
readonly anonymous: false;
|
|
@@ -99340,3 +99091,25 @@ export declare const AaveV4View: {
|
|
|
99340
99091
|
};
|
|
99341
99092
|
};
|
|
99342
99093
|
};
|
|
99094
|
+
export declare const UniswapTokenDistributor: {
|
|
99095
|
+
readonly abi: readonly [{
|
|
99096
|
+
readonly inputs: readonly [{
|
|
99097
|
+
readonly internalType: "uint256";
|
|
99098
|
+
readonly name: "index";
|
|
99099
|
+
readonly type: "uint256";
|
|
99100
|
+
}];
|
|
99101
|
+
readonly name: "isClaimed";
|
|
99102
|
+
readonly outputs: readonly [{
|
|
99103
|
+
readonly internalType: "bool";
|
|
99104
|
+
readonly name: "";
|
|
99105
|
+
readonly type: "bool";
|
|
99106
|
+
}];
|
|
99107
|
+
readonly stateMutability: "view";
|
|
99108
|
+
readonly type: "function";
|
|
99109
|
+
}];
|
|
99110
|
+
readonly networks: {
|
|
99111
|
+
readonly "1": {
|
|
99112
|
+
readonly address: "0x090D4613473dEE047c3f2706764f49E0821D256e";
|
|
99113
|
+
};
|
|
99114
|
+
};
|
|
99115
|
+
};
|
package/cjs/config/contracts.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.LiquityView = exports.crvUSDFactory = exports.crvUSDView = exports.crvUSDsfrxETHAmm = exports.crvUSDtBTCAmm = exports.crvUSDWBTCAmm = exports.crvUSDETHAmm = exports.crvUSDwstETHAmm = exports.crvUSDsfrxETHController = exports.crvUSDtBTCController = exports.crvUSDWBTCController = exports.crvUSDETHController = exports.crvUSDwstETHController = exports.SparkProtocolDataProvider = exports.SparkPoolAddressesProvider = exports.SparkLendingPool = exports.SparkIncentiveDataProvider = exports.SparkView = exports.Pot = exports.IAToken = exports.IVariableDebtToken = exports.Comptroller = exports.CompoundLoanInfo = exports.AaveLendingPoolV2 = exports.AaveProtocolDataProvider = exports.LendingPoolAddressesProvider = exports.AaveLoanInfoV2 = exports.wstETH = exports.CompV3BulkerL2 = exports.CompV3BulkerMainnetETH = exports.CompV3BulkerMainnetUSDC = exports.CompV3View = exports.cWstETHv3 = exports.cUSDSv3 = exports.cUSDTv3 = exports.cETHv3 = exports.cUSDbCv3 = exports.cUSDCev3 = exports.cUSDCv3 = exports.AaveUiIncentiveDataProviderV3 = exports.AaveV3EtherfiProtocolDataProvider = exports.AaveV3LidoProtocolDataProvider = exports.AaveV3ProtocolDataProvider = exports.AaveV3EtherfiLendingPool = exports.AaveV3LidoLendingPool = exports.AaveV3LendingPool = exports.AaveV3EtherfiPoolAddressesProvider = exports.AaveV3LidoPoolAddressesProvider = exports.AaveV3PoolAddressesProvider = exports.AaveV3View = void 0;
|
|
5
|
-
exports.YearnV3Vault = exports.SkySavings = exports.SparkSavingsVault = exports.MakerDsr = exports.YearnView = exports.YearnVault = exports.MorphoVault = exports.StkAAVE = exports.LiquityV2sBoldVault = exports.LiquityV2ActivePool = exports.AaveRewardsController = exports.SparkRewardsController = exports.SparkAirdrop = exports.UUPS = exports.LiquityStabilityPool = exports.LiquityLQTYStaking = exports.AaveUmbrellaView = exports.Erc4626 = exports.Erc20 = exports.AaveIncentivesController = exports.McdCdpManager = exports.McdGetCdps = exports.FluidView = exports.LiquityV2StabilityPool = exports.EulerV2View = exports.LiquityV2TroveNFT = exports.LiquityV2CollSurplusPool = exports.LiquityV2View = exports.LiquityV2LegacyView = exports.LlamaLendControllerAbi = exports.LlamaLendView = exports.DFSFeedRegistry = exports.FeedRegistry = exports.
|
|
6
|
-
exports.
|
|
5
|
+
exports.AaveV4View = exports.YearnV3Vault = exports.SkySavings = exports.SparkSavingsVault = exports.MakerDsr = exports.YearnView = exports.YearnVault = exports.MorphoVault = exports.StkAAVE = exports.LiquityV2sBoldVault = exports.LiquityV2ActivePool = exports.AaveRewardsController = exports.SparkRewardsController = exports.SparkAirdrop = exports.UUPS = exports.LiquityStabilityPool = exports.LiquityLQTYStaking = exports.AaveUmbrellaView = exports.Erc4626 = exports.Erc20 = exports.AaveIncentivesController = exports.McdCdpManager = exports.McdGetCdps = exports.FluidView = exports.LiquityV2StabilityPool = exports.EulerV2View = exports.LiquityV2TroveNFT = exports.LiquityV2CollSurplusPool = exports.LiquityV2View = exports.LiquityV2LegacyView = exports.LlamaLendControllerAbi = exports.LlamaLendView = exports.DFSFeedRegistry = exports.FeedRegistry = exports.MorphoBlueView = exports.WeETHPriceFeed = exports.WstETHPriceFeed = exports.USDCPriceFeed = exports.BTCPriceFeed = exports.ETHPriceFeed = exports.COMPPriceFeed = exports.McdDog = exports.McdJug = exports.McdVat = exports.McdSpotter = exports.McdView = exports.LiquityActivePool = exports.PriceFeed = exports.TroveManager = exports.CollSurplusPool = void 0;
|
|
6
|
+
exports.UniswapTokenDistributor = void 0;
|
|
7
7
|
exports.AaveV3View = {
|
|
8
8
|
"abi": [{ "inputs": [], "name": "AAVE_REFERRAL_CODE", "outputs": [{ "internalType": "uint16", "name": "", "type": "uint16" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_umbrella", "type": "address" }, { "internalType": "address", "name": "_user", "type": "address" }], "name": "getAdditionalUmbrellaStakingData", "outputs": [{ "components": [{ "internalType": "address", "name": "stkToken", "type": "address" }, { "internalType": "uint256", "name": "totalShares", "type": "uint256" }, { "internalType": "address", "name": "stkUnderlyingToken", "type": "address" }, { "internalType": "address", "name": "aToken", "type": "address" }, { "internalType": "uint256", "name": "cooldownPeriod", "type": "uint256" }, { "internalType": "uint256", "name": "unstakeWindow", "type": "uint256" }, { "internalType": "uint256", "name": "stkTokenToWaTokenRate", "type": "uint256" }, { "internalType": "uint256", "name": "waTokenToATokenRate", "type": "uint256" }, { "internalType": "uint256[]", "name": "rewardsEmissionRates", "type": "uint256[]" }, { "internalType": "uint256", "name": "userCooldownAmount", "type": "uint256" }, { "internalType": "uint256", "name": "userEndOfCooldown", "type": "uint256" }, { "internalType": "uint256", "name": "userWithdrawalWindow", "type": "uint256" }], "internalType": "struct AaveV3View.UmbrellaStkData[]", "name": "retVal", "type": "tuple[]" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }], "name": "getAllEmodes", "outputs": [{ "components": [{ "internalType": "uint16", "name": "ltv", "type": "uint16" }, { "internalType": "uint16", "name": "liquidationThreshold", "type": "uint16" }, { "internalType": "uint16", "name": "liquidationBonus", "type": "uint16" }, { "internalType": "uint128", "name": "collateralBitmap", "type": "uint128" }, { "internalType": "bool", "name": "isolated", "type": "bool" }, { "internalType": "string", "name": "label", "type": "string" }, { "internalType": "uint128", "name": "borrowableBitmap", "type": "uint128" }, { "internalType": "uint128", "name": "ltvzeroBitmap", "type": "uint128" }], "internalType": "struct DataTypes.EModeCategoryNew[]", "name": "emodesData", "type": "tuple[]" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "components": [{ "internalType": "address", "name": "reserveAddress", "type": "address" }, { "internalType": "uint256", "name": "liquidityAdded", "type": "uint256" }, { "internalType": "uint256", "name": "liquidityTaken", "type": "uint256" }, { "internalType": "bool", "name": "isDebtAsset", "type": "bool" }], "internalType": "struct AaveV3View.LiquidityChangeParams[]", "name": "_reserveParams", "type": "tuple[]" }], "name": "getApyAfterValuesEstimation", "outputs": [{ "components": [{ "internalType": "address", "name": "reserveAddress", "type": "address" }, { "internalType": "uint256", "name": "supplyRate", "type": "uint256" }, { "internalType": "uint256", "name": "variableBorrowRate", "type": "uint256" }], "internalType": "struct AaveV3View.EstimatedRates[]", "name": "", "type": "tuple[]" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "internalType": "address", "name": "_tokenAddr", "type": "address" }], "name": "getAssetPrice", "outputs": [{ "internalType": "uint256", "name": "price", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "internalType": "address[]", "name": "_tokens", "type": "address[]" }], "name": "getCollFactors", "outputs": [{ "internalType": "uint256[]", "name": "collFactors", "type": "uint256[]" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "emodeCategory", "type": "uint256" }, { "internalType": "contract IPoolV3", "name": "lendingPool", "type": "address" }], "name": "getEModeCollateralFactor", "outputs": [{ "internalType": "uint16", "name": "", "type": "uint16" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_asset", "type": "address" }, { "internalType": "address", "name": "_eoa", "type": "address" }, { "internalType": "address", "name": "_proxy", "type": "address" }, { "internalType": "address", "name": "_market", "type": "address" }], "name": "getEOAApprovalsAndBalances", "outputs": [{ "components": [{ "internalType": "address", "name": "asset", "type": "address" }, { "internalType": "address", "name": "aToken", "type": "address" }, { "internalType": "address", "name": "variableDebtToken", "type": "address" }, { "internalType": "uint256", "name": "assetApproval", "type": "uint256" }, { "internalType": "uint256", "name": "aTokenApproval", "type": "uint256" }, { "internalType": "uint256", "name": "variableDebtDelegation", "type": "uint256" }, { "internalType": "uint256", "name": "borrowedVariableAmount", "type": "uint256" }, { "internalType": "uint256", "name": "eoaBalance", "type": "uint256" }, { "internalType": "uint256", "name": "aTokenBalance", "type": "uint256" }], "internalType": "struct AaveV3View.EOAApprovalData", "name": "approvalData", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_eoa", "type": "address" }, { "internalType": "address", "name": "_proxy", "type": "address" }, { "internalType": "address", "name": "_market", "type": "address" }], "name": "getEOAApprovalsAndBalancesForAllTokens", "outputs": [{ "components": [{ "internalType": "address", "name": "asset", "type": "address" }, { "internalType": "address", "name": "aToken", "type": "address" }, { "internalType": "address", "name": "variableDebtToken", "type": "address" }, { "internalType": "uint256", "name": "assetApproval", "type": "uint256" }, { "internalType": "uint256", "name": "aTokenApproval", "type": "uint256" }, { "internalType": "uint256", "name": "variableDebtDelegation", "type": "uint256" }, { "internalType": "uint256", "name": "borrowedVariableAmount", "type": "uint256" }, { "internalType": "uint256", "name": "eoaBalance", "type": "uint256" }, { "internalType": "uint256", "name": "aTokenBalance", "type": "uint256" }], "internalType": "struct AaveV3View.EOAApprovalData[]", "name": "approvalData", "type": "tuple[]" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "contract IPoolV3", "name": "_lendingPool", "type": "address" }, { "internalType": "uint8", "name": "_id", "type": "uint8" }], "name": "getEmodeData", "outputs": [{ "components": [{ "internalType": "uint16", "name": "ltv", "type": "uint16" }, { "internalType": "uint16", "name": "liquidationThreshold", "type": "uint16" }, { "internalType": "uint16", "name": "liquidationBonus", "type": "uint16" }, { "internalType": "uint128", "name": "collateralBitmap", "type": "uint128" }, { "internalType": "bool", "name": "isolated", "type": "bool" }, { "internalType": "string", "name": "label", "type": "string" }, { "internalType": "uint128", "name": "borrowableBitmap", "type": "uint128" }, { "internalType": "uint128", "name": "ltvzeroBitmap", "type": "uint128" }], "internalType": "struct DataTypes.EModeCategoryNew", "name": "emodeData", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "internalType": "address[]", "name": "_tokenAddresses", "type": "address[]" }], "name": "getFullTokensInfo", "outputs": [{ "components": [{ "internalType": "address", "name": "aTokenAddress", "type": "address" }, { "internalType": "address", "name": "underlyingTokenAddress", "type": "address" }, { "internalType": "uint16", "name": "assetId", "type": "uint16" }, { "internalType": "uint256", "name": "supplyRate", "type": "uint256" }, { "internalType": "uint256", "name": "borrowRateVariable", "type": "uint256" }, { "internalType": "uint256", "name": "borrowRateStable", "type": "uint256" }, { "internalType": "uint256", "name": "totalSupply", "type": "uint256" }, { "internalType": "uint256", "name": "availableLiquidity", "type": "uint256" }, { "internalType": "uint256", "name": "totalBorrow", "type": "uint256" }, { "internalType": "uint256", "name": "totalBorrowVar", "type": "uint256" }, { "internalType": "uint256", "name": "totalBorrowStab", "type": "uint256" }, { "internalType": "uint256", "name": "collateralFactor", "type": "uint256" }, { "internalType": "uint256", "name": "liquidationRatio", "type": "uint256" }, { "internalType": "uint256", "name": "price", "type": "uint256" }, { "internalType": "uint256", "name": "supplyCap", "type": "uint256" }, { "internalType": "uint256", "name": "borrowCap", "type": "uint256" }, { "internalType": "uint256", "name": "emodeCategory", "type": "uint256" }, { "internalType": "uint256", "name": "debtCeilingForIsolationMode", "type": "uint256" }, { "internalType": "uint256", "name": "isolationModeTotalDebt", "type": "uint256" }, { "internalType": "bool", "name": "usageAsCollateralEnabled", "type": "bool" }, { "internalType": "bool", "name": "borrowingEnabled", "type": "bool" }, { "internalType": "bool", "name": "stableBorrowRateEnabled", "type": "bool" }, { "internalType": "bool", "name": "isolationModeBorrowingEnabled", "type": "bool" }, { "internalType": "bool", "name": "isSiloedForBorrowing", "type": "bool" }, { "internalType": "uint256", "name": "eModeCollateralFactor", "type": "uint256" }, { "internalType": "bool", "name": "isFlashLoanEnabled", "type": "bool" }, { "internalType": "uint16", "name": "ltv", "type": "uint16" }, { "internalType": "uint16", "name": "liquidationThreshold", "type": "uint16" }, { "internalType": "uint16", "name": "liquidationBonus", "type": "uint16" }, { "internalType": "address", "name": "priceSource", "type": "address" }, { "internalType": "string", "name": "label", "type": "string" }, { "internalType": "bool", "name": "isActive", "type": "bool" }, { "internalType": "bool", "name": "isPaused", "type": "bool" }, { "internalType": "bool", "name": "isFrozen", "type": "bool" }, { "internalType": "address", "name": "debtTokenAddress", "type": "address" }], "internalType": "struct AaveV3View.TokenInfoFull[]", "name": "tokens", "type": "tuple[]" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "internalType": "address", "name": "_user", "type": "address" }], "name": "getHealthFactor", "outputs": [{ "internalType": "uint256", "name": "healthFactor", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "internalType": "address", "name": "_user", "type": "address" }], "name": "getLoanData", "outputs": [{ "components": [{ "internalType": "address", "name": "user", "type": "address" }, { "internalType": "uint128", "name": "ratio", "type": "uint128" }, { "internalType": "uint256", "name": "eMode", "type": "uint256" }, { "internalType": "address[]", "name": "collAddr", "type": "address[]" }, { "internalType": "bool[]", "name": "enabledAsColl", "type": "bool[]" }, { "internalType": "address[]", "name": "borrowAddr", "type": "address[]" }, { "internalType": "uint256[]", "name": "collAmounts", "type": "uint256[]" }, { "internalType": "uint256[]", "name": "borrowStableAmounts", "type": "uint256[]" }, { "internalType": "uint256[]", "name": "borrowVariableAmounts", "type": "uint256[]" }, { "internalType": "uint16", "name": "ltv", "type": "uint16" }, { "internalType": "uint16", "name": "liquidationThreshold", "type": "uint16" }, { "internalType": "uint16", "name": "liquidationBonus", "type": "uint16" }, { "internalType": "address", "name": "priceSource", "type": "address" }, { "internalType": "string", "name": "label", "type": "string" }], "internalType": "struct AaveV3View.LoanData", "name": "data", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "internalType": "address[]", "name": "_users", "type": "address[]" }], "name": "getLoanDataArr", "outputs": [{ "components": [{ "internalType": "address", "name": "user", "type": "address" }, { "internalType": "uint128", "name": "ratio", "type": "uint128" }, { "internalType": "uint256", "name": "eMode", "type": "uint256" }, { "internalType": "address[]", "name": "collAddr", "type": "address[]" }, { "internalType": "bool[]", "name": "enabledAsColl", "type": "bool[]" }, { "internalType": "address[]", "name": "borrowAddr", "type": "address[]" }, { "internalType": "uint256[]", "name": "collAmounts", "type": "uint256[]" }, { "internalType": "uint256[]", "name": "borrowStableAmounts", "type": "uint256[]" }, { "internalType": "uint256[]", "name": "borrowVariableAmounts", "type": "uint256[]" }, { "internalType": "uint16", "name": "ltv", "type": "uint16" }, { "internalType": "uint16", "name": "liquidationThreshold", "type": "uint16" }, { "internalType": "uint16", "name": "liquidationBonus", "type": "uint16" }, { "internalType": "address", "name": "priceSource", "type": "address" }, { "internalType": "string", "name": "label", "type": "string" }], "internalType": "struct AaveV3View.LoanData[]", "name": "loans", "type": "tuple[]" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "internalType": "address[]", "name": "_tokens", "type": "address[]" }], "name": "getPrices", "outputs": [{ "internalType": "uint256[]", "name": "prices", "type": "uint256[]" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "internalType": "address", "name": "_user", "type": "address" }], "name": "getRatio", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "internalType": "address[]", "name": "_users", "type": "address[]" }], "name": "getRatios", "outputs": [{ "internalType": "uint256[]", "name": "ratios", "type": "uint256[]" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "internalType": "address", "name": "_user", "type": "address" }], "name": "getSafetyRatio", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "internalType": "address", "name": "_user", "type": "address" }, { "internalType": "address[]", "name": "_tokens", "type": "address[]" }], "name": "getTokenBalances", "outputs": [{ "components": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "uint256", "name": "balance", "type": "uint256" }, { "internalType": "uint256", "name": "borrowsStable", "type": "uint256" }, { "internalType": "uint256", "name": "borrowsVariable", "type": "uint256" }, { "internalType": "uint256", "name": "stableBorrowRate", "type": "uint256" }, { "internalType": "bool", "name": "enabledAsCollateral", "type": "bool" }], "internalType": "struct AaveV3View.UserToken[]", "name": "userTokens", "type": "tuple[]" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "internalType": "address", "name": "_tokenAddr", "type": "address" }], "name": "getTokenInfoFull", "outputs": [{ "components": [{ "internalType": "address", "name": "aTokenAddress", "type": "address" }, { "internalType": "address", "name": "underlyingTokenAddress", "type": "address" }, { "internalType": "uint16", "name": "assetId", "type": "uint16" }, { "internalType": "uint256", "name": "supplyRate", "type": "uint256" }, { "internalType": "uint256", "name": "borrowRateVariable", "type": "uint256" }, { "internalType": "uint256", "name": "borrowRateStable", "type": "uint256" }, { "internalType": "uint256", "name": "totalSupply", "type": "uint256" }, { "internalType": "uint256", "name": "availableLiquidity", "type": "uint256" }, { "internalType": "uint256", "name": "totalBorrow", "type": "uint256" }, { "internalType": "uint256", "name": "totalBorrowVar", "type": "uint256" }, { "internalType": "uint256", "name": "totalBorrowStab", "type": "uint256" }, { "internalType": "uint256", "name": "collateralFactor", "type": "uint256" }, { "internalType": "uint256", "name": "liquidationRatio", "type": "uint256" }, { "internalType": "uint256", "name": "price", "type": "uint256" }, { "internalType": "uint256", "name": "supplyCap", "type": "uint256" }, { "internalType": "uint256", "name": "borrowCap", "type": "uint256" }, { "internalType": "uint256", "name": "emodeCategory", "type": "uint256" }, { "internalType": "uint256", "name": "debtCeilingForIsolationMode", "type": "uint256" }, { "internalType": "uint256", "name": "isolationModeTotalDebt", "type": "uint256" }, { "internalType": "bool", "name": "usageAsCollateralEnabled", "type": "bool" }, { "internalType": "bool", "name": "borrowingEnabled", "type": "bool" }, { "internalType": "bool", "name": "stableBorrowRateEnabled", "type": "bool" }, { "internalType": "bool", "name": "isolationModeBorrowingEnabled", "type": "bool" }, { "internalType": "bool", "name": "isSiloedForBorrowing", "type": "bool" }, { "internalType": "uint256", "name": "eModeCollateralFactor", "type": "uint256" }, { "internalType": "bool", "name": "isFlashLoanEnabled", "type": "bool" }, { "internalType": "uint16", "name": "ltv", "type": "uint16" }, { "internalType": "uint16", "name": "liquidationThreshold", "type": "uint16" }, { "internalType": "uint16", "name": "liquidationBonus", "type": "uint16" }, { "internalType": "address", "name": "priceSource", "type": "address" }, { "internalType": "string", "name": "label", "type": "string" }, { "internalType": "bool", "name": "isActive", "type": "bool" }, { "internalType": "bool", "name": "isPaused", "type": "bool" }, { "internalType": "bool", "name": "isFrozen", "type": "bool" }, { "internalType": "address", "name": "debtTokenAddress", "type": "address" }], "internalType": "struct AaveV3View.TokenInfoFull", "name": "_tokenInfo", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_market", "type": "address" }, { "internalType": "address[]", "name": "_tokenAddresses", "type": "address[]" }], "name": "getTokensInfo", "outputs": [{ "components": [{ "internalType": "address", "name": "aTokenAddress", "type": "address" }, { "internalType": "address", "name": "underlyingTokenAddress", "type": "address" }, { "internalType": "uint256", "name": "collateralFactor", "type": "uint256" }, { "internalType": "uint256", "name": "price", "type": "uint256" }], "internalType": "struct AaveV3View.TokenInfo[]", "name": "tokens", "type": "tuple[]" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "", "type": "address" }], "name": "isBorrowAllowed", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "pure", "type": "function" }],
|
|
9
9
|
"networks": {
|
|
@@ -1116,15 +1116,6 @@ exports.MorphoBlueView = {
|
|
|
1116
1116
|
}
|
|
1117
1117
|
},
|
|
1118
1118
|
};
|
|
1119
|
-
exports.MidnightView = {
|
|
1120
|
-
"abi": [{ "inputs": [{ "internalType": "bytes32", "name": "_id", "type": "bytes32" }], "name": "getMarketInfo", "outputs": [{ "components": [{ "internalType": "bytes32", "name": "id", "type": "bytes32" }, { "internalType": "uint128", "name": "totalUnits", "type": "uint128" }, { "internalType": "uint128", "name": "lossFactor", "type": "uint128" }, { "internalType": "uint128", "name": "withdrawable", "type": "uint128" }, { "internalType": "uint128", "name": "continuousFeeCredit", "type": "uint128" }, { "internalType": "uint16[7]", "name": "settlementFees", "type": "uint16[7]" }, { "internalType": "uint32", "name": "continuousFee", "type": "uint32" }, { "internalType": "uint8", "name": "tickSpacing", "type": "uint8" }, { "internalType": "uint256[]", "name": "prices", "type": "uint256[]" }], "internalType": "struct MidnightView.MarketInfo", "name": "info", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "bytes32", "name": "_id", "type": "bytes32" }, { "internalType": "address", "name": "_user", "type": "address" }], "name": "getPositionInfo", "outputs": [{ "components": [{ "internalType": "uint128", "name": "credit", "type": "uint128" }, { "internalType": "uint128", "name": "pendingFee", "type": "uint128" }, { "internalType": "uint128", "name": "debt", "type": "uint128" }, { "internalType": "uint128", "name": "collateralBitmap", "type": "uint128" }, { "internalType": "uint128[]", "name": "collateral", "type": "uint128[]" }, { "internalType": "uint256", "name": "ratio", "type": "uint256" }], "internalType": "struct MidnightView.PositionInfo", "name": "pos", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "bytes32", "name": "_id", "type": "bytes32" }, { "internalType": "address", "name": "_user", "type": "address" }], "name": "getRatio", "outputs": [{ "internalType": "uint256", "name": "ratio", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint256", "name": "chainId", "type": "uint256" }, { "internalType": "address", "name": "midnight", "type": "address" }, { "internalType": "address", "name": "loanToken", "type": "address" }, { "components": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "uint256", "name": "lltv", "type": "uint256" }, { "internalType": "uint256", "name": "liquidationCursor", "type": "uint256" }, { "internalType": "address", "name": "oracle", "type": "address" }], "internalType": "struct CollateralParams[]", "name": "collateralParams", "type": "tuple[]" }, { "internalType": "uint256", "name": "maturity", "type": "uint256" }, { "internalType": "uint256", "name": "rcfThreshold", "type": "uint256" }, { "internalType": "address", "name": "enterGate", "type": "address" }, { "internalType": "address", "name": "liquidatorGate", "type": "address" }], "internalType": "struct Market", "name": "_market", "type": "tuple" }], "name": "toId", "outputs": [{ "internalType": "bytes32", "name": "id", "type": "bytes32" }], "stateMutability": "pure", "type": "function" }, { "inputs": [{ "internalType": "bytes32", "name": "_id", "type": "bytes32" }], "name": "toMarket", "outputs": [{ "components": [{ "internalType": "uint256", "name": "chainId", "type": "uint256" }, { "internalType": "address", "name": "midnight", "type": "address" }, { "internalType": "address", "name": "loanToken", "type": "address" }, { "components": [{ "internalType": "address", "name": "token", "type": "address" }, { "internalType": "uint256", "name": "lltv", "type": "uint256" }, { "internalType": "uint256", "name": "liquidationCursor", "type": "uint256" }, { "internalType": "address", "name": "oracle", "type": "address" }], "internalType": "struct CollateralParams[]", "name": "collateralParams", "type": "tuple[]" }, { "internalType": "uint256", "name": "maturity", "type": "uint256" }, { "internalType": "uint256", "name": "rcfThreshold", "type": "uint256" }, { "internalType": "address", "name": "enterGate", "type": "address" }, { "internalType": "address", "name": "liquidatorGate", "type": "address" }], "internalType": "struct Market", "name": "market", "type": "tuple" }], "stateMutability": "view", "type": "function" }],
|
|
1121
|
-
"networks": {
|
|
1122
|
-
"8453": {
|
|
1123
|
-
"address": "0x3aa272f329E8B562A3bA56Bb6979a44D23A28839",
|
|
1124
|
-
"createdBlock": 48932293,
|
|
1125
|
-
}
|
|
1126
|
-
},
|
|
1127
|
-
};
|
|
1128
1119
|
exports.FeedRegistry = {
|
|
1129
1120
|
"abi": [{ "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" }], "name": "OwnershipTransferRequested", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" }], "name": "OwnershipTransferred", "type": "event" }, { "inputs": [], "name": "acceptOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }, { "internalType": "address", "name": "aggregator", "type": "address" }], "name": "confirmFeed", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }], "name": "decimals", "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }], "name": "description", "outputs": [{ "internalType": "string", "name": "", "type": "string" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getAccessController", "outputs": [{ "internalType": "contract AccessControllerInterface", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }, { "internalType": "uint256", "name": "roundId", "type": "uint256" }], "name": "getAnswer", "outputs": [{ "internalType": "int256", "name": "answer", "type": "int256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }], "name": "getCurrentPhaseId", "outputs": [{ "internalType": "uint16", "name": "currentPhaseId", "type": "uint16" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }], "name": "getFeed", "outputs": [{ "internalType": "contract AggregatorV2V3Interface", "name": "aggregator", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }, { "internalType": "uint80", "name": "roundId", "type": "uint80" }], "name": "getNextRoundId", "outputs": [{ "internalType": "uint80", "name": "nextRoundId", "type": "uint80" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }, { "internalType": "uint16", "name": "phaseId", "type": "uint16" }], "name": "getPhase", "outputs": [{ "components": [{ "internalType": "uint16", "name": "phaseId", "type": "uint16" }, { "internalType": "uint80", "name": "startingAggregatorRoundId", "type": "uint80" }, { "internalType": "uint80", "name": "endingAggregatorRoundId", "type": "uint80" }], "internalType": "struct FeedRegistryInterface.Phase", "name": "phase", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }, { "internalType": "uint16", "name": "phaseId", "type": "uint16" }], "name": "getPhaseFeed", "outputs": [{ "internalType": "contract AggregatorV2V3Interface", "name": "aggregator", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }, { "internalType": "uint16", "name": "phaseId", "type": "uint16" }], "name": "getPhaseRange", "outputs": [{ "internalType": "uint80", "name": "startingRoundId", "type": "uint80" }, { "internalType": "uint80", "name": "endingRoundId", "type": "uint80" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }, { "internalType": "uint80", "name": "roundId", "type": "uint80" }], "name": "getPreviousRoundId", "outputs": [{ "internalType": "uint80", "name": "previousRoundId", "type": "uint80" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }], "name": "getProposedFeed", "outputs": [{ "internalType": "contract AggregatorV2V3Interface", "name": "proposedAggregator", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }, { "internalType": "uint80", "name": "_roundId", "type": "uint80" }], "name": "getRoundData", "outputs": [{ "internalType": "uint80", "name": "roundId", "type": "uint80" }, { "internalType": "int256", "name": "answer", "type": "int256" }, { "internalType": "uint256", "name": "startedAt", "type": "uint256" }, { "internalType": "uint256", "name": "updatedAt", "type": "uint256" }, { "internalType": "uint80", "name": "answeredInRound", "type": "uint80" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }, { "internalType": "uint80", "name": "roundId", "type": "uint80" }], "name": "getRoundFeed", "outputs": [{ "internalType": "contract AggregatorV2V3Interface", "name": "aggregator", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }, { "internalType": "uint256", "name": "roundId", "type": "uint256" }], "name": "getTimestamp", "outputs": [{ "internalType": "uint256", "name": "timestamp", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "aggregator", "type": "address" }], "name": "isFeedEnabled", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }], "name": "latestAnswer", "outputs": [{ "internalType": "int256", "name": "answer", "type": "int256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }], "name": "latestRound", "outputs": [{ "internalType": "uint256", "name": "roundId", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }], "name": "latestRoundData", "outputs": [{ "internalType": "uint80", "name": "roundId", "type": "uint80" }, { "internalType": "int256", "name": "answer", "type": "int256" }, { "internalType": "uint256", "name": "startedAt", "type": "uint256" }, { "internalType": "uint256", "name": "updatedAt", "type": "uint256" }, { "internalType": "uint80", "name": "answeredInRound", "type": "uint80" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }], "name": "latestTimestamp", "outputs": [{ "internalType": "uint256", "name": "timestamp", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }, { "internalType": "address", "name": "aggregator", "type": "address" }], "name": "proposeFeed", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }, { "internalType": "uint80", "name": "roundId", "type": "uint80" }], "name": "proposedGetRoundData", "outputs": [{ "internalType": "uint80", "name": "id", "type": "uint80" }, { "internalType": "int256", "name": "answer", "type": "int256" }, { "internalType": "uint256", "name": "startedAt", "type": "uint256" }, { "internalType": "uint256", "name": "updatedAt", "type": "uint256" }, { "internalType": "uint80", "name": "answeredInRound", "type": "uint80" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }], "name": "proposedLatestRoundData", "outputs": [{ "internalType": "uint80", "name": "id", "type": "uint80" }, { "internalType": "int256", "name": "answer", "type": "int256" }, { "internalType": "uint256", "name": "startedAt", "type": "uint256" }, { "internalType": "uint256", "name": "updatedAt", "type": "uint256" }, { "internalType": "uint80", "name": "answeredInRound", "type": "uint80" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "contract AccessControllerInterface", "name": "_accessController", "type": "address" }], "name": "setAccessController", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "to", "type": "address" }], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "typeAndVersion", "outputs": [{ "internalType": "string", "name": "", "type": "string" }], "stateMutability": "pure", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "base", "type": "address" }, { "internalType": "address", "name": "quote", "type": "address" }], "name": "version", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }],
|
|
1130
1121
|
"networks": {
|
|
@@ -1363,3 +1354,11 @@ exports.AaveV4View = {
|
|
|
1363
1354
|
}
|
|
1364
1355
|
}
|
|
1365
1356
|
};
|
|
1357
|
+
exports.UniswapTokenDistributor = {
|
|
1358
|
+
"abi": [{ "inputs": [{ "internalType": "uint256", "name": "index", "type": "uint256" }], "name": "isClaimed", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "view", "type": "function" }],
|
|
1359
|
+
"networks": {
|
|
1360
|
+
"1": {
|
|
1361
|
+
"address": "0x090D4613473dEE047c3f2706764f49E0821D256e",
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1364
|
+
};
|