web3wagers / gostarkme

Funds recollection project in Starknet ecosystem
http://web3wagers.github.io/gostarkme/
GNU Affero General Public License v3.0
15 stars 51 forks source link

refactor: change data types to handle ERC20 tokens #130

Closed bitfalt closed 3 weeks ago

bitfalt commented 3 weeks ago

Pull Request

Closes #129

Changes description

Modify the data types across smart contracts and constants to u256 to handle ERC20 token transactions

Comments

Necessary refactor to start working on #120 and #121 properly.