forked from WTFAcademy/WTF-Dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 添加基本的 Factory 实现 * feat: 完善Factory合约 * feat: 完善 Factory 合约,添加相关创建池子信息存储 * feat: 调整 Factory 合约细节 * factory: 重构 Factory 中 PoolInfo 结构体 --------- Co-authored-by: 影和 <[email protected]>
- Loading branch information
1 parent
ad08aca
commit 357fad3
Showing
3 changed files
with
93 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,6 @@ | |
}, | ||
"dependencies": { | ||
"@openzeppelin/contracts": "^5.0.2" | ||
} | ||
}, | ||
"repository": "[email protected]:WTFAcademy/WTF-Dapp.git" | ||
} |