Skip to content

Commit

Permalink
fix: replace "webb-tools" with "tangle-network" (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: shekohex <[email protected]>
  • Loading branch information
Serial-ATA and shekohex authored Oct 21, 2024
1 parent 4ca836b commit 9725aef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
name: ${{ env.PROJECT_NAME }}
arguments: >
--define gh-username="webb-tools"
--define gh-username="tangle-network"
--define project-description="An example blueprint"
--define project-homepage="https://webb.tools"
--define project-homepage="https://tangle.tools"
--define flakes=true
--define docker=true
--define base-image="rustlang/rust:nightly"
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
url = https://github.com/foundry-rs/forge-std
[submodule "contracts/lib/tnt-core"]
path = contracts/lib/tnt-core
url = https://github.com/webb-tools/tnt-core
url = https://github.com/tangle-network/tnt-core
branch = main
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Before you can run this project, you will need to have the following software in

- [Rust](https://www.rust-lang.org/tools/install)
- [Forge](https://getfoundry.sh)
- [Tangle](https://github.com/webb-tools/tangle?tab=readme-ov-file#-getting-started-)
- [Tangle](https://github.com/tangle-network/tangle?tab=readme-ov-file#-getting-started-)

You will also need to install `cargo-tangle`, our CLI tool for creating and deploying Tangle Blueprints:

Expand All @@ -17,7 +17,7 @@ To install the Tangle CLI, run the following command:
> Supported on Linux, MacOS, and Windows (WSL2)
```bash
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/webb-tools/gadget/releases/download/cargo-tangle-v0.1.2/cargo-tangle-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tangle-network/gadget/releases/download/cargo-tangle-v0.1.2/cargo-tangle-installer.sh | sh
```

Or, if you prefer to install the CLI from crates.io:
Expand Down Expand Up @@ -60,7 +60,7 @@ For more details, please refer to the [project documentation](https://docs.tangl

## 📬 Feedback

If you have any feedback or issues, please feel free to open an issue on our [GitHub repository](https://github.com/webb-tools/blueprint-template/issues).
If you have any feedback or issues, please feel free to open an issue on our [GitHub repository](https://github.com/tangle-network/blueprint-template/issues).

## 📜 License

Expand Down

0 comments on commit 9725aef

Please sign in to comment.