diff --git a/.gitmodules b/.gitmodules index 0260b1c7..e5beeb1e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -159,9 +159,9 @@ [submodule "vendor/nim-leopard"] path = vendor/nim-leopard url = https://github.com/status-im/nim-leopard.git -[submodule "vendor/nim-codex-dht"] - path = vendor/nim-codex-dht - url = https://github.com/codex-storage/nim-codex-dht.git +[submodule "vendor/logos-storage-nim-dht"] + path = vendor/logos-storage-nim-dht + url = https://github.com/logos-storage/logos-storage-nim-dht.git ignore = untracked branch = master [submodule "vendor/nim-datastore"] @@ -173,9 +173,11 @@ [submodule "vendor/nim-eth"] path = vendor/nim-eth url = https://github.com/status-im/nim-eth -[submodule "vendor/codex-contracts-eth"] - path = vendor/codex-contracts-eth - url = https://github.com/status-im/codex-contracts-eth +[submodule "vendor/logos-storage-contracts-eth"] + path = vendor/logos-storage-contracts-eth + url = https://github.com/logos-storage/logos-storage-contracts-eth.git + ignore = untracked + branch = master [submodule "vendor/nim-protobuf-serialization"] path = vendor/nim-protobuf-serialization url = https://github.com/status-im/nim-protobuf-serialization @@ -190,26 +192,28 @@ url = https://github.com/zevv/npeg [submodule "vendor/nim-poseidon2"] path = vendor/nim-poseidon2 - url = https://github.com/codex-storage/nim-poseidon2.git + url = https://github.com/logos-storage/nim-poseidon2.git + ignore = untracked + branch = master [submodule "vendor/constantine"] path = vendor/constantine url = https://github.com/mratsim/constantine.git [submodule "vendor/nim-circom-compat"] path = vendor/nim-circom-compat - url = https://github.com/codex-storage/nim-circom-compat.git + url = https://github.com/logos-storage/nim-circom-compat.git ignore = untracked branch = master -[submodule "vendor/codex-storage-proofs-circuits"] - path = vendor/codex-storage-proofs-circuits - url = https://github.com/codex-storage/codex-storage-proofs-circuits.git +[submodule "vendor/logos-storage-proofs-circuits"] + path = vendor/logos-storage-proofs-circuits + url = https://github.com/logos-storage/logos-storage-proofs-circuits.git ignore = untracked branch = master [submodule "vendor/nim-serde"] path = vendor/nim-serde - url = https://github.com/codex-storage/nim-serde.git + url = https://github.com/logos-storage/nim-serde.git [submodule "vendor/nim-leveldbstatic"] path = vendor/nim-leveldbstatic - url = https://github.com/codex-storage/nim-leveldb.git + url = https://github.com/logos-storage/nim-leveldb.git [submodule "vendor/nim-zippy"] path = vendor/nim-zippy url = https://github.com/status-im/nim-zippy.git @@ -225,4 +229,4 @@ path = vendor/nim-ngtcp2 url = https://github.com/vacp2p/nim-ngtcp2.git ignore = untracked - branch = main + branch = main \ No newline at end of file diff --git a/vendor/codex-contracts-eth b/vendor/codex-contracts-eth deleted file mode 160000 index a179deb2..00000000 --- a/vendor/codex-contracts-eth +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a179deb2f99fa74ac7b0e568ec6d05f1d9a7a407 diff --git a/vendor/codex-storage-proofs-circuits b/vendor/codex-storage-proofs-circuits deleted file mode 160000 index ac8d3667..00000000 --- a/vendor/codex-storage-proofs-circuits +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ac8d3667526862458b162bee71dd5dcf6170c209 diff --git a/vendor/logos-storage-contracts-eth b/vendor/logos-storage-contracts-eth new file mode 160000 index 00000000..e159ceee --- /dev/null +++ b/vendor/logos-storage-contracts-eth @@ -0,0 +1 @@ +Subproject commit e159ceee44e91f216533a16e9f14cfd91dee0e02 diff --git a/vendor/logos-storage-nim-dht b/vendor/logos-storage-nim-dht new file mode 160000 index 00000000..99884b59 --- /dev/null +++ b/vendor/logos-storage-nim-dht @@ -0,0 +1 @@ +Subproject commit 99884b5971759a0da437db3d2e834b92a058527d diff --git a/vendor/logos-storage-proofs-circuits b/vendor/logos-storage-proofs-circuits new file mode 160000 index 00000000..82de3564 --- /dev/null +++ b/vendor/logos-storage-proofs-circuits @@ -0,0 +1 @@ +Subproject commit 82de35640d2b05557143354c9a0f28ff81cd5fec diff --git a/vendor/nim-circom-compat b/vendor/nim-circom-compat index d3fb9039..a5d6f766 160000 --- a/vendor/nim-circom-compat +++ b/vendor/nim-circom-compat @@ -1 +1 @@ -Subproject commit d3fb903945c3895f28a2e50685745e0a9762ece5 +Subproject commit a5d6f76654616ed981beb1104997f519ca79c7ed diff --git a/vendor/nim-codex-dht b/vendor/nim-codex-dht deleted file mode 160000 index 6c7de036..00000000 --- a/vendor/nim-codex-dht +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6c7de036224724b064dcaa6b1d898be1c6d03242 diff --git a/vendor/nim-serde b/vendor/nim-serde index 5ced7c88..649ae60e 160000 --- a/vendor/nim-serde +++ b/vendor/nim-serde @@ -1 +1 @@ -Subproject commit 5ced7c88b97d99c582285ce796957fb71fd42434 +Subproject commit 649ae60e05ec432738d41eb8d613c5d7f434c4a3