@reflectmoney/oracle.ts 3.2.0 → 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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22,7 +22,7 @@ exports.ADMIN_PUBKEY = new web3_js_1.PublicKey('pRiCEzwgkSi7KTsQHdyfuRbPEuCFoK9s
|
|
|
22
22
|
// Constants for compute unit calculations
|
|
23
23
|
const SEQUENCE_CHECK_CU = 5;
|
|
24
24
|
const ADMIN_VERIFICATION_CU = 6;
|
|
25
|
-
const PAYLOAD_WRITE_CU =
|
|
25
|
+
const PAYLOAD_WRITE_CU = 8;
|
|
26
26
|
const COMPUTE_BUDGET_IX_CU = 150;
|
|
27
27
|
const COMPUTE_BUDGET_UNIT_PRICE_SIZE = 9;
|
|
28
28
|
const COMPUTE_BUDGET_UNIT_LIMIT_SIZE = 5;
|