Skip to content

Commit 6545beb

Browse files
Update chronological-updates.md
1 parent bb4164c commit 6545beb

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

chronological-updates.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,8 @@ If your keepers are not kicking off, run through this checklist to find out why.
8383
3. Is `checkUpkeep` returning true?
8484
4. Can you call `performUpkeep` yourself? (If you can't the keeper can't!)
8585

86-
# Lesson 15
87-
88-
## Metamask Troubleshooting while using Gitpod
89-
90-
- 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.
91-
92-
93-
--------
9486

87+
-------
9588
# Lesson 14
9689

9790
## Math on NFT Chance Array
@@ -130,3 +123,16 @@ So the actual probabilities according to the current algo is
130123
and not
131124
``` [10%,20%,70%]```
132125
as would be expected from a proper cumulative probability distribution function.
126+
127+
-------
128+
129+
# Lesson 15
130+
131+
## Metamask Troubleshooting while using Gitpod
132+
133+
- 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.
134+
135+
136+
--------
137+
138+

0 commit comments

Comments
 (0)