Skip to content

Commit

Permalink
Fix bSTBL-DAI Address, Add TimeTravel, Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 committed Nov 9, 2022
1 parent 330b35c commit d374716
Show file tree
Hide file tree
Showing 11 changed files with 897 additions and 75 deletions.
10 changes: 5 additions & 5 deletions DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ controller, and transfer ownership to admin.

TODO: figure out the weights forreal. I think the numbers are wrong!

1. `hh bao:GaugeController:addGaugeType --name 'Ethereum Stable' --weight 500 # This becomes "--type 0"`
2. `hh bao:GaugeController:addGaugeType --name 'Ethereum Crypto' --weight 500 # This becomes "--type 1"`
3. `hh bao:GaugeController:addGauge --type 0 --weight 500 --gauge baoUSD-3CRV`
4. `hh bao:GaugeController:addGauge --type 0 --weight 375 --gauge bSTBL-DAI`
5. `hh bao:GaugeController:addGauge --type 1 --weight 125 --gauge BAO-ETH`
1. `hh bao:GaugeController:addGaugeType --name 'Ethereum Stable' --weight 1000000000000000000 # This becomes "--type 0"`
2. `hh bao:GaugeController:addGaugeType --name 'Ethereum Crypto' --weight 1000000000000000000 # This becomes "--type 1"`
3. `hh bao:GaugeController:addGauge --type 0 --weight 1000000000000000000 --gauge baoUSD-3CRV`
4. `hh bao:GaugeController:addGauge --type 0 --weight 1000000000000000000 --gauge bSTBL-DAI`
5. `hh bao:GaugeController:addGauge --type 1 --weight 1000000000000000000 --gauge BAO-ETH`
6. `hh bao:GaugeController:changeOwner --admin $TREASURY`


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ brownie test tests/integration

## Deployment

See the [deployment documentation](scripts/deployment/README.md) for detailed information on how to deploy Bao Finance Governance.
See the [deployment documentation](README-DEPLOY.md) for detailed information on how to deploy Bao Finance Governance.

## Audits and Security

Expand Down
Loading

0 comments on commit d374716

Please sign in to comment.