From bd1372f83f73a16787a891374e7fc8903124ca55 Mon Sep 17 00:00:00 2001 From: Harendra Shakya <105966146+harendra-shakya@users.noreply.github.com> Date: Fri, 17 Jun 2022 19:31:59 +0530 Subject: [PATCH] added gitpod issue --- chronological-updates.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chronological-updates.md b/chronological-updates.md index 8f24939..2bae69a 100644 --- a/chronological-updates.md +++ b/chronological-updates.md @@ -76,3 +76,9 @@ If your keepers are not kicking off, run through this checklist to find out why. 2. Double check the subscription is funded with enough LINK 3. Is `checkUpkeep` returning true? 4. Can you call `performUpkeep` yourself? (If you can't the keeper can't!) + +# Lesson 15 + +## Metamask Troubleshooting while using Gitpod + +- Remember if you are using gitpod then you cannot connect your local hardhat node with metamask. To resolve this you can use vs code or testnets instead of local node.