Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion projects/helper/coreAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,8 @@
"DAI": "0x6c851f501a3f24e29a8e39a29591cddf09369080",
"USDT": "0xbb0d083fb1be0a9f6157ec484b6c79e0a4e31c2e",
"WBTC": "0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3",
"rsETH": "0xc3eACf0612346366Db554C991D7858716db09f58"
"rsETH": "0xc3eACf0612346366Db554C991D7858716db09f58",
"uBTC": "0x78E26E8b953C7c78A58d69d8B9A91745C2BbB258"
},
"move": {
"USDT": "0x447721a30109c662dde9c73a0c2c9c9c459fb5e5a9c92f03c50fa69737f5d08d",
Expand Down
3 changes: 3 additions & 0 deletions projects/okutrade-hemi/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const { uniTvlExport } = require('../helper/unknownTokens')

module.exports = uniTvlExport('hemi', '0xcb2436774C3e191c85056d248EF4260ce5f27A9D') //blockchain, factory address
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this helper is for uni V2 factories, please use const { uniV3Export } = require("../helper/uniswapV3")

Loading