0rtis / dfktools

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

Fix pet prof bonus parser #65

Closed YourAverageLord closed 1 month ago

YourAverageLord commented 1 year ago

Based on this convo https://discord.com/channels/861728723991527464/978827980874874940/1143903888144072714

https://devs.defikingdoms.com/api/community-graphql-api/pets#bonuses

The profBonus field is padded by 10000 * eggType

0rtis commented 1 year ago

That doesnt look right. The pet contract returns non padded profBonus. Could the padding only exists on the API ?