Moving-Castles / this-cursed-machine

Body horror fulfilment center simulator
MIT License
23 stars 3 forks source link

use static _world, mud's IERC20 #189

Closed dk1a closed 2 months ago

dk1a commented 2 months ago

just a couple nits while I was looking through LibToken:

I assume transferToken shouldn't have worldAddress (since no other function is world-agnostic), and you didn't know about WorldContextConsumerLib

Regarding IERC20 - it feels weird to use OZ for it, when MUD provides the implementation and also has the interface