Skip to content

Commit

Permalink
change skip.money to skip.build in easy places
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJeremyLiu authored and codingki committed Jul 8, 2024
1 parent bd495b7 commit 84973d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# production api
NEXT_PUBLIC_API_URL=https://api.skip.money
NEXT_PUBLIC_API_URL=https://api.skip.build

# development API
# NEXT_PUBLIC_API_URL="https://solve-dev.skip.money"
# NEXT_PUBLIC_API_URL="https://solve-dev.skip.build"

POLKACHU_USER
POLKACHU_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion src/components/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const Help = () => {
<p className="text-center text-sm">
Need Help? Join our{" "}
<a
href="https://skip.money/discord"
href="https://skip.build/discord"
target="_blank"
rel="noreferrer"
className="text-blue-500 hover:text-blue-600 hover:underline"
Expand Down
2 changes: 1 addition & 1 deletion src/components/SkipBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { AdaptiveLink, AdaptiveLinkProps } from "./AdaptiveLink";
function SkipBanner({ className, ...props }: Omit<AdaptiveLinkProps, "href">) {
return (
<AdaptiveLink
href="https://api-docs.skip.money"
href="https://api-docs.skip.build"
className={cn("overflow-hidden bg-[#FF486E] py-2 text-sm font-semibold text-white", className)}
{...props}
>
Expand Down
2 changes: 1 addition & 1 deletion src/constants/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const metadata = {
shortName: "ibc.fun",
description: "Interchain transfers and swaps on any Cosmos chain",
domain: APP_DOMAIN,
email: "support@skip.money",
email: "support@skip.build",
url: `${APP_PROTOCOL}://${APP_DOMAIN}`,
github: {
username: "skip-mev",
Expand Down

0 comments on commit 84973d2

Please sign in to comment.