Skip to content

Commit

Permalink
style: remove mentions of token receiver plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
howydev committed Jan 30, 2024
1 parent 18b1452 commit 3a96ad5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .gasestimates.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,20 +219,6 @@ Generated via `bash utils/inspect.sh`.
| withdrawStake | 2141 | 5583 | 5583 | 9026 | 2 |


| src/plugins/TokenReceiverPlugin.sol:TokenReceiverPlugin contract | | | | | |
|------------------------------------------------------------------|-----------------|------|--------|------|---------|
| Deployment Cost | Deployment Size | | | | |
| 684523 | 3447 | | | | |
| Function Name | min | avg | median | max | # calls |
| onERC1155BatchReceived | 1204 | 1204 | 1204 | 1204 | 2 |
| onERC1155Received | 876 | 876 | 876 | 876 | 2 |
| onERC721Received | 639 | 639 | 639 | 639 | 2 |
| onInstall | 529 | 529 | 529 | 529 | 12 |
| pluginManifest | 8477 | 8477 | 8477 | 8477 | 29 |
| supportsInterface | 280 | 301 | 312 | 312 | 39 |
| tokensReceived | 735 | 735 | 735 | 735 | 2 |


| src/plugins/owner/MultiOwnerPlugin.sol:MultiOwnerPlugin contract | | | | | |
|------------------------------------------------------------------|-----------------|-------|--------|-------|---------|
| Deployment Cost | Deployment Size | | | | |
Expand Down
1 change: 0 additions & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ contract Deploy is Script {
// Load core contract, if not in env, deploy new contract
address public maImpl = vm.envOr("MA_IMPL", address(0));
address public ownerFactoryAddr = vm.envOr("OWNER_FACTORY", address(0));
address public ownerAndTokenReceiverFactoryAddr = vm.envOr("OWNER_TOKEN_RECEIVER_FACTORY", address(0));
MultiOwnerMAFactory ownerFactory;

// Load plugins contract, if not in env, deploy new contract
Expand Down

0 comments on commit 3a96ad5

Please sign in to comment.