mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 21:36:44 +08:00
Add LIFE - Fantom
Add LIFE - Fantom
This commit is contained in:
8
projects/life/index.js
Normal file
8
projects/life/index.js
Normal 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
|
||||
Reference in New Issue
Block a user