From d25c827abd82f1cd4293a2cc17474a80af788c83 Mon Sep 17 00:00:00 2001 From: helicopter-1 Date: Mon, 24 Feb 2025 21:36:57 +0100 Subject: [PATCH 1/3] Fix typos in integrations.md --- integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations.md b/integrations.md index 3178f227..ae20140a 100644 --- a/integrations.md +++ b/integrations.md @@ -5,7 +5,7 @@ First of all, you'll need to know the contract's Addresses of the contract and the token representing liquidity are [here](https://github.com/curvefi/curve-contract/blob/compounded/deployed/2020-01-21_mainnet/mainnet.log). -Next is the breif description of methods you need to fascilitate exchanges. +Next is the brief description of methods you need to fascilitate exchanges. ## Getting static information From 3ddd928d3a9114d3ad0b191ae79a56866acf8a70 Mon Sep 17 00:00:00 2001 From: helicopter-1 Date: Mon, 24 Feb 2025 21:36:59 +0100 Subject: [PATCH 2/3] Fix typos in contracts/pool-templates/README.md --- contracts/pool-templates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/pool-templates/README.md b/contracts/pool-templates/README.md index 46fad4ec..ecdc7f02 100644 --- a/contracts/pool-templates/README.md +++ b/contracts/pool-templates/README.md @@ -49,6 +49,6 @@ The layout of a template's `pooldata.json` is similar to that of an actual pool, } ``` -_Note_: For `y` and `a` pools, the implementor may have to remove/change some small parts in the template code which is specific to `yearn` and `aave` pools. +_Note_: For `y` and `a` pools, the implementer may have to remove/change some small parts in the template code which is specific to `yearn` and `aave` pools. The `rate_calcultor_address` is used when adding a pool to the Curve Pool Registry. \ No newline at end of file From 77658c9312612397c3590e5dccacdf7592bb2f14 Mon Sep 17 00:00:00 2001 From: helicopter-1 Date: Mon, 24 Feb 2025 21:37:00 +0100 Subject: [PATCH 3/3] Fix typos in contracts/tokens/README.md --- contracts/tokens/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/tokens/README.md b/contracts/tokens/README.md index e72f92b8..967666db 100644 --- a/contracts/tokens/README.md +++ b/contracts/tokens/README.md @@ -4,8 +4,8 @@ ## Contracts -* [`CurveTokenV1`](CurveTokenV1.vy): LP token targetting Vyper [`^0.1.0-beta.16`](https://vyper.readthedocs.io/en/stable/release-notes.html#v0-1-0-beta-16) -* [`CurveTokenV2`](CurveTokenV2.vy): LP token targetting Vyper [`^0.2.0`](https://vyper.readthedocs.io/en/stable/release-notes.html#v0-2-1) +* [`CurveTokenV1`](CurveTokenV1.vy): LP token targeting Vyper [`^0.1.0-beta.16`](https://vyper.readthedocs.io/en/stable/release-notes.html#v0-1-0-beta-16) +* [`CurveTokenV2`](CurveTokenV2.vy): LP token targeting Vyper [`^0.2.0`](https://vyper.readthedocs.io/en/stable/release-notes.html#v0-2-1) ## Development