Skip to content

Commit

Permalink
Fix python ogmios
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Aug 29, 2024
1 parent f2abd83 commit 6e8f795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pycardano/backend/ogmios_v6.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ def _fetch_protocol_param(self) -> ProtocolParameters:
cost_models=self._parse_cost_models(
protocol_parameters.plutus_cost_models
),
maximum_reference_scripts_size=protocol_parameters.max_ref_script_size,
min_fee_reference_scripts=protocol_parameters.min_fee_ref_scripts,
)
return pyc_protocol_params

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ frozendict = "^2.3.8"
frozenlist = "^1.3.3"
cachetools = "^5.3.0"
docker = "^7.1.0"
ogmios = {git = "https://gitlab.com/viperscience/ogmios-python.git"}
ogmios = {git = "https://gitlab.com/cffls/ogmios-python.git"}
requests = "^2.32.3"
websockets = "^13.0"

Expand Down

0 comments on commit 6e8f795

Please sign in to comment.