feat(uniswap-v2): add support for uniswap v2 positions
This commit is contained in:
10
uniswap-v2/config/chains.json
Normal file
10
uniswap-v2/config/chains.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"polygon": {
|
||||
"rpc_url": "https://polygon-bor-rpc.publicnode.com",
|
||||
"uniswap_v2_factory": "0x5757371414417b8C6CAad45bAeF941aBc7d3Ab32"
|
||||
},
|
||||
"polygon1111": {
|
||||
"rpc_url": "https://polygon-bor-rpc.publicnode.com",
|
||||
"uniswap_v2_factory": "0x5757371414417b8C6CAad45bAeF941aBc7d3Ab32"
|
||||
}
|
||||
}
|
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