@paraswap/dex-lib 3.8.24 → 3.8.26

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.
Files changed (222) hide show
  1. package/.vscode/launch.json +16 -0
  2. package/.vscode/settings.json +3 -0
  3. package/build/abi/Uncompressor.json +250 -0
  4. package/build/abi/integral/factory.json +333 -0
  5. package/build/abi/integral/oracle.json +501 -0
  6. package/build/abi/{inception/inception-ineth-pool.json → integral/pool.json} +522 -543
  7. package/build/abi/integral/relayer.json +1536 -0
  8. package/build/dex/aave-v1/aave-v1.d.ts +1 -2
  9. package/build/dex/aave-v1/aave-v1.js +0 -22
  10. package/build/dex/aave-v1/aave-v1.js.map +1 -1
  11. package/build/dex/bProtocol.d.ts +18 -0
  12. package/build/dex/bProtocol.js +39 -0
  13. package/build/dex/bProtocol.js.map +1 -0
  14. package/build/dex/bancor.d.ts +26 -0
  15. package/build/dex/bancor.js +58 -0
  16. package/build/dex/bancor.js.map +1 -0
  17. package/build/dex/compound.d.ts +18 -0
  18. package/build/dex/compound.js +46 -0
  19. package/build/dex/compound.js.map +1 -0
  20. package/build/dex/curve-v2.d.ts +58 -0
  21. package/build/dex/curve-v2.js +180 -0
  22. package/build/dex/curve-v2.js.map +1 -0
  23. package/build/dex/dodo-v1.d.ts +33 -0
  24. package/build/dex/dodo-v1.js +63 -0
  25. package/build/dex/dodo-v1.js.map +1 -0
  26. package/build/dex/etherfi/etherfi.d.ts +26 -0
  27. package/build/dex/etherfi/etherfi.js +96 -0
  28. package/build/dex/etherfi/etherfi.js.map +1 -0
  29. package/build/dex/generic-rfq/rate-fetcher.js +1 -1
  30. package/build/dex/generic-rfq/rate-fetcher.js.map +1 -1
  31. package/build/dex/index.js +2 -0
  32. package/build/dex/index.js.map +1 -1
  33. package/build/dex/integral/config.d.ts +4 -0
  34. package/build/dex/integral/config.js +20 -0
  35. package/build/dex/integral/config.js.map +1 -0
  36. package/build/dex/integral/context.d.ts +40 -0
  37. package/build/dex/integral/context.js +158 -0
  38. package/build/dex/integral/context.js.map +1 -0
  39. package/build/dex/integral/helpers.d.ts +17 -0
  40. package/build/dex/integral/helpers.js +157 -0
  41. package/build/dex/integral/helpers.js.map +1 -0
  42. package/build/dex/integral/integral-factory.d.ts +24 -0
  43. package/build/dex/integral/integral-factory.js +95 -0
  44. package/build/dex/integral/integral-factory.js.map +1 -0
  45. package/build/dex/integral/integral-pool.d.ts +50 -0
  46. package/build/dex/integral/integral-pool.js +149 -0
  47. package/build/dex/integral/integral-pool.js.map +1 -0
  48. package/build/dex/integral/integral-pricing.d.ts +18 -0
  49. package/build/dex/integral/integral-pricing.js +114 -0
  50. package/build/dex/integral/integral-pricing.js.map +1 -0
  51. package/build/dex/integral/integral-relayer.d.ts +42 -0
  52. package/build/dex/integral/integral-relayer.js +192 -0
  53. package/build/dex/integral/integral-relayer.js.map +1 -0
  54. package/build/dex/integral/integral-token.d.ts +27 -0
  55. package/build/dex/integral/integral-token.js +59 -0
  56. package/build/dex/integral/integral-token.js.map +1 -0
  57. package/build/dex/{inception/inception-native.d.ts → integral/integral.d.ts} +19 -21
  58. package/build/dex/integral/integral.js +376 -0
  59. package/build/dex/integral/integral.js.map +1 -0
  60. package/build/dex/integral/types.d.ts +85 -0
  61. package/build/dex/integral/types.js +9 -0
  62. package/build/dex/integral/types.js.map +1 -0
  63. package/build/dex/integral/utils-e2e.d.ts +9 -0
  64. package/build/dex/integral/utils-e2e.js +131 -0
  65. package/build/dex/integral/utils-e2e.js.map +1 -0
  66. package/build/dex/integral/utils.d.ts +17 -0
  67. package/build/dex/integral/utils.js +94 -0
  68. package/build/dex/integral/utils.js.map +1 -0
  69. package/build/dex/lido.d.ts +19 -0
  70. package/build/dex/lido.js +42 -0
  71. package/build/dex/lido.js.map +1 -0
  72. package/build/dex/onebit.d.ts +25 -0
  73. package/build/dex/onebit.js +42 -0
  74. package/build/dex/onebit.js.map +1 -0
  75. package/build/dex/oswap/oswap-pool.js +8 -8
  76. package/build/dex/oswap/oswap-pool.js.map +1 -1
  77. package/build/dex/oswap/oswap.d.ts +3 -3
  78. package/build/dex/oswap/oswap.js +21 -12
  79. package/build/dex/oswap/oswap.js.map +1 -1
  80. package/build/dex/oswap/types.d.ts +4 -4
  81. package/build/dex/platypus/platypus.d.ts +1 -2
  82. package/build/dex/platypus/platypus.js +0 -31
  83. package/build/dex/platypus/platypus.js.map +1 -1
  84. package/build/dex/sdai/config.d.ts +11 -0
  85. package/build/dex/sdai/config.js +21 -0
  86. package/build/dex/sdai/config.js.map +1 -0
  87. package/build/dex/sdai/constants.d.ts +2 -0
  88. package/build/dex/sdai/constants.js +6 -0
  89. package/build/dex/sdai/constants.js.map +1 -0
  90. package/build/dex/sdai/scripts/validate-state.d.ts +1 -0
  91. package/build/dex/sdai/scripts/validate-state.js +102 -0
  92. package/build/dex/sdai/scripts/validate-state.js.map +1 -0
  93. package/build/dex/sdai/sdai-pool.d.ts +16 -0
  94. package/build/dex/sdai/sdai-pool.js +85 -0
  95. package/build/dex/sdai/sdai-pool.js.map +1 -0
  96. package/build/dex/sdai/sdai.d.ts +51 -0
  97. package/build/dex/sdai/sdai.js +172 -0
  98. package/build/dex/sdai/sdai.js.map +1 -0
  99. package/build/dex/sdai/types.d.ts +21 -0
  100. package/build/dex/sdai/types.js +11 -0
  101. package/build/dex/sdai/types.js.map +1 -0
  102. package/build/dex/sdai/utils.d.ts +4 -0
  103. package/build/dex/sdai/utils.js +39 -0
  104. package/build/dex/sdai/utils.js.map +1 -0
  105. package/build/dex/smoothy.d.ts +26 -0
  106. package/build/dex/smoothy.js +48 -0
  107. package/build/dex/smoothy.js.map +1 -0
  108. package/build/dex/stable-pool.d.ts +28 -0
  109. package/build/dex/stable-pool.js +62 -0
  110. package/build/dex/stable-pool.js.map +1 -0
  111. package/build/dex/swaap-v1/swaap-v1.d.ts +1 -2
  112. package/build/dex/swaap-v1/swaap-v1.js +0 -10
  113. package/build/dex/swaap-v1/swaap-v1.js.map +1 -1
  114. package/build/dex/trader-joe-v2.1/optimizer.d.ts +2 -0
  115. package/build/dex/trader-joe-v2.1/optimizer.js +44 -0
  116. package/build/dex/trader-joe-v2.1/optimizer.js.map +1 -0
  117. package/build/dex/trader-joe-v2.1.d.ts +43 -0
  118. package/build/dex/trader-joe-v2.1.js +79 -0
  119. package/build/dex/trader-joe-v2.1.js.map +1 -0
  120. package/build/executor/compressor/Compressor.d.ts +23 -0
  121. package/build/executor/compressor/Compressor.js +144 -0
  122. package/build/executor/compressor/Compressor.js.map +1 -0
  123. package/build/executor/compressor/compress.d.ts +17 -0
  124. package/build/executor/compressor/compress.js +187 -0
  125. package/build/executor/compressor/compress.js.map +1 -0
  126. package/build/executor/compressor/compress_functions/addressSubstitution.d.ts +6 -0
  127. package/build/executor/compressor/compress_functions/addressSubstitution.js +29 -0
  128. package/build/executor/compressor/compress_functions/addressSubstitution.js.map +1 -0
  129. package/build/executor/compressor/compress_functions/addressSubstitutionFromObject.d.ts +10 -0
  130. package/build/executor/compressor/compress_functions/addressSubstitutionFromObject.js +40 -0
  131. package/build/executor/compressor/compress_functions/addressSubstitutionFromObject.js.map +1 -0
  132. package/build/executor/compressor/compress_functions/byteSubstitution.d.ts +11 -0
  133. package/build/executor/compressor/compress_functions/byteSubstitution.js +64 -0
  134. package/build/executor/compressor/compress_functions/byteSubstitution.js.map +1 -0
  135. package/build/executor/compressor/compress_functions/ffSubstitution.d.ts +7 -0
  136. package/build/executor/compressor/compress_functions/ffSubstitution.js +54 -0
  137. package/build/executor/compressor/compress_functions/ffSubstitution.js.map +1 -0
  138. package/build/executor/compressor/compress_functions/findLongestAndSubstitute.d.ts +8 -0
  139. package/build/executor/compressor/compress_functions/findLongestAndSubstitute.js +67 -0
  140. package/build/executor/compressor/compress_functions/findLongestAndSubstitute.js.map +1 -0
  141. package/build/executor/compressor/compress_functions/findLongestAndSubstitute_old.d.ts +8 -0
  142. package/build/executor/compressor/compress_functions/findLongestAndSubstitute_old.js +61 -0
  143. package/build/executor/compressor/compress_functions/findLongestAndSubstitute_old.js.map +1 -0
  144. package/build/executor/compressor/compress_functions/reverseAddressSubstitution.d.ts +6 -0
  145. package/build/executor/compressor/compress_functions/reverseAddressSubstitution.js +37 -0
  146. package/build/executor/compressor/compress_functions/reverseAddressSubstitution.js.map +1 -0
  147. package/build/executor/compressor/compress_functions/searchUnusedBytes.d.ts +9 -0
  148. package/build/executor/compressor/compress_functions/searchUnusedBytes.js +33 -0
  149. package/build/executor/compressor/compress_functions/searchUnusedBytes.js.map +1 -0
  150. package/build/executor/compressor/fetchSaved.d.ts +0 -0
  151. package/build/executor/compressor/fetchSaved.js +17 -0
  152. package/build/executor/compressor/fetchSaved.js.map +1 -0
  153. package/build/executor/compressor/utils/computeCostL2.d.ts +2 -0
  154. package/build/executor/compressor/utils/computeCostL2.js +14 -0
  155. package/build/executor/compressor/utils/computeCostL2.js.map +1 -0
  156. package/build/executor/compressor/utils/findLongestDuplicatedString.d.ts +2 -0
  157. package/build/executor/compressor/utils/findLongestDuplicatedString.js +30 -0
  158. package/build/executor/compressor/utils/findLongestDuplicatedString.js.map +1 -0
  159. package/build/executor/compressor/utils/getAllIndexes.d.ts +2 -0
  160. package/build/executor/compressor/utils/getAllIndexes.js +12 -0
  161. package/build/executor/compressor/utils/getAllIndexes.js.map +1 -0
  162. package/build/executor/compressor/utils/getByteForAddress.d.ts +2 -0
  163. package/build/executor/compressor/utils/getByteForAddress.js +14 -0
  164. package/build/executor/compressor/utils/getByteForAddress.js.map +1 -0
  165. package/build/executor/compressor/utils/intTo2Bytes.d.ts +2 -0
  166. package/build/executor/compressor/utils/intTo2Bytes.js +14 -0
  167. package/build/executor/compressor/utils/intTo2Bytes.js.map +1 -0
  168. package/build/executor/compressor/utils/intTo3Bytes.d.ts +2 -0
  169. package/build/executor/compressor/utils/intTo3Bytes.js +18 -0
  170. package/build/executor/compressor/utils/intTo3Bytes.js.map +1 -0
  171. package/build/executor/compressor/utils/intToByte.d.ts +2 -0
  172. package/build/executor/compressor/utils/intToByte.js +10 -0
  173. package/build/executor/compressor/utils/intToByte.js.map +1 -0
  174. package/package.json +1 -1
  175. package/src/abi/oswap/oswap.abi.json +452 -0
  176. package/src/dex/generic-rfq/rate-fetcher.ts +6 -5
  177. package/src/dex/index.ts +2 -0
  178. package/src/dex/oswap/config.ts +32 -0
  179. package/src/dex/oswap/oswap-e2e.test.ts +91 -0
  180. package/src/dex/oswap/oswap-events.test.ts +88 -0
  181. package/src/dex/oswap/oswap-integration.test.ts +291 -0
  182. package/src/dex/oswap/oswap-pool.ts +190 -0
  183. package/src/dex/oswap/oswap.ts +414 -0
  184. package/src/dex/oswap/types.ts +29 -0
  185. package/build/abi/inception/inception-ineth.json +0 -609
  186. package/build/abi/inception/inception-ratio-feed.json +0 -93
  187. package/build/abi/inception/inception-vault.json +0 -991
  188. package/build/dex/idle-dao/idle-dao-pool.d.ts +0 -56
  189. package/build/dex/idle-dao/idle-dao-pool.js +0 -176
  190. package/build/dex/idle-dao/idle-dao-pool.js.map +0 -1
  191. package/build/dex/idle-dao/idle-dao-pooling-pool.d.ts +0 -16
  192. package/build/dex/idle-dao/idle-dao-pooling-pool.js +0 -57
  193. package/build/dex/idle-dao/idle-dao-pooling-pool.js.map +0 -1
  194. package/build/dex/idle-dao/scripts.d.ts +0 -9
  195. package/build/dex/idle-dao/scripts.js +0 -552
  196. package/build/dex/idle-dao/scripts.js.map +0 -1
  197. package/build/dex/inception/config.d.ts +0 -5
  198. package/build/dex/inception/config.js +0 -112
  199. package/build/dex/inception/config.js.map +0 -1
  200. package/build/dex/inception/inception-event-pool.d.ts +0 -23
  201. package/build/dex/inception/inception-event-pool.js +0 -34
  202. package/build/dex/inception/inception-event-pool.js.map +0 -1
  203. package/build/dex/inception/inception-native.js +0 -131
  204. package/build/dex/inception/inception-native.js.map +0 -1
  205. package/build/dex/inception/inception-pool.d.ts +0 -18
  206. package/build/dex/inception/inception-pool.js +0 -32
  207. package/build/dex/inception/inception-pool.js.map +0 -1
  208. package/build/dex/inception/inception-price-feed.d.ts +0 -19
  209. package/build/dex/inception/inception-price-feed.js +0 -51
  210. package/build/dex/inception/inception-price-feed.js.map +0 -1
  211. package/build/dex/inception/inception.d.ts +0 -44
  212. package/build/dex/inception/inception.js +0 -162
  213. package/build/dex/inception/inception.js.map +0 -1
  214. package/build/dex/inception/tokens.d.ts +0 -9
  215. package/build/dex/inception/tokens.js +0 -28
  216. package/build/dex/inception/tokens.js.map +0 -1
  217. package/build/dex/inception/types.d.ts +0 -22
  218. package/build/dex/inception/types.js +0 -3
  219. package/build/dex/inception/types.js.map +0 -1
  220. package/build/dex/inception/utils.d.ts +0 -7
  221. package/build/dex/inception/utils.js +0 -58
  222. package/build/dex/inception/utils.js.map +0 -1
@@ -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
+ ]
@@ -1,5 +1,5 @@
1
1
  import BigNumber from 'bignumber.js';
2
- import { isEmpty } from 'lodash';
2
+ import { isEmpty, omit } from 'lodash';
3
3
  import { SwapSide } from '@paraswap/core';
4
4
  import { BN_1 } from '../../bignumber-constants';
5
5
  import { IDexHelper } from '../../dex-helper';
@@ -433,14 +433,15 @@ export class RateFetcher {
433
433
  timeout: GET_FIRM_RATE_TIMEOUT_MS,
434
434
  };
435
435
 
436
+ this.logger.info(
437
+ 'FirmRate Request:',
438
+ JSON.stringify(omit(payload, 'secret')).replace(/(?:\r\n|\r|\n)/g, ' '),
439
+ );
440
+
436
441
  if (this.firmRateAuth) {
437
442
  this.firmRateAuth(payload);
438
443
  delete payload.secret;
439
444
  }
440
- this.logger.info(
441
- 'FirmRate Request:',
442
- JSON.stringify(payload).replace(/(?:\r\n|\r|\n)/g, ' '),
443
- );
444
445
  const { data } = await this.dexHelper.httpRequest.request<unknown>(
445
446
  payload,
446
447
  );
package/src/dex/index.ts CHANGED
@@ -83,6 +83,7 @@ import { EtherFi } from './etherfi';
83
83
  import { Spark } from './spark/spark';
84
84
  import { VelodromeSlipstream } from './uniswap-v3/forks/velodrome-slipstream/velodrome-slipstream';
85
85
  import { AaveV3Stata } from './aave-v3-stata/aave-v3-stata';
86
+ import { OSwap } from './oswap/oswap';
86
87
  import { ConcentratorArusd } from './concentrator-arusd/concentrator-arusd';
87
88
  import { FxProtocolRusd } from './fx-protocol-rusd/fx-protocol-rusd';
88
89
  import { LitePsm } from './lite-psm/lite-psm';
@@ -164,6 +165,7 @@ const Dexes = [
164
165
  PharaohV1,
165
166
  Spark,
166
167
  AaveV3Stata,
168
+ OSwap,
167
169
  ConcentratorArusd,
168
170
  FxProtocolRusd,
169
171
  LitePsm,
@@ -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(
33
+ absdelta(BigInt(state1.balance0), BigInt(state2.balance0)),
34
+ ).toBeLessThanOrEqual(ROUNDING_ERROR);
35
+ expect(
36
+ absdelta(BigInt(state1.balance1), BigInt(state2.balance1)),
37
+ ).toBeLessThanOrEqual(ROUNDING_ERROR);
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
+ });