Skip to content

Commit

Permalink
Merge pull request #24 from Tkd-Alex/master
Browse files Browse the repository at this point in the history
mospy sentinel chain
  • Loading branch information
ctrl-Felix committed Jan 3, 2024
2 parents 462f2ec + 54784c8 commit 192c612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/mospy/Account.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def __init__(
"cosmos": "cosmospy_protobuf",
"osmosis": "osmosis_protobuf",
"evmos": "evmos_protobuf",
"sentinel": "sentinel_protobuf",
}
_protobuf_package = (_protobuf_packages[protobuf.lower()]
if protobuf.lower() in _protobuf_packages.keys()
Expand Down
1 change: 1 addition & 0 deletions src/mospy/Transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def __init__(
"cosmos": "cosmospy_protobuf",
"osmosis": "osmosis_protobuf",
"evmos": "evmos_protobuf",
"sentinel": "sentinel_protobuf",
}
self._protobuf_package = (_protobuf_packages[protobuf.lower()]
if protobuf.lower()
Expand Down
1 change: 1 addition & 0 deletions src/mospy/clients/GRPCClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def __init__(
"cosmos": "cosmospy_protobuf",
"osmosis": "osmosis_protobuf",
"evmos": "evmos_protobuf",
"sentinel": "sentinel_protobuf",
}
_protobuf_package = (_protobuf_packages[protobuf.lower()]
if protobuf.lower() in _protobuf_packages.keys()
Expand Down

0 comments on commit 192c612

Please sign in to comment.