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

Commit

Permalink
fix: liquidator
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Aug 20, 2024
1 parent cbec863 commit f2fd736
Show file tree
Hide file tree
Showing 8 changed files with 1,600 additions and 1,536 deletions.
3 changes: 1 addition & 2 deletions chainDeploy/helpers/liquidators/ionicLiquidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ export const deployIonicUniV3Liquidator = async ({
args: [deployConfig.wtoken, deployConfig.uniswap.uniswapV3Quoter]
}
},
proxyContract: "OpenZeppelinTransparentProxy",
owner: multisig
proxyContract: "OpenZeppelinTransparentProxy"
}
});
if (uniV3Liquidator.transactionHash)
Expand Down
30 changes: 15 additions & 15 deletions deployments/mode/DefaultProxyAdmin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"address": "0xd122669FeF7e62Aa5Df85e945b68dd0B02A42343",
"address": "0x30d608929d8b61fF35A4358Ca0E9D298d43672C2",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -162,34 +162,34 @@
"type": "function"
}
],
"transactionHash": "0xc7857cf9dc41b65d3cfb6df1fbd700a400426b791481a8ddf0021fcee1312853",
"transactionHash": "0x1974e4d81c38f7aa9961f00f41616fd1e0f28a6d312ab32007489b72aebd7d14",
"receipt": {
"to": null,
"from": "0x1155b614971f16758C92c4890eD338C9e3ede6b7",
"contractAddress": "0xd122669FeF7e62Aa5Df85e945b68dd0B02A42343",
"transactionIndex": 2,
"contractAddress": "0x30d608929d8b61fF35A4358Ca0E9D298d43672C2",
"transactionIndex": 4,
"gasUsed": "644163",
"logsBloom": "0x00000000000000000000000000000000000000000000000000800008000200000000000000000000002000000000000000000000100000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000408000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xdd6a19b55b69390ba086013018b53866bbe18dbd4dc4646b8e42973b1ceec7d7",
"transactionHash": "0xc7857cf9dc41b65d3cfb6df1fbd700a400426b791481a8ddf0021fcee1312853",
"logsBloom": "0x00000000000000000000000000000000000000000000000000800000000200000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000100000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000010000000000000000000000000000",
"blockHash": "0x1e6192b0ac486f450f1e666d60a84f87be191d0b8e8816d08859144f82f76d43",
"transactionHash": "0x1974e4d81c38f7aa9961f00f41616fd1e0f28a6d312ab32007489b72aebd7d14",
"logs": [
{
"transactionIndex": 2,
"blockNumber": 11641656,
"transactionHash": "0xc7857cf9dc41b65d3cfb6df1fbd700a400426b791481a8ddf0021fcee1312853",
"address": "0xd122669FeF7e62Aa5Df85e945b68dd0B02A42343",
"transactionIndex": 4,
"blockNumber": 11954424,
"transactionHash": "0x1974e4d81c38f7aa9961f00f41616fd1e0f28a6d312ab32007489b72aebd7d14",
"address": "0x30d608929d8b61fF35A4358Ca0E9D298d43672C2",
"topics": [
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
"0x0000000000000000000000000000000000000000000000000000000000000000",
"0x0000000000000000000000001155b614971f16758c92c4890ed338c9e3ede6b7"
],
"data": "0x",
"logIndex": 0,
"blockHash": "0xdd6a19b55b69390ba086013018b53866bbe18dbd4dc4646b8e42973b1ceec7d7"
"logIndex": 4,
"blockHash": "0x1e6192b0ac486f450f1e666d60a84f87be191d0b8e8816d08859144f82f76d43"
}
],
"blockNumber": 11641656,
"cumulativeGasUsed": "1664077",
"blockNumber": 11954424,
"cumulativeGasUsed": "1938827",
"status": 1,
"byzantium": true
},
Expand Down
Loading

0 comments on commit f2fd736

Please sign in to comment.