Skip to content

Commit

Permalink
deploy: SwapQuoterV2 on metis
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Aug 2, 2024
1 parent fb99fb5 commit 2b9646a
Show file tree
Hide file tree
Showing 4 changed files with 752 additions and 0 deletions.
30 changes: 30 additions & 0 deletions deployments/metis/DefaultPoolCalc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"address": "0x0000000000Cc5af216a3E1614091a20e11bbfD32",
"constructorArgs": "0x",
"abi": [
{
"type": "function",
"name": "calculateAddLiquidity",
"inputs": [
{
"name": "pool",
"type": "address",
"internalType": "address"
},
{
"name": "amounts",
"type": "uint256[]",
"internalType": "uint256[]"
}
],
"outputs": [
{
"name": "amountOut",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
}
]
}
Loading

0 comments on commit 2b9646a

Please sign in to comment.