Skip to content

Commit bc3d111

Browse files
committed
fix: updated vip number
1 parent 1b4ffb9 commit bc3d111

12 files changed

+12
-12
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

simulations/vip-541/bscmainnet.ts renamed to simulations/vip-545/bscmainnet.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { expectEvents } from "src/utils";
66
import { forking, testVip } from "src/vip-framework";
77
import { checkCorePoolComptroller } from "src/vip-framework/checks/checkCorePoolComptroller";
88

9-
import vip541, {
9+
import vip545, {
1010
DEFAULT_PROXY_ADMIN,
1111
DIAMOND,
1212
LIQUIDATOR,
@@ -18,7 +18,7 @@ import vip541, {
1818
vBNB_ADMIN,
1919
vBNB_ADMIN_IMPL,
2020
vTokens,
21-
} from "../../vips/vip-541/bscmainnet";
21+
} from "../../vips/vip-545/bscmainnet";
2222
import DIAMOND_ABI from "./abi/Diamond.json";
2323
import TRANSPARENT_PROXY_ABI from "./abi/TransparentUpgradeableProxy.json";
2424
import UNITROLLER_ABI from "./abi/Unitroller.json";
@@ -67,7 +67,7 @@ forking(60676242, async () => {
6767
});
6868
});
6969

70-
testVip("VIP-541", await vip541(), {
70+
testVip("VIP-545", await vip545(), {
7171
callbackAfterExecution: async txResponse => {
7272
await expectEvents(txResponse, [DIAMOND_ABI], ["DiamondCut"], [1]);
7373
await expectEvents(txResponse, [UNITROLLER_ABI], ["NewImplementation"], [40]);

simulations/vip-541/bsctestnet.ts renamed to simulations/vip-545/bsctestnet.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { expectEvents } from "src/utils";
66
import { forking, testVip } from "src/vip-framework";
77
import { checkCorePoolComptroller } from "src/vip-framework/checks/checkCorePoolComptroller";
88

9-
import vip541, {
9+
import vip545, {
1010
DEFAULT_PROXY_ADMIN,
1111
DIAMOND,
1212
LIQUIDATOR,
@@ -18,7 +18,7 @@ import vip541, {
1818
vBNB_ADMIN,
1919
vBNB_ADMIN_IMPL,
2020
vTokens,
21-
} from "../../vips/vip-541/bsctestnet";
21+
} from "../../vips/vip-545/bsctestnet";
2222
import DIAMOND_ABI from "./abi/Diamond.json";
2323
import TRANSPARENT_PROXY_ABI from "./abi/TransparentUpgradeableProxy.json";
2424
import UNITROLLER_ABI from "./abi/Unitroller.json";
@@ -71,7 +71,7 @@ forking(64855555, async () => {
7171
});
7272
});
7373

74-
testVip("VIP-541", await vip541(), {
74+
testVip("VIP-545", await vip545(), {
7575
callbackAfterExecution: async txResponse => {
7676
await expectEvents(txResponse, [DIAMOND_ABI], ["DiamondCut"], [1]);
7777
await expectEvents(txResponse, [UNITROLLER_ABI], ["NewImplementation"], [35]);

vips/vip-541/bscmainnet.ts renamed to vips/vip-545/bscmainnet.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ export const vTokens = {
5959
vXVS: "0x151B1e2635A717bcDc836ECd6FbB62B674FE3E1D",
6060
};
6161

62-
export const vip541 = () => {
62+
export const vip545 = () => {
6363
const meta: ProposalMeta = {
6464
version: "v2",
65-
title: "VIP-541",
65+
title: "VIP-545",
6666
description: ``,
6767
forDescription: "I agree that Venus Protocol should proceed with this proposal",
6868
againstDescription: "I do not think that Venus Protocol should proceed with this proposal",
@@ -122,4 +122,4 @@ export const vip541 = () => {
122122
);
123123
};
124124

125-
export default vip541;
125+
export default vip545;

vips/vip-541/bsctestnet.ts renamed to vips/vip-545/bsctestnet.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ export const vTokens = {
5454
vXVS: "0x6d6F697e34145Bb95c54E77482d97cc261Dc237E",
5555
};
5656

57-
export const vip541 = () => {
57+
export const vip545 = () => {
5858
const meta: ProposalMeta = {
5959
version: "v2",
60-
title: "VIP-541 Upgrade solidity on BNB Core pool (0.5 -> 0.8)",
60+
title: "VIP-545 Upgrade solidity on BNB Core pool (0.5 -> 0.8)",
6161
description: `Upgrade solidity on BNB Core pool (0.5 -> 0.8)`,
6262
forDescription: "I agree that Venus Protocol should proceed with this proposal",
6363
againstDescription: "I do not think that Venus Protocol should proceed with this proposal",
@@ -117,4 +117,4 @@ export const vip541 = () => {
117117
);
118118
};
119119

120-
export default vip541;
120+
export default vip545;

0 commit comments

Comments
 (0)