liquality / chainify

Blockchain abstraction layer
https://liquality.io
MIT License
218 stars 69 forks source link

fix: nft transfer accepts string instead of number to allow big numbers #562

Closed monokh closed 2 years ago

monokh commented 2 years ago

NFT APIs return token_ids in string format because solidity accepts uint256 token ids that are not representable in the JS number type.