mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
99090ee058
* adding network 8896 (barge) * Update ocean.ts * development network with env variable * temp patch for provider url check * removed logs * fix typing error * set local provider url to asset metadata * clean development config * wip make use of barge addresses * update env vars from script * more fixes * cleanup * update readme * more readme updates * cleanup fixes * more fixes * script readme updates * update readme * update readme * bump oceanjs * fix tests after oceanjs upgrade * adding custom provider for mac barge * fix test app.config path * remove log * added NEXT_PUBLIC_PROVIDER_URL to load dev env * added env variable for mac on load dev env * fre fixes * review suggestions * Update README.md Co-authored-by: Jamie Hewitt <jamie@oceanprotocol.com> * add private key example * bump oceanlib * fix build * fix provider uri for mac * add custom rpc env var example * fix build * update barge env vars script * remove brage from supported and default chainIds by default * remove log --------- Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com> Co-authored-by: Jamie Hewitt <jamie@oceanprotocol.com>
30 lines
995 B
Plaintext
30 lines
995 B
Plaintext
#NEXT_PUBLIC_INFURA_PROJECT_ID="xxx"
|
|
#NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID="xxx"
|
|
#NEXT_PUBLIC_MARKET_FEE_ADDRESS="0xxx"
|
|
#NEXT_PUBLIC_PUBLISHER_MARKET_ORDER_FEE="1"
|
|
#NEXT_PUBLIC_PUBLISHER_MARKET_FIXED_SWAP_FEE="1"
|
|
#NEXT_PUBLIC_CONSUME_MARKET_ORDER_FEE="1"
|
|
#NEXT_PUBLIC_CONSUME_MARKET_FIXED_SWAP_FEE="1"
|
|
|
|
#
|
|
# ADVANCED SETTINGS
|
|
#
|
|
|
|
# Toggle pricing options presented during price creation
|
|
#NEXT_PUBLIC_ALLOW_FIXED_PRICING="true"
|
|
#NEXT_PUBLIC_ALLOW_FREE_PRICING="true"
|
|
|
|
# Privacy Preference Center
|
|
#NEXT_PUBLIC_PRIVACY_PREFERENCE_CENTER="true"
|
|
|
|
# Development Preference Center
|
|
#NEXT_PUBLIC_NFT_FACTORY_ADDRESS='0xxx'
|
|
#NEXT_PUBLIC_OPF_COMMUNITY_FEE_COLECTOR='0xxx'
|
|
#NEXT_PUBLIC_FIXED_RATE_EXCHANGE_ADDRESS='0xxx'
|
|
#NEXT_PUBLIC_DISPENSER_ADDRESS='0xxx'
|
|
#NEXT_PUBLIC_OCEAN_TOKEN_ADDRESS='0xxx'
|
|
#NEXT_PUBLIC_MARKET_DEVELOPMENT='true'
|
|
#NEXT_PUBLIC_PROVIDER_URL="http://xxx:xxx"
|
|
#NEXT_PUBLIC_SUBGRAPH_URI="http://xxx:xxx"
|
|
#NEXT_PUBLIC_METADATACACHE_URI="http://xxx:xxx"
|
|
#NEXT_PUBLIC_RPC_URI="http://xxx:xxx" |