Skip to content

Commit 41aa555

Browse files
Merge pull request #62 from InjectiveLabs/update-sdk
Update sdk
2 parents fe692ca + 7a6af99 commit 41aa555

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyinjective/constant.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def load_market(cls, network, market_id):
5050
def load_peggy_denom(cls, network, symbol):
5151
if network == 'devnet':
5252
config = devnet_config
53+
elif network == 'local':
54+
config = devnet_config
5355
elif network == 'testnet':
5456
config = testnet_config
5557
else:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
EMAIL = "max@injectiveprotocol.com"
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7.0"
20-
VERSION = "0.5.5.9"
20+
VERSION = "0.5.6.1"
2121

2222
REQUIRED = [
2323
"grpcio",

0 commit comments

Comments
 (0)