Skip to content

Commit

Permalink
refactor: update risk parameters & redeploy markets
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Dec 18, 2024
1 parent 9ddc742 commit dba17a8
Show file tree
Hide file tree
Showing 8 changed files with 920 additions and 310 deletions.
2 changes: 2 additions & 0 deletions deploy/009-deploy-vtokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
hre,
);

console.log("Is Time based", isTimeBased);

// VToken Beacon
const vTokenImpl: DeployResult = await deploy("VTokenImpl", {
contract: "VToken",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"address": "0x190e6c719384987949e00B81303936A9eF2D2833",
"address": "0x7a381Fa8B502ac3870D05ECfb321CFEf1818A218",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -357,30 +357,30 @@
"type": "function"
}
],
"transactionHash": "0xc2dfdf12cc9477db3064a42948e64077c80c80d52a04dbf9d9f3687d8f8da14f",
"transactionHash": "0x33a52d168e8ee801f3990e712716156f75d0a5c7dd8ff274bcf473f244133305",
"receipt": {
"to": null,
"from": "0x5295D4272bcA61321DFC40b8409F8d6f93F68ABE",
"contractAddress": "0x190e6c719384987949e00B81303936A9eF2D2833",
"transactionIndex": 114,
"gasUsed": "594711",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000004100200000000000000000000080000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x3586007bb262525e63cea116f6ae693a46f2492dd28fb1397e17bd1dd1a6307e",
"transactionHash": "0xc2dfdf12cc9477db3064a42948e64077c80c80d52a04dbf9d9f3687d8f8da14f",
"contractAddress": "0x7a381Fa8B502ac3870D05ECfb321CFEf1818A218",
"transactionIndex": 86,
"gasUsed": "594752",
"logsBloom": "0x00000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000080000000000000000000000000000000001000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x9f38f2cb5fc92c8d8dd89c2319902f3c93833b9d50a5fc486da1387a29daddef",
"transactionHash": "0x33a52d168e8ee801f3990e712716156f75d0a5c7dd8ff274bcf473f244133305",
"logs": [
{
"transactionIndex": 114,
"blockNumber": 7251167,
"transactionHash": "0xc2dfdf12cc9477db3064a42948e64077c80c80d52a04dbf9d9f3687d8f8da14f",
"address": "0x190e6c719384987949e00B81303936A9eF2D2833",
"transactionIndex": 86,
"blockNumber": 7302559,
"transactionHash": "0x33a52d168e8ee801f3990e712716156f75d0a5c7dd8ff274bcf473f244133305",
"address": "0x7a381Fa8B502ac3870D05ECfb321CFEf1818A218",
"topics": ["0x6960ab234c7ef4b0c9197100f5393cfcde7c453ac910a27bd2000aa1dd4c068d"],
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001342765c500000000000000000000000000000000000000000000000000000012752091570000000000000000000000000000000000000000000000000cc47f20295c0000",
"logIndex": 637,
"blockHash": "0x3586007bb262525e63cea116f6ae693a46f2492dd28fb1397e17bd1dd1a6307e"
"data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e71d8c53c000000000000000000000000000000000000000000000000000000dd7d86d0180000000000000000000000000000000000000000000000000cc47f20295c0000",
"logIndex": 186,
"blockHash": "0x9f38f2cb5fc92c8d8dd89c2319902f3c93833b9d50a5fc486da1387a29daddef"
}
],
"blockNumber": 7251167,
"cumulativeGasUsed": "17819696",
"blockNumber": 7302559,
"cumulativeGasUsed": "9969421",
"status": 1,
"byzantium": true
},
Expand All @@ -390,8 +390,8 @@
"2500000000000000000",
"920000000000000000",
"0xbf705C00578d43B6147ab4eaE04DBBEd1ccCdc96",
true,
0
false,
2628000
],
"numDeployments": 1,
"solcInputHash": "c212fc042711833007fc5b7f861edfce",
Expand Down
Loading

0 comments on commit dba17a8

Please sign in to comment.