Skip to content

Conversation

rhlsthrm
Copy link
Contributor

Description

Type of change

  • Docs change / dependency upgrade
  • Configuration / tooling changes
  • Refactoring
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Requires changes in customer code

High-level change(s) description - from the user's perspective

Related Issue(s)

Fixes

Related pull request(s)

@rhlsthrm rhlsthrm linked an issue Jan 29, 2025 that may be closed by this pull request
@rhlsthrm rhlsthrm marked this pull request as ready for review January 29, 2025 14:26
Copy link

netlify bot commented Jan 29, 2025

Deploy Preview for ionicv2 ready!

Name Link
🔨 Latest commit ff749f6
🔍 Latest deploy log https://app.netlify.com/sites/ionicv2/deploys/6819af3e459a8000084f6ce7
😎 Deploy Preview https://deploy-preview-991.ionic.money
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

rhlsthrm and others added 19 commits April 15, 2025 17:45
- Renamed and restructured the CErc20RewardsDelegateMorpho ABI to CErc20Storage.
- Added new function definitions and updated existing ones for clarity and consistency.
- Removed deprecated functions and events related to morpho bribe distribution.
- Introduced new functions for better interaction with the storage contract.
- Updated comments for improved documentation and understanding of the ABI structure.
- Introduced smUSDC asset with its corresponding details in assets.ts.
- Updated the deployment scripts to include a new market for Morpho Seamless, replacing references to Morpho Ionic.
- Added new task for creating the Morpho Seamless pool and adjusted related tasks to accommodate the new asset.
- Enhanced PoolToggle component to display short names for markets.
- Updated constants to include short names for the new Morpho Seamless market.
- Introduced a new task `market:set-cf:base:morpho-ionic` to set collateral factors for specific assets in the Morpho Ionic market.
- Updated the `useMarketData` hook to improve data retrieval by selecting the appropriate pool based on the selected pool ID, ensuring better handling of market data.
- Introduced a new PNG asset for smUSDC located in the public image directory, enhancing the visual representation of the asset in the UI.
… market

- Eliminated the `market:set-cf:base:morpho-ionic` task, which was responsible for setting collateral factors on specific assets in the Morpho Ionic market, as part of the transition to Morpho Seamless.
- Deleted the Morpho Ionic market entry from the constants file, streamlining the codebase as part of the transition to Morpho Seamless.
- Upgraded the Node.js setup action from version 2 to version 4 in the package SDK pull request build and test workflow, ensuring compatibility with the latest features and improvements.
- Upgraded the Yarn package manager version in both .yarnrc.yml and package.json files to ensure compatibility with the latest features and improvements.
- Removed the old Yarn 4.7.0 release file and added the new Yarn 4.9.1 release file.
- Removed the loading state from the `useHealth` hook call in the WithdrawTab component, simplifying the code and improving readability.
- The health factor and status are now directly destructured from the hook, enhancing clarity in the component's logic.
…eployment script

- Added a new task for deploying the MorphoBribeDistributor with initialization parameters for Morpho market and bribes.
- Enhanced the existing market deployment script to include deployment of CTokenFirstExtension and CErc20RewardsDelegateMorpho, along with their configuration in the FeeDistributor contract.
- Improved transaction handling and logging for better visibility during deployment.
- Updated the foundry.toml file to include Lisk mainnet and archive RPC URLs.
- Enhanced the BaseTest contract to support forking from the Lisk mainnet.
- Added a new test function in DevTesting to create a lock on the Lisk network, ensuring proper functionality and logging.
- Added devtools and layerzero-v2 submodules to the project for enhanced functionality and integration with LayerZero Labs.
- Removed loading state for predicted health factor in the BorrowTab component.
- Streamlined the isDisabled condition to focus on amount validation.
- Updated addresses for Comptroller, ComptrollerFirstExtension, and ComptrollerPrudentiaCapsExt in their respective JSON files.
- Modified transaction hashes, block numbers, and cumulative gas used for the updated deployments.
- Added new solc input JSON file for enhanced contract compilation tracking.
- Introduced CErc20RewardsDelegateMorpho address in the SDK base deployment configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Morpho rewards integration for collateral

3 participants