Migrate Ownable tests (#4657)
Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
@ -7,4 +7,6 @@ async function getChainId() {
|
||||
|
||||
module.exports = {
|
||||
getChainId,
|
||||
// TODO: when tests are ready to support bigint chainId
|
||||
// getChainId: ethers.provider.getNetwork().then(network => network.chainId),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user