Skip to content

Commit

Permalink
fix adapter name (#9948)
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 committed Apr 23, 2024
1 parent c41228f commit 76c2c35
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { methodology, compoundExports2 } = require("../helper/compound");

module.exports = {
base: compoundExports2({ comptroller: '0x784E1507193c060bC88e6699adC7c796Ebe0E14e', cether: '0x9649Eb0f03C7e85615cFDC7927c7E6B775Ef284d' }),
methodology,
const { methodology, compoundExports2 } = require("../helper/compound");

module.exports = {
base: compoundExports2({ comptroller: '0x784E1507193c060bC88e6699adC7c796Ebe0E14e', cether: '0x9649Eb0f03C7e85615cFDC7927c7E6B775Ef284d' }),
methodology,
}

0 comments on commit 76c2c35

Please sign in to comment.