@aresrpg/aresrpg-sdk
Advanced tools
Comparing version 3.0.4 to 3.0.5
{ | ||
"name": "@aresrpg/aresrpg-sdk", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "General SDK to interract with AresRPG", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -61,3 +61,3 @@ import { KioskClient, Network } from '@mysten/kiosk' | ||
TESTNET_POLICIES_DIGEST = 'AmkdzPWwcBeVsxWJwTWJmCb6BCsVkFdgrvXctJacyEbm', | ||
TESTNET_UPGRADE_DIGEST = 'FphZznx5gFHuammQMrwU8UuDmD2yyEcLNRyH3TKtzW4Q', | ||
TESTNET_UPGRADE_DIGEST = 'DTXtvRMpvk3nvFAEhzA3Sabd5vVRkc4uEHgbWtxqAb3i', | ||
MAINNET_PUBLISH_DIGEST = '', | ||
@@ -64,0 +64,0 @@ MAINNET_POLICIES_DIGEST = '', |
@@ -6,3 +6,2 @@ import { Transaction } from '@mysten/sui/transactions' | ||
return ({ tx = new Transaction(), craft }) => { | ||
console.log('craft_prove_ingredients_used', craft) | ||
tx.moveCall({ | ||
@@ -9,0 +8,0 @@ target: `${types.LATEST_PACKAGE_ID}::item_recipe::prove_all_ingredients_used`, |
136720
3950