Skip to content

Commit

Permalink
feat: updating deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
chechu authored and github-actions[bot] committed Sep 27, 2024
1 parent cc62ada commit d9d08d7
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 6 deletions.
75 changes: 70 additions & 5 deletions deployments/ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -26166,10 +26166,26 @@
]
},
"VTokenImpl": {
"address": "0xE5A008B6A0bAB405343B3ABe8895966EAaFb5790",
"address": "0xefdf5CcC12d8cff4a7ed4e421b95F8f69Cf2F766",
"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 @@ -26209,6 +26225,16 @@
"name": "HealBorrowUnauthorized",
"type": "error"
},
{
"inputs": [],
"name": "InvalidBlocksPerYear",
"type": "error"
},
{
"inputs": [],
"name": "InvalidTimeBasedConfiguration",
"type": "error"
},
{
"inputs": [
{
Expand Down Expand Up @@ -26680,13 +26706,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 @@ -27134,6 +27160,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "blocksOrSecondsPerYear",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -27384,6 +27423,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 @@ -27532,6 +27584,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 @@ -27949,7 +28014,7 @@
"inputs": [
{
"internalType": "uint256",
"name": "_newReduceReservesBlockDelta",
"name": "_newReduceReservesBlockOrTimestampDelta",
"type": "uint256"
}
],
Expand Down
2 changes: 1 addition & 1 deletion deployments/ethereum_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"RewardsDistributor_Liquid Staked ETH_3": "0x1e25CF968f12850003Db17E0Dba32108509C4359",
"RewardsDistributor_Liquid Staked ETH_3_Proxy": "0x1e25CF968f12850003Db17E0Dba32108509C4359",
"VTokenBeacon": "0xfc08aADC7a1A93857f6296C3fb78aBA1d286533a",
"VTokenImpl": "0xE5A008B6A0bAB405343B3ABe8895966EAaFb5790",
"VTokenImpl": "0xefdf5CcC12d8cff4a7ed4e421b95F8f69Cf2F766",
"VToken_vCRV_Curve": "0x30aD10Bd5Be62CAb37863C2BfcC6E8fb4fD85BDa",
"VToken_vDAI_Core": "0xd8AdD9B41D4E1cd64Edad8722AB0bA8D35536657",
"VToken_vFRAX_Core": "0x4fAfbDc4F2a9876Bd1764827b26fb8dc4FD1dB95",
Expand Down

0 comments on commit d9d08d7

Please sign in to comment.