1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

Update example/src/Publish.tsx

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
mihaisc 2020-09-07 15:29:02 +03:00 committed by GitHub
parent 4b08d67fe1
commit 754fd74a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ export function Publish() {
const priceOptions = { const priceOptions = {
price: 10, price: 10,
tokensToMint: 10, tokensToMint: 10,
type: 'simple', type: 'fixed',
weightOnDataToken: '', weightOnDataToken: '',
liquidityProviderFee: '' liquidityProviderFee: ''
} }