mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
Update usePublish.ts
This commit is contained in:
parent
69ffba32cf
commit
c2bcad440c
@ -69,8 +69,8 @@ function usePublish(): UsePublish {
|
|||||||
Logger.log(`minted ${tokensToMint} tokens`)
|
Logger.log(`minted ${tokensToMint} tokens`)
|
||||||
|
|
||||||
setStep(2)
|
setStep(2)
|
||||||
await giveMarketAllowance(tokenAddress, marketAddress, tokensToMint)
|
// await giveMarketAllowance(tokenAddress, marketAddress, tokensToMint)
|
||||||
Logger.log('allowance to market', marketAddress)
|
// Logger.log('allowance to market', marketAddress)
|
||||||
const publishedDate =
|
const publishedDate =
|
||||||
new Date(Date.now()).toISOString().split('.')[0] + 'Z'
|
new Date(Date.now()).toISOString().split('.')[0] + 'Z'
|
||||||
const timeout = 0
|
const timeout = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user