From 7a54c7519c2b08fb1001c156ed035192214d2109 Mon Sep 17 00:00:00 2001 From: otherview Date: Mon, 22 Jan 2024 11:29:31 +0000 Subject: [PATCH] update checksums due to router pkg --- .github/workflows/manual-deploy-uniswap.yml | 2 +- deploy-local.sh | 2 +- deploy.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual-deploy-uniswap.yml b/.github/workflows/manual-deploy-uniswap.yml index 66c01ac..d087589 100644 --- a/.github/workflows/manual-deploy-uniswap.yml +++ b/.github/workflows/manual-deploy-uniswap.yml @@ -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 diff --git a/deploy-local.sh b/deploy-local.sh index 63fdd09..fb401d0 100755 --- a/deploy-local.sh +++ b/deploy-local.sh @@ -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" diff --git a/deploy.sh b/deploy.sh index 255532b..884c1ec 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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