Skip to content

Commit

Permalink
track echo (#11194)
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Aug 7, 2024
1 parent 5346341 commit 7ed2c7b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/echo-bridge/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const { sumTokensExport } = require('../helper/sumTokens')

module.exports = {
bsquared: {
tvl: sumTokensExport({ owner: '0x5b1399B8b97fBC3601D8B60Cc0F535844C411Bd5', tokens: ['0x796e4D53067FF374B89b2Ac101ce0c1f72ccaAc2']})
}
}

0 comments on commit 7ed2c7b

Please sign in to comment.