Skip to content

Commit

Permalink
Registries: Remove registry-id arg from creation of registry (#264)
Browse files Browse the repository at this point in the history
Signed-off-by: Shreevatsa N <[email protected]>
  • Loading branch information
vatsa287 authored Jan 6, 2025
1 parent 0143514 commit 56b4a15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/registries/src/Registries.chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,8 @@ export async function dispatchCreateRegistryToChain(

try {
const api = ConfigService.get('api');
const registryId = uriToIdentifier(registryDetails.uri);

const extrinsic = api.tx.registries.create(
registryId,
registryDetails.digest,
schemaId,
registryDetails.blob
Expand Down

0 comments on commit 56b4a15

Please sign in to comment.