Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go Go Staging #320

Merged
merged 9 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![ibc.fun](https://github.com/skip-mev/ibc-dot-fun/blob/staging/public/social.png?raw=true)
![go.skip.build](https://github.com/skip-mev/skip-go-app/blob/staging/public/social.png?raw=true)

# ibc.fun
# Skip Go App

Interchain transfers and swaps on any Cosmos chain. This is the repository for [ibc.fun](https://ibc.fun) website.
The Skip Go App is your one stop shop for all interchain transferring, bridging, and swapping needs across Cosmos, Solana, Ethereum mainnet/L2s, and more! This is the repository for [go.skip.build](https://go.skip.build).

## Prerequisites

Expand All @@ -12,8 +12,8 @@ Interchain transfers and swaps on any Cosmos chain. This is the repository for [
## Clone and setup

```bash
git clone https://github.com/skip-mev/ibc-dot-fun
cd ibc-dot-fun
git clone https://github.com/skip-mev/skip-go-app
cd skip-go-app
npm install
cp .env.example .env
```
Expand All @@ -23,13 +23,13 @@ cp .env.example .env
Make sure to set the following environment variables in `.env` file:S

```bash
NEXT_PUBLIC_API_URL="https://api.skip.money"
NEXT_PUBLIC_API_URL="https://api.skip.build"
POLKACHU_USER= # required
POLKACHU_PASSWORD= # required
NEXT_PUBLIC_EDGE_CONFIG= # required
```

To retrieve `NEXT_PUBLIC_EDGE_CONFIG`, visit the [edge config token setup page](https://link.skip.money/ibc-fun-edge-config-token).
To retrieve `NEXT_PUBLIC_EDGE_CONFIG`, visit the [edge config token setup page](https://link.skip.build/skip-go-app-edge-config-token).

Read more on all available environment variables in [`.env.example`](.env.example) file.

Expand All @@ -52,4 +52,4 @@ Feel free to open an issue or submit a pull request for any bugs and/or improvem

## Contact

Reach out by joining our [Discord](https://skip.money/discord) server.
Reach out by joining our [Discord](https://skip.build/discord) server.
53 changes: 0 additions & 53 deletions README.old.md

This file was deleted.

12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ibc-dot-fun",
"name": "skip-go-app",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/nextjs": "^7.99.0",
"@skip-go/widget": "0.1.1",
"@skip-go/widget": "1.1.0",
"@solana/spl-token": "^0.4.1",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-wallets": "^0.19.31",
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/api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const API_URL = process.env.NEXT_PUBLIC_API_URL || "https://api.skip.money";
export const API_URL = process.env.NEXT_PUBLIC_API_URL || "https://api.skip.build";

export const APP_URL = process.env.APP_URL;

Expand Down
10 changes: 5 additions & 5 deletions src/constants/seo.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import { APP_DOMAIN, APP_PROTOCOL } from "./api";

export const metadata = {
name: "ibc.fun",
shortName: "ibc.fun",
description: "Interchain transfers and swaps on any Cosmos chain",
name: "Skip:Go - Anything Anywhere",
shortName: "Skip:Go",
description: "Everything you need to seamlessly connect your application, protocol, or ecosystem across chains.",
domain: APP_DOMAIN,
email: "support@skip.money",
email: "support@skip.build",
url: `${APP_PROTOCOL}://${APP_DOMAIN}`,
github: {
username: "skip-mev",
url: "https://github.com/skip-mev/ibc-dot-fun",
url: "https://github.com/skip-mev/skip-go-app",
},
twitter: {
username: "@SkipProtocol",
Expand Down
Loading