Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Jun 18, 2024
1 parent 9b54a36 commit 0fdd671
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- name: Install
run: |
yarn install --no-immutable
yarn allow-scripts
- name: Build Snap
run: |
npm --prefix ./packages/starknet-snap version --new-version "$VERSION" --no-git-tag-version --allow-same-version
Expand All @@ -84,18 +85,14 @@ jobs:
echo "Version mismatch"
exit 1
fi
ls -al ./packages/starknet-snap/dist
env:
SNAP_ENV: ${{ needs.perpare-deployment.outputs.ENV }}
VERSION: ${{ needs.perpare-deployment.outputs.VERSION }}
VOYAGER_API_KEY: ${{ secrets.VOYAGER_API_KEY }}
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
- name: Build UI
run: |
REACT_APP_SNAP_VERSION="$VERSION" yarn workspace wallet-ui build
ls -al ./packages/starknet-snap/dist
REACT_APP_SNAP_VERSION="$VERSION" yarn workspace wallet-ui build
env:
VERSION: ${{ needs.perpare-deployment.outputs.VERSION }}
- name: Cache Build
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3248,7 +3248,7 @@ __metadata:

"@consensys/starknet-snap@file:../starknet-snap::locator=wallet-ui%40workspace%3Apackages%2Fwallet-ui":
version: 3.0.0
resolution: "@consensys/starknet-snap@file:../starknet-snap#../starknet-snap::hash=4921c8&locator=wallet-ui%40workspace%3Apackages%2Fwallet-ui"
resolution: "@consensys/starknet-snap@file:../starknet-snap#../starknet-snap::hash=40a461&locator=wallet-ui%40workspace%3Apackages%2Fwallet-ui"
dependencies:
"@metamask/snaps-sdk": 3.0.1
async-mutex: ^0.3.2
Expand All @@ -3257,7 +3257,7 @@ __metadata:
ethers: ^5.5.1
starknet: 6.7.0
starknet_v4.22.0: "npm:[email protected]"
checksum: fd237edcb5e0fec878db82caf981b4c5a6b16b8ad90507d50fa4c304ee634cdc40b73d928be276975ada1326296fd349443ee868c03693d80b8cdb94bf9fa737
checksum: 34b0c1d51edada3dbb9a051cc1de743c2d7990602fbf35dde2bbcec5ec1878b513ca574d353de7c73b890c8b9c0c06080704dee460bc8f759b716f87655427d2
languageName: node
linkType: hard

Expand Down

0 comments on commit 0fdd671

Please sign in to comment.