mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
change default fees
This commit is contained in:
parent
0d4e0599ac
commit
65cd3d42b0
@ -17,7 +17,7 @@ const appConfig = {
|
||||
network,
|
||||
infuraProjectId: process.env.GATSBY_INFURA_PROJECT_ID || 'xxx',
|
||||
marketFeeAddress: process.env.GATSBY_MARKET_FEE_ADDRESS || '0xxxx',
|
||||
marketFeeAmount: process.env.GATSBY_MARKET_FEE_AMOUNT || '0.03' // in %
|
||||
marketFeeAmount: process.env.GATSBY_MARKET_FEE_AMOUNT || '0.1' // in %
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
@ -35,7 +35,7 @@ export const initialValues: MetadataPublishForm = {
|
||||
type: 'simple',
|
||||
tokensToMint: 1,
|
||||
weightOnDataToken: '9', // 90% on data token
|
||||
liquidityProviderFee: '0.3' // in %
|
||||
liquidityProviderFee: '0.1' // in %
|
||||
},
|
||||
files: undefined,
|
||||
description: undefined,
|
||||
|
Loading…
Reference in New Issue
Block a user