-
Notifications
You must be signed in to change notification settings - Fork 14
merge #1084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
merge #1084
Conversation
This file contains hidden or 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
- Removed multiple reward addition tasks for different epochs and markets. - Consolidated the reward setup into a single task for better maintainability. - Updated imports and adjusted the task action to streamline the reward distribution process.
- Added deployment scripts for IonicFlywheel, IonicFlywheelBorrow, and their respective proxy and implementation contracts. - Introduced new JSON files for contract ABIs and deployment addresses. - Created a utility function to set reward accumulators for various markets, enhancing the reward distribution process. - Updated existing tasks to utilize the new utility function for better maintainability and clarity. - Refactored the rewards task setup to streamline the reward distribution process across different markets.
- Introduced multiple BribeRewards contracts with their respective implementation and proxy addresses. - Added new EmissionsManager and IonicFlywheel contracts, including their implementations and proxies. - Updated RewardAccumulator contracts with new addresses and implementations for various markets. - Enhanced the deployment configuration in lisk.json to support the latest contract additions.
…e integration - Added chainId to the deploy function in lisk.ts for better asset management. - Integrated UniswapLpTokenPriceOracle to handle liquidity pool token pricing. - Updated UniswapV3LiquidatorFunder address in lisk.json to reflect the latest deployment. - Introduced new solc input JSON file for enhanced contract compilation tracking.
- Updated STABLE_TOKEN to use the underlying USDC asset. - Added new assets: oUSDT and USDC with their respective configurations and oracle parameters. - Integrated PythPriceOracle deployment in the superseed configuration. - Updated UniswapV3LiquidatorFunder address in deployment files. - Adjusted market deployment tasks to include oUSDT for asset management. - Enhanced UI constants to reflect the addition of new assets in the main pool.
- Upgraded Node.js setup action in GitHub Actions workflow from v2 to v4 for improved performance and compatibility. - Changed asset filter in the 'market:set-cf:superseed:new' task from WETH to oUSDT to reflect the latest asset management strategy.
- Introduced a new configuration file for Pyth asset management, specifically adding the price feed for oUSDT. - Set the refresh rate, valid time period, and deviation threshold for the new asset in the configuration.
✅ Deploy Preview for ionicv2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
enable superseed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Type of change
High-level change(s) description - from the user's perspective
Related Issue(s)
Fixes
Related pull request(s)