1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-01-20 18:01:45 +01:00

update docs

This commit is contained in:
alexcos20 2020-10-14 11:49:22 -07:00
parent faec8343bb
commit 822cf9aabc

View File

@ -30,10 +30,10 @@ export default function MyComponent() {
} }
async function handleBuyDT() { async function handleBuyDT() {
await buyDT(dataTokenAddress, 1) await buyDT(dataTokenAddress, '1')
} }
async function handleSellDT() { async function handleSellDT() {
await sellDT(dataTokenAddress, 1) await sellDT(dataTokenAddress, '1')
} }
return ( return (