Skip to content

Commit e8c8063

Browse files
authored
kamigotchi patch (DefiLlama#15366)
1 parent bfd39a4 commit e8c8063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/kamigotchi/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
const data = res.supply.find(asset => asset.denom == ONYX.address)
3838

3939
return {
40-
[ONYX.id]: data.amount / ONYX.decimals
40+
[ONYX.id]: data.amount / 10 ** ONYX.decimals
4141
}
4242
}
4343
},

0 commit comments

Comments
 (0)