icpShiller
icpShiller
@rvanasa Here's my dfx.json file: ``` { "canisters": { "internet_identity": { "candid": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did", "frontend": {}, "remote": { "id": { "ic": "rdmx6-jaaaa-aaaaa-aaadq-cai" } }, "type": "custom", "wasm": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity_dev.wasm.gz" }, "icp_ledger_canister": {...
@rvanasa thanks I'm on Mac (Sonama 14.5). I was on dfx version 0.19 but after upgrading, same issue.. I realized that I had `dfx start `running in the background for...
I have no errors displayed in my VSCode "Output" tab (Motoko Language Server selected). I have just tried in Gitpod and I have the same error 😲 The repository is...
@rvanasa actually no, I'm still getting the same isssue in Gitpod as I was locally:
That being said, I don't really know how Gitpod works: I basically just authorized access to my repo and it initialized itself. I didn't run any commands.
@rvanasa Ok, so after running your command, I see no more error! Now how can I reproduce this locally? 😋
@rvanasa So you mean this command: ``` dfx deploy icp_ledger_canister --argument " (variant { Init = record { minting_account = \"$MINTER_ACCOUNT_ID\"; initial_values = vec { record { \"$DEFAULT_ACCOUNT_ID\"; record {...
@rvanasa I successfully restarted everything (I even restarted my laptop, as I don't do it often enough and sometimes get cache issues.. :P ), then started VSCode from a terminal...
Hey @rvanasa, thanks! I just saw your message. So, after upgrading to `0.16.4`, I added the `local` line so that my `dfx.json` looks like this: ``` ... "icp_ledger": { "type":...