Add LIFE - Fantom

Add LIFE - Fantom
This commit is contained in:
kd
2022-03-10 02:26:23 -05:00
parent 371e967771
commit 73d28c6ff4

8
projects/life/index.js Normal file
View File

@@ -0,0 +1,8 @@
const { masterChefExports } = require("../helper/masterchef");
const chef = "0xa4Faa5774681AaccE968d5EC7Ff3C3eD0F7ABbEe"
const life = "0x8877E4B70C50CF275C2B77d6a0F69a312F5eE236"
module.exports = {
...masterChefExports(chef, "fantom", life, false),
} // node test.js projects/life/index.js