me-foundation / magicdrop

MagicDrop is a collection of EVM minting protocols that enable the multi stage minting, per stage WL management, per stage supply limit, and crossmint support.
MIT License
54 stars 37 forks source link

[Reservoir Relay] Change default authorizedMinter address from EOA to router #147

Open tomhirst opened 1 month ago

tomhirst commented 1 month ago

Relay mints tokens from the router not the EOA. Meaning, the router address needs access to authorizedMint instead.

Ref: https://magiceden.slack.com/archives/C04UWH6JQF8/p1724331599480059?thread_ts=1724192746.048759&cid=C04UWH6JQF8

Note: 0x2f5D6B76bF8086797e1BD0b28bB4DD5583476cC9 is a new version of the Relay router and is not yet deployed to any other network than Base. It is also not yet verified.