Files
DefiLlama-Adapters/projects/cryptex/cryptex-config.js
2022-12-28 01:16:26 +01:00

12 lines
264 B
JavaScript

const cryptexConfig = {
crxToken: "0x97a30C692eCe9C317235d48287d23d358170FC40",
staking: {
V1: "0x4Dc421AEc34397b447bA1469bcD2C4185224ceC4",
V2: "0x2DA458781F0BAf868009deD0512a96989bEaE841"
},
}
module.exports = {
cryptexConfig,
}