Skip to content

Commit

Permalink
Create Blink
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinkswap authored May 2, 2024
1 parent 26b69dc commit aa721c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/Blink
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { getUniTVL } = require("../helper/unknownTokens");

module.exports = {
misrepresentedTokens: true,
blast: {
tvl: getUniTVL({
factory: "0xFfbDb302f29B29ee45D650DF44889450d252d868",
useDefaultCoreAssets: true,
fetchBalances: true,
}),
},
}

0 comments on commit aa721c0

Please sign in to comment.