Skip to content

Commit

Permalink
update bleu-fi github references
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed May 31, 2024
1 parent 968becb commit baa7b15
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A Safe App to interact to create milkman orders on CoW Protocol.

## Repository Structure

The project uses a monorepo structure. See the repo's [wiki](https://github.com/bleu-fi/monorepo/wiki) to find more detail about each project structure.
The project uses a monorepo structure. See the repo's [wiki](https://github.com/bleu/monorepo/wiki) to find more detail about each project structure.

## Pre-requisites

Expand Down Expand Up @@ -76,8 +76,8 @@ foundryup

If you encounter any issues or need assistance:

1. Review our [wiki](https://github.com/bleu-fi/monorepo/wiki)
2. Check [open issues](https://github.com/bleu-fi/monorepo/issues) or create a new one.
1. Review our [wiki](https://github.com/bleu/monorepo/wiki)
2. Check [open issues](https://github.com/bleu/monorepo/issues) or create a new one.
3. Reach out to us at [[email protected]](mailto:[email protected]).

## Contributors
Expand All @@ -86,7 +86,7 @@ A heartfelt thanks to all who've contributed:

- **Nichollas Rennah** and **Marcos Tullyo**: Initial designs and development of for the metadata app.

Wish to be listed? Make a contribution and [open an issue](https://github.com/bleu-fi/monorepo/issues/new) or send a pull request.
Wish to be listed? Make a contribution and [open an issue](https://github.com/bleu/monorepo/issues/new) or send a pull request.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion apps/balancer-tools/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
<body className="bg-blue2 flex h-full flex-col">
<RootLayout>{children}</RootLayout>
<Footer
githubLink="https://github.com/bleu-fi/"
githubLink="https://github.com/bleu/"
discordLink="https://discord.balancer.fi/"
/>
</body>
Expand Down
2 changes: 1 addition & 1 deletion apps/balancer-tools/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function Footer({
developed by&nbsp;
<a
target="_blank"
href="https://github.com/bleu-fi"
href="https://github.com/bleu"
className="font-bold text-blue8"
>
bleu
Expand Down
2 changes: 1 addition & 1 deletion apps/cow-amm-deployer/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function Footer({
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/bleu-fi"
href="https://github.com/bleu"
className="font-bold text-primary"
>
bleu
Expand Down
2 changes: 1 addition & 1 deletion apps/cow-tools/src/app/milkman/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
{children}
</div>
<Footer
githubLink="https://github.com/bleu-fi"
githubLink="https://github.com/bleu"
discordLink="https://discord.gg/Z78vQvmHN2"
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/cow-tools/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function Footer({
developed by&nbsp;
<a
target="_blank"
href="https://github.com/bleu-fi"
href="https://github.com/bleu"
className="font-bold text-blue8"
>
bleu
Expand Down
2 changes: 1 addition & 1 deletion apps/gyro-eclp-api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/gyro-eclp-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fastapi = "^0.100.0"
uvicorn = {extras = ["standard"], version = "^0.23.1"}
pytest = "^7.4.0"
httpx = "^0.24.1"
concentrated-lps = {git = "https://github.com/bleu-fi/concentrated-lps.git"}
concentrated-lps = {git = "https://github.com/bleu/concentrated-lps.git"}

[tool.poetry.scripts]
dev = 'run:run'
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/bleu-fi/monorepo.git"
"url": "https://github.com/bleu/monorepo.git"
},
"config": {
"ghooks": {
Expand All @@ -32,9 +32,9 @@
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bleu-fi/monorepo/issues"
"url": "https://github.com/bleu/monorepo/issues"
},
"homepage": "https://github.com/bleu-fi/monorepo#readme",
"homepage": "https://github.com/bleu/monorepo#readme",
"devDependencies": {
"@bleu-fi/eslint-config": "workspace:*",
"@types/node": "^20.12.7",
Expand Down

0 comments on commit baa7b15

Please sign in to comment.