Skip to content

Commit

Permalink
Chore: update quoter v2 config (#320)
Browse files Browse the repository at this point in the history
* Update QuoterV2 config auto saving script

* Deploy SwapQuoterV2 on Canto

* Chore: update Avax QuoterV2 config

* Save QuoterV2 config for Canto
  • Loading branch information
ChiTimesChi committed Mar 29, 2024
1 parent bcb9f78 commit 17daba5
Show file tree
Hide file tree
Showing 6 changed files with 765 additions and 9 deletions.
30 changes: 30 additions & 0 deletions deployments/canto/DefaultPoolCalc.json
@@ -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"
}
]
}

0 comments on commit 17daba5

Please sign in to comment.