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
Are you using yarn link? Because when installed, protocol-contracts-solana should have the IDL file.
Yes, I am using yarn link. Looking at universalkit node_modules, toolkit compiled packages do not seem to contain @zetachain/ protocol-contract-solana packages
I'm done developing the code here, but it seems a little difficult to test its functionality
@lukema95 I think it's because when you yarn link, it doesn't install all required packages. As a workaround, I suggest you temporarily yarn add protocol-contracts-solana into UniversalKit for testing purposes.
Alternatively, unlink, install latest toolkit rc9 into the UniversalKit and it should pull solana protocol contracts.
I used
@zetachain/toolkit": "^13.0.0-rc9"
inuniversalkit
and then used theuniversalkit
package intempalte
and got an error when starting:The text was updated successfully, but these errors were encountered: