diff --git a/projects/sophon/index.js b/projects/sophon/index.js new file mode 100644 index 000000000000..7c557c4be885 --- /dev/null +++ b/projects/sophon/index.js @@ -0,0 +1,7 @@ +const getTvl = require("../txBridge/util") + +module.exports = { + ethereum: { + tvl: async (api) => getTvl(api, { chainId: 50104, }), + }, +}