Skip to content

Commit

Permalink
update checksums due to router pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Jan 22, 2024
1 parent 42814fd commit 7a54c75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-uniswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: azure/CLI@v1
with:
inlineScript: |
az vm open-port -g Testnet -n "${{ github.event.inputs.testnet_type }}-uniswap-0-${{ GITHUB.RUN_NUMBER }}" --port 80
az vm open-port -g Testnet -n "${{ github.event.inputs.testnet_type }}-uniswap-0-${{ GITHUB.RUN_NUMBER }}" --port 80
- name: 'Start Uniswap node-${{ matrix.host_id }} on Azure'
uses: azure/CLI@v1
Expand Down
2 changes: 1 addition & 1 deletion deploy-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ echo -e "${obscuro_constants_file}" > src/obscuro_constants_1.ts
cat src/obscuro_constants.ts |tail -n+4>> src/obscuro_constants_1.ts
mv src/obscuro_constants_1.ts src/obscuro_constants.ts
cp -f "${uniswap_sor_path}/uniswap-smart-order-router-2.9.3.tgz" .
yarn install --skip-integrity-check && yarn build
yarn install --update-checksums && yarn build
echo "build is complete but files are not being served - use serve -s build -l 80 -n"


Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ echo -e "${obscuro_constants_file}" > src/obscuro_constants_1.ts
cat src/obscuro_constants.ts |tail -n+4>> src/obscuro_constants_1.ts
mv src/obscuro_constants_1.ts src/obscuro_constants.ts
cp -f "${uniswap_sor_path}/uniswap-smart-order-router-2.9.3.tgz" .
yarn install --skip-integrity-check && yarn build && serve -s build -l 80 -n
yarn install --update-checksums && yarn build && serve -s build -l 80 -n



Expand Down

0 comments on commit 7a54c75

Please sign in to comment.