Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORML integration #1136

Closed
wants to merge 15 commits into from
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
[submodule "lodestar"]
path = lodestar
url = https://github.com/Snowfork/lodestar
[submodule "parachain-orml-template"]
path = parachain-orml-template
url = https://github.com/Snowfork/parachain-orml-template
1 change: 1 addition & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ extend-exclude = [
"go-ethereum/**",
"go.work.sum",
"parachain/Cargo.toml",
"parachain-orml-template/**",
]
1 change: 1 addition & 0 deletions parachain-orml-template