Skip to content

Commit cc02bef

Browse files
Merge pull request #26 from TogetherCrew/21-add-support-for-optimism-sepolia-network
chore: change lit conditions
2 parents f3bd0eb + 07d0014 commit cc02bef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/shared/constants/chain.constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ export const ACCESS_MANAGER_CONTRACTS = {
14871487
stateMutability: 'view',
14881488
type: 'function',
14891489
},
1490-
HasRoleRoleId: '3',
1490+
HasRoleRoleId: '2',
14911491
},
14921492
},
14931493
11155420: {
@@ -2752,7 +2752,7 @@ export const ACCESS_MANAGER_CONTRACTS = {
27522752
stateMutability: 'view',
27532753
type: 'function',
27542754
},
2755-
HasRoleRoleId: '3',
2755+
HasRoleRoleId: '2',
27562756
},
27572757
},
27582758
84532: {
@@ -4017,7 +4017,7 @@ export const ACCESS_MANAGER_CONTRACTS = {
40174017
stateMutability: 'view',
40184018
type: 'function',
40194019
},
4020-
HasRoleRoleId: '3',
4020+
HasRoleRoleId: '2',
40214021
},
40224022
},
40234023
}

0 commit comments

Comments
 (0)