mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
fix edit functionality (#1931)
This commit is contained in:
parent
77d122d223
commit
06f7f73f1a
@ -113,7 +113,7 @@ export async function setNftMetadata(
|
||||
const nft = new Nft(signer)
|
||||
|
||||
// theoretically used by aquarius or provider, not implemented yet, will remain hardcoded
|
||||
const flags = '0x2'
|
||||
const flags = ethers.utils.hexlify(2)
|
||||
|
||||
const setMetadataTx = await nft.setMetadata(
|
||||
asset.nftAddress,
|
||||
|
Loading…
Reference in New Issue
Block a user