If I transfer the ownership of a contract to another contract using following truffle command await token.transferOwnership(someOtherContract1.address);
I already did