@harmoniclabs/buildooor 0.1.26 → 0.1.27

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.
@@ -121,7 +121,7 @@ function getTxInfos(transaction, genesisInfos) {
121
121
  // id
122
122
  txIdData,
123
123
  // TODO: votes (TODO)
124
- new plutus_data_1.DataList([]),
124
+ new plutus_data_1.DataMap([]),
125
125
  // TODO: proposals (TODO)
126
126
  new plutus_data_1.DataList([]),
127
127
  // TODO: currentTreasury
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harmoniclabs/buildooor",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "Cardano transaction builder in typescript",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",