@dhedge/backend-flatcoin-core 0.1.41 → 0.1.42

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.
@@ -238,4 +238,29 @@ exports.LimitOrder = [
238
238
  name: 'LimitOrderExecuted',
239
239
  type: 'event',
240
240
  },
241
+ {
242
+ anonymous: false,
243
+ inputs: [
244
+ {
245
+ indexed: false,
246
+ internalType: 'address',
247
+ name: 'account',
248
+ type: 'address',
249
+ },
250
+ {
251
+ indexed: false,
252
+ internalType: 'enum FlatcoinStructs.OrderType',
253
+ name: 'orderType',
254
+ type: 'uint8',
255
+ },
256
+ {
257
+ indexed: false,
258
+ internalType: 'uint256',
259
+ name: 'keeperFee',
260
+ type: 'uint256',
261
+ },
262
+ ],
263
+ name: 'OrderCancelled',
264
+ type: 'event',
265
+ },
241
266
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",