Add command to create an auction and add auction CLI tests #83
@ -95,7 +95,8 @@ export function getAuctionObj (params: { owner: string, status?: string }): any
|
|||||||
type: TOKEN_TYPE,
|
type: TOKEN_TYPE,
|
||||||
quantity: AUCTION_FEES.minimumBid
|
quantity: AUCTION_FEES.minimumBid
|
||||||
},
|
},
|
||||||
winnerAddress: ''
|
winnerAddresses: [],
|
||||||
|
winnerBids: []
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user