Skip to content

fix(docs): correct SpaceRegistryAbi import path in README#155

Open
0xNeoDev wants to merge 1 commit intographprotocol:mainfrom
0xNeoDev:fix/export-space-reg-abi
Open

fix(docs): correct SpaceRegistryAbi import path in README#155
0xNeoDev wants to merge 1 commit intographprotocol:mainfrom
0xNeoDev:fix/export-space-reg-abi

Conversation

@0xNeoDev
Copy link

@0xNeoDev 0xNeoDev commented Feb 9, 2026

Summary

  • Corrects the SpaceRegistryAbi import path in README examples to use @graphprotocol/grc-20/abis instead of @graphprotocol/grc-20
  • Updates all three code examples (submit edit, create personal space, full flow) to use the correct import

Context

SpaceRegistryAbi is exported from the /abis subpath, not from the package root. The README examples had the wrong import path, which would cause errors for users following the docs.

Optionally the Abi could be exported from the root export instead. In that case the README would be correct.

Import from '@graphprotocol/grc-20/abis' subpath instead of the main
entry point, which does not export ABIs.
@changeset-bot
Copy link

changeset-bot bot commented Feb 9, 2026

⚠️ No Changeset found

Latest commit: 955c3e7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant