@reyaxyz/common 0.331.1 → 0.331.2

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.
@@ -290,6 +290,24 @@
290
290
  ],
291
291
  "outputs": [],
292
292
  "stateMutability": "nonpayable"
293
+ },
294
+ {
295
+ "type": "function",
296
+ "name": "setMarketConfigurationSpread",
297
+ "inputs": [
298
+ {
299
+ "name": "marketId",
300
+ "type": "uint128",
301
+ "internalType": "uint128"
302
+ },
303
+ {
304
+ "name": "priceSpread",
305
+ "type": "uint256",
306
+ "internalType": "UD60x18"
307
+ }
308
+ ],
309
+ "outputs": [],
310
+ "stateMutability": "nonpayable"
293
311
  }
294
312
  ]
295
313
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reyaxyz/common",
3
- "version": "0.331.1",
3
+ "version": "0.331.2",
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": "61b083b5b7892f468c1d17ad39c3cee86f196c87"
47
+ "gitHead": "78959f7af6ef5de5d520685dde0cab259b77101a"
48
48
  }
@@ -290,6 +290,24 @@
290
290
  ],
291
291
  "outputs": [],
292
292
  "stateMutability": "nonpayable"
293
+ },
294
+ {
295
+ "type": "function",
296
+ "name": "setMarketConfigurationSpread",
297
+ "inputs": [
298
+ {
299
+ "name": "marketId",
300
+ "type": "uint128",
301
+ "internalType": "uint128"
302
+ },
303
+ {
304
+ "name": "priceSpread",
305
+ "type": "uint256",
306
+ "internalType": "UD60x18"
307
+ }
308
+ ],
309
+ "outputs": [],
310
+ "stateMutability": "nonpayable"
293
311
  }
294
312
  ]
295
313
  }