Skip to content

Commit

Permalink
Merge pull request #4 from abridged/main
Browse files Browse the repository at this point in the history
Add Collab.Land wallet whitelist for auto rate-limit NFT mint
  • Loading branch information
MaximusHaximus authored Jun 19, 2024
2 parents c905d89 + bb7e7ec commit f1b8306
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions worker/recipient_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
"recipientAddress": "0xB34f1F28F25485b074c623D3711F4b5ea91d9CFb",
"daysUntilExpires": 15,
"requestsPerSecond": 15
},
{
"recipientAddress": "0x1F62583538CDB2CB3656Ed43A46693F92DDa6302",
"daysUntilExpires": 30,
"requestsPerSecond": 10000
},
{
"recipientAddress": "0x4447D4d650cE9E63E21D2AA799e8016dEBf1e272",
"daysUntilExpires": 30,
"requestsPerSecond": 10000
}
]

0 comments on commit f1b8306

Please sign in to comment.