iotaledger / shimmer-evm-governance

Implementation of Open Zeppelin Governor on the Shimmer EVM
1 stars 0 forks source link

Extend Timelock contract for sending tokens (erc20 and NFT) #11

Closed trungtt198x closed 5 months ago

trungtt198x commented 1 year ago

It is additionally requested that the Timelock contract supports transferring of tokens (erc20 and NFT) to a target address.

trungtt198x commented 5 months ago

Transferring of erc20 has been implemented at here: https://github.com/iotaledger/shimmer-evm-governance/blob/master/contracts/governance/IFTimelock.sol#L42

Transferring of NFT has been implemented at here: https://github.com/iotaledger/shimmer-evm-governance/blob/master/contracts/governance/IFTimelock.sol#L56