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
When deploying a contract using flow accounts add-contract with an Address value in its initialization parameters, the contract deploys, but the value inserted into flow.json.deployments field breaks the config.
Steps to Reproduce
Running the emulator, try deploying the contract below with flow accounts add-contract ./contracts/C.cdc
Problem
When deploying a contract using
flow accounts add-contract
with anAddress
value in its initialization parameters, the contract deploys, but the value inserted intoflow.json.deployments
field breaks the config.Steps to Reproduce
Running the emulator, try deploying the contract below with
flow accounts add-contract ./contracts/C.cdc
Then try any other cli command and get the error
Check flow.json and see
Where value should be
0xf8d6e0586b0a20c7
Acceptance Criteria
Address values are inserted in current Cadence JSON format - see docs here
The text was updated successfully, but these errors were encountered: