@dhedge/backend-flatcoin-core 0.3.30 → 0.3.31

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.
@@ -347,30 +347,6 @@ exports.PerpViewer = [
347
347
  stateMutability: 'view',
348
348
  type: 'function',
349
349
  },
350
- {
351
- inputs: [
352
- {
353
- internalType: 'uint256',
354
- name: 'tokenId_',
355
- type: 'uint256',
356
- },
357
- {
358
- internalType: 'uint256',
359
- name: 'collateralPrice_',
360
- type: 'uint256',
361
- },
362
- ],
363
- name: 'liquidationPrice',
364
- outputs: [
365
- {
366
- internalType: 'uint256',
367
- name: 'liqPrice_',
368
- type: 'uint256',
369
- },
370
- ],
371
- stateMutability: 'view',
372
- type: 'function',
373
- },
374
350
  {
375
351
  inputs: [
376
352
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.3.30",
3
+ "version": "0.3.31",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",