Skip to content
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

[VEN-3024][VEN-3029] Add gmETH and gmBTC markets in the Core Pool / Arbitrum, and Thena to the Core Pool / BNB Chain #468

Merged
merged 9 commits into from
Jan 29, 2025

Conversation

web3rover
Copy link
Contributor

@web3rover web3rover commented Jan 27, 2025

Description

Resolves VEN-3024 and VEN-3029

@web3rover web3rover self-assigned this Jan 27, 2025
@web3rover web3rover requested review from chechu and kkirka January 27, 2025 15:20
@web3rover web3rover marked this pull request as ready for review January 27, 2025 15:20
const BLOCKS_PER_YEAR = BigNumber.from("31536000");
const ONE_YEAR = 3600 * 24 * 365;

const { POOL_REGISTRY, NORMAL_TIMELOCK, RESILIENT_ORACLE, CHAINLINK_ORACLE } = NETWORK_ADDRESSES["arbitrumone"];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: generally we use hardcoded addresses to freeze the variables used in the VIP in the event they might be affected by a package update

before(async () => {
await setMaxStalePeriodInChainlinkOracle(
CHAINLINK_ORACLE,
"0x5979D7b546E38E414F7E9822514be443A4800529",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Labelded addresses are nice for readability


checkIsolatedPoolsComptrollers();
});
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't we checking converter configurations?

@chechu
Copy link
Member

chechu commented Jan 28, 2025

@chechu chechu changed the title [VEN-3024] Add gmETH and gmBTC markets in the Core Pool [VEN-3024] Add gmETH and gmBTC markets in the Core Pool / Arbitrum, and Thena to the Core Pool / BNB Chain Jan 28, 2025
@chechu chechu changed the title [VEN-3024] Add gmETH and gmBTC markets in the Core Pool / Arbitrum, and Thena to the Core Pool / BNB Chain [VEN-3024][VEN-3029] Add gmETH and gmBTC markets in the Core Pool / Arbitrum, and Thena to the Core Pool / BNB Chain Jan 28, 2025
@chechu
Copy link
Member

chechu commented Jan 29, 2025

@chechu chechu merged commit c3a8be1 into main Jan 29, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants