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
If i try to import for example : import qualified Plutus.Script.Utils.V2.Typed.Scripts as PSU.V2
I end up with
Could not find module ‘Plutus.Script.Utils.V2.Typed.Scripts’
Perhaps you meant
Plutus.Script.Utils.V1.Typed.Scripts (from plutus-script-utils-0.1.0.0)
Plutus.Script.Utils.V1.Scripts (from plutus-script-utils-0.1.0.0)
Plutus.Script.Utils.V1.Typed.TypeUtils (from plutus-script-utils-0.1.0.0)
Use -v (or `:set -v` in ghci) to see a list of the files searched for.
Also we're not able to use the Contact Monad latest version to use inline datums or references
If i try to import for example :
import qualified Plutus.Script.Utils.V2.Typed.Scripts as PSU.V2I end up with
Also we're not able to use the Contact Monad latest version to use inline datums or references