Migrate ERC1155 tests to ethers v6 (#4771)
Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
@ -5,11 +5,9 @@ const { anyValue } = require('@nomicfoundation/hardhat-chai-matchers/withArgs');
|
||||
|
||||
const { shouldSupportInterfaces } = require('../../utils/introspection/SupportsInterface.behavior');
|
||||
const {
|
||||
bigint: { Enum },
|
||||
bigint: { RevertType },
|
||||
} = require('../../helpers/enums');
|
||||
|
||||
const RevertType = Enum('None', 'RevertWithoutMessage', 'RevertWithMessage', 'RevertWithCustomError', 'Panic');
|
||||
|
||||
const firstTokenId = 5042n;
|
||||
const secondTokenId = 79217n;
|
||||
const nonExistentTokenId = 13n;
|
||||
|
||||
Reference in New Issue
Block a user