Closed SamAg19 closed 2 years ago
Changes to the razor token contract would need to be done when deploying to the skale for mainnet.
https://docs.skale.network/ima/1.3.x/managing-erc20#_1_reviewmodify_the_token_contract To do the following modifications as mentioned here by skale, the following issues are required to be addressed:
ERC20Mintable
Changes to the razor token contract would need to be done when deploying to the skale for mainnet.
https://docs.skale.network/ima/1.3.x/managing-erc20#_1_reviewmodify_the_token_contract To do the following modifications as mentioned here by skale, the following issues are required to be addressed:
ERC20Mintable
as mentioned in the example due to it being deprecated post v2.5. To be compatible with v4.5, we would need to use https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.5.0/contracts/token/ERC20/presets/ERC20PresetMinterPauser.sol