mirror of
https://github.com/oceanprotocol/react.git
synced 2025-01-03 18:35:18 +01:00
update docs
This commit is contained in:
parent
faec8343bb
commit
822cf9aabc
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user