Skip to content

Commit

Permalink
fix: bump origin (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Jan 29, 2025
1 parent c7900ad commit 386775a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aave-v3-origin
Submodule aave-v3-origin updated 25 files
+4 −4 foundry.toml
+1 −1 lib/solidity-utils
+4 −4 snapshots/StataTokenV2.json
+1 −1 src/contracts/extensions/stata-token/ERC20AaveLMUpgradeable.sol
+7 −7 src/contracts/extensions/stata-token/StataTokenFactory.sol
+3 −3 src/contracts/extensions/stata-token/interfaces/IStataTokenFactory.sol
+1 −1 src/contracts/extensions/v3-config-engine/AaveV3ConfigEngine.sol
+1 −1 src/contracts/extensions/v3-config-engine/AaveV3Payload.sol
+1 −1 src/contracts/extensions/v3-config-engine/libraries/EModeEngine.sol
+1 −1 src/contracts/extensions/v3-config-engine/libraries/ListingEngine.sol
+5 −5 src/deployments/contracts/procedures/AaveV3HelpersProcedureTwo.sol
+3 −5 src/deployments/contracts/procedures/AaveV3TreasuryProcedure.sol
+0 −1 src/deployments/contracts/utilities/MarketReportUtils.sol
+0 −1 src/deployments/contracts/utilities/MetadataReporter.sol
+1 −1 src/deployments/interfaces/IErrors.sol
+0 −5 src/deployments/interfaces/IMarketReportTypes.sol
+5 −4 src/deployments/projects/aave-v3-batched/AaveV3BatchOrchestration.sol
+2 −2 src/deployments/projects/aave-v3-batched/batches/AaveV3HelpersBatchTwo.sol
+1 −11 src/deployments/projects/aave-v3-batched/batches/AaveV3PeripheryBatch.sol
+0 −1 tests/deployments/AaveV3BatchDeployment.t.sol
+1 −2 tests/deployments/AaveV3BatchTests.t.sol
+8 −22 tests/deployments/AaveV3PermissionsTest.t.sol
+1 −2 tests/deployments/DeploymentsGasLimits.t.sol
+6 −2 tests/extensions/stata-token/TestBase.sol
+0 −1 tests/utils/BatchTestProcedures.sol

0 comments on commit 386775a

Please sign in to comment.