chore: make default fee percentage in configurator 0
This commit is contained in:
parent
f9e73d2a6f
commit
1f8c09779d
@ -26,7 +26,7 @@ export class Configurator extends React.Component<ConfiguratorProps> {
|
||||
availableAssetDatas: undefined,
|
||||
affiliateInfo: {
|
||||
feeRecipient: '',
|
||||
feePercentage: 0.01,
|
||||
feePercentage: 0,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user