Skip to content

Commit c761ed1

Browse files
authored
Merge pull request #14641 from ethereum/fredriksvantes-patch-2
Bounty Hunter point updates
2 parents 80efe5c + d61d1a9 commit c761ed1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

src/data/consensus-bounty-hunters.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
"name": "VulnerabilityX",
4545
"score": 5000
4646
},
47+
{
48+
"username": "jstawinski",
49+
"name": "John Stawinski",
50+
"score": 5000
51+
},
4752
{
4853
"username": "asanso",
4954
"name": "Antonio Sanso",
@@ -89,6 +94,11 @@
8994
"name": "alpharush",
9095
"score": 1000
9196
},
97+
{
98+
"username": "DragonDev1906",
99+
"name": "DragonDev1906",
100+
"score": 1000
101+
},
92102
{
93103
"username": "mcdee",
94104
"name": "Jim McDonald",

src/data/execution-bounty-hunters.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,16 @@
244244
"name": "alpharush",
245245
"score": 1000
246246
},
247-
247+
{
248+
"username": "cybermong",
249+
"name": "Cybermong",
250+
"score": 1000
251+
},
252+
{
253+
"username": "iosiro",
254+
"name": "iosiro",
255+
"score": 1000
256+
},
248257
{
249258
"username": "n0thingness",
250259
"name": "Daniel Briskin",

0 commit comments

Comments
 (0)