Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit f2fd736

Browse files
committed
fix: liquidator
1 parent cbec863 commit f2fd736

File tree

8 files changed

+1600
-1536
lines changed

8 files changed

+1600
-1536
lines changed

chainDeploy/helpers/liquidators/ionicLiquidator.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ export const deployIonicUniV3Liquidator = async ({
8080
args: [deployConfig.wtoken, deployConfig.uniswap.uniswapV3Quoter]
8181
}
8282
},
83-
proxyContract: "OpenZeppelinTransparentProxy",
84-
owner: multisig
83+
proxyContract: "OpenZeppelinTransparentProxy"
8584
}
8685
});
8786
if (uniV3Liquidator.transactionHash)

deployments/mode/DefaultProxyAdmin.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"address": "0xd122669FeF7e62Aa5Df85e945b68dd0B02A42343",
2+
"address": "0x30d608929d8b61fF35A4358Ca0E9D298d43672C2",
33
"abi": [
44
{
55
"inputs": [
@@ -162,34 +162,34 @@
162162
"type": "function"
163163
}
164164
],
165-
"transactionHash": "0xc7857cf9dc41b65d3cfb6df1fbd700a400426b791481a8ddf0021fcee1312853",
165+
"transactionHash": "0x1974e4d81c38f7aa9961f00f41616fd1e0f28a6d312ab32007489b72aebd7d14",
166166
"receipt": {
167167
"to": null,
168168
"from": "0x1155b614971f16758C92c4890eD338C9e3ede6b7",
169-
"contractAddress": "0xd122669FeF7e62Aa5Df85e945b68dd0B02A42343",
170-
"transactionIndex": 2,
169+
"contractAddress": "0x30d608929d8b61fF35A4358Ca0E9D298d43672C2",
170+
"transactionIndex": 4,
171171
"gasUsed": "644163",
172-
"logsBloom": "0x00000000000000000000000000000000000000000000000000800008000200000000000000000000002000000000000000000000100000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000408000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000",
173-
"blockHash": "0xdd6a19b55b69390ba086013018b53866bbe18dbd4dc4646b8e42973b1ceec7d7",
174-
"transactionHash": "0xc7857cf9dc41b65d3cfb6df1fbd700a400426b791481a8ddf0021fcee1312853",
172+
"logsBloom": "0x00000000000000000000000000000000000000000000000000800000000200000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000100000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000010000000000000000000000000000",
173+
"blockHash": "0x1e6192b0ac486f450f1e666d60a84f87be191d0b8e8816d08859144f82f76d43",
174+
"transactionHash": "0x1974e4d81c38f7aa9961f00f41616fd1e0f28a6d312ab32007489b72aebd7d14",
175175
"logs": [
176176
{
177-
"transactionIndex": 2,
178-
"blockNumber": 11641656,
179-
"transactionHash": "0xc7857cf9dc41b65d3cfb6df1fbd700a400426b791481a8ddf0021fcee1312853",
180-
"address": "0xd122669FeF7e62Aa5Df85e945b68dd0B02A42343",
177+
"transactionIndex": 4,
178+
"blockNumber": 11954424,
179+
"transactionHash": "0x1974e4d81c38f7aa9961f00f41616fd1e0f28a6d312ab32007489b72aebd7d14",
180+
"address": "0x30d608929d8b61fF35A4358Ca0E9D298d43672C2",
181181
"topics": [
182182
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
183183
"0x0000000000000000000000000000000000000000000000000000000000000000",
184184
"0x0000000000000000000000001155b614971f16758c92c4890ed338c9e3ede6b7"
185185
],
186186
"data": "0x",
187-
"logIndex": 0,
188-
"blockHash": "0xdd6a19b55b69390ba086013018b53866bbe18dbd4dc4646b8e42973b1ceec7d7"
187+
"logIndex": 4,
188+
"blockHash": "0x1e6192b0ac486f450f1e666d60a84f87be191d0b8e8816d08859144f82f76d43"
189189
}
190190
],
191-
"blockNumber": 11641656,
192-
"cumulativeGasUsed": "1664077",
191+
"blockNumber": 11954424,
192+
"cumulativeGasUsed": "1938827",
193193
"status": 1,
194194
"byzantium": true
195195
},

0 commit comments

Comments
 (0)