monerium / smart-contracts

ERC20 compatible e-money deployed on Ethereum
https://monerium.com
Apache License 2.0
36 stars 21 forks source link

Feat/v2 xerc20 #44

Open KristenPire opened 4 months ago

KristenPire commented 4 months ago

This pull request introduces significant changes to the token minting and allowance system by replacing the MintAllowanceUpgradeable contract with a new RateLimitsUpgradeable contract. Additionally, it includes various updates to deployment scripts and contract configurations to align with the new rate limits approach.

Key Changes:

Major Contract Updates:

Deployment and Configuration Scripts:

These changes collectively enhance the flexibility and security of the token minting process by introducing rate limits and updating the deployment scripts to support the new system.