-
Notifications
You must be signed in to change notification settings - Fork 35
/
credmark_dev_console.yaml
27 lines (27 loc) · 1.13 KB
/
credmark_dev_console.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
imports:
modules:
- name: numpy
as: np
- name: pandas
as: pd
- name: matplotlib.pyplot
as: plt
globals:
- models.credmark.protocols.lending.aave.aave_v2.AaveDebtInfo
- models.credmark.protocols.lending.compound.compound_v2.CompoundV2PoolInfo
- models.credmark.protocols.lending.compound.compound_v2.CompoundV2PoolValue
- models.credmark.protocols.dexes.curve.curve_finance.CurvePoolInfo
- models.dtos.volume.TokenTradingVolume
- models.dtos.pool.PoolPriceInfo
- models.dtos.pool.PoolPriceInfoWithVolume
- models.dtos.price.DexPoolAggregationInput
- models.dtos.price.DexPriceTokenInput
- models.dtos.price.DexPoolPriceInput
- models.credmark.ledger.transfers.get_token_transfer
- models.credmark.ledger.transfers.get_native_transfer
- models.credmark.protocols.dexes.uniswap.univ2_pool.UniV2Pool
- models.credmark.protocols.dexes.uniswap.univ3_pool.UniV3Pool
- models.dtos.historical.HistoricalDTO
- models.dtos.historical.HistoricalRunModelInput
- models.tmp_abi_lookup.PANCAKESWAP_V3_POOL_ABI
- models.credmark.protocols.dexes.curve.curve_meta.CurvePool