@azuro-org/toolkit 0.1.7 → 0.1.8

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.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -102,11 +102,7 @@ type MyOutcome = {
102
102
  odds: string
103
103
  }
104
104
 
105
- aggregateOutcomesByMarkets<MyOutcome>({
106
- lpAddress: game.liquidityPool.lpAddress,
107
- conditions: game.conditions,
108
- dictionaries, // ** check the note below
109
- })
105
+ aggregateOutcomesByMarkets<MyOutcome>(...)
110
106
  ```
111
107
 
112
108
  The result will be of type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azuro-org/toolkit",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Set of helpers to work with Azuro protocol",
5
5
  "module": "dist/index.es.js",
6
6
  "main": "lib/index.js",