change default bid to 0.01 lbc

This commit is contained in:
Sean Yesmunt 2020-09-18 10:05:28 -04:00
parent 437c54f164
commit 3bfdde4629
2 changed files with 2 additions and 2 deletions

2
dist/bundle.es.js vendored
View file

@ -5624,7 +5624,7 @@ const defaultState$4 = {
channelId: '',
name: '',
nameError: undefined,
bid: 0.1,
bid: 0.01,
bidError: undefined,
licenseType: 'None',
otherLicenseDescription: 'All rights reserved',

View file

@ -59,7 +59,7 @@ const defaultState: PublishState = {
channelId: '',
name: '',
nameError: undefined,
bid: 0.1,
bid: 0.01,
bidError: undefined,
licenseType: 'None',
otherLicenseDescription: 'All rights reserved',