Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference newer sdk & add client name #456

Merged
merged 2 commits into from
Nov 1, 2024
Merged

Conversation

popenta
Copy link
Contributor

@popenta popenta commented Nov 1, 2024

Fixed a bug in the sdk (multiversx/mx-sdk-py#132) and propagated the fix to mxpy.

@popenta popenta self-assigned this Nov 1, 2024
@@ -209,7 +210,8 @@ def do_create_delegation_contract(args: Any):
def get_contract_address_by_deploy_tx_hash(args: Any):
args = utils.as_object(args)

proxy = ProxyNetworkProvider(args.proxy)
config = get_config_for_network_providers()
proxy = ProxyNetworkProvider(url=args.proxy, config=config)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In a future PR, we can have a shared function such as create_network_provider(url: str), to hold both these lines etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, was thinking the same.

@popenta popenta merged commit 2a77e9d into main Nov 1, 2024
10 checks passed
@popenta popenta deleted the fix-egld-in-multi-transfer branch November 1, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants