Skip to content

Commit 7a6af99

Browse files
committed
add E2E markets in local env
add E2E markets in local env
1 parent eeb312b commit 7a6af99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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:

0 commit comments

Comments
 (0)