We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794312d commit 5f3060cCopy full SHA for 5f3060c
2 files changed
registries/uniswapV2.js
@@ -1872,6 +1872,9 @@ const uniV2Configs = {
1872
},
1873
stable: '0xc5ba86e4A6F674816fA7c3B7cA438D63ec136bE9',
1874
1875
+ 'stableswap-xyz': {
1876
+ stable: '0x25D2d657F539F2bB16eC82773cBE5ee49ddD3c69',
1877
+ },
1878
'standard-tech': {
1879
ethereum: '0x53AC1d1FA4F9F6c604B8B198cE29A50d28cbA893',
1880
metis: '0xFA68bAAdBDCf014fA20bD1A4542967AE40Ddca53',
registries/uniswapV3.js
@@ -1685,6 +1685,12 @@ const uniV3Configs = {
1685
extraKey: 'v1'
1686
1687
1688
+ 'stableswap-xyz-v3': {
1689
+ stable: {
1690
+ factory: '0x88F0a512eF09175D456bc9547f914f48C013E4aA',
1691
+ fromBlock: 3442899,
1692
+ }
1693
1694
}
1695
1696
module.exports = buildProtocolExports(uniV3Configs, uniV3Export)
0 commit comments