@triadxyz/triad-protocol 3.2.3-beta → 3.2.4-beta

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.
@@ -3265,6 +3265,10 @@
3265
3265
  "name": "is_first_come_first_served",
3266
3266
  "type": "bool"
3267
3267
  },
3268
+ {
3269
+ "name": "timestamp",
3270
+ "type": "i64"
3271
+ },
3268
3272
  {
3269
3273
  "name": "merkle_root",
3270
3274
  "type": {
@@ -4252,6 +4252,10 @@ export type TriadProtocol = {
4252
4252
  name: 'isFirstComeFirstServed';
4253
4253
  type: 'bool';
4254
4254
  },
4255
+ {
4256
+ name: 'timestamp';
4257
+ type: 'i64';
4258
+ },
4255
4259
  {
4256
4260
  name: 'merkleRoot';
4257
4261
  type: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "3.2.3-beta",
3
+ "version": "3.2.4-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",