Skip to content

Commit

Permalink
track sophon bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jan 9, 2025
1 parent 6770356 commit d19ea70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/sophon/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const getTvl = require("../txBridge/util")

module.exports = {
ethereum: {
tvl: async (api) => getTvl(api, { chainId: 50104, }),
},
}

0 comments on commit d19ea70

Please sign in to comment.