diff --git a/assets/banner.png b/assets/banner.png new file mode 100644 index 0000000..3214b47 Binary files /dev/null and b/assets/banner.png differ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2e7cc6d..464f747 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,5 @@ lockfileVersion: '6.0' -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - dependencies: solhint: specifier: ^3.6.2 @@ -466,3 +462,7 @@ packages: /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} dev: false + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false diff --git a/src/Budget.sol b/src/Budget.sol index c381395..cb9adf7 100644 --- a/src/Budget.sol +++ b/src/Budget.sol @@ -150,7 +150,7 @@ contract Budget is PluginUUPSUpgradeable { // We don't allow setting inherited amounts on top-level allowances as // it could be prone to a client-side mistake to send 0 as the amount which will - // will create an allowance that allows completely wiping the dao (for the token) + // create an allowance that allows completely wiping the dao (for the token) if (amount == INHERITED_AMOUNT) { revert InheritedAmountNotAllowed(); }