From ee32e9494a4bf7e23791d16e1a85e4c849413609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pr=C3=A9vost?= <998369+prevostc@users.noreply.github.com> Date: Sat, 8 Jun 2024 14:34:07 +0200 Subject: [PATCH] Unified strategy --- abis/beefy/concliq/BeefyCLStrategy.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/abis/beefy/concliq/BeefyCLStrategy.json b/abis/beefy/concliq/BeefyCLStrategy.json index b7d8d6f..7ec104e 100644 --- a/abis/beefy/concliq/BeefyCLStrategy.json +++ b/abis/beefy/concliq/BeefyCLStrategy.json @@ -52,9 +52,7 @@ "type": "function", "name": "price", "inputs": [], - "outputs": [ - { "name": "_price", "type": "uint256", "internalType": "uint256" } - ], + "outputs": [{ "name": "_price", "type": "uint256", "internalType": "uint256" }], "stateMutability": "view" }, { @@ -233,4 +231,4 @@ ], "anonymous": false } -] \ No newline at end of file +]