mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
16 lines
327 B
JavaScript
16 lines
327 B
JavaScript
const { tarotHelper } = require("../tarot/tarotHelper");
|
|
|
|
const config = {
|
|
cronos: {
|
|
factories: ["0xb8b48e97cd037987de138b978df265d873333a3b"],
|
|
},
|
|
};
|
|
|
|
module.exports = {
|
|
deadFrom: '2023-02-27',
|
|
}
|
|
|
|
tarotHelper(module.exports, config, { tarotSymbol: 'vEvolve'})
|
|
|
|
module.exports.cronos.borrowed = () => ({}) // bad debt
|