Open dajuguan opened 2 weeks ago
currently, N_BITS = 2 is hard-coded in FaultDisputeGameN.sol. We need to support any N_BITS >=1 both in contract and op-challenger2.
N_BITS = 2
FaultDisputeGameN.sol
currently,
N_BITS = 2
is hard-coded inFaultDisputeGameN.sol
. We need to support any N_BITS >=1 both in contract and op-challenger2.