We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb7ec40 + 442a0a7 commit 0b7b09dCopy full SHA for 0b7b09d
proposals/dao/fip_82b.ts
@@ -61,8 +61,8 @@ const validateTransferredRoleAdmins = async (core: Contract) => {
61
const ROLE_ADMIN = ethers.utils.id('ROLE_ADMIN');
62
63
// Non-major roles that previously had 0x0 as their admin
64
+ expect(await core.getRoleAdmin(ethers.utils.id('RATE_LIMITED_MINTER_ADMIN'))).to.be.equal(ROLE_ADMIN);
65
expect(await core.getRoleAdmin(ethers.utils.id('PARAMETER_ADMIN'))).to.be.equal(ROLE_ADMIN);
- expect(await core.getRoleAdmin(ethers.utils.id('MINTER_ADMIN'))).to.be.equal(ROLE_ADMIN);
66
expect(await core.getRoleAdmin(ethers.utils.id('OPTIMISTIC_ADMIN'))).to.be.equal(ROLE_ADMIN);
67
68
expect(await core.getRoleAdmin(ethers.utils.id('MINOR_PARAM_ROLE'))).to.be.equal(ROLE_ADMIN);
0 commit comments