Skip to content

Commit 7a98f4c

Browse files
chore: comment out vDAI
1 parent 221200e commit 7a98f4c

2 files changed

Lines changed: 53 additions & 53 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquidops",
3-
"version": "1.2.25",
3+
"version": "1.2.26",
44
"author": "Lorimer Jenkins <lorimer@liquidops.io>, Marton Lederer <marton@liquidops.io>",
55
"repository": {
66
"type": "git",

src/ao/utils/tokenAddressData.ts

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -205,58 +205,58 @@ export const tokenData: Record<string, TokenData> = {
205205
},
206206
controllerAddress,
207207
},
208-
VDAI: {
209-
name: "Vento DAI",
210-
cleanTicker: "vDAI",
211-
collateralEnabled: true,
212-
address: "Q5Qk5W_AOUou2nRu1RlEpfr8yzKmWJ98tQb8QEyYqx4",
213-
icon: "0hn3-PiE45LzIr9fYxSEXrQu8qk9arXt-FsVoN98grw",
214-
denomination: BigInt(18),
215-
//
216-
oAddress: "UNj2195zpcrRcHdxWXq0zfsUMybbpfyFpyFpyaaLm03dW0",
217-
oIcon: "rCEwGR-OYAft5mAYqMOur7icDpxNCttyAuRqwJUjKSM",
218-
//
219-
deprecated: false,
220-
borrowingDisabled: false,
221-
borrowingDisabledReason: "",
222-
//
223-
get oTicker() {
224-
return `o${this.cleanTicker.toUpperCase()}`;
225-
},
226-
get ticker() {
227-
return this.cleanTicker.toUpperCase();
228-
},
229-
get baseDenomination() {
230-
return this.denomination;
231-
},
232-
controllerAddress,
233-
},
234-
VETH: {
235-
name: "Vento Ethereum",
236-
cleanTicker: "vETH",
237-
collateralEnabled: true,
238-
address: "SGUZMZ1toA4k5wlDNyDtHQThf1SEAOLNwiE8TzsnSgw",
239-
icon: "zAQeInmLoCwtHfWzAebYWyrdb8Yh-s5H8_b4Ad2egSc",
240-
denomination: BigInt(18),
241-
//
242-
oAddress: "Sipm0KlrxYR7Pr_sKgedjIt1yzEQ0R6Yfkkuhd7Q0Og",
243-
oIcon: "z1nnBgzGpt-eXHrjD5A9KrQX6dK8E1ONDuBIqB94VTA",
244-
//
245-
deprecated: false,
246-
borrowingDisabled: false,
247-
borrowingDisabledReason: "",
248-
//
249-
get oTicker() {
250-
return `o${this.cleanTicker.toUpperCase()}`;
251-
},
252-
get ticker() {
253-
return this.cleanTicker.toUpperCase();
254-
},
255-
get baseDenomination() {
256-
return this.denomination;
257-
},
258-
controllerAddress,
259-
},
208+
// VDAI: {
209+
// name: "Vento DAI",
210+
// cleanTicker: "vDAI",
211+
// collateralEnabled: true,
212+
// address: "Q5Qk5W_AOUou2nRu1RlEpfr8yzKmWJ98tQb8QEyYqx4",
213+
// icon: "0hn3-PiE45LzIr9fYxSEXrQu8qk9arXt-FsVoN98grw",
214+
// denomination: BigInt(18),
215+
// //
216+
// oAddress: "UNj2195zpcrRcHdxWXq0zfsUMybbpfyFpyFpyaaLm03dW0",
217+
// oIcon: "rCEwGR-OYAft5mAYqMOur7icDpxNCttyAuRqwJUjKSM",
218+
// //
219+
// deprecated: false,
220+
// borrowingDisabled: false,
221+
// borrowingDisabledReason: "",
222+
// //
223+
// get oTicker() {
224+
// return `o${this.cleanTicker.toUpperCase()}`;
225+
// },
226+
// get ticker() {
227+
// return this.cleanTicker.toUpperCase();
228+
// },
229+
// get baseDenomination() {
230+
// return this.denomination;
231+
// },
232+
// controllerAddress,
233+
// },
234+
// VETH: {
235+
// name: "Vento Ethereum",
236+
// cleanTicker: "vETH",
237+
// collateralEnabled: true,
238+
// address: "SGUZMZ1toA4k5wlDNyDtHQThf1SEAOLNwiE8TzsnSgw",
239+
// icon: "zAQeInmLoCwtHfWzAebYWyrdb8Yh-s5H8_b4Ad2egSc",
240+
// denomination: BigInt(18),
241+
// //
242+
// oAddress: "Sipm0KlrxYR7Pr_sKgedjIt1yzEQ0R6Yfkkuhd7Q0Og",
243+
// oIcon: "z1nnBgzGpt-eXHrjD5A9KrQX6dK8E1ONDuBIqB94VTA",
244+
// //
245+
// deprecated: false,
246+
// borrowingDisabled: false,
247+
// borrowingDisabledReason: "",
248+
// //
249+
// get oTicker() {
250+
// return `o${this.cleanTicker.toUpperCase()}`;
251+
// },
252+
// get ticker() {
253+
// return this.cleanTicker.toUpperCase();
254+
// },
255+
// get baseDenomination() {
256+
// return this.denomination;
257+
// },
258+
// controllerAddress,
259+
// },
260260
};
261261

262262
export function convertTicker(ticker: string): string {

0 commit comments

Comments
 (0)