Skip to content

Commit f1a9218

Browse files
authored
Merge pull request #81 from ChainSafe/irubido/setCDenv
add deploy snap origin
2 parents ae81ccb + b5693bd commit f1a9218

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ jobs:
4848
env:
4949
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
5050
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
51+
SNAP_ORIGIN: "npm:@chainsafe/webzjs-zcash-snap"
5152
timeout-minutes: 1

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ yarn serve
102102

103103
### Building and running WebZjs Web-wallet locally
104104

105-
set packages/web-wallet/.env SNAP_ORIGIN=""
106-
107105
```shell
108106
cd packages/web-wallet
109107
yarn build

packages/web-wallet/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SNAP_ORIGIN="npm:@chainsafe/webzjs-zcash-snap"
1+
SNAP_ORIGIN=""

0 commit comments

Comments
 (0)