-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.json.VAULT.EXAMPLE
40 lines (40 loc) · 1.23 KB
/
config.json.VAULT.EXAMPLE
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
{
"zigzagChainId": 42161,
"zigzagHttps": "https://api.arbitrum.zigzag.exchange",
"ethereumRPC": "https://mainnet.infura.io/v3/__your_key - or use .env__",
"arbitrumRPC": "https://arb-mainnet.g.alchemy.com/v2/__your_key - or use .env__",
"vault": {
"address": "0xF4037F59C92c9893C43c2372286699430310CFe7",
"depositFee": 0,
"withdrawFee": 0.02,
"initialPrice": 1,
"depositTokens": {
"0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8": {
"priceFeedPrimary": "cryptowatch:61633",
"priceFeedSecondary": null,
"active": true
},
"0x82aF49447D8a07e3bd95BD0d56f35241523fBab1": {
"priceFeedPrimary": "cryptowatch:4",
"priceFeedSecondary": null,
"active": true
},
"0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f": {
"priceFeedPrimary": "cryptowatch:92864",
"priceFeedSecondary": null,
"active": true
}
}
},
"pairs": {
"0x82aF49447D8a07e3bd95BD0d56f35241523fBab1-0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8": {
"priceFeedPrimary": "cryptowatch:4",
"priceFeedSecondary": "cryptowatch:588",
"slippageRate": 1e-5,
"maxSize": 100,
"minSize": 0.0003,
"minSpread": 0.01,
"active": true
}
}
}