cartesi / rollups-contracts

Smart Contracts for Cartesi Rollups
https://cartesi.github.io/rollups-contracts/
Apache License 2.0
18 stars 38 forks source link

Inconsistent use of `value` and `amount` #253

Closed guidanoli closed 6 months ago

guidanoli commented 6 months ago

🙂 Expected behavior

Consistent use of value or amount when talking about assets.

🫠 Actual behavior

Some contracts use value...

... while other use amount...

✔️ Possible solutions

Use value throughout all portal contract and accompanying libraries.