-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/#1399-proposal-template-markdown
- Loading branch information
Showing
100 changed files
with
3,873 additions
and
3,053 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,24 +1,25 @@ | ||
# CoinGecko API key | ||
COINGECKO_API_KEY="" | ||
VITE_APP_NAME=Fractal | ||
# Alchemy provider API key, used on Mainnet | ||
NEXT_PUBLIC_ALCHEMY_MAINNET_API_KEY="" | ||
VITE_APP_ALCHEMY_MAINNET_API_KEY="" | ||
# Alchemy provider API key, used on Sepolia | ||
NEXT_PUBLIC_ALCHEMY_SEPOLIA_API_KEY="" | ||
VITE_APP_ALCHEMY_SEPOLIA_API_KEY="" | ||
# automated testing workflows | ||
NEXT_PUBLIC_ALCHEMY_TESTING_API_KEY="" | ||
VITE_APP_ALCHEMY_TESTING_API_KEY="" | ||
# ABI selector (*) | ||
NEXT_PUBLIC_ETHERSCAN_API_KEY="" | ||
VITE_APP_ETHERSCAN_API_KEY="" | ||
# IPFS pinning (*) | ||
NEXT_PUBLIC_INFURA_IPFS_API_KEY="" | ||
VITE_APP_INFURA_IPFS_API_KEY="" | ||
# IPFS pinning (*) | ||
NEXT_PUBLIC_INFURA_IPFS_API_SECRET="" | ||
VITE_APP_INFURA_IPFS_API_SECRET="" | ||
# Sentry DSN URL, not used locally | ||
NEXT_PUBLIC_SENTRY_DSN_URL="" | ||
VITE_APP_SENTRY_DSN_URL="" | ||
# Shutter Public Key | ||
NEXT_PUBLIC_SHUTTER_EON_PUBKEY=0x0e6493bbb4ee8b19aa9b70367685049ff01dc9382c46aed83f8bc07d2a5ba3e6030bd83b942c1fd3dff5b79bef3b40bf6b666e51e7f0be14ed62daaffad47435265f5c9403b1a801921981f7d8659a9bd91fe92fb1cf9afdb16178a532adfaf51a237103874bb03afafe9cab2118dae1be5f08a0a28bf488c1581e9db4bc23ca | ||
VITE_APP_SHUTTER_EON_PUBKEY=0x0e6493bbb4ee8b19aa9b70367685049ff01dc9382c46aed83f8bc07d2a5ba3e6030bd83b942c1fd3dff5b79bef3b40bf6b666e51e7f0be14ed62daaffad47435265f5c9403b1a801921981f7d8659a9bd91fe92fb1cf9afdb16178a532adfaf51a237103874bb03afafe9cab2118dae1be5f08a0a28bf488c1581e9db4bc23ca | ||
# site preview links | ||
NEXT_PUBLIC_SITE_URL="https://app.dev.fractalframework.xyz/" | ||
VITE_APP_SITE_URL="https://app.dev.fractalframework.xyz/" | ||
# WalletConnect Cloud Project ID | ||
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID="" | ||
VITE_APP_WALLET_CONNECT_PROJECT_ID="" | ||
# Minutes to cache prices for token addresses | ||
TOKEN_PRICE_CACHE_INTERVAL_MINUTES="" |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.