Skip to content

Commit

Permalink
refactor: Move requestValue
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfschoen committed Dec 2, 2024
1 parent 38aae5c commit 01a00f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/secret-contracts-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"setEVMGatewayAddress": "yarn build && node ./dist/evm/setEVMGatewayAddress.js",
"queryPubkey": "yarn build && node ./dist/functions/query/queryPubkey.js",
"submit": "yarn build && node ./dist/submit.js",
"requestValue": "yarn build && node ./dist/requestValue.js",
"requestValue": "yarn build && node ./dist/evm/requestValue.js",
"build": "./node_modules/.bin/tsc --build",
"clean": "./node_modules/.bin/tsc --build --clean",
"upload": "yarn build && node ./dist/upload.js",
Expand Down

0 comments on commit 01a00f5

Please sign in to comment.