Skip to content

Commit

Permalink
feat: add xvs market upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Sep 14, 2023
1 parent a06055b commit 06e3d75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion simulations/vip-171/vip-171-testnet/simulations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ forking(33155924, () => {
txResponse,
[VTOKEN_ABI, ProxyAdminInterface],
["NewImplementation", "NewProtocolShareReserve", "NewReduceReservesBlockDelta", "NewAccessControlManager"],
[10, 10, 10, 10],
[11, 11, 11, 11],
);
},
});
Expand Down
7 changes: 7 additions & 0 deletions vips/vip-171/vip-171-testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ export const CORE_MARKETS: AssetConfig[] = [
acceptAdmin: false,
isMock: true,
},
{
name: "vXVS",
address: "0x6d6F697e34145Bb95c54E77482d97cc261Dc237E",
reduceReservesBlockDelta: 840000,
acceptAdmin: true,
isMock: false,
},
];

function filterAssets(assets: AssetConfig[]) {
Expand Down

0 comments on commit 06e3d75

Please sign in to comment.