@triadxyz/poseidons-protocol 0.1.2 → 0.1.3

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.
@@ -1103,6 +1103,10 @@
1103
1103
  "name": "coins",
1104
1104
  "type": "u64"
1105
1105
  },
1106
+ {
1107
+ "name": "amount",
1108
+ "type": "u64"
1109
+ },
1106
1110
  {
1107
1111
  "name": "timestamp",
1108
1112
  "type": "i64"
@@ -1535,10 +1539,14 @@
1535
1539
  "name": "created_at",
1536
1540
  "type": "i64"
1537
1541
  },
1542
+ {
1543
+ "name": "coins",
1544
+ "type": "u64"
1545
+ },
1538
1546
  {
1539
1547
  "name": "padding",
1540
1548
  "type": {
1541
- "array": ["u8", 64]
1549
+ "array": ["u8", 56]
1542
1550
  }
1543
1551
  }
1544
1552
  ]
@@ -1481,6 +1481,10 @@ export type PoseidonsProtocol = {
1481
1481
  name: 'coins';
1482
1482
  type: 'u64';
1483
1483
  },
1484
+ {
1485
+ name: 'amount';
1486
+ type: 'u64';
1487
+ },
1484
1488
  {
1485
1489
  name: 'timestamp';
1486
1490
  type: 'i64';
@@ -1913,10 +1917,14 @@ export type PoseidonsProtocol = {
1913
1917
  name: 'createdAt';
1914
1918
  type: 'i64';
1915
1919
  },
1920
+ {
1921
+ name: 'coins';
1922
+ type: 'u64';
1923
+ },
1916
1924
  {
1917
1925
  name: 'padding';
1918
1926
  type: {
1919
- array: ['u8', 64];
1927
+ array: ['u8', 56];
1920
1928
  };
1921
1929
  }
1922
1930
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/poseidons-protocol",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",