@triadxyz/triad-protocol 4.1.5 → 4.1.6

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.
@@ -3417,6 +3417,10 @@
3417
3417
  "type": {
3418
3418
  "kind": "struct",
3419
3419
  "fields": [
3420
+ {
3421
+ "name": "market_id",
3422
+ "type": "u64"
3423
+ },
3420
3424
  {
3421
3425
  "name": "hype_price",
3422
3426
  "type": "u64"
@@ -3444,6 +3448,10 @@
3444
3448
  {
3445
3449
  "name": "volume",
3446
3450
  "type": "u64"
3451
+ },
3452
+ {
3453
+ "name": "timestamp",
3454
+ "type": "i64"
3447
3455
  }
3448
3456
  ]
3449
3457
  }
@@ -4363,6 +4363,10 @@ export type TriadProtocol = {
4363
4363
  type: {
4364
4364
  kind: 'struct';
4365
4365
  fields: [
4366
+ {
4367
+ name: 'marketId';
4368
+ type: 'u64';
4369
+ },
4366
4370
  {
4367
4371
  name: 'hypePrice';
4368
4372
  type: 'u64';
@@ -4390,6 +4394,10 @@ export type TriadProtocol = {
4390
4394
  {
4391
4395
  name: 'volume';
4392
4396
  type: 'u64';
4397
+ },
4398
+ {
4399
+ name: 'timestamp';
4400
+ type: 'i64';
4393
4401
  }
4394
4402
  ];
4395
4403
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",