Skip to content

Commit

Permalink
Merge branch 'main' into feat/send-consensus-tx-to-hardhat-network
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaya5 authored Dec 16, 2024
2 parents f0c2eda + 09c6c11 commit 23c08db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/protocol_rpc/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,5 +685,5 @@ def register_all_rpc_endpoints(
)
register_rpc_endpoint(
partial(get_contract, consensus_service),
method_name="eth_getContract",
method_name="sim_getConsensusContract",
)

0 comments on commit 23c08db

Please sign in to comment.