Skip to content

Commit

Permalink
Remove Sygma #1061
Browse files Browse the repository at this point in the history
  • Loading branch information
alfellati committed Jul 20, 2024
1 parent a7e0ca6 commit 346243b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 346243b

Please sign in to comment.