Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitri Tsumak <tsumak.dmitri@gmail.com>
Signed-off-by: evgeny-stakewise <123374581+evgeny-stakewise@users.noreply.github.com>
  • Loading branch information
evgeny-stakewise and tsudmi authored Nov 6, 2024
1 parent ea63754 commit cbe8a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw_utils/protocol_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def build_protocol_config(

vault_exiting_validators_limit_bps = config_data.get('vault_exiting_validators_limit_bps') or 0
os_token_vaults = [
Web3.to_checksum_address(v) for v in config_data.get('os_token_vaults') or []
Web3.to_checksum_address(v) for v in config_data.get('os_token_vaults', [])
]

return ProtocolConfig(
Expand Down

0 comments on commit cbe8a56

Please sign in to comment.