-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fast-usdc): withdraw and distribute contract fees (#10815)
closes: #10700 ## Description - creatorFacet method to withdraw fees - unit test - core eval script to distribute fees - bootstrap test - refactor: publishDisplayInfo is not specific to fast-usdc ### Security / Scaling Considerations / Upgrade Considerations straightforward; not yet deployed ### Documentation Considerations - [x] builder script has usage docs: `Use: [--fixedFees <number> | --feePortion <percent>] --destinationAddress <address>` - ~~document how to use it with cosgov~~ ### Testing Considerations - [x] contract test: 1 positive, 1 negative - [x] bootstrap test for core eval - [x] fixed amount - [x] portion - [x] multichain test
- Loading branch information
Showing
18 changed files
with
508 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.