fd924c885e
* env: remove testing library * fix: use pyth over oracle * fix: fix the endpoints * fix: fix build * tidy: refactor * fix: fixed account fetching * fix: made all queries chain agnostic * fix: fixed the chart position * feat: added basic auth * fix: added env validation * fix: added ‘no-cors’ and included credentials * fix: removed ‘no-cors’ mode * fix: change the isLessThanACent logic * tidy: console log * fix: added fallback api * feat: progress on pythVaas * fix: getting prices * fix: try catch * feat: add pythPriceData to transactions based on setting * fix: disable Pyth Update when user uses Ledger * tidy: copy
17 lines
744 B
Plaintext
17 lines
744 B
Plaintext
NEXT_PUBLIC_NETWORK=mainnet
|
|
|
|
NEXT_PUBLIC_OSMOSIS_RPC=https://osmosis-node.marsprotocol.io/GGSFGSFGFG34/osmosis-rpc-front/
|
|
NEXT_PUBLIC_OSMOSIS_REST=https://osmosis-node.marsprotocol.io/GGSFGSFGFG34/osmosis-lcd-front/
|
|
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/
|
|
|
|
NEXT_PUBLIC_WALLET_CONNECT_ID=d93fdffb159bae5ec87d8fee4cdbb045
|
|
CHARTING_LIBRARY_USERNAME=git_username
|
|
CHARTING_LIBRARY_ACCESS_TOKEN=access_token
|
|
CHARTING_LIBRARY_REPOSITORY=github.com/tradingview/charting_library/
|
|
|
|
NEXT_PUBLIC_PYTH_API=https://mars.rpc.p2p.world/api
|
|
|