Skip to content

Commit 7e914ea

Browse files
committed
feat: rename vip-615 to vip-596 and update title/description for XAUm listing
1 parent d3c9e78 commit 7e914ea

File tree

10 files changed

+22
-14
lines changed

10 files changed

+22
-14
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import {
1818
converterBaseAssets,
1919
marketSpecs,
2020
vTokensRemaining,
21-
vip615,
22-
} from "../../vips/vip-615/bscmainnet";
21+
vip596,
22+
} from "../../vips/vip-596/bscmainnet";
2323
import COMPTROLLER_ABI from "./abi/Comptroller.json";
2424
import ERC20_ABI from "./abi/ERC20.json";
2525
import RESILIENT_ORACLE_ABI from "./abi/ResilientOracle.json";
@@ -50,7 +50,7 @@ forking(83432607, async () => {
5050
});
5151
});
5252

53-
testVip("VIP-615", await vip615(true), {
53+
testVip("VIP-596", await vip596(true), {
5454
callbackAfterExecution: async txResponse => {
5555
await expectEvents(
5656
txResponse,
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import {
1818
converterBaseAssets,
1919
marketSpecs,
2020
vTokensRemaining,
21-
vip615,
22-
} from "../../vips/vip-615/bsctestnet";
21+
vip596,
22+
} from "../../vips/vip-596/bsctestnet";
2323
import COMPTROLLER_ABI from "./abi/Comptroller.json";
2424
import ERC20_ABI from "./abi/ERC20.json";
2525
import RESILIENT_ORACLE_ABI from "./abi/ResilientOracle.json";
@@ -50,7 +50,7 @@ forking(91993997, async () => {
5050
});
5151
});
5252

53-
testVip("VIP-615", await vip615(), {
53+
testVip("VIP-596", await vip596(), {
5454
callbackAfterExecution: async txResponse => {
5555
await expectEvents(
5656
txResponse,
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,15 @@ const configureConverters = (fromAssets: string[], incentive: BigNumberish = CON
106106
});
107107
};
108108

109-
export const vip615 = (simulations: boolean) => {
109+
export const vip596 = (simulations: boolean) => {
110110
const meta = {
111111
version: "v2",
112-
title: "VIP-615 [BNB Chain] Add XAUM (Matrixdock Gold) market to the Core pool",
113-
description: "VIP-615 [BNB Chain] Add XAUM (Matrixdock Gold) market to the Core pool",
112+
title: "VIP-596 [BNB Chain] Listing of XAUm in Venus Core",
113+
description: `This VIP seeks to list XAUm, Matrixdock's tokenized gold asset, in the Venus Core Pool on BNB Chain as a non-borrowable collateral asset.
114+
115+
XAUm represents one troy ounce of fully allocated LBMA-accredited physical gold, enabling users to borrow against gold-backed collateral while maintaining exposure to the underlying asset.
116+
117+
XAUm has grown to over $80M in assets under management and is deployed across multiple chains. On BNB Chain, liquidity is currently concentrated on PancakeSwap, with plans to deepen liquidity over time.`,
114118
forDescription: "I agree that Venus Protocol should proceed with this proposal",
115119
againstDescription: "I do not think that Venus Protocol should proceed with this proposal",
116120
abstainDescription: "I am indifferent to whether Venus Protocol proceeds or not",
@@ -228,4 +232,4 @@ export const vip615 = (simulations: boolean) => {
228232
);
229233
};
230234

231-
export default vip615;
235+
export default vip596;
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,15 @@ const configureConverters = (fromAssets: string[], incentive: BigNumberish = CON
103103
});
104104
};
105105

106-
export const vip615 = () => {
106+
export const vip596 = () => {
107107
const meta = {
108108
version: "v2",
109-
title: "VIP-615 [BNB Chain] Add XAUM (Matrixdock Gold) market to the Core pool",
110-
description: "VIP-615 [BNB Chain] Add XAUM (Matrixdock Gold) market to the Core pool",
109+
title: "VIP-596 [BNB Chain] Listing of XAUm in Venus Core",
110+
description: `This VIP seeks to list XAUm, Matrixdock's tokenized gold asset, in the Venus Core Pool on BNB Chain as a non-borrowable collateral asset.
111+
112+
XAUm represents one troy ounce of fully allocated LBMA-accredited physical gold, enabling users to borrow against gold-backed collateral while maintaining exposure to the underlying asset.
113+
114+
XAUm has grown to over $80M in assets under management and is deployed across multiple chains. On BNB Chain, liquidity is currently concentrated on PancakeSwap, with plans to deepen liquidity over time.`,
111115
forDescription: "I agree that Venus Protocol should proceed with this proposal",
112116
againstDescription: "I do not think that Venus Protocol should proceed with this proposal",
113117
abstainDescription: "I am indifferent to whether Venus Protocol proceeds or not",
@@ -233,4 +237,4 @@ export const vip615 = () => {
233237
);
234238
};
235239

236-
export default vip615;
240+
export default vip596;

0 commit comments

Comments
 (0)