From 3a999f7d2e4f60c146aa1196d18c0645a7980079 Mon Sep 17 00:00:00 2001
From: Richard Gottleber
Date: Thu, 7 Apr 2022 12:50:39 -0500
Subject: [PATCH 1/2] add gitpod
---
.gitpod.yml | 3 +++
README.md | 3 +++
2 files changed, 6 insertions(+)
create mode 100644 .gitpod.yml
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 000000000..687e048b1
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,3 @@
+tasks:
+ - name: 👷 HARDHAT 👷
+ command: yarn
\ No newline at end of file
diff --git a/README.md b/README.md
index b8d7fcad3..ae231aca6 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,9 @@
+[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rgottleber/hardhat-starter-kit)
+
+
- [Chainlink Hardhat Box](#chainlink-hardhat-box)
- [Getting Started](#getting-started)
- [Requirements](#requirements)
From 6c251f395c39655e07b301b6d4f852a7eb113b80 Mon Sep 17 00:00:00 2001
From: Richard Gottleber
Date: Mon, 11 Apr 2022 10:27:28 -0500
Subject: [PATCH 2/2] branch for PR
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ae231aca6..a270b080f 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
-[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rgottleber/hardhat-starter-kit)
+[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/smartcontractkit/hardhat-starter-kit)
- [Chainlink Hardhat Box](#chainlink-hardhat-box)