1
0
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:
Matthias Kretschmann 2020-08-06 14:22:19 +02:00
parent 0d4e0599ac
commit 65cd3d42b0
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 2 deletions

View File

@ -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 = {

View File

@ -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,