Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: packages/type-definations: add missing address type #232

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

adi-a11y
Copy link
Contributor

No description provided.

Signed-off-by: Adi Bhagavath <adibhagawath@gmail.com>
@adi-a11y adi-a11y changed the title Fix: packages/type-definations: add missing address types Fix: packages/type-definations: add missing address type Jul 25, 2024
@@ -8,6 +8,7 @@ export const types7: RegistryTypes = {
SchemaIdOf: 'IdentifierOf',
SchemaDigestOf: 'Hash',
SwarmIdOf: 'IdentifierOf',
Address: "AccountId",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a blanket addition like this may cause an issue. @vatsa287 was getting signing error due to this being there in developer setup. Would be good to test locally once.

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.

2 participants