StakingToken icon indicating copy to clipboard operation
StakingToken copied to clipboard

Update Staking for current token

Open uname0x96 opened this issue 4 years ago • 2 comments

I have 1 custom token on Kovan test net, but it just a simple smartcontact like "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol". And now I want to update Staking for my token. Can I do that without create 1 new token?

uname0x96 avatar Sep 24 '20 04:09 uname0x96

https://github.com/pironmind/TokenActionProtocol

bolpol avatar Oct 12 '20 09:10 bolpol

@cong235 If you using a Proxy pattern you can just replace your token implementation :smile: If not, you should be able to run burning and minting tokens from an external contract.

duxor avatar Dec 10 '20 07:12 duxor