Skip to content

Commit 0e76475

Browse files
author
Cache bot
committed
chore: automated cache update [skip cypress]
1 parent d538b12 commit 0e76475

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

scripts/populate-cache.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35725,6 +35725,8 @@ var require_types2 = __commonJS({
3572535725
ProtocolAction2['repayCollateral'] = 'repayCollateral';
3572635726
ProtocolAction2['withdrawETH'] = 'withdrawETH';
3572735727
ProtocolAction2['borrowETH'] = 'borrwoETH';
35728+
ProtocolAction2['supplyWithPermit'] = 'supplyWithPermit';
35729+
ProtocolAction2['repayWithPermit'] = 'repayWithPermit';
3572835730
})((ProtocolAction = exports2.ProtocolAction || (exports2.ProtocolAction = {})));
3572935731
var GovernanceVote;
3573035732
(function (GovernanceVote2) {
@@ -37479,6 +37481,14 @@ var require_utils6 = __commonJS({
3747937481
limit: '700000',
3748037482
recommended: '700000',
3748137483
},
37484+
[types_1.ProtocolAction.supplyWithPermit]: {
37485+
limit: '350000',
37486+
recommended: '350000',
37487+
},
37488+
[types_1.ProtocolAction.repayWithPermit]: {
37489+
limit: '350000',
37490+
recommended: '350000',
37491+
},
3748237492
};
3748337493
exports2.mintAmountsPerToken = {
3748437494
AAVE: (0, exports2.valueToWei)('100', 18),

src/static-build/proposals.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5361,7 +5361,7 @@
53615361
"startBlock": 16176459,
53625362
"endBlock": 16195659,
53635363
"executionTime": 0,
5364-
"forVotes": "265770577602023061874037",
5364+
"forVotes": "265771577602023061874037",
53655365
"againstVotes": "275956885561522300",
53665366
"executed": false,
53675367
"canceled": false,
@@ -5375,7 +5375,7 @@
53755375
"ipfsHash": "0x780a2b877ea3b13c924a30d2959ea0b8f0257799f1d4d743ed58f8783f529954",
53765376
"startTimestamp": 1670942759,
53775377
"creationTimestamp": 1670855735,
5378-
"expirationTimestamp": 1671173699
5378+
"expirationTimestamp": 1671173735
53795379
},
53805380
{
53815381
"id": 131,
@@ -5396,7 +5396,7 @@
53965396
"startBlock": 16183841,
53975397
"endBlock": 16203041,
53985398
"executionTime": 0,
5399-
"forVotes": "52210063800000000000",
5399+
"forVotes": "17082676518602061915748",
54005400
"againstVotes": "0",
54015401
"executed": false,
54025402
"canceled": false,
@@ -5410,7 +5410,7 @@
54105410
"ipfsHash": "0x78ce0d63ca0c186ca3f58e712d3f1861ced3dad15ce3ad4f0e005d1663b49caf",
54115411
"startTimestamp": 1671031859,
54125412
"creationTimestamp": 1670944979,
5413-
"expirationTimestamp": 1671262283
5413+
"expirationTimestamp": 1671262319
54145414
}
54155415
]
54165416
}

0 commit comments

Comments
 (0)