event tmp

This commit is contained in:
owen05
2021-09-14 13:43:48 +08:00
parent fb64de3a04
commit 4b60736a7b
6 changed files with 236 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ export class NFTPoolContext {
this.Controller.options.address,
this.Deployer,
this.DODONFTApprove.options.address,
"" //TODO:ERC721 => ERC20
"" //TODO:ERC721 => ERC20 DODOApprove
]
)
@@ -104,7 +104,7 @@ export class NFTPoolContext {
}
}
export async function getNFTPoolContext(weth: string): Promise<NFTPoolContext> {
export async function getNFTPoolContext(): Promise<NFTPoolContext> {
var context = new NFTPoolContext();
await context.init();
return context;