Skip to content

Commit

Permalink
chore: Fix links for substrate-connect (#1661)
Browse files Browse the repository at this point in the history
* fix links for substrate-connect

* Fix nix hash

---------

Co-authored-by: pepoviola <pepoviola@users.noreply.github.com>
  • Loading branch information
pepoviola and pepoviola authored Jan 9, 2024
1 parent 5ddb119 commit 25838c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ Below can be found some of the projects that are currently using Zombienet as in
- [Cumulus](https://github.com/paritytech/cumulus/tree/master/zombienet/tests)
- [Polkadot](https://polkadot.network/) in the [testing pipeline](https://github.com/paritytech/polkadot/blob/eafdfc36492384e16e1c253be9d5097fb3f33c60/scripts/ci/gitlab/pipeline/zombienet.yml);
- [Substrate](https://github.com/paritytech/substrate/tree/master/zombienet)
- [Substrate Connect](https://github.com/paritytech/substrate-connect/tree/main/.zombienet-tests)
- [Substrate Connect](https://github.com/paritytech/substrate-connect/tree/main/zombienet-tests)

**In the Polkadot ecosystem:**

Expand Down
2 changes: 1 addition & 1 deletion docs/src/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Below can be found some of the projects that are currently using Zombienet as in
- [Cumulus](https://github.com/paritytech/cumulus/tree/master/zombienet/tests)
- [Polkadot](https://polkadot.network/) in the [testing pipeline](https://github.com/paritytech/polkadot/blob/eafdfc36492384e16e1c253be9d5097fb3f33c60/scripts/ci/gitlab/pipeline/zombienet.yml);
- [Substrate](https://github.com/paritytech/substrate/tree/master/zombienet)
- [Substrate Connect](https://github.com/paritytech/substrate-connect/tree/main/.zombienet-tests)
- [Substrate Connect](https://github.com/paritytech/substrate-connect/tree/main/zombienet-tests)

**In the Polkadot ecosystem:**

Expand Down
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
...
}: let
# this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock
npmDepsHash = "sha256-I2rzrqRpWLg619Cx/AQbj6E8VdJy+7zr8HvKyl75eLg=";
npmDepsHash = "sha256-Q8wPqoamIysN+Id29H4HpoQseyQcC/seM0RxxLfDE80=";
####

# there is officia polkadot on nixpkgs, but it has no local rococo wasm to run
Expand Down

0 comments on commit 25838c5

Please sign in to comment.