Skip to content

Commit 0b7b09d

Browse files
committed
Merge branch 'feat-role-transfer' into split-pcv-guard-role
2 parents bb7ec40 + 442a0a7 commit 0b7b09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/dao/fip_82b.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ const validateTransferredRoleAdmins = async (core: Contract) => {
6161
const ROLE_ADMIN = ethers.utils.id('ROLE_ADMIN');
6262

6363
// 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);
6465
expect(await core.getRoleAdmin(ethers.utils.id('PARAMETER_ADMIN'))).to.be.equal(ROLE_ADMIN);
65-
expect(await core.getRoleAdmin(ethers.utils.id('MINTER_ADMIN'))).to.be.equal(ROLE_ADMIN);
6666
expect(await core.getRoleAdmin(ethers.utils.id('OPTIMISTIC_ADMIN'))).to.be.equal(ROLE_ADMIN);
6767

6868
expect(await core.getRoleAdmin(ethers.utils.id('MINOR_PARAM_ROLE'))).to.be.equal(ROLE_ADMIN);

0 commit comments

Comments
 (0)