@reyaxyz/common 0.340.0 → 0.340.1

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.
@@ -291,6 +291,29 @@
291
291
  "outputs": [],
292
292
  "stateMutability": "nonpayable"
293
293
  },
294
+ {
295
+ "type": "function",
296
+ "name": "setMarketConfigurationDepthAndVelocity",
297
+ "inputs": [
298
+ {
299
+ "name": "marketId",
300
+ "type": "uint128",
301
+ "internalType": "uint128"
302
+ },
303
+ {
304
+ "name": "depthFactor",
305
+ "type": "uint256",
306
+ "internalType": "UD60x18"
307
+ },
308
+ {
309
+ "name": "velocityMultiplier",
310
+ "type": "uint256",
311
+ "internalType": "UD60x18"
312
+ }
313
+ ],
314
+ "outputs": [],
315
+ "stateMutability": "nonpayable"
316
+ },
294
317
  {
295
318
  "type": "function",
296
319
  "name": "setMarketConfigurationSpread",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reyaxyz/common",
3
- "version": "0.340.0",
3
+ "version": "0.340.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -45,5 +45,5 @@
45
45
  "generate:coverage-badges": "npx istanbul-badges-readme --silent"
46
46
  },
47
47
  "packageManager": "pnpm@8.3.1",
48
- "gitHead": "b87491b1934e63bae1da6e5e6fa7989e88cb88dd"
48
+ "gitHead": "81fe181d39be63346c1446af37a7bc1c7250541d"
49
49
  }
@@ -291,6 +291,29 @@
291
291
  "outputs": [],
292
292
  "stateMutability": "nonpayable"
293
293
  },
294
+ {
295
+ "type": "function",
296
+ "name": "setMarketConfigurationDepthAndVelocity",
297
+ "inputs": [
298
+ {
299
+ "name": "marketId",
300
+ "type": "uint128",
301
+ "internalType": "uint128"
302
+ },
303
+ {
304
+ "name": "depthFactor",
305
+ "type": "uint256",
306
+ "internalType": "UD60x18"
307
+ },
308
+ {
309
+ "name": "velocityMultiplier",
310
+ "type": "uint256",
311
+ "internalType": "UD60x18"
312
+ }
313
+ ],
314
+ "outputs": [],
315
+ "stateMutability": "nonpayable"
316
+ },
294
317
  {
295
318
  "type": "function",
296
319
  "name": "setMarketConfigurationSpread",