mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-14 09:14:52 +01:00
Matthias Kretschmann
a760935564
* add portis * library loading tinkering * bump packages * typings fix * pip as addon * remove setuptools * revert typings fix * modal styling * show portis button * provider name workaround * for faulty getInjectedProviderName() * fixes https://github.com/oceanprotocol/market/issues/332 * more usage of provider info object * output respective wallet logos * add network switcher for Portis * add functionality * prototype for portis network switching * improve user experience when reconnecting to cached provider * support mainnet only, leave networking switching code commented out
7 lines
209 B
Plaintext
7 lines
209 B
Plaintext
# Network, possible values: development, pacific, rinkeby, mainnet
|
|
GATSBY_NETWORK="rinkeby"
|
|
|
|
#GATSBY_INFURA_PROJECT_ID="xxx"
|
|
#GATSBY_MARKET_FEE_ADDRESS="0xxx"
|
|
#GATSBY_ANALYTICS_ID="xxx"
|
|
#GATSBY_PORTIS_ID="xxx" |