You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
Could you help me resolve this issue?
The text was updated successfully, but these errors were encountered: