1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-29 00:57:49 +02: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() {
await buyDT(dataTokenAddress, 1)
await buyDT(dataTokenAddress, '1')
}
async function handleSellDT() {
await sellDT(dataTokenAddress, 1)
await sellDT(dataTokenAddress, '1')
}
return (