Skip to content

Commit

Permalink
🔧 deployments: add op-sepolia mock velodrome
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Sep 18, 2024
1 parent 0bbce77 commit 96faa44
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions deployments/op-sepolia/VelodromePoolFactory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"address": "0xf1a29E6CC33Dec4C90dC8D7c485731A7eFcD0623",
"abi": [
{ "inputs": [], "stateMutability": "nonpayable", "type": "constructor" },
{ "inputs": [], "name": "PoolAlreadyExists", "type": "error" },
{ "inputs": [], "name": "SameAddress", "type": "error" },
{ "inputs": [], "name": "ZeroAddress", "type": "error" },
{
"inputs": [
{ "internalType": "address", "name": "tokenA", "type": "address" },
{ "internalType": "address", "name": "tokenB", "type": "address" },
{ "internalType": "bool", "name": "stable", "type": "bool" }
],
"name": "createPool",
"outputs": [{ "internalType": "contract MockVelodromePool", "name": "pool", "type": "address" }],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{ "internalType": "address", "name": "", "type": "address" },
{ "internalType": "bool", "name": "stable", "type": "bool" }
],
"name": "getFee",
"outputs": [{ "internalType": "uint24", "name": "", "type": "uint24" }],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{ "internalType": "address", "name": "tokenA", "type": "address" },
{ "internalType": "address", "name": "tokenB", "type": "address" },
{ "internalType": "bool", "name": "stable", "type": "bool" }
],
"name": "getPool",
"outputs": [{ "internalType": "address", "name": "pool", "type": "address" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [{ "internalType": "address", "name": "pool", "type": "address" }],
"name": "isPool",
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
"stateMutability": "view",
"type": "function"
}
]
}

0 comments on commit 96faa44

Please sign in to comment.