Skip to content

Commit

Permalink
feat: add liqLIT pool
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Sep 13, 2023
1 parent 3d6f633 commit 281e742
Show file tree
Hide file tree
Showing 12 changed files with 7,383 additions and 3,780 deletions.
672 changes: 672 additions & 0 deletions src/adaptors/liquis/abis/BalancerToken.json

Large diffs are not rendered by default.

916 changes: 915 additions & 1 deletion src/adaptors/liquis/abis/Booster.json

Large diffs are not rendered by default.

1,623 changes: 811 additions & 812 deletions src/adaptors/liquis/abis/BunniHub.json

Large diffs are not rendered by default.

235 changes: 117 additions & 118 deletions src/adaptors/liquis/abis/BunniLens.json
Original file line number Diff line number Diff line change
@@ -1,119 +1,118 @@
[
{
"inputs": [
{
"internalType": "contract IBunniHub",
"name": "hub_",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "T",
"type": "error"
},
{
"inputs": [
{
"components": [
{
"internalType": "contract IUniswapV3Pool",
"name": "pool",
"type": "address"
},
{
"internalType": "int24",
"name": "tickLower",
"type": "int24"
},
{
"internalType": "int24",
"name": "tickUpper",
"type": "int24"
}
],
"internalType": "struct BunniKey",
"name": "key",
"type": "tuple"
}
],
"name": "getReserves",
"outputs": [
{
"internalType": "uint112",
"name": "reserve0",
"type": "uint112"
},
{
"internalType": "uint112",
"name": "reserve1",
"type": "uint112"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "hub",
"outputs": [
{
"internalType": "contract IBunniHub",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"components": [
{
"internalType": "contract IUniswapV3Pool",
"name": "pool",
"type": "address"
},
{
"internalType": "int24",
"name": "tickLower",
"type": "int24"
},
{
"internalType": "int24",
"name": "tickUpper",
"type": "int24"
}
],
"internalType": "struct BunniKey",
"name": "key",
"type": "tuple"
}
],
"name": "pricePerFullShare",
"outputs": [
{
"internalType": "uint128",
"name": "liquidity",
"type": "uint128"
},
{
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]

{
"inputs": [
{
"internalType": "contract IBunniHub",
"name": "hub_",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "T",
"type": "error"
},
{
"inputs": [
{
"components": [
{
"internalType": "contract IUniswapV3Pool",
"name": "pool",
"type": "address"
},
{
"internalType": "int24",
"name": "tickLower",
"type": "int24"
},
{
"internalType": "int24",
"name": "tickUpper",
"type": "int24"
}
],
"internalType": "struct BunniKey",
"name": "key",
"type": "tuple"
}
],
"name": "getReserves",
"outputs": [
{
"internalType": "uint112",
"name": "reserve0",
"type": "uint112"
},
{
"internalType": "uint112",
"name": "reserve1",
"type": "uint112"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "hub",
"outputs": [
{
"internalType": "contract IBunniHub",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"components": [
{
"internalType": "contract IUniswapV3Pool",
"name": "pool",
"type": "address"
},
{
"internalType": "int24",
"name": "tickLower",
"type": "int24"
},
{
"internalType": "int24",
"name": "tickUpper",
"type": "int24"
}
],
"internalType": "struct BunniKey",
"name": "key",
"type": "tuple"
}
],
"name": "pricePerFullShare",
"outputs": [
{
"internalType": "uint128",
"name": "liquidity",
"type": "uint128"
},
{
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]
Loading

0 comments on commit 281e742

Please sign in to comment.