From 346243bfeb5c2e09d211d05a781217b3f45150bf Mon Sep 17 00:00:00 2001 From: "Muhammad-Jibril B.A. (Khalifa MBA)" Date: Sun, 21 Jul 2024 06:05:21 +0800 Subject: [PATCH] Remove Sygma #1061 #1061 --- .gitmodules | 3 --- README.md | 8 -------- 2 files changed, 11 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5f8bca64..11fa5b8c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "orml"] path = orml url = https://github.com/Slixon-Technologies/open-runtime-module-library.git -[submodule "sygma"] - path = sygma - url = https://github.com/sygmaprotocol/sygma-substrate-pallets diff --git a/README.md b/README.md index a9759e33..740fac69 100644 --- a/README.md +++ b/README.md @@ -220,14 +220,6 @@ git add . cargo update check-all ``` -Update Sygma: - -```bash -cd sygma && git checkout master && git pull -git add . -cargo update check-all -``` - __Note:__ All build command from Makefile are designed for local development purposes and hence have `SKIP_WASM_BUILD` enabled to speed up build time and use `--execution native` to only run using native execution mode. ## 4.0. Nodes