From 1eec7cc1e98bc2a4559eba07d4e649fb4b86b0e5 Mon Sep 17 00:00:00 2001 From: King Date: Mon, 3 Feb 2025 21:06:13 +0100 Subject: [PATCH 1/3] Fix typos in DEVELOPER.md --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index e1dc4cc38..030a8c1a8 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -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` From d870ba5b15fecd632cf9350c0b5b85368aec7000 Mon Sep 17 00:00:00 2001 From: King Date: Mon, 3 Feb 2025 21:06:15 +0100 Subject: [PATCH 2/3] Fix typos in projects/ui/src/functions/oldbipdata/bips/bip-4.md --- projects/ui/src/functions/oldbipdata/bips/bip-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ui/src/functions/oldbipdata/bips/bip-4.md b/projects/ui/src/functions/oldbipdata/bips/bip-4.md index b5ee4fbe8..404f46c58 100644 --- a/projects/ui/src/functions/oldbipdata/bips/bip-4.md +++ b/projects/ui/src/functions/oldbipdata/bips/bip-4.md @@ -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: From 11af3e69595edca6bd3efba8ed42c004bd99f2c3 Mon Sep 17 00:00:00 2001 From: King Date: Mon, 3 Feb 2025 21:06:16 +0100 Subject: [PATCH 3/3] Fix typos in projects/sdk-wells/src/lib/swap/DEVELOPER.md --- projects/sdk-wells/src/lib/swap/DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/sdk-wells/src/lib/swap/DEVELOPER.md b/projects/sdk-wells/src/lib/swap/DEVELOPER.md index eb6ea6562..5c9fc7ee7 100644 --- a/projects/sdk-wells/src/lib/swap/DEVELOPER.md +++ b/projects/sdk-wells/src/lib/swap/DEVELOPER.md @@ -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