diff --git a/app.config.js b/app.config.js index eef68476a..761139c0a 100644 --- a/app.config.js +++ b/app.config.js @@ -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 = { diff --git a/src/models/FormPublish.ts b/src/models/FormPublish.ts index 19a2a117b..5154de115 100644 --- a/src/models/FormPublish.ts +++ b/src/models/FormPublish.ts @@ -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,