Skip to content

Commit

Permalink
ADD: partial update rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredolopez80 committed May 16, 2024
1 parent b169a4a commit 0b9218f
Show file tree
Hide file tree
Showing 22 changed files with 212 additions and 209 deletions.
2 changes: 1 addition & 1 deletion .gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ ModifySafeOwners:testRevertSafeNotRegisteredRemoveOwner_EOA_Caller() (gas: 50460
ModifySafeOwners:testRevertSafeNotRegisteredRemoveOwner_SAFE_Caller() (gas: 508830)
ModifySafeOwners:testRevertZeroAddressAddOwnerWithThreshold() (gas: 1671786)
ModifySafeOwners:testRevertZeroAddressProvidedRemoveOwner() (gas: 3078277)
TestDeploy:testDeploy() (gas: 6283203)
TestDeploy:testDeploy() (gas: 6283403)
TestDeploySafe:testTransferFundsSafe() (gas: 109254)
TestEnableGuard:testEnableKeyperGuard() (gas: 120801)
TestEnableGuard:testEnableKeyperModule() (gas: 122062)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KeyperModule - Safe module for Palmera
# PalmeraModule - Safe module for Palmera

This contract is a registry of keyper organization/squads setup on a Safe that can be used by specific accounts. For this the contract needs to be enabled as a module on the Safe that holds the assets that should be transferred.

Expand Down
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libraries = ['./libraries/Constants.sol:Constants:0x5F9Ae7E3aF99D13B14324b35E9Ed

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
# Gas Report
gas_reports = ['KeyperModule', 'KeyperRoles', 'KeyperGuard']
gas_reports = ['PalmeraModule', 'PalmeraRoles', 'PalmeraGuard']

# No match contracts
no_match_contract = 'Skip*'
Expand Down
Loading

0 comments on commit 0b9218f

Please sign in to comment.