Skip to content

Commit

Permalink
Add VITE_CONTRACT environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Dec 21, 2023
1 parent 576fc52 commit 8a16ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_CONTRACT=0x89Ca325bd05f851b2B91b3e9fb2d15A59d3D82C6
1 change: 1 addition & 0 deletions .github/workflows/deployflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
env:
NODE_OPTIONS: '--max_old_space_size=4096'
VITE_CONTRACT: ${{ secrets.VITE_CONTRACT }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 8a16ef5

Please sign in to comment.