feat(uniswap-v2): add support for uniswap v2 positions
This commit is contained in:
14
uniswap-v2/config/positions.json
Normal file
14
uniswap-v2/config/positions.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"name(optional)": "DAI-USDT0",
|
||||
"chain": "polygon",
|
||||
"user_address": "0x",
|
||||
"pool_address": "0x"
|
||||
},
|
||||
{
|
||||
"name(optional)": "DAI-USDC",
|
||||
"chain": "polygon",
|
||||
"user_address": "0x",
|
||||
"pool_address": "0x"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user