@typus/typus-sdk 0.5.3 → 0.5.4
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/lib/scripts/sui.js +4 -4
- package/lib/utils/authorized/getAuthorizedAddAuthorizedUserTx.js +1 -1
- package/lib/utils/authorized/getAuthorizedAddCoveredCallVaultAuthorizedUserTx.js +1 -1
- package/lib/utils/authorized/getAuthorizedDeliveryTx.js +1 -1
- package/lib/utils/authorized/getAuthorizedEvolutionTx.js +1 -1
- package/lib/utils/authorized/getAuthorizedLastEvolutionTx.js +1 -1
- package/lib/utils/authorized/getAuthorizedNewAuctionTx.js +1 -1
- package/lib/utils/authorized/getAuthorizedNewCoveredCallVaultTx.js +1 -1
- package/lib/utils/authorized/getAuthorizedRemoveAuthorizedUserTx.js +1 -1
- package/lib/utils/authorized/getAuthorizedRemoveCoveredCallVaultAuthorizedUserTx.js +1 -1
- package/lib/utils/authorized/getAuthorizedSettleTx.js +1 -1
- package/lib/utils/authorized/getAuthorizedUpdateCapacityTx.js +1 -1
- package/lib/utils/authorized/getAuthorizedUpdateNextVaultConfigTx.js +1 -1
- package/lib/utils/authorized/getAuthorizedUpdateVaultConfigTx.js +1 -1
- package/lib/utils/coveredCall/getAddCoveredCallVaultAuthorizedUserTx.js +1 -1
- package/lib/utils/coveredCall/getClaimAllTx.js +1 -1
- package/lib/utils/coveredCall/getClaimTx.js +1 -1
- package/lib/utils/coveredCall/getCloseAuctionTx.js +1 -1
- package/lib/utils/coveredCall/getCloseVaultTx.js +1 -1
- package/lib/utils/coveredCall/getDeliveryTx.js +1 -1
- package/lib/utils/coveredCall/getDepositTx.js +1 -1
- package/lib/utils/coveredCall/getEvolutionTx.js +1 -1
- package/lib/utils/coveredCall/getLastEvolutionTx.js +1 -1
- package/lib/utils/coveredCall/getMakerClaimAllTx.js +1 -1
- package/lib/utils/coveredCall/getMakerClaimTx.js +1 -1
- package/lib/utils/coveredCall/getNewAuctionTx.js +1 -1
- package/lib/utils/coveredCall/getNewAuctionWithNextCoveredCallVaultTx.js +1 -1
- package/lib/utils/coveredCall/getNewBidTx.js +1 -1
- package/lib/utils/coveredCall/getNewCoveredCallVaultTx.js +1 -1
- package/lib/utils/coveredCall/getNewManagerTx.js +1 -1
- package/lib/utils/coveredCall/getRefundTx.js +1 -1
- package/lib/utils/coveredCall/getRemoveBidTx.js +1 -1
- package/lib/utils/coveredCall/getRemoveCoveredCallVaultAuthorizedUserTx.js +1 -1
- package/lib/utils/coveredCall/getRemoveManagerTx.js +1 -1
- package/lib/utils/coveredCall/getRollOverTx.js +1 -1
- package/lib/utils/coveredCall/getSettleTx.js +1 -1
- package/lib/utils/coveredCall/getSettleWithRollOverTx.js +1 -1
- package/lib/utils/coveredCall/getSubscribeTx.js +1 -1
- package/lib/utils/coveredCall/getUnsubscribeTx.js +1 -1
- package/lib/utils/coveredCall/getUpdateCapacityTx.js +1 -1
- package/lib/utils/coveredCall/getUpdateNextVaultConfigTx.js +1 -1
- package/lib/utils/coveredCall/getUpdatePayoffConfigTx.js +1 -1
- package/lib/utils/coveredCall/getUpdateVaultConfigTx.js +1 -1
- package/lib/utils/coveredCall/getWithdrawTx.js +1 -1
- package/lib/utils/getCreateTokenRegistryTx.js +1 -1
- package/lib/utils/getMintTx.js +1 -1
- package/lib/utils/getNewOracleTx.js +1 -1
- package/lib/utils/getNewTimeOracleTx.js +1 -1
- package/lib/utils/getUpdateOracleTx.js +1 -1
- package/lib/utils/getUpdateTimeOracleTx.js +1 -1
- package/package.json +1 -1
package/lib/scripts/sui.js
CHANGED
|
@@ -82,7 +82,7 @@ function readJsonFile(filePath) {
|
|
|
82
82
|
// console.log("test for transferObject()")
|
|
83
83
|
// const transferTxn = await signer.transferObject({
|
|
84
84
|
// objectId: obj1,
|
|
85
|
-
// gasBudget:
|
|
85
|
+
// gasBudget: 100000,
|
|
86
86
|
// recipient: receiver,
|
|
87
87
|
// });
|
|
88
88
|
// console.log('transferTxn', transferTxn);
|
|
@@ -100,7 +100,7 @@ function readJsonFile(filePath) {
|
|
|
100
100
|
// 'An NFT created by the wallet Command Line Tool',
|
|
101
101
|
// 'ipfs://bafkreibngqhl3gaa7daob4i2vccziay2jjlp435cf66vhono7nrvww53ty',
|
|
102
102
|
// ],
|
|
103
|
-
// gasBudget:
|
|
103
|
+
// gasBudget: 100000,
|
|
104
104
|
// });
|
|
105
105
|
// console.log('moveCallTxn', moveCallTxn);
|
|
106
106
|
// })();
|
|
@@ -135,7 +135,7 @@ function readJsonFile(filePath) {
|
|
|
135
135
|
// );
|
|
136
136
|
// const publishTxn = await signer.publish({
|
|
137
137
|
// compiledModules: modulesInBytes,
|
|
138
|
-
// gasBudget:
|
|
138
|
+
// gasBudget: 100000,
|
|
139
139
|
// });
|
|
140
140
|
// console.log('publishTxn', publishTxn);
|
|
141
141
|
// })();
|
|
@@ -180,7 +180,7 @@ function readJsonFile(filePath) {
|
|
|
180
180
|
// true,
|
|
181
181
|
// coin
|
|
182
182
|
// ],
|
|
183
|
-
// gasBudget:
|
|
183
|
+
// gasBudget: 100000,
|
|
184
184
|
// }
|
|
185
185
|
// const moveCallTxn = await signer.executeMoveCall(txn);
|
|
186
186
|
// console.log('moveCallTxn', moveCallTxn);
|
package/lib/utils/getMintTx.js
CHANGED