forked from storyprotocol/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for Compatibility with protocol-core-v1 and Addition of Regist…
…er Method (#119) * Update abi according to protocol-core-v1 and delete registerRootIp and registerDerivativeIp method * Update storyTestNet contract address * Update Abi * Add register method and tests * Reset code * Replace 0x with Hex * Modify test description * Remove useless type in ipAsset * Fix lint error
- Loading branch information
Showing
22 changed files
with
423 additions
and
1,147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[submodule "packages/core-sdk/protocol-contracts"] | ||
path = packages/core-sdk/protocol-contracts | ||
url = /~https://github.com/storyprotocol/protocol-core | ||
url = /~https://github.com/storyprotocol/protocol-core-v1 | ||
branch = main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.