@reflectmoney/oracle.ts 3.2.1 → 3.2.2

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -99,7 +99,8 @@ class TransactionBuilder {
99
99
  SEQUENCE_CHECK_CU +
100
100
  ADMIN_VERIFICATION_CU +
101
101
  PAYLOAD_WRITE_CU +
102
- Math.floor(oracleSize / 4);
102
+ Math.floor(oracleSize / 4) +
103
+ READ_CLOCK_CU;
103
104
  this.loadedAccountDataSize += oracleSize * 2;
104
105
  this.oracleUpdateInstructions.push(instruction);
105
106
  return this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reflectmoney/oracle.ts",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "type": "commonjs",
5
5
  "author": "L0STE, stablecoinjesus @ Palindrome Engineering",
6
6
  "repository": {