keep-starknet-strange / satoru

Synthetics platform for Starknet, inspired by GMX v2 design.
https://book.satoru.run/
MIT License
110 stars 73 forks source link

feat: re-use native i128 when whitelisted for deployment #540

Closed zarboq closed 11 months ago

zarboq commented 11 months ago

Feature Request

Describe the Feature Request

Currently we can't deploy contracts using i128 because they aren't whitelisted on Starknet. That's why we reimplemented our own library for integers. When i128 will be whitelisted we'll need to use them again instead of our own library.