diff --git a/projects/dystopia/index.js b/projects/dystopia/index.js new file mode 100644 index 000000000..7b74ccc5b --- /dev/null +++ b/projects/dystopia/index.js @@ -0,0 +1,7 @@ +const {uniTvlExport} = require('../helper/calculateUniTvl.js') + +module.exports = { + polygon:{ + tvl: uniTvlExport("0x1d21Db6cde1b18c7E47B0F7F42f4b3F68b9beeC9", "polygon"), + }, +}