This storage item was removed in v352
This storage item is no longer available in the current runtime. Existed from v233 to v352. Shown here for historical reference.
Use instead: SubnetIdentitiesV3
SubnetIdentitiesV2
Storage Removed Map v233 → v411REMOVED. Intermediate v2 subnet identity storage . Replaced by SubnetIdentitiesV3.
Queried by: analytics
Purpose & Usage
Purpose
Middle link in the SubnetIdentities migration chain. Removed when V3 rolled out.
Common Query Patterns
- Historical-only — current chain (v411) does not have this storage.
Query Keys
| # | Name | Type | Description |
|---|---|---|---|
| 1 | key1 | u16 | key1 (u16) |
Stored Value
SubnetIdentityV2
value (SubnetIdentityV2)
Relationships
Related Storages
- SubnetIdentitiesV3 Replaced by Direct successor. Use SubnetIdentitiesV3 for any post-V2 data; this storage holds only the window where V2 was active.
Code Examples
import { createClient, Binary } from "polkadot-api";
import { getWsProvider } from "polkadot-api/ws";
import { sub } from "@polkadot-api/descriptors"; // generated by: npx papi add sub -w wss://entrypoint-finney.opentensor.ai:443
const client = createClient(getWsProvider("wss://entrypoint-finney.opentensor.ai:443"));
const api = client.getTypedApi(sub);
// Query SubnetIdentitiesV2 storage
const key1 = 0;
const result = await api.query.SubtensorModule.SubnetIdentitiesV2.getValue(key1);
console.log("SubnetIdentitiesV2:", result);Version History
v233 block 4,920,350 Added
v235–v237 · runtime versions skipped on chain (never deployed)
v238 block 4,936,550 Internal re-bind
v241–v243 · runtime versions skipped on chain (never deployed)
v244 block 4,999,897 Internal re-bind
v266–v272 · runtime versions skipped on chain (never deployed)
v273 block 5,659,032 Internal re-bind
v278–v289 · runtime versions skipped on chain (never deployed)
v290 block 5,947,548 Internal re-bind
v293–v296 · runtime versions skipped on chain (never deployed)
v297 block 6,067,943 Internal re-bind
v316–v319 · runtime versions skipped on chain (never deployed)
v320 block 6,523,566 Internal re-bind
v327–v333 · runtime versions skipped on chain (never deployed)
v334 block 6,811,690 Internal re-bind
v352 Removed
Runtime Info
View Source- Pallet
- SubtensorModule
- Storage Kind
- Map
- First Version
- v233
- Removed In
- v352