Commit dcb44c7
authored
Updated testnet contract
* Add Deadpool contract and MockERC20 for testing; implement pool creation, deposit, finalization, and reward claiming functionalities.
* Fix expected event arguments in Deadpool pool creation test to match correct timestamp calculation.
* Implement platform fee management in Deadpool contract; add default fee, update event emissions, and modify tests accordingly.
* Update Deadpool contract: change deployed address, remove old platform fee parameter, and add new platform fee update event and functions.
* Refactor Deadpool tests: streamline expect statements, remove unnecessary whitespace, and ensure consistent formatting for better readability.
* Add Monad testnet configuration and deploy Deadpool contract; update DEX router address and include deployment artifacts for Monad testnet.
* Sync with main branch
* Update Deadpool contract deployment details and add new solc input file
- Change deployed address for the Deadpool contract in both the JSON deployment file and the TypeScript contract declaration.
- Update transaction hash and block number to reflect the latest deployment.
- Introduce a new solc input file for the updated contract version, including necessary OpenZeppelin dependencies and contract metadata.
---------
Co-authored-by: Lokeshwaran B <Lokeshwaran B>1 parent f03dc1a commit dcb44c7
File tree
4 files changed
+122
-48
lines changed- packages
- hardhat
- contracts
- deployments/monad_testnet
- solcInputs
- nextjs/contracts
4 files changed
+122
-48
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
Lines changed: 44 additions & 44 deletions
Large diffs are not rendered by default.
0 commit comments