Skip to content

Commit

Permalink
Update commit scripts (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Li authored Dec 15, 2023
1 parent eba7f81 commit 0d121a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions indexer/scripts/deploy-commit-to-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ case $env in
"dev4") account=525975847385;;
"dev5") account=917958511744;;
"staging") account=677285201534;;
"public-testnet") account=013339450148;; # public testnet
"mainnet") account=332066407361;; # mainnet
*) account=329916310755;;
esac

Expand Down
2 changes: 1 addition & 1 deletion indexer/scripts/push-commit-to-ecr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ case $env in
"dev5") account=917958511744;;
"staging") account=677285201534;;
"public-testnet") account=013339450148;; # public testnet
"testnet3") account=013339450148;; # public testnet
"mainnet") account=332066407361;; # mainnet
*) account=329916310755;;
esac

Expand Down

0 comments on commit 0d121a7

Please sign in to comment.