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

Create new token with new contract and existing contract with zora-protocol sdk #489

Open
AzimovS opened this issue Feb 4, 2025 · 1 comment

Comments

@AzimovS
Copy link

AzimovS commented Feb 4, 2025

I’d like to report an issue related to token creation. I’ve been testing the create1155 and create1155OnExistingContract functions on Base Sepolia using the creatorClient object, which were working fine 2-3 weeks ago. However, recently, I’ve encountered issues with both functions.

To troubleshoot, I updated the SDK to version 0.13 and switched to using the create1155 and createNew1155Token functions. The create1155 function works, but the newly created collection no longer appear in the dashboard section as they did before. Despite this, the tokens are still being created and can be found.

As for the createNew1155Token function, I’m receiving the following error for the new created collections:
index.js:4669 could not find contract.
For the collections that I created in the previous year, I am receiving the following:

getContractError.js:34 Uncaught (in promise) ContractFunctionExecutionError: The contract function "multicall" reverted.

Error: TokenIdMismatch(uint256 expected, uint256 actual)
                      (1, 2)

Could you help me resolve this issue?

@AzimovS
Copy link
Author

AzimovS commented Feb 8, 2025

Okay, it seems the problem was with Base Sepolia. After switching to Base, everything worked.

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

No branches or pull requests

1 participant