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

Typo #325

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open

Typo #325

wants to merge 5 commits into from

Conversation

VolodymyrBg
Copy link

Description

This PR introduces the following changes:

  • Fixed typo in generated.ts: Corrected the import from "viem" to "view".
  • Updated import in common.ts: Changed the import for Hex from "viem" to "view".

Test Plan

Example:

    1. Verify that the imports in both generated.ts and common.ts are correct.
    1. Ensure that no errors occur related to the Hex import in the affected files.
    1. Test the application to confirm there are no issues after the changes.

Related Issue

Example: Issue #123

Notes

  • Ensure that the view package is correctly installed and available in the project dependencies.
  • Double-check the code for potential issues caused by the import changes.

Changes Made

  • 2 commits:
    • Updated generated.ts to correct import.
    • Updated common.ts for consistent imports.
  • 2 files changed:
    • packages/core-sdk/src/abi/generated.ts
    • packages/core-sdk/src/constants/common.ts

Allow edits by maintainers

DonFungible and others added 5 commits November 11, 2024 00:53
* make isRegistered public

* make isRegistered public
* Add batchMintAndRegisterIpAssetWithPilTerms method

* Add batchRegisterDerivative method

* Enhance batchMintAndRegisterIpAssetWithPilTerms including unit tests and annotation

* Add batchMintAndRegisterIpAndMakeDerivative method

* Add batch register method

* Fix issue about Invalid signature

* Refactor code

* Add unit tests

* Fix unit test

* Export getSignature method

* Add batchRegisterWithIpMetadata method

* Enhance code

* Refactor multicall about protocol core

* Remove integration test in command

* Refactor getDeadline method

* Bump up sdk to 1.2.0-rc.2
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.

4 participants