Skip to content

Commit 08437d6

Browse files
committed
Add sentry.cd for exchange tests
1 parent 356de43 commit 08437d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyinjective/constant.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ def mainnet(cls, node='sentry2'):
107107
'sentry1', # us, prod
108108
'sentry2', # us, staging
109109
'sentry3', # tokyo, prod,
110-
'sentry4'
110+
'sentry4',
111+
'sentry.cd' # dedicated github-runner
111112
]
112113
if node not in nodes:
113114
raise ValueError("Must be one of {}".format(nodes))

0 commit comments

Comments
 (0)