mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix error in number of parameters in deployERC721Contract()
This commit is contained in:
parent
e2a4c32a65
commit
8d9964448a
@ -95,9 +95,7 @@ export class NftFactory {
|
|||||||
nftData.templateIndex,
|
nftData.templateIndex,
|
||||||
addressZERO,
|
addressZERO,
|
||||||
addressZERO,
|
addressZERO,
|
||||||
nftData.tokenURI,
|
nftData.tokenURI
|
||||||
nftData.transferable,
|
|
||||||
nftData.owner
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -133,9 +131,7 @@ export class NftFactory {
|
|||||||
nftData.templateIndex,
|
nftData.templateIndex,
|
||||||
addressZERO,
|
addressZERO,
|
||||||
addressZERO,
|
addressZERO,
|
||||||
nftData.tokenURI,
|
nftData.tokenURI
|
||||||
nftData.transferable,
|
|
||||||
nftData.owner
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Invoke createToken function of the contract
|
// Invoke createToken function of the contract
|
||||||
@ -146,9 +142,7 @@ export class NftFactory {
|
|||||||
nftData.templateIndex,
|
nftData.templateIndex,
|
||||||
addressZERO,
|
addressZERO,
|
||||||
addressZERO,
|
addressZERO,
|
||||||
nftData.tokenURI,
|
nftData.tokenURI
|
||||||
nftData.transferable,
|
|
||||||
nftData.owner
|
|
||||||
)
|
)
|
||||||
.send({
|
.send({
|
||||||
from: address,
|
from: address,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user