From d23b8c42072f5051fd1574754cbcd76ca8c6e155 Mon Sep 17 00:00:00 2001 From: CCP Red Dragon <181853434+CCP-Red-Dragon@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:49:42 +0000 Subject: [PATCH] Note --- smart-storage-unit/packages/contracts/.envsample | 1 + smart-storage-unit/readme.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/smart-storage-unit/packages/contracts/.envsample b/smart-storage-unit/packages/contracts/.envsample index aa9a935..c793fbd 100644 --- a/smart-storage-unit/packages/contracts/.envsample +++ b/smart-storage-unit/packages/contracts/.envsample @@ -29,6 +29,7 @@ CHAIN_ID=31337 #Local Chain ID SSU_ID=263171114538654274438749619211973208698572458800881337194040309134791495280 # Retrieve the item type ID's using https://world-api-stillness.live.tech.evefrontier.com/v2/types and search for the item name. +# NOTE: These are the short IDs and not long Smart Object ID's anymore. If you are importing the ID from V1, please fetch the Type ID in the above link first. ITEM_IN_TYPE_ID=12345 ITEM_OUT_TYPE_ID=77800 diff --git a/smart-storage-unit/readme.md b/smart-storage-unit/readme.md index 43c893c..7a98c6e 100644 --- a/smart-storage-unit/readme.md +++ b/smart-storage-unit/readme.md @@ -263,7 +263,7 @@ For Stillness, the Smart Storage Unit ID (SSU ID) is available once you have dep To retrieve the Item ID's you can use https://world-api-stillness.live.tech.evefrontier.com/v2/types and then search for the item name. -You can use the "smartItemId" as the Item ID. +You will need to use the key number / Type ID for example with Salt that would be "83839" **Example Response:** @@ -274,6 +274,8 @@ You can use the "smartItemId" as the Item ID. } ``` +> [!IMPORTANT] +> This has changed from V1, as the Builder Examples used the Smart Object ID whereas V2 uses the Type ID for the .env. If you have a Smart Object ID from V1 you want to use, you will need to fetch the Type ID for it by searching for the item in the World API. Configure the Item ID's in the .env file.