File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/views/AddModule/wizards/OzGovernor/service Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " zodiac-app" ,
3- "version" : " 1.5.0 " ,
3+ "version" : " 1.5.1 " ,
44 "private" : true ,
55 "homepage" : " ./" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -20,10 +20,9 @@ export const isVotesCompilable = (provider: BrowserProvider) => async (tokenAddr
2020 tokenContract . getVotes ( RANDOM_VALID_ADDRESS ) ,
2121 tokenContract . getPastVotes ( RANDOM_VALID_ADDRESS , RANDOM_BLOCK_NUMBER ) ,
2222 tokenContract . getPastTotalSupply ( RANDOM_BLOCK_NUMBER ) ,
23- tokenContract . delegates ( RANDOM_VALID_ADDRESS ) ,
23+ tokenContract . delegates . staticCall ( RANDOM_VALID_ADDRESS ) ,
2424 ] )
25- // @ts -ignore
26- tokenContract . functions [ 'delegateBySig' ] . name
25+ tokenContract . delegateBySig . name
2726 } catch ( e ) {
2827 console . log ( e )
2928 return false
You can’t perform that action at this time.
0 commit comments