@dhedge/backend-flatcoin-core 0.1.47 → 0.1.48

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.
@@ -458,17 +458,6 @@ exports.FlatcoinErrors = [
458
458
  name: 'PriceExpired',
459
459
  type: 'error',
460
460
  },
461
- {
462
- inputs: [
463
- {
464
- internalType: 'enum FlatcoinErrors.PriceSource',
465
- name: 'priceSource',
466
- type: 'uint8',
467
- },
468
- ],
469
- name: 'PriceInvalid',
470
- type: 'error',
471
- },
472
461
  {
473
462
  inputs: [],
474
463
  name: 'OracleConfigInvalid',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.1.47",
3
+ "version": "0.1.48",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",