We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2014ea8 commit 6e6c9cfCopy full SHA for 6e6c9cf
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "sentinel_sdk"
7
-version = "0.0.4"
+version = "0.0.5"
8
description = "A Sentinel SDK Written in Python"
9
authors = [
10
{ name = "NAST0R" },
@@ -25,7 +25,7 @@ dependencies = [
25
"sentinel-protobuf==0.3.3",
26
"grpcio>=1.51.1",
27
"bip-utils==2.9.0",
28
- "mospy-wallet==0.5.4",
+ "mospy-wallet==0.6.0",
29
"pywgkey"
30
]
31
src/sentinel_sdk/types.py
@@ -22,7 +22,7 @@ class NodeType(Enum):
22
@dataclass
23
class TxParams:
24
denom: str = "udvpn"
- fee_amount: int = 314159
+ fee_amount: int = 31415
gas: float = 0
gas_multiplier: float = 1.5
0 commit comments