Skip to content

Commit

Permalink
fix: snapshotter id ping using camelcase for web3 py.
Browse files Browse the repository at this point in the history
  • Loading branch information
getjiggy committed Feb 9, 2024
1 parent 9ccf0fd commit dd5290b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshotter/snapshotter_id_ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async def main():
anchor_rpc = RpcHelper(settings.anchor_chain_rpc)
protocol_abi = read_json_file(settings.protocol_state.abi)
protocol_state_contract = anchor_rpc.get_current_node()['web3_client'].eth.contract(
address=Web3.toChecksumAddress(
address=Web3.to_checksum_address(
settings.protocol_state.address,
),
abi=protocol_abi,
Expand Down

0 comments on commit dd5290b

Please sign in to comment.