Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Development happens locally against a local forked version of the blockchain. We
- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- You'll know you did it right if you can run `git --version` and you see a response like `git version x.x.x`
- [Nodejs](https://nodejs.org/en/)
- You'll know you've installed nodejs right if you can run `node --version`and get an ouput like: `vx.x.x`
- You'll know you've installed nodejs right if you can run `node --version`and get an output like: `vx.x.x`
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/)
- You'll know you've installed yarn right if you can run `yarn --version` And get an output like: `x.x.x`

Expand Down
2 changes: 1 addition & 1 deletion projects/sdk-wells/src/lib/swap/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# Behind the scenes

- When you run `builder.buildQuote`, that's when a `Route` object is created.
- Route object contains the steps needed to fulfill the swap, based on traversing the graph data strcuture that represents all the wells and their tokens. The steps are stored as an array of `RouteLeg`
- Route object contains the steps needed to fulfill the swap, based on traversing the graph data structure that represents all the wells and their tokens. The steps are stored as an array of `RouteLeg`

### Quote

Expand Down
2 changes: 1 addition & 1 deletion projects/ui/src/functions/oldbipdata/bips/bip-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Upon passage of this BIP and payment of 347,440 USDC, Trail of Bits will perform

### Paying for the Audit

This BIP proposes a "Fundraiser" standard that will allow Beanstalk to raise money to pay for things in other stablecoins, without requiring sales on Uniswap. Instead, Fundraisers will first mint a pre-defined number of Beans, to be bought 1:1 for a pre-defined stablecoin. Each Bean purchased in exchange for 1 of the stablecoin will be sown at the current Weather, and the Pods received in exchange will be sent to the wallet that bought the Beans. Beacause all the Beans being Sown were minted as part of the Fundraiser, no Soil will be used to mint Pods by the FundraiserFacet.
This BIP proposes a "Fundraiser" standard that will allow Beanstalk to raise money to pay for things in other stablecoins, without requiring sales on Uniswap. Instead, Fundraisers will first mint a pre-defined number of Beans, to be bought 1:1 for a pre-defined stablecoin. Each Bean purchased in exchange for 1 of the stablecoin will be sown at the current Weather, and the Pods received in exchange will be sent to the wallet that bought the Beans. Because all the Beans being Sown were minted as part of the Fundraiser, no Soil will be used to mint Pods by the FundraiserFacet.

Fundraisers will be created by a BIP and will require:

Expand Down