-
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 #12 from HausDAO/upgrade/v0.2.0
wip upgrade to v0.2.0-alpha.0
- Loading branch information
Showing
9 changed files
with
4,033 additions
and
2,261 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,4 +1,22 @@ | ||
# rivet key for rpc calls, you can also pass in custom rpcs to many components | ||
VITE_RIVET_KEY= | ||
VITE_ETHERSCAN_KEY= | ||
|
||
# add your graph api key if using mainnet or gnosischain | ||
VITE_GRAPH_API_KEY_MAINNET= | ||
VITE_TARGET_KEY= | ||
|
||
# key from wallet connect is required | ||
VITE_WALLET_CONNECT_ID= | ||
|
||
# optional will use rate limited if not set | ||
VITE_OPTIMISM_ALCHEMY_KEY= | ||
VITE_ARBITRUM_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= | ||
|
||
# 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
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
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.