chore: make default fee percentage in configurator 0

This commit is contained in:
fragosti
2018-12-05 12:34:24 -08:00
committed by Fred Carlsen
parent ef1e5eacbd
commit cba8dc8a75

View File

@@ -26,7 +26,7 @@ export class Configurator extends React.Component<ConfiguratorProps> {
availableAssetDatas: undefined,
affiliateInfo: {
feeRecipient: '',
feePercentage: 0.01,
feePercentage: 0,
},
},
};