Cross Trade is a new core service for optimistic rollups that complements standard withdrawals and fast withdrawals. It is trustless and do not require extensive backend.
4
stars
1
forks
source link
Insufficient warning for provideCT, editCT, claimCT #56
https://github.com/tokamak-network/crossTrade/blob/a92ad15c77a551e110ca716b89f510d91c53b549/contracts/L1/L1CrossTrade.sol#L56
Please add enough warning for provideCT, editCT, claimCT, as they can be executed from the contract without request transaction from L2.
See an example interface explanation provided Optimsm's code