Skip to content

Commit

Permalink
Update .gitmodules to use https instead of ssh (matter-labs#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-zk authored May 23, 2023
1 parent 48fe6e2 commit 44b265b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
[submodule "sdk/binaryen"]
path = sdk/binaryen
url = [email protected]:WebAssembly/binaryen.git
[submodule "etc/system-contracts"]
path = etc/system-contracts
url = git@github.com:matter-labs/era-system-contracts.git
url = https://github.com/matter-labs/era-system-contracts.git
[submodule "etc/openzeppelin-contracts"]
path = etc/openzeppelin-contracts
url = git@github.com:matter-labs/era-openzeppelin.git
url = https://github.com/matter-labs/era-openzeppelin.git
[submodule "contracts"]
path = contracts
url = git@github.com:matter-labs/era-contracts.git
url = https://github.com/matter-labs/era-contracts.git

0 comments on commit 44b265b

Please sign in to comment.