Skip to content

Commit

Permalink
fix: use EVM instead of Ethereum, use ndash
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirka committed Sep 25, 2023
1 parent 2b19173 commit cba8076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vips/vip-174/vip-174.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ const grantAccessControl = () => {
export const vip174 = () => {
const meta = {
version: "v2",
title: "VIP-174 Core pool Comptroller upgrade - Diamond Comptroller",
title: "VIP-174 Core pool Comptroller upgrade Diamond Comptroller",

description: `#### Summary
If passed this VIP will upgrade the implementation of the Comptroller contract in the Core pool. It will set a re-architectured Comptroller following the [Diamond pattern](https://eips.ethereum.org/EIPS/eip-2535), not adding new features now for the regular users. This upgrade will allow Venus to add new features in the Core pool in the future, unlocking the Ethereum limitation on the size of the contracts (maximum 24KB) added in the [EIP-170](https://eips.ethereum.org/EIPS/eip-170).
If passed this VIP will upgrade the implementation of the Comptroller contract in the Core pool. It will set a re-architectured Comptroller following the [Diamond pattern](https://eips.ethereum.org/EIPS/eip-2535), not adding new features now for the regular users. This upgrade will allow Venus to add new features in the Core pool in the future, unlocking the EVM limitation on the size of the contracts (maximum 24KB) added in the [EIP-170](https://eips.ethereum.org/EIPS/eip-170).
#### Description
Expand Down

0 comments on commit cba8076

Please sign in to comment.