@paraswap/dex-lib 3.8.5 → 3.8.6-oswap.0
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/.idea/codeStyles/Project.xml +44 -4
- package/.idea/codeStyles/codeStyleConfig.xml +1 -1
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/paraswap-dex-lib.iml +7 -4
- package/build/abi/oswap/oswap.abi.json +452 -0
- package/build/dex/index.js +2 -0
- package/build/dex/index.js.map +1 -1
- package/build/dex/oswap/config.d.ts +5 -0
- package/build/dex/oswap/config.js +31 -0
- package/build/dex/oswap/config.js.map +1 -0
- package/build/dex/oswap/oswap-pool.d.ts +51 -0
- package/build/dex/oswap/oswap-pool.js +150 -0
- package/build/dex/oswap/oswap-pool.js.map +1 -0
- package/build/dex/oswap/oswap.d.ts +46 -0
- package/build/dex/oswap/oswap.js +266 -0
- package/build/dex/oswap/oswap.js.map +1 -0
- package/build/dex/oswap/types.d.ts +20 -0
- package/build/dex/oswap/types.js +3 -0
- package/build/dex/oswap/types.js.map +1 -0
- package/build/dex/zerox/index.d.ts +1 -1
- package/build/dex/zerox/index.js.map +1 -1
- package/package.json +3 -2
- package/src/abi/oswap/oswap.abi.json +452 -0
- package/src/dex/index.ts +2 -0
- package/src/dex/oswap/config.ts +32 -0
- package/src/dex/oswap/oswap-e2e.test.ts +91 -0
- package/src/dex/oswap/oswap-events.test.ts +88 -0
- package/src/dex/oswap/oswap-integration.test.ts +287 -0
- package/src/dex/oswap/oswap-pool.ts +190 -0
- package/src/dex/oswap/oswap.ts +367 -0
- package/src/dex/oswap/types.ts +29 -0
- package/.idea/aws.xml +0 -17
- package/.idea/misc.xml +0 -6
- package/.idea/prettier.xml +0 -7
|
@@ -0,0 +1,452 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [],
|
|
4
|
+
"stateMutability": "nonpayable",
|
|
5
|
+
"type": "constructor"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"anonymous": false,
|
|
9
|
+
"inputs": [
|
|
10
|
+
{
|
|
11
|
+
"indexed": false,
|
|
12
|
+
"internalType": "address",
|
|
13
|
+
"name": "previousAdmin",
|
|
14
|
+
"type": "address"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"indexed": false,
|
|
18
|
+
"internalType": "address",
|
|
19
|
+
"name": "newAdmin",
|
|
20
|
+
"type": "address"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"name": "AdminChanged",
|
|
24
|
+
"type": "event"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"anonymous": false,
|
|
28
|
+
"inputs": [
|
|
29
|
+
{
|
|
30
|
+
"indexed": false,
|
|
31
|
+
"internalType": "address",
|
|
32
|
+
"name": "previousAdmin",
|
|
33
|
+
"type": "address"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"indexed": false,
|
|
37
|
+
"internalType": "address",
|
|
38
|
+
"name": "newAdmin",
|
|
39
|
+
"type": "address"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"name": "OperatorChanged",
|
|
43
|
+
"type": "event"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"anonymous": false,
|
|
47
|
+
"inputs": [
|
|
48
|
+
{
|
|
49
|
+
"indexed": false,
|
|
50
|
+
"internalType": "uint256",
|
|
51
|
+
"name": "traderate0",
|
|
52
|
+
"type": "uint256"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"indexed": false,
|
|
56
|
+
"internalType": "uint256",
|
|
57
|
+
"name": "traderate1",
|
|
58
|
+
"type": "uint256"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"name": "TraderateChanged",
|
|
62
|
+
"type": "event"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"inputs": [],
|
|
66
|
+
"name": "approveStETH",
|
|
67
|
+
"outputs": [],
|
|
68
|
+
"stateMutability": "nonpayable",
|
|
69
|
+
"type": "function"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"inputs": [
|
|
73
|
+
{
|
|
74
|
+
"internalType": "uint256[]",
|
|
75
|
+
"name": "requestIds",
|
|
76
|
+
"type": "uint256[]"
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"name": "claimStETHWithdrawalForETH",
|
|
80
|
+
"outputs": [],
|
|
81
|
+
"stateMutability": "nonpayable",
|
|
82
|
+
"type": "function"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"inputs": [
|
|
86
|
+
{
|
|
87
|
+
"internalType": "uint256[]",
|
|
88
|
+
"name": "requestIds",
|
|
89
|
+
"type": "uint256[]"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"name": "claimStETHWithdrawalForWETH",
|
|
93
|
+
"outputs": [],
|
|
94
|
+
"stateMutability": "nonpayable",
|
|
95
|
+
"type": "function"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"inputs": [
|
|
99
|
+
{
|
|
100
|
+
"internalType": "uint256",
|
|
101
|
+
"name": "amount",
|
|
102
|
+
"type": "uint256"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"name": "depositETHForStETH",
|
|
106
|
+
"outputs": [],
|
|
107
|
+
"stateMutability": "nonpayable",
|
|
108
|
+
"type": "function"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"inputs": [
|
|
112
|
+
{
|
|
113
|
+
"internalType": "uint256",
|
|
114
|
+
"name": "amount",
|
|
115
|
+
"type": "uint256"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"name": "depositWETHForStETH",
|
|
119
|
+
"outputs": [],
|
|
120
|
+
"stateMutability": "nonpayable",
|
|
121
|
+
"type": "function"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"inputs": [],
|
|
125
|
+
"name": "minimumFunds",
|
|
126
|
+
"outputs": [
|
|
127
|
+
{
|
|
128
|
+
"internalType": "uint256",
|
|
129
|
+
"name": "",
|
|
130
|
+
"type": "uint256"
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"stateMutability": "view",
|
|
134
|
+
"type": "function"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"inputs": [],
|
|
138
|
+
"name": "operator",
|
|
139
|
+
"outputs": [
|
|
140
|
+
{
|
|
141
|
+
"internalType": "address",
|
|
142
|
+
"name": "",
|
|
143
|
+
"type": "address"
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"stateMutability": "view",
|
|
147
|
+
"type": "function"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"inputs": [],
|
|
151
|
+
"name": "owner",
|
|
152
|
+
"outputs": [
|
|
153
|
+
{
|
|
154
|
+
"internalType": "address",
|
|
155
|
+
"name": "",
|
|
156
|
+
"type": "address"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"stateMutability": "view",
|
|
160
|
+
"type": "function"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"inputs": [
|
|
164
|
+
{
|
|
165
|
+
"internalType": "uint256[]",
|
|
166
|
+
"name": "amounts",
|
|
167
|
+
"type": "uint256[]"
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"name": "requestStETHWithdrawalForETH",
|
|
171
|
+
"outputs": [
|
|
172
|
+
{
|
|
173
|
+
"internalType": "uint256[]",
|
|
174
|
+
"name": "requestIds",
|
|
175
|
+
"type": "uint256[]"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"stateMutability": "nonpayable",
|
|
179
|
+
"type": "function"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"inputs": [
|
|
183
|
+
{
|
|
184
|
+
"internalType": "uint256",
|
|
185
|
+
"name": "_minimumFunds",
|
|
186
|
+
"type": "uint256"
|
|
187
|
+
}
|
|
188
|
+
],
|
|
189
|
+
"name": "setMinimumFunds",
|
|
190
|
+
"outputs": [],
|
|
191
|
+
"stateMutability": "nonpayable",
|
|
192
|
+
"type": "function"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"inputs": [
|
|
196
|
+
{
|
|
197
|
+
"internalType": "address",
|
|
198
|
+
"name": "newOperator",
|
|
199
|
+
"type": "address"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"name": "setOperator",
|
|
203
|
+
"outputs": [],
|
|
204
|
+
"stateMutability": "nonpayable",
|
|
205
|
+
"type": "function"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"inputs": [
|
|
209
|
+
{
|
|
210
|
+
"internalType": "address",
|
|
211
|
+
"name": "newOwner",
|
|
212
|
+
"type": "address"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"name": "setOwner",
|
|
216
|
+
"outputs": [],
|
|
217
|
+
"stateMutability": "nonpayable",
|
|
218
|
+
"type": "function"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"inputs": [
|
|
222
|
+
{
|
|
223
|
+
"internalType": "uint256",
|
|
224
|
+
"name": "buyT1",
|
|
225
|
+
"type": "uint256"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"internalType": "uint256",
|
|
229
|
+
"name": "sellT1",
|
|
230
|
+
"type": "uint256"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"name": "setPrices",
|
|
234
|
+
"outputs": [],
|
|
235
|
+
"stateMutability": "nonpayable",
|
|
236
|
+
"type": "function"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"inputs": [],
|
|
240
|
+
"name": "steth",
|
|
241
|
+
"outputs": [
|
|
242
|
+
{
|
|
243
|
+
"internalType": "contract IERC20",
|
|
244
|
+
"name": "",
|
|
245
|
+
"type": "address"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"stateMutability": "view",
|
|
249
|
+
"type": "function"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"inputs": [
|
|
253
|
+
{
|
|
254
|
+
"internalType": "uint256",
|
|
255
|
+
"name": "amountIn",
|
|
256
|
+
"type": "uint256"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"internalType": "uint256",
|
|
260
|
+
"name": "amountOutMin",
|
|
261
|
+
"type": "uint256"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"internalType": "address[]",
|
|
265
|
+
"name": "path",
|
|
266
|
+
"type": "address[]"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"internalType": "address",
|
|
270
|
+
"name": "to",
|
|
271
|
+
"type": "address"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"internalType": "uint256",
|
|
275
|
+
"name": "deadline",
|
|
276
|
+
"type": "uint256"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"name": "swapExactTokensForTokens",
|
|
280
|
+
"outputs": [
|
|
281
|
+
{
|
|
282
|
+
"internalType": "uint256[]",
|
|
283
|
+
"name": "amounts",
|
|
284
|
+
"type": "uint256[]"
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"stateMutability": "nonpayable",
|
|
288
|
+
"type": "function"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"inputs": [
|
|
292
|
+
{
|
|
293
|
+
"internalType": "uint256",
|
|
294
|
+
"name": "amountOut",
|
|
295
|
+
"type": "uint256"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"internalType": "uint256",
|
|
299
|
+
"name": "amountInMax",
|
|
300
|
+
"type": "uint256"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"internalType": "address[]",
|
|
304
|
+
"name": "path",
|
|
305
|
+
"type": "address[]"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"internalType": "address",
|
|
309
|
+
"name": "to",
|
|
310
|
+
"type": "address"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"internalType": "uint256",
|
|
314
|
+
"name": "deadline",
|
|
315
|
+
"type": "uint256"
|
|
316
|
+
}
|
|
317
|
+
],
|
|
318
|
+
"name": "swapTokensForExactTokens",
|
|
319
|
+
"outputs": [
|
|
320
|
+
{
|
|
321
|
+
"internalType": "uint256[]",
|
|
322
|
+
"name": "amounts",
|
|
323
|
+
"type": "uint256[]"
|
|
324
|
+
}
|
|
325
|
+
],
|
|
326
|
+
"stateMutability": "nonpayable",
|
|
327
|
+
"type": "function"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"inputs": [],
|
|
331
|
+
"name": "token0",
|
|
332
|
+
"outputs": [
|
|
333
|
+
{
|
|
334
|
+
"internalType": "contract IERC20",
|
|
335
|
+
"name": "",
|
|
336
|
+
"type": "address"
|
|
337
|
+
}
|
|
338
|
+
],
|
|
339
|
+
"stateMutability": "view",
|
|
340
|
+
"type": "function"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"inputs": [],
|
|
344
|
+
"name": "token1",
|
|
345
|
+
"outputs": [
|
|
346
|
+
{
|
|
347
|
+
"internalType": "contract IERC20",
|
|
348
|
+
"name": "",
|
|
349
|
+
"type": "address"
|
|
350
|
+
}
|
|
351
|
+
],
|
|
352
|
+
"stateMutability": "view",
|
|
353
|
+
"type": "function"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"inputs": [],
|
|
357
|
+
"name": "traderate0",
|
|
358
|
+
"outputs": [
|
|
359
|
+
{
|
|
360
|
+
"internalType": "uint256",
|
|
361
|
+
"name": "",
|
|
362
|
+
"type": "uint256"
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
"stateMutability": "view",
|
|
366
|
+
"type": "function"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"inputs": [],
|
|
370
|
+
"name": "traderate1",
|
|
371
|
+
"outputs": [
|
|
372
|
+
{
|
|
373
|
+
"internalType": "uint256",
|
|
374
|
+
"name": "",
|
|
375
|
+
"type": "uint256"
|
|
376
|
+
}
|
|
377
|
+
],
|
|
378
|
+
"stateMutability": "view",
|
|
379
|
+
"type": "function"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"inputs": [
|
|
383
|
+
{
|
|
384
|
+
"internalType": "address",
|
|
385
|
+
"name": "to",
|
|
386
|
+
"type": "address"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"internalType": "uint256",
|
|
390
|
+
"name": "amount",
|
|
391
|
+
"type": "uint256"
|
|
392
|
+
}
|
|
393
|
+
],
|
|
394
|
+
"name": "transferEth",
|
|
395
|
+
"outputs": [],
|
|
396
|
+
"stateMutability": "nonpayable",
|
|
397
|
+
"type": "function"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"inputs": [
|
|
401
|
+
{
|
|
402
|
+
"internalType": "address",
|
|
403
|
+
"name": "token",
|
|
404
|
+
"type": "address"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"internalType": "address",
|
|
408
|
+
"name": "to",
|
|
409
|
+
"type": "address"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"internalType": "uint256",
|
|
413
|
+
"name": "amount",
|
|
414
|
+
"type": "uint256"
|
|
415
|
+
}
|
|
416
|
+
],
|
|
417
|
+
"name": "transferToken",
|
|
418
|
+
"outputs": [],
|
|
419
|
+
"stateMutability": "nonpayable",
|
|
420
|
+
"type": "function"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"inputs": [],
|
|
424
|
+
"name": "weth",
|
|
425
|
+
"outputs": [
|
|
426
|
+
{
|
|
427
|
+
"internalType": "contract IWEth",
|
|
428
|
+
"name": "",
|
|
429
|
+
"type": "address"
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"stateMutability": "view",
|
|
433
|
+
"type": "function"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"inputs": [],
|
|
437
|
+
"name": "withdrawal",
|
|
438
|
+
"outputs": [
|
|
439
|
+
{
|
|
440
|
+
"internalType": "contract IStETHWithdrawal",
|
|
441
|
+
"name": "",
|
|
442
|
+
"type": "address"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"stateMutability": "view",
|
|
446
|
+
"type": "function"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"stateMutability": "payable",
|
|
450
|
+
"type": "receive"
|
|
451
|
+
}
|
|
452
|
+
]
|
package/src/dex/index.ts
CHANGED
|
@@ -81,6 +81,7 @@ import { EtherFi } from './etherfi';
|
|
|
81
81
|
import { Spark } from './spark/spark';
|
|
82
82
|
import { VelodromeSlipstream } from './uniswap-v3/forks/velodrome-slipstream/velodrome-slipstream';
|
|
83
83
|
import { AaveV3Stata } from './aave-v3-stata/aave-v3-stata';
|
|
84
|
+
import { OSwap } from './oswap/oswap';
|
|
84
85
|
|
|
85
86
|
const LegacyDexes = [
|
|
86
87
|
CurveV2,
|
|
@@ -157,6 +158,7 @@ const Dexes = [
|
|
|
157
158
|
PharaohV1,
|
|
158
159
|
Spark,
|
|
159
160
|
AaveV3Stata,
|
|
161
|
+
OSwap,
|
|
160
162
|
];
|
|
161
163
|
|
|
162
164
|
export type LegacyDexConstructor = new (dexHelper: IDexHelper) => IDexTxBuilder<
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { DexParams } from './types';
|
|
2
|
+
import { DexConfigMap, AdapterMappings } from '../../types';
|
|
3
|
+
import { Network, SwapSide } from '../../constants';
|
|
4
|
+
|
|
5
|
+
export const OSWAP_GAS_COST = 80_000;
|
|
6
|
+
|
|
7
|
+
// Important:
|
|
8
|
+
// - All addresses should be lower case.
|
|
9
|
+
// - Only tokens with 18 decimals are supported.
|
|
10
|
+
export const OSwapConfig: DexConfigMap<DexParams> = {
|
|
11
|
+
OSwap: {
|
|
12
|
+
[Network.MAINNET]: {
|
|
13
|
+
pools: [
|
|
14
|
+
{
|
|
15
|
+
id: 'OSwap_0x85b78aca6deae198fbf201c82daf6ca21942acc6', // Pool identifier: `{dex_key}_{pool_address}`
|
|
16
|
+
address: '0x85b78aca6deae198fbf201c82daf6ca21942acc6', // Address of the pool
|
|
17
|
+
token0: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2', // WETH
|
|
18
|
+
token1: '0xae7ab96520de3a18e5e111b5eaab095312d7fe84', // STETH
|
|
19
|
+
},
|
|
20
|
+
],
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export const Adapters: Record<number, AdapterMappings> = {
|
|
26
|
+
[Network.MAINNET]: {
|
|
27
|
+
// Note: We re-use the SmarDex adapters since it implements
|
|
28
|
+
// an Uniswap V2 router compatible interface, which OSwap supports.
|
|
29
|
+
[SwapSide.SELL]: [{ name: 'Adapter04', index: 6 }],
|
|
30
|
+
[SwapSide.BUY]: [{ name: 'BuyAdapter02', index: 2 }],
|
|
31
|
+
},
|
|
32
|
+
};
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import dotenv from 'dotenv';
|
|
3
|
+
dotenv.config();
|
|
4
|
+
|
|
5
|
+
import { testE2E } from '../../../tests/utils-e2e';
|
|
6
|
+
import { Tokens, Holders } from '../../../tests/constants-e2e';
|
|
7
|
+
import { Network, ContractMethod, SwapSide } from '../../constants';
|
|
8
|
+
import { StaticJsonRpcProvider } from '@ethersproject/providers';
|
|
9
|
+
import { generateConfig } from '../../config';
|
|
10
|
+
|
|
11
|
+
function testForNetwork(
|
|
12
|
+
network: Network,
|
|
13
|
+
dexKey: string,
|
|
14
|
+
tokenASymbol: string,
|
|
15
|
+
tokenBSymbol: string,
|
|
16
|
+
tokenAAmount: string,
|
|
17
|
+
tokenBAmount: string,
|
|
18
|
+
) {
|
|
19
|
+
const provider = new StaticJsonRpcProvider(
|
|
20
|
+
generateConfig(network).privateHttpProvider,
|
|
21
|
+
network,
|
|
22
|
+
);
|
|
23
|
+
const tokens = Tokens[network];
|
|
24
|
+
const holders = Holders[network];
|
|
25
|
+
|
|
26
|
+
const sideToContractMethods = new Map([
|
|
27
|
+
[SwapSide.SELL, [ContractMethod.swapExactAmountIn]],
|
|
28
|
+
[SwapSide.BUY, [ContractMethod.swapExactAmountOut]],
|
|
29
|
+
]);
|
|
30
|
+
|
|
31
|
+
describe(`${network}`, () => {
|
|
32
|
+
sideToContractMethods.forEach((contractMethods, side) =>
|
|
33
|
+
describe(`${side}`, () => {
|
|
34
|
+
contractMethods.forEach((contractMethod: ContractMethod) => {
|
|
35
|
+
describe(`${contractMethod}`, () => {
|
|
36
|
+
it(`${tokenASymbol} -> ${tokenBSymbol}`, async () => {
|
|
37
|
+
await testE2E(
|
|
38
|
+
tokens[tokenASymbol],
|
|
39
|
+
tokens[tokenBSymbol],
|
|
40
|
+
holders[tokenASymbol],
|
|
41
|
+
side === SwapSide.SELL ? tokenAAmount : tokenBAmount,
|
|
42
|
+
side,
|
|
43
|
+
dexKey,
|
|
44
|
+
contractMethod,
|
|
45
|
+
network,
|
|
46
|
+
provider,
|
|
47
|
+
);
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
it(`${tokenBSymbol} -> ${tokenASymbol}`, async () => {
|
|
51
|
+
await testE2E(
|
|
52
|
+
tokens[tokenBSymbol],
|
|
53
|
+
tokens[tokenASymbol],
|
|
54
|
+
holders[tokenBSymbol],
|
|
55
|
+
side === SwapSide.SELL ? tokenBAmount : tokenAAmount,
|
|
56
|
+
side,
|
|
57
|
+
dexKey,
|
|
58
|
+
contractMethod,
|
|
59
|
+
network,
|
|
60
|
+
provider,
|
|
61
|
+
);
|
|
62
|
+
});
|
|
63
|
+
});
|
|
64
|
+
});
|
|
65
|
+
}),
|
|
66
|
+
);
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
describe('Oswap E2E', () => {
|
|
71
|
+
const dexKey = 'OSwap';
|
|
72
|
+
|
|
73
|
+
describe('Mainnet', () => {
|
|
74
|
+
const network = Network.MAINNET;
|
|
75
|
+
|
|
76
|
+
const tokenASymbol: string = 'WETH';
|
|
77
|
+
const tokenBSymbol: string = 'STETH';
|
|
78
|
+
|
|
79
|
+
const tokenAAmount: string = '10000000000000';
|
|
80
|
+
const tokenBAmount: string = '10000000000000';
|
|
81
|
+
|
|
82
|
+
testForNetwork(
|
|
83
|
+
network,
|
|
84
|
+
dexKey,
|
|
85
|
+
tokenASymbol,
|
|
86
|
+
tokenBSymbol,
|
|
87
|
+
tokenAAmount,
|
|
88
|
+
tokenBAmount,
|
|
89
|
+
);
|
|
90
|
+
});
|
|
91
|
+
});
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import dotenv from 'dotenv';
|
|
3
|
+
dotenv.config();
|
|
4
|
+
|
|
5
|
+
import { OSwapConfig } from './config';
|
|
6
|
+
import { OSwapEventPool } from './oswap-pool';
|
|
7
|
+
import { Network } from '../../constants';
|
|
8
|
+
import { Address } from '../../types';
|
|
9
|
+
import { DummyDexHelper } from '../../dex-helper/index';
|
|
10
|
+
import { testEventSubscriber } from '../../../tests/utils-events';
|
|
11
|
+
import { OSwapPool, OSwapPoolState } from './types';
|
|
12
|
+
|
|
13
|
+
jest.setTimeout(50 * 1000);
|
|
14
|
+
|
|
15
|
+
// eventName -> blockNumbers
|
|
16
|
+
type EventMappings = Record<string, number[]>;
|
|
17
|
+
|
|
18
|
+
// Helper function. Returns the absolute value of the difference between 2 bigints.
|
|
19
|
+
function absdelta(a: bigint, b: bigint) {
|
|
20
|
+
const delta = a - b;
|
|
21
|
+
return delta < 0 ? -delta : delta;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
function stateCompare(state1: OSwapPoolState, state2: OSwapPoolState) {
|
|
25
|
+
const ROUNDING_ERROR = 2;
|
|
26
|
+
|
|
27
|
+
expect(state1.traderate0).toEqual(state2.traderate0);
|
|
28
|
+
expect(state1.traderate1).toEqual(state2.traderate1);
|
|
29
|
+
// Some ERC20 tokens have rounding error which can lead to the balance computed from Transfer event valuee
|
|
30
|
+
// to deviate by a couple gwei vs the on-chain balance.
|
|
31
|
+
// For example stETH: https://docs.lido.fi/guides/lido-tokens-integration-guide/#1-2-wei-corner-case
|
|
32
|
+
expect(absdelta(state1.balance0, state2.balance0)).toBeLessThanOrEqual(
|
|
33
|
+
ROUNDING_ERROR,
|
|
34
|
+
);
|
|
35
|
+
expect(absdelta(state1.balance1, state2.balance1)).toBeLessThanOrEqual(
|
|
36
|
+
ROUNDING_ERROR,
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
describe('Oswap EventPool Mainnet', function () {
|
|
41
|
+
const dexKey = 'OSwap';
|
|
42
|
+
const network = Network.MAINNET;
|
|
43
|
+
const dexHelper = new DummyDexHelper(network);
|
|
44
|
+
const logger = dexHelper.getLogger(dexKey);
|
|
45
|
+
const pool: OSwapPool = OSwapConfig[dexKey][network].pools[0];
|
|
46
|
+
|
|
47
|
+
let eventPool: OSwapEventPool;
|
|
48
|
+
|
|
49
|
+
// poolAddress -> EventMappings
|
|
50
|
+
const eventsToTest: Record<Address, EventMappings> = {
|
|
51
|
+
[pool.address]: {
|
|
52
|
+
TraderateChanged: [18917344],
|
|
53
|
+
Transfer: [18922097, 18924756],
|
|
54
|
+
},
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
beforeEach(async () => {
|
|
58
|
+
eventPool = new OSwapEventPool(dexKey, pool, network, dexHelper, logger);
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
Object.entries(eventsToTest).forEach(
|
|
62
|
+
([poolAddress, events]: [string, EventMappings]) => {
|
|
63
|
+
describe(`Events for ${poolAddress}`, () => {
|
|
64
|
+
Object.entries(events).forEach(
|
|
65
|
+
([eventName, blockNumbers]: [string, number[]]) => {
|
|
66
|
+
describe(`${eventName}`, () => {
|
|
67
|
+
blockNumbers.forEach((blockNumber: number) => {
|
|
68
|
+
it(`State after ${blockNumber}`, async function () {
|
|
69
|
+
await testEventSubscriber(
|
|
70
|
+
eventPool,
|
|
71
|
+
eventPool.addressesSubscribed,
|
|
72
|
+
(_blockNumber: number) =>
|
|
73
|
+
eventPool.generateState(_blockNumber),
|
|
74
|
+
blockNumber,
|
|
75
|
+
`${dexKey}_${poolAddress}`,
|
|
76
|
+
dexHelper.provider,
|
|
77
|
+
(state1: OSwapPoolState, state2: OSwapPoolState) =>
|
|
78
|
+
stateCompare(state1, state2),
|
|
79
|
+
);
|
|
80
|
+
});
|
|
81
|
+
});
|
|
82
|
+
});
|
|
83
|
+
},
|
|
84
|
+
);
|
|
85
|
+
});
|
|
86
|
+
},
|
|
87
|
+
);
|
|
88
|
+
});
|