0rtis / dfktools

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

Add questV2 reward keys #36

Closed YourAverageLord closed 2 years ago

YourAverageLord commented 2 years ago

https://github.com/0rtis/dfktools/blob/55e2a4b7efafa210be351661e0468696ec1177f9/src/dfktools/quests/utils/utils.py#L74

Line 74 and 75 the dict keys for quest V2 are different. item = rew['args']['rewardItem'] # V2 = rew['args']['reward'] qty = rew['args']['itemQuantity'] # V2 = rew['args']['amount']

Everything else is the same

0rtis commented 2 years ago

Fixed in c231d3e