Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions archive/scripts/calldata_voting.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ def start_vote(
vote_desc=(
'Omnibus vote: '
'1) Publishing new implementation in lido app APM repo'
'2) Updating implementaion of lido app with new one'
'2) Updating implementation of lido app with new one'
'3) Publishing new implementation in node operators registry app APM repo'
'4) Updating implementaion of node operators registry app with new one'
'4) Updating implementation of node operators registry app with new one'
'5) Granting new permission DEPOSIT_ROLE'
),
evm_script=encoded_call_script,
Expand Down
4 changes: 2 additions & 2 deletions utils/evm_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ def decode_encoded_call(encoded_call: EncodedCall) -> Optional[Call]:
Decodes an encoded contract call using Brownie's Contract API.

This function replaces AVotesParser.decode_function_call() and converts the provided
EncodedCall into a Call object or returns None if the decoding wasn't successfull.
Unsuccessfull deconding usually happens when the contract is not verified contract on etherscan
EncodedCall into a Call object or returns None if the decoding wasn't successful.
Unsuccessful decoding usually happens when the contract is not verified contract on etherscan

Parameters:
encoded_call (EncodedCall): An object containing the target contract address, method id,
Expand Down