@reyaxyz/common 0.303.0 → 0.304.0

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.
@@ -3884,6 +3884,32 @@
3884
3884
  "internalType": "address"
3885
3885
  }
3886
3886
  ]
3887
+ },
3888
+ {
3889
+ "type": "error",
3890
+ "name": "ReduceOnlyConditionFailed",
3891
+ "inputs": [
3892
+ {
3893
+ "name": "marketId",
3894
+ "type": "uint128",
3895
+ "internalType": "uint128"
3896
+ },
3897
+ {
3898
+ "name": "accountId",
3899
+ "type": "uint128",
3900
+ "internalType": "uint128"
3901
+ }
3902
+ ]
3903
+ },
3904
+ {
3905
+ "type": "error",
3906
+ "name": "InsufficientFunds",
3907
+ "inputs": []
3908
+ },
3909
+ {
3910
+ "type": "error",
3911
+ "name": "InsufficientFees",
3912
+ "inputs": []
3887
3913
  }
3888
3914
  ]
3889
3915
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reyaxyz/common",
3
- "version": "0.303.0",
3
+ "version": "0.304.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -44,5 +44,5 @@
44
44
  "generate:coverage-badges": "npx istanbul-badges-readme --silent"
45
45
  },
46
46
  "packageManager": "pnpm@8.3.1",
47
- "gitHead": "c3521bb99f76a21f24c8459ef627f6bcae47e78c"
47
+ "gitHead": "e27bdaa0240fd1e8b2a38a27586a1757737b52e4"
48
48
  }
@@ -3884,6 +3884,32 @@
3884
3884
  "internalType": "address"
3885
3885
  }
3886
3886
  ]
3887
+ },
3888
+ {
3889
+ "type": "error",
3890
+ "name": "ReduceOnlyConditionFailed",
3891
+ "inputs": [
3892
+ {
3893
+ "name": "marketId",
3894
+ "type": "uint128",
3895
+ "internalType": "uint128"
3896
+ },
3897
+ {
3898
+ "name": "accountId",
3899
+ "type": "uint128",
3900
+ "internalType": "uint128"
3901
+ }
3902
+ ]
3903
+ },
3904
+ {
3905
+ "type": "error",
3906
+ "name": "InsufficientFunds",
3907
+ "inputs": []
3908
+ },
3909
+ {
3910
+ "type": "error",
3911
+ "name": "InsufficientFees",
3912
+ "inputs": []
3887
3913
  }
3888
3914
  ]
3889
- }
3915
+ }