Skip to content

Commit

Permalink
♻️ Adjust link
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Nov 6, 2023
1 parent 03ad07b commit 109e6ed
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees:
body:
- attributes:
value: |
Please check the [issues tab](https://github.com/pcaversaccio/hardhat-project-template-ts/issues) to avoid duplicates.
Please check the [issues tab](https://github.com/blokk-studio/hardhat-project-template-ts/issues) to avoid duplicates.
Thanks for taking the time to fill out this bug report!
type: markdown

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees:
body:
- attributes:
value: |
Please check the [issues tab](https://github.com/pcaversaccio/hardhat-project-template-ts/issues) to avoid duplicates.
Please check the [issues tab](https://github.com/blokk-studio/hardhat-project-template-ts/issues) to avoid duplicates.
Thanks for taking the time to provide feedback on my Hardhat project template!
type: markdown

Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Please:
#### ✅ PR Checklist

- [ ] Because this PR includes a **bug fix**, relevant tests have been included.
- [ ] Because this PR includes a **new feature**, the change was previously discussed in an [issue](https://github.com/pcaversaccio/hardhat-project-template-ts/issues) or in the [discussions](https://github.com/pcaversaccio/hardhat-project-template-ts/discussions) section.
- [ ] Because this PR includes a **new feature**, the change was previously discussed in an [issue](https://github.com/blokk-studio/hardhat-project-template-ts/issues) or in the [discussions](https://github.com/blokk-studio/hardhat-project-template-ts/discussions) section.
- [x] I didn't do anything of this.

---
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fully-Fledged Hardhat Project Template Based on TypeScript

[![🕵️‍♂️ Test smart contracts](https://github.com/pcaversaccio/hardhat-project-template-ts/actions/workflows/test-contracts.yml/badge.svg)](https://github.com/pcaversaccio/hardhat-project-template-ts/actions/workflows/test-contracts.yml)
[![🕵️‍♂️ Test smart contracts](https://github.com/blokk-studio/hardhat-project-template-ts/actions/workflows/test-contracts.yml/badge.svg)](https://github.com/blokk-studio/hardhat-project-template-ts/actions/workflows/test-contracts.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/license/mit/)

## Installation
Expand All @@ -22,7 +22,7 @@ pnpm install
## Running Deployments

> **Note**<br>
> The deployment script [`deploy.ts`](https://github.com/pcaversaccio/hardhat-project-template-ts/blob/main/scripts/deploy.ts) attempts to automatically verify the contract on the target chain after deployment. If you have not configured an API key, the verification will fail.
> The deployment script [`deploy.ts`](https://github.com/blokk-studio/hardhat-project-template-ts/blob/main/scripts/deploy.ts) attempts to automatically verify the contract on the target chain after deployment. If you have not configured an API key, the verification will fail.
**Example Goerli:**

Expand Down Expand Up @@ -180,3 +180,7 @@ Inside the [`scripts/`](./scripts) folder are a few preconfigured scripts that c
```console
make scripts
```

## Acknowledgement

This template is a public fork of [pcaversaccio](https://github.com/pcaversaccio)'s [template](https://github.com/pcaversaccio/hardhat-project-template-ts), licensed under the [MIT License](https://github.com/pcaversaccio/hardhat-project-template-ts/blob/main/LICENSE).
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/pcaversaccio/hardhat-project-template-ts.git"
"url": "git+https://github.com/blokk-studio/hardhat-project-template-ts.git"
},
"homepage": "https://github.com/pcaversaccio/hardhat-project-template-ts#readme",
"homepage": "https://github.com/blokk-studio/hardhat-project-template-ts#readme",
"bugs": {
"url": "https://github.com/pcaversaccio/hardhat-project-template-ts/issues"
"url": "https://github.com/blokk-studio/hardhat-project-template-ts/issues"
},
"author": "Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>",
"license": "MIT",
Expand Down

0 comments on commit 109e6ed

Please sign in to comment.