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,
|
||||
addressZERO,
|
||||
addressZERO,
|
||||
nftData.tokenURI,
|
||||
nftData.transferable,
|
||||
nftData.owner
|
||||
nftData.tokenURI
|
||||
)
|
||||
}
|
||||
|
||||
@ -133,9 +131,7 @@ export class NftFactory {
|
||||
nftData.templateIndex,
|
||||
addressZERO,
|
||||
addressZERO,
|
||||
nftData.tokenURI,
|
||||
nftData.transferable,
|
||||
nftData.owner
|
||||
nftData.tokenURI
|
||||
)
|
||||
|
||||
// Invoke createToken function of the contract
|
||||
@ -146,9 +142,7 @@ export class NftFactory {
|
||||
nftData.templateIndex,
|
||||
addressZERO,
|
||||
addressZERO,
|
||||
nftData.tokenURI,
|
||||
nftData.transferable,
|
||||
nftData.owner
|
||||
nftData.tokenURI
|
||||
)
|
||||
.send({
|
||||
from: address,
|
||||
|
Loading…
x
Reference in New Issue
Block a user