0acfe49815
* feat: preperations for open sourcing the repo * fix: don’t use an apikey if there is none set
16 lines
777 B
Plaintext
16 lines
777 B
Plaintext
## Mandatory Environment Variables
|
|
NEXT_PUBLIC_NETWORK=mainnet
|
|
NEXT_PUBLIC_WALLET_CONNECT_ID=abcdefghijklmnopqrstuvwxyz
|
|
|
|
### Optional Environment Variables
|
|
NEXT_PUBLIC_OSMOSIS_RPC=https://rpc-osmosis.blockapsis.com/
|
|
NEXT_PUBLIC_OSMOSIS_REST=https://lcd-osmosis.blockapsis.com/
|
|
NEXT_PUBLIC_OSMOSIS_TEST_RPC=https://rpc.devnet.osmosis.zone/
|
|
NEXT_PUBLIC_OSMOSIS_TEST_REST=https://lcd.devnet.osmosis.zone/
|
|
NEXT_PUBLIC_NEUTRON_TEST_RPC=https://rpc-palvus.pion-1.ntrn.tech/
|
|
NEXT_PUBLIC_NEUTRON_TEST_REST=https://rest-palvus.pion-1.ntrn.tech/
|
|
|
|
### Enable the following environment variables if you have access to the charting library
|
|
CHARTING_LIBRARY_USERNAME=git_username
|
|
CHARTING_LIBRARY_ACCESS_TOKEN=access_token
|
|
CHARTING_LIBRARY_REPOSITORY=github.com/tradingview/charting_library/ |