Skip to content

Commit

Permalink
Rename Meteora
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Dec 22, 2023
1 parent edca015 commit 1a2d203
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export type SolanaApplication =
| "aldrinv2"
| "lifinity"
| "mercurial"
| "meteroa";
| "meteora";

export type Application = EthereumApplication | SolanaApplication;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ export default function Rewards() {
:
<>
<a href="https://www.meteora.ag/">
<ProviderIcon provider="Meteroa" />
<ProviderIcon provider="Meteora" />
</a>
<a href="https://www.orca.so/">
<ProviderIcon provider="Orca" />
Expand Down
4 changes: 2 additions & 2 deletions web/app.fluidity.money/app/util/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ export const getProviderDisplayName = (name?: string): Provider => {
return "Mercurial";
case "trader_joe":
return "Trader Joe";
case "Meteroa":
return "meteroa";
case "Meteora":
return "meteora";
case "fluidity":
case "spl":
case "none":
Expand Down
2 changes: 1 addition & 1 deletion web/surfing/src/util/liquidityProviders/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ const providerImgNames: { [K in Provider]: string } = {
"Trader Joe": "trader_joe.svg",
Uniswap: "Uniswap.svg",
"XY Finance": "xy.png",
"Meteroa": "Meteroa.svg"
"Meteora": "Meteora.svg"
};

0 comments on commit 1a2d203

Please sign in to comment.