Skip to content

Paxos Token Contracts Version 2

Latest
Compare
Choose a tag to compare
@zpetersen-paxos zpetersen-paxos released this 04 Nov 16:54
· 3 commits to master since this release
a470147

Changes:

  • Single base repo for all Paxos stablecoins with base functionality
  • Update the solidity compiler to 0.8.17
  • Added two EIP for gas savings: EIP-3009 and EIP-2612
  • Added ability to support mint/burn for multiple addresses via SupplyControl
  • Migrate from truffle to hardhat