Skip to content

Commit

Permalink
add TakoTako.xyz landing project running on Taiko mainnet network (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleh-Mohylnyi committed Sep 16, 2024
1 parent 8fe8085 commit 2d83229
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions projects/takoTako/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const { aaveV2Export } = require("../helper/aave");
const methodologies = require("../helper/methodologies");

const LPConfiguratorContract = "0xD07B62ee683267D4A884453eaE982A151653515E";

module.exports = {
taiko: {
...aaveV2Export(LPConfiguratorContract, {
fromBlock: 381054,
}),
},
};

module.exports.methodology = methodologies.lendingMarket;

0 comments on commit 2d83229

Please sign in to comment.