Skip to content

Commit 6e6c9cf

Browse files
committed
Update dependencies.
1 parent 2014ea8 commit 6e6c9cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "sentinel_sdk"
7-
version = "0.0.4"
7+
version = "0.0.5"
88
description = "A Sentinel SDK Written in Python"
99
authors = [
1010
{ name = "NAST0R" },
@@ -25,7 +25,7 @@ dependencies = [
2525
"sentinel-protobuf==0.3.3",
2626
"grpcio>=1.51.1",
2727
"bip-utils==2.9.0",
28-
"mospy-wallet==0.5.4",
28+
"mospy-wallet==0.6.0",
2929
"pywgkey"
3030
]
3131

src/sentinel_sdk/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class NodeType(Enum):
2222
@dataclass
2323
class TxParams:
2424
denom: str = "udvpn"
25-
fee_amount: int = 314159
25+
fee_amount: int = 31415
2626
gas: float = 0
2727
gas_multiplier: float = 1.5
2828

0 commit comments

Comments
 (0)