-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate $BB in YieldDistributor (#94)
* chore: adding voting power pulling * fix: adding buttered bread init to tests * fix: adding buttered bread init to tests * chore: adding buttered bread to initalizer in yd * fix: reordering variable for upgrade safety * fix: adding validation of init variables * fix: amending variable name to conform with style guide * fix: line break after conditional" * fix: fixing implication of token symbol * fix: amend init values to align with init validations * chore: adding integration test --------- Co-authored-by: Ron Turetzky <[email protected]>
- Loading branch information
1 parent
5bbb335
commit 1989246
Showing
7 changed files
with
119 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
{ | ||
"_owner": "0x918dEf5d593F46735f74F9E2B280Fe51AF3A99ad", | ||
"_liquidityPools": ["0xa555d5344f6FB6c65da19e403Cb4c1eC4a1a5Ee3"], | ||
"_scalingFactors": ["100"], | ||
"_liquidityPools": [ | ||
"0xf3d8f3de71657d342db60dd714c8a2ae37eac6b4" | ||
], | ||
"_scalingFactors": [ | ||
"100" | ||
], | ||
"_name": "ButteredBread", | ||
"_symbol": "BB" | ||
} |
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