Skip to content

Commit

Permalink
feat: updating deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
Narayanprusty authored and github-actions[bot] committed Oct 1, 2024
1 parent d012a2a commit 6fe7fe8
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 6 deletions.
75 changes: 70 additions & 5 deletions deployments/sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -24571,10 +24571,26 @@
]
},
"VTokenImpl": {
"address": "0x558083c8Ca93e42F5c0FE7e8c5FC49e9c0d94E14",
"address": "0xF360E6470C82EbCa1ECA1de1016A4c18fFE67C48",
"abi": [
{
"inputs": [],
"inputs": [
{
"internalType": "bool",
"name": "timeBased_",
"type": "bool"
},
{
"internalType": "uint256",
"name": "blocksPerYear_",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "maxBorrowRateMantissa_",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
Expand Down Expand Up @@ -24614,6 +24630,16 @@
"name": "HealBorrowUnauthorized",
"type": "error"
},
{
"inputs": [],
"name": "InvalidBlocksPerYear",
"type": "error"
},
{
"inputs": [],
"name": "InvalidTimeBasedConfiguration",
"type": "error"
},
{
"inputs": [
{
Expand Down Expand Up @@ -25085,13 +25111,13 @@
{
"indexed": false,
"internalType": "uint256",
"name": "oldReduceReservesBlockDelta",
"name": "oldReduceReservesBlockOrTimestampDelta",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "newReduceReservesBlockDelta",
"name": "newReduceReservesBlockOrTimestampDelta",
"type": "uint256"
}
],
Expand Down Expand Up @@ -25539,6 +25565,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "blocksOrSecondsPerYear",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -25789,6 +25828,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getBlockNumberOrTimestamp",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCash",
Expand Down Expand Up @@ -25937,6 +25989,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "isTimeBased",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "isVToken",
Expand Down Expand Up @@ -26354,7 +26419,7 @@
"inputs": [
{
"internalType": "uint256",
"name": "_newReduceReservesBlockDelta",
"name": "_newReduceReservesBlockOrTimestampDelta",
"type": "uint256"
}
],
Expand Down
2 changes: 1 addition & 1 deletion deployments/sepolia_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"RewardsDistributor_Liquid Staked ETH_2": "0x92e8E3C202093A495e98C10f9fcaa5Abe288F74A",
"RewardsDistributor_Liquid Staked ETH_2_Proxy": "0x92e8E3C202093A495e98C10f9fcaa5Abe288F74A",
"VTokenBeacon": "0x0463a7E5221EAE1990cEddB51A5821a68cdA6008",
"VTokenImpl": "0x558083c8Ca93e42F5c0FE7e8c5FC49e9c0d94E14",
"VTokenImpl": "0xF360E6470C82EbCa1ECA1de1016A4c18fFE67C48",
"VToken_vCRV_Core": "0x121E3be152F283319310D807ed847E8b98319C1e",
"VToken_vCRV_Curve": "0x9Db62c5BBc6fb79416545FcCBDB2204099217b78",
"VToken_vDAI_Core": "0xfe050f628bF5278aCfA1e7B13b59fF207e769235",
Expand Down

0 comments on commit 6fe7fe8

Please sign in to comment.