onflow / flow-cli

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
https://onflow.org
Apache License 2.0
206 stars 66 forks source link

previewnet chain not known to dependency manager #1592

Closed bjartek closed 3 months ago

bjartek commented 4 months ago

Problem

Trying to install a dependency from previewnet fails

Steps to Reproduce

flow-c1 init

add the following to the json


  "dependencies": {
    "FiatToken": "previewnet://7e3499582a06616f.FiatToken"
  }

run flow-c1 dependencies install

❌ Crash detected! unknown chain:

Acceptance Criteria

It is possible to install dependencies from previewnet

Context

cadence 1.0

chasefleming commented 3 months ago

This should just need a flowkit bump now and release to be fixed.