Skip to content

Commit

Permalink
upgrade lib
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Nov 7, 2023
1 parent 369c42b commit 688368e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eo pipefail

c3=$PWD/script/input/c3.json

deployer=$(jq -r ".DEPLOYER" $C3)
deployer=$(jq -r ".DEPLOYER" $c3)
ormp=$(jq -r ".ORMP_ADDR" $c3)
oracle=$(jq -r ".ORACLE_ADDR" $c3)
relayer=$(jq -r ".RELAYER_ADDR" $c3)
Expand Down
2 changes: 1 addition & 1 deletion lib/create3-deploy

0 comments on commit 688368e

Please sign in to comment.