Commit 1f28462
authored
Feat: Add Obex SubProxy deployment script (#39)
* feat: add lsSKY -> Sky farm deployment script
* refactor: add full init library for LSSKY -> SKY farm
* test: add coverage for LsskySkyFarmingInit
* refactor: generalize farm initialization library
* refactor: rename parameters in TreasuryFundedFarmingInit test
* feat: add regular farming init
* refactor: improve testing for initializatino of farms
* refactor: remove admin from parameters
* chore: improve formatting
* chore: simplify formatting and linting
* chore: remove TODO
* test: add integration tests for farms after initialization
* chore: remove unused structs
* fix: wrong chainlog key in deployment script
* refactor: explicitly name and check for `DssVestTransferrable`
* chore: clean up interfaces
* feat: add Obex SubProxy deployment script
* fix: typo in function name
* refactor: add comments to FarmingInitParams fields
* fix: make CI use a stable Foundry version
* fix: add ETH_RPC_URL to CI env
---------
Signed-off-by: amusingaxl <112016538+amusingaxl@users.noreply.github.com>1 parent f7bcb52 commit 1f28462
3 files changed
Lines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments