-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from HausDAO/feat/update-dh-v04
Feat/update dh v04
- Loading branch information
Showing
5 changed files
with
276 additions
and
875 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,37 @@ | ||
# key from wallet connect is required | ||
VITE_WALLET_CONNECT_ID= | ||
|
||
# rivet key for rpc calls, you can also pass in custom rpcs to many components | ||
VITE_RIVET_KEY= | ||
|
||
# add your graph api key if using mainnet or gnosischain | ||
VITE_GRAPH_API_KEY_MAINNET= | ||
# # alternate RPCs for any supported network | ||
# VITE_MAINNET_RPC= | ||
# VITE_GOERLI_RPC= | ||
# VITE_GNOSISCHAIN_RPC= | ||
# VITE_OPTIMISM_RPC= | ||
# VITE_POLYGONPOS_RPC= | ||
# VITE_ARBITRUM_RPC= | ||
# VITE_SEPOLIA_RPC= | ||
# VITE_BASE_RPC= | ||
|
||
# key from wallet connect is required | ||
VITE_WALLET_CONNECT_ID= | ||
# # add your graph api key if using mainnet or gnosischain | ||
# VITE_GRAPH_API_KEY_MAINNET= | ||
|
||
# optional will use rate limited if not set | ||
VITE_OPTIMISM_ALCHEMY_KEY= | ||
VITE_ARBITRUM_ALCHEMY_KEY= | ||
VITE_POLYGONPOS_ALCHEMY_KEY= | ||
# # optional will use rate limited if not set | ||
# VITE_OPTIMISM_ALCHEMY_KEY= | ||
# VITE_ARBITRUM_ALCHEMY_KEY= | ||
# VITE_POLYGONPOS_ALCHEMY_KEY= | ||
# VITE_SEPOLIA_ALCHEMY_KEY= | ||
# VITE_BASE_ALCHEMY_KEY= | ||
|
||
# add blockexplorer api keys for any supported networks | ||
VITE_ETHERSCAN_KEY= | ||
VITE_ARBISCAN_KEY= | ||
VITE_GNOSISSCAN_KEY= | ||
VITE_POLYGONSCAN_KEY= | ||
VITE_OPTIMISMSCAN_KEY= | ||
# # add blockexplorer api keys for any supported networks | ||
# VITE_ETHERSCAN_KEY= | ||
# VITE_ARBISCAN_KEY= | ||
# VITE_GNOSISSCAN_KEY= | ||
# VITE_POLYGONSCAN_KEY= | ||
# VITE_OPTIMISMSCAN_KEY= | ||
# VITE_SEPOLIASCAN_KEY= | ||
# VITE_BASESCAN_KEY= | ||
|
||
# corresponds to keys in targetDao.ts if scoping app to a single dao | ||
VITE_TARGET_KEY= | ||
# # corresponds to keys in targetDao.ts if scoping app to a single dao | ||
# VITE_TARGET_KEY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.