From cba80766955238b2026ca6f280c00cf440b8bf18 Mon Sep 17 00:00:00 2001 From: Kirill Kuvshinov Date: Mon, 25 Sep 2023 16:52:41 +0300 Subject: [PATCH] fix: use EVM instead of Ethereum, use ndash --- vips/vip-174/vip-174.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vips/vip-174/vip-174.ts b/vips/vip-174/vip-174.ts index 043005880..d41a6b018 100644 --- a/vips/vip-174/vip-174.ts +++ b/vips/vip-174/vip-174.ts @@ -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