This issue keeps track of making sure that the TokenNetworkRegistry's proxy checks the deprecation executor address before sending createERC20TokenNetwork() transaction. Also check the same condition after gas estimation or the tx in a block fails.
These checks are necessary because the function fails when the deprecation executor address is zero.
This issue keeps track of making sure that the TokenNetworkRegistry's proxy checks the deprecation executor address before sending
createERC20TokenNetwork()transaction. Also check the same condition after gas estimation or the tx in a block fails.These checks are necessary because the function fails when the deprecation executor address is zero.