Skip to content

Commit 5f3060c

Browse files
authored
track stableswap tvl (DefiLlama#18620)
1 parent 794312d commit 5f3060c

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

registries/uniswapV2.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,6 +1872,9 @@ const uniV2Configs = {
18721872
},
18731873
stable: '0xc5ba86e4A6F674816fA7c3B7cA438D63ec136bE9',
18741874
},
1875+
'stableswap-xyz': {
1876+
stable: '0x25D2d657F539F2bB16eC82773cBE5ee49ddD3c69',
1877+
},
18751878
'standard-tech': {
18761879
ethereum: '0x53AC1d1FA4F9F6c604B8B198cE29A50d28cbA893',
18771880
metis: '0xFA68bAAdBDCf014fA20bD1A4542967AE40Ddca53',

registries/uniswapV3.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,6 +1685,12 @@ const uniV3Configs = {
16851685
extraKey: 'v1'
16861686
},
16871687
},
1688+
'stableswap-xyz-v3': {
1689+
stable: {
1690+
factory: '0x88F0a512eF09175D456bc9547f914f48C013E4aA',
1691+
fromBlock: 3442899,
1692+
}
1693+
},
16881694
}
16891695

16901696
module.exports = buildProtocolExports(uniV3Configs, uniV3Export)

0 commit comments

Comments
 (0)