Skip to content

Commit

Permalink
changed varible to VITE_CLRFUND_ADDRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Mar 20, 2024
1 parent 212429c commit 9ade9e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
NODE_VERSION: 20.x
VITE_CLRFUND_FACTORY_ADDRESS: "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707"
VITE_CLRFUND_ADDRESS: "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707"
VITE_ETHEREUM_API_CHAINID: 1
VITE_ETHEREUM_API_URL: "dummy"
VITE_IPFS_PINNING_JWT: "dummy"
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
. "$(dirname "$0")/_/husky.sh"

# set these params so git push will work without .env
export VITE_CLRFUND_FACTORY_ADDRESS=0x5FC8d32690cc91D4c39d9d3abcBD16989F875707
export VITE_CLRFUND_ADDRESS=0x5FC8d32690cc91D4c39d9d3abcBD16989F875707
export VITE_ETHEREUM_API_CHAINID=1
export VITE_ETHEREUM_API_URL=x
export VITE_IPFS_PINNING_JWT=x
Expand Down

0 comments on commit 9ade9e3

Please sign in to comment.