-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschema_example.json
72 lines (72 loc) · 1.54 KB
/
schema_example.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
65
66
67
68
69
70
71
72
[
{
"action": "usenexus",
"market_id": "https://www.usenexus.org/",
"order": "Market",
"type": "Buy",
"min_delay": 300,
"max_delay": 1500,
"token0": "USDC",
"token1": "USDC",
"network0": "Solana",
"network1": "Eclipse",
"percentage_min": 100,
"percentage_max": 100
},
{
"action": "gaszip",
"market_id": "gasZip",
"order": "Send",
"type": "Buy",
"min_delay": 600,
"max_delay": 1200,
"token0": "ETH",
"token1": "ETH",
"network1": "BASE",
"network0": "Eclipse",
"min_amount": 0.0014,
"max_amount": 0.0017999999999999
},
{
"action": "lifinity",
"market_id": "https://eclipse.lifinity.io/swap",
"order": "Market",
"type": "Buy",
"min_delay": 10,
"max_delay": 20,
"token0": "USDC",
"token1": "SOL",
"network": "Eclipse",
"network0": "Eclipse",
"percentage_min": 100,
"percentage_max": 100
},
{
"action": "lifinity",
"market_id": "https://eclipse.lifinity.io/swap",
"order": "Market",
"type": "Buy",
"min_delay": 10,
"max_delay": 20,
"token0": "SOL",
"token1": "USDC",
"network": "Eclipse",
"network0": "Eclipse",
"percentage_min": 100,
"percentage_max": 100
},
{
"action": "usenexus",
"market_id": "https://www.usenexus.org/",
"order": "Market",
"type": "Buy",
"min_delay": 10,
"max_delay": 20,
"token1": "USDC",
"token0": "USDC",
"network1": "Solana",
"network0": "Eclipse",
"percentage_min": 100,
"percentage_max": 100
}
]