generated from scaffold-eth/scaffold-eth
-
Notifications
You must be signed in to change notification settings - Fork 695
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 #2487 from OlympusDAO/develop
Release: RBS 1.1
- Loading branch information
Showing
126 changed files
with
23,559 additions
and
27,477 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,41 +1,41 @@ | ||
# Required | ||
# Covalent (https://www.covalenthq.com/) | ||
REACT_APP_COVALENT_API_KEY="" | ||
VITE_COVALENT_API_KEY="" | ||
|
||
# Optional | ||
# Toggle to "true" to use Olympus Give features | ||
REACT_APP_GIVE_ENABLED="true" | ||
VITE_GIVE_ENABLED="true" | ||
# This should be toggled to "true" if you need to use the mock sOHM contract | ||
# (which allows for on-demand rebasing) | ||
REACT_APP_MOCK_SOHM_ENABLED="false" | ||
VITE_MOCK_SOHM_ENABLED="false" | ||
|
||
# Optional | ||
# Google Analytics (https://analytics.google.com/) | ||
REACT_APP_GOOGLE_ANALYTICS_API_KEY="" | ||
VITE_GOOGLE_ANALYTICS_API_KEY="" | ||
|
||
# Optional | ||
# If you run your own node, you can provide connection url(s) to that node. | ||
# To provide multiple urls for a network, please seperate them with a space. | ||
REACT_APP_ETHEREUM_NODE_URL="" | ||
REACT_APP_ETHEREUM_TESTNET_NODE_URL="" | ||
VITE_ETHEREUM_NODE_URL="" | ||
VITE_ETHEREUM_TESTNET_NODE_URL="" | ||
|
||
REACT_APP_FANTOM_NODE_URL="" | ||
REACT_APP_FANTOM_TESTNET_NODE_URL="" | ||
VITE_FANTOM_NODE_URL="" | ||
VITE_FANTOM_TESTNET_NODE_URL="" | ||
|
||
REACT_APP_POLYGON_NODE_URL="" | ||
REACT_APP_POLYGON_TESTNET_NODE_URL="" | ||
VITE_POLYGON_NODE_URL="" | ||
VITE_POLYGON_TESTNET_NODE_URL="" | ||
|
||
# Olympus Give | ||
# These 2 settings should be toggled to "true" if you want to use Olympus Give features | ||
REACT_APP_GIVE_ENABLED="true" | ||
REACT_APP_GIVE_GRANTS_ENABLED="true" | ||
VITE_GIVE_ENABLED="true" | ||
VITE_GIVE_GRANTS_ENABLED="true" | ||
|
||
# This should be toggled to "true" if you need to use the mock sOHM contract | ||
# (which allows for on-demand rebasing) | ||
REACT_APP_MOCK_SOHM_ENABLED="false" | ||
VITE_MOCK_SOHM_ENABLED="false" | ||
|
||
REACT_APP_ARBITRUM_NODE_URL="" | ||
REACT_APP_ARBITRUM_TESTNET_NODE_URL="" | ||
VITE_ARBITRUM_NODE_URL="" | ||
VITE_ARBITRUM_TESTNET_NODE_URL="" | ||
|
||
REACT_APP_AVALANCHE_NODE_URL="" | ||
REACT_APP_AVALANCHE_TESTNET_NODE_URL="" | ||
VITE_AVALANCHE_NODE_URL="" | ||
VITE_AVALANCHE_TESTNET_NODE_URL="" |
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.