Skip to content

Commit

Permalink
add recipients files + bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzseer committed Oct 30, 2024
1 parent d90eac8 commit b73bc14
Show file tree
Hide file tree
Showing 5 changed files with 18,241 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ Use the `recipients.json.dist` file as template.
## Add recipients

`forge script script/AddRecipients.s.sol:AddRecipients --rpc-url gnosis --broadcast -vvvv --via-ir`

## Add recipients - batch script
`./script/add_recipients_batch.sh humans-gnosis`
`./script/add_recipients_batch.sh humans-mainnet`
15 changes: 15 additions & 0 deletions data/humans-gnosis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
"0x5c16873795d083fab71d4cbf5b073d22cf38f659",
"0xd14eb612c81e87c7861b458914ed78a1dc1ab3cf",
"0xce0d183b410a53144ef3fc60931911d5ae9f00e6",
"0x6687c671980e65ebd722b9146fc61e2471558dd6",
"0x17a91203a9e9c3519c2f76210497ef7f4be2352f",
"0x3b6efd2148a9fe6e1d4a21c820db276948a9fd8a",
"0xfd1af514b8b2bf00d1999497668bff26ccdf4c8a",
"0x4bb51eb3588358ba59e005b4c5474a2cff7355b7",
"0x85c6737ada32ed46066f45d28a612b7647c66410",
"0xe7f13052fe2ba7d038dac18de5e730542e3979bc",
"0x13dd903e0a2b146e13dc28b9dd595f1a96549e74",
"0x41cd6228341ea33e8d9659f09bf0e5aadc54c5e7",
"0x6c1d079f0dea5e7db77590e17eb8be48c490d373"
]
Loading

0 comments on commit b73bc14

Please sign in to comment.