mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
e02babf2c2
* Free Pricing Option at create Pricing (#621) * Free Pricing Option + env var toggle * Create Pricing step msg * Default 'allowFreePricing' to true temp for review * Fix price 0 on free tab * Attempt fix useSiteMetadata * Fix linting * Feature/free price support consume compute (#654) * Update fetch free price * Feedback change UI remove 0's * update button msg && fix * compute algorithm list show 'Free' instead of '0' * updateMetadata() v3 workaround solution for free pricing (#677) * compute algorithm list show 'Free' instead of '0' * workaround editMetaData free price * utils function for compute & download * `allowFreePricing` default to false
17 lines
549 B
Plaintext
17 lines
549 B
Plaintext
# Default network, possible values:
|
|
# "development", "ropsten", "rinkeby", "mainnet", "polygon", "moonbeamalpha"
|
|
GATSBY_NETWORK="rinkeby"
|
|
|
|
## Define a GATSBY_RBAC_URL to implement permission based restrictions
|
|
#GATSBY_RBAC_URL="http://localhost:3000"
|
|
|
|
#GATSBY_INFURA_PROJECT_ID="xxx"
|
|
#GATSBY_MARKET_FEE_ADDRESS="0xxx"
|
|
#GATSBY_ANALYTICS_ID="xxx"
|
|
#GATSBY_PORTIS_ID="xxx"
|
|
#GATSBY_ALLOW_FIXED_PRICING="true"
|
|
#GATSBY_ALLOW_DYNAMIC_PRICING="true"
|
|
#GATSBY_ALLOW_FREE_PRICING="true"
|
|
#GATSBY_ALLOW_ADVANCED_SETTINGS="true"
|
|
#GATSBY_CREDENTIAL_TYPE="address"
|