@dhedge/backend-flatcoin-core 0.2.23 → 0.2.24

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.
@@ -510,4 +510,15 @@ exports.FlatcoinErrors = [
510
510
  name: 'ZeroValue',
511
511
  type: 'error',
512
512
  },
513
+ {
514
+ inputs: [
515
+ {
516
+ internalType: 'address',
517
+ name: 'account',
518
+ type: 'address',
519
+ },
520
+ ],
521
+ name: 'DelayedOrderInvalid',
522
+ type: 'error',
523
+ },
513
524
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.2.23",
3
+ "version": "0.2.24",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",