@triadxyz/triad-protocol 2.7.3-beta → 2.7.5-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.
@@ -3454,6 +3454,10 @@
3454
3454
  {
3455
3455
  "name": "fee",
3456
3456
  "type": "u64"
3457
+ },
3458
+ {
3459
+ "name": "is_trd_payout",
3460
+ "type": "bool"
3457
3461
  }
3458
3462
  ]
3459
3463
  }
@@ -4245,6 +4245,10 @@ export type TriadProtocol = {
4245
4245
  {
4246
4246
  name: 'fee';
4247
4247
  type: 'u64';
4248
+ },
4249
+ {
4250
+ name: 'isTrdPayout';
4251
+ type: 'bool';
4248
4252
  }
4249
4253
  ];
4250
4254
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "2.7.3-beta",
3
+ "version": "2.7.5-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",