Skip to content

Commit

Permalink
Reduce svg image width
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed committed Jan 16, 2024
1 parent 86201b8 commit a79c252
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 5 deletions.
Binary file added standard/.DS_Store
Binary file not shown.
Binary file added standard/assets/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion standard/assets/eip-6900/Plugin_Execution_Flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion test/account/AccountReturnData.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {EntryPoint} from "@eth-infinitism/account-abstraction/core/EntryPoint.so

import {UpgradeableModularAccount} from "../../src/account/UpgradeableModularAccount.sol";
import {FunctionReference} from "../../src/helpers/FunctionReferenceLib.sol";
import {IPluginManager} from "../../src/interfaces/IPluginManager.sol";
import {Call} from "../../src/interfaces/IStandardExecutor.sol";
import {SingleOwnerPlugin} from "../../src/plugins/owner/SingleOwnerPlugin.sol";

Expand Down
1 change: 0 additions & 1 deletion test/account/ExecuteFromPluginPermissions.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {EntryPoint} from "@eth-infinitism/account-abstraction/core/EntryPoint.so

import {UpgradeableModularAccount} from "../../src/account/UpgradeableModularAccount.sol";
import {FunctionReference} from "../../src/helpers/FunctionReferenceLib.sol";
import {IPluginManager} from "../../src/interfaces/IPluginManager.sol";
import {SingleOwnerPlugin} from "../../src/plugins/owner/SingleOwnerPlugin.sol";

import {MSCAFactoryFixture} from "../mocks/MSCAFactoryFixture.sol";
Expand Down
1 change: 0 additions & 1 deletion test/account/ManifestValidity.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {UpgradeableModularAccount} from "../../src/account/UpgradeableModularAcc
import {PluginManagerInternals} from "../../src/account/PluginManagerInternals.sol";
import {UpgradeableModularAccount} from "../../src/account/UpgradeableModularAccount.sol";
import {FunctionReference} from "../../src/helpers/FunctionReferenceLib.sol";
import {IPluginManager} from "../../src/interfaces/IPluginManager.sol";
import {SingleOwnerPlugin} from "../../src/plugins/owner/SingleOwnerPlugin.sol";

import {MSCAFactoryFixture} from "../mocks/MSCAFactoryFixture.sol";
Expand Down
1 change: 0 additions & 1 deletion test/account/ValidationIntersection.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {UserOperation} from "@eth-infinitism/account-abstraction/interfaces/User

import {UpgradeableModularAccount} from "../../src/account/UpgradeableModularAccount.sol";
import {FunctionReference} from "../../src/helpers/FunctionReferenceLib.sol";
import {IPluginManager} from "../../src/interfaces/IPluginManager.sol";
import {SingleOwnerPlugin} from "../../src/plugins/owner/SingleOwnerPlugin.sol";

import {MSCAFactoryFixture} from "../mocks/MSCAFactoryFixture.sol";
Expand Down

0 comments on commit a79c252

Please sign in to comment.