Skip to content

Commit

Permalink
Merge pull request #730 from OpenZeppelin/fix-stake-authors
Browse files Browse the repository at this point in the history
🔨 Fix wrong authors in `Stake`
  • Loading branch information
xaler5 authored Apr 17, 2024
2 parents f4ae6c8 + 65994b7 commit ccc03ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions client/src/gamedata/authors.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,16 @@
],
"donate": "0x00000000000d86e4837ba41dacde4b8713d5ccac"
},
"GustavoDeps":{
"Waiandt&Dalvi":{
"name": [
"Gustavo Deps"
],
"websites": [
"https://www.linkedin.com/in/gustavo-deps/"
],
"emails": [
"[email protected]"
]
"Gustavo Waiandt","Afonso Dalvi"
],
"websites":
[
"https://github.com/G-Deps",
"https://www.linkedin.com/in/afonso-dalvi-711635112/"
],
"emails": ["[email protected]","[email protected]"]
}
}
}
2 changes: 1 addition & 1 deletion client/src/gamedata/gamedata.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
"deployFunds": 0,
"deployId": "31",
"instanceGas": 750000,
"author": "GustavoDeps"
"author": "Waiandt&Dalvi"
}
]
}

0 comments on commit ccc03ec

Please sign in to comment.