Skip to content

Commit 1e8f535

Browse files
authored
add stableswap (#17322)
Co-authored-by: Peeves <[email protected]>
1 parent 2c2ecb1 commit 1e8f535

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

projects/helper/chains.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
"sora",
386386
"spn",
387387
"sseed",
388+
"stable",
388389
"stacks",
389390
"stable",
390391
"stafi",

projects/stableswap/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const {uniTvlExport} = require('../helper/unknownTokens.js')
2+
3+
module.exports = uniTvlExport('stable', '0x781a84FC7FA81267A15c9B06fbB80A043852B6D3', { hasStablePools: true})

0 commit comments

Comments
 (0)