Skip to content

Commit

Permalink
Ligo IDE fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanAllaire committed May 1, 2024
1 parent 0b07515 commit 9f0505e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/webide-new/ligo-webide-backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mavrykdynamics/mavryk:latest as mavkit-client
FROM mavrykdynamics/ligo:1.4.0 as ligo-compiler
FROM mavrykdynamics/ligo:atlas as ligo-compiler
FROM ubuntu:20.04 as web-ide-builder

LABEL maintainer="[email protected]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ generateDeployScript request = do

let morleyConfig :: MorleyClientConfig
morleyConfig = MorleyClientConfig
{ mccEndpointUrl = Just (BaseUrl Https "atlasnet.rpc.mavryk.network" 443 )
{ mccEndpointUrl = Just (BaseUrl Https "atlasnet.rpc.mavryk.network" 443 "/")
, mccMavrykClientPath = mavkitClientPath
, mccMbMavrykClientDataDir = Nothing
, mccVerbosity = 0
Expand Down

0 comments on commit 9f0505e

Please sign in to comment.