0rtis / dfktools

Interact with the contracts of DefiKingdoms
MIT License
127 stars 95 forks source link

Rewards not listed parse of quest v2 receipt #25

Closed pwillworth closed 2 years ago

pwillworth commented 2 years ago

https://github.com/0rtis/dfk/blob/35de54a57c8b656c77c88b3d8816e3e0e29f455a/quests/quest_core_v2.py#L154

I think all that's needed is to parse the RewardMinted event instead of QuestReward.

0rtis commented 2 years ago

fixed in c957939