Skip to content

Commit 5ed3071

Browse files
committed
Replace specific cli dir
1 parent b78932b commit 5ed3071

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

protocol/scripts/affiliates/update_affiliate_parameters.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
def vote_for(node, chain, proposal_id, person):
3434
print("voting as " + person)
3535
cmd = [
36-
"/Users/justinbarnett/projects/v4-chain/protocol/build/dydxprotocold",
36+
"dydxprotocol",
3737
"tx",
3838
"gov",
3939
"vote",
@@ -91,7 +91,7 @@ def load_yml(file_path) -> Dict[str, Any]:
9191

9292
def get_proposal_id(node, chain):
9393
cmd = [
94-
"/Users/justinbarnett/projects/v4-chain/protocol/build/dydxprotocold",
94+
"dydxprotocol",
9595
"query",
9696
"gov",
9797
"proposals",
@@ -150,7 +150,7 @@ def main():
150150
tmp_file_path = tmp_file.name
151151
print("submitting proposal for affiliate parameters update")
152152
cmd = [
153-
"/Users/justinbarnett/projects/v4-chain/protocol/build/dydxprotocold",
153+
"dydxprotocol",
154154
"tx",
155155
"gov",
156156
"submit-proposal",

0 commit comments

Comments
 (0)