-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-config.json
64 lines (64 loc) · 1.84 KB
/
example-config.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"dryRun": true,
"ethRpcUrl": "https://base-mainnet.g.alchemy.com/v2/?????",
"subgraphUrl": "https://api.studio.thegraph.com/query/49479/ajna-base/version/latest",
"keeperKeystore": "/home/anon/keystore-files/keeper-keystore.json",
"multicallAddress": "0xcA11bde05977b3631167028862bE2a173976CA11",
"multicallBlock": 5022,
"ajna": {
"comment": "can source addresses from https://faqs.ajna.finance/info/deployment-addresses-and-bridges",
"erc20PoolFactory": "0x214f62B5836D83f3D6c4f71F174209097B1A779C",
"erc721PoolFactory": "0xeefEC5d1Cc4bde97279d01D88eFf9e0fEe981769",
"poolUtils": "0x97fa9b0909C238D170C1ab3B5c728A3a45BBEcBa",
"positionManager": "0x59710a4149A27585f1841b5783ac704a08274e64",
"ajnaToken": "0xf0f326af3b1Ed943ab95C29470730CC8Cf66ae47",
"grantFund": "",
"burnWrapper": "",
"lenderHelper": ""
},
"pricing": {
"coinGeckoApiKey": "CG-????????????"
},
"pools": [
{
"name": "wstETH / WETH",
"address": "0x63a366fc5976ff72999c89f69366f388b7d233e8",
"price": {
"source": "fixed",
"value": 1.15
},
"price-disabled": {
"source": "coingecko",
"query": "price?ids=wrapped-steth&vs_currencies=eth"
},
"kick": {
"minDebt": 0.07,
"priceFactor": 0.9
}
},
{
"name": "WETH / USDC",
"address": "0x0b17159f2486f669a1f930926638008e2ccb4287",
"price": {
"source": "coingecko",
"query": "price?ids=ethereum&vs_currencies=usd"
},
"kick": {
"minDebt": 50,
"priceFactor": 0.95
}
},
{
"name": "cbETH / WETH",
"address": "0xcb1953ee28f89731c0ec088da0720fc282fcfa9c",
"price": {
"source": "pool",
"reference": "lup"
},
"kick": {
"minDebt": 0.08,
"priceFactor": 0.95
}
}
]
}